EVP Padding size
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-Padding-size-tp42413.html Sent from the OpenSSL - User mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager majord...@openssl.org
Re: EVP Padding size
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 mailing list archive at Nabble.com. __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager majord...@openssl.org
Re: EVP Padding size
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 http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager majord...@openssl.org