From f84b7d5c21d176c77adc41821f82ebf9b4a0aadf Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 23 Feb 2023 17:33:33 +0100 Subject: [PATCH] test: enable ECDSA based key exchanges in driver coverage tests Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 2e283d4583..5a9ccbcff5 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2111,10 +2111,6 @@ config_psa_crypto_config_ecdsa_use_psa () { # Disable the module that's accelerated scripts/config.py unset MBEDTLS_ECDSA_C fi - # Disable things that depend on it - # TODO: make these work - #6862 - scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED - scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDH_ECDSA_ENABLED # Restartable feature is not yet supported by PSA. Once it will in # the future, the following line could be removed (see issues # 6061, 6332 and following ones)