TLS 1.2 Session Tickets
blog.filippo.io
TLS 1.2 Session Tickets
1–10 of 49 posts
Re: TLS 1.2 Session Tickets
#2Re: TLS 1.2 Session Tickets
#3Re: TLS 1.2 Session Tickets
#4If I understand the article correctly, are all of the issues listed addressed by TLS 1.3?
Re: TLS 1.2 Session Tickets
#5I found this flaw to be the scariest, by far. It means that a connection with "forward secrecy" gives up this property as soon as it begins.
Re: TLS 1.2 Session Tickets
#6If I understand the article correctly, are all of the issues listed addressed by TLS 1.3?
I believe you're correct.
Re: TLS 1.2 Session Tickets
#7If I understand the article correctly, are all of the issues listed addressed by TLS 1.3?
So this is what we are stuck with for the time being.
Re: TLS 1.2 Session Tickets
#8Related: https://crypto.dance/projects/6239406
Re: TLS 1.2 Session Tickets
#9If I understand the article correctly, are all of the issues listed addressed by TLS 1.3?
0-RTT doesn't have to use STEKs, there's a better way to do it, but TLS1.3 won't enforce or require it (though it could), so it'll be up to the marketplace of ideas and security standards to sort it out.
Re: TLS 1.2 Session Tickets
#10 SSLOpenSSLConfCmd Options -SessionTicket
Alternatively, if you're running at least httpd 2.4.11 with OpenSSL 0.9.8f, you can set this instead: SSLSessionTickets off
See also:https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslopenss...
https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslsessio...