From 0f220ec73bd538a9a3e0a6043ba615057a86003f Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Fri, 5 Jul 2019 15:03:40 +0100 Subject: [PATCH] Test with MBEDTLS_ECP_RESTARTABLE We accidentally disabled testing with MBEDTLS_ECP_RESTARTABLE. Re-enable testing with restartable ECP when MBEDTLS_USE_PSA_CRYPTO is not set. Fixes 971dea37453c ("Enable USE_PSA_CRYPTO with config.pl full") --- tests/scripts/all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 9d628f88cb..e5c6e43224 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -819,7 +819,7 @@ component_test_no_use_psa_crypto_full_cmake_asan() { msg "build: cmake, full config + MBEDTLS_USE_PSA_CRYPTO, ASan" scripts/config.pl full scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests - scripts/config.pl unset MBEDTLS_ECP_RESTARTABLE # restartable ECC not supported through PSA + scripts/config.pl set MBEDTLS_ECP_RESTARTABLE # not using PSA, so enable restartable ECC scripts/config.pl set MBEDTLS_PSA_CRYPTO_C scripts/config.pl unset MBEDTLS_USE_PSA_CRYPTO scripts/config.pl unset MBEDTLS_PSA_ITS_FILE_C