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 f505f81 commit 2e3337dCopy full SHA for 2e3337d
doc/api/tls.md
@@ -1737,6 +1737,9 @@ changes:
1737
verification fails. The method should return `undefined` if the `servername`
1738
and `cert` are verified.
1739
* `session` {Buffer} A `Buffer` instance, containing TLS session.
1740
+ * `requestOCSP` {boolean} If `true`, specifies that the OCSP status request
1741
+ extension will be added to the client hello and an `'OCSPResponse'` event
1742
+ will be emitted on the socket before establishing a secure communication.
1743
* `minDHSize` {number} Minimum size of the DH parameter in bits to accept a
1744
TLS connection. When a server offers a DH parameter with a size less
1745
than `minDHSize`, the TLS connection is destroyed and an error is thrown.
0 commit comments