summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-02-06 17:27:25 +0000
committerMatt Caswell <matt@openssl.org>2018-02-07 21:34:18 +0000
commitf518cef40c431188b4910ca9bd8ef3778f599bb5 (patch)
tree349bb1a8356f86a09c0a4bc0b3a53e058882bc02 /Configure
parentc517ac4c3f6d48cf35b75f148515ce7f3677a03b (diff)
Enable TLSv1.3 by default
[extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5266)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure b/Configure
index a6f5a31969..c90a66ce9f 100755
--- a/Configure
+++ b/Configure
@@ -435,8 +435,6 @@ our %disabled = ( # "what" => "comment"
"ssl3" => "default",
"ssl3-method" => "default",
"ubsan" => "default",
- #TODO(TLS1.3): Temporarily disabled while this is a WIP
- "tls1_3" => "default",
"tls13downgrade" => "default",
"unit-test" => "default",
"weak-ssl-ciphers" => "default",