blob: f4d9bc63acb25818f0ac581bc84b34d39582b38f [file] [log] [blame]
Minos Galanakise2d00742024-12-03 15:51:29 +00001Changes
2 * Cryptography and platform configuration options have been migrated
3 from the Mbed TLS library configuration file mbedtls_config.h to
4 crypto_config.h that will become the TF-PSA-Crypto configuration file,
5 see config-split.md for more information. The reference and test custom
6 configuration files respectively in configs/ and tests/configs/ have
7 been updated accordingly.
8 To migrate custom Mbed TLS configurations where
9 MBEDTLS_PSA_CRYPTO_CONFIG is disabled, you should first adapt them
10 to the PSA configuration scheme based on PSA_WANT_XXX symbols
11 (see psa-conditional-inclusion-c.md for more information).
12 To migrate custom Mbed TLS configurations where
13 MBEDTLS_PSA_CRYPTO_CONFIG is enabled, you should migrate the
14 cryptographic and platform configuration options from mbedtls_config.h
15 to crypto_config.h (see config-split.md for more information and configs/
16 for examples).