From: Emmanuel Hocdet Date: Fri, 31 Mar 2017 13:02:54 +0000 (+0200) Subject: MEDIUM: ssl: add ssl-min-ver and ssl-max-ver parameters for bind and server X-Git-Tag: v1.8-dev2~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e1c722b5e8e34a3e752bcc59fff88e8ebc384785;p=thirdparty%2Fhaproxy.git MEDIUM: ssl: add ssl-min-ver and ssl-max-ver parameters for bind and server 'ssl-min-ver' and 'ssl-max-ver' with argument SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 limit the SSL negotiation version to a continuous range. ssl-min-ver and ssl-max-ver should be used in replacement of no-tls* and no-sslv3. Warning and documentation are set accordingly. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 4486a1cd41..7f77f4ff78 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -880,7 +880,7 @@ ssl-default-bind-options [