summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMark J. Cox <mark@openssl.org>2006-09-28 13:20:44 +0000
committerMark J. Cox <mark@openssl.org>2006-09-28 13:20:44 +0000
commit348be7ec60f7cce7503ba759a1a5a7591a648f1f (patch)
treef2ddd89c31aed4fdbaaa65ec959b2bd2db854c58 /CHANGES
parent3ff55e9680cc99f330f25e48cd1422e3459c02de (diff)
Fix ASN.1 parsing of certain invalid structures that can result
in a denial of service. (CVE-2006-2937) [Steve Henson]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 11988efbf9..6b26b19b1b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.8d and 0.9.9 [xx XXX xxxx]
+ *) Fix ASN.1 parsing of certain invalid structures that can result
+ in a denial of service. (CVE-2006-2937) [Steve Henson]
+
*) Fix buffer overflow in SSL_get_shared_ciphers() function.
(CVE-2006-3738) [Tavis Ormandy and Will Drewry, Google Security Team]