polarssl/ChangeLog.d/add-cipher-encrypt-only.txt
Yanray Wang a6757765c0 Add ChangeLog entry for MBEDTLS_CIPHER_ENCRYPT_ONLY
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
2023-09-01 18:37:38 +08:00

7 lines
328 B
Plaintext

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_CIPHER_ENCRYPT_ONLY 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.