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