From: Rich Bowen
Date: Fri, 3 Apr 2026 19:38:29 +0000 (+0000)
Subject: Resolves bz69854 - Adds TLS1.3 to Table 4: Versions of the SSL protocol
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ef84ce33a9edca087c49606bf0afabd510e9f44;p=thirdparty%2Fapache%2Fhttpd.git
Resolves bz69854 - Adds TLS1.3 to Table 4: Versions of the SSL protocol
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932824 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/ssl/ssl_intro.xml b/docs/manual/ssl/ssl_intro.xml
index b6df87ca4c..952006ed06 100644
--- a/docs/manual/ssl/ssl_intro.xml
+++ b/docs/manual/ssl/ssl_intro.xml
@@ -415,6 +415,13 @@ establishing a protocol session.
Update of TLS 1.1 deprecating MD5 as hash, and adding incompatibility
to SSL so it will never negotiate the use of SSLv2. |
+ | TLS v1.3 |
+ Internet Standard (from IETF) [TLS13] |
+ Major revision of TLS 1.2 removing legacy cryptography, mandating
+ perfect forward secrecy, and redesigning the handshake protocol for
+ improved security and performance. |
+
@@ -665,6 +672,11 @@ href="http://www.netscape.com/eng/ssl3/draft302.txt"
The TLS Protocol Version 1.2
,
2008. See http://tools.ietf.org/html/rfc5246.
+
+[TLS13]
+The Transport Layer Security (TLS) Protocol Version 1.3
,
+2018. See https://tools.ietf.org/html/rfc8446.