From 2dfdb9d18c8429fe5e3808dc63a066dd19f09747 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 17 Jul 2025 08:58:00 +0200 Subject: [PATCH] Fix psasim client config MBEDTLS_PK_PARSE_EC_COMPRESSED/EXTENDED features are not supported through PSA. Signed-off-by: Ronald Cron --- scripts/all-helpers.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/all-helpers.sh b/scripts/all-helpers.sh index 5bc6286d8..28d5395dd 100644 --- a/scripts/all-helpers.sh +++ b/scripts/all-helpers.sh @@ -149,6 +149,8 @@ helper_psasim_config() { scripts/config.py unset MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED scripts/config.py unset MBEDTLS_ECP_RESTARTABLE scripts/config.py unset MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER + scripts/config.py unset MBEDTLS_PK_PARSE_EC_EXTENDED + scripts/config.py unset MBEDTLS_PK_PARSE_EC_COMPRESSED scripts/config.py unset-all MBEDTLS_SHA256_USE_.*_CRYPTO_ scripts/config.py unset-all MBEDTLS_SHA512_USE_.*_CRYPTO_