summaryrefslogtreecommitdiffstats
path: root/test/ssl_test_ctx.h
diff options
context:
space:
mode:
authorTomas Mraz <tmraz@fedoraproject.org>2020-06-05 10:50:25 +0200
committerTomas Mraz <tmraz@fedoraproject.org>2020-06-09 14:11:20 +0200
commitcd4afec69f13e283f74d59f1c97e15db6803bdcb (patch)
tree52afea44b7d4e332455cce9afa10ae5e0f8cf9a8 /test/ssl_test_ctx.h
parent11d3235e2b5a1dc9f48c040b1f1b6bea86ffc745 (diff)
Add a test for renegotiation with EXTMS dropped
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12045)
Diffstat (limited to 'test/ssl_test_ctx.h')
-rw-r--r--test/ssl_test_ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ssl_test_ctx.h b/test/ssl_test_ctx.h
index 29a989abc8..d08c415fd2 100644
--- a/test/ssl_test_ctx.h
+++ b/test/ssl_test_ctx.h
@@ -110,6 +110,8 @@ typedef struct {
char *srp_password;
/* PHA enabled */
int enable_pha;
+ /* Do not send extms on renegotiation */
+ int no_extms_on_reneg;
} SSL_TEST_CLIENT_CONF;
typedef struct {