top | item 44321933

(no title)

ClumsyPilot | 8 months ago

But TLS relies on having a domain If domain intern depends on tls you have chicken and egg problem

discuss

order

nine_k|8 months ago

TLS internally does not depend on a domain in the DNS sense, it basically certifies a chain of signatures bound to a name. That chain can be verified, starting from the root servers.

The problem is more in the fact that TLS assumes creation of a long-living connection with an ephemeral key pair, while DNS is usually a one-shot interaction.

Encrypting DNS would require caching of such key pairs for some time, and refreshing them regularly but not too often. Same for querying and verifying certificates.