From 40df83509b9ad7d187e34c5ffbbf48909e4d984b Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 2 Feb 2023 14:21:35 +0100 Subject: [PATCH] all.sh: fix comment for test_psa_crypto_config_accel_ecdsa_use_psa Signed-off-by: Valerio Setti --- 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 b6cde1264d..7d91fa27d3 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2129,7 +2129,7 @@ component_test_psa_crypto_config_accel_ecdsa_use_psa () { scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_STREAM_CIPHER scripts/config.py -f include/psa/crypto_config.h unset PSA_WANT_ALG_ECB_NO_PADDING - # All SHA-2 variants are needed for ECDSA signature tests, + # SHA-1 and all variants of SHA-2 are needed for ECDSA and X.509 tests, # but only SHA-256 is enabled by default, so enable the others. scripts/config.py -f tests/include/test/drivers/config_test_driver.h set MBEDTLS_SHA1_C scripts/config.py -f tests/include/test/drivers/config_test_driver.h set MBEDTLS_SHA224_C