mbedtls/programs/aes
Waleed Elmelegy 7d39cc410c Fix crypt_and_hash decrypt issue when used with stream cipher
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>
2023-06-09 16:58:23 +01:00
..
CMakeLists.txt Fix cmake build of programs 2021-06-17 09:38:38 +02:00
crypt_and_hash.c Fix crypt_and_hash decrypt issue when used with stream cipher 2023-06-09 16:58:23 +01:00