]> git.ipfire.org Git - thirdparty/openssl.git/commit - ssl/ssl_lib.c
Enable the ability to set the number of TLSv1.3 session tickets sent
authorMatt Caswell <matt@openssl.org>
Wed, 31 Jan 2018 17:26:46 +0000 (17:26 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 17 May 2018 15:48:25 +0000 (16:48 +0100)
commit9d0a8bb71e3e411e9183e635122f17c1429c4116
tree9d6615d9cbf0690d8c0f5c95e1ddff074f52f20f
parent029c11c21fdd018ec51badaafd34118223055274
Enable the ability to set the number of TLSv1.3 session tickets sent

We send a session ticket automatically in TLSv1.3 at the end of the
handshake. This commit provides the ability to set how many tickets should
be sent. By default this is one.

Fixes #4978

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5227)
include/openssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/statem/statem_srvr.c
util/libssl.num