[openssl-users] error making Private RSA

2017-03-04 Thread william estrada
Not sure this is the proper way to use this mailing system?

My source can be viewed at: mt-umunhum-wireless.net/Sources/rsa/rsa.c
What version of openssl?  I'm guessing 1.0.2.

Put this line inyour code
ERR_load_ERR_strings();
And youll get a more informative message.

I'm using: openssl version
OpenSSL 1.0.1t  3 May 2016


My main guess is that your allocation for the PEM buffer is too small --
is key/key_len pointing to a static buffer?


-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users


[openssl-users] speed test rdrand

2017-03-04 Thread Jeffrey Walton
Hi Everyone,

Is it possible to speed test RDRAND and RDSEED generators? If so, then
how do we do it?

$ openssl speed -engine rdrand
engine "rdrand" set.
Doing md4 for 3s on 16 size blocks: 8339773 md4's in 3.00s
Doing md4 for 3s on 64 size blocks: 6616610 md4's in 3.00s
Doing md4 for 3s on 256 size blocks: 4132167 md4's in 3.00s
...

Jeff
-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users