summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2010-02-19 18:25:39 +0000
committerBodo Möller <bodo@openssl.org>2010-02-19 18:25:39 +0000
commit739e0e934af6df92acf415430746ecaa6864a25d (patch)
tree1b04d86b9f642a5aafb682531dd5f00300be839c /CHANGES
parent6ae9770d34c2a90c54c345821b12e938dcc5c634 (diff)
Fix X509_STORE locking
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c389b6535d..72baa4bf3b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8l and 0.9.8m [xx XXX xxxx]
+ *) Fix X509_STORE locking: Every 'objs' access requires a lock (to
+ accommodate for stack sorting, always a write lock!).
+ [Bodo Moeller]
+
*) On some versions of WIN32 Heap32Next is very slow. This can cause
excessive delays in the RAND_poll(): over a minute. As a workaround
include a time check in the inner Heap32Next loop too.