Signed-off-by: Daiki Ueno <dueno@redhat.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
MergeDate: Wed May 27 07:01:39 2026
(Merged from https://github.com/openssl/openssl/pull/31291)
is forced if a session ticket is used a second or subsequent time. Any early
data that was sent will be rejected.
+Note that the server manages an internal cache of session tickets. If a client
+closes the connection without sending the close_notify alert, the
+corresponding session ticket is removed and a full handshake is forced.
+
=item B<-tfo>
Enable acceptance of TCP Fast Open (RFC7413) connections.