TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
mirror
/
mbed-tls
/
aa01a038b521931382951036a5cd49bddcc40b51
/
.
/
ChangeLog.d
/
check-set_padding-is-called.txt
blob: 2c26de89faf302f35c6e35f1daa7016a2596d340 [
file
] [
log
] [
blame
]
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
.