mbedtls/ChangeLog.d/add-aes-128bit-only.txt
Yanray Wang d9bf370fbe add ChangeLog entry
Signed-off-by: Yanray Wang <yanray.wang@arm.com>
2023-05-05 16:28:35 +08:00

5 lines
218 B
Text

Features
* Add support for AES to only enable 128-bit key in order to save code size.
A new configuration option, MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH, can be
used to enable this feature.
Fixes #7376.