Re: EVP_CipherUpdate Out Buffer Size

2011-10-18 Thread Jeffrey Walton
On Tue, Oct 18, 2011 at 6:47 AM, Nico Flink wrote: > > I have a question concerning the size of the out buffer filled by > EVP_CipherUpdate() and EVP_CipherFinal(). > > The evp man page gives the following description: > > EVP_EncryptUpdate() encrypts inl bytes from the buffer in and writes the >

EVP_CipherUpdate Out Buffer Size

2011-10-18 Thread Nico Flink
Hello, I have a question concerning the size of the out buffer filled by EVP_CipherUpdate() and EVP_CipherFinal(). The evp man page gives the following description: EVP_EncryptUpdate() encrypts inl bytes from the buffer in and writes the encrypted version to out. [...] The amount of dat