Home
last modified time | relevance | path

Searched refs:SSL_TEST_CTX (Results 1 – 6 of 6) sorted by relevance

/openssl/test/helpers/
H A Dssl_test_ctx.c221 __owur static int parse_expected_servername(SSL_TEST_CTX *test_ctx, in parse_expected_servername()
448 IMPLEMENT_SSL_TEST_BOOL_OPTION(SSL_TEST_CTX, test, use_sctp)
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)
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()
[all …]
H A Dssl_test_ctx.h237 } SSL_TEST_CTX; typedef
258 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
261 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx);
263 void SSL_TEST_CTX_free(SSL_TEST_CTX *ctx);
H A Dhandshake.h89 const SSL_TEST_CTX *test_ctx);
H A Dhandshake.c493 const SSL_TEST_CTX *test, in configure_handshake_ctx()
878 static void do_reneg_setup_step(const SSL_TEST_CTX *test_ctx, PEER *peer) in do_reneg_setup_step()
1094 static int renegotiate_op(const SSL_TEST_CTX *test_ctx) in renegotiate_op()
1104 static int post_handshake_op(const SSL_TEST_CTX *test_ctx) in post_handshake_op()
1116 static connect_phase_t next_phase(const SSL_TEST_CTX *test_ctx, in next_phase()
1143 static void do_connect_step(const SSL_TEST_CTX *test_ctx, PEER *peer, in do_connect_step()
1419 const SSL_TEST_CTX *test_ctx, const SSL_TEST_EXTRA_CONF *extra, in do_handshake_internal()
1747 const SSL_TEST_CTX *test_ctx) in do_handshake()
/openssl/test/
H A Dssl_test.c34 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 Dssl_test_ctx_test.c32 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()

Completed in 23 milliseconds