| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1620,7 +1620,7 @@ See the reference for other recommendations and details. | |||
| 1620 | 1620 | ||
| 1621 | 1621 | ## Crypto Constants | |
| 1622 | 1622 | ||
| 1623 | - The following constants exported by `crypto.constants` apply to various uses of | ||
| 1623 | + The following constants exported by `crypto.constants` apply to various uses of | ||
| 1624 | 1624 | the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. | |
| 1625 | 1625 | ||
| 1626 | 1626 | ### OpenSSL Options | |
@@ -1639,13 +1639,13 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL. | |||
| 1639 | 1639 | <tr> | |
| 1640 | 1640 | <td><code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code></td> | |
| 1641 | 1641 | <td>Allows legacy insecure renegotiation between OpenSSL and unpatched | |
| 1642 | - clients or servers. See | ||
| 1642 | + clients or servers. See | ||
| 1643 | 1643 | https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.</td> | |
| 1644 | 1644 | </tr> | |
| 1645 | 1645 | <tr> | |
| 1646 | 1646 | <td><code>SSL_OP_CIPHER_SERVER_PREFERENCE</code></td> | |
| 1647 | 1647 | <td>Uses the server's preferences instead of the clients when selecting a | |
| 1648 | - cipher. See | ||
| 1648 | + cipher. See | ||
| 1649 | 1649 | https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.</td> | |
| 1650 | 1650 | </tr> | |
| 1651 | 1651 | <tr> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -765,7 +765,7 @@ A factory function, which returns a new [`net.Socket`][] and automatically | |||
| 765 | 765 | connects with the supplied `options`. | |
| 766 | 766 | ||
| 767 | 767 | The options are passed to both the [`net.Socket`][] constructor and the | |
| 768 | - [`socket.connect`][] method. | ||
| 768 | + [`socket.connect`][] method. | ||
| 769 | 769 | ||
| 770 | 770 | Passing `timeout` as an option will call [`socket.setTimeout()`][] after the socket is created, but before it is connecting. | |
| 771 | 771 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -101,7 +101,7 @@ For example: | |||
| 101 | 101 | added: v1.0.0 | |
| 102 | 102 | --> | |
| 103 | 103 | ||
| 104 | - The `v8.setFlagsFromString()` method can be used to programmatically set | ||
| 104 | + The `v8.setFlagsFromString()` method can be used to programmatically set | ||
| 105 | 105 | V8 command line flags. This method should be used with care. Changing settings | |
| 106 | 106 | after the VM has started may result in unpredictable behavior, including | |
| 107 | 107 | crashes and data loss; or it may simply do nothing. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments