Symbol: SSL_TEST_CLIENT_CONF
crypto/openssl/test/helpers/ssl_test_ctx.c
178
__owur static int parse_client_verify_callback(SSL_TEST_CLIENT_CONF *client_conf,
crypto/openssl/test/helpers/ssl_test_ctx.c
206
__owur static int parse_servername(SSL_TEST_CLIENT_CONF *client_conf,
crypto/openssl/test/helpers/ssl_test_ctx.c
349
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, npn_protocols)
crypto/openssl/test/helpers/ssl_test_ctx.c
352
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, alpn_protocols)
crypto/openssl/test/helpers/ssl_test_ctx.c
357
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_user)
crypto/openssl/test/helpers/ssl_test_ctx.c
359
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, srp_password)
crypto/openssl/test/helpers/ssl_test_ctx.c
397
IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CLIENT_CONF, client, reneg_ciphers)
crypto/openssl/test/helpers/ssl_test_ctx.c
425
__owur static int parse_ct_validation(SSL_TEST_CLIENT_CONF *client_conf,
crypto/openssl/test/helpers/ssl_test_ctx.c
493
__owur static int parse_max_fragment_len_mode(SSL_TEST_CLIENT_CONF *client_conf,
crypto/openssl/test/helpers/ssl_test_ctx.c
645
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CLIENT_CONF, client, enable_pha)
crypto/openssl/test/helpers/ssl_test_ctx.c
647
IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CLIENT_CONF, client, no_extms_on_reneg)
crypto/openssl/test/helpers/ssl_test_ctx.c
698
int (*parse)(SSL_TEST_CLIENT_CONF *conf, const char *value);
crypto/openssl/test/helpers/ssl_test_ctx.c
786
static int parse_client_options(SSL_TEST_CLIENT_CONF *client, const CONF *conf,
crypto/openssl/test/helpers/ssl_test_ctx.h
138
SSL_TEST_CLIENT_CONF client;
crypto/openssl/test/ssl_test_ctx_test.c
35
static int clientconf_eq(SSL_TEST_CLIENT_CONF *conf1,
crypto/openssl/test/ssl_test_ctx_test.c
36
SSL_TEST_CLIENT_CONF *conf2)