(n)
| 21 | const fixtures = require('../common/fixtures'); |
| 22 | |
| 23 | function loadPEM(n) { |
| 24 | return fixtures.readKey(`${n}.pem`); |
| 25 | } |
| 26 | |
| 27 | // OpenSSL 4.0 disables support for deprecated elliptic curves from RFC 8422 |
| 28 | // (including secp256k1) by default. |
no outgoing calls
no test coverage detected
searching dependent graphs…