From fe7dd5534176d1b04be046fcbaad24430c8727e0 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 27 Sep 2016 11:50:43 +0100 Subject: Extend the renegotiation tests Add the ability to test both server initiated and client initiated reneg. Reviewed-by: Rich Salz --- test/ssl_test_ctx.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/ssl_test_ctx.h') diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h index 73e223a2d5..14acaff6f7 100644 --- a/test/ssl_test_ctx.h +++ b/test/ssl_test_ctx.h @@ -56,7 +56,8 @@ typedef enum { typedef enum { SSL_TEST_HANDSHAKE_SIMPLE = 0, /* Default */ SSL_TEST_HANDSHAKE_RESUME, - SSL_TEST_HANDSHAKE_RENEGOTIATE + SSL_TEST_HANDSHAKE_RENEG_SERVER, + SSL_TEST_HANDSHAKE_RENEG_CLIENT } ssl_handshake_mode_t; typedef enum { -- cgit v1.2.3