diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 560059a2312e47..c407667b5af380 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5791,7 +5791,7 @@ See the [list of SSL OP Flags][] for details. SSL_OP_ALL Applies multiple bug workarounds within OpenSSL. See - https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html + https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html for detail. @@ -5803,13 +5803,13 @@ See the [list of SSL OP Flags][] for details. SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See - https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. + https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html. SSL_OP_CIPHER_SERVER_PREFERENCE Attempts to use the server's preferences instead of the client's when selecting a cipher. Behavior depends on protocol version. See - https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. + https://www.openssl.org/docs/man3.0/man3/SSL_CTX_set_options.html. SSL_OP_CISCO_ANYCONNECT