From 834886d2112b54dca7781d2da1a239434bd43f2c Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Sat, 30 Oct 2021 13:26:15 +0800 Subject: [PATCH] Add certificate verify check Signed-off-by: Jerry Yu --- tests/ssl-opt.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index d43f43dba..037dfa518 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -8832,7 +8832,8 @@ run_test "TLS1.3: Test client hello msg work - openssl" \ -c "ECDH curve: x25519" \ -c "=> ssl_tls1_3_process_server_hello" \ -c "<= parse encrypted extensions" \ - -c "Certificate verification flags clear" + -c "Certificate verification flags clear" \ + -c "<= parse certificate verify" requires_gnutls_tls1_3 requires_gnutls_next_no_ticket @@ -8862,7 +8863,8 @@ run_test "TLS1.3: Test client hello msg work - gnutls" \ -c "ECDH curve: x25519" \ -c "=> ssl_tls1_3_process_server_hello" \ -c "<= parse encrypted extensions" \ - -c "Certificate verification flags clear" + -c "Certificate verification flags clear" \ + -c "<= parse certificate verify" # Test heap memory usage after handshake requires_config_enabled MBEDTLS_MEMORY_DEBUG