Re: [Openvpn-devel] [PATCH] Fix man page and OSCP script: tls_serial_{n} is decimal

2014-04-01 Thread James Yonan
On 30/03/2014 07:46, Gert Doering wrote: Hi, On Sun, Mar 30, 2014 at 12:48:37AM +0100, Steffan Karger wrote: 3 - Change OpenSSL builds to use hax representation I tend toward this one - user visible behaviour shouldn't change (unless unavoidable) depending on SSL library used. So for me this

[Openvpn-devel] [PATCH applied] Re: fix route struct name

2014-04-01 Thread Gert Doering
ACK, thanks. Inside #ifdef WIN32, which is why we didn't catch it on unix before (we really need a windows buildslave...). Your patch has been applied to the master branch. commit 60b40a58c4caaeb5c5aa8d402020414d3ba05050 (master) Author: Heiko Hund List-Post: openvpn-devel@lists.sourceforge.n

[Openvpn-devel] [PATCH applied] Re: configure.ac: use CPPFLAGS for SSL_OP_NO_TICKET check

2014-04-01 Thread Gert Doering
Your patch has been applied to the master branch. commit e38f554cd4b956f6eedd56c7a76a3ba7c84ad824 Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Tue Apr 1 00:33:55 2014 +0200 configure.ac: use CPPFLAGS for SSL_OP_NO_TICKET check Signed-off-by: Steffan Kar

[Openvpn-devel] [PATCH] fix route struct name

2014-04-01 Thread Heiko Hund
This slipped in with commit d0085293. Signed-off-by: Heiko Hund --- src/openvpn/route.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openvpn/route.c b/src/openvpn/route.c index 13eed5f..825ea47 100644 --- a/src/openvpn/route.c +++ b/src/openvpn/route.c @@ -2117,7 +2

Re: [Openvpn-devel] [PATCH] Set SSL_OP_NO_TICKET flag in SSL context for OpenSSL builds, to disable TLS stateless session resumption.

2014-04-01 Thread Heiko Hund
On Tuesday 01 April 2014 00:45:16 Steffan Karger wrote: > The attached patch fixes your problem, but if there is someone around > with a better idea (and, preferrably, patch) to fix it, I'm all ears! ACK, fixes the problem indeed, without introducing a new set of flags even. Thanks Heiko