diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-06 02:50:57 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-06 02:50:57 -0700 |
commit | f0f5a555bee153477d12bcbce90875d46884281c (patch) | |
tree | 7d1c217de6f49a7b70c1058afe7eb4680bb39d04 /doc/doc-docbook | |
parent | 5bfb4cdf352ad40304c6bbf0d826569dea761699 (diff) |
Disable SSLv2 by default.
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 c4739a80f..a00908fe4 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -14355,7 +14355,7 @@ harm. This option overrides the &%pipe_as_creator%& option of the &(pipe)& transport driver. -.option openssl_options main "string list" unset +.option openssl_options main "string list" "+no_sslv2" .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, |