MCPcopy Index your code
hub / github.com/nodejs/node / getDefaultCiphers

Function getDefaultCiphers

lib/internal/tls/secure-context.js:53–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53function getDefaultCiphers() {
54 // We do it this way because DEFAULT_CIPHERS can be
55 // changed by users, so we need to grab the current
56 // value, but we want the evaluation to be lazy.
57 return require('tls').DEFAULT_CIPHERS;
58}
59
60function addCACerts(context, certs, name) {
61 ArrayPrototypeForEach(certs, (cert) => {

Callers 2

processCiphersFunction · 0.85
configSecureContextFunction · 0.85

Calls 1

requireFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…