Searched refs:SSL_TEST_CTX (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssl_test_ctx.c | 221 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername() 447 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, use_sctp) 479 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, app_data_size) 484 IMPLEMENT_SSL_TEST_INT_OPTION(SSL_TEST_CTX, test, max_fragment_size) 541 __owur static int parse_expected_tmp_key_type(SSL_TEST_CTX *test_ctx, in parse_expected_tmp_key_type() 647 int (*parse)(SSL_TEST_CTX *test_ctx, const char *value); 721 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx) in SSL_TEST_CTX_new() 723 SSL_TEST_CTX *ret; in SSL_TEST_CTX_new() 753 static void ssl_test_ctx_free_extra_data(SSL_TEST_CTX *ctx) in ssl_test_ctx_free_extra_data() 759 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx) in SSL_TEST_CTX_free() [all …]
|
H A D | ssl_test_ctx.h | 231 } SSL_TEST_CTX; typedef 252 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section, 255 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx); 257 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx);
|
H A D | handshake.c | 493 const SSL_TEST_CTX *test, in configure_handshake_ctx() 866 static void do_reneg_setup_step(const SSL_TEST_CTX *test_ctx, PEER *peer) in do_reneg_setup_step() 1076 static int renegotiate_op(const SSL_TEST_CTX *test_ctx) in renegotiate_op() 1086 static int post_handshake_op(const SSL_TEST_CTX *test_ctx) in post_handshake_op() 1098 static connect_phase_t next_phase(const SSL_TEST_CTX *test_ctx, in next_phase() 1125 static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer, in do_connect_step() 1401 const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra, in do_handshake_internal() 1729 const SSL_TEST_CTX *test_ctx) in do_handshake()
|
H A D | handshake.h | 89 const SSL_TEST_CTX *test_ctx);
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_test.c | 34 static int check_result(HANDSHAKE_RESULT *result, SSL_TEST_CTX *test_ctx) in check_result() 195 SSL_TEST_CTX *test_ctx) in check_session_ticket_app_data() 288 SSL_TEST_CTX *test_ctx) in check_server_cert_type() 295 SSL_TEST_CTX *test_ctx) in check_server_sign_hash() 302 SSL_TEST_CTX *test_ctx) in check_server_sign_type() 309 SSL_TEST_CTX *test_ctx) in check_server_ca_names() 317 SSL_TEST_CTX *test_ctx) in check_client_cert_type() 324 SSL_TEST_CTX *test_ctx) in check_client_sign_hash() 331 SSL_TEST_CTX *test_ctx) in check_client_sign_type() 338 SSL_TEST_CTX *test_ctx) in check_client_ca_names() [all …]
|
H A D | ssl_test_ctx_test.c | 32 SSL_TEST_CTX *expected_ctx; 75 static int testctx_eq(SSL_TEST_CTX *ctx, SSL_TEST_CTX *ctx2) in testctx_eq() 127 SSL_TEST_CTX *ctx; in execute_test() 229 SSL_TEST_CTX *ctx; in test_bad_configuration()
|