commit | 9d0a8bb71e3e411e9183e635122f17c1429c4116 | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Wed Jan 31 17:26:46 2018 +0000 |
committer | Matt Caswell <matt@openssl.org> | Thu May 17 16:48:25 2018 +0100 |
tree | 9d6615d9cbf0690d8c0f5c95e1ddff074f52f20f | |
parent | 029c11c21fdd018ec51badaafd34118223055274 [diff] |
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)