Home
last modified time | relevance | path

Searched refs:NewRootCertStore (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/cctest/
Dtest_node_crypto.cc16 TEST(NodeCrypto, NewRootCertStore) { in TEST() argument
18 X509_STORE* store = node::crypto::NewRootCertStore(); in TEST()
/third_party/node/src/crypto/
Dcrypto_context.cc58 static X509_STORE* store = NewRootCertStore(); in GetOrCreateRootCertStore()
199 X509_STORE* NewRootCertStore() { in NewRootCertStore() function
719 cert_store = NewRootCertStore(); in SetCACert()
753 cert_store = NewRootCertStore(); in SetCRL()
1068 cert_store = NewRootCertStore(); in LoadPKCS12()
Dcrypto_context.h25 X509_STORE* NewRootCertStore();
/third_party/node/doc/changelogs/
DCHANGELOG_V15.md1848 …dejs/node/commit/6a7a61be7c)] - **src**: mark/pop OpenSSL errors in NewRootCertStore (Daniel Beven…