Respect SSL_OP_NO_TICKET in TLSv1.3
authorMatt Caswell <matt@openssl.org>
Wed, 13 Jun 2018 14:57:39 +0000 (15:57 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 26 Jun 2018 17:09:46 +0000 (18:09 +0100)
commit6cc0b3c2171e26379e898574cb6d42b8d8dcc113
treeabc151eedbe6c46563085d8f690b7b008b3c1c8e
parent6a11d5c5ededa1543c2eeb2f9edcbe39bc58bb70
Respect SSL_OP_NO_TICKET in TLSv1.3

Implement support for stateful TLSv1.3 tickets, and use them if
SSL_OP_NO_TICKET is set.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6563)
13 files changed:
crypto/err/openssl.txt
include/openssl/sslerr.h
ssl/ssl_err.c
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/ssl_sess.c
ssl/statem/extensions_srvr.c
ssl/statem/statem_srvr.c
test/handshake_helper.c
test/ssl-tests/10-resumption.conf
test/ssl-tests/11-dtls_resumption.conf
test/ssl-tests/protocol_version.pm
test/sslapitest.c