summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
authorAdriaan de Jong <dejong@fox-it.com>2011-07-05 13:09:13 +0200
committerDavid Sommerseth <davids@redhat.com>2011-10-22 16:00:49 +0200
commit7dd8bbf574672b60d4776bee0ef9908cf1f49c2f (patch)
tree3f8dbf8d216011e7ad489a2e07333edc7dc273da /options.c
parent88203950ef5ce2f23325ceff5ad247033dfa0005 (diff)
downloadopenvpn-7dd8bbf574672b60d4776bee0ef9908cf1f49c2f.tar.gz
openvpn-7dd8bbf574672b60d4776bee0ef9908cf1f49c2f.tar.xz
openvpn-7dd8bbf574672b60d4776bee0ef9908cf1f49c2f.zip
Disabled X.509 track and username selection for PolarSSL
Signed-off-by: Adriaan de Jong <dejong@fox-it.com> Acked-by: James Yonan <james@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.c b/options.c
index bed6c4b..3985439 100644
--- a/options.c
+++ b/options.c
@@ -604,8 +604,10 @@ static const char usage_message[] =
" of verification.\n"
"--ns-cert-type t: Require that peer certificate was signed with an explicit\n"
" nsCertType designation t = 'client' | 'server'.\n"
+#ifdef ENABLE_X509_TRACK
"--x509-track x : Save peer X509 attribute x in environment for use by\n"
" plugins and management interface.\n"
+#endif
#if OPENSSL_VERSION_NUMBER >= 0x00907000L || USE_POLARSSL
"--remote-cert-ku v ... : Require that the peer certificate was signed with\n"
" explicit key usage, you can specify more than one value.\n"