Latest update (add quic)
This commit is contained in:
@@ -638,6 +638,7 @@ IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_cipher)
|
||||
|
||||
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CLIENT_CONF, client, enable_pha)
|
||||
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_SERVER_CONF, server, force_pha)
|
||||
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CLIENT_CONF, client, no_extms_on_reneg)
|
||||
|
||||
/* Known test options and their corresponding parse methods. */
|
||||
|
||||
@@ -697,6 +698,7 @@ static const ssl_test_client_option ssl_test_client_options[] = {
|
||||
{ "SRPPassword", &parse_client_srp_password },
|
||||
{ "MaxFragmentLenExt", &parse_max_fragment_len_mode },
|
||||
{ "EnablePHA", &parse_client_enable_pha },
|
||||
{ "RenegotiateNoExtms", &parse_client_no_extms_on_reneg },
|
||||
};
|
||||
|
||||
/* Nested server options. */
|
||||
|
||||
Reference in New Issue
Block a user