blob: 2c26de89faf302f35c6e35f1daa7016a2596d340 [file] [log] [blame]
Waleed Elmelegy2b143c62023-09-12 16:20:35 +01001Changes
Waleed Elmelegy6d2c5d52023-09-18 17:41:25 +01002 * When using CBC with the cipher module, the requirement to call
3 mbedtls_cipher_set_padding_mode() is now enforced. Previously, omitting
4 this call accidentally applied a default padding mode chosen at compile
5 time.