1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #8755 from ronald-cron-arm/tls13-client-early-data-status

TLS 1.3: Refine and test client early data status
This commit is contained in:
Manuel Pégourié-Gonnard
2024-02-13 20:36:42 +00:00
committed by GitHub
10 changed files with 607 additions and 208 deletions

View File

@ -1390,6 +1390,8 @@ int mbedtls_ssl_tls13_write_change_cipher_spec(mbedtls_ssl_context *ssl)
/* Dispatch message */
MBEDTLS_SSL_PROC_CHK(mbedtls_ssl_write_record(ssl, 0));
ssl->handshake->ccs_count++;
cleanup:
MBEDTLS_SSL_DEBUG_MSG(2, ("<= write change cipher spec"));