Re: [openssl-dev] [openssl.org #3771] bug: s_client loop at 100% cpu

2015-03-30 Thread Rainer Jung
Am 30.03.2015 um 09:51 schrieb John Denker via RT: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Contrast the following two examples: #1: time : | openssl s_client -connect www.openssl.org:443 /dev/null real0m0.545s user0m0.000s sys 0m0.000s #2: time : | openssl s_client -quiet

Re: [openssl-dev] [openssl.org #3771] bug: s_client loop at 100% cpu

2015-03-30 Thread Rainer Jung
Am 30.03.2015 um 10:27 schrieb Rainer Jung: So this probably works as designed and when just running openssl s_client -connect www.openssl.org:443 Oups, I meant: openssl s_client -quiet -connect www.openssl.org:443 you shouldn't notice CPU hogging. Why -ign_eof is set as a side effect of

[openssl-dev] [openssl.org #3771] bug: s_client loop at 100% cpu

2015-03-30 Thread John Denker via RT
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Contrast the following two examples: #1: time : | openssl s_client -connect www.openssl.org:443 /dev/null real0m0.545s user0m0.000s sys 0m0.000s #2: time : | openssl s_client -quiet -connect www.openssl.org:443 /dev/null real

Re: [openssl-dev] [openssl.org #3771] bug: s_client loop at 100% cpu

2015-03-30 Thread Rainer Jung via RT
Am 30.03.2015 um 09:51 schrieb John Denker via RT: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Contrast the following two examples: #1: time : | openssl s_client -connect www.openssl.org:443 /dev/null real0m0.545s user0m0.000s sys 0m0.000s #2: time : | openssl