summaryrefslogtreecommitdiffstats
path: root/src/ssl/test/test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/test/test_config.h')
-rw-r--r--src/ssl/test/test_config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ssl/test/test_config.h b/src/ssl/test/test_config.h
index 23fa1f1..9dea8e9 100644
--- a/src/ssl/test/test_config.h
+++ b/src/ssl/test/test_config.h
@@ -77,8 +77,10 @@ struct TestConfig {
std::string export_label;
std::string export_context;
bool use_export_context = false;
+ bool reject_peer_renegotiations = false;
bool no_legacy_server_connect = false;
bool tls_unique = false;
+ bool use_async_private_key = false;
bool expect_ticket_renewal = false;
bool expect_no_session = false;
bool use_ticket_callback = false;
@@ -95,10 +97,6 @@ struct TestConfig {
bool verify_peer = false;
bool expect_verify_result = false;
std::string signed_cert_timestamps;
- int expect_total_renegotiations = 0;
- bool renegotiate_once = false;
- bool renegotiate_freely = false;
- bool disable_npn = false;
};
bool ParseConfig(int argc, char **argv, TestConfig *out_config);