mbedtls/ChangeLog.d/fix-crypt_and_hash-decrypt-issue.txt
Waleed Elmelegy 3bc6feae89 Add crypt_and_hash decrypt issue to Changelog
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
2023-06-12 17:37:23 +01:00

4 lines
173 B
Text

Bugfix
* Fix crypt_and_hash decryption fail when used with a stream cipher
mode of operation due to the input not being multiple of block size.
Resolves #7417.