Thanks, that seems to fix it. One more thing: when I was looking for a solution to this issue, I tried to convert the private key into the old format. I thought I could do it with a command like this:
openssl pkcs8 -in key.pem -out oldkey.pem -passout pass:password However, it seems as if the -passout option has no effect, because the resulting key in oldkey.pem can be loaded without a password. What is the proper way of generating (or converting) a private key in the old format with a password? Thanks again, Mark On Wed, Mar 17, 2010 at 12:23 PM, Dr. Stephen Henson <st...@openssl.org> wrote: > Try including OpenSSL_add_all_algorithms() as well. > > Steve. > -- > Dr Stephen N. Henson. OpenSSL project core developer. > Commercial tech support now available see: http://www.openssl.org > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-us...@openssl.org > Automated List Manager majord...@openssl.org > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org