Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-tls-multi-key.js44 eccCN: 'agent10.example.com', property
61 eccCN: 'agent10.example.com', property
95 eccCN: 'agent10.example.com', property
114 eccCN: 'agent10.example.com', property
133 eccCN: 'agent10.example.com', property
142 const eccCN = options.eccCN || 'agent2';
145 delete options.eccCN;
156 checkServerIdentity: (_, c) => assert.strictEqual(c.subject.CN, eccCN),
163 assert.strictEqual(ecdsa.getPeerCertificate().subject.CN, eccCN);