summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-09-19 11:26:45 +0000
committerBodo Möller <bodo@openssl.org>2002-09-19 11:26:45 +0000
commita90ae02454ed755a56a00943ea49195c6b565655 (patch)
tree83797adcfa2399dd7fa11c3ce1ae346124478cc9 /CHANGES
parent4c8f79a33e8efe5302700389edb4d574f2228765 (diff)
fix race condition
PR: 262
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dbb70cb119..0cfe8adc9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1923,6 +1923,9 @@ des-cbc 3624.96k 5258.21k 5530.91k 5624.30k 5628.26k
Changes between 0.9.6g and 0.9.6h [xx XXX xxxx]
+ *) Fix race condition in SSLv3_client_method().
+ [Bodo Moeller]
+
*) Reorder cleanup sequence in SSL_CTX_free(): only remove the ex_data after
the cached sessions are flushed, as the remove_cb() might use ex_data
contents. Bug found by Sam Varshavchik <mrsam@courier-mta.com>