> 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
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",