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