<?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.2.4) -->


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

]>

<?rfc docmapping="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-dnsop-rfc8624-bis-00" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="DNSSEC Algorithms Update Process">DNSSEC Cryptographic Algorithm Recommendation Update Process</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="2024" month="July" day="07"/>

    
    
    

    <abstract>


<?line 56?>

<t>&lt;EDITOR NOTE: This document does not change the status (MUST, MAY,
   RECOMMENDED, etc) of any of the algorithms listed in <xref target="RFC8624"></xref>; that is
   the work of future documents.  Instead, this document moves
   the canonical list of algorithms from <xref target="RFC8624"></xref> to an IANA registry.
   This is done for two reasons: 1) to allow the list to be updated more
   easily, and, much more importantly, 2) to allow the list to be more
   easily referenced.&gt;</t>

<t>The DNSSEC protocol makes use of various cryptographic algorithms to provide
   authentication of DNS data and proof of non-existence.  To ensure
   interoperability between DNS resolvers and DNS authoritative servers, it is
   necessary to specify both a set of algorithm implementation requirements and
   usage guidelines to ensure that there is at least one algorithm that all
   implementations support.  This document updates <xref target="RFC8624"></xref> by moving the
   canonical source of algorithm implementation requirements and usage guidance
   for DNSSEC from <xref target="RFC8624"></xref> to an IANA registry.  Future extensions
   to this registry can be made under new, incremental update RFCs.</t>



    </abstract>



  </front>

  <middle>


<?line 76?>

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

<t>DNS Security Extensions (DNSSEC) <xref target="RFC9364"></xref> is used to provide
   authentication of DNS data. The DNSSEC signing algorithms are
   defined by various RFCs, including <xref target="RFC4034"></xref>, <xref target="RFC4509"></xref>, <xref target="RFC5155"></xref>,
   <xref target="RFC5702"></xref>, <xref target="RFC5933"></xref>, <xref target="RFC6605"></xref>, <xref target="RFC8080"></xref>.</t>

<t>To ensure interoperability, a set of "mandatory-to-implement"
   DNSKEY algorithms are defined in <xref target="RFC8624"></xref>.  To make the current
   status of the algorithms more easily accessible and understandable,
   and to make future changes to these recommendations easier to
   publish, this document moves the canonical status of the algorithms
   from <xref target="RFC8624"></xref> to the IANA DNSSEC algorithm registries.
   Additionally, as advice to operators, it adds recommendations for
   deploying and the usage of these algorithms.</t>

<t>&lt;Editor: This is similar to the process used for the
   <xref target="TLS-ciphersuites"></xref> registry, where the canonical list of
   ciphersuites is in the IANA registry, and the RFCs reference the
   IANA registry.&gt;</t>

<section anchor="document-audience"><name>Document Audience</name>

<t>The recommendations columns added to the "DNS Security Algorithm
   Numbers" and "Digest Algorithms" IANA tables target DNSSEC
   operators and implementers.</t>

<t>Implementations need to meet both high security expectations as
   well as provide interoperability between various vendors and with
   different versions.</t>

<t>The field of cryptography evolves continuously.  New, stronger
   algorithms appear, and existing algorithms may be found to be less
   secure then originally thought.  Therefore, algorithm
   implementation requirements and usage guidance need to be updated
   from time to time in order to reflect the new reality, and to allow for a
   smooth transition to more secure algorithms, as well as deprecation of algorithms deemed to no longer be secure.</t>

<t>Cryptographic algorithm choices implemented in and required by
   software must be conservative to minimize the risk of algorithm
   compromise.</t>

<t>The perspective of implementers may differ from that of an operator
   who wishes to deploy and configure DNSSEC with only the safest
   algorithm.  As such this document also adds new recommendations
   about which algorithms should be deploy regardless of
   implementation status. In general it is expected that deployment
   of aging algorithms should generally be reduced before
   implementations stop supporting them.</t>

</section>
<section anchor="updating-algorithm-requirement-levels"><name>Updating Algorithm Requirement Levels</name>

<t>By the time a DNSSEC cryptographic algorithm is made
   mandatory-to-implement, it should already be available in most
   implementations.  This document defines an IANA registration
   modification to allow future documents to specify the
   implementation recommendations for each algorithm, as the
   recommendation status of each DNSSEC cryptographic algorithm is
   expected to change over time.  For example, there is no guarantee
   that newly introduced algorithms will become mandatory-to-implement
   in the future.  Likewise, published algorithms are continuously
   subjected to cryptographic attack and may become too weak, or even
   be completely broken, and will require deprecation in the future.</t>

<t>It is expected that the deprecation of an algorithm will be performed
   gradually.  This provides time for implementations to update
   their implemented algorithms while remaining interoperable.  Unless
   there are strong security reasons, an algorithm is expected to be
   downgraded from MUST to NOT RECOMMENDED or MAY, instead of directly
   from MUST to MUST NOT.  Similarly, an algorithm that has not been
   mentioned as mandatory-to-implement is expected to be first introduced
   as RECOMMENDED instead of a MUST.</t>

<t>Since the effect of using an unknown DNSKEY algorithm is that the
   zone is treated as insecure, it is recommended that algorithms which have been downgraded to NOT RECOMMENDED or lower not be used by authoritative
   nameservers and DNSSEC signers to create new DNSKEY's.  This will
   allow for deprecated algorithms to become used less and less over
   time.  Once an algorithm has reached a sufficiently low level of
   deployment, it can be marked as MUST NOT, so that recursive resolvers
   can remove support for validating it.</t>

<t>Validating recursive resolvers are encouraged to retain support for all
   algorithms not marked as MUST NOT.</t>

</section>
<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>

<t><xref target="RFC2119"></xref> considers the term SHOULD equivalent to RECOMMENDED, and
   SHOULD NOT equivalent to NOT RECOMMENDED.  The authors of this
   document have chosen to use the terms RECOMMENDED and NOT
   RECOMMENDED, as this more clearly expresses the recommendations to
   implementers.</t>

</section>
</section>
<section anchor="adding-usage-and-implementation-recommendations-to-the-iana-dnssec-tables"><name>Adding usage and implementation recommendations to the IANA DNSSEC tables</name>

<t>Per this document, the following columns are being added to the
   following DNSSEC algorithm tables registered with IANA:</t>

<texttable>
      <ttcol align='left'>Table</ttcol>
      <ttcol align='left'>Column added</ttcol>
      <c>Domain Security Algorithm Numbers</c>
      <c>Use for DNSSSEC Signing</c>
      <c>Domain Security Algorithm Numbers</c>
      <c>Use for DNSSSEC Validation</c>
      <c>Domain Security Algorithm Numbers</c>
      <c>Implement for DNSSSEC Signing</c>
      <c>Domain Security Algorithm Numbers</c>
      <c>Implement for DNSSSEC Validation</c>
      <c>Digest Algorithsm</c>
      <c>Use for DNSSSEC Delegation</c>
      <c>Digest Algorithsm</c>
      <c>Use for DNSSSEC Validation</c>
      <c>Digest Algorithsm</c>
      <c>Implement for DNSSSEC Delegation</c>
      <c>Digest Algorithsm</c>
      <c>Implement for DNSSSEC Validation</c>
</texttable>

<figure><artwork><![CDATA[
                                Table 1
]]></artwork></figure>

<t>Adding a new entry to the "DNS System Algorithm Numbers" registry
   with a recommended value of MAY in the "Use for DNSSSEC Signing",
   "Use for DNSSSEC Validation", "Implement for DNSSSEC Signing", or
   "Implement for DNSSSEC Validation" columns requires RFC
   publication.  Adding a new entry to, or changing existing values in,
   the "DNS System Algorithm Numbers" registry for the "Use for
   DNSSSEC Signing", "Use for DNSSSEC Validation", "Implement for
   DNSSSEC Signing", or "Implement for DNSSSEC Validation" columns to
   any other value than MAY requires a Standards Action.</t>

<t>Adding a new entry to the "Digest Algorithms" registry with a
   recommended value of MAY in the "Use for DNSSSEC Delegation", "Use
   for DNSSSEC Validation", "Implement for DNSSSEC Delegation", or
   "Implement for DNSSSEC Validation" columns requires RFC
   publication.  Adding a new entry to, or changing existing values in,
   the "DNS System Algorithm Numbers" registry for the "Use for
   DNSSSEC Delegation", "Use for DNSSSEC Validation", "Implement for
   DNSSSEC Delegation", or "Implement for DNSSSEC Validation" columns
   to any other value than MAY requires a Standards Action.</t>

<t>If an item is not marked as "RECOMMENDED", it does not necessarily
   mean that it is flawed; rather, it indicates that the item either
   has not been through the IETF consensus process, has limited
   applicability, or is intended only for specific use cases.</t>

<t>The following sections state the initial values to be populated
   into these rows, with Implementation values transcribed from
   <xref target="RFC8624"></xref>.  Use for columns was also set to the same values from
   <xref target="RFC8624"></xref>, as there is no existing documented values and general
   interpretation of the tables to date indicate they should be the
   same, although may differ in the future.</t>

</section>
<section anchor="dns-system-algorithm-numbers-column-values"><name>DNS System Algorithm Numbers Column Values</name>

<t>Initial recommendation columns of use and implementation
   recommendations for the "Domain Name System Security (DNSSEC)
   Algorithm Numbers" are show in Table 2.</t>

<t>&lt;Editor's note: A space was deliberately added to "RSASHA1-NSEC3-
   SHA1" to make the table fit within the standard internet draft text
   width.  Additionally the algorithm number column was abbreviated to
   'N'.&gt;</t>

<texttable>
      <ttcol align='left'>N</ttcol>
      <ttcol align='left'>Mnemonics</ttcol>
      <ttcol align='left'>Use for DNSSEC Signing</ttcol>
      <ttcol align='left'>Use for DNSSEC Validation</ttcol>
      <ttcol align='left'>Implement for DNSSEC Signing</ttcol>
      <ttcol align='left'>Implement for DNSSEC Validation</ttcol>
      <c>1</c>
      <c>RSAMD5</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>3</c>
      <c>DSA</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>5</c>
      <c>RSASHA1</c>
      <c>NOT RECOMMENDED</c>
      <c>MUST</c>
      <c>NOT RECOMMENDED</c>
      <c>MUST</c>
      <c>6</c>
      <c>DSA-NSEC3-SHA1</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>MUST NOT</c>
      <c>7</c>
      <c>RSASHA1-NSEC3- SHA1</c>
      <c>NOT RECOMMENDED</c>
      <c>MUST</c>
      <c>NOT RECOMMENDED</c>
      <c>MUST</c>
      <c>8</c>
      <c>RSASHA256</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>10</c>
      <c>RSASHA512</c>
      <c>NOT RECOMMENDED</c>
      <c>MUST</c>
      <c>NOT RECOMMENDED</c>
      <c>MUST</c>
      <c>12</c>
      <c>ECC-GOST</c>
      <c>MUST NOT</c>
      <c>MAY</c>
      <c>MUST NOT</c>
      <c>MAY</c>
      <c>13</c>
      <c>ECDSAP256SHA256</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>14</c>
      <c>ECDSAP384SHA384</c>
      <c>MAY</c>
      <c>RECOMMENDED</c>
      <c>MAY</c>
      <c>RECOMMENDED</c>
      <c>15</c>
      <c>ED25519</c>
      <c>RECOMMENDED</c>
      <c>RECOMMENDED</c>
      <c>RECOMMENDED</c>
      <c>RECOMMENDED</c>
      <c>16</c>
      <c>ED448</c>
      <c>MAY</c>
      <c>RECOMMENDED</c>
      <c>MAY</c>
      <c>RECOMMENDED</c>
</texttable>

<figure><artwork><![CDATA[
                                Table 2
]]></artwork></figure>

</section>
<section anchor="dnssec-delegation-signer-ds-resource-record-rr-type-digest-algorithms-column-values"><name>DNSSEC Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms Column Values</name>

<t>Initial recommendation columns of use and implementation
   recommendations for the "DNSSEC Delegation Signer (DS) Resource
   Record (RR) Type Digest Algorithms" registry are shown in Table 3.</t>

<texttable>
      <ttcol align='left'>Number</ttcol>
      <ttcol align='left'>Mnemonics</ttcol>
      <ttcol align='left'>Use for DNSSEC Delegation</ttcol>
      <ttcol align='left'>Use for DNSSEC Validation</ttcol>
      <ttcol align='left'>Implement for DNSSEC Delegation</ttcol>
      <ttcol align='left'>Implement for DNSSEC Validation</ttcol>
      <c>0</c>
      <c>NULL (CDS only)</c>
      <c>MUST NOT [*]</c>
      <c>MUST NOT [*]</c>
      <c>MUST NOT [*]</c>
      <c>MUST NOT [*]</c>
      <c>1</c>
      <c>SHA-1</c>
      <c>MUST NOT</c>
      <c>MUST</c>
      <c>MUST NOT</c>
      <c>MUST</c>
      <c>2</c>
      <c>SHA-256</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>MUST</c>
      <c>3</c>
      <c>GOST R 34.11-94</c>
      <c>MUST NOT</c>
      <c>MAY</c>
      <c>MUST NOT</c>
      <c>MAY</c>
      <c>4</c>
      <c>SHA-384</c>
      <c>MAY</c>
      <c>RECOMMENDED</c>
      <c>MAY</c>
      <c>RECOMMENDED</c>
</texttable>

<figure><artwork><![CDATA[
                                Table 3
]]></artwork></figure>

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

<t>This document makes no modifications to the security of the
   existing protocol or recommendations described in <xref target="RFC8624"></xref>.  Thus
   the security considerations remain the same, which we quote below.</t>

<t>The security of cryptographic systems depends on both the strength of
   the cryptographic algorithms chosen and the strength of the keys used
   with those algorithms.  The security also depends on the engineering
   of the protocol used by the system to ensure that there are no non-
   cryptographic ways to bypass the security of the overall system.</t>

<t>This document concerns itself with the selection of cryptographic
   algorithms for the use of DNSSEC, specifically with the selection
   of "mandatory-to-implement" algorithms.  The algorithms identified
   in this document as MUST or RECOMMENDED to implement are not known
   to be broken at the current time, and cryptographic research so far
   leads us to believe that they are likely to remain secure into the
   foreseeable future.  However, this isn't necessarily forever, and
   it is expected that future documents will be issued from time to
   time to reflect the current best practices in this area.</t>

<t>Retiring an algorithm too soon would result in a zone signed with the
   retired algorithm being downgraded to the equivalent of an unsigned
   zone.  Therefore, algorithm deprecation must be done very slowly and
   only after careful consideration and measurement of its use.</t>

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

<t>DNSKEY algorithm rollover in a live zone is a complex process.  See
   <xref target="RFC6781"></xref> and <xref target="RFC7583"></xref> for guidelines on how to perform algorithm
   rollovers.</t>

<t>DS algorithm rollover in a live zone is also a complex process.
   Upgrading algorithm at the same time as rolling the new KSK key will
   lead to DNSSEC validation failures, and users MUST upgrade the DS
   algorithm first before rolling the Key Signing Key.</t>

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

<t>The IANA is requested to update the <xref target="DNSKEY-IANA"></xref> and <xref target="DS-IANA"></xref> registries
  according the following sections.</t>

<section anchor="update-to-the-dns-security-algorithm-numbers-table"><name>Update to the "DNS Security Algorithm Numbers" table</name>

<t>This document requests IANA update the "DNS Security Algorithm
  Numbers" registry (<xref target="DNSKEY-IANA"></xref>) table with the following
  additional columns:</t>

<t><list style="symbols">
  <t>"Use for DNSSEC Signing"</t>
  <t>"Use for DNSSEC Validation"</t>
  <t>"Implement for DNSSEC Signing"</t>
  <t>"Implement for DNSSEC Validation"</t>
</list></t>

<t>These values should be populated using values from Table 2 of this
  document.</t>

<t>Additional, the registration policy for the <xref target="DNSKEY-IANA"></xref> registy
  should match the text describing the requirements in this document.</t>

</section>
<section anchor="update-to-the-digest-algorithms-table"><name>Update to the "Digest Algorithms" table</name>

<t>This document requests IANA update the "Digest Algorithms" registry
  (<xref target="DS-IANA"></xref>) table with the following additional columns:</t>

<t><list style="symbols">
  <t>"Use for DNSSEC Delegation"</t>
  <t>"Use for DNSSEC Validation"</t>
  <t>"Implement for DNSSEC Delegation"</t>
  <t>"Implement for DNSSEC Validation"</t>
</list></t>

<t>These values should be populated using values from Table 3 of this
  document.</t>

<t><list style="symbols">
  <t>Update the registration policy for the <xref target="DNSKEY-IANA"></xref> registry to
match the text describing update requirements above.</t>
</list></t>

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

<t>This document is based on, and extends, RFC 8624, which was authored by
  Paul Wouters, and Ondrej Sury.</t>

<t>The contents of this document was heavily discussed by participants
  of the DNSOP working group.  We appreciate the thoughtfulness of the
  many opinions expressed by working group participants that all
  helped shaped this document.</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="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>

<reference anchor="RFC8624">
  <front>
    <title>Algorithm Implementation Requirements and Usage Guidance for DNSSEC</title>
    <author fullname="P. Wouters" initials="P." surname="Wouters"/>
    <author fullname="O. Sury" initials="O." surname="Sury"/>
    <date month="June" year="2019"/>
    <abstract>
      <t>The DNSSEC protocol makes use of various cryptographic algorithms in order to provide authentication of DNS data and proof of nonexistence. To ensure interoperability between DNS resolvers and DNS authoritative servers, it is necessary to specify a set of algorithm implementation requirements and usage guidelines to ensure that there is at least one algorithm that all implementations support. This document defines the current algorithm implementation requirements and usage guidance for DNSSEC. This document obsoletes RFC 6944.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8624"/>
  <seriesInfo name="DOI" value="10.17487/RFC8624"/>
</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="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="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="RFC5933">
  <front>
    <title>Use of GOST Signature Algorithms in DNSKEY and RRSIG Resource Records for DNSSEC</title>
    <author fullname="V. Dolmatov" initials="V." role="editor" surname="Dolmatov"/>
    <author fullname="A. Chuprina" initials="A." surname="Chuprina"/>
    <author fullname="I. Ustinov" initials="I." surname="Ustinov"/>
    <date month="July" year="2010"/>
    <abstract>
      <t>This document describes how to produce digital signatures and hash functions using the GOST R 34.10-2001 and GOST R 34.11-94 algorithms for DNSKEY, RRSIG, and DS resource records, for use in the Domain Name System Security Extensions (DNSSEC). [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5933"/>
  <seriesInfo name="DOI" value="10.17487/RFC5933"/>
</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="RFC6781">
  <front>
    <title>DNSSEC Operational Practices, Version 2</title>
    <author fullname="O. Kolkman" initials="O." surname="Kolkman"/>
    <author fullname="W. Mekking" initials="W." surname="Mekking"/>
    <author fullname="R. Gieben" initials="R." surname="Gieben"/>
    <date month="December" year="2012"/>
    <abstract>
      <t>This document describes a set of practices for operating the DNS with security extensions (DNSSEC). The target audience is zone administrators deploying DNSSEC.</t>
      <t>The document discusses operational aspects of using keys and signatures in the DNS. It discusses issues of key generation, key storage, signature generation, key rollover, and related policies.</t>
      <t>This document obsoletes RFC 4641, as it covers more operational ground and gives more up-to-date requirements with respect to key sizes and the DNSSEC operations.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6781"/>
  <seriesInfo name="DOI" value="10.17487/RFC6781"/>
</reference>

<reference anchor="RFC7583">
  <front>
    <title>DNSSEC Key Rollover Timing Considerations</title>
    <author fullname="S. Morris" initials="S." surname="Morris"/>
    <author fullname="J. Ihren" initials="J." surname="Ihren"/>
    <author fullname="J. Dickinson" initials="J." surname="Dickinson"/>
    <author fullname="W. Mekking" initials="W." surname="Mekking"/>
    <date month="October" year="2015"/>
    <abstract>
      <t>This document describes the issues surrounding the timing of events in the rolling of a key in a DNSSEC-secured zone. It presents timelines for the key rollover and explicitly identifies the relationships between the various parameters affecting the process.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7583"/>
  <seriesInfo name="DOI" value="10.17487/RFC7583"/>
</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="TLS-ciphersuites" target="https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-4">
  <front>
    <title>Transport Layer Security (TLS) Parameters</title>
    <author initials="" surname="IANA" fullname="IANA">
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>


    </references>


<?line 385?>

<section anchor="changelog"><name>ChangeLog</name>

<section anchor="changes-from-hardaker-04-to-ietf-00"><name>Changes from hardaker-04 to ietf-00</name>

<t><list style="symbols">
  <t>Just a draft name and number change.</t>
</list></t>

</section>
<section anchor="changes-from-03-to-04"><name>Changes from -03 to -04</name>

<t><list style="symbols">
  <t>Changed the columns being added from 2 per table to 4, based on
discussion within the dnsop working group mailing list.  This was
a fairly major set of changes.</t>
</list></t>

</section>
<section anchor="changes-since-rfc8624"><name>Changes since RFC8624</name>

<t><list style="symbols">
  <t>The primary purpose of this revision is to introduce the new
columns to existing registries.  It makes no changes to the
previously defined values.</t>
  <t>Merged in RFC9157 updates.</t>
  <t>Set authors as Wes Hardaker, Warren Kumari.</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
s5Qg8+H1n4PmfZ2j3v8A7c1uUk5VAAA=

-->

</rfc>

