From 53f97e1e9125aa9327c7ecf4a1b0b1a0c20cf2de Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Fri, 1 Jul 2011 14:15:11 +0200 Subject: Added PolarSSL support: - Crypto library - SSL library - PKCS#11 support For missing features, please see README.polarssl Signed-off-by: Adriaan de Jong Acked-by: James Yonan Acked-by: Gert Doering Signed-off-by: David Sommerseth --- README.polarssl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.polarssl (limited to 'README.polarssl') diff --git a/README.polarssl b/README.polarssl new file mode 100644 index 0000000..bd066e4 --- /dev/null +++ b/README.polarssl @@ -0,0 +1,23 @@ +This version of OpenVPN has PolarSSL support. To enable follow the following +instructions: + +To Build and Install, + + ./configure --with-ssl-type=polarssl + make + make install + +************************************************************************* + +The following features are missing in the PolarSSL version of OpenVPN: + + * ca_path support - Loading certificate authorities from a directory + * PKCS#12 file support + * Windows CryptoAPI support + * Management external key support + * X509 alternative username fields (must be "CN") + + TODO: + * serial is in Hex + * X509 certificate export + * X.509 tracking -- cgit