diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-05-31 18:32:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-05-31 20:44:10 +0200 |
commit | 1f9e950b8b25c0607e4631db952e357d1d839b78 (patch) | |
tree | 59789ea23d513041943da3d0643c39bfc06efb07 /doc | |
parent | 2d3a2694a7eed6be247da56025727e1759bd3b7f (diff) | |
download | gnutls-1f9e950b8b25c0607e4631db952e357d1d839b78.tar.gz |
Minor fix.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gnutls.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi index dd4d86fb70..daef0ff880 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -1293,11 +1293,11 @@ client require the extension for every handshake and servers will refuse renegotiation without it. To enforce your clients to upgrade to a version that supports safe -renegotiation the %INITIAL_SAFE_RENEGOTIATION priority string should be used -at server side. This will deny any connections unless the client supports -the extension. This however will prevent all clients that do not support -the extension from connecting to server, even if they do not use -renegotiation. +renegotiation the %INITIAL_SAFE_RENEGOTIATION priority string should +be used at server side. This will deny any (re-)handshakes unless the +client supports the extension. This however will prevent all clients +that do not support the extension from connecting to server, even if +they do not use renegotiation. It is possible to disable use of the extension completely, in both clients and servers, by using the @code{%DISABLE_SAFE_RENEGOTIATION} |