]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolves bz64094 - note that `all` includes TLSv1.3
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 14:41:40 +0000 (14:41 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 14:41:40 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932807 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index e56e2d955333a8279c9c07db00d30c29c4613c94..43f477eb7255602d0576144756e6f467034be48e 100644 (file)
@@ -685,7 +685,7 @@ The available (case-insensitive) <em>protocol</em>s are:</p>
     <p>
     This is a shortcut for ``<code>+SSLv3 +TLSv1</code>'' or
     - when using OpenSSL 1.0.1 and later -
-    ``<code>+SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2</code>'', respectively
+    ``<code>+SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2 +TLSv1.3</code>'', respectively
     (except for OpenSSL versions compiled with the ``no-ssl3'' configuration
     option, where <code>all</code> does not include <code>+SSLv3</code>).</p></li>
 </ul>