diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-13 12:23:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-11-13 12:28:38 +0000 |
commit | 2043336d393ea7725942b5be81b486b214eb7b9e (patch) | |
tree | 20e75aed889361cfddd28310b6c625c8881cb4e1 /doc/doc-docbook | |
parent | bf13aee1aa701b1d838a09abd25ded986069e2ef (diff) |
OpenSSL: when supported by the library version, disable renegotiation for pre-TLS1.3
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 6b2d97b17..ceb377b0a 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -16289,7 +16289,7 @@ harm. This option overrides the &%pipe_as_creator%& option of the &(pipe)& transport driver. -.option openssl_options main "string list" "+no_sslv2 +no_sslv3 +single_dh_use +no_ticket" +.option openssl_options main "string list" "+no_sslv2 +no_sslv3 +single_dh_use +no_ticket +no_renegotiation" .cindex "OpenSSL "compatibility options" This option allows an administrator to adjust the SSL options applied by OpenSSL to connections. It is given as a space-separated list of items, |