Home
last modified time | relevance | path

Searched refs:certString (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-tls-translate-peer-certificate.js11 const certString = '__proto__=42\nA=1\nB=2\nC=3'; constant
30 deepStrictEqual(translatePeerCertificate({ issuer: certString }),
37 deepStrictEqual(translatePeerCertificate({ subject: certString }),
45 translatePeerCertificate({ issuerCertificate: { subject: certString } }),