Manuel Pégourié-Gonnard | 729cf89 | 2024-01-08 10:38:51 +0100 | [diff] [blame] | 1 | Features |
| 2 | * Fewer modules depend on MBEDTLS_CIPHER_C, making it possible to save code |
| 3 | size by disabling it in more circumstances. In particular, the CCM and |
Manuel Pégourié-Gonnard | 0f45a1a | 2024-01-10 09:43:06 +0100 | [diff] [blame] | 4 | GCM modules no longer depend on MBEDTLS_CIPHER_C. Also, |
Manuel Pégourié-Gonnard | 729cf89 | 2024-01-08 10:38:51 +0100 | [diff] [blame] | 5 | MBEDTLS_PSA_CRYPTO can now be enabled without MBEDTLS_CIPHER_C if all |
| 6 | unauthenticated (non-AEAD) ciphers are disabled, or if they're all |
| 7 | fully provided by drivers. See docs/driver-only-builds.md for full |
| 8 | details and current limitations; in particular, NIST_KW and PKCS5/PKCS12 |
| 9 | decryption still unconditionally depend on MBEDTLS_CIPHER_C. |