summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-10 11:49:31 +0100
committerAndy Polyakov <appro@openssl.org>2015-06-11 13:34:53 +0200
commit063dccd027033401912d8c5e3f0f25b1f13de64b (patch)
treea5f31b55c344e913bf53cac14d95e1908e5b832e /NEWS
parent4924b37ee01f71ae19c94a8934b80eeb2f677932 (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--NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cbf847a192..beb2dd3d86 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,15 @@
This file gives a brief overview of the major changes between each OpenSSL
release. For more details please read the CHANGES file.
- Major changes between OpenSSL 1.0.2 and OpenSSL 1.0.2a [under development]
+ Major changes between OpenSSL 1.0.2a and OpenSSL 1.0.2b [under development]
+
+ 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.2 and OpenSSL 1.0.2a [19 Mar 2015]
o OpenSSL 1.0.2 ClientHello sigalgs DoS fix (CVE-2015-0291)
o Multiblock corrupted pointer fix (CVE-2015-0290)