Add certificate success check
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
d2674314a3
commit
1df3db0467
1 changed files with 2 additions and 0 deletions
|
@ -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 "server hello, chosen ciphersuite: ( 1301 ) - TLS1-3-AES-128-GCM-SHA256" \
|
||||||
-c "ECDH curve: x25519" \
|
-c "ECDH curve: x25519" \
|
||||||
-c "=> ssl_tls1_3_process_server_hello" \
|
-c "=> ssl_tls1_3_process_server_hello" \
|
||||||
|
-c "Certificate verification flags clear" \
|
||||||
-c "<= parse encrypted extensions"
|
-c "<= parse encrypted extensions"
|
||||||
|
|
||||||
requires_gnutls_tls1_3
|
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 "server hello, chosen ciphersuite: ( 1301 ) - TLS1-3-AES-128-GCM-SHA256" \
|
||||||
-c "ECDH curve: x25519" \
|
-c "ECDH curve: x25519" \
|
||||||
-c "=> ssl_tls1_3_process_server_hello" \
|
-c "=> ssl_tls1_3_process_server_hello" \
|
||||||
|
-c "Certificate verification flags clear" \
|
||||||
-c "<= parse encrypted extensions"
|
-c "<= parse encrypted extensions"
|
||||||
|
|
||||||
# Test heap memory usage after handshake
|
# Test heap memory usage after handshake
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue