tests: ssl: Add early data handshake option
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
b4ad3e750b
commit
ced99be007
3 changed files with 8 additions and 2 deletions
|
@ -113,6 +113,7 @@ typedef struct mbedtls_test_handshake_test_options {
|
|||
void (*srv_log_fun)(void *, int, const char *, int, const char *);
|
||||
void (*cli_log_fun)(void *, int, const char *, int, const char *);
|
||||
int resize_buffers;
|
||||
int early_data;
|
||||
#if defined(MBEDTLS_SSL_CACHE_C)
|
||||
mbedtls_ssl_cache_context *cache;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue