summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-11-16 13:35:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-11-16 13:35:09 +0000
commitef024929082e8c2f9ec93a1ca5e7084bd38a4c04 (patch)
tree1abc407b5f55c5b9338a29ce186db1f1925b0e45 /CHANGES
parent86d5f9ba4feb81337716c2c18ec753eb33c81d01 (diff)
prepare for releaseOpenSSL_1_0_0b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 05c25aa3ae..aad698c5f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,11 +2,12 @@
OpenSSL CHANGES
_______________
- Changes between 1.0.0a and 1.0.0b [xx XXX xxxx]
+ Changes between 1.0.0a and 1.0.0b [16 Nov 2010]
*) 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.