From dc40bbc2d7c42f98d4ecc503dccebbe41c5dad03 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Thu, 1 Dec 2022 15:25:49 +0100 Subject: [PATCH] test: pake: remove redundant test for opaque passwords This is already covered by other already existing cases such as "component_test_full_cmake_gcc_asan" which build with "config.py full" and run all "ssl-opt.sh" test cases. Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index f465616d0..435ea232d 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -1463,21 +1463,6 @@ component_test_tls1_2_ecjpake_compatibility() { rm s2_no_use_psa c2_no_use_psa } -# Opaque password testing requires a separate test with repect to -# "test_tls1_2_ecjpake_compatibility". In that case there's a mix of PSA and -# MbedTLS based implementations of EC-JPAKE which makes it difficult to parse -# proper strings during the test. As a consequence here we just build the -# PSA variant for both client and server. -component_test_tls1_2_ecjpake_opaque_password() { - msg "build: TLS1.2 server+client w/ opaque password support" - scripts/config.py set MBEDTLS_KEY_EXCHANGE_ECJPAKE_ENABLED - scripts/config.py set MBEDTLS_USE_PSA_CRYPTO - make -C programs ssl/ssl_server2 ssl/ssl_client2 - make -C programs test/udp_proxy test/query_compile_time_config - - tests/ssl-opt.sh -f ECJPAKE_OPAQUE_PW -} - component_test_psa_external_rng_use_psa_crypto () { msg "build: full + PSA_CRYPTO_EXTERNAL_RNG + USE_PSA_CRYPTO minus CTR_DRBG" scripts/config.py full