Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_lib.c4029 ret->cert_store = X509_STORE_new(); in SSL_CTX_new_ex()
4030 if (ret->cert_store == NULL) { in SSL_CTX_new_ex()
4329 X509_STORE_free(a->cert_store); in SSL_CTX_free()
5455 return X509_STORE_set_default_paths_ex(ctx->cert_store, ctx->libctx, in SSL_CTX_set_default_verify_paths()
5481 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file()); in SSL_CTX_set_default_verify_file()
5500 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_store()); in SSL_CTX_set_default_verify_store()
5516 return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx, in SSL_CTX_load_verify_file()
5522 return X509_STORE_load_path(ctx->cert_store, CApath); in SSL_CTX_load_verify_dir()
5664 return ctx->cert_store; in SSL_CTX_get_cert_store()
5669 X509_STORE_free(ctx->cert_store); in SSL_CTX_set_cert_store()
[all …]
H A Dssl_cert.c440 verify_store = sctx->cert_store; in ssl_verify_internal()
1087 chain_store = real_ctx->cert_store; in ssl_build_cert_chain()
H A Dssl_local.h806 struct x509_store_st /* X509_STORE */ *cert_store; member
/openssl/crypto/pkcs7/
H A Dpk7_doit.c1001 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, in PKCS7_dataVerify() argument
1044 if (!X509_STORE_CTX_init(ctx, cert_store, signer, untrusted)) { in PKCS7_dataVerify()
/openssl/include/openssl/
H A Dpkcs7.h.in279 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/openssl/ssl/statem/
H A Dstatem_lib.c1026 chain_store = sctx->cert_store; in ssl_add_cert_chain()

Completed in 49 milliseconds