summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-10-10 12:15:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-10-10 12:15:47 +0000
commit5759425810685fc02a49d7bb3eb44eeba389b8e2 (patch)
tree348a42ec60f4686554c2e87d8d050799426f7ff3 /CHANGES
parent983768997e28c908fbcb7b827f9f4e4721e74a65 (diff)
PR: 2314
Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net> Reviewed by: steve Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 76a3793764..2944acae75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -173,6 +173,9 @@
Changes between 0.9.8n and 1.0.0 [29 Mar 2010]
+ *) Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
+ [Steve Henson]
+
*) Add "missing" function EVP_CIPHER_CTX_copy(). This copies a cipher
context. The operation can be customised via the ctrl mechanism in
case ENGINEs want to include additional functionality.