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

Function testDHE3072

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

Source from the content-addressed store, hash-verified

82// A client connection successes when a client has an
83// 3072 bits minDHSize option and a server has 3072 bits dhparam
84function testDHE3072() {
85 test(3072, false, null);
86}
87
88if (!process.features.openssl_is_boringssl) {
89 if (hasOpenSSL(4, 0)) {

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected