mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-30 00:51:06 +02: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.
|