Update code for the final RFC version of TLSv1.3 (RFC8446)
authorMatt Caswell <matt@openssl.org>
Wed, 18 Jul 2018 15:05:49 +0000 (16:05 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 15 Aug 2018 11:33:30 +0000 (12:33 +0100)
commit35e742ecac9239539db016e1282b4cbdf501509c
tree69505449d87cb5902f7db623738266782bb98ac2
parent58094ab60ff51918a248dc6bd977d48f981fe2c1
Update code for the final RFC version of TLSv1.3 (RFC8446)

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6741)
14 files changed:
CHANGES
doc/man3/SSL_export_keying_material.pod
include/openssl/tls1.h
ssl/ssl_locl.h
ssl/statem/extensions_clnt.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_lib.c
ssl/t1_trce.c
test/asynciotest.c
test/recipes/70-test_sslcertstatus.t
test/recipes/70-test_sslversions.t
util/perl/TLSProxy/Message.pm
util/perl/TLSProxy/Record.pm
util/perl/TLSProxy/ServerHello.pm