Lines Matching refs:SSL_TEST_CTX

101 __owur static int parse_expected_result(SSL_TEST_CTX *test_ctx, const char *value)  in parse_expected_result()
134 __owur static int parse_client_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_client_alert()
139 __owur static int parse_server_alert(SSL_TEST_CTX *test_ctx, const char *value) in parse_server_alert()
161 __owur static int parse_protocol(SSL_TEST_CTX *test_ctx, const char *value) in parse_protocol()
221 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername()
278 __owur static int parse_session_ticket(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_ticket()
298 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compression_expected)
308 __owur static int parse_session_id(SSL_TEST_CTX *test_ctx, const char *value) in parse_session_id()
334 __owur static int parse_test_method(SSL_TEST_CTX *test_ctx, const char *value) in parse_test_method()
354 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_npn_protocol)
357 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_alpn_protocol)
366 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_session_ticket_app_data)
381 __owur static int parse_handshake_mode(SSL_TEST_CTX *test_ctx, const char *value) in parse_handshake_mode()
409 __owur static int parse_key_update_type(SSL_TEST_CTX *test_ctx, const char *value) in parse_key_update_type()
446 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, resumption_expected)
448 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, use_sctp)
449 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, compress_certificates)
450 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, enable_client_sctp_label_bug)
451 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, enable_server_sctp_label_bug)
481 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, app_data_size)
486 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, max_fragment_size)
554 __owur static int parse_expected_tmp_key_type(SSL_TEST_CTX *test_ctx, in parse_expected_tmp_key_type()
560 __owur static int parse_expected_server_cert_type(SSL_TEST_CTX *test_ctx, in parse_expected_server_cert_type()
567 __owur static int parse_expected_server_sign_type(SSL_TEST_CTX *test_ctx, in parse_expected_server_sign_type()
574 __owur static int parse_expected_client_cert_type(SSL_TEST_CTX *test_ctx, in parse_expected_client_cert_type()
581 __owur static int parse_expected_client_sign_type(SSL_TEST_CTX *test_ctx, in parse_expected_client_sign_type()
606 __owur static int parse_expected_server_sign_hash(SSL_TEST_CTX *test_ctx, in parse_expected_server_sign_hash()
613 __owur static int parse_expected_client_sign_hash(SSL_TEST_CTX *test_ctx, in parse_expected_client_sign_hash()
632 __owur static int parse_expected_server_ca_names(SSL_TEST_CTX *test_ctx, in parse_expected_server_ca_names()
638 __owur static int parse_expected_client_ca_names(SSL_TEST_CTX *test_ctx, in parse_expected_client_ca_names()
647 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, expected_cipher)
656 IMPLEMENT_SSL_TEST_STRING_OPTION(SSL_TEST_CTX, test, fips_version)
663 int (*parse)(SSL_TEST_CTX *test_ctx, const char *value);
739 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx) in SSL_TEST_CTX_new()
741 SSL_TEST_CTX *ret; in SSL_TEST_CTX_new()
771 static void ssl_test_ctx_free_extra_data(SSL_TEST_CTX *ctx) in ssl_test_ctx_free_extra_data()
777 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx) in SSL_TEST_CTX_free()
858 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section, in SSL_TEST_CTX_create()
862 SSL_TEST_CTX *ctx = NULL; in SSL_TEST_CTX_create()