[NT4.0SP6, MSVC6SP3, OpenSSL 0.9.5]

I have an rsa private key in a pem file. It is protected by a password. I'd 
like to change password. So I try:

openssl rsa -in key.pem -out key2.pem -des3

I get asked for the old password, but then it aborts with the usual "prng 
not seeded" message:

read RSA key
Enter PEM pass phrase:
writing RSA key
unable to write key
294:error:24064064:random number generator:SSLEAY_RAND_BYTES:prng not 
seeded:.\crypto\rand\md_rand.c:470:

/Mats

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to