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 @@ -1525,6 +1525,11 @@ Verifies the certificate `cert` is issued to `hostname`.
15251525Returns {Error} object, populating it with ` reason ` , ` host ` , and ` cert ` on
15261526failure. On success, returns {undefined}.
15271527
1528+ This function is intended to be used in combination with the
1529+ ` checkServerIdentity ` option that can be passed to [ ` tls.connect() ` ] [ ] and as
1530+ such operates on a [ certificate object] [ ] . For other purposes, consider using
1531+ [ ` x509.checkHost() ` ] [ ] instead.
1532+
15281533This function can be overwritten by providing an alternative function as the
15291534` options.checkServerIdentity ` option that is passed to ` tls.connect() ` . The
15301535overwriting function can call ` tls.checkServerIdentity() ` of course, to augment
@@ -2257,6 +2262,7 @@ added: v11.4.0
22572262[ `tls.createServer()` ] : #tlscreateserveroptions-secureconnectionlistener
22582263[ `tls.getCiphers()` ] : #tlsgetciphers
22592264[ `tls.rootCertificates` ] : #tlsrootcertificates
2265+ [ `x509.checkHost()` ] : crypto.md##x509checkhostname-options
22602266[ asn1.js ] : https://www.npmjs.com/package/asn1.js
22612267[ certificate object ] : #certificate-object
22622268[ 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