[Openvpn-devel] [PATCH applied] Re: Modernize sample keys and sample configs

2014-11-15 Thread Gert Doering
Your patch has been applied to the master branch. commit 335bbe615a03dad9087d754c9dea330e801ee3c3 Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Thu Oct 23 00:14:29 2014 +0200 Modernize sample keys and sample configs Signed-off-by: Steffan Karger Ac

[Openvpn-devel] [PATCH 1/2] fix compilation on Windows

2014-11-15 Thread Heiko Hund
The local member in struct lick_socket_address went away a while ago. Fixing the code to compile again under Windows. While there, also fix the code to deal with struct link_socket_info.af == AF_UNSPEC Signed-off-by: Heiko Hund --- src/openvpn/socket.c | 15 +++ 1 file changed, 7 ins

[Openvpn-devel] [PATCH 2/2] fix warnings on Windows

2014-11-15 Thread Heiko Hund
Just add a few valid casts that shut up mingw gcc. Signed-off-by: Heiko Hund --- src/openvpn/mtu.c| 5 ++--- src/openvpn/route.c | 2 +- src/openvpn/socket.c | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/openvpn/mtu.c b/src/openvpn/mtu.c index 13f3f6c..3665a34

Re: [Openvpn-devel] [PATCH] Modernize sample keys and sample configs

2014-11-15 Thread Samuli Seppänen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Steffan, I tested the key generation script with /bin/bash and /bin/dash on Linux, and using /bin/sh on FreeBSD. The rest of the patch looked fine, too. ACK. Samuli > Attached a v2 of this patch that adds an extra check whether openssl is > ac

Re: [Openvpn-devel] [PATCH] Modernize sample keys and sample configs

2014-11-15 Thread Steffan Karger
Attached a v2 of this patch that adds an extra check whether openssl is actually available. -Steffan On Thu, Oct 23, 2014 at 12:16 AM, Steffan Karger wrote: > I kept most of the certificate properties equal to the old > certs, since some people's test scripts might rely on them (and > it does n

[Openvpn-devel] [PATCH] Peer-id patch v5

2014-11-15 Thread Lev Stipakov
Added new packet format P_DATA_V2, which includes peer-id. If server supports, client sends all data packets in the new format. When data packet arrives, server identifies peer by peer-id. If peer's ip/port has changed, server assumes that client has floated, verifies HMAC and updates ip/port in in