1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #8854 from ronald-cron-arm/tls13-srv-max-early-data-size

TLS 1.3: Enforce max_early_data_size on server
This commit is contained in:
Ronald Cron
2024-03-09 00:16:07 +00:00
committed by GitHub
10 changed files with 420 additions and 11 deletions

View File

@ -114,6 +114,7 @@ typedef struct mbedtls_test_handshake_test_options {
void (*cli_log_fun)(void *, int, const char *, int, const char *);
int resize_buffers;
int early_data;
int max_early_data_size;
#if defined(MBEDTLS_SSL_CACHE_C)
mbedtls_ssl_cache_context *cache;
#endif