RE: Usage of d2i_RSA_PUBKEY function!!

2012-11-16 Thread Dave Thompson
> From: owner-openssl-us...@openssl.org On Behalf Of Graham Leggett > Sent: Friday, 16 November, 2012 10:08 > To: openssl-users@openssl.org > Subject: Re: Usage of d2i_RSA_PUBKEY function!! > > On 16 Nov 2012, at 4:37 PM, PraveenPVS > wrote: > > > I need to load

Re: Usage of d2i_RSA_PUBKEY function!!

2012-11-16 Thread Graham Leggett
On 16 Nov 2012, at 4:37 PM, PraveenPVS wrote: > I need to load RSA Public key which is stored in the char buffer. I came > across d2i_RSA_PUBKEY function to do the same (Please correct me if I am > wrong here). The "d2i" in the function you're trying to use means "from DER encoded to internal",