From daac3593318e57390baa7ba77e312e2ce963bab2 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Fri, 29 Oct 2021 20:01:42 +0800 Subject: [PATCH] Change check condition order Signed-off-by: Jerry Yu --- tests/ssl-opt.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 993021013c..d43f43dbac 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -8831,8 +8831,8 @@ run_test "TLS1.3: Test client hello msg work - openssl" \ -c "server hello, chosen ciphersuite: ( 1301 ) - TLS1-3-AES-128-GCM-SHA256" \ -c "ECDH curve: x25519" \ -c "=> ssl_tls1_3_process_server_hello" \ - -c "Certificate verification flags clear" \ - -c "<= parse encrypted extensions" + -c "<= parse encrypted extensions" \ + -c "Certificate verification flags clear" requires_gnutls_tls1_3 requires_gnutls_next_no_ticket @@ -8861,8 +8861,8 @@ run_test "TLS1.3: Test client hello msg work - gnutls" \ -c "server hello, chosen ciphersuite: ( 1301 ) - TLS1-3-AES-128-GCM-SHA256" \ -c "ECDH curve: x25519" \ -c "=> ssl_tls1_3_process_server_hello" \ - -c "Certificate verification flags clear" \ - -c "<= parse encrypted extensions" + -c "<= parse encrypted extensions" \ + -c "Certificate verification flags clear" # Test heap memory usage after handshake requires_config_enabled MBEDTLS_MEMORY_DEBUG