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
--
regards,
Shanku

--
Shanku


      
____________________________________________________________________________________
Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to