Re: [CVS] OpenSSL: OpenSSL_1_0_2-stable: openssl/ CHANGES openssl/apps/ s_...

2012-12-26 Thread Ben Laurie
Why go via SSL_CTX_ctrl and SSL_ctrl? In fact, why do those exist at all? On Wed, Dec 26, 2012 at 2:25 PM, Dr. Stephen Henson st...@openssl.org wrote: OpenSSL CVS Repository http://cvs.openssl.org/ Server:

[openssl.org #2948] thousands of getpid called inside libcrypto.sl.0.9.8

2012-12-26 Thread Ge, Meiling via RT
Hi Openssl team, I have an performance issue with openssl_fips. My application use openssl_fips version 0.9.8. Recently, I found that the fips lib make my application slow. When my application initialize the fips setting, it introduces 7000+ getpid() call. And this will cost 5 seconds. Is this

Re: [openssl.org #2948] thousands of getpid called inside libcrypto.sl.0.9.8

2012-12-26 Thread Thor Lancelot Simon
On Wed, Dec 26, 2012 at 09:07:58PM +0100, Ge, Meiling via RT wrote: Hi Openssl team, I have an performance issue with openssl_fips. My application use openssl_fips version 0.9.8. Recently, I found that the fips lib make my application slow. When my application initialize the fips setting, it

[openssl.org #2948] thousands of getpid called inside libcrypto.sl.0.9.8

2012-12-26 Thread Stephen Henson via RT
[meiling...@emc.com - Wed Dec 26 21:07:57 2012]: Hi Openssl team, I have an performance issue with openssl_fips. My application use openssl_fips version 0.9.8. Recently, I found that the fips lib make my application slow. When my application initialize the fips setting, it introduces 7000+