2024-01-08 10:38:51 +01:00
|
|
|
Features
|
|
|
|
* Fewer modules depend on MBEDTLS_CIPHER_C, making it possible to save code
|
|
|
|
size by disabling it in more circumstances. In particular, the CCM and
|
2024-01-10 09:43:06 +01:00
|
|
|
GCM modules no longer depend on MBEDTLS_CIPHER_C. Also,
|
2024-01-08 10:38:51 +01:00
|
|
|
MBEDTLS_PSA_CRYPTO can now be enabled without MBEDTLS_CIPHER_C if all
|
|
|
|
unauthenticated (non-AEAD) ciphers are disabled, or if they're all
|
|
|
|
fully provided by drivers. See docs/driver-only-builds.md for full
|
|
|
|
details and current limitations; in particular, NIST_KW and PKCS5/PKCS12
|
|
|
|
decryption still unconditionally depend on MBEDTLS_CIPHER_C.
|