MCPcopy Index your code
hub / github.com/nodejs/node / loadPEM

Function loadPEM

test/parallel/test-tls-ecdh-multiple.js:23–25  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

21const fixtures = require('../common/fixtures');
22
23function 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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…