| > DNSSEC still relays on CAs. No, DNSSEC has nothing to do with CAs. Each DNS authority defines its own keys used to sign its records. > They were just renamed to "Trust Anchors". You are thinking about DANE [1], which is what the a protocol on top of DNSSEC. Using DANE you authorize X.509 certificates and/or CAs for certain domains. This allows you to restrict your domain to a specific well-known CA (such as Verisign), but it also allows you to authorize your own CA or even a specific certificate directly. It even works per-service, so you do not need to use the same CA/certificates for all your services. If you were suggesting that DANE does not solve the traditional CA issue you are wrong. [1] http://tools.ietf.org/html/rfc6698 > The trust anchor for .com is Verisign. Err.. no? I don't even understand what are you trying to say here. The "com" domain does not seem to have any TLSA records... |
You're interpreting "CA" too literally. DNSSEC doesn't rely on X509 certificate authorities but in effect it relies on an equivalent, in that Verisign is a central authority certifying ownership of all .com domains.