summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2016-03-09 18:10:52 +0100
committerKurt Roeckx <kurt@roeckx.be>2016-03-14 21:13:59 +0100
commit4256957570a233ed4e9840353e95e623dfd62086 (patch)
tree6fd41f98f2b3392be2b660abb56d748168c7983a /CHANGES
parente76f48539109829819aabc03953cf2cfd4612961 (diff)
Add no-ssl2-method
Reviewed-by: Viktor Dukhovni <viktor@openssl.org> MR: #2341
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d0bc8347e6..4e118e6d11 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,10 @@
default.
[Kurt Roeckx]
+ *) Only remove the SSLv2 methods with the no-ssl2-method option. When the
+ methods are enabled and ssl2 is disabled the methods return NULL.
+ [Kurt Roeckx]
+
Changes between 1.0.2f and 1.0.2g [1 Mar 2016]
* Disable weak ciphers in SSLv3 and up in default builds of OpenSSL.