Home
last modified time | relevance | path

Searched refs:addCACert (Results 1 - 4 of 4) sorted by relevance

/third_party/node/test/internet/
H A Dtest-tls-add-ca-cert.js47 // Explicit calls to addCACert() add to the default well-known roots, instead
49 opts.secureContext.context.addCACert(caCert);
/third_party/node/test/parallel/
H A Dtest-tls-addca.js15 contextWithCert.context.addCACert(keys.agent1.ca);
/third_party/node/lib/internal/tls/
H A Dsecure-context.js63 context.addCACert(cert);
/third_party/node/src/quic/
H A Dtlscontext.cc161 const auto addCACert = [&](uv_buf_t ca) { in InitializeSecureContext() local
176 if (!addCACert(ca)) { in InitializeSecureContext()

Completed in 3 milliseconds