SSL tests: send some application data Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h index 916b31a..1074f8e 100644 --- a/test/ssl_test_ctx.h +++ b/test/ssl_test_ctx.h
@@ -104,6 +104,11 @@ 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.