From bf74f52920f8d8f1ab586ade5c0b5563a89a6b66 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 27 Jan 2023 12:37:41 +0100 Subject: [PATCH] test: add a comment specifying why restartable cannot be tested Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index e459fc78ef..2b789c3b2d 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2108,6 +2108,9 @@ config_psa_crypto_config_ecdsa_use_psa () { # 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) scripts/config.py unset MBEDTLS_ECP_RESTARTABLE }