<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-farrokhi-dnsop-ede-nta-00" category="info" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="EDE NTA">Disclosure of Negative Trust Anchors in DNS Responses</title>
    <seriesInfo name="Internet-Draft" value="draft-farrokhi-dnsop-ede-nta-00"/>
    <author initials="B." surname="Farrokhi" fullname="Babak Farrokhi">
      <organization>Quad9</organization>
      <address>
        <email>babak@farrokhi.net</email>
      </address>
    </author>
    <author initials="J." surname="Abley" fullname="Joe Abley">
      <organization>Cloudflare</organization>
      <address>
        <email>jabley@cloudflare.com</email>
      </address>
    </author>
    <author initials="S." surname="Neuteboom" fullname="Sebastiaan Neuteboom">
      <organization>Cloudflare</organization>
      <address>
        <email>sebastiaan@cloudflare.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="15"/>
    <area>Internet</area>
    <keyword>DNS</keyword>
    <keyword>EDE</keyword>
    <keyword>Extended DNS Errors</keyword>
    <keyword>DNSSEC</keyword>
    <keyword>NTA</keyword>
    <keyword>Negative Trust Anchor</keyword>
    <abstract>
      <?line 32?>

<t>This document describes a mechanism for disclosing that a Negative
Trust Anchor (NTA) was in effect at the time that a DNS response
was generated, using an Extended DNS Error (EDE).</t>
    </abstract>
  </front>
  <middle>
    <?line 38?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC8914"/> defines the Extended DNS Error (EDE) mechanism, which
allows DNS servers to encode additional information in a DNS response.</t>
      <t><xref target="RFC7646"/> defines the concept of a DNSSEC Negative Trust Anchor
(NTA), an operational mechanism by which a validating resolver can
be configured to temporarily disable DNSSEC validation for a specific
domain to mitigate misconfiguration.</t>
      <t>A resolver with an NTA in effect might send a response that ordinarily
would have been suppressed because of validation failures.  This
document defines a new EDE that can be sent with a response to
indicate that the response was subject to an active NTA.</t>
      <t>A further goal of this signal is transparency toward end users and
applications.  Section 3.1 of <xref target="RFC7646"/> recommends that operators
disclose the NTAs they have in place, for example on a website, and
notes that no in-band DNS signal exists to indicate that an NTA is in
effect.  This document defines that in-band signal, complementing such
out-of-band disclosure.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
        <?line -18?>

<t>This document assumes a familiarity with common DNS terminology as
described in <xref target="RFC9499"/>.</t>
      </section>
    </section>
    <section anchor="extended-dns-error-code-tbd-negative-trust-anchor-in-effect">
      <name>Extended DNS Error Code TBD - Negative Trust Anchor in Effect</name>
      <t>A response that includes one or more instances of EDE TBD was
generated with a covering NTA <xref target="RFC7646"/> in effect.</t>
      <t>As with all EDEs, the EDE defined in this document is diagnostic;
per Section 6 of <xref target="RFC8914"/> a client <bcp14>MUST NOT</bcp14> use its presence
to alter protocol processing.  The inclusion of this EDE in a
response does not change AD bit processing in DNS messages in any
way. The only purpose of this EDE is to provide additional information
about the response in which it appears.</t>
      <t>This EDE is intended for use in DNS responses sent by a DNS resolver
with a configured NTA and <bcp14>SHOULD NOT</bcp14> be included in other responses.
For example, a DNS response sent by an authoritative-only DNS server,
which does not perform validation and hence has no obvious use for
an NTA, <bcp14>SHOULD NOT</bcp14> include this EDE.</t>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <t>An operator that applies an NTA <bcp14>SHOULD</bcp14> return this EDE in affected
responses, so that end users and applications can tell that the
response may not have been DNSSEC-validated.  This complements, and
does not replace, the disclosure recommended in Section 3.1 of
<xref target="RFC7646"/>.</t>
      <t>A response might be affected by an NTA for various reasons, not
just in the case where the QNAME is subordinate to the domain for
which an NTA has been configured. In any case, a resolver <bcp14>MAY</bcp14> include
this EDE on any responses while an NTA is in effect, regardless of
whether the presence of the NTA had a material effect on the contents
of the response.</t>
      <t>A resolver with multiple NTAs in place simultaneously <bcp14>MAY</bcp14> include
multiple instances of this EDE in a single response, each representing
a different NTA.</t>
      <t>The operator <bcp14>MAY</bcp14> use the EXTRA-TEXT field to add context about the
NTA, such as the name at which it was configured, the reason it was
put in place, a reference where more information can be found, or
its expected duration.  As noted in Section 2 of <xref target="RFC8914"/>,
EXTRA-TEXT is intended for human consumption; operators <bcp14>SHOULD</bcp14> keep
it readable and <bcp14>SHOULD NOT</bcp14> include private or sensitive information.
Structured data <bcp14>MAY</bcp14> be included in the EXTRA-TEXT field, as described
in <xref target="I-D.ietf-dnsop-structured-dns-error"/>.</t>
      <t>When multiple instances of this EDE are included, the EXTRA-TEXT
field in each instance <bcp14>SHOULD</bcp14> be populated.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA has made the following allocation in the "Extended DNS Error
Codes" registry under the "Domain Name System (DNS) Parameters"
registry group:</t>
      <table>
        <thead>
          <tr>
            <th align="left">INFO-CODE</th>
            <th align="left">Purpose</th>
            <th align="left">Reference</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">TBD</td>
            <td align="left">Negative Trust Anchor</td>
            <td align="left">This document</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>An NTA represents an intentional, operator-driven suspension of
DNSSEC validation for a specific domain. See <xref target="RFC7646"/> for further
discussion of the operational and security implications of NTAs.</t>
      <t>The presence of the EDE defined in this document does not modify
AD bit processing in DNS messages, and its only purpose is to provide
additional information.</t>
      <t>EDEs encoded in DNS messages carry no cryptographic signatures and
hence enjoy no inherent integrity protection.  An on-path attacker
could add, remove, or modify an EDE.  Clients that require integrity
protection of these signals should use an authenticated and encrypted
transport between client and resolver, such as DNS over TLS
<xref target="RFC7858"/> or DNS over HTTPS <xref target="RFC8484"/>.  See Section 6 of
<xref target="RFC8914"/> for more discussion.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8914" target="https://www.rfc-editor.org/info/rfc8914" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8914.xml">
          <front>
            <title>Extended DNS Errors</title>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="E. Hunt" initials="E." surname="Hunt"/>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="W. Hardaker" initials="W." surname="Hardaker"/>
            <author fullname="D. Lawrence" initials="D." surname="Lawrence"/>
            <date month="October" year="2020"/>
            <abstract>
              <t>This document defines an extensible method to return additional information about the cause of DNS errors. Though created primarily to extend SERVFAIL to provide additional information about the cause of DNS and DNSSEC failures, the Extended DNS Errors option defined in this document allows all response types to contain extended error information. Extended DNS Error information does not change the processing of RCODEs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8914"/>
          <seriesInfo name="DOI" value="10.17487/RFC8914"/>
        </reference>
        <reference anchor="RFC7646" target="https://www.rfc-editor.org/info/rfc7646" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7646.xml">
          <front>
            <title>Definition and Use of DNSSEC Negative Trust Anchors</title>
            <author fullname="P. Ebersman" initials="P." surname="Ebersman"/>
            <author fullname="W. Kumari" initials="W." surname="Kumari"/>
            <author fullname="C. Griffiths" initials="C." surname="Griffiths"/>
            <author fullname="J. Livingood" initials="J." surname="Livingood"/>
            <author fullname="R. Weber" initials="R." surname="Weber"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>DNS Security Extensions (DNSSEC) is now entering widespread deployment. However, domain signing tools and processes are not yet as mature and reliable as those for non-DNSSEC-related domain administration tools and processes. This document defines Negative Trust Anchors (NTAs), which can be used to mitigate DNSSEC validation failures by disabling DNSSEC validation at specified domains.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7646"/>
          <seriesInfo name="DOI" value="10.17487/RFC7646"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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="RFC9499" target="https://www.rfc-editor.org/info/rfc9499" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9499.xml">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="9499"/>
          <seriesInfo name="DOI" value="10.17487/RFC9499"/>
        </reference>
        <reference anchor="I-D.ietf-dnsop-structured-dns-error" target="https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-structured-dns-error-22" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-dnsop-structured-dns-error.xml">
          <front>
            <title>Structured Error Data for Filtered DNS</title>
            <author fullname="Dan Wing" initials="D." surname="Wing">
              <organization>Citrix Systems, Inc.</organization>
            </author>
            <author fullname="Tirumaleswar Reddy.K" initials="T." surname="Reddy.K">
              <organization>Nokia</organization>
            </author>
            <author fullname="Neil Cook" initials="N." surname="Cook">
              <organization>Open-Xchange</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <date day="9" month="June" year="2026"/>
            <abstract>
              <t>DNS filtering is widely deployed for various reasons, including network security and policy enforcement. However, filtered DNS responses lack structured information for end users to understand the reason for the filtering. Existing mechanisms to provide explanatory details to end users cause harm especially if the blocked DNS response is for HTTPS resources. This document updates RFC 8914 by signaling client support for structuring the EXTRA-TEXT field of the Extended DNS Error to provide details on the DNS filtering. Such details can be parsed by the client and displayed, logged, or used for other purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-dnsop-structured-dns-error-22"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7858" target="https://www.rfc-editor.org/info/rfc7858" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7858.xml">
          <front>
            <title>Specification for DNS over Transport Layer Security (TLS)</title>
            <author fullname="Z. Hu" initials="Z." surname="Hu"/>
            <author fullname="L. Zhu" initials="L." surname="Zhu"/>
            <author fullname="J. Heidemann" initials="J." surname="Heidemann"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <author fullname="D. Wessels" initials="D." surname="Wessels"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of Transport Layer Security (TLS) to provide privacy for DNS. Encryption provided by TLS eliminates opportunities for eavesdropping and on-path tampering with DNS queries in the network, such as discussed in RFC 7626. In addition, this document specifies two usage profiles for DNS over TLS and provides advice on performance considerations to minimize overhead from using TCP and TLS with DNS.</t>
              <t>This document focuses on securing stub-to-recursive traffic, as per the charter of the DPRIVE Working Group. It does not prevent future applications of the protocol to recursive-to-authoritative traffic.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7858"/>
          <seriesInfo name="DOI" value="10.17487/RFC7858"/>
        </reference>
        <reference anchor="RFC8484" target="https://www.rfc-editor.org/info/rfc8484" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8484.xml">
          <front>
            <title>DNS Queries over HTTPS (DoH)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This document defines a protocol for sending DNS queries and getting DNS responses over HTTPS. Each DNS query-response pair is mapped into an HTTP exchange.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8484"/>
          <seriesInfo name="DOI" value="10.17487/RFC8484"/>
        </reference>
      </references>
    </references>
    <?line 165?>

<section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors thank the contributors to this document.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
lpNkb7v5DnKtmfZZxAzwNhf/BzyAdjSKFwAA

-->

</rfc>
