aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-30 08:38:52 +0000
committerMatt Caswell <matt@openssl.org>2016-11-02 13:08:21 +0000
commit84a68336581b7d25fefe693bf92b5b3751f4b5f6 (patch)
treeb03fbff07ea0b0b035d8e01e2916fc67ef80aca2 /INSTALL
parent0ced42e050e602dc9d5fea36250ab8335f8ab156 (diff)
downloadopenssl-84a68336581b7d25fefe693bf92b5b3751f4b5f6.tar.gz
Update Configure to know about tls1_3
Also we disable TLS1.3 by default (use enable-tls1_3 to re-enable). This is because this is a WIP and will not be interoperable with any other TLS1.3 implementation. Finally, we fix some tests that started failing when TLS1.3 was disabled by default. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 44b3a1ca21..a3932258c0 100644
--- a/INSTALL
+++ b/INSTALL
@@ -457,6 +457,12 @@
specific configuration, e.g. "-m32" to build x86 code on
an x64 system.
+ enable-tls1_3
+ TODO(TLS1.3): Make this enabled by default
+ Build support for TLS1.3. Note: This is a WIP feature and
+ does not currently interoperate with other TLS1.3
+ implementations! Use with caution!!
+
no-<prot>
Don't build support for negotiating the specified SSL/TLS
protocol (one of ssl, ssl3, tls, tls1, tls1_1, tls1_2, dtls,