1This version of OpenVPN has mbed TLS support. To enable follow the following
2instructions:
3
4To Build and Install,
5
6	./configure --with-crypto-library=mbedtls
7	make
8	make install
9
10This version depends on mbed TLS 2.0 (and requires at least 2.0.0).
11
12*************************************************************************
13
14Due to limitations in the mbed TLS library, the following features are missing
15in the mbed TLS version of OpenVPN:
16
17 * PKCS#12 file support
18 * --capath support - Loading certificate authorities from a directory
19 * Windows CryptoAPI support
20 * X.509 alternative username fields (must be "CN")
21
22Plugin/Script features:
23
24 * X.509 subject line has a different format than the OpenSSL subject line
25 * X.509 certificate export does not work
26 * X.509 certificate tracking
27