JRDN
Jason Roysdon dot Net

DNSSEC technical details

September 7th 2009

I originally posted a more simplistic overview of DNSSEC that is a good first read if you're new to the subject.

I'm going to borrow and re-work a little content I made from a future post about SSHFP but that is relevant to DNSSEC.

With SSL/https we have Certificate Authorities (CAs) that do some sort of verification and then sign SSL certs. Our web browsers (Internet Explorer, Firefox, Opera, Safari, etc.) come with a list of CA Roots. This allows us to verify without going external to our clients that a Public Key is legit, as it has been signed by a pre-trusted CA Root.

...

DNS suffers from the same MitM attack problem as anything else. However, we can sign DNS with DNSSEC and we already have trusted equivalents of CA Roots, in the form of the DLV.isc.org system, and eventually with DNSSEC signed DNS roots.

DNSSEC is not the same as CA roots, but it is close in some ways.

Read On 2 Comments