Paul Cui wrote:

hi, does anyone know how can I tell programatically if a private key
is encrypted with a passphrase or unencrypted.

thanks. -Paul

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



If key is written in PEM format than it will be specified if it encrypted or not , and if yes with witch algorithm .

Just make a key and look at result

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

Reply via email to