openssl/util/perl/TLSProxy
Matt Caswell f865b08143 Split configuration of TLSv1.3 ciphers from older ciphers
With the current mechanism, old cipher strings that used to work in 1.1.0,
may inadvertently disable all TLSv1.3 ciphersuites causing connections to
fail. This is confusing for users.

In reality TLSv1.3 are quite different to older ciphers. They are much
simpler and there are only a small number of them so, arguably, they don't
need the same level of control that the older ciphers have.

This change splits the configuration of TLSv1.3 ciphers from older ones.
By default the TLSv1.3 ciphers are on, so you cannot inadvertently disable
them through your existing config.

Fixes #5359

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5392)
2018-03-14 10:15:50 +00:00
..
Certificate.pm
CertificateVerify.pm
ClientHello.pm
EncryptedExtensions.pm
Message.pm Update copyright year 2018-02-13 13:59:25 +00:00
NewSessionTicket.pm
Proxy.pm Split configuration of TLSv1.3 ciphers from older ciphers 2018-03-14 10:15:50 +00:00
Record.pm Update version numbers for TLSv1.3 draft-26 2018-03-14 09:51:20 +00:00
ServerHello.pm Send supported_versions in an HRR 2017-12-14 15:06:37 +00:00
ServerKeyExchange.pm