Lines Matching refs:cert_store
4006 ret->cert_store = X509_STORE_new(); in SSL_CTX_new_ex()
4007 if (ret->cert_store == NULL) { in SSL_CTX_new_ex()
4306 X509_STORE_free(a->cert_store); in SSL_CTX_free()
5430 return X509_STORE_set_default_paths_ex(ctx->cert_store, ctx->libctx, in SSL_CTX_set_default_verify_paths()
5438 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir()); in SSL_CTX_set_default_verify_dir()
5456 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file()); in SSL_CTX_set_default_verify_file()
5475 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_store()); in SSL_CTX_set_default_verify_store()
5491 return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx, in SSL_CTX_load_verify_file()
5497 return X509_STORE_load_path(ctx->cert_store, CApath); in SSL_CTX_load_verify_dir()
5502 return X509_STORE_load_store_ex(ctx->cert_store, CAstore, ctx->libctx, in SSL_CTX_load_verify_store()
5639 return ctx->cert_store; in SSL_CTX_get_cert_store()
5644 X509_STORE_free(ctx->cert_store); in SSL_CTX_set_cert_store()
5645 ctx->cert_store = store; in SSL_CTX_set_cert_store()