| Yanray Wang | 5347957 | 2023-11-02 13:41:11 +0800 | [diff] [blame] | 1 | Features |
| Yanray Wang | 9938554 | 2023-11-09 16:45:52 +0800 | [diff] [blame] | 2 | * Enable the new option MBEDTLS_BLOCK_CIPHER_NO_DECRYPT to omit |
| 3 | the decryption direction of block ciphers (AES, ARIA, Camellia). | ||||
| 4 | This affects both the low-level modules and the high-level APIs | ||||
| 5 | (the cipher and PSA interfaces). This option is incompatible with modes | ||||
| 6 | that use the decryption direction (ECB in PSA, CBC, XTS, KW) and with DES. | ||||