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
commit e6c80bc6e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"));