File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1513,6 +1513,11 @@ Verifies the certificate `cert` is issued to `hostname`.
15131513Returns {Error} object, populating it with ` reason ` , ` host ` , and ` cert ` on
15141514failure. On success, returns {undefined}.
15151515
1516+ This function is intended to be used in combination with the
1517+ ` checkServerIdentity ` option that can be passed to [ ` tls.connect() ` ] [ ] and as
1518+ such operates on a [ certificate object] [ ] . For other purposes, consider using
1519+ [ ` x509.checkHost() ` ] [ ] instead.
1520+
15161521This function can be overwritten by providing an alternative function as the
15171522` options.checkServerIdentity ` option that is passed to ` tls.connect() ` . The
15181523overwriting function can call ` tls.checkServerIdentity() ` of course, to augment
@@ -2243,6 +2248,7 @@ added: v11.4.0
22432248[ `tls.createServer()` ] : #tlscreateserveroptions-secureconnectionlistener
22442249[ `tls.getCiphers()` ] : #tlsgetciphers
22452250[ `tls.rootCertificates` ] : #tlsrootcertificates
2251+ [ `x509.checkHost()` ] : crypto.md#x509checkhostname-options
22462252[ asn1.js ] : https://www.npmjs.com/package/asn1.js
22472253[ certificate object ] : #certificate-object
22482254[ cipher list format ] : https://www.openssl.org/docs/man1.1.1/man1/ciphers.html#CIPHER-LIST-FORMAT
You can’t perform that action at this time.
0 commit comments