From 12478cc449ea3fe49b8e1590c62af891ae108d11 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Thu, 4 Dec 2014 15:50:03 +0100 Subject: [PATCH] Update changes to indicate that SSLv2 support has been removed Reviewed-by: Matt Caswell --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) 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 ] -- GitLab