From b06f0717b3504fec669d93e17171a040e08cc269 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 25 Oct 2022 21:06:11 +0200 Subject: [PATCH] PSA service config build: disable more modules not used by PSA Signed-off-by: Gilles Peskine --- tests/scripts/all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 6e5d9236e7..30d10cb108 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1568,6 +1568,7 @@ component_test_crypto_for_psa_service () { # Crypto stuff with no PSA interface scripts/config.py unset MBEDTLS_BASE64_C # Keep MBEDTLS_CIPHER_C because psa_crypto_cipher, CCM and GCM need it. + scripts/config.py unset MBEDTLS_HKDF_C # PSA's HKDF is independent # Keep MBEDTLS_MD_C because deterministic ECDSA needs it for HMAC_DRBG. scripts/config.py unset MBEDTLS_NIST_KW_C scripts/config.py unset MBEDTLS_PEM_PARSE_C