summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2023-03-13 18:49:39 +0100
committerMichaël Zasso <targos@protonmail.com>2023-03-14 08:15:18 +0100
commitc310a3285708ef147fe92d89ae82a8216ee91de1 (patch)
treee52b0b41e94cca31136b5d07d110ba1c0fec0971
parent18f03982423712dae1a049f3912890bd4cd8470f (diff)
downloadnode-new-c310a3285708ef147fe92d89ae82a8216ee91de1.tar.gz
doc: remove remaining SSL_OP_NETSCAPE_*_BUG
I missed these two in db81af61ce0d55c052723e30ac7f6b7ad60f70c3 because I went by OpenSSL's list of obsolete flags, which turned out to be incomplete. See https://github.com/openssl/openssl/pull/20443. Refs: https://github.com/nodejs/node/pull/46954 Refs: https://github.com/openssl/openssl/pull/20443 PR-URL: https://github.com/nodejs/node/pull/47066 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
-rw-r--r--doc/api/crypto.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 768d7e9725..29000bcbcc 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -5834,14 +5834,6 @@ See the [list of SSL OP Flags][] for details.
<td>Allows initial connection to servers that do not support RI.</td>
</tr>
<tr>
- <td><code>SSL_OP_NETSCAPE_CA_DN_BUG</code></td>
- <td></td>
- </tr>
- <tr>
- <td><code>SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG</code></td>
- <td></td>
- </tr>
- <tr>
<td><code>SSL_OP_NO_COMPRESSION</code></td>
<td>Instructs OpenSSL to disable support for SSL/TLS compression.</td>
</tr>