mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
BLOCK_CIPHER_NO_DECRYPT: rephrase ChangeLog
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
parent
70743b02df
commit
9938554577
@ -1,6 +1,6 @@
|
|||||||
Features
|
Features
|
||||||
* Add support to remove decryption operation for cipher type of AES, ARIA
|
* Enable the new option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT to omit
|
||||||
and CAMELLIA. A new configuration option, MBEDTLS_BLOCK_CIPHER_NO_DECRYPT
|
the decryption direction of block ciphers (AES, ARIA, Camellia).
|
||||||
can be used to enable this feature.
|
This affects both the low-level modules and the high-level APIs
|
||||||
Note that this configuration option is incompatible with MBEDTLS_DES_C,
|
(the cipher and PSA interfaces). This option is incompatible with modes
|
||||||
MBEDTLS_CIPHER_MODE_CBC, MBEDTLS_CIPHER_MODE_XTS and MBEDTLS_NIST_KW_C.
|
that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user