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

Function testDHE1024

test/parallel/test-tls-client-mindhsize.js:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70// A client connection fails with an error when a client has an
71// 2048 bits minDHSize option and a server has 1024 bits dhparam
72function testDHE1024() {
73 test(1024, true, testDHE2048(false, null));
74}
75
76// Test a client connection when a client has an
77// 2048 bits minDHSize option

Callers 1

Calls 2

testDHE2048Function · 0.85
testFunction · 0.70

Tested by

no test coverage detected