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

tests: ssl: Add max_early_data_size option

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron
2024-02-23 07:43:45 +01:00
parent 9b4e964c2c
commit 5d3036e6d5
2 changed files with 9 additions and 0 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