1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +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

@ -1638,6 +1638,11 @@ int mbedtls_ssl_tls13_start_handshake_msg( mbedtls_ssl_context *ssl,
*/
int mbedtls_ssl_tls13_process_certificate( mbedtls_ssl_context *ssl );
/*
* Generic handler of Certificate Verify
*/
int mbedtls_ssl_tls13_process_certificate_verify( mbedtls_ssl_context *ssl );
/*
* Write TLS 1.3 handshake message tail
*/