mbedtls/ChangeLog.d/fix-aes-cbc-iv-corruption
Paul Elliott 83c2e321d9 Add changelog
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
2023-08-11 17:04:06 +01:00

3 lines
148 B
Text

Bugfix
* Fix a potential corruption of the passed-in IV when mbedtls_aes_crypt_cbc()
is called with zero length and padlock is not enabled.