aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-01-24 17:57:56 +0000
committerBodo Möller <bodo@openssl.org>2000-01-24 17:57:56 +0000
commit2557eaeac81c93f9e12534ac64a7634ab2bdb0fc (patch)
tree67437b74650aa7624c49facf60d29f71a7879f9a /CHANGES
parenta46faa2bfdd998f09a0a562c71c653ae0a3a0e81 (diff)
downloadopenssl-2557eaeac81c93f9e12534ac64a7634ab2bdb0fc.tar.gz
Avoid a race condition.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f5803d75bc..2389e2eb4d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
+ *) Avoid a race condition in s2_clnt.c (function get_server_hello) that
+ made it impossible to use the same SSL_SESSION data structure in
+ SSL2 clients in multiple threads.
+ [Bodo Moeller]
+
*) The return value of RAND_load_file() no longer counts bytes obtained
by stat(). RAND_load_file(..., -1) is new and uses the complete file
to seed the PRNG (previously an explicit byte count was required).