summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-24 20:25:59 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2019-01-25 08:24:54 +0100
commit221610f3045e3b96d297da37df8d350cce6ef7f0 (patch)
tree9856e71e8a26788a55b0e05978bedc25af30c45b /doc
parent6f3fe05234d7ac9b541dd5101ccbae82a596ed16 (diff)
downloadgnutls-221610f3045e3b96d297da37df8d350cce6ef7f0.tar.gz
priorities: when %NO_EXTENSIONS is specified disable TLS1.3
This makes the behavior of this priority string option well-defined even when TLS1.3 is enabled. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/cha-gtls-app.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 8d5d9b7cfa..9831db2da4 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1508,7 +1508,7 @@ with %COMPAT.
will prevent the sending of any TLS extensions in client side. Note
that TLS 1.2 requires extensions to be used, as well as safe
renegotiation thus this option must be used with care. When this option
-is set with TLS1.3 enabled the session behavior is undefined.
+is set no versions later than TLS1.2 can be negotiated.
@item %NO_TICKETS @tab
will prevent the advertizing of the TLS session ticket extension.