aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-06-19 00:04:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-06-19 00:04:57 +0000
commit3cc1f498a171f9268859a443ae8d4cd7fce6a43b (patch)
treee3ea38bd4ff45743779f94871336e4cb8984fe19 /CHANGES
parentc6c0035ea5d3d4adf81704a9592dc132283bdb38 (diff)
downloadopenssl-3cc1f498a171f9268859a443ae8d4cd7fce6a43b.tar.gz
Don't set pointer if add_lock_callback used.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e8ffbf700c..cf79a8ea10 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,11 @@
*) applies to 0.9.6a (/0.9.6b) and 0.9.7
+) applies to 0.9.7 only
+ *) Don't change *pointer in CRYPTO_add_lock() is add_lock_callback is
+ used: it isn't thread safe and the add_lock_callback should handle
+ that itself.
+ [Paul Rose <Paul.Rose@bridge.com>]
+
*) Verify that incoming data obeys the block size in
ssl3_enc (ssl/s3_enc.c) and tls1_enc (ssl/t1_enc.c).
[Bodo Moeller]