欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
TLS
来自开放百科 - 灰狐
(版本间的差异)
小 (→开源项目) |
小 (→链接) |
||
第61行: | 第61行: | ||
*RFC 5469 DES and IDEA Cipher Suites for TLS | *RFC 5469 DES and IDEA Cipher Suites for TLS | ||
*[https://www.shodan.io/report/EvoSNCVF Shodan SSL Survey] | *[https://www.shodan.io/report/EvoSNCVF Shodan SSL Survey] | ||
+ | *[http://hardenedlinux.org/cryptography/2015/07/28/ssl-tls-deployment-1.4.html SSL/TLS部署最佳实践v1.4] | ||
[[category:TLS]] | [[category:TLS]] |
2017年2月10日 (五) 01:28的版本
您可以在Wikipedia上了解到此条目的英文信息 TLS Thanks, Wikipedia. |
Transport Layer Security (TLS) 和它的前任 Secure Sockets Layer (SSL)
安全套接层(Secure Sockets Layer,SSL)是网景公司(Netscape)在推出Web浏览器首版的同时,提出的协议。SSL采用公开密钥技术,保证两个应用间通信的保密性和可靠性,使客户与服务器应用之间的通信不被攻击者窃听。可在服务器和客户机两端同时实现支持,目前已成为互联网上保密通讯的工业标准,现行Web浏览器亦普遍将Http和SSL相结合,从而实现安全通信。此协议和其继任者传输层安全(Transport Layer Security,TLS)是为网络通信提供安全及数据完整性的一种安全协议。TLS与SSL在传输层对网络连接进行加密。
目录 |
新闻
- Let's Encrypt 推动HTTPS的普及 (2016.11.04)
- Mozilla不再信任沃通CA,沃通宣布打一折 (2016.10.25)
- 奇虎承认它是沃通的最大股东 (2016.09.22) 沃通官网
- 沃通证实收购StartCom (2016.09.19)
- Mozilla列举沃通CA的诸多问题 (2016.09.08)
- 沃通用FUD恐吓Let's Encrypt用户 (2016.09.04)
协议
协议 | 年份 |
SSL 1.0 | N/A |
SSL 2.0 | 1995 |
SSL 3.0 | 1996 |
TLS 1.0 | 1999 |
TLS 1.1 | 2006 |
TLS 1.2 | 2008 |
TLS 1.3 | 待定 |
算法
开源项目
- LibreSSL BSD license
- OpenSSL BSD license
- GnuTLS LGPL license
- mbed TLS Apache 2.0 license
- Mono TLS
- Let's Encrypt
- CFSSL: CloudFlare's PKI/TLS toolkit, BSD-2-Clause, Go语言开发。
- CloudFlare's Keyless SSL Server Reference Implementation
图集
链接
- RFC 5246 TLS 1.2
- RFC 4346 TLS 1.1
- RFC 5746 TLS renegotiation
- RFC 4366 TLS Extensions
- RFC 5469 DES and IDEA Cipher Suites for TLS
- Shodan SSL Survey
- SSL/TLS部署最佳实践v1.4
分享您的观点