Commit f49c6e6 authored and committed Apr 11, 2023
1 parent ea7fb16 commit f49c6e6 Copy full SHA for f49c6e6
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5775,7 +5775,7 @@ See the [list of SSL OP Flags][] for details.
5775
5775
<tr >
5776
5776
<td><code>SSL_OP_ALL</code></td>
5777
5777
<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>
5779
5779
for detail.</td>
5780
5780
</tr >
5781
5781
<tr >
@@ -5787,13 +5787,13 @@ See the [list of SSL OP Flags][] for details.
5787
5787
<td><code>SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION</code></td>
5788
5788
<td>Allows legacy insecure renegotiation between OpenSSL and unpatched
5789
5789
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>
5791
5791
</tr >
5792
5792
<tr >
5793
5793
<td><code>SSL_OP_CIPHER_SERVER_PREFERENCE</code></td>
5794
5794
<td>Attempts to use the server's preferences instead of the client's when
5795
5795
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>
5797
5797
</tr >
5798
5798
<tr >
5799
5799
<td><code>SSL_OP_CISCO_ANYCONNECT</code></td>
You can’t perform that action at this time.
0 commit comments