aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-03-22 11:52:45 +0000
committerMatt Caswell <matt@openssl.org>2017-03-24 14:07:11 +0000
commit3556b83ea2a00d0dd3e4f1ec38adb6837553e451 (patch)
tree06b2350955e46509b54608bca0db9c057eca20d1 /Configure
parentc3043dcd55d81617408025b1cdb8241ef753b805 (diff)
downloadopenssl-3556b83ea2a00d0dd3e4f1ec38adb6837553e451.tar.gz
Make the TLSv1.3 downgrade mechanism a configurable option
Make it disabled by default. When TLSv1.3 is out of draft we can remove this option and have it enabled all the time. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3022)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index b7d669c118..191fe73f9e 100755
--- a/Configure
+++ b/Configure
@@ -407,6 +407,7 @@ my @disablables = (
"tests",
"threads",
"tls",
+ "tls13downgrade",
"ts",
"ubsan",
"ui",
@@ -451,6 +452,7 @@ our %disabled = ( # "what" => "comment"
"ubsan" => "default",
#TODO(TLS1.3): Temporarily disabled while this is a WIP
"tls1_3" => "default",
+ "tls13downgrade" => "default",
"unit-test" => "default",
"weak-ssl-ciphers" => "default",
"zlib" => "default",