From 869e978c9856c3a1faf0c289bfef3048b2af867c Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sat, 2 Jan 2016 20:06:07 +0100 Subject: Allow disabling the min and max version Reviewed-by: Viktor Dukhovni --- doc/ssl/SSL_CONF_cmd.pod | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ssl/SSL_CONF_cmd.pod b/doc/ssl/SSL_CONF_cmd.pod index 2f708458e9..9feaa28103 100644 --- a/doc/ssl/SSL_CONF_cmd.pod +++ b/doc/ssl/SSL_CONF_cmd.pod @@ -113,7 +113,8 @@ operations are permitted. Sets the minimum and maximum supported protocol. Currently supported protocol values are B, B, -B, B for TLS and B, B for DTLS. +B, B for TLS and B, B for DTLS, +and B for no limit. If the either bound is not specified then only the other bound applies, if specified. To restrict the supported protocol versions use these commands rather @@ -275,6 +276,7 @@ This sets the minimum supported SSL, TLS or DTLS version. Currently supported protocol values are B, B, B, B, B and B. +The value B will disable the limit. =item B @@ -282,6 +284,7 @@ This sets the maximum supported SSL, TLS or DTLS version. Currently supported protocol values are B, B, B, B, B and B. +The value B will disable the limit. =item B -- cgit v1.2.3