From 8a497205ccc0094585a9f37f27339e4185194d85 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Thu, 23 Dec 2021 17:28:52 +0800 Subject: [PATCH] tls13_only: tls 1.3 suite pass Signed-off-by: Jerry Yu --- tests/ssl-opt.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index ce99388fb4..ec6b8fe744 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -9039,7 +9039,6 @@ run_test "TLS 1.3: Not supported version check: tls12 and tls13" \ -s "Hybrid TLS 1.2 + TLS 1.3 configurations are not yet supported" \ -c "Hybrid TLS 1.2 + TLS 1.3 configurations are not yet supported" -requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_2 requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3 run_test "TLS 1.3: handshake dispatch test: tls13 only" \ "$P_SRV debug_level=2 min_version=tls13 max_version=tls13" \