<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.6 (Ruby 3.3.7) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-dnsop-must-not-sha1-06" category="std" consensus="true" submissionType="IETF" updates="4034, 5155" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="MUST NOT DNSSEC with SHA-1">Deprecating the use of SHA-1 in DNSSEC signature algorithms</title>

    <author initials="W." surname="Hardaker" fullname="Wes Hardaker">
      <organization>USC/ISI</organization>
      <address>
        <email>ietf@hardakers.net</email>
      </address>
    </author>
    <author initials="W." surname="Kumari" fullname="Warren Kumari">
      <organization>Google</organization>
      <address>
        <email>warren@kumari.net</email>
      </address>
    </author>

    <date year="2025" month="April" day="11"/>

    
    
    

    <abstract>


<?line 53?>

<t>This document deprecates the use of the RSASHA1 and RSASHA1-NSEC3-SHA1
algorithms for the creation of DNSKEY and RRSIG records.</t>

<t>It updates RFC4034 and RFC5155 as it deprecates the use of these algorithms.</t>



    </abstract>



  </front>

  <middle>


<?line 60?>

<section anchor="introduction"><name>Introduction</name>

<t>The security of the SHA-1 algorithm <xref target="RFC3174"/> has been slowly diminishing
over time as various forms of attacks have weakened its cryptographic
underpinning.  DNSSEC <xref target="RFC9364"/> originally <xref target="RFC3110"/> made extensive use
of SHA-1 as a
cryptographic hash algorithm in RRSIG and Delegation Signer (DS)
records, for example.  Since then, multiple other algorithms with
stronger cryptographic strength are now widely available for DS records 
and for DNSKEY and RRSIG records. 
Readers are encouraged to consider switching to one of the recommended algorithms 
listed in the <xref target="DNSKEY-IANA"></xref> and <xref target="DS-IANA"></xref> tables, respectively.
Further, support for validating SHA-1 based signatures has been
removed from some systems. As a result, SHA-1 is no longer fully interoperable
in the context of DNSSEC. As adequate alternatives exist, the use of SHA-1 is
no longer advisable.</t>

<t>This document thus further deprecates the use of RSASHA1 and
RSASHA1-NSEC3-SHA1 for DNS Security Algorithms.</t>

<section anchor="requirements-notation"><name>Requirements notation</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY",
   and "OPTIONAL" in this document are to be interpreted as described
   in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear
   in all capitals, as shown here.</t>

</section>
</section>
<section anchor="deprecating-rsasha1-and-rsasha1-nsec3-sha1-algorithms-in-dnssec"><name>Deprecating RSASHA1 and RSASHA1-NSEC3-SHA1 algorithms in DNSSEC</name>

<t>The RSASHA1 <xref target="RFC4034"/> and RSASHA1-NSEC3-SHA1 <xref target="RFC5155"/> algorithms
MUST NOT be used when creating DNSKEY and RRSIG records.</t>

<t>Validating resolver implementations MUST continue to support
validation using these algorithms as they are diminishing in use but
still actively in use for some domains as of this publication.
Because of RSASHA1 and RSASHA1-NSEC3-SHA1's non-zero use, deployed
validating resolvers MAY be configured to continue to validate RRSIG
records that use these algorithms.  Validating resolvers deployed in
more security strict environments MAY wish to treat these RRSIG
records as an unsupported algorithm.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This document deprecates the use of RSASHA1 and RSASHA1-NSEC3-SHA1
signatures since they are no longer considered to be secure.</t>

</section>
<section anchor="operational-considerations"><name>Operational Considerations</name>

<t>Zone owners currently making use of SHA-1 based algorithms should
immediately switch to algorithms with stronger cryptographic algorithms,
such as the recommended algorithms in the <xref target="DNSKEY-IANA"></xref> and <xref target="DS-IANA"></xref> tables.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>IANA is requested to set the "Use for DNSSEC Delegation" field of the
"Digest Algorithms" registry <xref target="DS-IANA"/> for SHA-1 (1) to MUST NOT.</t>

<t>IANA is requested to set the "Use for DNSSEC Signing" column of the
DNS Security Algorithm Numbers registry <xref target="DNSKEY-IANA"/> to MUST NOT
for the RSASHA1 (5) and RSASHA1-NSEC3-SHA1 (7) algorithms.</t>

<t>All other columns should remain as currently specified.</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC3110">
  <front>
    <title>RSA/SHA-1 SIGs and RSA KEYs in the Domain Name System (DNS)</title>
    <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
    <date month="May" year="2001"/>
    <abstract>
      <t>This document describes how to produce RSA/SHA1 SIG resource records (RRs) in Section 3 and, so as to completely replace RFC 2537, describes how to produce RSA KEY RRs in Section 2. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3110"/>
  <seriesInfo name="DOI" value="10.17487/RFC3110"/>
</reference>
<reference anchor="RFC3174">
  <front>
    <title>US Secure Hash Algorithm 1 (SHA1)</title>
    <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
    <author fullname="P. Jones" initials="P." surname="Jones"/>
    <date month="September" year="2001"/>
    <abstract>
      <t>The purpose of this document is to make the SHA-1 (Secure Hash Algorithm 1) hash algorithm conveniently available to the Internet community. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3174"/>
  <seriesInfo name="DOI" value="10.17487/RFC3174"/>
</reference>
<reference anchor="RFC4033">
  <front>
    <title>DNS Security Introduction and Requirements</title>
    <author fullname="R. Arends" initials="R." surname="Arends"/>
    <author fullname="R. Austein" initials="R." surname="Austein"/>
    <author fullname="M. Larson" initials="M." surname="Larson"/>
    <author fullname="D. Massey" initials="D." surname="Massey"/>
    <author fullname="S. Rose" initials="S." surname="Rose"/>
    <date month="March" year="2005"/>
    <abstract>
      <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4033"/>
  <seriesInfo name="DOI" value="10.17487/RFC4033"/>
</reference>
<reference anchor="RFC4034">
  <front>
    <title>Resource Records for the DNS Security Extensions</title>
    <author fullname="R. Arends" initials="R." surname="Arends"/>
    <author fullname="R. Austein" initials="R." surname="Austein"/>
    <author fullname="M. Larson" initials="M." surname="Larson"/>
    <author fullname="D. Massey" initials="D." surname="Massey"/>
    <author fullname="S. Rose" initials="S." surname="Rose"/>
    <date month="March" year="2005"/>
    <abstract>
      <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of resource records and protocol modifications that provide source authentication for the DNS. This document defines the public key (DNSKEY), delegation signer (DS), resource record digital signature (RRSIG), and authenticated denial of existence (NSEC) resource records. The purpose and format of each resource record is described in detail, and an example of each resource record is given.</t>
      <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4034"/>
  <seriesInfo name="DOI" value="10.17487/RFC4034"/>
</reference>
<reference anchor="RFC4035">
  <front>
    <title>Protocol Modifications for the DNS Security Extensions</title>
    <author fullname="R. Arends" initials="R." surname="Arends"/>
    <author fullname="R. Austein" initials="R." surname="Austein"/>
    <author fullname="M. Larson" initials="M." surname="Larson"/>
    <author fullname="D. Massey" initials="D." surname="Massey"/>
    <author fullname="S. Rose" initials="S." surname="Rose"/>
    <date month="March" year="2005"/>
    <abstract>
      <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of new resource records and protocol modifications that add data origin authentication and data integrity to the DNS. This document describes the DNSSEC protocol modifications. This document defines the concept of a signed zone, along with the requirements for serving and resolving by using DNSSEC. These techniques allow a security-aware resolver to authenticate both DNS resource records and authoritative DNS error indications.</t>
      <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4035"/>
  <seriesInfo name="DOI" value="10.17487/RFC4035"/>
</reference>
<reference anchor="RFC4509">
  <front>
    <title>Use of SHA-256 in DNSSEC Delegation Signer (DS) Resource Records (RRs)</title>
    <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
    <date month="May" year="2006"/>
    <abstract>
      <t>This document specifies how to use the SHA-256 digest type in DNS Delegation Signer (DS) Resource Records (RRs). DS records, when stored in a parent zone, point to DNSKEYs in a child zone. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4509"/>
  <seriesInfo name="DOI" value="10.17487/RFC4509"/>
</reference>
<reference anchor="RFC5155">
  <front>
    <title>DNS Security (DNSSEC) Hashed Authenticated Denial of Existence</title>
    <author fullname="B. Laurie" initials="B." surname="Laurie"/>
    <author fullname="G. Sisson" initials="G." surname="Sisson"/>
    <author fullname="R. Arends" initials="R." surname="Arends"/>
    <author fullname="D. Blacka" initials="D." surname="Blacka"/>
    <date month="March" year="2008"/>
    <abstract>
      <t>The Domain Name System Security (DNSSEC) Extensions introduced the NSEC resource record (RR) for authenticated denial of existence. This document introduces an alternative resource record, NSEC3, which similarly provides authenticated denial of existence. However, it also provides measures against zone enumeration and permits gradual expansion of delegation-centric zones. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5155"/>
  <seriesInfo name="DOI" value="10.17487/RFC5155"/>
</reference>
<reference anchor="RFC5702">
  <front>
    <title>Use of SHA-2 Algorithms with RSA in DNSKEY and RRSIG Resource Records for DNSSEC</title>
    <author fullname="J. Jansen" initials="J." surname="Jansen"/>
    <date month="October" year="2009"/>
    <abstract>
      <t>This document describes how to produce RSA/SHA-256 and RSA/SHA-512 DNSKEY and RRSIG resource records for use in the Domain Name System Security Extensions (RFC 4033, RFC 4034, and RFC 4035). [STANDARDS TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5702"/>
  <seriesInfo name="DOI" value="10.17487/RFC5702"/>
</reference>
<reference anchor="RFC6605">
  <front>
    <title>Elliptic Curve Digital Signature Algorithm (DSA) for DNSSEC</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <author fullname="W.C.A. Wijngaards" initials="W.C.A." surname="Wijngaards"/>
    <date month="April" year="2012"/>
    <abstract>
      <t>This document describes how to specify Elliptic Curve Digital Signature Algorithm (DSA) keys and signatures in DNS Security (DNSSEC). It lists curves of different sizes and uses the SHA-2 family of hashes for signatures. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6605"/>
  <seriesInfo name="DOI" value="10.17487/RFC6605"/>
</reference>
<reference anchor="RFC8080">
  <front>
    <title>Edwards-Curve Digital Security Algorithm (EdDSA) for DNSSEC</title>
    <author fullname="O. Sury" initials="O." surname="Sury"/>
    <author fullname="R. Edmonds" initials="R." surname="Edmonds"/>
    <date month="February" year="2017"/>
    <abstract>
      <t>This document describes how to specify Edwards-curve Digital Security Algorithm (EdDSA) keys and signatures in DNS Security (DNSSEC). It uses EdDSA with the choice of two curves: Ed25519 and Ed448.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8080"/>
  <seriesInfo name="DOI" value="10.17487/RFC8080"/>
</reference>
<reference anchor="RFC9364">
  <front>
    <title>DNS Security Extensions (DNSSEC)</title>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="February" year="2023"/>
    <abstract>
      <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="237"/>
  <seriesInfo name="RFC" value="9364"/>
  <seriesInfo name="DOI" value="10.17487/RFC9364"/>
</reference>

<reference anchor="DNSKEY-IANA" target="https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml">
  <front>
    <title>Domain Name System Security (DNSSEC) Algorithm Numbers</title>
    <author initials="" surname="IANA" fullname="IANA">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="DS-IANA" target="http://www.iana.org/assignments/ds-rr-types">
  <front>
    <title>Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms</title>
    <author initials="" surname="IANA" fullname="IANA">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>



    </references>


<?line 126?>

<section anchor="acknowledgments"><name>Acknowledgments</name>

<t>The authors appreciate the comments and suggestions from the following
IETF participants in helping produce this document: Mark Andrews,
Steve Crocker, Peter Dickson, Paul Hoffman, Russ Housley, Shumon
Huque, Barry Leiba, S Moonesamy, Yoav Nir, Florian Obser, Peter
Thomassen, Stefan Ubbink, Paul Wouters, Tim Wicinski, and the many
members of the DNSOP working group that discussed this draft.</t>

</section>
<section anchor="current-algorithm-usage-levels"><name>Current algorithm usage levels</name>

<t>The DNSSEC scanning project by Viktor Dukhovni and Wes Hardaker
highlights the current deployment of various algorithms on the
https://stats.dnssec-tools.org/ website.</t>

<t>&lt;RFC Editor: please delete this section upon publication&gt;</t>

</section>
<section anchor="github-version-of-this-document"><name>Github Version of this document</name>

<t>While this document is under development, it can be viewed, tracked,
fill here:</t>

<t>https://github.com/hardaker/draft-hardaker-dnsop-must-not-sha1</t>

<t>&lt;RFC Editor: please delete this section upon publication&gt;</t>

</section>


  </back>

<!-- ##markdown-source:
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
IZBcmBMAAA==

-->

</rfc>

