RE: RSA key generation and writing int to text file.
> From: owner-openssl-us...@openssl.org On Behalf Of krishnamurthy santhanam > Sent: Monday, 06 September, 2010 12:40 > I need to write [RSA] public and private key into text file > ...is it possible using BN? Yes, but for supported formats you don't need to; see reply
RSA key generation and writing int to text file.
Hi , RSA *rsa; rsa=RSA_generate_key(2048,RSA_F4,NULL,NULL); I need to write public and private key into text file ...is it possible using BN? any suggestion and examples would be great helpful for me. thanks, kris