aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2014-12-04 15:50:03 +0100
committerKurt Roeckx <kurt@roeckx.be>2014-12-04 15:51:28 +0100
commit12478cc449ea3fe49b8e1590c62af891ae108d11 (patch)
tree479127b3c7076300311e73ed5d4f92f954c65645
parent71c16698fa7b88e4ef4fd34ad4bc1920eb09f93a (diff)
downloadopenssl-12478cc449ea3fe49b8e1590c62af891ae108d11.zip
openssl-12478cc449ea3fe49b8e1590c62af891ae108d11.tar.gz
openssl-12478cc449ea3fe49b8e1590c62af891ae108d11.tar.bz2
Update changes to indicate that SSLv2 support has been removed
Reviewed-by: Matt Caswell <matt@openssl.org>
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 066c279..389aab9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 1.0.2 and 1.1.0 [xx XXX xxxx]
+ *) SSLv2 support has been removed. It still supports receiving a SSLv2
+ compatible client hello.
+ [Kurt Roeckx]
+
*) Increased the minimal RSA keysize from 256 to 512 bits [Rich Salz],
done while fixing the error code for the key-too-small case.
[Annie Yousar <a.yousar@informatik.hu-berlin.de>]