aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSteffan Karger2014-08-26 00:03:23 +0200
committerGert Doering2014-11-14 15:03:21 +0100
commit6cb15b908a64b69b715fa8b2d60c71c6d9d3f9fc (patch)
tree6bf20802933b4689afecfc5165bd0674e25dd5d6 /doc
parent4e93e6dc88f4d904a4f2eb90140472a8d8fd68d0 (diff)
downloadopenvpn-6cb15b908a64b69b715fa8b2d60c71c6d9d3f9fc.zip
openvpn-6cb15b908a64b69b715fa8b2d60c71c6d9d3f9fc.tar.gz
Add --tls-version-max
Because using TLS 1.2 breaks certain setups, a user might want to enforce a maximum TLS version to use. This patch adds that option. This patch removes a number of #ifdefs from ssl_polarssl.c, because the polarssl versions we currently support (polar 1.2 for openvpn 2.3, and polar 1.3 for openvpn-master) have all versions unconditionally enabled. Signed-off-by: Steffan Karger <steffan.karger@fox-it.com> Acked-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <544EC052.3080809@fox-it.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/9210 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/openvpn.85
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/openvpn.8 b/doc/openvpn.8
index f2911c0..8fca9aa 100644
--- a/doc/openvpn.8
+++ b/doc/openvpn.8
@@ -4330,6 +4330,11 @@ and version is not recognized, we will only accept the highest TLS
version supported by the local SSL implementation.
.\"*********************************************************
.TP
+.B \-\-tls-version-max version
+Set the maximum TLS version we will use (default is the highest version
+supported). Examples for version include "1.0", "1.1", or "1.2".
+.\"*********************************************************
+.TP
.B \-\-pkcs12 file
Specify a PKCS #12 file containing local private key,
local certificate, and root CA certificate.