summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-10-10 12:24:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-10-10 12:24:13 +0000
commite49af2ac380cbf8d4361be6fb548b7773e5bd810 (patch)
treed9c52fb53c4c21118f961d3f89ae041cc3d76ea4 /CHANGES
parent5759425810685fc02a49d7bb3eb44eeba389b8e2 (diff)
move CHANGES entry to correct place
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 2944acae75..bc985c517b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -173,9 +173,6 @@
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.
@@ -1017,6 +1014,9 @@
Changes between 0.9.8o and 0.9.8p [xx XXX xxxx]
+ *) Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
+ [Steve Henson]
+
*) Don't reencode certificate when calculating signature: cache and use
the original encoding instead. This makes signature verification of
some broken encodings work correctly.