summaryrefslogtreecommitdiff
path: root/doc/api/crypto.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-06-19 22:14:31 -0700
committerRich Trott <rtrott@gmail.com>2018-07-06 08:39:40 -0700
commitdd023df135207086c86129aa1683ea4688f97f53 (patch)
tree41b7a9d82595a6859dd8aef2c35362a9f06bcdcd /doc/api/crypto.md
parent0ef04b813346a7eeccdac2830346708488528076 (diff)
downloadandroid-node-v8-dd023df135207086c86129aa1683ea4688f97f53.tar.gz
android-node-v8-dd023df135207086c86129aa1683ea4688f97f53.tar.bz2
android-node-v8-dd023df135207086c86129aa1683ea4688f97f53.zip
doc: add links to inline HTML table
Links in crypto.md table have been autolinking, but correct Markdown processing will not autolink in block elements like tables. Upcoming marked 0.4.0 will not autolink in this instance, so add the links as anchor elements. PR-URL: https://github.com/nodejs/node/pull/21678 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/crypto.md')
-rw-r--r--doc/api/crypto.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index e3d069e101..ab33ff3a57 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2409,7 +2409,7 @@ The following constants exported by `crypto.constants` apply to various uses of
the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
### OpenSSL Options
-
+<!--lint disable maximum-line-length-->
<table>
<tr>
<th>Constant</th>
@@ -2418,20 +2418,20 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
<tr>
<td><code>SSL_OP_ALL</code></td>
<td>Applies multiple bug workarounds within OpenSSL. See
- https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for
- detail.</td>
+ <a href="https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html">https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html</a>
+ for detail.</td>
</tr>
<tr>
<td><code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code></td>
<td>Allows legacy insecure renegotiation between OpenSSL and unpatched
clients or servers. See
- https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.</td>
+ <a href="https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html">https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html</a>.</td>
</tr>
<tr>
<td><code>SSL_OP_CIPHER_SERVER_PREFERENCE</code></td>
<td>Attempts to use the server's preferences instead of the client's when
selecting a cipher. Behavior depends on protocol version. See
- https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html.</td>
+ <a href="https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html">https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html</a>.</td>
</tr>
<tr>
<td><code>SSL_OP_CISCO_ANYCONNECT</code></td>
@@ -2565,6 +2565,7 @@ the `crypto`, `tls`, and `https` modules and are generally specific to OpenSSL.
</table>
### OpenSSL Engine Constants
+<!--lint enable maximum-line-length remark-lint-->
<table>
<tr>