You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An SSL cipher specification in <em>cipher-spec</em> is composed of 4 major
@@ -2428,7 +2428,7 @@ With OpenSSL 3.0 or later, if no engine is specified but the key or certificate
2428
2428
is specified using a <ahref="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>
2429
2429
then it is tried to load the key and certificate from an OpenSSL provider.
2430
2430
The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
2431
-
and it must support the <ahref="https://www.openssl.org/docs/man3.0/man7/provider-storemgmt.html">STORE method</a>
2431
+
and it must support the <ahref="https://docs.openssl.org/3.0/man7/provider-storemgmt/">STORE method</a>
2432
2432
for <ahref="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>.
2433
2433
</p>
2434
2434
</usage>
@@ -2940,7 +2940,7 @@ features are added to OpenSSL.</p>
2940
2940
depends on the OpenSSL version being used for <module>mod_ssl</module>
2941
2941
(at least version 1.0.2 is required). For a list of supported command
2942
2942
names, see the section <em>Supported configuration file commands</em> in the
2943
-
<ahref="http://www.openssl.org/docs/man1.0.2/ssl/SSL_CONF_cmd.html#SUPPORTED-CONFIGURATION-FILE-COMMANDS">SSL_CONF_cmd(3)</a> manual page for OpenSSL.</p>
2943
+
<ahref="https://docs.openssl.org/master/man3/SSL_CONF_cmd/#supported-configuration-file-commands">SSL_CONF_cmd(3)</a> manual page for OpenSSL.</p>
2944
2944
2945
2945
<p>Some of the <directive>SSLOpenSSLConfCmd</directive> commands can be used
0 commit comments