[Openvpn-devel] [PATCH] Fix trac ticket #569

2015-10-10 Thread janjust
From: janjust Fix trac ticket #569 "White space before end tags can break the config parser" https://community.openvpn.net/openvpn/ticket/569 --- src/openvpn/options.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/openvpn/options.c b/src/openvpn

[Openvpn-devel] [PATCH] Author: Jan Just Keijser

2015-10-09 Thread janjust
From: Jan Just Keijser Add extended client certificate verification support. Replace --client-cert-not-required with a more flexible option, that allows for no, optional or mandatory client certificate verification. Signed-off-by: Jan Just Keijser --- doc/openvpn.8 | 49