]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Add --compat-names option
authorHeiko Hund <heiko.hund@sophos.com>
Tue, 11 Sep 2012 15:34:24 +0000 (17:34 +0200)
committerDavid Sommerseth <davids@redhat.com>
Wed, 12 Sep 2012 13:08:10 +0000 (15:08 +0200)
commite7412ca3eee2f2a2fb0af5acbe968137cfd7e995
tree70909046f97e8c108422b6ada53342bb42be856b
parent5d4f5435a421299ed047485d8d99bdf9a0d22fd1
Add --compat-names option

With this option, users can basically undo the changes of the UTF-8
support commit 5e86fd93779482b90a191f929edebe414cd78a4f. It's here for
short term compatibility and should be removed again as soon as possible.

When OpenSSL is used, the subject strings will be in the proprietary
format again. Generally username, X.509 CN, and X.509 subject will again
be subject to '_' replacemant, unless the "no-remapping" flag is
also specified. That flag ensures compatibility with setups using the
--no-name-remapping option, that has been removed in 2.3.

[v2: More comments related to compat_flags() added by DS plus using
     COMPAT_FLAG_QUERY expclit]
[v3: Improved the man page entry for --compat-names, after suggestions
     from Bernhard R. Link]

Signed-off-by: Heiko Hund <heiko.hund@sophos.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1347377664-15462-1-git-send-email-dazo@users.sourceforge.net
URL: http://article.gmane.org/gmane.network.openvpn.devel/7053
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