()
| 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 |
| 72 | function 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 |
no test coverage detected