Skip to content

Commit fae6c79

Browse files
committed
Regenerate docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1925514 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2018de7 commit fae6c79

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/manual/mod/mod_ssl.html.en

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Layer (SSL) and Transport Layer Security (TLS) protocols</td></tr>
3939
<p>This module provides SSL v3 and TLS v1.x support for the Apache
4040
HTTP Server. SSL v2 is no longer supported.</p>
4141

42-
<p>This module relies on <a href="http://www.openssl.org/">OpenSSL</a>
42+
<p>This module relies on <a href="https://www.openssl.org/">OpenSSL</a>
4343
to provide the cryptography engine.</p>
4444

4545
<p>Further details, discussion, and examples are provided in the
@@ -791,7 +791,7 @@ Since TLSv1.3 does not offer renegotiations, specifying ciphers for it in
791791
a directory context is not allowed.</p>
792792
<p>
793793
For a list of TLSv1.3 cipher names, see
794-
<a href="https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_ciphersuites.html">the OpenSSL
794+
<a href="https://docs.openssl.org/master/man3/SSL_CTX_set_ciphersuites/">the OpenSSL
795795
documentation</a>.</p>
796796
<p>
797797
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
988988
is specified using a <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>
989989
then it is tried to load the key and certificate from an OpenSSL provider.
990990
The OpenSSL provider to use must be defined and configured in the OpenSSL config file,
991-
and it must support the <a href="https://www.openssl.org/docs/man3.0/man7/provider-storemgmt.html">STORE method</a>
991+
and it must support the <a href="https://docs.openssl.org/3.0/man7/provider-storemgmt/">STORE method</a>
992992
for <a href="https://tools.ietf.org/html/rfc7512">PKCS#11 URIs</a>.
993993
</p>
994994

@@ -1290,7 +1290,7 @@ features are added to OpenSSL.</p>
12901290
depends on the OpenSSL version being used for <code class="module"><a href="../mod/mod_ssl.html">mod_ssl</a></code>
12911291
(at least version 1.0.2 is required). For a list of supported command
12921292
names, see the section <em>Supported configuration file commands</em> in the
1293-
<a href="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+
<a href="https://docs.openssl.org/master/man3/SSL_CONF_cmd/#supported-configuration-file-commands">SSL_CONF_cmd(3)</a> manual page for OpenSSL.</p>
12941294

12951295
<p>Some of the <code class="directive">SSLOpenSSLConfCmd</code> commands can be used
12961296
as an alternative to existing directives (such as

docs/manual/mod/mod_ssl.xml.fr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1919123 -->
4+
<!-- English Revision: 1919123:1925513 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/mod/mod_ssl.xml.meta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
<variants>
1010
<variant>en</variant>
11-
<variant>fr</variant>
11+
<variant outdated="yes">fr</variant>
1212
</variants>
1313
</metafile>

0 commit comments

Comments
 (0)