mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-09 10:14:11 +00:00
8 lines
395 B
Plaintext
8 lines
395 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_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.
|