summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-12-01 14:39:47 +0000
committerMatt Caswell <matt@openssl.org>2015-12-03 14:32:05 +0000
commit9330fbd07f8f544d978465cc9f6390037a87c16a (patch)
treef6ddf11049d143179ad3d89093fafec6c007b15c /NEWS
parent00456fded43eadd4bb94bf675ae4ea5d158a764f (diff)
Update CHANGES and NEWS
Update the CHANGES and NEWS files for the new release. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cb5674b391..6fd1148bd4 100644
--- a/NEWS
+++ b/NEWS
@@ -7,11 +7,17 @@
Major changes between OpenSSL 1.0.2d and OpenSSL 1.0.2e [under development]
- o
+ o BN_mod_exp may produce incorrect results on x86_64 (CVE-2015-3193)
+ o Certificate verify crash with missing PSS parameter (CVE-2015-3194)
+ o X509_ATTRIBUTE memory leak (CVE-2015-3195)
+ o Rewrite EVP_DecodeUpdate (base64 decoding) to fix several bugs
+ o In DSA_generate_parameters_ex, if the provided seed is too short,
+ return an error
Major changes between OpenSSL 1.0.2c and OpenSSL 1.0.2d [9 Jul 2015]
o Alternate chains certificate forgery (CVE-2015-1793)
+ o Race condition handling PSK identify hint (CVE-2015-3196)
Major changes between OpenSSL 1.0.2b and OpenSSL 1.0.2c [12 Jun 2015]