2017-08-22 19:47:15 +08:00
|
|
|
This version of OpenVPN has mbed TLS support. To enable follow the following
|
2011-07-01 20:15:11 +08:00
|
|
|
instructions:
|
|
|
|
|
|
|
|
To Build and Install,
|
|
|
|
|
2017-08-22 19:47:15 +08:00
|
|
|
./configure --with-crypto-library=mbedtls
|
2011-07-01 20:15:11 +08:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
2017-08-22 19:47:15 +08:00
|
|
|
This version depends on mbed TLS 2.0 (and requires at least 2.0.0).
|
2011-07-05 19:09:13 +08:00
|
|
|
|
2011-07-01 20:15:11 +08:00
|
|
|
*************************************************************************
|
|
|
|
|
2017-08-22 19:47:15 +08:00
|
|
|
Due to limitations in the mbed TLS library, the following features are missing
|
|
|
|
in the mbed TLS version of OpenVPN:
|
2011-07-01 20:15:11 +08:00
|
|
|
|
|
|
|
* PKCS#12 file support
|
2011-07-05 19:09:13 +08:00
|
|
|
* --capath support - Loading certificate authorities from a directory
|
2011-07-01 20:15:11 +08:00
|
|
|
* Windows CryptoAPI support
|
2011-07-05 19:09:13 +08:00
|
|
|
* X.509 alternative username fields (must be "CN")
|
|
|
|
|
|
|
|
Plugin/Script features:
|
2011-07-01 20:15:11 +08:00
|
|
|
|
2011-07-05 19:09:13 +08:00
|
|
|
* X.509 subject line has a different format than the OpenSSL subject line
|
|
|
|
* X.509 certificate export does not work
|
|
|
|
* X.509 certificate tracking
|