Thanks a lot Marek.
--
Durga Prasad
- Original Message
From: Marek Marcola <[EMAIL PROTECTED]>
To: openssl-users@openssl.org
Sent: Saturday, August 25, 2007 1:44:48 AM
Subject: Re: amount of data written in EVP_EncryptUpdate
Hello,
> Documentation says that, for EVP_Encr
Hello,
> Documentation says that, for EVP_EncryptUpdate, buffer of length (input
> length + cipher block size - 1) should be passed to output parameter.
>
> Suppose if we take AES-128, if the input length is 33, output written by
> EVP_EncryptUpdate will be 32. So, possible size could be
> ((in
Hi all,
Documentation says that, for EVP_EncryptUpdate, buffer of length (input length
+ cipher block size - 1) should be passed to output parameter.
Suppose if we take AES-128, if the input length is 33, output written by
EVP_EncryptUpdate will be 32. So, possible size could be
((input_length