Send and Receive a TLSv1.3 format ServerHello
authorMatt Caswell <matt@openssl.org>
Mon, 7 Nov 2016 13:50:43 +0000 (13:50 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Dec 2016 17:16:23 +0000 (17:16 +0000)
commit71728dd8aa3acc0bc9d621f8c4a4032aa3325fe4
tree4b1a34bee452b160332b4453e33fc9df939061f9
parentc901bccec6f747467e1af31473655c8290e32309
Send and Receive a TLSv1.3 format ServerHello

There are some minor differences in the format of a ServerHello in TLSv1.3.

Perl changes reviewed by Richard Levitte. Non-perl changes reviewed by Rich
Salz

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/t1_trce.c
test/recipes/70-test_tls13messages.t
test/ssl-tests/09-alpn.conf
test/ssl-tests/09-alpn.conf.in
test/ssl-tests/12-ct.conf
test/ssl-tests/12-ct.conf.in
test/ssl-tests/protocol_version.pm
test/sslapitest.c
util/TLSProxy/ServerHello.pm