mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 21:40:11 +00:00
5 lines
173 B
Plaintext
5 lines
173 B
Plaintext
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.
|