openssl/util/perl/TLSProxy
Matt Caswell 88050dd196 Update ServerHello to new draft-22 format
The new ServerHello format is essentially now the same as the old TLSv1.2
one, but it must additionally include supported_versions. The version
field is fixed at TLSv1.2, and the version negotiation happens solely via
supported_versions.

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4701)
2017-12-14 15:06:37 +00:00
..
Certificate.pm
CertificateVerify.pm
ClientHello.pm
EncryptedExtensions.pm
HelloRetryRequest.pm
Message.pm Implement Maximum Fragment Length TLS extension. 2017-11-05 17:46:48 +01:00
NewSessionTicket.pm
Proxy.pm Fix race condition in TLSProxy 2017-11-07 10:51:17 +00:00
Record.pm Update the TLSv1.3 draft version indicators to draft 22 2017-12-14 15:06:37 +00:00
ServerHello.pm Update ServerHello to new draft-22 format 2017-12-14 15:06:37 +00:00
ServerKeyExchange.pm