File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
# OCSP server using the -port option to "openssl ocsp".
8
8
9
9
# Full documentation and examples:
10
- # http ://www .openssl.org/docs/apps/ ocsp.html
10
+ # https ://docs .openssl.org/master/man1/openssl- ocsp/#openssl-ocsp
11
11
12
12
13
13
# Edit the following values to suit your needs
Original file line number Diff line number Diff line change 95
95
* to supply cryptographically strong pseudo-random data. The following links
96
96
* contain more information on this subject:
97
97
* - 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
99
99
* - 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
101
101
* - 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
103
103
*
104
104
* In mbed TLS, the Havege random number generator is used. For details, see
105
105
* the mbed TLS documentation.
You can’t perform that action at this time.
0 commit comments