On Wed, May 09, 2007, Christopher Kunz wrote:
> I wrote an extremely simple program to check what might be wrong with
> the certificate stack and this seems to be the problem:
> 
> 15939:error:0D078079:asn1 encoding routines:ASN1_ITEM_EX_D2I:field
> missing:tasn_dec.c:391:Field=d, Type=RSA
> 15939:error:0907400D:PEM routines:PEM_X509_INFO_read_bio:ASN1
> lib:pem_info.c:224:
> 

Hmmm that error shouldn't be encountered when you load a certificate. It
suggests that you have an RSA private key but that it is in an invalid format.

If you want to create custom extensions there is a much easier way now: the
mini-ASN1 compiler as mentioned in the docs.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
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                           [EMAIL PROTECTED]

Reply via email to