Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-tls-pfx-authorizationerror.js44 assert.strictEqual(client.getCertificate().serialNumber,
Dtest-tls-peer-certificate-multi-keys.js41 const cert = socket.getCertificate();
Dtest-tls-peer-certificate.js46 const localCert = socket.getCertificate();
/third_party/node/lib/
D_tls_wrap.js281 ctx.getCertificate(),
1066 TLSSocket.prototype.getCertificate = function() { method in TLSSocket
1070 this._handle.getCertificate()) || {};
/third_party/node/doc/api/
Dtls.md1083 ### `tlsSocket.getCertificate()`
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1294 …com/nodejs/node/commit/c3409f57fd)] - **tls**: do not free cert in `.getCertificate()` (Anna Henni…