RE: EVP Padding size

2012-11-22 Thread Jeremy Farrell
> From: coderl [mailto:forumme5...@subdomain10.info] > Sent: Wednesday, November 21, 2012 2:34 PM > > So how do I fix this? > -- > View this message in context: http://openssl.6102.n7.nabble.com/EVP- > Padding-size-tp42413p42447.html You change whatever you're doing wro

Re: EVP Padding size

2012-11-22 Thread coderl
So how do I fix this? -- View this message in context: http://openssl.6102.n7.nabble.com/EVP-Padding-size-tp42413p42447.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project

Re: EVP Padding size

2012-11-20 Thread coderl
Yes I passed the correct size into the functions. For encryption functions I use "EVP_EncryptUpdate" and "EVP_EncryptFinal_ex". -- View this message in context: http://openssl.6102.n7.nabble.com/EVP-Padding-size-tp42413p42417.html Sent from the OpenSSL - User mai

Re: EVP Padding size

2012-11-20 Thread Jakob Bohm
On 11/20/2012 11:38 AM, coderl wrote: Hi, How can I set the EVP padding size to 32byte instead of 16? I currently have the problem, using aes 256bit, that if I encrypt a 20 or 30 size block it will only encrypt 16bytes instead of the whole part. That is not what the padding does. Padding

EVP Padding size

2012-11-20 Thread coderl
Hi, How can I set the EVP padding size to 32byte instead of 16? I currently have the problem, using aes 256bit, that if I encrypt a 20 or 30 size block it will only encrypt 16bytes instead of the whole part. Thanks. -- View this message in context: http://openssl.6102.n7.nabble.com/EVP