The First Few Milliseconds of an HTTPS Connection (2009)
11–20 of 39 posts
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#12Re: The First Few Milliseconds of an HTTPS Connection (2009)
#13Such a great article, true Hacker News material. Does not assume much knowledge about the field, yet still allows for a much deeper understanding of mechanics involved.
And now excuse me, i have to have a look at what happens when authenticating with my wlan router at the same level of depth :)
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#14This reminds me of an old project. Explain all the bits that are communicated and computed across all APIs involved, when a user presses a key, and a set of pixels appear on the screen spelling "a".
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#15This reminds me of an old project. Explain all the bits that are communicated and computed across all APIs involved, when a user presses a key, and a set of pixels appear on the screen spelling "a".
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#16To me, it seems better to use a possible-to-crack SSL with hidden hostname vs. hard/impossible to crack TLS where anyone can see I'm trying to go to https://anonymous-upload.wikileaks.org.
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#17Does this mean in SSL, the host name is not plain-text but in TLS it is? To me, it seems better to use a possible-to-crack SSL with hidden hostname vs. hard/impossible to crack TLS where anyone can see I'm trying to go to https://anonymous-upload.wikileaks.org .
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#18Why is this so complicated?
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#19Since the designers of SPDY also figured security is important, they made use of TLS' protocol negotiation feature: they actually announce themselves as a TLS protocol in these first milliseconds of a HTTPS connection. Brilliant.
For more information, see: http://www.chromium.org/spdy/spdy-protocol/spdy-protocol-dra...
Re: The First Few Milliseconds of an HTTPS Connection (2009)
#20Does this mean in SSL, the host name is not plain-text but in TLS it is? To me, it seems better to use a possible-to-crack SSL with hidden hostname vs. hard/impossible to crack TLS where anyone can see I'm trying to go to https://anonymous-upload.wikileaks.org .
They can see that anyway if they intercept the traffic anyway, since the IP will be in all packets. Even better, the TCP connection will end up creating routing tables on all hops along the way.