Searched refs:NewRootCertStore (Results 1 – 4 of 4) sorted by relevance
16 TEST(NodeCrypto, NewRootCertStore) { in TEST() argument18 X509_STORE* store = node::crypto::NewRootCertStore(); in TEST()
58 static X509_STORE* store = NewRootCertStore(); in GetOrCreateRootCertStore()199 X509_STORE* NewRootCertStore() { in NewRootCertStore() function719 cert_store = NewRootCertStore(); in SetCACert()753 cert_store = NewRootCertStore(); in SetCRL()1068 cert_store = NewRootCertStore(); in LoadPKCS12()
25 X509_STORE* NewRootCertStore();
1848 …dejs/node/commit/6a7a61be7c)] - **src**: mark/pop OpenSSL errors in NewRootCertStore (Daniel Beven…