From 6c5cb4746bfced862e31509348ebb4bd37ede4ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sat, 4 Mar 2023 21:32:32 +0100 Subject: [PATCH] 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. --- doc/api/crypto.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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