[Openvpn-devel] [Patches] SSL separation patches

2011-06-30 Thread Adriaan de Jong
Hi everyone, The included tarball contains the patches that separate the OpenSSL specific parts of the SSL layer from OpenVPN. It also makes the verification functions a little more manageable, reducing the size of ssl.c significantly. If you would prefer a mailbomb (dazo?), don't hesitate to a

Re: [Openvpn-devel] [PATCH] Fixes to easy-rsa/2.0

2011-06-30 Thread Samuli Seppänen
> Am 30.06.2011 09:59, schrieb sam...@openvpn.net: >> From: Samuli Seppänen >> >> As support for OpenSSL 1.0.0 requires a modified openssl.cnf file, it was >> decided to rename openssl.cnf to openssl-1.0.0.cnf for clarity and better >> support of different OpenSSL versions. The old openssl.cnf wa

Re: [Openvpn-devel] [PATCH] Fixes to easy-rsa/2.0

2011-06-30 Thread Matthias Andree
Am 30.06.2011 09:59, schrieb sam...@openvpn.net: > From: Samuli Seppänen > > As support for OpenSSL 1.0.0 requires a modified openssl.cnf file, it was > decided to rename openssl.cnf to openssl-1.0.0.cnf for clarity and better > support of different OpenSSL versions. The old openssl.cnf was renam

[Openvpn-devel] [PATCH] Fixes to easy-rsa/2.0

2011-06-30 Thread samuli
From: Samuli Seppänen As support for OpenSSL 1.0.0 requires a modified openssl.cnf file, it was decided to rename openssl.cnf to openssl-1.0.0.cnf for clarity and better support of different OpenSSL versions. The old openssl.cnf was renamed as openssl-0.9.8.cnf. This patch makes sure that all op