Skip to content

Commit d166fc9

Browse files
flichtenheldcron2
authored andcommitted
Doxygen: Fix obsolete links to OpenSSL documentation
Change-Id: Iabef94b36bae16b2c8288b15b14d660ecb06842d Signed-off-by: Frank Lichtenheld <[email protected]> Acked-by: Gert Doering <[email protected]> Message-Id: <[email protected]> URL: https://sourceforge.net/p/openvpn/mailman/message/59171340/ Signed-off-by: Gert Doering <[email protected]>
1 parent 5b7a1bc commit d166fc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/OCSP_check/OCSP_check.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# OCSP server using the -port option to "openssl ocsp".
88

99
# Full documentation and examples:
10-
# http://www.openssl.org/docs/apps/ocsp.html
10+
# https://docs.openssl.org/master/man1/openssl-ocsp/#openssl-ocsp
1111

1212

1313
# Edit the following values to suit your needs

doc/doxygen/doc_key_generation.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
* to supply cryptographically strong pseudo-random data. The following links
9696
* contain more information on this subject:
9797
* - For OpenSSL's \c RAND_bytes() function:
98-
* http://www.openssl.org/docs/crypto/RAND_bytes.html
98+
* https://docs.openssl.org/master/man3/RAND_bytes/#rand_bytes
9999
* - For OpenSSL's pseudo-random number generating system:
100-
* http://www.openssl.org/docs/crypto/rand.html
100+
* https://docs.openssl.org/master/man7/RAND/#rand
101101
* - For OpenSSL's support for external crypto modules:
102-
* http://www.openssl.org/docs/crypto/engine.html
102+
* https://docs.openssl.org/master/man7/provider/#provider
103103
*
104104
* In mbed TLS, the Havege random number generator is used. For details, see
105105
* the mbed TLS documentation.

0 commit comments

Comments
 (0)