]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Doxygen: Fix obsolete links to OpenSSL documentation
authorFrank Lichtenheld <frank@lichtenheld.com>
Wed, 9 Apr 2025 12:53:31 +0000 (14:53 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 9 Apr 2025 14:04:06 +0000 (16:04 +0200)
Change-Id: Iabef94b36bae16b2c8288b15b14d660ecb06842d
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>
contrib/OCSP_check/OCSP_check.sh
doc/doxygen/doc_key_generation.h

index e4fec83478ea78df3941bc8eb28cf8f1a2799346..ad1a420c8254a1f8ba22c00f3bb9e118a8031949 100644 (file)
@@ -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
index d32f9d89cfe0d3488cc0d9dfb19563ed2f7717af..91c7a5a3ca6ced643f042127235e3e23b4469965 100644 (file)
  * 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.