RE: OpenSSL thread safety (was: possibly bug in crypto/rand/rand_win.c)

2004-07-14 Thread Peter Waltenberg
the certified code begins and ends. Peter Steven Reddie [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 07/14/04 03:49 PM Please respond to openssl-dev To [EMAIL PROTECTED] cc Subject RE: OpenSSL thread safety (was: possibly bug in crypto/rand/rand_win.c) Hi Peter, Those

Re: OpenSSL thread safety (was: possibly bug in crypto/rand/rand_win.c)

2004-07-13 Thread Peter Waltenberg
1. It is safe to create/initialise synchronization objects (ie. a mutex) in DllMain() for DLL_PROCESS_ATTACH. A single master OpenSSL mutex could be created to be used for on-demand (first-access) initialisation of subsystems. I don't recall the equivalent DLL entry point on Unix platforms or

RE: OpenSSL thread safety (was: possibly bug in crypto/rand/rand_win.c)

2004-07-13 Thread Steven Reddie
? -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Peter WaltenbergSent: Wednesday, 14 July 2004 3:26 PMTo: [EMAIL PROTECTED]Subject: Re: OpenSSL thread safety (was: possibly bug in crypto/rand/rand_win.c)1. It is safe to create/initialise