Lines Matching defs:client
351 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, npn_protocols)
354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols)
359 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_user)
361 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_password)
399 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, reneg_ciphers)
638 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CLIENT_CONF, client, enable_pha)
640 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CLIENT_CONF, client, no_extms_on_reneg)
683 /* Nested client options. */
736 OPENSSL_free(conf->client.npn_protocols);
739 OPENSSL_free(conf->client.alpn_protocols);
742 OPENSSL_free(conf->client.reneg_ciphers);
747 OPENSSL_free(conf->client.srp_user);
748 OPENSSL_free(conf->client.srp_password);
773 static int parse_client_options(SSL_TEST_CLIENT_CONF *client, const CONF *conf,
788 if (!ssl_test_client_options[j].parse(client, option->value)) {
856 if (strcmp(option->name, "client") == 0) {
857 if (!parse_client_options(&ctx->extra.client, conf, option->value))
865 } else if (strcmp(option->name, "resume-client") == 0) {
866 if (!parse_client_options(&ctx->resume_extra.client, conf,