]> git.ipfire.org Git - thirdparty/openssl.git/commit - INSTALL
Update Configure to know about tls1_3
authorMatt Caswell <matt@openssl.org>
Sun, 30 Oct 2016 08:38:52 +0000 (08:38 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 2 Nov 2016 13:08:21 +0000 (13:08 +0000)
commit84a68336581b7d25fefe693bf92b5b3751f4b5f6
treeb03fbff07ea0b0b035d8e01e2916fc67ef80aca2
parent0ced42e050e602dc9d5fea36250ab8335f8ab156
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>
Configure
INSTALL
test/recipes/80-test_ssl_new.t
test/ssl-tests/02-protocol-version.conf
test/ssl-tests/10-resumption.conf
test/ssl-tests/protocol_version.pm