Skip to content

Commit dbd0742

Browse files
committed
Resolves bz69854 - Adds TLS1.3 to Table 4: Versions of the SSL protocol
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1932823 13f79535-47bb-0310-9956-ffa450edef68
1 parent d6684ef commit dbd0742

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/manual/ssl/ssl_intro.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,13 @@ establishing a protocol session.</p>
415415
<td>Update of TLS 1.1 deprecating MD5 as hash, and adding incompatibility
416416
to SSL so it will never negotiate the use of SSLv2.</td>
417417
</tr>
418+
<tr><td>TLS v1.3</td>
419+
<td>Internet Standard (from IETF) [<a href="#TLS13"
420+
>TLS13</a>]</td>
421+
<td>Major revision of TLS 1.2 removing legacy cryptography, mandating
422+
perfect forward secrecy, and redesigning the handshake protocol for
423+
improved security and performance.</td>
424+
</tr>
418425
</table>
419426
</section>
420427

@@ -665,6 +672,11 @@ href="http://www.netscape.com/eng/ssl3/draft302.txt"
665672
<dd><q>The TLS Protocol Version 1.2</q>,
666673
2008. See <a href="http://tools.ietf.org/html/rfc5246"
667674
>http://tools.ietf.org/html/rfc5246</a>.</dd>
675+
676+
<dt><a id="TLS13" name="TLS13">[TLS13]</a></dt>
677+
<dd><q>The Transport Layer Security (TLS) Protocol Version 1.3</q>,
678+
2018. See <a href="https://tools.ietf.org/html/rfc8446"
679+
>https://tools.ietf.org/html/rfc8446</a>.</dd>
668680
</dl>
669681
</section>
670682
<!-- /references -->

0 commit comments

Comments
 (0)