Skip to content

Commit e435199

Browse files
tniessendanielleadams
authored andcommitted
doc: remove remaining SSL_OP_NETSCAPE_*_BUG
I missed these two in db81af6 because I went by OpenSSL's list of obsolete flags, which turned out to be incomplete. See openssl/openssl#20443. Refs: #46954 Refs: openssl/openssl#20443 PR-URL: #47066 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
1 parent 8398f9f commit e435199

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

doc/api/crypto.md

-8
Original file line numberDiff line numberDiff line change
@@ -5817,14 +5817,6 @@ See the [list of SSL OP Flags][] for details.
58175817
<td><code>SSL_OP_LEGACY_SERVER_CONNECT</code></td>
58185818
<td>Allows initial connection to servers that do not support RI.</td>
58195819
</tr>
5820-
<tr>
5821-
<td><code>SSL_OP_NETSCAPE_CA_DN_BUG</code></td>
5822-
<td></td>
5823-
</tr>
5824-
<tr>
5825-
<td><code>SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG</code></td>
5826-
<td></td>
5827-
</tr>
58285820
<tr>
58295821
<td><code>SSL_OP_NO_COMPRESSION</code></td>
58305822
<td>Instructs OpenSSL to disable support for SSL/TLS compression.</td>

0 commit comments

Comments
 (0)