From: Dr. Stephen Henson Date: Wed, 4 Jan 2012 23:10:44 +0000 (+0000) Subject: fix CHANGES X-Git-Tag: master-post-reformat~2005 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=2ec0497f080bc53c99ab895fc0caa7af20b9a02e;hp=6bf896d9b1693916d9e8d303f9e3cc04959632b2 fix CHANGES --- diff --git a/CHANGES b/CHANGES index f310a75075..04b14bda8c 100644 --- a/CHANGES +++ b/CHANGES @@ -261,14 +261,6 @@ *) Add support for SCTP. [Robin Seggelmann ] - *) Check parameters are not NULL in GOST ENGINE. (CVE-2012-0027) - [Andrey Kulikov ] - - *) Prevent malformed RFC3779 data triggering an assertion failure. - Thanks to Andrew Chi, BBN Technologies, for discovering the flaw - and Rob Austein for fixing it. (CVE-2011-4577) - [Rob Austein ] - *) Improved PRNG seeding for VOS. [Paul Green ] @@ -531,6 +523,17 @@ Changes between 1.0.0e and 1.0.0f [xx XXX xxxx] + *) Only allow one SGC handshake restart for SSL/TLS. (CVE-2011-4619) + [Adam Langley (Google)] + + *) Check parameters are not NULL in GOST ENGINE. (CVE-2012-0027) + [Andrey Kulikov ] + + *) Prevent malformed RFC3779 data triggering an assertion failure. + Thanks to Andrew Chi, BBN Technologies, for discovering the flaw + and Rob Austein for fixing it. (CVE-2011-4577) + [Rob Austein ] + *) Fix ssl_ciph.c set-up race. [Adam Langley (Google)]