When doing a CMake build, you can specify an alternative configuration in the build tree:
The goal of this issue is:
- Support
MBEDTLS_CONFIG_NAME in Mbed TLS (including in 3.6).
- Have a way to specify arbitrary configuration options (in all 5 supported branches). The goal is to have a simple interface for arbitrary configurations, similar to
mbedtls-prepare-build --config-name=full --config-unset=MBEDTLS_FOO --config-set=MBEDTLS_BAR.
When doing a CMake build, you can specify an alternative configuration in the build tree:
MBEDTLS_CONFIG_FILE,MBEDTLS_USER_CONFIG_FILEin Mbed TLS (all branches) since PassMBEDTLS_CONFIG_FILEdefines through cmake #6914TF_PSA_CRYPTO_CONFIG_FILE,TF_PSA_CRYPTO_USER_CONFIG_FILEin TF-PSA-CryptoTF_PSA_CRYPTO_CONFIG_NAMEin TF-PSA-Crypto since cmake: Add TF_PSA_CRYPTO_CONFIG_NAME option TF-PSA-Crypto#531The goal of this issue is:
MBEDTLS_CONFIG_NAMEin Mbed TLS (including in 3.6).mbedtls-prepare-build --config-name=full --config-unset=MBEDTLS_FOO --config-set=MBEDTLS_BAR.