Skip to content

Commit f542420

Browse files
committed
Add TLS1.3 to ssl_intro
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1932826 13f79535-47bb-0310-9956-ffa450edef68
1 parent dbd0742 commit f542420

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

docs/manual/ssl/ssl_intro.html.en

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,12 @@ establishing a protocol session.</p>
408408
<td>Update of TLS 1.1 deprecating MD5 as hash, and adding incompatibility
409409
to SSL so it will never negotiate the use of SSLv2.</td>
410410
</tr>
411+
<tr><td>TLS v1.3</td>
412+
<td>Internet Standard (from IETF) [<a href="#TLS13">TLS13</a>]</td>
413+
<td>Major revision of TLS 1.2 removing legacy cryptography, mandating
414+
perfect forward secrecy, and redesigning the handshake protocol for
415+
improved security and performance.</td>
416+
</tr>
411417
</table>
412418

413419

@@ -639,6 +645,10 @@ Version 3.0</q>, 1996. See <a href="http://www.netscape.com/eng/ssl3/draft302.tx
639645
<dt><a id="TLS12" name="TLS12">[TLS12]</a></dt>
640646
<dd><q>The TLS Protocol Version 1.2</q>,
641647
2008. See <a href="http://tools.ietf.org/html/rfc5246">http://tools.ietf.org/html/rfc5246</a>.</dd>
648+
649+
<dt><a id="TLS13" name="TLS13">[TLS13]</a></dt>
650+
<dd><q>The Transport Layer Security (TLS) Protocol Version 1.3</q>,
651+
2018. See <a href="https://tools.ietf.org/html/rfc8446">https://tools.ietf.org/html/rfc8446</a>.</dd>
642652
</dl>
643653
</div></div>
644654
<div class="bottomlang">

docs/manual/ssl/ssl_intro.html.fr.utf8

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
<a href="../fr/ssl/ssl_intro.html" title="Français">&nbsp;fr&nbsp;</a> |
2828
<a href="../ja/ssl/ssl_intro.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
2929
</div>
30+
<div class="outofdate">Cette traduction peut être périmée. Vérifiez la version
31+
anglaise pour les changements récents.</div>
3032

3133

3234
<p>Ce chapitre en guise d'introduction est destiné aux lecteurs pour lesquels

docs/manual/ssl/ssl_intro.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 manualpage SYSTEM "../style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
4-
<!-- English Revision: 1780218 -->
4+
<!-- English Revision: 1780218:1932823 (outdated) -->
55
<!-- French translation : Lucien GENTIS -->
66
<!-- Reviewed by : Vincent Deffontaines -->
77

docs/manual/ssl/ssl_intro.xml.ja

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 manualpage SYSTEM "../style/manualpage.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
4-
<!-- English Revision: 659902:1780218 (outdated) -->
4+
<!-- English Revision: 659902:1932823 (outdated) -->
55

66
<!--
77
Licensed to the Apache Software Foundation (ASF) under one or more

docs/manual/ssl/ssl_intro.xml.meta

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

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

0 commit comments

Comments
 (0)