From: Rich Bowen Date: Fri, 3 Apr 2026 14:41:40 +0000 (+0000) Subject: Resolves bz64094 - note that `all` includes TLSv1.3 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7f47e6581c7d70512bf04c530aa6ab9725dec01c;p=thirdparty%2Fapache%2Fhttpd.git Resolves bz64094 - note that `all` includes TLSv1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932807 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index e56e2d9553..43f477eb72 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -685,7 +685,7 @@ The available (case-insensitive) protocols are:

This is a shortcut for ``+SSLv3 +TLSv1'' or - when using OpenSSL 1.0.1 and later - - ``+SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2'', respectively + ``+SSLv3 +TLSv1 +TLSv1.1 +TLSv1.2 +TLSv1.3'', respectively (except for OpenSSL versions compiled with the ``no-ssl3'' configuration option, where all does not include +SSLv3).