mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-31 17:51:11 +02:00
Add ChangeLog entry for MBEDTLS_CIPHER_ENCRYPT_ONLY
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
6
ChangeLog.d/add-cipher-encrypt-only.txt
Normal file
6
ChangeLog.d/add-cipher-encrypt-only.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user