summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-05 08:58:03 +0000
committerMark J. Cox <mark@openssl.org>2006-09-05 08:58:03 +0000
commitb79aa05e3babdbab92c6356f6e51f7bb43c41576 (patch)
tree1963310ff2983ec5cba1330c9a58b343f6e0b232 /CHANGES
parent500b5a181df0e8e442e4cbf954213ff886b29df3 (diff)
Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
(CVE-2006-4339) Submitted by: Ben Laurie, Google Security Team Reviewed by: bmoeller, mjc, shenson
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 36f46eb159..639b2323fc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
+ (CVE-2006-4339) [Ben Laurie and Google Security Team]
+
*) Allow multiple CRLs to exist in an X509_STORE with matching issuer names.
Modify get_crl() to find a valid (unexpired) CRL if possible.
[Steve Henson]
@@ -377,7 +380,12 @@
*) Change 'Configure' script to enable Camellia by default.
[NTT]
- Changes between 0.9.8b and 0.9.8c [xx XXX xxxx]
+ Changes between 0.9.8c and 0.9.8d [xx XXX xxxx]
+
+ Changes between 0.9.8b and 0.9.8c [05 Sep 2006]
+
+ *) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
+ (CVE-2006-4339) [Ben Laurie and Google Security Team]
*) Add AES IGE and biIGE modes.
[Ben Laurie]
@@ -1335,7 +1343,12 @@
differing sizes.
[Richard Levitte]
- Changes between 0.9.7j and 0.9.7k [xx XXX xxxx]
+ Changes between 0.9.7k and 0.9.7l [xx XXX xxxx]
+
+ Changes between 0.9.7j and 0.9.7k [05 Sep 2006]
+
+ *) Avoid PKCS #1 v1.5 signature attack discovered by Daniel Bleichenbacher
+ (CVE-2006-4339) [Ben Laurie and Google Security Team]
*) Change the Unix randomness entropy gathering to use poll() when
possible instead of select(), since the latter has some