(n)
| 70 | } |
| 71 | |
| 72 | function loadDHParam(n) { |
| 73 | const keyname = `dh${n}.pem`; |
| 74 | return fixtures.readKey(keyname); |
| 75 | } |
| 76 | |
| 77 | function test(dhparam, keylen, expectedCipher) { |
| 78 | const options = { |
no outgoing calls
no test coverage detected
searching dependent graphs…