Remove old style NewSessionTicket from TLSv1.3
authorMatt Caswell <matt@openssl.org>
Tue, 8 Nov 2016 16:10:21 +0000 (16:10 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 23 Nov 2016 15:31:21 +0000 (15:31 +0000)
commit9362c93ebc5b14bf18e82cdebf380ccc52f3d92f
treeb678e7fc85f02c32520c6aa9e3089d660d684121
parent82c9c030173898b9536a1c8da4e49b4b19251dbd
Remove old style NewSessionTicket from TLSv1.3

TLSv1.3 has a NewSessionTicket message, but it is *completely* different to
the TLSv1.2 one and may as well have been called something else. This commit
removes the old style NewSessionTicket from TLSv1.3. We will have to add the
new style one back in later.

Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_clnt.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c
test/clienthellotest.c
test/recipes/70-test_sslsessiontick.t
test/ssl-tests/06-sni-ticket.conf
test/ssl-tests/06-sni-ticket.conf.in