Content deleted Content added
Paulehoffman (talk | contribs) m Added RFC 9364 to the body of the article |
GoingBatty (talk | contribs) m Script-assisted fixes: per CS1 and MOS:ITALICS |
||
Line 6:
The original design of the Domain Name System did not include any security features. It was conceived only as a scalable distributed system. The Domain Name System Security Extensions (DNSSEC) attempt to add security, while maintaining [[backward compatibility]]. Request for Comments 3833 documents some of the known threats to the DNS, and their solutions in DNSSEC.
DNSSEC was designed to protect applications using DNS from accepting forged or manipulated DNS data, such as that created by [[DNS cache poisoning]]. All answers from DNSSEC protected zones are [[digital signature|digitally signed]].<ref>{{Cite IETF |last1=Herzberg |first1=Amir |last2=Shulman |first2=Haya |
DNSSEC ''does not'' provide confidentiality of data; in particular, all DNSSEC responses are authenticated but not encrypted. DNSSEC ''does not'' protect against [[denial of service|DoS]] attacks directly, though it indirectly provides some benefit (because signature checking allows the use of potentially untrustworthy parties).{{citation needed|date=February 2013}}
Line 242:
|url=http://www.internetnews.com/security/article.php/3774131
|title=.ORG the Most Secure Domain?
|work=
|author=Sean Michael Kerner
|access-date=2008-09-27
Line 283:
Gaps in the chain of trust, such as unsigned top-level domains or registrars that did not support DNSSEC delegations, meant administrators of lower-level domains could use DLV to allow their DNS data to be validated by resolvers which had been configured to use DLV. This may have hindered DNSSEC deployment by taking pressure off registrars and TLD registries to properly support DNSSEC. DLV also added complexity by adding more actors and code paths for DNSSEC validation.
ISC decommissioned its DLV registry in 2017.<ref>{{Cite web|title=DLV Replaced With Signed Empty Zone - Internet Systems Consortium|url=https://www.isc.org/blogs/dlv-replaced-with-signed-empty-zone/|access-date=2020-06-05|website=
In March 2020, the [[IETF]] published RFC 8749, retiring DLV as a standard and moving RFC 4432 and RFC 5074 to "Historic" status.<ref>{{cite IETF |title=Moving DNSSEC Lookaside Validation (DLV) to Historic Status |rfc=879 |last1=Mekking |first1=W. |author-link1=W. (Matthijs) Mekking |last2=Mahoney |first2=D. |author-link2=Dan Mahoney (computer scientist) |date= March 2020 |publisher=[[Internet Engineering Task Force|IETF]] |access-date= 3 June 2020|doi=10.17487/RFC8749 }}</ref>
Line 352:
* [[BIND]], the most popular DNS name server (which includes [[Domain Information Groper|dig]]), incorporates the newer ''DNSSEC-bis'' (DS records) protocol as well as support for NSEC3 records.
* [[Unbound (DNS server)|Unbound]] is a DNS name server that was written from the ground up to be designed around DNSSEC concepts.
* [[mysqlBind
* [[OpenDNSSEC]] is a designated DNSSEC signer tool using [[PKCS11|PKCS#11]] to interface with [[hardware security module]]s.
* [[Knot DNS]] has added support for automatic DNSSEC signing in version 1.4.0.
|