Skip to content

Commit 6ddd8ef

Browse files
authoredMar 4, 2023
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 48f99e5 commit 6ddd8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎doc/api/crypto.md

+3-3
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)
Please sign in to comment.