diff options
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r-- | doc/cha-gtls-app.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 7345684794..7e82a42ed1 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -979,6 +979,11 @@ 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. +@item %STATELESS_COMPRESSION @tab +will disable keeping state across records when compressing. This may +help to mitigate attacks when compression is used but an attacker +is in control of input data. + @item %SERVER_PRECEDENCE @tab The ciphersuite will be selected according to server priorities and not the client's. |