From fea765ba17d607271e273ea434759ef702a3312c Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 16 Mar 2023 07:45:23 +0100 Subject: [PATCH] test: enable ec-jpake key exchanges in driver coverage analysis Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index fef88c4aa..8ca006267 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2352,8 +2352,6 @@ config_psa_crypto_config_ecjpake_use_psa () { # Disable the module that's accelerated scripts/config.py unset MBEDTLS_ECJPAKE_C fi - # Disable things that depend on it (regardless of driver or built-in) - scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED # Dynamic secure element support is a deprecated feature and needs to be disabled here. # This is done to have the same form of psa_key_attributes_s for libdriver and library.