[Openvpn-devel,v1] Doxygen: Fix obsolete links to OpenSSL documentation

Message ID 20250409125336.5835-1-gert@greenie.muc.de
State New
Headers show
Series [Openvpn-devel,v1] Doxygen: Fix obsolete links to OpenSSL documentation | expand

Commit Message

Gert Doering April 9, 2025, 12:53 p.m. UTC
From: Frank Lichtenheld <frank@lichtenheld.com>

Change-Id: Iabef94b36bae16b2c8288b15b14d660ecb06842d
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
---

This change was reviewed on Gerrit and approved by at least one
developer. I request to merge it to master.

Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/937
This mail reflects revision 1 of this Change.

Acked-by according to Gerrit (reflected above):
Gert Doering <gert@greenie.muc.de>

Comments

Gert Doering April 9, 2025, 2:05 p.m. UTC | #1
Change looks good, old URLs are broken and new URLs lead to meaningful
content.  No code change, so nothing to test.

Mail-Archive.org is broken again (seems I get spamfiltered if I send
too many patches their way...) so referencing sf.net archive for this.

Your patch has been applied to the master branch.

commit d166fc91c06cfa5c29baed66a2b792db1424c481
Author: Frank Lichtenheld
Date:   Wed Apr 9 14:53:31 2025 +0200

     Doxygen: Fix obsolete links to OpenSSL documentation

     Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20250409125336.5835-1-gert@greenie.muc.de>
     URL: https://sourceforge.net/p/openvpn/mailman/message/59171340/
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/contrib/OCSP_check/OCSP_check.sh b/contrib/OCSP_check/OCSP_check.sh
index e4fec83..ad1a420 100644
--- a/contrib/OCSP_check/OCSP_check.sh
+++ b/contrib/OCSP_check/OCSP_check.sh
@@ -7,7 +7,7 @@ 
 # OCSP server using the -port option to "openssl ocsp".
 
 # Full documentation and examples:
-# http://www.openssl.org/docs/apps/ocsp.html
+# https://docs.openssl.org/master/man1/openssl-ocsp/#openssl-ocsp
 
 
 # Edit the following values to suit your needs
diff --git a/doc/doxygen/doc_key_generation.h b/doc/doxygen/doc_key_generation.h
index d32f9d8..91c7a5a 100644
--- a/doc/doxygen/doc_key_generation.h
+++ b/doc/doxygen/doc_key_generation.h
@@ -95,11 +95,11 @@ 
  * to supply cryptographically strong pseudo-random data.  The following links
  * contain more information on this subject:
  * - For OpenSSL's \c RAND_bytes() function:
- *   http://www.openssl.org/docs/crypto/RAND_bytes.html
+ *   https://docs.openssl.org/master/man3/RAND_bytes/#rand_bytes
  * - For OpenSSL's pseudo-random number generating system:
- *   http://www.openssl.org/docs/crypto/rand.html
+ *   https://docs.openssl.org/master/man7/RAND/#rand
  * - For OpenSSL's support for external crypto modules:
- *   http://www.openssl.org/docs/crypto/engine.html
+ *   https://docs.openssl.org/master/man7/provider/#provider
  *
  * In mbed TLS, the Havege random number generator is used. For details, see
  * the mbed TLS documentation.