[EMAIL PROTECTED] - Fri Mar  4 11:36:07 2005]:

> Hi,
> 
> The command
> openssl rsa -passin stdin -noout -modulus < passkey
> gives error
> unable to load Private Key
> 1860:error:0906D06C:PEM routines:PEM_read_bio:no start
> line:./pem/pem_lib.c:637:Expecting: ANY PRIVATE KEY
> 

This is attempting to read in both a private key and a password from
stdin. The behaviour of OpenSSL is undefined under those circumstances.

Steve.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to