From 646ee7ec2ee56b0b0b4de3e7c198fcb61d7e53bd Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Thu, 16 Mar 2023 17:10:34 +0000 Subject: [PATCH] Fix CI build after repo merge conflict After merging the driver only ECDSA work, a conflict arose between that and the previous work re-ordering the ciphersuite preference list. We can remove the breaking requirement on this test, as this requirement is now auto-detected when the server5 crt is used in the server's command line. Signed-off-by: Paul Elliott --- tests/ssl-opt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 7c165f310..4fb39f31e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -11478,7 +11478,6 @@ requires_config_enabled MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED requires_ciphersuite_enabled TLS1-3-CHACHA20-POLY1305-SHA256 requires_config_enabled MBEDTLS_ECP_DP_CURVE25519_ENABLED requires_config_enabled MBEDTLS_ECP_DP_SECP256R1_ENABLED -requires_config_enabled MBEDTLS_ECDSA_C run_test "TLS 1.3: Default" \ "$P_SRV allow_sha1=0 debug_level=3 crt_file=data_files/server5.crt key_file=data_files/server5.key force_version=tls13" \ "$P_CLI allow_sha1=0" \