[Openvpn-devel] [PATCH] mbedtls: check that private key and certificate match on start

2016-05-03 Thread Steffan Karger
Implement a long standing todo in the code, now that we use mbed TLS 2.x, which provides an interface for the check. Signed-off-by: Steffan Karger --- src/openvpn/ssl_mbedtls.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git

[Openvpn-devel] [PATCH] mbedtls: improve error reporting in tls verify callback

2016-05-03 Thread Steffan Karger
Instead of just printing the contents of the flags variable, try to convert it to a human-readable error string and print that instead. This will for example print "The certificate is signed with an unacceptable key (eg bad curve, RSA too short).", instead of "flags=1". Signed-off-by:

Re: [Openvpn-devel] SPAM on trac

2016-05-03 Thread ecrist
On 2016-05-03 06:56, Samuli Seppänen wrote: Hi, I turned on several new external content scanning spamfilters. In the process I had to upgrade Trac and the Trac spam filtering plugin. We used to only have Akismet, because we didn't really have any big spam issues. Now we have all of these

Re: [Openvpn-devel] SPAM on trac

2016-05-03 Thread Samuli Seppänen
Hi, I turned on several new external content scanning spamfilters. In the process I had to upgrade Trac and the Trac spam filtering plugin. We used to only have Akismet, because we didn't really have any big spam issues. Now we have all of these activated: - Akismet (http://akismet.com/) -

Re: [Openvpn-devel] SPAM on trac

2016-05-03 Thread Samuli Seppänen
Hi, I turned on several new external content scanning spamfilters. In the process I had to upgrade Trac and the Trac spam filtering plugin. We used to only have Akismet, because we didn't really have any big spam issues. Now we have all of these activated: - Akismet (http://akismet.com/) -

Re: [Openvpn-devel] [PATCH] Prompt for challenge properly

2016-05-03 Thread Selva Nair
On Tue, Apr 12, 2016 at 8:01 PM, Selva Nair wrote: > > http://article.gmane.org/gmane.network.openvpn.devel/10868 > On Tue, Apr 12, 2016 at 7:20 PM, Joshua Deare wrote: > >> Currently, when a client provides a file to auth-user-pass OpenVPN >> won't

Re: [Openvpn-devel] [PATCH] Add support for register-dns through interactive service

2016-05-03 Thread Selva Nair
Hi, Motivated by the discussion on "forgotten" patches, here is a reminder for review time.. http://thread.gmane.org/gmane.network.openvpn.devel/11354 Thanks, Selva