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 05f8772 commit adc152cCopy full SHA for adc152c
doc/api/tls.md
@@ -1724,6 +1724,9 @@ changes:
1724
verification fails. The method should return `undefined` if the `servername`
1725
and `cert` are verified.
1726
* `session` {Buffer} A `Buffer` instance, containing TLS session.
1727
+ * `requestOCSP` {boolean} If `true`, specifies that the OCSP status request
1728
+ extension will be added to the client hello and an `'OCSPResponse'` event
1729
+ will be emitted on the socket before establishing a secure communication
1730
* `minDHSize` {number} Minimum size of the DH parameter in bits to accept a
1731
TLS connection. When a server offers a DH parameter with a size less
1732
than `minDHSize`, the TLS connection is destroyed and an error is thrown.
0 commit comments