[Openvpn-devel] [PATCH v3] Make push-peer-info visible in "normal" per-instance environment.

2013-05-05 Thread Gert Doering
Without this patch, peer-info pushed by clients in the TLS handshake is only visible on the management interface, and only if --management-client-auth is enabled. With this patch, received records are sanitized and put into the normal "multi instance" environment, where it can be evaluated by --cl

[Openvpn-devel] [PATCH] Use min_int() instead of MIN()+syshead.c compat definition.

2013-05-05 Thread Gert Doering
Reverts commit 15ca5c297b556fbb, instead change ssl_openssl.c to use "min_int()", which is already defined in "integer.h" --- src/openvpn/ssl_openssl.c |2 +- src/openvpn/syshead.h |7 --- 2 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/openvpn/ssl_openssl.c b/sr

Re: [Openvpn-devel] [PATCH] Use min_int() instead of MIN()+syshead.c compat definition.

2013-05-05 Thread Arne Schwabe
On 05.05.2013 15:10, Gert Doering wrote: Reverts commit 15ca5c297b556fbb, instead change ssl_openssl.c to use "min_int()", which is already defined in "integer.h" ACK