On Tue, Apr 29, 2008, Shanku Roy wrote:

> Hi There,
>          Can you please point me to the content processing function of 
> d2i_RSAPrivateKey()
> 
> In crypto/rsa/rsa_asn1.c file I see following:
> 
> static ASN1_METHOD method={
>         (I2D_OF(void))     i2d_RSAPrivateKey,
>         (D2I_OF(void))     d2i_RSAPrivateKey,
>         (void *(*)(void))  RSA_new,
>         (void (*)(void *)) RSA_free};
> 
> I am unable to find anything beyond that. Thanks

The behaviour is defined by the ASN1 code. The file rsa_asn1.c defines the
ASN1 template and through macros some ASN1 functions. That wont help you much
unless you want to get deeply buried in the ASN1 code.

So in order to help any more: why do you want to know that?

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
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to