Hello, all. I have executed this instruction: char keystr[1024]; RSA *rsa=RSA_generate_key((int)1024,0x10001,NULL,NULL); i2d_RSAPublicKey(rsa,&(keystr)); But resultant keystr is zeroed. Why? I have verified the RSA key pair and they are correct. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
- Re: i2d_RSAPublicKey Rafa Marín López
- Re: i2d_RSAPublicKey Dr S N Henson
- Re: i2d_RSAPublicKey Goetz Babin-Ebell