summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-03-01 11:15:47 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-03-20 10:52:19 +0100
commitc6754cf52ecfb655f04707cef0d4c2d41e1c9587 (patch)
tree57bf3acab86116da136087c9e936087b5fd5d286 /doc
parentf82ffe2b3031072ad1bfdf589e945263a1696e3f (diff)
downloadgnutls-c6754cf52ecfb655f04707cef0d4c2d41e1c9587.tar.gz
handshake: increase the default number of tickets we send to 2tmp-increase-nr-of-tickets
This makes it easier for clients which perform multiple connections to the server to use the tickets sent by a default server. That's because 2 tickets allow for 2 new connections (if one is using each ticket once as recommended), which in turn lead to 4 new and so on. Resolves: #596 Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-gtls-app.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 215f257c8b..6f605dfa1c 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1918,8 +1918,8 @@ is set using @funcref{gnutls_db_set_cache_expiration}. This function also contro
the ticket key rotation period. Currently, the session key rotation interval is set
to 3 times the expiration time set by this function.
-Under TLS 1.3, the server can send a new session ticket at any time
-using @funcref{gnutls_session_ticket_send}.
+Under TLS 1.3, the server sends by default 2 tickets, and can send
+additional session tickets at any time using @funcref{gnutls_session_ticket_send}.
@showfuncdesc{gnutls_session_ticket_send}