From 6cc9306116cff2087beb3f326310f556799ac3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Mon, 13 Mar 2023 15:52:08 +0000 Subject: [PATCH] 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 --- doc/api/crypto.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 41f135fcbeef72..d432649e18c9a1 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5833,14 +5833,6 @@ See the [list of SSL OP Flags][] for details. SSL_OP_LEGACY_SERVER_CONNECT Allows initial connection to servers that do not support RI. - - SSL_OP_NETSCAPE_CA_DN_BUG - - - - SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - - SSL_OP_NO_COMPRESSION Instructs OpenSSL to disable support for SSL/TLS compression.