]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
doc: clarify resumption semantics with -anti_replay in s_server
authorDaiki Ueno <dueno@redhat.com>
Mon, 25 May 2026 14:01:26 +0000 (16:01 +0200)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 27 May 2026 07:01:36 +0000 (09:01 +0200)
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)

doc/man1/openssl-s_server.pod.in

index 48744484b11fb326ca9ee60427414e492bd26619..b063a39573ef1af59fe7fe3f88b262883b6e094e 100644 (file)
@@ -784,6 +784,10 @@ has been negotiated, and early data is enabled on the server. A full handshake
 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.