mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
7 lines
360 B
Plaintext
7 lines
360 B
Plaintext
|
Features
|
||
|
* Add support to remove decryption operation for cipher type of AES, ARIA
|
||
|
and CAMELLIA. A new configuration option, MBEDTLS_BLOCK_CIPHER_NO_DECRYPT
|
||
|
can be used to enable this feature.
|
||
|
Note that this configuration option is incompatible with MBEDTLS_DES_C,
|
||
|
MBEDTLS_CIPHER_MODE_CBC, MBEDTLS_CIPHER_MODE_XTS and MBEDTLS_NIST_KW_C.
|