Re: RSA public key in x509 format

2012-11-03 Thread Taraniteja Vishwanatha
Thanks Dave. Will give a shot using PEM_write_bio_RSAPUBKEY. On Fri, Nov 2, 2012 at 7:12 PM, Dave Thompson wrote: > >From: owner-openssl-us...@openssl.org On Behalf Of Taraniteja Vishwanatha > >Sent: Friday, 02 November, 2012 18:29 > > Answering only -users, this is not a -dev question. > > >I w

RE: RSA public key in x509 format

2012-11-02 Thread Dave Thompson
>From: owner-openssl-us...@openssl.org On Behalf Of Taraniteja Vishwanatha >Sent: Friday, 02 November, 2012 18:29 Answering only -users, this is not a -dev question. >I want to generate a RSA key pair in x509 format and pem encoded >( BEGIN PUBLIC KEY .END PUBLIC KEY). >Can anyone give m