mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 06:19:27 +00:00
3bc6feae89
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
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.
|