Waleed Elmelegy | 2b143c6 | 2023-09-12 16:20:35 +0100 | [diff] [blame] | 1 | Changes |
Waleed Elmelegy | 6d2c5d5 | 2023-09-18 17:41:25 +0100 | [diff] [blame] | 2 | * 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. |