Re: [openssl-users] Certificate for RSA 2048 key says 2058

2017-12-14 Thread Viktor Dukhovni
> On Dec 14, 2017, at 1:11 PM, Ken Goldman wrote: > > I generate a key and self signed certificate like this: > > > openssl genrsa -out cakey.pem -aes256 -passout pass: 2048 > > openssl req -new -x509 -key cakey.pem -out cacert.pem -days 3650 > > When I dump the certificate, I see >

[openssl-users] Certificate for RSA 2048 key says 2058

2017-12-14 Thread Ken Goldman
I generate a key and self signed certificate like this: > openssl genrsa -out cakey.pem -aes256 -passout pass: 2048 > openssl req -new -x509 -key cakey.pem -out cacert.pem -days 3650 When I dump the certificate, I see Subject Public Key Info: Public Key Algor

[openssl-users] Measure OpenSSL DHE performance

2017-12-14 Thread Ravichandra
Hi, I am trying to measure performance of DH operations in OpenSSL. I see that OpenSSL speed application doesn't support measuring DH performance. Is there a way to measure DH performance using some openssl application? Thanks Ravichandra -- openssl-users mailing list To unsubscribe: https://mt