README.mbedtls 788 B

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