[Openvpn-devel] Please comment: AEAD support

2016-01-10 Thread Steffan Karger
Hi, For a while now I've been spending some time on adding AEAD support to OpenVPN. I published a branch containing my most recent patch set on github: https://github.com/syzzer/openvpn/tree/aead-cipher-modes11 The meat of it is in this commit, of which the commit message provides useful in

Re: [Openvpn-devel] [PATCH] Fix build with libressl

2016-01-10 Thread Steffan Karger
Hi, On Sun, Jan 10, 2016 at 3:23 PM, Niels Ole Salscheider wrote: > On Sunday, 10 January 2016, 15:15:49 CET, Arne Schwabe wrote: >> On 10.01.2016 14:44, Niels Ole Salscheider wrote: >> > Signed-off-by: Niels Ole Salscheider >> > --- >> > >> > src/openvpn/ssl_openssl.c | 4 ++-- >> > 1 file cha

[Openvpn-devel] [PATCH] configure.ac: simplify crypto library configuration

2016-01-10 Thread Steffan Karger
This reworks the crypto library configuration, to make it both simpler to understand and more usable: * Only check for OpenSSL when building against OpenSSL (and similar for PolarSSL/mbed TLS). * Bail out early if a problem with the library is detected. * Set CRYPTO_{LIBS,FLAGS} immediately

Re: [Openvpn-devel] [PATCH] Fix build with libressl

2016-01-10 Thread Niels Ole Salscheider
On Sunday, 10 January 2016, 15:15:49 CET, Arne Schwabe wrote: > On 10.01.2016 14:44, Niels Ole Salscheider wrote: > > Signed-off-by: Niels Ole Salscheider > > --- > > > > src/openvpn/ssl_openssl.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/src/openvpn/ssl

Re: [Openvpn-devel] [PATCH] Fix build with libressl

2016-01-10 Thread Arne Schwabe
On 10.01.2016 14:44, Niels Ole Salscheider wrote: > Signed-off-by: Niels Ole Salscheider > --- > src/openvpn/ssl_openssl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c > index d2f40e7..e390f4d 100644 > --- a/src

[Openvpn-devel] [PATCH] Fix build with libressl

2016-01-10 Thread Niels Ole Salscheider
Signed-off-by: Niels Ole Salscheider --- src/openvpn/ssl_openssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c index d2f40e7..e390f4d 100644 --- a/src/openvpn/ssl_openssl.c +++ b/src/openvpn/ssl_openssl.c @@ -358,7

Re: [Openvpn-devel] link to openvpn.se ?

2016-01-10 Thread Илья Шипицин
Hello, any progress here ? 2015-12-31 14:48 GMT+05:00 Samuli Seppänen : > > > Hello, > >> >> I mentioned that you want to shut down openvpn.se , >> because of beeing too old. >> however, there're links to it, for instance, >> https://github.com/OpenVPN/openvpn-gui/blob/master/

[Openvpn-devel] some cleanup on openvpn-build

2016-01-10 Thread Илья Шипицин
Hello, please someone have a look at https://github.com/OpenVPN/openvpn-build/pull/16 it seems there few more files with --enable-password-save or --disable-snappy Cheers, Ilya Shipitsin