From e1c722b5e8e34a3e752bcc59fff88e8ebc384785 Mon Sep 17 00:00:00 2001 From: Emmanuel Hocdet Date: Fri, 31 Mar 2017 15:02:54 +0200 Subject: [PATCH] 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. --- doc/configuration.txt | 82 +++++++++++++---------- src/ssl_sock.c | 148 ++++++++++++++++++++++++++++-------------- 2 files changed, 147 insertions(+), 83 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 4486a1cd4..7f77f4ff7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -880,7 +880,7 @@ ssl-default-bind-options [