summaryrefslogtreecommitdiffstats
path: root/README.polarssl
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-07-01 14:15:11 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-22 14:35:16 +0200
commit53f97e1e9125aa9327c7ecf4a1b0b1a0c20cf2de (patch)
treedb6651657f923cf0e7f2a6c34fd673ccb2e5c2fb /README.polarssl
parent725336282db0c9f160d6ef577288e5a628959776 (diff)
downloadopenvpn-53f97e1e9125aa9327c7ecf4a1b0b1a0c20cf2de.tar.gz
openvpn-53f97e1e9125aa9327c7ecf4a1b0b1a0c20cf2de.tar.xz
openvpn-53f97e1e9125aa9327c7ecf4a1b0b1a0c20cf2de.zip
Added PolarSSL support:
- Crypto library - SSL library - PKCS#11 support For missing features, please see README.polarssl Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: James Yonan <james@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'README.polarssl')
-rw-r--r--README.polarssl23
1 files changed, 23 insertions, 0 deletions
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