From e0421bd8b203b8c4e460c99740b5684600a503da Mon Sep 17 00:00:00 2001 From: Emilia Kasper Date: Thu, 11 Aug 2016 20:51:57 +0200 Subject: SSL tests: send some application data Reviewed-by: Rich Salz --- test/ssl_test_ctx.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/ssl_test_ctx.h') diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h index 916b31aa89..1074f8ee72 100644 --- a/test/ssl_test_ctx.h +++ b/test/ssl_test_ctx.h @@ -104,6 +104,11 @@ typedef struct { ssl_test_method_t method; /* Whether to test a resumed/renegotiated handshake. */ ssl_handshake_mode_t handshake_mode; + /* + * How much application data to exchange (default is 256 bytes). + * Both peers will send |app_data_size| bytes interleaved. + */ + int app_data_size; /* * Extra server/client configurations. Per-handshake. -- cgit v1.2.3