mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-16 04:14:34 +00:00
81338483e6
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
10 lines
587 B
Plaintext
10 lines
587 B
Plaintext
Features
|
|
* If a cipher or AEAD mechanism has a PSA driver, you can now build the
|
|
library without the corresponding built-in implementation. See
|
|
docs/driver-only-builds.md for full details and current limitations.
|
|
* It is possible to disable MBEDTLS_CIPHER_C in some circumstances, please
|
|
see docs/driver-only-builds.md for full details and current limitations.
|
|
* The CTR_DRBG module will now use AES from a PSA driver if MBEDTLS_AES_C is
|
|
disabled. This requires PSA_WANT_ALG_ECB_NO_PADDING in addition to
|
|
MBEDTLS_PSA_CRYPTO_C and PSA_WANT_KEY_TYPE_AES.
|