Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c310a32

Browse filesBrowse files
tniessentargos
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 <panva.ip@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 18f0398 commit c310a32
Copy full SHA for c310a32

File tree

Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-8
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
-8Lines changed: 0 additions & 8 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5833,14 +5833,6 @@ See the [list of SSL OP Flags][] for details.
58335833
<td><code>SSL_OP_LEGACY_SERVER_CONNECT</code></td>
58345834
<td>Allows initial connection to servers that do not support RI.</td>
58355835
</tr>
5836-
<tr>
5837-
<td><code>SSL_OP_NETSCAPE_CA_DN_BUG</code></td>
5838-
<td></td>
5839-
</tr>
5840-
<tr>
5841-
<td><code>SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG</code></td>
5842-
<td></td>
5843-
</tr>
58445836
<tr>
58455837
<td><code>SSL_OP_NO_COMPRESSION</code></td>
58465838
<td>Instructs OpenSSL to disable support for SSL/TLS compression.</td>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.