I guess I found a bug in openssl 1.0.1 during rsa key generation :
openssl req -x509 -newkey rsa:1024 -keyout my.key -nodes -sha1 -days 365
-out my.crt -batch -config /path/to/openssl.cnf
This command never ends and returns no error message. It worked fine with
openssl 1.0.0

I guess I found a bug in openssl 1.0.1 during rsa key generation :
openssl req -x509 -newkey rsa:1024 -keyout my.key -nodes -sha1 -days 365 -out my.crt -batch -config /path/to/openssl.cnf
This command never ends and returns?no error message. It worked fine with openssl 1.0.0

Reply via email to