]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update NEWS file
authorMatt Caswell <matt@openssl.org>
Tue, 17 Mar 2015 17:01:09 +0000 (17:01 +0000)
committerMatt Caswell <matt@openssl.org>
Thu, 19 Mar 2015 13:00:45 +0000 (13:00 +0000)
Update the NEWS file with the latest entries from CHANGES ready for the
release.

Reviewed-by: Richard Levitte <levitte@openssl.org>
NEWS

diff --git a/NEWS b/NEWS
index 9ebc70ac32e36f80bdf89f5244585c3bc43187a8..2d73e29a0fbd9c2cf4737ba286c453a8cf3348e7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,13 @@
 
   Major changes between OpenSSL 0.9.8ze and OpenSSL 0.9.8zf [under development]
 
-      o
+      o Segmentation fault in ASN1_TYPE_cmp fix (CVE-2015-0286)
+      o ASN.1 structure reuse memory corruption fix (CVE-2015-0287)
+      o PKCS7 NULL pointer dereferences fix (CVE-2015-0289)
+      o DoS via reachable assert in SSLv2 servers fix (CVE-2015-0293)
+      o Use After Free following d2i_ECPrivatekey error fix (CVE-2015-0209)
+      o X509_to_X509_REQ NULL pointer deref fix (CVE-2015-0288)
+      o Removed the export ciphers from the DEFAULT ciphers
 
   Major changes between OpenSSL 0.9.8zd and OpenSSL 0.9.8ze [15 Jan 2015]