On Tue, Feb 24, 2009, Larson, John wrote: > Hi again, > > I have printed out the human readable error output of the call to > PEM_read_PrivateKey and it is a s such: > > > > error:0906B072:lib(9):func(107):reason(114) > > > > >From looking through the EVP error codes function 107 is > PEM_GET_EVP_CIPHER_INFO and reason 114 is PEM_R_UNSUPPORTED_ENCRYPTION. > Now I created the private key using OpenSSL so it seems odd to me that > it would be considered unsupported. Some relevant info from the key > file is: > >
This possibly: http://www.openssl.org/support/faq.html#PROG8 And this avoids having to look through the files for an error message: http://www.openssl.org/support/faq.html#PROG7 Steve. -- Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage OpenSSL project core developer and freelance consultant. Homepage: http://www.drh-consultancy.demon.co.uk ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
