| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 59c26a2 commit 3cb74d7
5 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -830,7 +830,7 @@ warning will be written to stderr instead. | |||
| 830 | 830 | ||
| 831 | 831 | The `file` name may be an absolute path. If it is not, the default directory it | |
| 832 | 832 | will be written to is controlled by the | |
| 833 | - [`--diagnostic-dir`]() command-line option. | ||
| 833 | + [`--diagnostic-dir`][] command-line option. | ||
| 834 | 834 | ||
| 835 | 835 | ### `--report-compact` | |
| 836 | 836 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5637,6 +5637,7 @@ See the [list of SSL OP Flags][] for details. | |||
| 5637 | 5637 | <td><code>SSL_OP_NO_TLSv1_3</code></td> | |
| 5638 | 5638 | <td>Instructs OpenSSL to turn off TLS v1.3</td> | |
| 5639 | 5639 | </tr> | |
| 5640 | + <tr> | ||
| 5640 | 5641 | <td><code>SSL_OP_PKCS1_CHECK_1</code></td> | |
| 5641 | 5642 | <td></td> | |
| 5642 | 5643 | </tr> | |
@@ -5662,6 +5663,7 @@ See the [list of SSL OP Flags][] for details. | |||
| 5662 | 5663 | <td>Instructs OpenSSL to always create a new key when using | |
| 5663 | 5664 | temporary/ephemeral ECDH parameters.</td> | |
| 5664 | 5665 | </tr> | |
| 5666 | + <tr> | ||
| 5665 | 5667 | <td><code>SSL_OP_SSLEAY_080_CLIENT_DH_BUG</code></td> | |
| 5666 | 5668 | <td></td> | |
| 5667 | 5669 | </tr> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -338,7 +338,7 @@ records. The type and structure of individual results varies based on `rrtype`: | |||
| 338 | 338 | | `'TXT'` | text records | {string\[]} | [`dns.resolveTxt()`][] | | |
| 339 | 339 | ||
| 340 | 340 | On error, `err` is an [`Error`][] object, where `err.code` is one of the | |
| 341 | - [DNS error codes](). | ||
| 341 | + [DNS error codes][]. | ||
| 342 | 342 | ||
| 343 | 343 | ## `dns.resolve4(hostname[, options], callback)` | |
| 344 | 344 | ||
@@ -942,7 +942,7 @@ based on `rrtype`: | |||
| 942 | 942 | | `'TXT'` | text records | {string\[]} | [`dnsPromises.resolveTxt()`][] | | |
| 943 | 943 | ||
| 944 | 944 | On error, the `Promise` is rejected with an [`Error`][] object, where `err.code` | |
| 945 | - is one of the [DNS error codes](). | ||
| 945 | + is one of the [DNS error codes][]. | ||
| 946 | 946 | ||
| 947 | 947 | ### `dnsPromises.resolve4(hostname[, options])` | |
| 948 | 948 | ||
@@ -1210,7 +1210,7 @@ Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an | |||
| 1210 | 1210 | array of host names. | |
| 1211 | 1211 | ||
| 1212 | 1212 | On error, the `Promise` is rejected with an [`Error`][] object, where `err.code` | |
| 1213 | - is one of the [DNS error codes](). | ||
| 1213 | + is one of the [DNS error codes][]. | ||
| 1214 | 1214 | ||
| 1215 | 1215 | ### `dnsPromises.setDefaultResultOrder(order)` | |
| 1216 | 1216 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -952,7 +952,7 @@ The following error constants are exported by `os.constants.errno`. | |||
| 952 | 952 | </tr> | |
| 953 | 953 | <tr> | |
| 954 | 954 | <td><code>EXDEV</code></td> | |
| 955 | - <td>Indicates an improper link. | ||
| 955 | + <td>Indicates an improper link.</td> | ||
| 956 | 956 | </tr> | |
| 957 | 957 | </table> | |
| 958 | 958 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -459,7 +459,7 @@ The `'secure'` event is emitted by the `SecurePair` object once a secure | |||
| 459 | 459 | connection has been established. | |
| 460 | 460 | ||
| 461 | 461 | As with checking for the server | |
| 462 | - [`'secureConnection'`]() | ||
| 462 | + [`'secureConnection'`][] | ||
| 463 | 463 | event, `pair.cleartext.authorized` should be inspected to confirm whether the | |
| 464 | 464 | certificate used is properly authorized. | |
| 465 | 465 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments