On Thu, Jul 21, 2005, Edward Chan wrote:

> So I need to save buf to a tmp first like with d2i_RSAPublicKey?
> 
> Like this:
> 
> int len = i2d_RSAPublicKey(rsa, 0); 
> unsigned char* buf = new unsigned char[len];
> unsigned char* tmp = buf;
> i2d_RSAPublicKey(rsa, &tmp);
> 
> // now use buf to decode
> 
> Is this correct?
> 

Yes, that's correct.

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