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

2014-03-30 Thread Eric Crist
On Mar 29, 2014, at 18:48:37, Steffan Karger wrote: > Hi, > > On Fri, Mar 28, 2014 at 11:07 AM, Arne Schwabe wrote: > Commit 7d5e26cbb53 fixed extracting serial but did not change the format, > which always has been decimal. This patch fixes the manpage and > OSCP.sh script to conform with the

[Openvpn-devel] [PATCH] Fix crash when using --inetd.

2014-03-30 Thread Gert Doering
Change "local" argument to socket_do_listen() to avoid calling "local->ai_addr" in the caller for the "do_listen == FALSE" case, in which case it could be NULL. Also, ensure "ai" is always initialized in socket_listen_accept() for the "!remote_dynamic" case - otherwise it will sometimes(!) crash i

Re: [Openvpn-devel] [PATCH] Fix crash when using --inetd.

2014-03-30 Thread Arne Schwabe
Am 30.03.14 14:09, schrieb Gert Doering: > Change "local" argument to socket_do_listen() to avoid calling > "local->ai_addr" in the caller for the "do_listen == FALSE" case, > in which case it could be NULL. > > Also, ensure "ai" is always initialized in socket_listen_accept() for > the "!remote_dy

[Openvpn-devel] [PATCH applied] Re: Fix crash when using --inetd.

2014-03-30 Thread Gert Doering
Patch has been applied to the master branch. commit 1ba6f427d3ea361b9859cff9cbf4d1887240ed6f (master) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Sun Mar 30 14:09:36 2014 +0200 Fix crash when using --inetd. Signed-off-by: Gert Doering Acked-by: Ar

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

2014-03-30 Thread Gert Doering
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 boils down to "how many users are relying