Hi, I am experiencing an issue that has to do with the PKCS padding. I am using AES with CBC mode. When padding is enabled and the plain text buffer is size a multiple of the block size, the call to 'EVP_EncryptFinal_ex()' adds an entire extra block to the cipher text. If the input is a multiple of the block size, then why is padding still being added?
- Roar