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
@@ -988,7 +988,7 @@ With OpenSSL 3.0 or later, if no engine is specified but the key or certificate
988
988
is specified using a <ahref="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>
989
989
then it is tried to load the key and certificate from an OpenSSL provider.
990
990
The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
991
-
and it must support the <ahref="https://www.openssl.org/docs/man3.0/man7/provider-storemgmt.html">STORE method</a>
991
+
and it must support the <ahref="https://docs.openssl.org/3.0/man7/provider-storemgmt/">STORE method</a>
992
992
for <ahref="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>.
993
993
</p>
994
994
@@ -1290,7 +1290,7 @@ features are added to OpenSSL.</p>
1290
1290
depends on the OpenSSL version being used for <codeclass="module"><ahref="../mod/mod_ssl.html">mod_ssl</a></code>
1291
1291
(at least version 1.0.2 is required). For a list of supported command
1292
1292
names, see the section <em>Supported configuration file commands</em> in the
1293
-
<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>
1293
+
<ahref="https://docs.openssl.org/master/man3/SSL_CONF_cmd/#supported-configuration-file-commands">SSL_CONF_cmd(3)</a> manual page for OpenSSL.</p>
1294
1294
1295
1295
<p>Some of the <codeclass="directive">SSLOpenSSLConfCmd</code> commands can be used
0 commit comments