From f49c6e64ba05d3dce192d95eda199041f4c07f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 5 Mar 2023 00:15:29 +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. PR-URL: https://github.com/nodejs/node/pull/46953 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca --- 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 2b77a8ea5cb297..db21651c939abc 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -5775,7 +5775,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. @@ -5787,13 +5787,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