From 1df3db04676851fc1e2d3d3f252a9c9ed19c4430 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Fri, 29 Oct 2021 10:18:43 +0800 Subject: [PATCH] Add certificate success check Signed-off-by: Jerry Yu --- tests/ssl-opt.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 70b9f4b7a0..993021013c 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -8831,6 +8831,7 @@ 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" requires_gnutls_tls1_3 @@ -8860,6 +8861,7 @@ 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" # Test heap memory usage after handshake