blob: 677c5ebfd60f59be46a72a9e615fe63e571fa827 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
title: TLS
slug: Glossary/TLS
translation_of: Glossary/TLS
---
<p id="Summary">传输层安全性协议 (Transport Layer Security,缩写作TLS),它的前身是安全套接层(Secure Sockets Layer,缩写作SSL),是一个被应用程序用来在网络中安全通信的 {{Glossary("protocol")}} (通讯协议),防止电子邮件、网页、消息以及其他协议被篡改或是窃听。</p>
<p>所有现代浏览器都支持TLS协议, 它们都要求服务器提供一个有效的{{Glossary("Digital certificate", "digital certificate")}}(数字证书) 来确认身份以建立安全连接。如果客户端和服务器都能提供自己的数字证书,则它们可以互相认证。</p>
<h3 id="基本知识">基本知识</h3>
<ul>
<li><a href="/en-US/docs/Web/Security/Transport_Layer_Security">传输层安全性协议</a></li>
<li><a href="https://www.owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet" rel="external">OWASP: 传输层保护备忘单</a></li>
<li>维基百科上的{{Interwiki("wikipedia", "Transport Layer Security")}} </li>
</ul>
<h3 id="协议规范">协议规范</h3>
<ul>
<li><a href="https://tools.ietf.org/html/rfc5246" rel="external">RFC 5246</a> (传输层安全性协议, 版本:1.2)</li>
</ul>
|