summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-06 02:50:57 -0700
committerPhil Pennock <pdp@exim.org>2012-05-06 02:50:57 -0700
commitf0f5a555bee153477d12bcbce90875d46884281c (patch)
tree7d1c217de6f49a7b70c1058afe7eb4680bb39d04 /doc/doc-txt/NewStuff
parent5bfb4cdf352ad40304c6bbf0d826569dea761699 (diff)
Disable SSLv2 by default.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 2872d241f..6eae4ce7b 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -56,6 +56,10 @@ Version 4.78
Currently OpenSSL only.
+ 8. SSLv2 now disabled by default in OpenSSL. (Never supported by GnuTLS).
+ Use "openssl_options -no_sslv2" to re-enable support, if your OpenSSL
+ install was not built with OPENSSL_NO_SSL2 ("no-ssl2").
+
Version 4.77
------------