1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2026-01-06 11:41:12 +03:00

Merge pull request #4953 from yuhaoth/pr/add-tls13-read-certificate-verfify

TLS1.3: CertificateVerify:add tls13 read certificate verfify
This commit is contained in:
Ronald Cron
2021-11-08 09:36:35 +01:00
committed by GitHub
5 changed files with 341 additions and 27 deletions

View File

@@ -8831,8 +8831,11 @@ 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 "<= parse encrypted extensions" \
-c "Certificate verification flags clear" \
-c "<= parse encrypted extensions"
-c "=> parse certificate verify" \
-c "<= parse certificate verify" \
-c "mbedtls_ssl_tls13_process_certificate_verify() returned 0"
requires_gnutls_tls1_3
requires_gnutls_next_no_ticket
@@ -8861,8 +8864,11 @@ 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 "<= parse encrypted extensions" \
-c "Certificate verification flags clear" \
-c "<= parse encrypted extensions"
-c "=> parse certificate verify" \
-c "<= parse certificate verify" \
-c "mbedtls_ssl_tls13_process_certificate_verify() returned 0"
# Test heap memory usage after handshake
requires_config_enabled MBEDTLS_MEMORY_DEBUG