<?xml version='1.0' encoding='utf-8'?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" category="std" consensus="true" docName="draft-ietf-lamps-rfc6844bis-07" indexInclude="true" ipr="trust200902" number="8659" obsoletes="6844" prepTime="2019-11-19T22:42:54" scripts="Common,Latin" sortRefs="true" submissionType="IETF" symRefs="true" tocDepth="3" tocInclude="true" xml:lang="en">
  <link href="https://datatracker.ietf.org/doc/draft-ietf-lamps-rfc6844bis-07" rel="prev"/>
  <link href="https://dx.doi.org/10.17487/rfc8659" rel="alternate"/>
  <link href="urn:issn:2070-1721" rel="alternate"/>
  <front>
    <title abbrev="CAA">DNS Certification Authority Authorization (CAA) Resource Record</title>
    <seriesInfo name="RFC" value="8659" stream="IETF"/>
    <author initials="P." surname="Hallam-Baker" fullname="Phillip Hallam-Baker">
      <organization showOnFrontPage="true">Venture Cryptography</organization>
      <address>
        <email>phill@hallambaker.com</email>
      </address>
    </author>
    <author initials="R." surname="Stradling" fullname="Rob Stradling">
      <organization abbrev="Sectigo" showOnFrontPage="true">Sectigo Ltd.</organization>
      <address>
        <email>rob@sectigo.com</email>
      </address>
    </author>
    <author initials="J." surname="Hoffman-Andrews" fullname="Jacob Hoffman-Andrews">
      <organization showOnFrontPage="true">Let's Encrypt</organization>
      <address>
        <email>jsha@letsencrypt.org</email>
      </address>
    </author>
    <date month="11" year="2019"/>
    <keyword>certificate</keyword>
    <keyword>ca</keyword>
    <keyword>pki</keyword>
    <keyword>issue</keyword>
    <keyword>issuance</keyword>
    <keyword>wildcard</keyword>
    <abstract pn="section-abstract">
      <t pn="section-abstract-1">The Certification Authority Authorization (CAA) DNS Resource Record
allows a DNS domain name holder to specify one or more Certification
Authorities (CAs) authorized to issue certificates for that domain name.
CAA Resource Records allow a public CA to
implement additional controls to reduce the risk of unintended
certificate mis-issue.  This document defines the syntax of the CAA
record and rules for processing CAA records by CAs.</t>
      <t pn="section-abstract-2">This document obsoletes RFC 6844.</t>
    </abstract>
    <boilerplate>
      <section anchor="status-of-memo" numbered="false" removeInRFC="false" toc="exclude" pn="section-boilerplate.1">
        <name slugifiedName="name-status-of-this-memo">Status of This Memo</name>
        <t pn="section-boilerplate.1-1">
            This is an Internet Standards Track document.
        </t>
        <t pn="section-boilerplate.1-2">
            This document is a product of the Internet Engineering Task Force
            (IETF).  It represents the consensus of the IETF community.  It has
            received public review and has been approved for publication by
            the Internet Engineering Steering Group (IESG).  Further
            information on Internet Standards is available in Section 2 of 
            RFC 7841.
        </t>
        <t pn="section-boilerplate.1-3">
            Information about the current status of this document, any
            errata, and how to provide feedback on it may be obtained at
            <eref target="https://www.rfc-editor.org/info/rfc8659" brackets="none"/>.
        </t>
      </section>
      <section anchor="copyright" numbered="false" removeInRFC="false" toc="exclude" pn="section-boilerplate.2">
        <name slugifiedName="name-copyright-notice">Copyright Notice</name>
        <t pn="section-boilerplate.2-1">
            Copyright (c) 2019 IETF Trust and the persons identified as the
            document authors. All rights reserved.
        </t>
        <t pn="section-boilerplate.2-2">
            This document is subject to BCP 78 and the IETF Trust's Legal
            Provisions Relating to IETF Documents
            (<eref target="https://trustee.ietf.org/license-info" brackets="none"/>) in effect on the date of
            publication of this document. Please review these documents
            carefully, as they describe your rights and restrictions with
            respect to this document. Code Components extracted from this
            document must include Simplified BSD License text as described in
            Section 4.e of the Trust Legal Provisions and are provided without
            warranty as described in the Simplified BSD License.
        </t>
      </section>
    </boilerplate>
    <toc>
      <section anchor="toc" numbered="false" removeInRFC="false" toc="exclude" pn="section-toc.1">
        <name slugifiedName="name-table-of-contents">Table of Contents</name>
        <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1">
          <li pn="section-toc.1-1.1">
            <t keepWithNext="true" pn="section-toc.1-1.1.1"><xref derivedContent="1" format="counter" sectionFormat="of" target="section-1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-introduction">Introduction</xref></t>
          </li>
          <li pn="section-toc.1-1.2">
            <t keepWithNext="true" pn="section-toc.1-1.2.1"><xref derivedContent="2" format="counter" sectionFormat="of" target="section-2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-definitions">Definitions</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.2.2">
              <li pn="section-toc.1-1.2.2.1">
                <t keepWithNext="true" pn="section-toc.1-1.2.2.1.1"><xref derivedContent="2.1" format="counter" sectionFormat="of" target="section-2.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-requirements-language">Requirements Language</xref></t>
              </li>
              <li pn="section-toc.1-1.2.2.2">
                <t keepWithNext="true" pn="section-toc.1-1.2.2.2.1"><xref derivedContent="2.2" format="counter" sectionFormat="of" target="section-2.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-defined-terms">Defined Terms</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.3">
            <t keepWithNext="true" pn="section-toc.1-1.3.1"><xref derivedContent="3" format="counter" sectionFormat="of" target="section-3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-relevant-resource-record-se">Relevant Resource Record Set</xref></t>
          </li>
          <li pn="section-toc.1-1.4">
            <t keepWithNext="true" pn="section-toc.1-1.4.1"><xref derivedContent="4" format="counter" sectionFormat="of" target="section-4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-mechanism">Mechanism</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.4.2">
              <li pn="section-toc.1-1.4.2.1">
                <t keepWithNext="true" pn="section-toc.1-1.4.2.1.1"><xref derivedContent="4.1" format="counter" sectionFormat="of" target="section-4.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-syntax">Syntax</xref></t>
                <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.4.2.1.2">
                  <li pn="section-toc.1-1.4.2.1.2.1">
                    <t keepWithNext="true" pn="section-toc.1-1.4.2.1.2.1.1"><xref derivedContent="4.1.1" format="counter" sectionFormat="of" target="section-4.1.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-canonical-presentation-form">Canonical Presentation Format</xref></t>
                  </li>
                </ul>
              </li>
              <li pn="section-toc.1-1.4.2.2">
                <t keepWithNext="true" pn="section-toc.1-1.4.2.2.1"><xref derivedContent="4.2" format="counter" sectionFormat="of" target="section-4.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-caa-issue-property">CAA issue Property</xref></t>
              </li>
              <li pn="section-toc.1-1.4.2.3">
                <t keepWithNext="true" pn="section-toc.1-1.4.2.3.1"><xref derivedContent="4.3" format="counter" sectionFormat="of" target="section-4.3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-caa-issuewild-property">CAA issuewild Property</xref></t>
              </li>
              <li pn="section-toc.1-1.4.2.4">
                <t keepWithNext="true" pn="section-toc.1-1.4.2.4.1"><xref derivedContent="4.4" format="counter" sectionFormat="of" target="section-4.4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-caa-iodef-property">CAA iodef Property</xref></t>
              </li>
              <li pn="section-toc.1-1.4.2.5">
                <t keepWithNext="true" pn="section-toc.1-1.4.2.5.1"><xref derivedContent="4.5" format="counter" sectionFormat="of" target="section-4.5"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-critical-flag">Critical Flag</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.5">
            <t keepWithNext="true" pn="section-toc.1-1.5.1"><xref derivedContent="5" format="counter" sectionFormat="of" target="section-5"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-security-considerations">Security Considerations</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.5.2">
              <li pn="section-toc.1-1.5.2.1">
                <t keepWithNext="true" pn="section-toc.1-1.5.2.1.1"><xref derivedContent="5.1" format="counter" sectionFormat="of" target="section-5.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-use-of-dns-security">Use of DNS Security</xref></t>
              </li>
              <li pn="section-toc.1-1.5.2.2">
                <t keepWithNext="true" pn="section-toc.1-1.5.2.2.1"><xref derivedContent="5.2" format="counter" sectionFormat="of" target="section-5.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-non-compliance-by-certifica">Non-compliance by Certification Authority</xref></t>
              </li>
              <li pn="section-toc.1-1.5.2.3">
                <t keepWithNext="true" pn="section-toc.1-1.5.2.3.1"><xref derivedContent="5.3" format="counter" sectionFormat="of" target="section-5.3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-mis-issue-by-authorized-cer">Mis-Issue by Authorized Certification Authority</xref></t>
              </li>
              <li pn="section-toc.1-1.5.2.4">
                <t keepWithNext="true" pn="section-toc.1-1.5.2.4.1"><xref derivedContent="5.4" format="counter" sectionFormat="of" target="section-5.4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-suppression-or-spoofing-of-">Suppression or Spoofing of CAA Records</xref></t>
              </li>
              <li pn="section-toc.1-1.5.2.5">
                <t keepWithNext="true" pn="section-toc.1-1.5.2.5.1"><xref derivedContent="5.5" format="counter" sectionFormat="of" target="section-5.5"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-denial-of-service">Denial of Service</xref></t>
              </li>
              <li pn="section-toc.1-1.5.2.6">
                <t keepWithNext="true" pn="section-toc.1-1.5.2.6.1"><xref derivedContent="5.6" format="counter" sectionFormat="of" target="section-5.6"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-abuse-of-the-critical-flag">Abuse of the Critical Flag</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.6">
            <t keepWithNext="true" pn="section-toc.1-1.6.1"><xref derivedContent="6" format="counter" sectionFormat="of" target="section-6"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-deployment-considerations">Deployment Considerations</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.6.2">
              <li pn="section-toc.1-1.6.2.1">
                <t keepWithNext="true" pn="section-toc.1-1.6.2.1.1"><xref derivedContent="6.1" format="counter" sectionFormat="of" target="section-6.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-blocked-queries-or-response">Blocked Queries or Responses</xref></t>
              </li>
              <li pn="section-toc.1-1.6.2.2">
                <t keepWithNext="true" pn="section-toc.1-1.6.2.2.1"><xref derivedContent="6.2" format="counter" sectionFormat="of" target="section-6.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-rejected-queries-and-malfor">Rejected Queries and Malformed Responses</xref></t>
              </li>
              <li pn="section-toc.1-1.6.2.3">
                <t keepWithNext="true" pn="section-toc.1-1.6.2.3.1"><xref derivedContent="6.3" format="counter" sectionFormat="of" target="section-6.3"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-delegation-to-private-names">Delegation to Private Nameservers</xref></t>
              </li>
              <li pn="section-toc.1-1.6.2.4">
                <t keepWithNext="true" pn="section-toc.1-1.6.2.4.1"><xref derivedContent="6.4" format="counter" sectionFormat="of" target="section-6.4"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-bogus-dnssec-responses">Bogus DNSSEC Responses</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.7">
            <t keepWithNext="true" pn="section-toc.1-1.7.1"><xref derivedContent="7" format="counter" sectionFormat="of" target="section-7"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-differences-from-rfc-6844">Differences from RFC 6844</xref></t>
          </li>
          <li pn="section-toc.1-1.8">
            <t keepWithNext="true" pn="section-toc.1-1.8.1"><xref derivedContent="8" format="counter" sectionFormat="of" target="section-8"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-iana-considerations">IANA Considerations</xref></t>
          </li>
          <li pn="section-toc.1-1.9">
            <t keepWithNext="true" pn="section-toc.1-1.9.1"><xref derivedContent="9" format="counter" sectionFormat="of" target="section-9"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-references">References</xref></t>
            <ul bare="true" empty="true" indent="2" spacing="compact" pn="section-toc.1-1.9.2">
              <li pn="section-toc.1-1.9.2.1">
                <t keepWithNext="true" pn="section-toc.1-1.9.2.1.1"><xref derivedContent="9.1" format="counter" sectionFormat="of" target="section-9.1"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-normative-references">Normative References</xref></t>
              </li>
              <li pn="section-toc.1-1.9.2.2">
                <t keepWithNext="true" pn="section-toc.1-1.9.2.2.1"><xref derivedContent="9.2" format="counter" sectionFormat="of" target="section-9.2"/>.  <xref derivedContent="" format="title" sectionFormat="of" target="name-informative-references">Informative References</xref></t>
              </li>
            </ul>
          </li>
          <li pn="section-toc.1-1.10">
            <t keepWithNext="true" pn="section-toc.1-1.10.1"><xref derivedContent="" format="none" sectionFormat="of" target="section-appendix.a"/><xref derivedContent="" format="title" sectionFormat="of" target="name-acknowledgements">Acknowledgements</xref></t>
          </li>
          <li pn="section-toc.1-1.11">
            <t keepWithNext="true" pn="section-toc.1-1.11.1"><xref derivedContent="" format="none" sectionFormat="of" target="section-appendix.b"/><xref derivedContent="" format="title" sectionFormat="of" target="name-authors-addresses">Authors' Addresses</xref></t>
          </li>
        </ul>
      </section>
    </toc>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="include" removeInRFC="false" pn="section-1">
      <name slugifiedName="name-introduction">Introduction</name>
      <t pn="section-1-1">The Certification Authority Authorization (CAA) DNS Resource Record
allows a DNS domain name holder to specify the Certification
Authorities (CAs) authorized to issue certificates for that domain name.
Publication of CAA Resource Records allows a public CA to implement additional controls to reduce the risk of
unintended certificate mis-issue.</t>
      <t pn="section-1-2">Like the TLSA record defined in DNS-Based Authentication of Named
Entities (DANE) <xref target="RFC6698" format="default" sectionFormat="of" derivedContent="RFC6698"/>, CAA records are used as a part of a
mechanism for checking PKIX <xref target="RFC6698" format="default" sectionFormat="of" derivedContent="RFC6698"/> certificate data.  The distinction
between CAA and TLSA is that CAA records specify an
authorization control to be performed by a CA before
issuing a certificate and TLSA records specify a verification
control to be performed by a Relying Party after the certificate is
issued.

</t>
      <t pn="section-1-3">Conformance with a published CAA record is a necessary, but not
sufficient, condition for the issuance of a certificate.</t>
      <t pn="section-1-4">Criteria for the inclusion of embedded trust anchor certificates in
applications are outside the scope of this document.  Typically, such
criteria require the CA to publish a Certification Practices Statement
(CPS) that specifies how the requirements of the Certificate Policy
(CP) are achieved.  It is also common for a CA to engage an
independent third-party auditor to prepare an annual audit statement
of its performance against its CPS.</t>
      <t pn="section-1-5">A set of CAA records describes only current grants of authority to
issue certificates for the corresponding DNS domain name.  Since
certificates are valid for a period of time, it is possible
that a certificate that is not conformant with the CAA records
currently published was conformant with the CAA records published at
the time that the certificate was issued.  Relying Parties <bcp14>MUST NOT</bcp14> use CAA records as part of certificate validation.</t>
      <t pn="section-1-6">CAA records <bcp14>MAY</bcp14> be used by Certificate Evaluators as a possible
indicator of a security policy violation.  Such use <bcp14>SHOULD</bcp14> take into
account the possibility that published CAA records changed between
the time a certificate was issued and the time at which the
certificate was observed by the Certificate Evaluator.</t>
    </section>
    <section anchor="definitions" numbered="true" toc="include" removeInRFC="false" pn="section-2">
      <name slugifiedName="name-definitions">Definitions</name>
      <section anchor="requirements-language" numbered="true" toc="include" removeInRFC="false" pn="section-2.1">
        <name slugifiedName="name-requirements-language">Requirements Language</name>
        <t pn="section-2.1-1">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" format="default" sectionFormat="of" derivedContent="RFC2119"/> <xref target="RFC8174" format="default" sectionFormat="of" derivedContent="RFC8174"/> when,
and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="defined-terms" numbered="true" toc="include" removeInRFC="false" pn="section-2.2">
        <name slugifiedName="name-defined-terms">Defined Terms</name>
        <t pn="section-2.2-1">The following terms are used in this document:</t>
        <dl newline="false" spacing="normal" pn="section-2.2-2">
          <dt pn="section-2.2-2.1">Certificate:</dt>
          <dd pn="section-2.2-2.2">An X.509 Certificate, as specified in <xref target="RFC5280" format="default" sectionFormat="of" derivedContent="RFC5280"/>.</dd>
          <dt pn="section-2.2-2.3">Certificate Evaluator:</dt>
          <dd pn="section-2.2-2.4">A party other than a Relying Party that
   evaluates the trustworthiness of certificates issued by
   Certification Authorities.</dd>
          <dt pn="section-2.2-2.5">Certification Authority (CA):</dt>
          <dd pn="section-2.2-2.6">An Issuer that issues certificates in
   accordance with a specified Certificate Policy.</dd>
          <dt pn="section-2.2-2.7">Certificate Policy (CP):</dt>
          <dd pn="section-2.2-2.8">Specifies the criteria that a CA
   undertakes to meet in its issue of certificates.  See
   <xref target="RFC3647" format="default" sectionFormat="of" derivedContent="RFC3647"/>.</dd>
          <dt pn="section-2.2-2.9">Certification Practices Statement (CPS):</dt>
          <dd pn="section-2.2-2.10">Specifies the means by
   which the criteria of the CP are met.  In most
   cases, this will be the document against which the operations of
   the CA are audited.  See <xref target="RFC3647" format="default" sectionFormat="of" derivedContent="RFC3647"/>.</dd>
          <dt pn="section-2.2-2.11">Domain Name:</dt>
          <dd pn="section-2.2-2.12">The label assigned to a node in the Domain Name System.</dd>
          <dt pn="section-2.2-2.13">Domain Name System (DNS):</dt>
          <dd pn="section-2.2-2.14">The Internet naming system specified in
   <xref target="RFC1034" format="default" sectionFormat="of" derivedContent="RFC1034"/> and <xref target="RFC1035" format="default" sectionFormat="of" derivedContent="RFC1035"/>.</dd>
          <dt pn="section-2.2-2.15">DNS Security (DNSSEC):</dt>
          <dd pn="section-2.2-2.16">Extensions to the DNS that provide
   authentication services as specified in <xref target="RFC4033" format="default" sectionFormat="of" derivedContent="RFC4033"/>, <xref target="RFC4034" format="default" sectionFormat="of" derivedContent="RFC4034"/>,
   <xref target="RFC4035" format="default" sectionFormat="of" derivedContent="RFC4035"/>, <xref target="RFC5155" format="default" sectionFormat="of" derivedContent="RFC5155"/>, and
   any revisions to these specifications.</dd>
          <dt pn="section-2.2-2.17">Fully Qualified Domain Name (FQDN):</dt>
          <dd pn="section-2.2-2.18">A domain name that includes the labels of all
  superior nodes in the DNS.</dd>
          <dt pn="section-2.2-2.19">Issuer:</dt>
          <dd pn="section-2.2-2.20">An entity that issues certificates.  See <xref target="RFC5280" format="default" sectionFormat="of" derivedContent="RFC5280"/>.</dd>
          <dt pn="section-2.2-2.21">Property:</dt>
          <dd pn="section-2.2-2.22">The tag-value portion of a CAA Resource Record.</dd>
          <dt pn="section-2.2-2.23">Property Tag:</dt>
          <dd pn="section-2.2-2.24">The tag portion of a CAA Resource Record.</dd>
          <dt pn="section-2.2-2.25">Property Value:</dt>
          <dd pn="section-2.2-2.26">The value portion of a CAA Resource Record.</dd>
          <dt pn="section-2.2-2.27">Relevant Resource Record Set (Relevant RRset):</dt>
          <dd pn="section-2.2-2.28">A set of CAA 
   Resource Records resulting
   from applying the algorithm in <xref target="relevant-resource-record-set" format="default" sectionFormat="of" derivedContent="Section 3"/> to a specific FQDN or Wildcard Domain Name.</dd>
          <dt pn="section-2.2-2.29">Relying Party:</dt>
          <dd pn="section-2.2-2.30">A party that makes use of an application whose
   operation depends on the use of a certificate for making a security
   decision.  See <xref target="RFC5280" format="default" sectionFormat="of" derivedContent="RFC5280"/>.</dd>
          <dt pn="section-2.2-2.31">Resource Record (RR):</dt>
          <dd pn="section-2.2-2.32">A particular entry in the DNS, including the
   owner name, class, type, time to live, and data, as defined in
   <xref target="RFC1034" format="default" sectionFormat="of" derivedContent="RFC1034"/> and <xref target="RFC2181" format="default" sectionFormat="of" derivedContent="RFC2181"/>.</dd>
          <dt pn="section-2.2-2.33">Resource Record Set (RRset):</dt>
          <dd pn="section-2.2-2.34">A set of RRs of a
   particular owner name, class, and type.  The time to live on all
   RRs within an RRset is always the same, but the data may be
   different among RRs in the RRset.</dd>
          <dt pn="section-2.2-2.35">Wildcard Domain Name:</dt>
          <dd pn="section-2.2-2.36">A domain name consisting of a single asterisk
   character followed by a single "full stop" character ("*.") followed
   by an FQDN.</dd>
        </dl>
      </section>
    </section>
    <section anchor="relevant-resource-record-set" numbered="true" toc="include" removeInRFC="false" pn="section-3">
      <name slugifiedName="name-relevant-resource-record-se">Relevant Resource Record Set</name>
      <t pn="section-3-1">Before issuing a certificate, a compliant CA <bcp14>MUST</bcp14> check for
publication of a Relevant RRset.  If such an RRset
exists, a CA <bcp14>MUST NOT</bcp14> issue a certificate unless the CA
determines that either (1) the certificate request is consistent with
the applicable CAA RRset or (2) an exception specified
in the relevant CP or CPS applies. If the Relevant RRset for an FQDN
or Wildcard Domain Name contains no Property Tags that restrict issuance
(for instance, if it contains only iodef Property Tags or only Property
Tags unrecognized by the CA), CAA does not restrict issuance.</t>
      <t pn="section-3-2">A certificate request <bcp14>MAY</bcp14> specify more than one FQDN and <bcp14>MAY</bcp14>
specify Wildcard Domain Names.  Issuers <bcp14>MUST</bcp14> verify authorization for all
the FQDNs and Wildcard Domain Names specified in the request.</t>
      <t pn="section-3-3">The search for a CAA RRset climbs the DNS name tree from the
specified label up to, but not including, the DNS root "."
until a CAA RRset is found.</t>
      <t pn="section-3-4">Given a request for a specific FQDN X or a request for a Wildcard Domain
Name *.X, the Relevant RRset RelevantCAASet(X) is determined as follows (in pseudocode):</t>
      <ul empty="true" spacing="normal" bare="false" pn="section-3-5">
        <li pn="section-3-5.1">Let CAA(X) be the RRset returned by performing a CAA record query for the
FQDN X, according to the lookup algorithm
specified in <xref target="RFC1034" sectionFormat="of" section="4.3.2" format="default" derivedLink="https://rfc-editor.org/rfc/rfc1034#section-4.3.2" derivedContent="RFC1034"/> (in particular, chasing
aliases). Let Parent(X) be the FQDN produced by
removing the leftmost label of X.</li>
      </ul>
      <sourcecode name="pseudocode-1" type="pseudocode" markers="false" pn="section-3-6">
   RelevantCAASet(domain):
     while domain is not ".":
       if CAA(domain) is not Empty:
         return CAA(domain)
       domain = Parent(domain)
     return Empty </sourcecode>
      <ul empty="true" spacing="normal" bare="false" pn="section-3-7">
        <li pn="section-3-7.1">For example, processing CAA for the FQDN "X.Y.Z" where there are
no CAA records at any level in the tree RelevantCAASet would have the
following steps:</li>
      </ul>
      <artwork name="" type="" align="left" alt="" pn="section-3-8">
   CAA("X.Y.Z.") = Empty; domain = Parent("X.Y.Z.") = "Y.Z."
   CAA("Y.Z.")   = Empty; domain = Parent("Y.Z.")   = "Z."
   CAA("Z.")     = Empty; domain = Parent("Z.")     = "."
   return Empty </artwork>
      <ul empty="true" spacing="normal" bare="false" pn="section-3-9">
        <li pn="section-3-9.1">Processing CAA for the FQDN "A.B.C" where there is a CAA record
"issue example.com" at "B.C" would terminate early upon finding the CAA
record:</li>
      </ul>
      <artwork name="" type="" align="left" alt="" pn="section-3-10">
   CAA("A.B.C.") = Empty; domain = Parent("A.B.C.") = "B.C."
   CAA("B.C.")   = "issue example.com"
   return "issue example.com" </artwork>
    </section>
    <section anchor="mechanism" numbered="true" toc="include" removeInRFC="false" pn="section-4">
      <name slugifiedName="name-mechanism">Mechanism</name>
      <section anchor="syntax" numbered="true" toc="include" removeInRFC="false" pn="section-4.1">
        <name slugifiedName="name-syntax">Syntax</name>
        <t pn="section-4.1-1">A CAA RR contains a single Property consisting of a tag‑value
pair. An FQDN <bcp14>MAY</bcp14> have multiple CAA RRs associated with it, and a
given Property Tag <bcp14>MAY</bcp14> be specified more than once across those RRs.</t>
        <t pn="section-4.1-2">The RDATA section for a CAA RR contains one Property. A Property
consists of the following:</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.1-3">
+0-1-2-3-4-5-6-7-|0-1-2-3-4-5-6-7-|
| Flags          | Tag Length = n |
+----------------|----------------+...+---------------+
| Tag char 0     | Tag char 1     |...| Tag char n-1  |
+----------------|----------------+...+---------------+
+----------------|----------------+.....+----------------+
| Value byte 0   | Value byte 1   |.....| Value byte m-1 |
+----------------|----------------+.....+----------------+
</artwork>
        <t pn="section-4.1-4">Where n is the length specified in the Tag Length field and m is the
number of remaining octets in the Value field. They are related by
(m = d - n - 2)
where d is the length of the RDATA section.</t>
        <t pn="section-4.1-5">The fields are defined as follows:</t>
        <dl newline="false" spacing="normal" pn="section-4.1-6">
          <dt pn="section-4.1-6.1">Flags:</dt>
          <dd pn="section-4.1-6.2">
            <t pn="section-4.1-6.2.1">One octet containing the following field:

            </t>
            <dl newline="false" spacing="normal" pn="section-4.1-6.2.2">
              <dt pn="section-4.1-6.2.2.1">Bit 0, Issuer Critical Flag:</dt>
              <dd pn="section-4.1-6.2.2.2">If the value is set to "1", the
 Property is critical. A CA <bcp14>MUST NOT</bcp14> issue
 certificates for any FQDN if the Relevant RRset for
 that FQDN contains a CAA critical
 Property for an unknown or unsupported Property Tag.

 </dd>
            </dl>
          </dd>
        </dl>
        <t pn="section-4.1-7">Note that according to the conventions set out in <xref target="RFC1035" format="default" sectionFormat="of" derivedContent="RFC1035"/>, bit 0
is the Most Significant Bit and bit 7 is the Least Significant
Bit. Thus, according to those conventions, the Flags value 1 means that bit 7 is
set, while a value of 128 means that bit 0 is set.</t>
        <t pn="section-4.1-8">All other bit positions are reserved for future use.</t>
        <t pn="section-4.1-9">To ensure compatibility with future extensions to CAA, DNS records
compliant with this version of the CAA specification <bcp14>MUST</bcp14> clear
(set to "0") all reserved flag bits.

  Applications that interpret
CAA records <bcp14>MUST</bcp14> ignore the value of all reserved flag bits.</t>
        <dl newline="false" spacing="normal" pn="section-4.1-10">
          <dt pn="section-4.1-10.1">Tag Length:</dt>
          <dd pn="section-4.1-10.2">A single octet containing an unsigned integer specifying
the tag length in octets.  The tag length <bcp14>MUST</bcp14> be at least 1.</dd>
          <dt pn="section-4.1-10.3">Tag:</dt>
          <dd pn="section-4.1-10.4">The Property identifier -- a sequence of ASCII characters.</dd>
        </dl>
        <t pn="section-4.1-11">Tags <bcp14>MAY</bcp14> contain ASCII characters "a" through "z", "A"
through "Z", and the numbers 0 through 9.  Tags <bcp14>MUST NOT</bcp14>
contain any other characters.  Matching of tags is case
insensitive.</t>
        <t pn="section-4.1-12">Tags submitted for registration by IANA <bcp14>MUST NOT</bcp14> contain any
characters other than the (lowercase) ASCII characters "a"
through "z" and the numbers 0 through 9.</t>
        <dl newline="false" spacing="normal" pn="section-4.1-13">
          <dt pn="section-4.1-13.1">Value:</dt>
          <dd pn="section-4.1-13.2">A sequence of octets representing the Property Value.
Property Values are encoded as binary values and <bcp14>MAY</bcp14> employ
sub‑formats.</dd>
        </dl>
        <t pn="section-4.1-14">The length of the Value field is specified implicitly as the
remaining length of the enclosing RDATA section.</t>
        <section anchor="canonical-presentation-format" numbered="true" toc="include" removeInRFC="false" pn="section-4.1.1">
          <name slugifiedName="name-canonical-presentation-form">Canonical Presentation Format</name>
          <t pn="section-4.1.1-1">The canonical presentation format of the CAA record is:</t>
          <artwork name="" type="" align="left" alt="" pn="section-4.1.1-2">
   CAA &lt;flags&gt; &lt;tag&gt; &lt;value&gt;
</artwork>
          <t pn="section-4.1.1-3">Where:</t>
          <dl newline="false" spacing="normal" pn="section-4.1.1-4">
            <dt pn="section-4.1.1-4.1">Flags:</dt>
            <dd pn="section-4.1.1-4.2">An unsigned integer between 0 and 255.</dd>
            <dt pn="section-4.1.1-4.3">Tag:</dt>
            <dd pn="section-4.1.1-4.4">A non-zero-length sequence of ASCII letters and numbers in lowercase.</dd>
            <dt pn="section-4.1.1-4.5">Value:</dt>
            <dd pn="section-4.1.1-4.6">The Value field, expressed as either (1) a contiguous set of characters
   without interior spaces or (2) a quoted string.  See the
   &lt;character-string&gt; format specified in <xref target="RFC1035" sectionFormat="comma" section="5.1" format="default" derivedLink="https://rfc-editor.org/rfc/rfc1035#section-5.1" derivedContent="RFC1035"/>,
   but note that the Value field contains no length byte and is not
   limited to 255 characters.</dd>
          </dl>
        </section>
      </section>
      <section anchor="caa-issue-property" numbered="true" toc="include" removeInRFC="false" pn="section-4.2">
        <name slugifiedName="name-caa-issue-property">CAA issue Property</name>
        <t pn="section-4.2-1">If the issue Property Tag is present in the Relevant RRset for an
FQDN, it is a request that Issuers:</t>
        <ol spacing="normal" type="1" start="1" pn="section-4.2-2">
          <li pn="section-4.2-2.1" derivedCounter="1.">Perform CAA issue restriction processing for the FQDN, and</li>
          <li pn="section-4.2-2.2" derivedCounter="2.">Grant authorization to issue certificates containing that FQDN
 to the holder of the issuer-domain-name
 or a party acting under the explicit authority of the holder of the
 issuer-domain-name.</li>
        </ol>
        <t pn="section-4.2-3">The CAA issue Property Value has the following sub‑syntax (specified
in ABNF as per <xref target="RFC5234" format="default" sectionFormat="of" derivedContent="RFC5234"/>).</t>
        <sourcecode name="caa-issue-prop-value-abnf" type="abnf" markers="false" pn="section-4.2-4">
issue-value = *WSP [issuer-domain-name *WSP]
   [";" *WSP [parameters *WSP]]

issuer-domain-name = label *("." label)
label = (ALPHA / DIGIT) *( *("-") (ALPHA / DIGIT))

parameters = (parameter *WSP ";" *WSP parameters) / parameter
parameter = tag *WSP "=" *WSP value
tag = (ALPHA / DIGIT) *( *("-") (ALPHA / DIGIT))
value = *(%x21-3A / %x3C-7E)
</sourcecode>
        <t pn="section-4.2-5">For consistency with other aspects of DNS administration, FQDN
values are specified in letter-digit-hyphen Label (LDH-Label) form.</t>
        <t pn="section-4.2-6">The following CAA RRset requests that no
certificates be issued for the FQDN "certs.example.com" by any
Issuer other than ca1.example.net or ca2.example.org.</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.2-7">
certs.example.com         CAA 0 issue "ca1.example.net"
certs.example.com         CAA 0 issue "ca2.example.org"
</artwork>
        <t pn="section-4.2-8">Because the presence of an issue Property Tag in the Relevant RRset
for an FQDN restricts issuance, FQDN owners can use an issue
Property Tag with no issuer-domain-name to request no issuance.</t>
        <t pn="section-4.2-9">For example, the following RRset requests that no
certificates be issued for the FQDN "nocerts.example.com" by any
Issuer.</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.2-10">
nocerts.example.com       CAA 0 issue ";"
</artwork>
        <t pn="section-4.2-11">An issue Property Tag where the issue-value does not match the ABNF
grammar <bcp14>MUST</bcp14> be treated the same as one specifying an empty issuer‑domain-name. For
example, the following malformed CAA RRset forbids issuance:</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.2-12">
malformed.example.com     CAA 0 issue "%%%%%"
</artwork>
        <t pn="section-4.2-13">CAA authorizations are additive; thus, the result of specifying both
an empty issuer-domain-name and a non-empty issuer-domain-name  is the
same as specifying just the non-empty issuer-domain-name.</t>
        <t pn="section-4.2-14">An Issuer <bcp14>MAY</bcp14> choose to specify parameters that further
constrain the issue of certificates by that Issuer -- for example,
specifying that certificates are to be subject to specific validation
policies, billed to certain accounts, or issued under specific trust
anchors.</t>
        <t pn="section-4.2-15">For example, if ca1.example.net has requested that its customer
account.example.com specify their account number "230123" in each
of the customer's CAA records using the (CA-defined) "account" parameter,
it would look like this:</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.2-16">
account.example.com   CAA 0 issue "ca1.example.net; account=230123"
</artwork>
        <t pn="section-4.2-17">The semantics of parameters to the issue Property Tag are determined by
the Issuer alone.</t>
      </section>
      <section anchor="caa-issuewild-property" numbered="true" toc="include" removeInRFC="false" pn="section-4.3">
        <name slugifiedName="name-caa-issuewild-property">CAA issuewild Property</name>
        <t pn="section-4.3-1">The issuewild Property Tag has the same syntax and semantics as the issue
Property Tag except that it only grants authorization to
issue certificates that specify a Wildcard Domain Name and each issuewild
Property takes precedence over each issue Property when specified.
Specifically:</t>
        <t pn="section-4.3-2">Each issuewild Property <bcp14>MUST</bcp14> be ignored when processing a request for
an FQDN that is not a Wildcard Domain Name.</t>
        <t pn="section-4.3-3">If at least one issuewild Property is specified in the Relevant
RRset for a Wildcard Domain Name, each issue Property <bcp14>MUST</bcp14>
be ignored when processing a request for that Wildcard Domain Name.</t>
        <t pn="section-4.3-4">For example, the following RRset requests that <em>only</em>
ca1.example.net issue certificates for "wild.example.com" or
"sub.wild.example.com", and that <em>only</em> ca2.example.org issue certificates for
"*.wild.example.com" or "*.sub.wild.example.com". Note that this presumes
that there are no CAA RRs for sub.wild.example.com.</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.3-5">
wild.example.com          CAA 0 issue "ca1.example.net"
wild.example.com          CAA 0 issuewild "ca2.example.org"
</artwork>
        <t pn="section-4.3-6">The following RRset requests that <em>only</em> ca1.example.net issue
certificates for "wild2.example.com", "*.wild2.example.com", or
"*.sub.wild2.example.com".</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.3-7">
wild2.example.com         CAA 0 issue "ca1.example.net"
</artwork>
        <t pn="section-4.3-8">The following RRset requests that <em>only</em> ca2.example.org issue
certificates for "*.wild3.example.com" or "*.sub.wild3.example.com". It
does not permit any Issuer to issue for "wild3.example.com" or
"sub.wild3.example.com".</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.3-9">
wild3.example.com         CAA 0 issuewild "ca2.example.org"
wild3.example.com         CAA 0 issue ";"
</artwork>
        <t pn="section-4.3-10">The following RRset requests that <em>only</em> ca2.example.org issue
certificates for "*.wild3.example.com" or "*.sub.wild3.example.com". It
permits any Issuer to issue for "wild3.example.com" or "sub.wild3.example.com".</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.3-11">
wild3.example.com         CAA 0 issuewild "ca2.example.org"
</artwork>
      </section>
      <section anchor="caa-iodef-property" numbered="true" toc="include" removeInRFC="false" pn="section-4.4">
        <name slugifiedName="name-caa-iodef-property">CAA iodef Property</name>
        <t pn="section-4.4-1">The iodef Property specifies a means of reporting certificate issue
requests or cases of certificate issue for domains for which the Property
appears in the Relevant RRset, when those requests or issuances
violate the security policy of the Issuer or the FQDN holder.</t>
        <t pn="section-4.4-2">The Incident Object Description Exchange Format (IODEF) <xref target="RFC7970" format="default" sectionFormat="of" derivedContent="RFC7970"/> is
used to present the incident report in machine-readable form.</t>
        <t pn="section-4.4-3">The iodef Property Tag takes a URL as its Property Value.  The URL scheme type
determines the method used for reporting:</t>
        <dl newline="false" spacing="normal" pn="section-4.4-4">
          <dt pn="section-4.4-4.1">mailto:</dt>
          <dd pn="section-4.4-4.2">The IODEF report is reported as a MIME email
   attachment to an SMTP email that is submitted to the mail address
   specified.  The mail message sent <bcp14>SHOULD</bcp14> contain a brief text
   message to alert the recipient to the nature of the attachment.</dd>
          <dt pn="section-4.4-4.3">http or https:</dt>
          <dd pn="section-4.4-4.4">The IODEF report is submitted as a web service
   request to the HTTP address specified using the protocol specified
   in <xref target="RFC6546" format="default" sectionFormat="of" derivedContent="RFC6546"/>.</dd>
        </dl>
        <t pn="section-4.4-5">These are the only supported URL schemes.</t>
        <t pn="section-4.4-6">The following RRset specifies
that reports may be made by means of email with the IODEF data as an
attachment, a web service <xref target="RFC6546" format="default" sectionFormat="of" derivedContent="RFC6546"/>, or both:</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.4-7">
report.example.com         CAA 0 issue "ca1.example.net"
report.example.com         CAA 0 iodef "mailto:security@example.com"
report.example.com         CAA 0 iodef "https://iodef.example.com/"
</artwork>
      </section>
      <section anchor="critical-flag" numbered="true" toc="include" removeInRFC="false" pn="section-4.5">
        <name slugifiedName="name-critical-flag">Critical Flag</name>
        <t pn="section-4.5-1">The critical flag is intended to permit future versions of CAA to
introduce new semantics that <bcp14>MUST</bcp14> be understood for correct
processing of the record, preventing conforming CAs that do not
recognize the new semantics from issuing certificates for the
indicated FQDNs.</t>
        <t pn="section-4.5-2">In the following example, the Property with a Property Tag of
"tbs" is flagged as critical.
Neither the ca1.example.net CA nor any other Issuer is authorized to
issue for "new.example.com" (or any other domains for which this is
the Relevant RRset) unless the Issuer has implemented the
processing rules for the "tbs" Property Tag.</t>
        <artwork name="" type="" align="left" alt="" pn="section-4.5-3">
new.example.com       CAA 0 issue "ca1.example.net"
new.example.com       CAA 128 tbs "Unknown"
</artwork>
      </section>
    </section>
    <section anchor="security-considerations" numbered="true" toc="include" removeInRFC="false" pn="section-5">
      <name slugifiedName="name-security-considerations">Security Considerations</name>
      <t pn="section-5-1">CAA records assert a security policy that the holder of an FQDN
wishes to be observed by Issuers.  The effectiveness of
CAA records as an access control mechanism is thus dependent on
observance of CAA constraints by Issuers.</t>
      <t pn="section-5-2">The objective of the CAA record properties described in this document
is to reduce the risk of certificate mis-issue rather than avoid
reliance on a certificate that has been mis-issued.  DANE <xref target="RFC6698" format="default" sectionFormat="of" derivedContent="RFC6698"/>
describes a mechanism for avoiding reliance on mis-issued
certificates.</t>
      <section anchor="use-of-dns-security" numbered="true" toc="include" removeInRFC="false" pn="section-5.1">
        <name slugifiedName="name-use-of-dns-security">Use of DNS Security</name>
        <t pn="section-5.1-1">The use of DNSSEC to authenticate CAA RRs is strongly <bcp14>RECOMMENDED</bcp14> but not
required.  An Issuer <bcp14>MUST NOT</bcp14> issue certificates if doing so would
conflict with the Relevant RRset, irrespective of
whether the corresponding DNS records are signed.</t>
        <t pn="section-5.1-2">DNSSEC provides a proof of non-existence for both DNS FQDNs and
RRsets within FQDNs.  DNSSEC verification thus enables an Issuer to
determine whether the answer to a CAA record query (1) is empty because
the RRset is empty or (2) is non-empty but the response has been
suppressed.</t>
        <t pn="section-5.1-3">The use of DNSSEC allows an Issuer to acquire and archive a proof that
they were authorized to issue certificates for the FQDN.
Verification of such archives may be an audit requirement to verify
CAA record-processing compliance.  Publication of such archives may
be a transparency requirement to verify CAA record-processing
compliance.</t>
      </section>
      <section anchor="non-compliance-by-certification-authority" numbered="true" toc="include" removeInRFC="false" pn="section-5.2">
        <name slugifiedName="name-non-compliance-by-certifica">Non-compliance by Certification Authority</name>
        <t pn="section-5.2-1">CAA records offer CAs a cost-effective means of mitigating the risk
of certificate mis-issue: the cost of implementing CAA checks is very
small, and the potential costs of a mis-issue event include the
removal of an embedded trust anchor.</t>
      </section>
      <section anchor="mis-issue-by-authorized-certification-authority" numbered="true" toc="include" removeInRFC="false" pn="section-5.3">
        <name slugifiedName="name-mis-issue-by-authorized-cer">Mis-Issue by Authorized Certification Authority</name>
        <t pn="section-5.3-1">The use of CAA records does not prevent mis-issue by an authorized
CA, i.e., a CA that is authorized to issue
certificates for the FQDN in question by CAA records.</t>
        <t pn="section-5.3-2">FQDN holders <bcp14>SHOULD</bcp14> verify that the CAs they authorize to
issue certificates for their FQDNs employ appropriate controls to
ensure that certificates are issued only to authorized parties within
their organization.</t>
        <t pn="section-5.3-3">Such controls are most appropriately determined by the FQDN
holder and the authorized CA(s) directly and are thus outside the scope of
this document.</t>
      </section>
      <section anchor="suppression-or-spoofing-of-caa-records" numbered="true" toc="include" removeInRFC="false" pn="section-5.4">
        <name slugifiedName="name-suppression-or-spoofing-of-">Suppression or Spoofing of CAA Records</name>
        <t pn="section-5.4-1">Suppression of a CAA record or insertion of a bogus CAA record
could enable an attacker to obtain a certificate from an Issuer that
was not authorized to issue for an affected FQDN.</t>
        <t pn="section-5.4-2">Where possible, Issuers <bcp14>SHOULD</bcp14> perform DNSSEC validation to detect
missing or modified CAA RRsets.</t>
        <t pn="section-5.4-3">In cases where DNSSEC is not deployed for a corresponding FQDN, an
Issuer <bcp14>SHOULD</bcp14> attempt to mitigate this risk by employing appropriate
DNS security controls.  For example, all portions of the DNS lookup
process <bcp14>SHOULD</bcp14> be performed against the authoritative nameserver.
Data cached by third parties <bcp14>MUST NOT</bcp14> be relied on as the sole source of DNS CAA
information but <bcp14>MAY</bcp14> be used to
support additional anti‑spoofing or anti-suppression controls.</t>
      </section>
      <section anchor="denial-of-service" numbered="true" toc="include" removeInRFC="false" pn="section-5.5">
        <name slugifiedName="name-denial-of-service">Denial of Service</name>
        <t pn="section-5.5-1">Introduction of a malformed or malicious CAA RR could, in theory,
enable a Denial-of-Service (DoS) attack. This could happen by modification of
authoritative DNS records or by spoofing inflight DNS responses.</t>
        <t pn="section-5.5-2">This specific threat is not considered to add significantly to the
risk of running an insecure DNS service.</t>
        <t pn="section-5.5-3">An attacker could, in principle, perform a DoS attack against an
Issuer by requesting a certificate with a maliciously long DNS name.
In practice, the DNS protocol imposes a maximum name length, and CAA
processing does not exacerbate the existing need to mitigate DoS
attacks to any meaningful degree.</t>
      </section>
      <section anchor="abuse-of-the-critical-flag" numbered="true" toc="include" removeInRFC="false" pn="section-5.6">
        <name slugifiedName="name-abuse-of-the-critical-flag">Abuse of the Critical Flag</name>
        <t pn="section-5.6-1">A CA could make use of the critical flag to
trick customers into publishing records that prevent competing CAs
from issuing certificates even though the
customer intends to authorize multiple providers. This could happen if the
customers were setting CAA records based on data provided by the CA rather than
generating those records themselves.</t>
        <t pn="section-5.6-2">In practice, such an attack would be of minimal effect, since any
competent competitor that found itself unable to issue certificates
due to lack of support for a Property marked critical should
investigate the cause and report the reason to the customer.  The
customer will thus discover that they had been deceived.</t>
      </section>
    </section>
    <section anchor="deployment-considerations" numbered="true" toc="include" removeInRFC="false" pn="section-6">
      <name slugifiedName="name-deployment-considerations">Deployment Considerations</name>
      <t pn="section-6-1">A CA implementing CAA may find that they receive errors looking up CAA records.
The following are some common causes of such errors, so that CAs may provide
guidance to their subscribers on fixing the underlying problems.</t>
      <section anchor="blocked-queries-or-responses" numbered="true" toc="include" removeInRFC="false" pn="section-6.1">
        <name slugifiedName="name-blocked-queries-or-response">Blocked Queries or Responses</name>
        <t pn="section-6.1-1">Some middleboxes -- in particular, anti-DDoS appliances -- may be configured to
drop DNS packets of unknown types, or they may start dropping such packets when
they consider themselves under attack. This generally manifests as a timed-out
DNS query or as a SERVFAIL at a local recursive resolver.</t>
      </section>
      <section anchor="rejected-queries-and-malformed-responses" numbered="true" toc="include" removeInRFC="false" pn="section-6.2">
        <name slugifiedName="name-rejected-queries-and-malfor">Rejected Queries and Malformed Responses</name>
        <t pn="section-6.2-1">Some authoritative nameservers respond with REJECTED or NOTIMP when queried
for an RR type they do not recognize. At least one authoritative
resolver produces a malformed response (with the QR (Query/Response) bit set to "0") when queried
for unknown RR types.  Per <xref target="RFC1034" format="default" sectionFormat="of" derivedContent="RFC1034"/>, the correct response RCODE for
unknown RR types is 0 ("No error condition").

</t>
      </section>
      <section anchor="delegation-to-private-nameservers" numbered="true" toc="include" removeInRFC="false" pn="section-6.3">
        <name slugifiedName="name-delegation-to-private-names">Delegation to Private Nameservers</name>
        <t pn="section-6.3-1">Some FQDN administrators make the contents of a subdomain unresolvable on the
public Internet by delegating that subdomain to a nameserver whose IP address is
private. A CA processing CAA records for such subdomains will receive
SERVFAIL from its recursive resolver. The CA <bcp14>MAY</bcp14> interpret that as preventing
issuance. FQDN administrators wishing to issue certificates for private
FQDNs <bcp14>SHOULD</bcp14> use split-horizon DNS with a publicly available nameserver, so
that CAs can receive a valid, empty CAA response for those FQDNs.</t>
      </section>
      <section anchor="bogus-dnssec-responses" numbered="true" toc="include" removeInRFC="false" pn="section-6.4">
        <name slugifiedName="name-bogus-dnssec-responses">Bogus DNSSEC Responses</name>
        <t pn="section-6.4-1">Queries for CAA RRs are different from most DNS RR types, because
a signed, empty response to a query for CAA RRs is meaningfully different
from a bogus response. A signed, empty response indicates that there is
definitely no CAA policy set at a given label. A bogus response may mean
either a misconfigured zone or an attacker tampering with records. DNSSEC
implementations may have bugs with signatures on empty responses that go
unnoticed, because for more common RR types like A and AAAA,
the difference to an end user between empty and bogus is irrelevant; they
both mean a site is unavailable.</t>
        <t pn="section-6.4-2">In particular, at least two authoritative resolvers that implement live signing
had bugs when returning empty RRsets for DNSSEC-signed zones, in
combination with mixed-case queries. Mixed‑case queries, also known as DNS 0x20,
are used by some recursive resolvers to increase resilience against DNS
poisoning attacks. DNSSEC-signing authoritative resolvers are expected to copy
the same capitalization from the query into their ANSWER section but also to sign the
response as if they had used all lowercase. In particular, PowerDNS versions
prior to 4.0.4 had this bug.</t>
      </section>
    </section>
    <section anchor="differences-versus-rfc6844" numbered="true" toc="include" removeInRFC="false" pn="section-7">
      <name slugifiedName="name-differences-from-rfc-6844">Differences from RFC 6844</name>
      <t pn="section-7-1">This document obsoletes <xref target="RFC6844" format="default" sectionFormat="of" derivedContent="RFC6844"/>. The most important change is to
the "Certification Authority Processing" section (now called
"Relevant Resource Record Set" (<xref target="relevant-resource-record-set" format="default" sectionFormat="of" derivedContent="Section 3"/>), as noted below). <xref target="RFC6844" format="default" sectionFormat="of" derivedContent="RFC6844"/> specified an
algorithm that performed DNS tree-climbing not only on the FQDN
being processed but also on all CNAMEs and DNAMEs encountered along
the way. This made the processing algorithm very inefficient when used
on FQDNs that utilize many CNAMEs and would have made it difficult
for hosting providers to set CAA policies on their own FQDNs without
setting potentially unwanted CAA policies on their customers' FQDNs.
This document specifies a simplified processing algorithm that only
performs tree-climbing on the FQDN being processed, and it leaves the
processing of CNAMEs and DNAMEs up to the CA's recursive resolver.</t>
      <t pn="section-7-2">This document also includes a "Deployment Considerations" section
(<xref target="deployment-considerations" format="default" sectionFormat="of" derivedContent="Section 6"/>) detailing experience gained with practical deployment of CAA enforcement
among CAs in the WebPKI.</t>
      <t pn="section-7-3">This document clarifies the ABNF grammar for the issue and issuewild tags
and resolves some inconsistencies with the document text. In particular,
it specifies that parameters are separated with semicolons. It also allows
hyphens in Property Tags.</t>
      <t pn="section-7-4">This document also clarifies the processing of a CAA RRset that is not empty
but that does not contain any issue or issuewild tags.</t>
      <t pn="section-7-5">This document removes the section titled "The CAA RR Type," merging it with
"Mechanism" (<xref target="mechanism" format="default" sectionFormat="of" derivedContent="Section 4"/>) because the definitions were mainly duplicates. It moves the "Use of
DNS Security" section into Security Considerations (<xref target="security-considerations" format="default" sectionFormat="of" derivedContent="Section 5"/>). It renames "Certification
Authority Processing" to "Relevant Resource Record Set" (<xref target="relevant-resource-record-set" format="default" sectionFormat="of" derivedContent="Section 3"/>) and emphasizes the use
of that term to more clearly define which domains are affected by a given RRset.</t>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="include" removeInRFC="false" pn="section-8">
      <name slugifiedName="name-iana-considerations">IANA Considerations</name>
      <t pn="section-8-1">IANA has added this document as
a reference for the "Certification Authority Restriction Flags" and
"Certification Authority Restriction Properties" registries and updated
references to <xref target="RFC6844" format="default" sectionFormat="of" derivedContent="RFC6844"/> within those registries to refer instead to
this document. IANA has also updated the CAA TYPE in the 
"Resource Record (RR) TYPEs" subregistry of the "Domain Name System (DNS) Parameters" registry with a reference
to this document.</t>
    </section>
  </middle>
  <back>
    <references pn="section-9">
      <name slugifiedName="name-references">References</name>
      <references pn="section-9.1">
        <name slugifiedName="name-normative-references">Normative References</name>
        <reference anchor="RFC1034" target="https://www.rfc-editor.org/info/rfc1034" quoteTitle="true" derivedAnchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author initials="P.V." surname="Mockapetris" fullname="P.V. Mockapetris">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="1987" month="November"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System.  It obsoletes RFC-882.  This memo describes the domain style names and their used for host address look up and electronic mail forwarding.  It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="RFC1035" target="https://www.rfc-editor.org/info/rfc1035" quoteTitle="true" derivedAnchor="RFC1035">
          <front>
            <title>Domain names - implementation and specification</title>
            <author initials="P.V." surname="Mockapetris" fullname="P.V. Mockapetris">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="1987" month="November"/>
            <abstract>
              <t>This RFC is the revised specification of the protocol and format used in the implementation of the Domain Name System.  It obsoletes RFC-883. This memo documents the details of the domain name client - server communication.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1035"/>
          <seriesInfo name="DOI" value="10.17487/RFC1035"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" quoteTitle="true" derivedAnchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author initials="S." surname="Bradner" fullname="S. Bradner">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="1997" month="March"/>
            <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="RFC2181" target="https://www.rfc-editor.org/info/rfc2181" quoteTitle="true" derivedAnchor="RFC2181">
          <front>
            <title>Clarifications to the DNS Specification</title>
            <author initials="R." surname="Elz" fullname="R. Elz">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Bush" fullname="R. Bush">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="1997" month="July"/>
            <abstract>
              <t>This document considers some areas that have been identified as problems with the specification of the Domain Name System, and proposes remedies for the defects identified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2181"/>
          <seriesInfo name="DOI" value="10.17487/RFC2181"/>
        </reference>
        <reference anchor="RFC4033" target="https://www.rfc-editor.org/info/rfc4033" quoteTitle="true" derivedAnchor="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author initials="R." surname="Arends" fullname="R. Arends">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Austein" fullname="R. Austein">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="M." surname="Larson" fullname="M. Larson">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="D." surname="Massey" fullname="D. Massey">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Rose" fullname="S. Rose">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2005" month="March"/>
            <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" target="https://www.rfc-editor.org/info/rfc4034" quoteTitle="true" derivedAnchor="RFC4034">
          <front>
            <title>Resource Records for the DNS Security Extensions</title>
            <author initials="R." surname="Arends" fullname="R. Arends">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Austein" fullname="R. Austein">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="M." surname="Larson" fullname="M. Larson">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="D." surname="Massey" fullname="D. Massey">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Rose" fullname="S. Rose">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2005" month="March"/>
            <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" target="https://www.rfc-editor.org/info/rfc4035" quoteTitle="true" derivedAnchor="RFC4035">
          <front>
            <title>Protocol Modifications for the DNS Security Extensions</title>
            <author initials="R." surname="Arends" fullname="R. Arends">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Austein" fullname="R. Austein">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="M." surname="Larson" fullname="M. Larson">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="D." surname="Massey" fullname="D. Massey">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Rose" fullname="S. Rose">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2005" month="March"/>
            <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="RFC5155" target="https://www.rfc-editor.org/info/rfc5155" quoteTitle="true" derivedAnchor="RFC5155">
          <front>
            <title>DNS Security (DNSSEC) Hashed Authenticated Denial of Existence</title>
            <author initials="B." surname="Laurie" fullname="B. Laurie">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="G." surname="Sisson" fullname="G. Sisson">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Arends" fullname="R. Arends">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="D." surname="Blacka" fullname="D. Blacka">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2008" month="March"/>
            <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="RFC5234" target="https://www.rfc-editor.org/info/rfc5234" quoteTitle="true" derivedAnchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author initials="D." surname="Crocker" fullname="D. Crocker" role="editor">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="P." surname="Overell" fullname="P. Overell">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2008" month="January"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280" quoteTitle="true" derivedAnchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author initials="D." surname="Cooper" fullname="D. Cooper">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Santesson" fullname="S. Santesson">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Farrell" fullname="S. Farrell">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Boeyen" fullname="S. Boeyen">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Housley" fullname="R. Housley">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="W." surname="Polk" fullname="W. Polk">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2008" month="May"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC6546" target="https://www.rfc-editor.org/info/rfc6546" quoteTitle="true" derivedAnchor="RFC6546">
          <front>
            <title>Transport of Real-time Inter-network Defense (RID) Messages over HTTP/TLS</title>
            <author initials="B." surname="Trammell" fullname="B. Trammell">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2012" month="April"/>
            <abstract>
              <t>The Incident Object Description Exchange Format (IODEF) defines a common XML format for document exchange, and Real-time Inter-network Defense (RID) defines extensions to IODEF intended for the cooperative handling of security incidents within consortia of network operators and enterprises.  This document specifies an application-layer protocol for RID based upon the passing of RID messages over HTTP/TLS.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6546"/>
          <seriesInfo name="DOI" value="10.17487/RFC6546"/>
        </reference>
        <reference anchor="RFC6698" target="https://www.rfc-editor.org/info/rfc6698" quoteTitle="true" derivedAnchor="RFC6698">
          <front>
            <title>The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA</title>
            <author initials="P." surname="Hoffman" fullname="P. Hoffman">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="J." surname="Schlyter" fullname="J. Schlyter">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2012" month="August"/>
            <abstract>
              <t>Encrypted communication on the Internet often uses Transport Layer Security (TLS), which depends on third parties to certify the keys used.  This document improves on that situation by enabling the administrators of domain names to specify the keys used in that domain's TLS servers.  This requires matching improvements in TLS client software, but no change in TLS server software.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6698"/>
          <seriesInfo name="DOI" value="10.17487/RFC6698"/>
        </reference>
        <reference anchor="RFC6844" target="https://www.rfc-editor.org/info/rfc6844" quoteTitle="true" derivedAnchor="RFC6844">
          <front>
            <title>DNS Certification Authority Authorization (CAA) Resource Record</title>
            <author initials="P." surname="Hallam-Baker" fullname="P. Hallam-Baker">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Stradling" fullname="R. Stradling">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2013" month="January"/>
            <abstract>
              <t>The Certification Authority Authorization (CAA) DNS Resource Record allows a DNS domain name holder to specify one or more Certification Authorities (CAs) authorized to issue certificates for that domain. CAA Resource Records allow a public Certification Authority to implement additional controls to reduce the risk of unintended certificate mis-issue.  This document defines the syntax of the CAA record and rules for processing CAA records by certificate issuers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6844"/>
          <seriesInfo name="DOI" value="10.17487/RFC6844"/>
        </reference>
        <reference anchor="RFC7970" target="https://www.rfc-editor.org/info/rfc7970" quoteTitle="true" derivedAnchor="RFC7970">
          <front>
            <title>The Incident Object Description Exchange Format Version 2</title>
            <author initials="R." surname="Danyliw" fullname="R. Danyliw">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2016" month="November"/>
            <abstract>
              <t>The Incident Object Description Exchange Format (IODEF) defines a data representation for security incident reports and indicators commonly exchanged by operational security teams for mitigation and watch and warning.  This document describes an updated information model for the IODEF and provides an associated data model specified with the XML schema.  This new information and data model obsoletes RFCs 5070 and 6685.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7970"/>
          <seriesInfo name="DOI" value="10.17487/RFC7970"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" quoteTitle="true" derivedAnchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author initials="B." surname="Leiba" fullname="B. Leiba">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2017" month="May"/>
            <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>
      <references pn="section-9.2">
        <name slugifiedName="name-informative-references">Informative References</name>
        <reference anchor="RFC3647" target="https://www.rfc-editor.org/info/rfc3647" quoteTitle="true" derivedAnchor="RFC3647">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Policy and Certification Practices Framework</title>
            <author initials="S." surname="Chokhani" fullname="S. Chokhani">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="W." surname="Ford" fullname="W. Ford">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="R." surname="Sabett" fullname="R. Sabett">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="C." surname="Merrill" fullname="C. Merrill">
              <organization showOnFrontPage="true"/>
            </author>
            <author initials="S." surname="Wu" fullname="S. Wu">
              <organization showOnFrontPage="true"/>
            </author>
            <date year="2003" month="November"/>
            <abstract>
              <t>This document presents a framework to assist the writers of certificate policies or certification practice statements for participants within public key infrastructures, such as certification authorities, policy authorities, and communities of interest that wish to rely on certificates.  In particular, the framework provides a comprehensive list of topics that potentially (at the writer's discretion) need to be covered in a certificate policy or a certification practice statement.  This document supersedes RFC 2527.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3647"/>
          <seriesInfo name="DOI" value="10.17487/RFC3647"/>
        </reference>
      </references>
    </references>
    <section anchor="acknowledgements" numbered="false" toc="include" removeInRFC="false" pn="section-appendix.a">
      <name slugifiedName="name-acknowledgements">Acknowledgements</name>
      <t pn="section-appendix.a-1">The authors would like to thank the following people who contributed
to the design and documentation of this work item: Corey Bonnell, Chris Evans,
Stephen Farrell, Jeff Hodges, Paul Hoffman, Tim Hollebeek, Stephen Kent, Adam
Langley, Ben Laurie, James Manger, Chris Palmer, Scott Schmit, Sean Turner, and
Ben Wilson.</t>
    </section>
    <section anchor="authors-addresses" numbered="false" removeInRFC="false" toc="include" pn="section-appendix.b">
      <name slugifiedName="name-authors-addresses">Authors' Addresses</name>
      <author initials="P." surname="Hallam-Baker" fullname="Phillip Hallam-Baker">
        <organization showOnFrontPage="true">Venture Cryptography</organization>
        <address>
          <email>phill@hallambaker.com</email>
        </address>
      </author>
      <author initials="R." surname="Stradling" fullname="Rob Stradling">
        <organization abbrev="Sectigo" showOnFrontPage="true">Sectigo Ltd.</organization>
        <address>
          <email>rob@sectigo.com</email>
        </address>
      </author>
      <author initials="J." surname="Hoffman-Andrews" fullname="Jacob Hoffman-Andrews">
        <organization showOnFrontPage="true">Let's Encrypt</organization>
        <address>
          <email>jsha@letsencrypt.org</email>
        </address>
      </author>
    </section>
  </back>
</rfc>
