| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1737,6 +1737,9 @@ changes: | |||
| 1737 | 1737 | verification fails. The method should return `undefined` if the `servername` | |
| 1738 | 1738 | and `cert` are verified. | |
| 1739 | 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. | ||
| 1740 | 1743 | * `minDHSize` {number} Minimum size of the DH parameter in bits to accept a | |
| 1741 | 1744 | TLS connection. When a server offers a DH parameter with a size less | |
| 1742 | 1745 | than `minDHSize`, the TLS connection is destroyed and an error is thrown. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments