commit | 83c2e321d926d033510b080008707e56d63e6cce | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Aug 11 15:58:30 2023 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Aug 11 17:04:06 2023 +0100 |
tree | 8ebb268d5aaa6a92e29042610cd04df6192eec78 | |
parent | 2ad93674dc180e085e29d4986800f8cac9bb4891 [diff] |
Add changelog Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/ChangeLog.d/fix-aes-cbc-iv-corruption b/ChangeLog.d/fix-aes-cbc-iv-corruption new file mode 100644 index 0000000..11eb946 --- /dev/null +++ b/ChangeLog.d/fix-aes-cbc-iv-corruption
@@ -0,0 +1,3 @@ +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.