mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
Changes
|
|
* When using CBC with the cipher module, the requirement to call
|
|
mbedtls_cipher_set_padding_mode() is now enforced. Previously, omitting
|
|
this call accidentally applied a default padding mode chosen at compile
|
|
time.
|