diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 11:09:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-01 11:09:02 +0000 |
commit | 0dce2ff8a09065b2be2a3531f498006906c81db5 (patch) | |
tree | ef97cbf066d5485ee1bdb7ce5cbabc6ccb780485 /RELEASE-NOTES | |
parent | 2642638fcae2c51a3407f0af6a90b3c6aca895f5 (diff) |
- Tanguy Fautre pointed out that OpenSSL's function RAND_screen() (present
only in some OpenSSL installs - like on Windows) isn't thread-safe and we
agreed that moving it to the global_init() function is a decent way to deal
with this situation.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b715d5aef..bd5700f77 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -39,6 +39,7 @@ This release includes the following bugfixes: o fix leak in gtls code o missing algorithms in libcurl+OpenSSL o with noproxy set you could still get a proxy if a proxy env was set + o rand seeding on libcurl on windows built with OpenSSL was not thread-safe This release includes the following known bugs: @@ -51,6 +52,7 @@ advice from friends like these: Andre Guibert de Bruet, Mike Crowe, Claes Jakobsson, John E. Malmberg, Aaron Oneal, Igor Novoseltsev, Eric Wong, Bill Hoffman, Daniel Steinberg, Fabian Keil, Michal Marek, Reuven Wachtfogel, Markus Koetter, - Constantine Sapuntzakis, David Binderman, Johan van Selst, Alexander Beedie + Constantine Sapuntzakis, David Binderman, Johan van Selst, Alexander Beedie, + Tanguy Fautre Thanks! (and sorry if I forgot to mention someone) |