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

Function testCustomParam

test/parallel/test-tls-dhe.js:106–110  ·  view source on GitHub ↗
(keylen, expectedCipher)

Source from the content-addressed store, hash-verified

104}
105
106function testCustomParam(keylen, expectedCipher) {
107 const dhparam = loadDHParam(keylen);
108 if (keylen === 'error') keylen = null;
109 return test(dhparam, keylen, expectedCipher);
110}
111
112(async () => {
113 // By default, DHE is disabled while ECDHE is enabled. OpenSSL 4.0

Callers 1

test-tls-dhe.jsFile · 0.85

Calls 2

loadDHParamFunction · 0.70
testFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…