Made the fix and that seems to be the case, thanks!

-John Larson
-----Original Message-----
From: owner-openssl-us...@openssl.org
[mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson
Sent: Tuesday, February 24, 2009 9:18 AM
To: openssl-users@openssl.org
Subject: Re: Error reading EC Private Key from PEM file

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                    openssl-users@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

Reply via email to