summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2011-02-03 11:13:29 +0000
committerBodo Möller <bodo@openssl.org>2011-02-03 11:13:29 +0000
commit9bda745876ef9e239ca9e294ba27e1b0b1906bf1 (patch)
tree5a4e7dad5b794446cc0e4aa9b62905c854044bef /CHANGES
parent88f2a4cf9ced521e2c2874a1c32af0eeaa027f40 (diff)
fix omissions
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f063349a84..c76090d41c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -190,6 +190,7 @@
*) Fix extension code to avoid race conditions which can result in a buffer
overrun vulnerability: resumed sessions must not be modified as they can
be shared by multiple threads. CVE-2010-3864
+ [Steve Henson]
*) Fix WIN32 build system to correctly link an ENGINE directory into
a DLL.