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 553fd5b

Browse filesBrowse files
tniessentargos
authored andcommitted
doc: fix links to SSL_CTX_set_options
The old 1.0.2 docs do not exist anymore; link to the same file for OpenSSL 3.0 instead. PR-URL: #46953 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 282bf29 commit 553fd5b
Copy full SHA for 553fd5b

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -5791,7 +5791,7 @@ See the [list of SSL OP Flags][] for details.
57915791
<tr>
57925792
<td><code>SSL_OP_ALL</code></td>
57935793
<td>Applies multiple bug workarounds within OpenSSL. See
5794-
<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>
5794+
<a href="https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html">https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html</a>
57955795
for detail.</td>
57965796
</tr>
57975797
<tr>
@@ -5803,13 +5803,13 @@ See the [list of SSL OP Flags][] for details.
58035803
<td><code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code></td>
58045804
<td>Allows legacy insecure renegotiation between OpenSSL and unpatched
58055805
clients or servers. See
5806-
<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>
5806+
<a href="https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html">https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html</a>.</td>
58075807
</tr>
58085808
<tr>
58095809
<td><code>SSL_OP_CIPHER_SERVER_PREFERENCE</code></td>
58105810
<td>Attempts to use the server's preferences instead of the client's when
58115811
selecting a cipher. Behavior depends on protocol version. See
5812-
<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>
5812+
<a href="https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html">https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html</a>.</td>
58135813
</tr>
58145814
<tr>
58155815
<td><code>SSL_OP_CISCO_ANYCONNECT</code></td>

0 commit comments

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