summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-10 11:49:31 +0100
committerMatt Caswell <matt@openssl.org>2015-06-11 15:02:21 +0100
commit1f31458a77c1e35e9ac80a43c55e7ed78ac248c2 (patch)
tree82845fa42aa6a4051c7409045c525eafad771745 /NEWS
parent5fbc59cac60db4d7c3172152b8bdafe0c675fabd (diff)
Update CHANGES and NEWS
Updates to CHANGES and NEWS to take account of the latest security fixes. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aa72ab0633..0e849d4832 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,11 @@
Major changes between OpenSSL 1.0.1m and OpenSSL 1.0.1n [under development]
- o
+ o Malformed ECParameters causes infinite loop (CVE-2015-1788)
+ o Exploitable out-of-bounds read in X509_cmp_time (CVE-2015-1789)
+ o PKCS7 crash with missing EnvelopedContent (CVE-2015-1790)
+ o CMS verify infinite loop with unknown hash function (CVE-2015-1792)
+ o Race condition handling NewSessionTicket (CVE-2015-1791)
Major changes between OpenSSL 1.0.1l and OpenSSL 1.0.1m [19 Mar 2015]