We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce51e4 commit 241b524Copy full SHA for 241b524
tests/scripts/all.sh
@@ -852,6 +852,7 @@ component_test_use_psa_crypto_full_cmake_asan() {
852
msg "build: cmake, full config + MBEDTLS_USE_PSA_CRYPTO, ASan"
853
scripts/config.pl full
854
scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
855
+ scripts/config.pl unset MBEDTLS_ECP_RESTARTABLE # restartable ECC not supported through PSA
856
scripts/config.pl set MBEDTLS_PSA_CRYPTO_C
857
scripts/config.pl set MBEDTLS_USE_PSA_CRYPTO
858
CC=gcc cmake -D USE_CRYPTO_SUBMODULE=1 -D CMAKE_BUILD_TYPE:String=Asan .
0 commit comments