From: Kurt Roeckx Date: Thu, 4 Dec 2014 14:50:03 +0000 (+0100) Subject: Update changes to indicate that SSLv2 support has been removed X-Git-Tag: master-pre-reformat~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12478cc449ea3fe49b8e1590c62af891ae108d11;p=openssl Update changes to indicate that SSLv2 support has been removed Reviewed-by: Matt Caswell --- diff --git a/CHANGES b/CHANGES index 066c279046..389aab9b0c 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 ]