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
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
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