(expect_to_fail, next)
| 76 | // Test a client connection when a client has an |
| 77 | // 2048 bits minDHSize option |
| 78 | function 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 |
no test coverage detected