Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
requestOCSP
tls.connect
1 parent 68e33df commit 029e32fCopy full SHA for 029e32f
doc/api/tls.md
@@ -1761,6 +1761,9 @@ changes:
1761
verification fails. The method should return `undefined` if the `servername`
1762
and `cert` are verified.
1763
* `session` {Buffer} A `Buffer` instance, containing TLS session.
1764
+ * `requestOCSP` {boolean} If `true`, specifies that the OCSP status request
1765
+ extension will be added to the client hello and an `'OCSPResponse'` event
1766
+ will be emitted on the socket before establishing a secure communication.
1767
* `minDHSize` {number} Minimum size of the DH parameter in bits to accept a
1768
TLS connection. When a server offers a DH parameter with a size less
1769
than `minDHSize`, the TLS connection is destroyed and an error is thrown.
0 commit comments