/third_party/curl/lib/vtls/ |
D | schannel.c | 522 HCERTSTORE cert_store = NULL; in schannel_acquire_credential_handle() local 618 cert_store = PFXImportCertStore(&datablob, pszPassword, 0); in schannel_acquire_credential_handle() 623 if(!cert_store) { in schannel_acquire_credential_handle() 637 cert_store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, in schannel_acquire_credential_handle() 644 CertCloseStore(cert_store, 0); in schannel_acquire_credential_handle() 652 cert_store = in schannel_acquire_credential_handle() 657 if(!cert_store) { in schannel_acquire_credential_handle() 677 CertCloseStore(cert_store, 0); in schannel_acquire_credential_handle() 682 cert_store, X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, 0, in schannel_acquire_credential_handle() 693 CertCloseStore(cert_store, 0); in schannel_acquire_credential_handle() [all …]
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 708 static tsi_result x509_store_load_certs(X509_STORE* cert_store, in x509_store_load_certs() argument 719 if (cert_store == nullptr) return TSI_INVALID_ARGUMENT; in x509_store_load_certs() 748 if (!X509_STORE_add_cert(cert_store, root)) { in x509_store_load_certs() 782 X509_STORE* cert_store = SSL_CTX_get_cert_store(context); in ssl_ctx_load_verification_certs() local 783 X509_STORE_set_flags(cert_store, in ssl_ctx_load_verification_certs() 785 return x509_store_load_certs(cert_store, pem_roots, pem_roots_size, in ssl_ctx_load_verification_certs()
|
/third_party/openssl/ssl/ |
D | ssl_cert.c | 377 verify_store = s->ctx->cert_store; in ssl_verify_cert_chain() 788 chain_store = s->ctx->cert_store; in ssl_build_cert_chain() 790 chain_store = ctx->cert_store; in ssl_build_cert_chain()
|
D | ssl_lib.c | 3059 ret->cert_store = X509_STORE_new(); in SSL_CTX_new() 3060 if (ret->cert_store == NULL) in SSL_CTX_new() 3247 X509_STORE_free(a->cert_store); in SSL_CTX_free() 4144 return X509_STORE_set_default_paths(ctx->cert_store); in SSL_CTX_set_default_verify_paths() 4151 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir()); in SSL_CTX_set_default_verify_dir() 4166 lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file()); in SSL_CTX_set_default_verify_file() 4181 return X509_STORE_load_locations(ctx->cert_store, CAfile, CApath); in SSL_CTX_load_verify_locations() 4275 return ctx->cert_store; in SSL_CTX_get_cert_store() 4280 X509_STORE_free(ctx->cert_store); in SSL_CTX_set_cert_store() 4281 ctx->cert_store = store; in SSL_CTX_set_cert_store()
|
D | ssl_local.h | 742 struct x509_store_st /* X509_STORE */ *cert_store; member
|
/third_party/openssl/include/openssl/ |
D | pkcs7.h | 247 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/third_party/node/src/ |
D | node_crypto.cc | 1056 X509_STORE* cert_store = SSL_CTX_get_cert_store(sc->ctx_.get()); in AddCACert() local 1059 if (cert_store == root_cert_store) { in AddCACert() 1060 cert_store = NewRootCertStore(); in AddCACert() 1061 SSL_CTX_set_cert_store(sc->ctx_.get(), cert_store); in AddCACert() 1063 X509_STORE_add_cert(cert_store, x509); in AddCACert() 1092 X509_STORE* cert_store = SSL_CTX_get_cert_store(sc->ctx_.get()); in AddCRL() local 1093 if (cert_store == root_cert_store) { in AddCRL() 1094 cert_store = NewRootCertStore(); in AddCRL() 1095 SSL_CTX_set_cert_store(sc->ctx_.get(), cert_store); in AddCRL() 1098 X509_STORE_add_crl(cert_store, crl.get()); in AddCRL() [all …]
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_doit.c | 882 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx, BIO *bio, in PKCS7_dataVerify() argument 921 if (!X509_STORE_CTX_init(ctx, cert_store, x509, cert)) { in PKCS7_dataVerify()
|
/third_party/openssl/ssl/statem/ |
D | statem_lib.c | 937 chain_store = s->ctx->cert_store; in ssl_add_cert_chain()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ChangeLog | 1835 certificate store: ca_cert="cert_store://<name>", where <name> is
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ChangeLog | 1782 certificate store: ca_cert="cert_store://<name>", where <name> is
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V7.md | 1782 …s/node/commit/3f45cc19b0)] - **crypto**: Use reference count to manage cert_store (Adam Majer) [#9…
|
D | CHANGELOG_V4.md | 496 …s/node/commit/bf882fba35)] - **crypto**: Use reference count to manage cert_store (Adam Majer) [#9…
|
D | CHANGELOG_V6.md | 2620 …s/node/commit/8c6ecce743)] - **crypto**: Use reference count to manage cert_store (Adam Majer) [#9…
|