TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

TurboTLS: TLS connection establishment with 1 less round trip

112 pointsby yuedongzeover 2 years ago

4 comments

r1chover 2 years ago
An interesting idea, but QUIC / HTTP/3 also avoids the extra RTT for TLS negotiation by bundling it with the connection handshake and in a less janky way than this. I don't see a good reason for a server or browser developer to implement this when QUIC exists.
评论 #34794503 未加载
评论 #34797603 未加载
评论 #34796211 未加载
评论 #34796225 未加载
londons_exploreover 2 years ago
HTTP&#x2F;3 seems to offer all these benefits already... <i>And</i> seems to be simpler and more compatible... And doesn&#x27;t require a new DNS field which will surely trip up plenty of middleboxes...
评论 #34794668 未加载
评论 #34794205 未加载
评论 #34797294 未加载
jewelover 2 years ago
This reminds me of the noise protocol which lets you communicate securely with a single round trip.<p><a href="http:&#x2F;&#x2F;www.noiseprotocol.org&#x2F;noise.html#zero-rtt-and-noise-protocols" rel="nofollow">http:&#x2F;&#x2F;www.noiseprotocol.org&#x2F;noise.html#zero-rtt-and-noise-p...</a>
评论 #34796081 未加载
foo42over 2 years ago
fewer
评论 #34805860 未加载
评论 #34796181 未加载