]> git.ipfire.org Git - thirdparty/openssl.git/blame - CHANGES
Update all links so they will be rendered better.
[thirdparty/openssl.git] / CHANGES
CommitLineData
651d0aff 1
f1c236f8 2 OpenSSL CHANGES
651d0aff
RE
3 _______________
4
d91e201e
RE
5 Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
6
2557eaea
BM
7 *) Avoid a race condition in s2_clnt.c (function get_server_hello) that
8 made it impossible to use the same SSL_SESSION data structure in
9 SSL2 clients in multiple threads.
10 [Bodo Moeller]
11
a46faa2b
BM
12 *) The return value of RAND_load_file() no longer counts bytes obtained
13 by stat(). RAND_load_file(..., -1) is new and uses the complete file
14 to seed the PRNG (previously an explicit byte count was required).
15