Keyless SSL: The Nitty Gritty Technical Details
19 Sep 2014 by Nick Sullivan.
We announced Keyless SSL yesterday to an overwhelmingly positive response. We read through the comments on this blog, Reddit, Hacker News, an...
19 Sep 2014 by Nick Sullivan.
We announced Keyless SSL yesterday to an overwhelmingly positive response. We read through the comments on this blog, Reddit, Hacker News, an...
HTTPS 和 HTTP 使用 TCP 协议进行传输,也就意味着必须通过三次握手建立 TCP 连接,但一个 RTT 的时间内只传输一个 syn 包是不是太浪费?能不能在 syn 包发出的同时捎上应用层的数据?其实是可以的,这也是 tcp fast open 的思路,简称 TFO。具体原理可以参考 rfc7413。
遗憾的是 TFO 需要高版本内核的支...
HTTPS 可以认为是 HTTP + TLS。HTTP 协议大家耳熟能详了,目前大部分 WEB 应用和网站都是使用 HTTP 协议传输的。
TLS 是传输层加密协议,它的前身是 SSL 协议,最早由 netscape 公司于 1995 年发布,1999 年经过 IETF 讨论和规范后,改名为 TLS。如果没有特别说明,SSL 和 TLS 说的都是同一个协议。
HTTP 和 TLS...
◎Github地址:https://github.com/anzhihe/Free-Web-Books.git,此文章移到github维护
This is my personal collection of free tcp/ip web http(s) books, feel free to share and read.
List of BooksYou can fin...
原文地址:http://developer.yahoo.com/performance/rules.html#multipart
1、尽量减少HTTP请求次数
终端用户响应的时间中,有80%用于下载各项内容。这部分时间包括下载页面中的图像、样式表、脚本、Flash等。通过减少页面中的元素可以减少HTTP请求的次数。这是提高网页速度的关键步骤。
减少页面组件的方法其实就是简化页面设计。那么有没有一种方法既...
Continue reading>>转载自:http://www.runoob.com/html/html-quicklist.html
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 21.0px 'Helvetica Neue'; color: #323333} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'PingFang S...Continue reading>>