]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add TLS1.3 to ssl_intro
authorRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 19:39:54 +0000 (19:39 +0000)
committerRich Bowen <rbowen@apache.org>
Fri, 3 Apr 2026 19:39:54 +0000 (19:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932825 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/ssl/ssl_intro.html.en.utf8
docs/manual/ssl/ssl_intro.html.fr.utf8
docs/manual/ssl/ssl_intro.xml.fr
docs/manual/ssl/ssl_intro.xml.ja
docs/manual/ssl/ssl_intro.xml.meta

index 66ef3931c3705800502fa3180023c20d16aaf10c..8709b5e3a4a40b660ab68702adb4342c386380d6 100644 (file)
@@ -408,6 +408,12 @@ establishing a protocol session.</p>
         <td>Update of TLS 1.1 deprecating MD5 as hash, and adding incompatibility
         to SSL so it will never negotiate the use of SSLv2.</td>
     </tr>
+    <tr><td>TLS v1.3</td>
+        <td>Internet Standard (from IETF) [<a href="#TLS13">TLS13</a>]</td>
+        <td>Major revision of TLS 1.2 removing legacy cryptography, mandating
+        perfect forward secrecy, and redesigning the handshake protocol for
+        improved security and performance.</td>
+    </tr>
     </table>
 
 
@@ -639,6 +645,10 @@ Version 3.0</q>, 1996. See <a href="http://www.netscape.com/eng/ssl3/draft302.tx
 <dt><a id="TLS12" name="TLS12">[TLS12]</a></dt>
 <dd><q>The TLS Protocol Version 1.2</q>,
 2008. See <a href="http://tools.ietf.org/html/rfc5246">http://tools.ietf.org/html/rfc5246</a>.</dd>
+
+<dt><a id="TLS13" name="TLS13">[TLS13]</a></dt>
+<dd><q>The Transport Layer Security (TLS) Protocol Version 1.3</q>,
+2018. See <a href="https://tools.ietf.org/html/rfc8446">https://tools.ietf.org/html/rfc8446</a>.</dd>
 </dl>
 </div></div>
 <div class="bottomlang">
index 31070a5833b603bbe157aa04b28beb7263aec3ae..5eb2ecda31b2416c797ca75bf6f9033e49f60901 100644 (file)
@@ -27,6 +27,8 @@
 <a href="../fr/ssl/ssl_intro.html" title="Français">&nbsp;fr&nbsp;</a> |
 <a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
+<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
+            anglaise pour les changements récents.</div>
 
 
 <p>Ce chapitre en guise d'introduction est destiné aux lecteurs pour lesquels
index 79fb1f68cd9b1f75d2fcffb6f6de7173494af5e1..dbdf22ff450f070c767524385d3c068ad1332867 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1780210 -->
+<!-- English Revision: 1780210:1932824 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 428e9b6a1df3ca8d52017dc5a4c86508d6cbdf8b..adf2cf4b577f4e4dc9189df7f1676dfa55950fda 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 659902:1780210 (outdated) -->
+<!-- English Revision: 659902:1932824 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 0b07b4b091cb1a24bcad3c44fa917afb3692e4c6..d48cebe39b85d52efa112994b111d0e6993ce89d 100644 (file)
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>