Thanks Steve.
On Thu, May 5, 2011 at 6:11 PM, Dr. Stephen Henson wrote:
> On Thu, May 05, 2011, Prashant Batra wrote:
>
> > Hi,
> >
> > One question regarding EVP_Encrypt APIs.
> >
> >
> > EVP_EncryptInit_ex(&ctx, cipher, NULL, (unsigned char *)enc_key,
> (unsigned
> > char *)iv))
> >
> > Is ther
On Thu, May 05, 2011, Prashant Batra wrote:
> Hi,
>
> One question regarding EVP_Encrypt APIs.
>
>
> EVP_EncryptInit_ex(&ctx, cipher, NULL, (unsigned char *)enc_key, (unsigned
> char *)iv))
>
> Is there a way to pass the iv as NULL during the call to the above API, and
> then update this later
Hi,
One question regarding EVP_Encrypt APIs.
EVP_EncryptInit_ex(&ctx, cipher, NULL, (unsigned char *)enc_key, (unsigned
char *)iv))
Is there a way to pass the iv as NULL during the call to the above API, and
then update this later on.
I want to do this because of the following reason,
I want t