From 562dfe10674319a26c51c0b93c012f3e671e5ff2 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Fri, 29 Dec 2023 16:34:19 +0100 Subject: [PATCH] all.sh: keep PKCS[5/12] enabled in full_no_cipher test components 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 b2857e05d..aa7626a51 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1547,8 +1547,6 @@ component_test_full_no_cipher () { # Disable features that depend on CIPHER_C scripts/config.py unset MBEDTLS_CMAC_C scripts/config.py unset MBEDTLS_NIST_KW_C - scripts/config.py unset MBEDTLS_PKCS12_C - scripts/config.py unset MBEDTLS_PKCS5_C scripts/config.py unset MBEDTLS_PSA_CRYPTO_C scripts/config.py unset MBEDTLS_SSL_TLS_C scripts/config.py unset MBEDTLS_SSL_TICKET_C @@ -1606,8 +1604,6 @@ common_test_full_no_cipher_with_psa_crypto () { # The following modules directly depends on CIPHER_C scripts/config.py unset MBEDTLS_CMAC_C scripts/config.py unset MBEDTLS_NIST_KW_C - scripts/config.py unset MBEDTLS_PKCS12_C - scripts/config.py unset MBEDTLS_PKCS5_C make