Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF
authorMatt Caswell <matt@openssl.org>
Wed, 31 Jan 2018 16:40:03 +0000 (16:40 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 17 May 2018 15:48:25 +0000 (16:48 +0100)
commit394159da608f625b60f07c59e36dc7d01df3a709
treebe53d870c3c1e277a2d94861717219148ea2fc9b
parent9d0a8bb71e3e411e9183e635122f17c1429c4116
Allow configuation of the number of TLSv1.3 session tickets via SSL_CONF

Also allows the apps to set it.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5227)
apps/apps.h
apps/s_server.c
doc/man3/SSL_CTX_set_options.pod
ssl/ssl_conf.c