Lines Matching refs:SSL_CTX
258 int SSL_CTX_set_ssl_version(SSL_CTX *ctx,const SSL_METHOD *meth) in SSL_CTX_set_ssl_version()
275 SSL *SSL_new(SSL_CTX *ctx) in SSL_new()
398 int SSL_CTX_set_session_id_context(SSL_CTX *ctx,const unsigned char *sid_ctx, in SSL_CTX_set_session_id_context()
426 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb) in SSL_CTX_set_generate_session_id()
476 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) in SSL_CTX_set_purpose()
486 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust()
496 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) in SSL_CTX_set1_param()
781 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) in SSL_CTX_get_verify_mode()
786 int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) in SSL_CTX_get_verify_depth()
791 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *) in SSL_CTX_get_verify_callback()
893 int SSL_CTX_check_private_key(const SSL_CTX *ctx) in SSL_CTX_check_private_key()
1126 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) in LHASH_OF()
1131 long SSL_CTX_ctrl(SSL_CTX *ctx,int cmd,long larg,void *parg) in SSL_CTX_ctrl()
1210 long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void)) in SSL_CTX_callback_ctrl()
1300 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list()
1639 void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *ctx, int (*cb) (SSL *ssl, const unsigned char *… in SSL_CTX_set_next_protos_advertised_cb()
1655 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx, int (*cb) (SSL *s, unsigned char **out, unsigne… in SSL_CTX_set_next_proto_select_cb()
1708 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth) in IMPLEMENT_LHASH_HASH_FN()
1710 SSL_CTX *ret=NULL; in IMPLEMENT_LHASH_HASH_FN()
1731 ret=(SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX)); in IMPLEMENT_LHASH_HASH_FN()
1735 memset(ret,0,sizeof(SSL_CTX)); in IMPLEMENT_LHASH_HASH_FN()
1928 void SSL_CTX_free(SSL_CTX *a) in SSL_CTX_free()
2018 void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb) in SSL_CTX_set_default_passwd_cb()
2023 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx,void *u) in SSL_CTX_set_default_passwd_cb_userdata()
2028 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg) in SSL_CTX_set_cert_verify_callback()
2034 void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,int (*cb)(int, X509_STORE_CTX *)) in SSL_CTX_set_verify()
2040 void SSL_CTX_set_verify_depth(SSL_CTX *ctx,int depth) in SSL_CTX_set_verify_depth()
2953 void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx,int mode) in SSL_CTX_set_quiet_shutdown()
2958 int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) in SSL_CTX_get_quiet_shutdown()
2988 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) in SSL_get_SSL_CTX()
2993 SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX* ctx) in SSL_set_SSL_CTX()
3012 int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) in SSL_CTX_set_default_verify_paths()
3017 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations()
3081 int SSL_CTX_set_ex_data(SSL_CTX *s,int idx,void *arg) in SSL_CTX_set_ex_data()
3086 void *SSL_CTX_get_ex_data(const SSL_CTX *s,int idx) in SSL_CTX_get_ex_data()
3096 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) in SSL_CTX_get_cert_store()
3101 void SSL_CTX_set_cert_store(SSL_CTX *ctx,X509_STORE *store) in SSL_CTX_set_cert_store()
3120 void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,RSA *(*cb)(SSL *ssl, in SSL_CTX_set_tmp_rsa_callback()
3157 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,DH *(*dh)(SSL *ssl,int is_export, in SSL_CTX_set_tmp_dh_callback()
3171 void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx,EC_KEY *(*ecdh)(SSL *ssl,int is_export, in SSL_CTX_set_tmp_ecdh_callback()
3185 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) in SSL_CTX_use_psk_identity_hint()
3253 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx, in SSL_CTX_set_psk_client_callback()
3268 void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx, in SSL_CTX_set_psk_server_callback()
3276 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … in SSL_CTX_set_msg_callback()