]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Remove deprecated --compat-x509-names and --no-name-remapping
authorSteffan Karger <steffan.karger@fox-it.com>
Wed, 24 Oct 2018 10:12:05 +0000 (12:12 +0200)
committerGert Doering <gert@greenie.muc.de>
Mon, 26 Nov 2018 18:49:42 +0000 (19:49 +0100)
commitc3f565f0590b152c6ea18be230509be8f3c832f0
treeea076f7b73b673f55e04c53a4c6d0c7f279ef9b9
parent19d6d9c3533b83f934ea93359bca086a5d06011a
Remove deprecated --compat-x509-names and --no-name-remapping

As promised, remove these options for OpenVPN 2.5.

If a user still uses these, print an error that the user should update it's
configuration. Just printing a warning would cause much more confusing
errors, somewhere in middle of a failed connection attempt because the
(non-compat) names no longer match the expected names.

Signed-off-by: Steffan Karger <steffan.karger@fox-it.com>
Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <1540375925-6111-1-git-send-email-steffan.karger@fox-it.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17804.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/openvpn.8
src/openvpn/misc.c
src/openvpn/misc.h
src/openvpn/options.c
src/openvpn/ssl_verify.c
src/openvpn/ssl_verify_openssl.c