mbedtls/ChangeLog.d/add-cipher-encrypt-only.txt
Yanray Wang b67b47425e Rename MBEDTLS_CIPHER_ENCRYPT_ONLY as MBEDTLS_BLOCK_CIPHER_NO_DECRYPT
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
2023-10-31 17:22:06 +08:00

7 lines
395 B
Text

Features
* Add support to remove xxx_setkey_dec and xxx_decrypt for cipher type of
AES, ARIA, CAMELLIA and DES. This is achieved by implicitly enabling
MBEDTLS_BLOCK_CIPHER_NO_DECRYPT when
- ECB and CBC cipher modes are not requested via the PSA API.
- ECB, CBC, XTS and KW are not enabled in the legacy API.
- DES is not requested in the PSA API and the legacy API.