[openssl.org #3441] bug report - RAND_cleanup in apps_shutdown problem

2014-07-10 Thread Matt Caswell via RT
Running the applications in this way is not supported. Closing this ticket. Matt __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

Re: [openssl.org #3441]

2014-07-09 Thread valentin radulescu via RT
Hi, So It's my understanding that you're talking about things like s_client, genrsa, ... - Yes Those applications don't support multiple connections as far as I know.  Are you saying that you run 2 at the same time and when 1 stops that other fails? - Yes Are you saying that multiple

[openssl.org #3441] bug report - RAND_cleanup in apps_shutdown problem

2014-07-08 Thread valentin radulescu via RT
Hi, I want to report an issue : Calling RAND_cleanup in apps_shutdown makes SSL implementation not working for Thread Based Operating Systems. RAND_cleanup makes SSL work only in Operating Systems that have support for processes. Best regards, Valentin Radulescu

Re: [openssl.org #3441] bug report - RAND_cleanup in apps_shutdown problem

2014-07-08 Thread Kurt Roeckx via RT
On Tue, Jul 08, 2014 at 06:18:33PM +0200, valentin radulescu via RT wrote: Hi, I want to report an issue : Calling RAND_cleanup in apps_shutdown makes SSL implementation not working for Thread Based Operating Systems. RAND_cleanup makes SSL work only in Operating Systems that have support

[openssl.org #3441]

2014-07-08 Thread valentin radulescu via RT
Hi, In Operating Systems that are thread based, in which all threads share the same memory address space, in case of multiple connections, calling apps_shutdown by one connection will cause the reset of static variables state and md in md_rand.c for all connections. Best regards, Valentin

Re: [openssl.org #3441]

2014-07-08 Thread Kurt Roeckx via RT
On Wed, Jul 09, 2014 at 12:36:45AM +0200, valentin radulescu via RT wrote: Hi, In Operating Systems that are thread based, in which all threads share the same memory address space, in case of multiple connections, calling apps_shutdown by one connection will cause the reset of static