|
|
|
|
|
by throw0101a
2390 days ago
|
|
And for that you need TLS tickets/cookies, don't you? (So you can resume your crypto state.) Isn't that a good way to track users? Instead of a query coming from an IP (probably NATed with IPv4), you can identify individual browsers AFAICT. |
|
If you disabled resumption you could get rid of this issue at a cost of one extra round trip per DNS lookup.
Nobody else gets to track users this way (at least in TLS 1.3 and I'd assume DoH implementers will use TLS 1.3 since they are of similar vintage) because the keys aren't re-used so the identifier for the key will just appear to be random noise each time.