[Openvpn-devel] [PATCH] cleanup: get rid of httpdigest.c type warnings

2015-12-19 Thread Steffan Karger
When I compile with --enable-strict, I only want to see warnings that are relevant. So, change httpdigest.c to use the correct types when possible and make any remaining casts explicit. This commit should not change behaviour. Signed-off-by: Steffan Karger --- src/openvpn/httpdigest.c | 46 +++

[Openvpn-devel] [PATCH applied] Re: Warn user if their certificate has expired

2015-12-19 Thread Gert Doering
ACK (as this is basically just the combined and already-ACKed patches from master, 644f2cdd13f4 + 091edd8e29968, which we did not cherrypick because the PolarSSL 1.3 upgrade needed to be done first). Your patch has been applied to the release/2.3 branch. commit dfd940bb008feb2fe981ceab3ed66fdb3c

[Openvpn-devel] [PATCH applied] Re: Upgrade OpenVPN 2.3 to PolarSSL 1.3

2015-12-19 Thread Gert Doering
ACK, based on - most of the changes are fairly mechanical (cert->crt, rsa->pk, and so on) - some of the larger "changes" are mostly whitespace changes, and the actual change makes sense (using features of 1.3 not available before) - I remember (and ACKed) half of the other changes from maste

[Openvpn-devel] [PATCH 2/2] Warn user if their certificate has expired

2015-12-19 Thread Steffan Karger
Previously, client certificate expiry warnings would only visible in the server log, and server certificate expiry warnings in the client log. Both after a (failed) connection attempt. This patch adds a warning to log when a users own certificate has expired (or is not yet valid) to ease problem d

[Openvpn-devel] [PATCH 1/2] Upgrade OpenVPN 2.3 to PolarSSL 1.3

2015-12-19 Thread Steffan Karger
PolarSSL 1.2 is going end-of-support by 31-12-2015, so we have to move on. Newer versions of polarssl/mbedtls are already released (2.0-2.2), but as previously agreed upon, we will just move release/2.3 to polar 1.3, where master has been for a while now. This commit removes support for PolarSSL

[Openvpn-devel] documentation: cherry-pick two polarssl fixes to 2.3

2015-12-19 Thread Gert Doering
Hi, Steffann just notified me of two master/ fixes that should have gone to release/2.3 as well - removing unused variables and fixing dead code in the polarssl bits. Usually I'd just put the note "also applied to 2.3" in the commit-and-push reply mail, but that was quite a while ago - so, git lo