Re: amount of data written in EVP_EncryptUpdate

2007-08-27 Thread durgaprasad jammula
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

Re: amount of data written in EVP_EncryptUpdate

2007-08-24 Thread Marek Marcola
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

amount of data written in EVP_EncryptUpdate

2007-08-24 Thread durgaprasad jammula
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