summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-05 08:25:42 +0000
committerMark J. Cox <mark@openssl.org>2006-09-05 08:25:42 +0000
commitdf20b6e79b97b59a373abf44108fedc6f2d60159 (patch)
tree967942b3a68a55ff7a90cd2120f6443cb2358eb6 /CHANGES
parentf4f1dc39e053ba8408e6e15d82af3a6551b96b00 (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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3cc7910671..50ececbe66 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.8b and 0.9.8c [xx XXX xxxx]
+ *) 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]
@@ -962,6 +965,9 @@
Changes between 0.9.7j and 0.9.7k [xx XXX xxxx]
+ *) 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
undesirable limitations.