MCPcopy Create free account
hub / github.com/nodejs/node / testDHE2048

Function testDHE2048

test/parallel/test-tls-client-mindhsize.js:78–80  ·  view source on GitHub ↗
(expect_to_fail, next)

Source from the content-addressed store, hash-verified

76// Test a client connection when a client has an
77// 2048 bits minDHSize option
78function testDHE2048(expect_to_fail, next) {
79 test(2048, expect_to_fail, next);
80}
81
82// A client connection successes when a client has an
83// 3072 bits minDHSize option and a server has 3072 bits dhparam

Callers 2

testDHE1024Function · 0.85

Calls 1

testFunction · 0.70

Tested by

no test coverage detected