mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-06 08:40:14 +01:00
crypt_and_hash decryption fails when used with a stream cipher mode of operation due to the input not being multiple of block size, this only applies to block cipher modes and not stream ciphers.This change exempts CTR, CFB & OFB modes from this check. Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| crypt_and_hash.c | ||