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

2014-08-28 Thread Rich Salz via RT
working as designed and required. no bug. closing ticket. -- Rich Salz, OpenSSL dev team; rs...@openssl.org __ OpenSSL Project http://www.openssl.org Development Mailing List o

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

2013-01-10 Thread Stephen Henson via RT
On Thu Jan 10 15:33:12 2013, meiling...@emc.com wrote: > Hi, > Thank you. > I just notice that the main time consumer is not the > getpid(). > I also found thousands of “FIPS_selftest_failed” during > FIPS mode setup which indeed induce the getpid call. > Is it normal > that FIPS_mode_set(1) needs

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

2013-01-10 Thread Ge, Meiling via RT
FIPS_mode_set+0x270 () from libcrypto.sl.0.9.8 Best Regards, -Meiling -Original Message- From: Stephen Henson via RT [mailto:r...@openssl.org] Sent: Thursday, December 27, 2012 6:26 AM To: Ge, Meiling Cc: openssl-dev@openssl.org Subject: [openssl.org #2948] thousands of getpid called

[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

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,

[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 an