mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
4 lines
173 B
Text
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.
|