Skip to content

Commit f49c6e6

Browse files
tniessendanielleadams
authored andcommittedApr 11, 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 ea7fb16 commit f49c6e6

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
@@ -5775,7 +5775,7 @@ See the [list of SSL OP Flags][] for details.
57755775
<tr>
57765776
<td><code>SSL_OP_ALL</code></td>
57775777
<td>Applies multiple bug workarounds within OpenSSL. See
5778-
<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>
5778+
<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>
57795779
for detail.</td>
57805780
</tr>
57815781
<tr>
@@ -5787,13 +5787,13 @@ See the [list of SSL OP Flags][] for details.
57875787
<td><code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code></td>
57885788
<td>Allows legacy insecure renegotiation between OpenSSL and unpatched
57895789
clients or servers. See
5790-
<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>
5790+
<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>
57915791
</tr>
57925792
<tr>
57935793
<td><code>SSL_OP_CIPHER_SERVER_PREFERENCE</code></td>
57945794
<td>Attempts to use the server's preferences instead of the client's when
57955795
selecting a cipher. Behavior depends on protocol version. See
5796-
<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>
5796+
<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>
57975797
</tr>
57985798
<tr>
57995799
<td><code>SSL_OP_CISCO_ANYCONNECT</code></td>

0 commit comments

Comments
 (0)