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 -
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 : |
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 -quie
-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