]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added PolarSSL support:
authorAdriaan de Jong <dejong@fox-it.com>
Fri, 1 Jul 2011 12:15:11 +0000 (14:15 +0200)
committerDavid Sommerseth <davids@redhat.com>
Sat, 22 Oct 2011 12:35:16 +0000 (14:35 +0200)
commit53f97e1e9125aa9327c7ecf4a1b0b1a0c20cf2de
treedb6651657f923cf0e7f2a6c34fd673ccb2e5c2fb
parent725336282db0c9f160d6ef577288e5a628959776
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>
17 files changed:
Makefile.am
README.polarssl [new file with mode: 0644]
configure.ac
crypto_backend.h
crypto_polarssl.c [new file with mode: 0644]
crypto_polarssl.h [new file with mode: 0644]
doxygen/doc_key_generation.h
openvpn-plugin.h
options.c
pkcs11_polarssl.c [new file with mode: 0644]
ssl_backend.h
ssl_polarssl.c [new file with mode: 0644]
ssl_polarssl.h [new file with mode: 0644]
ssl_verify.c
ssl_verify.h
ssl_verify_polarssl.c [new file with mode: 0644]
ssl_verify_polarssl.h [new file with mode: 0644]