On Thu, Aug 16, 2012, Kenneth Goldman wrote:

> I call these:
> 
> d2i_X509()
> X509_print_fp()
> 
> which calls 
>         pkey_set_type() 
>                 EVP_PKEY_asn1_find()
> and that call fails.
> 
> I've traced the following error down to the rsaOAEP algorithm, which has a
> nid of 919.  I've included both the openssl and dumpasn1 dump of the
> X509 certificate.  Am I doing something wrong in openssl, or is there
> a problem with the certificate?  I tried certificates from two
> vendors, and they both fail at the same point.
> 
> 

Well the problem is that OpenSSL doesn't currently support OAEP certificates.
I've never come across one so if you could send an example that would be
useful.

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-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to