mbedtls/ChangeLog.d/fix-crypt_and_hash-decrypt-issue.txt

5 lines
173 B
Text
Raw Normal View History

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.