Encrypted SNI Comes to Firefox Nightly
blog.mozilla.org
Encrypted SNI Comes to Firefox Nightly
1–10 of 155 posts
Re: Encrypted SNI Comes to Firefox Nightly
#2Re: Encrypted SNI Comes to Firefox Nightly
#3It looks like Cloudflare is including a public key in the DNS lookup, which is used to encrypt the SNI information.
Couldn't this key be stored in a TXT record for normal DNS lookups as well?
Re: Encrypted SNI Comes to Firefox Nightly
#4I'm curious why this is tied to DNS-over-HTTPS. It looks like Cloudflare is including a public key in the DNS lookup, which is used to encrypt the SNI information. Couldn't this key be stored in a TXT record for normal DNS lookups as well?
Re: Encrypted SNI Comes to Firefox Nightly
#5Re: Encrypted SNI Comes to Firefox Nightly
#6I'm curious why this is tied to DNS-over-HTTPS. It looks like Cloudflare is including a public key in the DNS lookup, which is used to encrypt the SNI information. Couldn't this key be stored in a TXT record for normal DNS lookups as well?
If the public key was stored in a TXT record and accessed via regular DNS, then someone snooping the connection could see that you made a DNS lookup for that domain, and could make the reasonable assumption that you were about to make a request to said domain.
Re: Encrypted SNI Comes to Firefox Nightly
#7I'm curious why this is tied to DNS-over-HTTPS. It looks like Cloudflare is including a public key in the DNS lookup, which is used to encrypt the SNI information. Couldn't this key be stored in a TXT record for normal DNS lookups as well?
If the public key was stored in a TXT record and accessed via regular DNS, then someone snooping the connection could see that you made a DNS lookup for that domain, and could make the reasonable assumption that you were about to make a request to said domain.
Otherwise, this sounds suspiciously a lot like DANE, which cert authorities hate, since there would be no use for them.
https://en.wikipedia.org/wiki/DNS-based_Authentication_of_Na...
Re: Encrypted SNI Comes to Firefox Nightly
#8This sounds great. Does anyone know if any web servers are planning on implementing it?
Cloudflare apparently does support it already for all their websites though. (or at least the ones that use cloudflare dns also)
Re: Encrypted SNI Comes to Firefox Nightly
#9Earlier quoted context omitted.
If the public key was stored in a TXT record and accessed via regular DNS, then someone snooping the connection could see that you made a DNS lookup for that domain, and could make the reasonable assumption that you were about to make a request to said domain.
Not if you use DNS-over-HTTPS, as is required to turn this on in Firefox