Lines Matching refs:SSL_CTX

664 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth)  in SSL_CTX_set_ssl_version()
687 SSL *SSL_new(SSL_CTX *ctx) in SSL_new()
889 int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx, in SSL_CTX_set_session_id_context()
915 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb) in SSL_CTX_set_generate_session_id()
959 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) in SSL_CTX_set_purpose()
969 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust()
1028 int SSL_CTX_dane_enable(SSL_CTX *ctx) in SSL_CTX_dane_enable()
1033 unsigned long SSL_CTX_dane_set_flags(SSL_CTX *ctx, unsigned long flags) in SSL_CTX_dane_set_flags()
1041 unsigned long SSL_CTX_dane_clear_flags(SSL_CTX *ctx, unsigned long flags) in SSL_CTX_dane_clear_flags()
1156 int SSL_CTX_dane_mtype_set(SSL_CTX *ctx, const EVP_MD *md, uint8_t mtype, in SSL_CTX_dane_mtype_set()
1162 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) in SSL_CTX_set1_param()
1172 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx) in SSL_CTX_get0_param()
1514 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) in SSL_CTX_get_verify_mode()
1519 int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) in SSL_CTX_get_verify_depth()
1524 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, X509_STORE_CTX *) { in SSL_CTX_get_verify_callback()
1666 int SSL_CTX_check_private_key(const SSL_CTX *ctx) in SSL_CTX_check_private_key()
1727 int SSL_CTX_set_async_callback(SSL_CTX *ctx, SSL_async_callback_fn callback) in SSL_CTX_set_async_callback()
1733 int SSL_CTX_set_async_callback_arg(SSL_CTX *ctx, void *arg) in SSL_CTX_set_async_callback_arg()
2486 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) in LHASH_OF()
2491 static int ssl_tsan_load(SSL_CTX *ctx, TSAN_QUALIFIER int *stat) in ssl_tsan_load()
2502 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) in SSL_CTX_ctrl()
2620 long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void)) in SSL_CTX_callback_ctrl()
2734 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) in STACK_OF()
2762 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list()
3035 void SSL_CTX_set_npn_advertised_cb(SSL_CTX *ctx, in SSL_CTX_set_npn_advertised_cb()
3053 void SSL_CTX_set_npn_select_cb(SSL_CTX *ctx, in SSL_CTX_set_npn_select_cb()
3080 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos()
3144 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx, in SSL_CTX_set_alpn_select_cb()
3237 SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq, in SSL_CTX_new_ex()
3240 SSL_CTX *ret = NULL; in SSL_CTX_new_ex()
3448 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) in SSL_CTX_new()
3453 int SSL_CTX_up_ref(SSL_CTX *ctx) in SSL_CTX_up_ref()
3465 void SSL_CTX_free(SSL_CTX *a) in SSL_CTX_free()
3550 void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb) in SSL_CTX_set_default_passwd_cb()
3555 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u) in SSL_CTX_set_default_passwd_cb_userdata()
3560 pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx) in SSL_CTX_get_default_passwd_cb()
3565 void *SSL_CTX_get_default_passwd_cb_userdata(SSL_CTX *ctx) in SSL_CTX_get_default_passwd_cb_userdata()
3590 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, in SSL_CTX_set_cert_verify_callback()
3598 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, in SSL_CTX_set_verify()
3605 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) in SSL_CTX_set_verify_depth()
3610 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg), void *arg) in SSL_CTX_set_cert_cb()
3823 const SSL_METHOD *SSL_CTX_get_ssl_method(const SSL_CTX *ctx) in SSL_CTX_get_ssl_method()
4227 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx) in SSL_CTX_get0_certificate()
4235 EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) in SSL_CTX_get0_privatekey()
4307 void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) in SSL_CTX_set_quiet_shutdown()
4312 int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) in SSL_CTX_get_quiet_shutdown()
4347 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) in SSL_get_SSL_CTX()
4352 SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) in SSL_set_SSL_CTX()
4399 int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) in SSL_CTX_set_default_verify_paths()
4405 int SSL_CTX_set_default_verify_dir(SSL_CTX *ctx) in SSL_CTX_set_default_verify_dir()
4423 int SSL_CTX_set_default_verify_file(SSL_CTX *ctx) in SSL_CTX_set_default_verify_file()
4442 int SSL_CTX_set_default_verify_store(SSL_CTX *ctx) in SSL_CTX_set_default_verify_store()
4460 int SSL_CTX_load_verify_file(SSL_CTX *ctx, const char *CAfile) in SSL_CTX_load_verify_file()
4466 int SSL_CTX_load_verify_dir(SSL_CTX *ctx, const char *CApath) in SSL_CTX_load_verify_dir()
4471 int SSL_CTX_load_verify_store(SSL_CTX *ctx, const char *CAstore) in SSL_CTX_load_verify_store()
4477 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations()
4568 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) in SSL_CTX_set_ex_data()
4573 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) in SSL_CTX_get_ex_data()
4578 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store()
4583 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) in SSL_CTX_set_cert_store()
4589 void SSL_CTX_set1_cert_store(SSL_CTX *ctx, X509_STORE *store) in SSL_CTX_set1_cert_store()
4602 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint()
4656 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, SSL_psk_client_cb_func cb) in SSL_CTX_set_psk_client_callback()
4666 void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, SSL_psk_server_cb_func cb) in SSL_CTX_set_psk_server_callback()
4677 void SSL_CTX_set_psk_find_session_callback(SSL_CTX *ctx, in SSL_CTX_set_psk_find_session_callback()
4688 void SSL_CTX_set_psk_use_session_callback(SSL_CTX *ctx, in SSL_CTX_set_psk_use_session_callback()
4694 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, in SSL_CTX_set_msg_callback()
4710 void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx, in SSL_CTX_set_not_resumable_session_callback()
4727 void SSL_CTX_set_record_padding_callback(SSL_CTX *ctx, in SSL_CTX_set_record_padding_callback()
4734 void SSL_CTX_set_record_padding_callback_arg(SSL_CTX *ctx, void *arg) in SSL_CTX_set_record_padding_callback_arg()
4739 void *SSL_CTX_get_record_padding_callback_arg(const SSL_CTX *ctx) in SSL_CTX_get_record_padding_callback_arg()
4744 int SSL_CTX_set_block_padding(SSL_CTX *ctx, size_t block_size) in SSL_CTX_set_block_padding()
4804 int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets) in SSL_CTX_set_num_tickets()
4811 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx) in SSL_CTX_get_num_tickets()
4906 int (*cb) (const SSL *s, const SSL_CTX *ctx, in SSL_set_security_callback()
4914 const SSL_CTX *ctx, int op, in SSL_get_security_callback()
4930 void SSL_CTX_set_security_level(SSL_CTX *ctx, int level) in SSL_CTX_set_security_level()
4935 int SSL_CTX_get_security_level(const SSL_CTX *ctx) in SSL_CTX_get_security_level()
4940 void SSL_CTX_set_security_callback(SSL_CTX *ctx, in SSL_CTX_set_security_callback()
4941 int (*cb) (const SSL *s, const SSL_CTX *ctx, in SSL_CTX_set_security_callback()
4948 int (*SSL_CTX_get_security_callback(const SSL_CTX *ctx)) (const SSL *s, in SSL_CTX_get_security_callback()
4949 const SSL_CTX *ctx, in SSL_CTX_get_security_callback()
4957 void SSL_CTX_set0_security_ex_data(SSL_CTX *ctx, void *ex) in SSL_CTX_set0_security_ex_data()
4962 void *SSL_CTX_get0_security_ex_data(const SSL_CTX *ctx) in SSL_CTX_get0_security_ex_data()
4967 uint64_t SSL_CTX_get_options(const SSL_CTX *ctx) in SSL_CTX_get_options()
4977 uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t op) in SSL_CTX_set_options()
4987 uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t op) in SSL_CTX_clear_options()
5212 int SSL_CTX_set_ct_validation_callback(SSL_CTX *ctx, in SSL_CTX_set_ct_validation_callback()
5236 int SSL_CTX_ct_is_enabled(const SSL_CTX *ctx) in SSL_CTX_ct_is_enabled()
5340 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode) in SSL_CTX_enable_ct()
5366 int SSL_CTX_set_default_ctlog_list_file(SSL_CTX *ctx) in SSL_CTX_set_default_ctlog_list_file()
5371 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path) in SSL_CTX_set_ctlog_list_file()
5376 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE * logs) in SSL_CTX_set0_ctlog_store()
5382 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx) in SSL_CTX_get0_ctlog_store()
5389 void SSL_CTX_set_client_hello_cb(SSL_CTX *c, SSL_client_hello_cb_fn cb, in SSL_CTX_set_client_hello_cb()
5524 void SSL_CTX_set_keylog_callback(SSL_CTX *ctx, SSL_CTX_keylog_cb_func cb) in SSL_CTX_set_keylog_callback()
5529 SSL_CTX_keylog_cb_func SSL_CTX_get_keylog_callback(const SSL_CTX *ctx) in SSL_CTX_get_keylog_callback()
5784 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data) in SSL_CTX_set_max_early_data()
5791 uint32_t SSL_CTX_get_max_early_data(const SSL_CTX *ctx) in SSL_CTX_get_max_early_data()
5808 int SSL_CTX_set_recv_max_early_data(SSL_CTX *ctx, uint32_t recv_max_early_data) in SSL_CTX_set_recv_max_early_data()
5815 uint32_t SSL_CTX_get_recv_max_early_data(const SSL_CTX *ctx) in SSL_CTX_get_recv_max_early_data()
5880 void SSL_CTX_set_post_handshake_auth(SSL_CTX *ctx, int val) in SSL_CTX_set_post_handshake_auth()
5937 int SSL_CTX_set_session_ticket_cb(SSL_CTX *ctx, in SSL_CTX_set_session_ticket_cb()
5948 void SSL_CTX_set_allow_early_data_cb(SSL_CTX *ctx, in SSL_CTX_set_allow_early_data_cb()
6068 int SSL_CTX_set0_tmp_dh_pkey(SSL_CTX *ctx, EVP_PKEY *dhpkey) in SSL_CTX_set0_tmp_dh_pkey()