[Openvpn-devel] [PATCH applied] Re: Remove erroneous limitation on max number of args for --plugin

2017-05-20 Thread Gert Doering
Patch has been applied to the master and release/2.4 branch. commit 3f181eaa324892845e0857d80c154512d9e8c59c (master) commit a4d200a34617388e45837b7a9a8ccb25a7b1aa99 (release/2.4) Author: Gert Doering Date: Thu May 18 21:13:11 2017 +0200 Remove erroneous limitation on max number of args fo

Re: [Openvpn-devel] Problem with sig for 2.3.16?

2017-05-20 Thread Jonathan K. Bullard
On Fri, May 19, 2017 at 6:41 PM, David Sommerseth wrote: > On 19/05/17 21:23, Jonathan K. Bullard wrote: [snip] > > OK, I get that, but the key file from the link David provided (and > > which was also in his reply to the email announcing 2.3.16): > > > >

Re: [Openvpn-devel] [PATCH] Remove erroneous limitation on max number of args for --plugin

2017-05-20 Thread Steffan Karger
Hi, On 18-05-17 21:13, Gert Doering wrote: > Commit 3d6a4cded2 introduced a maximum limit of possible arguments > for most options, to error out on config lines with too-many args. > > Commit 82acf21634 extended the limit for "--plugin" to accept "one > mandatory, one optional" argument. > > Bot

[Openvpn-devel] [PATCH] Fix mbedtls fingerprint calculation

2017-05-20 Thread Steffan Karger
Commit 'Migrate to mbed TLS 2.x' (86d8cd68) introduced a bug in mbedtls builds where we would calculate the certificate fingerprint over the (too-short) 'to-be-signed' length of the certificate, rather than over the certificate including the signature. Fix that. The security impact of the incorre