<?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.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-dns-over-coap-19" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.1 -->
  <?v3xml2rfc silence="Found SVG with width or height specified"?>
  <front>
    <title abbrev="DoC">DNS over CoAP (DoC)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-dns-over-coap-19"/>
    <author initials="M. S." surname="Lenders" fullname="Martine Sophie Lenders">
      <organization abbrev="TU Dresden">TUD Dresden University of Technology</organization>
      <address>
        <postal>
          <street>Helmholtzstr. 10</street>
          <city>Dresden</city>
          <code>D-01069</code>
          <country>Germany</country>
        </postal>
        <email>martine.lenders@tu-dresden.de</email>
      </address>
    </author>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <author initials="C." surname="Gündoğan" fullname="Cenk Gündoğan">
      <organization>NeuralAgent GmbH</organization>
      <address>
        <postal>
          <street>Mies-van-der-Rohe-Straße 6</street>
          <city>Munich</city>
          <code>D-80807</code>
          <country>Germany</country>
        </postal>
        <email>cenk.gundogan@neuralagent.ai</email>
      </address>
    </author>
    <author initials="T. C." surname="Schmidt" fullname="Thomas C. Schmidt">
      <organization>HAW Hamburg</organization>
      <address>
        <postal>
          <street>Berliner Tor 7</street>
          <city>Hamburg</city>
          <code>D-20099</code>
          <country>Germany</country>
        </postal>
        <email>t.schmidt@haw-hamburg.de</email>
      </address>
    </author>
    <author initials="M." surname="Wählisch" fullname="Matthias Wählisch">
      <organization abbrev="TU Dresden &amp; Barkhausen Institut">TUD Dresden University of Technology &amp; Barkhausen Institut</organization>
      <address>
        <postal>
          <street>Helmholtzstr. 10</street>
          <city>Dresden</city>
          <code>D-01069</code>
          <country>Germany</country>
        </postal>
        <email>m.waehlisch@tu-dresden.de</email>
      </address>
    </author>
    <date year="2025" month="September" day="09"/>
    <area>Applications</area>
    <workgroup>CoRE</workgroup>
    <keyword>Internet-Draft</keyword>
    <keyword>CoRE</keyword>
    <keyword>CoAP</keyword>
    <keyword>DNS</keyword>
    <abstract>
      <?line 116?>

<t>This document defines a protocol for exchanging DNS queries (OPCODE 0) over the
Constrained Application Protocol (CoAP). These CoAP messages can be protected
by (D)TLS-Secured CoAP (CoAPS) or Object Security for Constrained RESTful
Environments (OSCORE) to provide encrypted DNS message exchange for
constrained devices in the Internet of Things (IoT).</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://core-wg.github.io/draft-dns-over-coap/draft-ietf-core-dns-over-coap.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-core-dns-over-coap/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        CoRE Working Group mailing list (<eref target="mailto:core@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/core/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/core-wg/draft-dns-over-coap"/>.</t>
    </note>
  </front>
  <middle>
    <?line 124?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines DNS over CoAP (DoC), a protocol to send DNS
<xref target="STD13"/> queries and get DNS responses over the Constrained Application
Protocol (CoAP) <xref target="RFC7252"/> using OPCODE 0 (Query). Each DNS query-response pair is mapped into a
CoAP message exchange. Each CoAP message can be secured by DTLS 1.2 or newer <xref target="RFC6347"/> <xref target="RFC9147"/>
as well as Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>
but also TLS 1.3 or newer <xref target="RFC8323"/> <xref target="RFC8446"/>
to ensure message integrity and confidentiality.</t>
      <t>The application use case of DoC is inspired by DNS over HTTPS <xref target="RFC8484"/>
(DoH). DoC, however, aims for deployment in the constrained Internet of
Things (IoT), which usually conflicts with the requirements introduced by
HTTPS.
Constrained IoT devices may be restricted in memory, power consumption,
link-layer frame sizes, throughput, and latency. They may
only have a handful kilobytes of both RAM and ROM. They may sleep for long
durations of time, after which they need to refresh the named resources they
know about. Name resolution in such scenarios must take into account link
layer frame sizes of only a few hundred bytes, bit rates in the magnitude
of kilobits per second, and latencies of several seconds <xref target="RFC7228"/> <xref target="I-D.ietf-iotops-7228bis"/> <cref anchor="remove-constr-nodes">RFC Ed.: Please remove the <xref target="RFC7228"/> reference and replace it with <xref target="I-D.ietf-iotops-7228bis"/> throughout the document in case <xref target="I-D.ietf-iotops-7228bis"/> becomes an RFC before publication.</cref>.</t>
      <t>In order not to be burdened by the resource requirements of TCP and HTTPS, constrained IoT devices could use DNS over DTLS <xref target="RFC8094"/>.
In contrast to DNS over DTLS, DoC
can take advantage of CoAP features to mitigate drawbacks of datagram-based
communication. These features include: block-wise transfer <xref target="RFC7959"/>, which solves
the Path MTU problem of DNS over DTLS (see <xref section="5" sectionFormat="comma" target="RFC8094"/>); CoAP
proxies, which provide an additional level of caching; re-use of data
structures for application traffic and DNS information, which saves memory
on constrained devices.</t>
      <t>To avoid the resource requirements of DTLS or TLS on top of UDP (e.g., introduced by DNS over DTLS <xref target="RFC8094"/> or DNS over QUIC <xref target="RFC9250"/>), DoC allows for lightweight message protection based on OSCORE.</t>
      <figure anchor="fig-overview-arch">
        <name>Basic DoC architecture</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="608" viewBox="0 0 608 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,96 L 8,144" fill="none" stroke="black"/>
              <path d="M 64,96 L 64,144" fill="none" stroke="black"/>
              <path d="M 208,96 L 208,144" fill="none" stroke="black"/>
              <path d="M 264,96 L 264,144" fill="none" stroke="black"/>
              <path d="M 320,96 L 320,144" fill="none" stroke="black"/>
              <path d="M 456,112 L 456,128" fill="none" stroke="black"/>
              <path d="M 600,112 L 600,128" fill="none" stroke="black"/>
              <path d="M 8,96 L 64,96" fill="none" stroke="black"/>
              <path d="M 208,96 L 320,96" fill="none" stroke="black"/>
              <path d="M 472,96 L 584,96" fill="none" stroke="black"/>
              <path d="M 72,112 L 200,112" fill="none" stroke="black"/>
              <path d="M 328,112 L 344,112" fill="none" stroke="black"/>
              <path d="M 360,112 L 376,112" fill="none" stroke="black"/>
              <path d="M 392,112 L 408,112" fill="none" stroke="black"/>
              <path d="M 424,112 L 448,112" fill="none" stroke="black"/>
              <path d="M 72,128 L 200,128" fill="none" stroke="black"/>
              <path d="M 328,128 L 352,128" fill="none" stroke="black"/>
              <path d="M 368,128 L 384,128" fill="none" stroke="black"/>
              <path d="M 400,128 L 416,128" fill="none" stroke="black"/>
              <path d="M 432,128 L 448,128" fill="none" stroke="black"/>
              <path d="M 8,144 L 64,144" fill="none" stroke="black"/>
              <path d="M 208,144 L 320,144" fill="none" stroke="black"/>
              <path d="M 472,144 L 584,144" fill="none" stroke="black"/>
              <path d="M 40,192 L 88,192" fill="none" stroke="black"/>
              <path d="M 200,192 L 248,192" fill="none" stroke="black"/>
              <path d="M 280,192 L 312,192" fill="none" stroke="black"/>
              <path d="M 528,192 L 568,192" fill="none" stroke="black"/>
              <path d="M 32,176 L 40,192" fill="none" stroke="black"/>
              <path d="M 272,176 L 280,192" fill="none" stroke="black"/>
              <path d="M 104,64 L 120,32" fill="none" stroke="black"/>
              <path d="M 248,192 L 256,176" fill="none" stroke="black"/>
              <path d="M 568,192 L 576,176" fill="none" stroke="black"/>
              <path d="M 472,96 C 463.16936,96 456,103.16936 456,112" fill="none" stroke="black"/>
              <path d="M 584,96 C 592.83064,96 600,103.16936 600,112" fill="none" stroke="black"/>
              <path d="M 472,144 C 463.16936,144 456,136.83064 456,128" fill="none" stroke="black"/>
              <path d="M 584,144 C 592.83064,144 600,136.83064 600,128" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="456,112 444,106.4 444,117.6" fill="black" transform="rotate(0,448,112)"/>
              <polygon class="arrowhead" points="336,128 324,122.4 324,133.6" fill="black" transform="rotate(180,328,128)"/>
              <polygon class="arrowhead" points="208,112 196,106.4 196,117.6" fill="black" transform="rotate(0,200,112)"/>
              <polygon class="arrowhead" points="80,128 68,122.4 68,133.6" fill="black" transform="rotate(180,72,128)"/>
              <g class="text">
                <text x="152" y="36">FETCH</text>
                <text x="268" y="36">coaps://[2001:db8::1]/</text>
                <text x="108" y="84">CoAP</text>
                <text x="160" y="84">request</text>
                <text x="108" y="100">[DNS</text>
                <text x="156" y="100">query]</text>
                <text x="360" y="100">DNS</text>
                <text x="400" y="100">query</text>
                <text x="32" y="116">DoC</text>
                <text x="232" y="116">DoC</text>
                <text x="288" y="116">DNS</text>
                <text x="520" y="116">DNS</text>
                <text x="36" y="132">Client</text>
                <text x="236" y="132">Server</text>
                <text x="292" y="132">Client</text>
                <text x="524" y="132">Infrastructure</text>
                <text x="100" y="148">CoAP</text>
                <text x="156" y="148">response</text>
                <text x="352" y="148">DNS</text>
                <text x="404" y="148">response</text>
                <text x="100" y="164">[DNS</text>
                <text x="160" y="164">response]</text>
                <text x="104" y="196">DNS</text>
                <text x="140" y="196">over</text>
                <text x="180" y="196">CoAP</text>
                <text x="328" y="196">DNS</text>
                <text x="364" y="196">over</text>
                <text x="456" y="196">UDP/HTTPS/QUIC/..</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
              . FETCH coaps://[2001:db8::1]/
             /
            /
           CoAP request
+------+   [DNS query]   +------+------+   DNS query     .---------------.
| DoC  |---------------->| DoC  | DNS  |--- --- --- --->|      DNS        |
|Client|<----------------|Server|Client|<--- --- --- ---| Infrastructure  |
+------+  CoAP response  +------+------+  DNS response   '---------------'
          [DNS response]
   \                           / \                                     /
    '------DNS over CoAP------'   '----DNS over UDP/HTTPS/QUIC/...----'

]]></artwork>
        </artset>
      </figure>
      <t>The most important components of DoC can be seen in <xref target="fig-overview-arch"/>: a DoC
client tries to resolve DNS information by sending DNS queries carried within
CoAP requests to a DoC server.
That DoC server can be the authoritive name server for the queried record or a DNS client (i.e., a stub or recursive resolver) that resolves DNS information by using other DNS transports such
as DNS over UDP <xref target="STD13"/>, DNS over HTTPS <xref target="RFC8484"/>, or DNS over QUIC <xref target="RFC9250"/> when communicating with the upstream
DNS infrastructure.
Using that information, the DoC server then replies to the queries of the DoC client with DNS
responses carried within CoAP responses.
A DoC server <bcp14>MAY</bcp14> also serve as DNSSEC validator to provide DNSSEC validation to the more
constrained DoC clients.</t>
      <t>Note that this specification is distinct from DoH, since the CoAP-specific FETCH method <xref target="RFC8132"/> is used.
This has the benefit of having the DNS query in the body as when using the POST method, but still with the same caching advantages of responses to requests that use the GET method.
Having the DNS query in the body means that we do not need extra base64 encoding, which would increase
code complexity and message sizes.
Also, this allows for the block-wise transfer of queries <xref target="RFC7959"/>.</t>
    </section>
    <section anchor="terminology-and-conventions">
      <name>Terminology and Conventions</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>A server that provides the service specified in this document is called a "DoC
server" to differentiate it from a classic "DNS server".
A DoC server acts either as a DNS stub resolver or a DNS recursive resolver <xref target="BCP219"/>.
As such, the DoC server communicates with an "upstream DNS infrastructure" or a single "upstream DNS server".
A "DoC resource" is a CoAP resource <xref target="RFC7252"/> at the DoC server that DoC clients can target to send a DNS query in a CoAP request.</t>
      <t>A client using the service specified in this document to retrieve the
DNS information is called a "DoC client".</t>
      <t>The term "constrained nodes" is used as defined in <xref target="RFC7228"/>.
<xref target="RFC6690"/> describes that "Constrained RESTful Environments (CoRE)" realize the Representational State Transfer (REST) architecture <xref target="REST"/> in a suitable form for such constrained nodes.</t>
      <t>A DoC server can provide Observe capabilities as defined in <xref section="1.2" sectionFormat="comma" target="RFC7641"/>.
As part of that, it administers a "list of observers".
DoC clients using these capabilities are "observers" as defined in <xref section="1.2" sectionFormat="comma" target="RFC7641"/> in that case.
A "notification" is a CoAP response message with an Observe option, see <xref section="4.2" sectionFormat="comma" target="RFC7641"/>.</t>
      <t>The terms "payload" and "body" are used as defined in <xref section="2" sectionFormat="comma" target="RFC7959"/>.
Note that, when block-wise transfer is not used, the terms "payload" and "body" are to be understood as equal.</t>
      <t>For better readability, in the examples in this document the binary payload and resource records are shown in a hexadecimal representation as well as a human-readable format.
In the actual message sent and received, however, they are encoded in the binary message format defined in <xref target="STD13"/>.</t>
    </section>
    <section anchor="sec_doc-server-selection">
      <name>Selection of a DoC Server</name>
      <t>While there is no path specified for the DoC resource, it is <bcp14>RECOMMENDED</bcp14> to use the root path "/"
to keep the CoAP requests small.</t>
      <t>The DoC client needs to know the DoC server and the DoC resource at the DoC server.
Possible options to assure this could be manual configuration of a Uniform Resource Identifier (URI) <xref target="RFC3986"/> or Constrained Resource Identifier (CRI) <xref target="I-D.ietf-core-href"/>,
or automatic configuration, e.g., using a CoRE resource directory
<xref target="RFC9176"/>, DHCP or Router Advertisement options <xref target="RFC9463"/>, or discovery of designated resolvers
<xref target="RFC9462"/>.
Automatic configuration <bcp14>MUST</bcp14> only be done from a trusted source.</t>
      <section anchor="discovery-by-resource-type">
        <name>Discovery by Resource Type</name>
        <t>For discovery of the DoC resource through a link mechanism that allows describing a resource type
(e.g., the Resource Type attribute in <xref target="RFC6690"/>), this document introduces the resource type "core.dns".
It can be used to identify a generic DNS resolver that is available to the client.</t>
      </section>
      <section anchor="discovery-using-svcb-resource-records-or-dnr">
        <name>Discovery using SVCB Resource Records or DNR</name>
        <t>A DoC server can also be discovered using Service Binding (SVCB) Resource Records (RR) <xref target="RFC9460"/> <xref target="RFC9461"/> resolved via another DNS service (e.g., provided by an unencrypted local resolver) or Discovery of Network-designated Resolvers (DNR)
Service Parameters <xref target="RFC9463"/> via DHCP or Router Advertisements.
<xref target="RFC8323"/> defines the Application-Layer Protocol Negotiation (ALPN) ID for CoAP over TLS servers and <xref target="I-D.ietf-core-coap-dtls-alpn"/> defines the ALPN ID for CoAP over DTLS servers.
DoC servers that use only OSCORE <xref target="RFC8613"/> and Ephemeral Diffie-Hellman Over COSE (EDHOC) <xref target="RFC9528"/> (with COSE abbreviating "Concise Binary Object Notation (CBOR) Object Signing and Encryption" <xref target="RFC9052"/>) to support security cannot be discovered using these SVCB RR or DNR mechanisms.
Specifying an alternate discovery mechanism is out of scope of this document.</t>
        <t>This document is not an SVCB mapping document for the CoAP schemes
as defined in <xref section="2.4.3" sectionFormat="of" target="RFC9460"/>.
A full SVCB mapping is specified in <xref target="I-D.ietf-core-transport-indication"/>.
It generalizes mechanisms for all CoAP services.
This document introduces only the discovery of DoC services.</t>
        <t>This document specifies "docpath" as
a single-valued SvcParamKey that is mandatory for DoC SVCB records.
If the "docpath" SvcParamKey is absent, the service should not be considered a valid DoC service.</t>
        <t>The docpath is devided up into segments of the absolute path to the DoC resource (docpath-segment),
each a sequence of 1-255 octets.
In ABNF <xref target="RFC5234"/>:</t>
        <artwork><![CDATA[
docpath-segment = 1*255OCTET
]]></artwork>
        <t>Note that this restricts the length of each docpath-segment to at most 255 octets.
Paths with longer segments cannot be advertised with the "docpath" SvcParam and are thus <bcp14>NOT
RECOMMENDED</bcp14> for the path to the DoC resource.</t>
        <t>The presentation format value of "docpath" <bcp14>SHALL</bcp14> be a comma-separated list (<xref section="A.1" sectionFormat="of" target="RFC9460"/>)
of 0 or more docpath-segments.
The root path "/" is represented by 0 docpath-segments, i.e., an empty list.
The same considerations for the "," and "" characters in docpath-segments for zone-file
implementations as for the alpn-ids in an "alpn" SvcParam apply (<xref section="7.1.1" sectionFormat="of" target="RFC9460"/>).</t>
        <t>The wire-format value for "docpath" consists of 0 or more sequences of octets prefixed by their
respective length as a single octet.
We call this single octet the length octet.
The length octet and the corresponding sequence form a length-value pair.
These length-value pairs are concatenated to form the SvcParamValue.
These pairs <bcp14>MUST</bcp14> exactly fill the SvcParamValue; otherwise, the SvcParamValue is malformed.
Each such length-value pair represents one segment of the absolute path to the DoC resource.
The root path "/" is represented by 0 length-value pairs, i.e., SvcParamValue length 0.</t>
        <t>Note that this format uses the same encoding as the "alpn" SvcParam and can reuse the
decoders and encoders for that SvcParam with the adaption that a length of zero is allowed.
As long as each docpath-segment is of length 0 and 24 octets, it is easily transferred into the path
representation in CRIs <xref target="I-D.ietf-core-href"/> by masking each length octet with the CBOR text string major type 3
(<tt>0x60</tt> as an octet, see <xref target="RFC8949"/>).
Furthermore, it is easily transferable into a sequence of CoAP Uri-Path options by
mapping each length octet into the Option Delta and Option Length of the corresponding CoAP Uri-Path
option, provided the docpath-segments are all of a length between 0 and 12 octets (see <xref section="3.1" sectionFormat="comma" target="RFC7252"/>).
Likewise, it can be transferred into a URI path-abempty form by replacing each length octet with the "/" character
None of the abovementioned prevent longer docpath-segments than the considered, they just make the
translation harder, as they require to make space for the longer delimiters, in turn requiring to move octets.</t>
        <t>To use the service binding from an SVCB RR or DNR Encrypted DNS option, the DoC client <bcp14>MUST</bcp14> send a DoC request constructed from the SvcParams including "docpath".
The construction algorithm for DoC requests is as follows, going through the provided records in order of their priority.
For the purposes of this algorithm, the DoC client is assumed to be SVCB-optional (see <xref section="3" sectionFormat="of" target="RFC9460"/>).</t>
        <ul spacing="normal">
          <li>
            <t>If the "alpn" SvcParam value for the service is "coap", a CoAP request for CoAP over TLS <bcp14>MUST</bcp14> be constructed <xref target="RFC8323"/>.
If it is "co", a CoAP request for CoAP over DTLS <bcp14>MUST</bcp14> be constructed <xref target="I-D.ietf-core-coap-dtls-alpn"/>.
Any other SvcParamKeys specifying a transport are out of the scope of this document.</t>
          </li>
          <li>
            <t>The destination address for the request <bcp14>SHOULD</bcp14> be taken from additional information about the target.
This may include (1) A or AAAA RRs associated with the target name and delivered with the SVCB RR (see <xref target="RFC9462"/>), (2) "ipv4hint" or "ipv6hint" SvcParams from the SVCB RR (see <xref target="RFC9461"/>), or (3) from IPv4 or IPv6 addresses provided if DNR <xref target="RFC9463"/> is used.
As a fallback, an address <bcp14>MAY</bcp14> be queried for the target name of the SVCB record from another DNS service.</t>
          </li>
          <li>
            <t>The destination port for the request <bcp14>MUST</bcp14> be taken from the "port" SvcParam value, if present.
Otherwise, take the default port of the CoAP transport, e.g., with regards to this specification TCP port 5684 for "coap" or UDP port 5684 for "co".
This document introduces no limitations on the ports that can be used.
If a malicious SVCB record allows its originator to influence message payloads, <xref section="12" sectionFormat="of" target="RFC9460"/> recommends placing such restrictions in the SVCB mapping document.
The records used in this document only infuence the Uri-Path option.
That option is only sent in the plaintext of an encrytped (D)TLS channel,
and thus does not warrant any limitations.</t>
          </li>
          <li>
            <t>The request URI's hostname component <bcp14>MUST</bcp14> be the Authentication Domain Name (ADN) when obtained through DNR
and <bcp14>MUST</bcp14> be the target name of the SVCB record when obtained through a <tt>_dns</tt> query
(if AliasMode is used, to the target name of the AliasMode record).
This can be achieved efficiently by setting that name in TLS Server Name Indication (SNI) <xref target="RFC8446"/>,
or by setting the Uri-Host option on each request.</t>
          </li>
          <li>
            <t>For each element in the CBOR sequence of the "docpath" SvcParam value, a Uri-Path option <bcp14>MUST</bcp14> be added to the request.</t>
          </li>
          <li>
            <t>If the request constructed this way receives a response, the same SVCB record <bcp14>MUST</bcp14> be used for construction of future DoC queries.
If not, or if the endpoint becomes unreachable, the algorithm repeats with the SVCB RR or DNR Encrypted DNS option with the next highest Service Priority as a fallback (see Sections <xref target="RFC9460" section="2.4.1" sectionFormat="bare"/> and <xref target="RFC9460" section="3" sectionFormat="bare"/> of <xref target="RFC9460"/>).</t>
          </li>
        </ul>
        <t>A more generalized construction algorithm for any CoAP request can be found in <xref target="I-D.ietf-core-transport-indication"/>.</t>
        <section anchor="examples">
          <name>Examples</name>
          <t><cref anchor="replace-hex">RFC Ed.: Since the number for "docpath" was not assigned at the time of writing, we
used the hex <tt>ff 0a</tt> (in decimal 65290; from the private use range of SvcParamKeys) throughout
this section. Before publication, please replace <tt>ff 0a</tt> with the hexadecimal representation of
the final value assigned by IANA in this section. Please remove this paragraph after that.</cref></t>
          <t>A typical SVCB resource record response for a DoC server at the root path "/" of the server looks
like the following (the "docpath" SvcParam is the last 4 bytes <tt>ff 0a 00 00</tt> in the binary):</t>
          <artwork><![CDATA[
Resource record (binary):
  04 5f 64 6e 73 07 65 78 61 6d 70 6c 65 03 6f 72
  67 00 00 40 00 01 00 00 06 28 00 1e 00 01 03 64
  6e 73 07 65 78 61 6d 70 6c 65 03 6f 72 67 00 00
  01 00 03 02 63 6f ff 0a 00 00

Resource record (human-readable):
  _dns.example.org.  1576  IN SVCB 1 dns.example.org (
      alpn=co docpath )
]]></artwork>
          <t>The root path is <bcp14>RECOMMENDED</bcp14> but not required. Here are two examples where the "docpath" represents
paths of varying depth. First, "/dns" is provided in the following example
(the last 8 bytes <tt>ff 0a 00 04 03 64 6e 73</tt>):</t>
          <artwork><![CDATA[
Resource record (binary):
  04 5f 64 6e 73 07 65 78 61 6d 70 6c 65 03 6f 72
  67 00 00 40 00 01 00 00 00 55 00 22 00 01 03 64
  6e 73 07 65 78 61 6d 70 6c 65 03 6f 72 67 00 00
  01 00 03 02 63 6f ff 0a 00 04 03 64 6e 73

Resource record (human-readable):
  _dns.example.org.    85  IN SVCB 1 dns.example.org (
      alpn=co docpath=dns )
]]></artwork>
          <t>Second, an examples for the path "/n/s" (the last 8 bytes <tt>ff 0a 00 04 01 6e 01 73</tt>):</t>
          <artwork><![CDATA[
Resource record (binary):
  04 5f 64 6e 73 07 65 78 61 6d 70 6c 65 03 6f 72
  67 00 00 40 00 01 00 00 06 6b 00 22 00 01 03 64
  6e 73 07 65 78 61 6d 70 6c 65 03 6f 72 67 00 00
  01 00 03 02 63 6f ff 0a 00 04 01 6e 01 73

Resource record (human-readable):
  _dns.example.org.   643  IN SVCB 1 dns.example.org (
      alpn=co docpath=n,s )
]]></artwork>
          <t>If the server also provides DNS over HTTPS, "dohpath" and "docpath" <bcp14>MAY</bcp14> co-exist:</t>
          <artwork><![CDATA[
Resource record (binary):
  04 5f 64 6e 73 07 65 78 61 6d 70 6c 65 03 6f 72
  67 00 00 40 00 01 00 00 01 ad 00 2b 00 01 03 64
  6e 73 07 65 78 61 6d 70 6c 65 03 6f 72 67 00 00
  01 00 06 02 68 33 02 63 6f 00 07 00 07 2f 7b 3f
  64 6e 73 7d ff 0a 00 00

Resource record (human-readable):
  _dns.example.org.   429  IN SVCB 1 dns.example.org (
      alpn=h3,co dohpath=/{?dns} docpath )
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="basic-message-exchange">
      <name>Basic Message Exchange</name>
      <section anchor="sec_content-format">
        <name>The "application/dns-message" Content-Format</name>
        <t>This document defines a CoAP Content-Format identifier for the Internet
media type "application/dns-message" to be the mnemonic 553 — based on the port assignment of DNS.
This media type is defined as in <xref section="6" sectionFormat="of" target="RFC8484"/>, i.e., a single DNS message encoded in the DNS on-the-wire format <xref target="STD13"/>.
Both DoC client and DoC server <bcp14>MUST</bcp14> be able to parse contents in the "application/dns-message" Content-Format.
This document only specifies OPCODE 0 (Query) for DNS over CoAP messages.
Future documents can provide considerations for additional OPCODEs or extend its specification (e.g. by describing whether other CoAP codes need to be used for which OPCODE).
Unless another error takes precedence, a DoC server uses RCODE = 4, NotImp <xref target="STD13"/>, in its response to a query with an OPCODE that it does not implement (see also <xref target="sec_resp-examples"/>).</t>
      </section>
      <section anchor="sec_queries">
        <name>DNS Queries in CoAP Requests</name>
        <t>A DoC client encodes a single DNS query in one or more CoAP request
messages that use the CoAP FETCH <xref target="RFC8132"/> request method.
Requests <bcp14>SHOULD</bcp14> include an Accept option to indicate the type of content that can be parsed in the response.</t>
        <t>Since CoAP provides reliability at the message layer (e.g., through Confirmable messages) the retransmission mechanism of the
DNS protocol as defined in <xref target="STD13"/> is not needed.</t>
        <section anchor="request-format">
          <name>Request Format</name>
          <t>When sending a CoAP request, a DoC client <bcp14>MUST</bcp14> include the DNS query in the body of the CoAP request.
As specified in <xref section="2.3.1" sectionFormat="of" target="RFC8132"/>, the type of content of the body <bcp14>MUST</bcp14> be indicated using the Content-Format option.
This document specifies the usage of Content-Format "application/dns-message" (for details, see <xref target="sec_content-format"/>).</t>
        </section>
        <section anchor="sec_req-caching">
          <name>Support of CoAP Caching</name>
          <t>The DoC client <bcp14>SHOULD</bcp14> set the ID field of the DNS header to 0 to enable a CoAP cache (e.g., a CoAP proxy en-route) to respond to the same DNS queries with a cache entry.
This ensures that the CoAP Cache-Key (see <xref section="2" sectionFormat="comma" target="RFC8132"/>) does not change when multiple DNS queries for the same DNS data, carried in CoAP requests, are issued.
Apart from losing these caching benefits, there is no harm it not setting it to 0, e.g., when the query was received from somewhere else.
In any instance, a DoC server <bcp14>MUST</bcp14> copy the ID from the query in its response to that query.</t>
        </section>
        <section anchor="sec_req-examples">
          <name>Example</name>
          <t>The following example illustrates the usage of a CoAP message to
resolve "example.org. IN AAAA" based on the URI "coaps://[2001:db8::1]/". The
CoAP body is encoded in the "application/dns-message" Content-Format.</t>
          <artwork><![CDATA[
FETCH coaps://[2001:db8::1]/
Content-Format: 553 (application/dns-message)
Accept: 553 (application/dns-message)
Payload (binary):
  00 00 01 00 00 01 00 00 00 00 00 00 07 65 78 61
  6d 70 6c 65 03 6f 72 67 00 00 1c 00 01

Payload (human-readable):
  ;; ->>Header<<- opcode: QUERY, status: NOERROR, id: 0
  ;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUESTION SECTION:
  ;example.org.             IN      AAAA
]]></artwork>
        </section>
      </section>
      <section anchor="dns-responses-in-coap-responses">
        <name>DNS Responses in CoAP Responses</name>
        <t>Each DNS query-response pair is mapped to a CoAP request-response operation.
DNS responses are provided in the body of the CoAP response, i.e., it is also possible to transfer them using block-wise transfer <xref target="RFC7959"/>.
A DoC server <bcp14>MUST</bcp14> be able to produce responses in the "application/dns-message"
Content-Format (for details, see <xref target="sec_content-format"/>) when requested.
The use of the Accept option in the request is optional.
However, all DoC clients <bcp14>MUST</bcp14> be able to parse a "application/dns-message" response (see also <xref target="sec_content-format"/>).
Any response Content-Format other than "application/dns-message" <bcp14>MUST</bcp14> be indicated with
the Content-Format option by the DoC server.</t>
        <section anchor="sec_resp-codes">
          <name>Response Codes and Handling DNS and CoAP errors</name>
          <t>A DNS response indicates either success or failure in the RCODE of the DNS header (see <xref target="STD13"/>).
It is <bcp14>RECOMMENDED</bcp14> that CoAP responses that carry a parseable DNS response use a 2.05 (Content) response code.</t>
          <t>CoAP responses using non-successful response codes <bcp14>MUST NOT</bcp14> contain a DNS response
and <bcp14>MUST</bcp14> only be used for errors in the CoAP layer or when a request does not
fulfill the requirements of the DoC protocol.</t>
          <t>Communication errors with an upstream DNS server (e.g., timeouts) <bcp14>MUST</bcp14> be indicated by including a DNS response with the appropriate RCODE in a successful CoAP response, i.e., using a 2.xx response code.
When an error occurs at the CoAP layer, e.g., if an unexpected request method or an unsupported Content-Format in the request are used, the DoC server <bcp14>SHOULD</bcp14> respond with an appropriate CoAP error.</t>
          <t>A DoC client might try to repeat a non-successful exchange unless otherwise prohibited.
The DoC client might also decide to repeat a non-successful exchange with a different URI, for instance, when the response indicates an unsupported Content-Format.</t>
        </section>
        <section anchor="sec_resp-caching">
          <name>Support of CoAP Caching</name>
          <t>For reliability and energy saving measures, content decoupling (such as en-route caching on proxies) takes a far greater role than it does in HTTP.
Likewise, CoAP makes it possible to use cache validation to refresh stale cache entries to reduce the number of large response messages.
For cache validation, CoAP implementations regularly use hashing over the message content for ETag generation (see <xref section="5.10.6" sectionFormat="comma" target="RFC7252"/>).
As such, the approach to guarantee the same cache key for DNS responses as proposed in DoH (<xref section="5.1" sectionFormat="comma" target="RFC8484"/>) is not sufficient and needs to be updated so that the TTLs in the response are more often the same regardless of query time.</t>
          <t>The DoC server <bcp14>MUST</bcp14> ensure that the sum of the Max-Age value of a CoAP response and any TTL in the
DNS response is less than or equal to the corresponding TTL received from an upstream DNS server.
This also includes the default Max-Age value of 60 seconds (see <xref section="5.10.5" sectionFormat="of" target="RFC7252"/>) when no Max-Age option is provided.
The DoC client <bcp14>MUST</bcp14> then add the Max-Age value of the carrying CoAP response to all TTLs in a DNS response on reception and use these calculated TTLs for the associated records.</t>
          <t>The <bcp14>RECOMMENDED</bcp14> algorithm for a DoC server to meet the requirement for DoC is as follows:
Set the Max-Age option of a response to the minimum TTL of a DNS response and subtract this value from all TTLs of that DNS response.
This prevents expired records unintentionally being served from an intermediate CoAP cache.
Additionally, if the ETag for cache validation is based on the content of the response, it allows that ETag not to change.
This then remains the case even if the TTL values are updated by an upstream DNS cache.
If only one record set per DNS response is assumed, a simplification of this algorithm is to just set all TTLs in the response to 0 and set the TTLs at the DoC client to the value of the Max-Age option.</t>
          <t>If shorter caching periods are plausible, e.g., if the RCODE of the message indicates an error that should only be cached for a minimal duration, the value for the Max-Age option <bcp14>SHOULD</bcp14> be set accordingly.
This value might be 0, but if the DoC server knows that the error will persist, greater values are also conceivable, depending on the projected duration of the error.
The same applies for DNS responses that for any reason do not carry any records with a TTL.</t>
        </section>
        <section anchor="sec_resp-examples">
          <name>Examples</name>
          <t>The following example illustrates the response to the query "example.org. IN
AAAA record", with recursion turned on. Successful responses carry one answer
record including address 2001:db8:1:0:1:2:3:4 and TTL 79689.</t>
          <t>A successful response:</t>
          <artwork><![CDATA[
2.05 Content
Content-Format: 553 (application/dns-message)
Max-Age: 58719
Payload (human-readable):
  ;; ->>Header<<- opcode: QUERY, status: NOERROR, id: 0
  ;; flags: qr rd ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUESTION SECTION:
  ;example.org.                 IN      AAAA
  ;; ANSWER SECTION:
  ;example.org.         79689   IN      AAAA    2001:db8:1:0:1:2:3:4
]]></artwork>
          <t>When a DNS error – NxDomain (RCODE = 3) for "does.not.exist" in this case – is noted in the DNS response, the CoAP response still indicates success.</t>
          <artwork><![CDATA[
2.05 Content
Content-Format: 553 (application/dns-message)
Payload (human-readable):
  ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 0
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUESTION SECTION:
  ;does.not.exist.              IN      AAAA
]]></artwork>
          <t>As described in <xref target="sec_content-format"/>, a DoC server uses NotImp (RCODE = 4) if it does not support an OPCODE—a DNS Update (OPCODE = 5) for "example.org" in this case.</t>
          <artwork><![CDATA[
2.05 Content
Content-Format: 553 (application/dns-message)
Payload (human-readable):
  ;; ->>Header<<- opcode: UPDATE, status: NOTIMP, id: 0
  ;; flags: qr ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

  ;; QUERY SECTION:
  ;example.org.                 IN      AAAA
]]></artwork>
          <t>When an error occurs at the CoAP layer, the DoC server responds with
an appropriate CoAP error, for instance 4.15 (Unsupported Content-Format)
if the Content-Format option in the request was not set to
"application/dns-message" and the Content-Format is not otherwise supported by
the server.</t>
          <artwork><![CDATA[
4.15 Unsupported Content-Format
[no payload]
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="interaction-with-other-coap-and-core-features">
      <name>Interaction with other CoAP and CoRE Features</name>
      <section anchor="dns-push-notifications-and-coap-observe">
        <name>DNS Push Notifications and CoAP Observe</name>
        <t>DNS Push Notifications <xref target="RFC8765"/> provides the capability to asynchronously notify clients about resource record changes.
However, it results in additional overhead, which conflicts with constrained resources.
This is the reason why it is <bcp14>RECOMMENDED</bcp14> to use CoAP Observe <xref target="RFC7641"/> instead of DNS Push
in the DoC domain.
This is particularly useful if a short-lived record is requested frequently.
The DoC server <bcp14>SHOULD</bcp14> provide Observe capabilities on its DoC resource and do as follows.</t>
        <t>If a DoC clients wants to observe a resource record, a DoC server can respond with a notification
and add the client to its list of observers for that resource in accordance to <xref target="RFC7641"/>.
The DoC server <bcp14>MAY</bcp14> subscribe to DNS push notifications for that record.
This involves sending a DNS Subscribe message (see (<xref section="6.2" sectionFormat="of" target="RFC8765"/>),
instead of a classic DNS query to fetch the
information on behalf of the DoC client.</t>
        <t>After the list of observers for a particular DNS query has become empty
(by explicit or implicit cancellation of the observation as per <xref section="3.6" sectionFormat="of" target="RFC7641"/>),
and no other reason to subscribe to that request is present,
the DoC server <bcp14>SHOULD</bcp14> cancel the corresponding subscription.
This can involve sending an DNS Unsubscribe message or closing the session (see <xref section="6.4" sectionFormat="of" target="RFC8765"/>).
As there is no CoAP observer anymore from the perspective of the DoC server, a failure to do so cannot be communicated back to any DoC observer.
As such, error handling (if any) needs to be resolved between the DoC server and the upstream DNS infrastructure.</t>
        <t>Whenever the DoC server receives a DNS Push message from the DNS
infrastructure for an observed resource record, the DoC server sends an appropriate Observe notification response
to the DoC client.</t>
        <t>A server that responds with notifications (i.e., sends the Observe option) needs to have means of obtaining current resource records.
This may happen through DNS Push, but also by upstream polling or implicit circumstances (e.g., if the DoC server is the authoritative name server for the record and wants to notify about changes).</t>
      </section>
      <section anchor="oscore">
        <name>OSCORE</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> to carry DNS messages protected using OSCORE <xref target="RFC8613"/> between the DoC client
and the DoC server. The establishment and maintenance of the OSCORE Security Context is out of the
scope of this document.</t>
        <t><xref target="I-D.amsuess-core-cachable-oscore"/> describes a method to allow cache retrieval of OSCORE responses and discusses
the corresponding implications on message sizes and security properties.</t>
      </section>
      <section anchor="mapping-doc-to-doh">
        <name>Mapping DoC to DoH</name>
        <t>This document provides no specification on how to map between DoC and DoH, e.g., at a CoAP-to-HTTP-proxy; such a direct mapping is <bcp14>NOT RECOMMENDED</bcp14>:
rewriting the FETCH method (<xref target="sec_queries"/>) and the TTL rewriting (<xref target="sec_resp-caching"/>) as
specified in this draft would be non-trivial.
It is <bcp14>RECOMMENDED</bcp14> to use a DNS forwarder to map between DoC and DoH, as would be the case for
mapping between any other pair of DNS transports.</t>
      </section>
    </section>
    <section anchor="sec_unprotected-coap">
      <name>Considerations for Unprotected Use</name>
      <t>The use of DoC without confidentiality and integrity protection is <bcp14>NOT RECOMMENDED</bcp14>.
Without secure communication, many possible attacks need to be evaluated in the context of
the application's threat model.
This includes known threats for unprotected DNS <xref target="RFC3833"/> <xref target="RFC9076"/> and CoAP <xref section="11" sectionFormat="of" target="RFC7252"/>.
While DoC does not use the random ID of the DNS header (see <xref target="sec_req-caching"/>), equivalent protection against off-path poisoning attacks is achieved by using random large token values for unprotected CoAP requests.
If a DoC message is unprotected it <bcp14>MUST</bcp14> use a random token of at least 2 bytes length to mitigate this kind of poisoning attack.</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>This section records the status of known implementations of the
protocol defined by this specification at the time of posting of
this Internet-Draft, and is based on a proposal described in
<xref target="RFC7942"/>.  The description of implementations in this section is
intended to assist the IETF in its decision processes in
progressing drafts to RFCs.  Please note that the listing of any
individual implementation here does not imply endorsement by the
IETF.  Furthermore, no effort has been spent to verify the
information presented here that was supplied by IETF contributors.
This is not intended as, and must not be construed to be, a
catalog of available implementations or their features.  Readers
are advised to note that other implementations may exist.</t>
      <t>According to <xref target="RFC7942"/>, "this will allow reviewers and working
groups to assign due consideration to documents that have the
benefit of running code, which may serve as evidence of valuable
experimentation and feedback that have made the implemented
protocols more mature.  It is up to the individual working groups
to use this information as they see fit".
<?line -20?>
      </t>
      <t><cref anchor="remove-impl-status">RFC Ed.: Please remove this section before publication. When deleting this
section, please also remove RFC7942 from the references of this document.</cref></t>
      <section anchor="doc-client">
        <name>DoC Client</name>
        <t>The authors of this document provide a <eref target="https://doc.riot-os.org/group__net__gcoap__dns.html">DoC client implementation available
in the IoT operating system RIOT</eref>.</t>
        <dl>
          <dt>Level of maturity:</dt>
          <dd>
            <t>production</t>
          </dd>
          <dt>Version compatibility:</dt>
          <dd>
            <t>draft-ietf-core-dns-over-coap-13</t>
          </dd>
          <dt>License:</dt>
          <dd>
            <t>LGPL-2.1</t>
          </dd>
          <dt>Contact information:</dt>
          <dd>
            <t><tt>Martine S. Lenders &lt;martine.lenders@tu-dresden.de&gt;</tt></t>
          </dd>
          <dt>Last update of this information:</dt>
          <dd>
            <t>September 2024</t>
          </dd>
        </dl>
      </section>
      <section anchor="doc-server">
        <name>DoC Server</name>
        <t>The authors of this document provide a <eref target="https://github.com/anr-bmbf-pivot/aiodnsprox">DoC server implementation in
Python</eref>.</t>
        <dl>
          <dt>Level of maturity:</dt>
          <dd>
            <t>production</t>
          </dd>
          <dt>Version compatibility:</dt>
          <dd>
            <t>draft-ietf-core-dns-over-coap-13</t>
          </dd>
          <dt>License:</dt>
          <dd>
            <t>MIT</t>
          </dd>
          <dt>Contact information:</dt>
          <dd>
            <t><tt>Martine S. Lenders &lt;martine.lenders@tu-dresden.de&gt;</tt></t>
          </dd>
          <dt>Last update of this information:</dt>
          <dd>
            <t>September 2024</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>General CoAP security considerations (<xref section="11" sectionFormat="comma" target="RFC7252"/>) apply to DoC.
DoC also inherits the security considerations of the protocols used for secure communication, e.g., OSCORE (<xref section="12" sectionFormat="comma" target="RFC8613"/>) as well as DTLS 1.2 or newer (<xref section="5" sectionFormat="comma" target="RFC6347"/> <xref section="11" sectionFormat="comma" target="RFC9147"/>).
Additionally, DoC uses request patterns that require the maintenance of long-lived security
contexts.
<xref section="2.6" sectionFormat="of" target="I-D.ietf-core-corr-clar"/> provides insights on what can be done when those are resumed from a new endpoint.</t>
      <t>Though DTLS v1.2 <xref target="RFC6347"/> was obsoleteted by DTLS v1.3 <xref target="RFC9147"/> there are still many CoAP
implementations that still use v1.2 at the time of writing.
As such, this document also accounts for the usage of DTLS v1.2 even though newer versions are
<bcp14>RECOMMENDED</bcp14> when using DTLS to secure CoAP.</t>
      <t>When using unprotected CoAP (see <xref target="sec_unprotected-coap"/>), setting the ID of a DNS message to 0 as
specified in <xref target="sec_req-caching"/> opens the DNS cache of a DoC client to cache poisoning attacks
via response spoofing.
This document requires an unpredictable CoAP token in each DoC query from the client when CoAP is
not secured to mitigate such an attack over DoC (see <xref target="sec_unprotected-coap"/>).</t>
      <t>For secure communication via (D)TLS or OSCORE, an unpredictable ID against spoofing is not necessary.
Both (D)TLS and OSCORE offer mechanisms to harden against injecting spoofed responses in their protocol design.
Consequently, the ID of the DNS message can be set to 0 without any concern in order to leverage the advantages of CoAP caching.</t>
      <t>A DoC client must be aware that the DoC server
may communicate unprotected with the upstream DNS infrastructure, e.g., using DNS over UDP.
DoC can only guarantee confidentiality and integrity of communication between parties for which the
security context is exchanged.
The DoC server may use another security context to communicate upstream with both confidentiality and integrity
(e.g., DNS over QUIC <xref target="RFC9250"/>), but, while recommended, this is opaque to the DoC client on the protocol level.
Record integrity can also be ensured upstream using DNSSEC <xref target="BCP237"/>.</t>
      <t>A DoC client may not be able to perform DNSSEC validation,
e.g., due to code size constraints, or due to the size of the responses.
It may trust its DoC server to perform DNSSEC validation;
how that trust is expressed is out of the scope of this document.
For instance, a DoC client may be, configured to use a particular credential by which it recognizes an eligible DoC server.
That information can also imply trust in the DNSSEC validation by that DoC server.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t><cref anchor="replace-xxxx">RFC Ed.: throughout this section, please replace
RFC-XXXX with the RFC number of this specification and remove this
note.</cref></t>
      <t>This document has the following actions for IANA.</t>
      <section anchor="coap-content-formats-registry">
        <name>CoAP Content-Formats Registry</name>
        <t>IANA is requested to assign a CoAP Content-Format ID for the "application/dns-message" media
type in the "CoAP Content-Formats" registry, within the "Constrained RESTful Environments (CoRE) Parameters"
registry group <xref target="RFC7252"/>, corresponding to the "application/dns-message" media
type from the "Media Types" registry (see <xref target="RFC8484"/>).</t>
        <t>Content Type: application/dns-message</t>
        <t>Content Coding: -</t>
        <t>ID: 553 (suggested)</t>
        <t>Reference: <xref target="RFC8484"/> and [RFC-XXXX], <xref target="sec_content-format"/></t>
      </section>
      <section anchor="dns-service-bindings-svcb-registry">
        <name>DNS Service Bindings (SVCB) Registry</name>
        <t>IANA is requested to add the following entry to the "Service Parameter Keys (SvcParamKeys)" registry within the "DNS Service Bindings (SVCB)" registry group.
The definition of this parameter can be found in <xref target="sec_doc-server-selection"/>.</t>
        <table anchor="tab-svc-param-keys">
          <name>Values for SvcParamKeys</name>
          <thead>
            <tr>
              <th align="left">Number</th>
              <th align="left">Name</th>
              <th align="left">Meaning</th>
              <th align="left">Change Controller</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">10 (suggested)</td>
              <td align="left">docpath</td>
              <td align="left">DNS over CoAP resource path</td>
              <td align="left">IETF</td>
              <td align="left">[RFC-XXXX], <xref target="sec_doc-server-selection"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="resource-type-rt-link-target-attribute-values-registry">
        <name>Resource Type (rt=) Link Target Attribute Values Registry</name>
        <t>IANA is requested to add a new Resource Type (rt=) Link Target Attribute "core.dns" to the "Resource Type (rt=) Link Target Attribute Values" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <t>Value: core.dns</t>
        <t>Description: DNS over CoAP resource.</t>
        <t>Reference: [RFC-XXXX], <xref target="sec_doc-server-selection"/></t>
      </section>
    </section>
    <section anchor="operational-considerations">
      <name>Operational Considerations</name>
      <section anchor="co-existence-of-different-dns-and-coap-transports">
        <name>Co-existence of different DNS and CoAP transports</name>
        <t>Many DNS transports may co-exist on the DoC server, such as DNS over UDP <xref target="STD13"/>, DNS over (D)TLS <xref target="RFC7858"/> <xref target="RFC8094"/>, DNS over HTTPS <xref target="RFC8484"/>, or DNS over QUIC <xref target="RFC9250"/>.
In principle, transports employing channel or object security should be preferred.
In constrained scenarios, DNS over CoAP is preferable to DNS over DTLS.
The final decision regarding the preference, however, heavily depends on the use case and is therefore left to the implementers or users and is not defined in this document.</t>
        <t>CoAP supports Confirmable and Non-Confirmable messages <xref target="RFC7252"/> to deploy different levels of reliability.
This document, however, does not enforce any of these message types, as the decision on which one is appropriate depends on the characteristics of the network where DoC is deployed.</t>
      </section>
      <section anchor="redirects">
        <name>Redirects</name>
        <t>Application-layer redirects (e.g., HTTP) redirct a client to a new server.
In the case of DoC, this leads to a new DNS server.
This new DNS server may provide different answers to the same DNS query than the previous DNS server.
At the time of writing, CoAP does not support redirection.
Future specifications of CoAP redirect may need to consider the impact of different results between previous and new DNS server.</t>
      </section>
      <section anchor="proxy-hop-limit">
        <name>Proxy Hop-Limit</name>
        <t>Mistakes might lead to CoAP proxies forming infinite loops.
Using the CoAP Hop-Limit option <xref target="RFC8768"/> mitigates such loops.</t>
      </section>
      <section anchor="error-handling">
        <name>Error Handling</name>
        <t><xref target="sec_resp-codes"/> specifies that DNS operational errors should be reported back to a DoC client
using the appropriate DNS RCODE.
If a DoC client did not receive any successful DNS message from a DoC server for a while, it might
indicate that the DoC server lost connectivity to the upstream DNS infrastructure.
The DoC client should handle this error case like a recursive resolver that lost connectivity to the upstream DNS infrastructure.
In case of CoAP errors, the usual mechanisms for CoAP response codes apply.</t>
      </section>
      <section anchor="dns-extensions">
        <name>DNS Extensions</name>
        <t>DNS extensions that are specific to the choice of transport, such as <xref target="RFC7828"/>, are not applicable to DoC.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <referencegroup anchor="STD13" target="https://www.rfc-editor.org/info/std13">
          <reference anchor="RFC1034" target="https://www.rfc-editor.org/info/rfc1034">
            <front>
              <title>Domain names - concepts and facilities</title>
              <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
              <date month="November" year="1987"/>
              <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">
            <front>
              <title>Domain names - implementation and specification</title>
              <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
              <date month="November" year="1987"/>
              <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>
        </referencegroup>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker"/>
            <author fullname="P. Overell" initials="P." surname="Overell"/>
            <date month="January" year="2008"/>
            <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="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource. In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable. Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </reference>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8484">
          <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>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8765">
          <front>
            <title>DNS Push Notifications</title>
            <author fullname="T. Pusateri" initials="T." surname="Pusateri"/>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>The Domain Name System (DNS) was designed to return matching records efficiently for queries for data that are relatively static. When those records change frequently, DNS is still efficient at returning the updated results when polled, as long as the polling rate is not too high. But, there exists no mechanism for a client to be asynchronously notified when these changes occur. This document defines a mechanism for a client to be notified of such changes to DNS records, called DNS Push Notifications.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8765"/>
          <seriesInfo name="DOI" value="10.17487/RFC8765"/>
        </reference>
        <reference anchor="RFC8768">
          <front>
            <title>Constrained Application Protocol (CoAP) Hop-Limit Option</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>The presence of Constrained Application Protocol (CoAP) proxies may lead to infinite forwarding loops, which is undesirable. To prevent and detect such loops, this document specifies the Hop-Limit CoAP option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8768"/>
          <seriesInfo name="DOI" value="10.17487/RFC8768"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9460">
          <front>
            <title>Service Binding and Parameter Specification via the DNS (SVCB and HTTPS Resource Records)</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <author fullname="M. Bishop" initials="M." surname="Bishop"/>
            <author fullname="E. Nygren" initials="E." surname="Nygren"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies the "SVCB" ("Service Binding") and "HTTPS" DNS resource record (RR) types to facilitate the lookup of information needed to make connections to network services, such as for HTTP origins. SVCB records allow a service to be provided from multiple alternative endpoints, each with associated parameters (such as transport protocol configuration), and are extensible to support future uses (such as keys for encrypting the TLS ClientHello). They also enable aliasing of apex domains, which is not possible with CNAME. The HTTPS RR is a variation of SVCB for use with HTTP (see RFC 9110, "HTTP Semantics"). By providing more information to the client before it attempts to establish a connection, these records offer potential benefits to both performance and privacy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9460"/>
          <seriesInfo name="DOI" value="10.17487/RFC9460"/>
        </reference>
        <reference anchor="RFC9461">
          <front>
            <title>Service Binding Mapping for DNS Servers</title>
            <author fullname="B. Schwartz" initials="B." surname="Schwartz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>The SVCB DNS resource record type expresses a bound collection of endpoint metadata, for use when establishing a connection to a named service. DNS itself can be such a service, when the server is identified by a domain name. This document provides the SVCB mapping for named DNS servers, allowing them to indicate support for encrypted transport protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9461"/>
          <seriesInfo name="DOI" value="10.17487/RFC9461"/>
        </reference>
        <reference anchor="RFC9462">
          <front>
            <title>Discovery of Designated Resolvers</title>
            <author fullname="T. Pauly" initials="T." surname="Pauly"/>
            <author fullname="E. Kinnear" initials="E." surname="Kinnear"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <author fullname="P. McManus" initials="P." surname="McManus"/>
            <author fullname="T. Jensen" initials="T." surname="Jensen"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document defines Discovery of Designated Resolvers (DDR), a set of mechanisms for DNS clients to use DNS records to discover a resolver's encrypted DNS configuration. An Encrypted DNS Resolver discovered in this manner is referred to as a "Designated Resolver". These mechanisms can be used to move from unencrypted DNS to encrypted DNS when only the IP address of a resolver is known. These mechanisms are designed to be limited to cases where Unencrypted DNS Resolvers and their Designated Resolvers are operated by the same entity or cooperating entities. It can also be used to discover support for encrypted DNS protocols when the name of an Encrypted DNS Resolver is known.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9462"/>
          <seriesInfo name="DOI" value="10.17487/RFC9462"/>
        </reference>
        <reference anchor="RFC9463">
          <front>
            <title>DHCP and Router Advertisement Options for the Discovery of Network-designated Resolvers (DNR)</title>
            <author fullname="M. Boucadair" initials="M." role="editor" surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." role="editor" surname="Reddy.K"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="N. Cook" initials="N." surname="Cook"/>
            <author fullname="T. Jensen" initials="T." surname="Jensen"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>This document specifies new DHCP and IPv6 Router Advertisement options to discover encrypted DNS resolvers (e.g., DNS over HTTPS, DNS over TLS, and DNS over QUIC). Particularly, it allows a host to learn an Authentication Domain Name together with a list of IP addresses and a set of service parameters to reach such encrypted DNS resolvers.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9463"/>
          <seriesInfo name="DOI" value="10.17487/RFC9463"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-dtls-alpn">
          <front>
            <title>ALPN ID Specification for CoAP over DTLS</title>
            <author fullname="Martine Sophie Lenders" initials="M. S." surname="Lenders">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Thomas C. Schmidt" initials="T. C." surname="Schmidt">
              <organization>HAW Hamburg</organization>
            </author>
            <author fullname="Matthias Wählisch" initials="M." surname="Wählisch">
              <organization>TUD Dresden University of Technology &amp; Barkhausen Institut</organization>
            </author>
            <date day="11" month="August" year="2025"/>
            <abstract>
              <t>   This document specifies an Application-Layer Protocol Negotiation
   (ALPN) ID for transport-layer-secured Constrained Application
   Protocol (CoAP) services.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-dtls-alpn-05"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <referencegroup anchor="BCP219" target="https://www.rfc-editor.org/info/bcp219">
          <reference anchor="RFC9499" target="https://www.rfc-editor.org/info/rfc9499">
            <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>
        </referencegroup>
        <referencegroup anchor="BCP237" target="https://www.rfc-editor.org/info/bcp237">
          <reference anchor="RFC9364" target="https://www.rfc-editor.org/info/rfc9364">
            <front>
              <title>DNS Security Extensions (DNSSEC)</title>
              <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
              <date month="February" year="2023"/>
              <abstract>
                <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="237"/>
            <seriesInfo name="RFC" value="9364"/>
            <seriesInfo name="DOI" value="10.17487/RFC9364"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC3833">
          <front>
            <title>Threat Analysis of the Domain Name System (DNS)</title>
            <author fullname="D. Atkins" initials="D." surname="Atkins"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <date month="August" year="2004"/>
            <abstract>
              <t>Although the DNS Security Extensions (DNSSEC) have been under development for most of the last decade, the IETF has never written down the specific set of threats against which DNSSEC is designed to protect. Among other drawbacks, this cart-before-the-horse situation has made it difficult to determine whether DNSSEC meets its design goals, since its design goals are not well specified. This note attempts to document some of the known threats to the DNS, and, in doing so, attempts to measure to what extent (if any) DNSSEC is a useful tool in defending against these threats. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3833"/>
          <seriesInfo name="DOI" value="10.17487/RFC3833"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks. This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC7858">
          <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="RFC8094">
          <front>
            <title>DNS over Datagram Transport Layer Security (DTLS)</title>
            <author fullname="T. Reddy" initials="T." surname="Reddy"/>
            <author fullname="D. Wing" initials="D." surname="Wing"/>
            <author fullname="P. Patil" initials="P." surname="Patil"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>DNS queries and responses are visible to network elements on the path between the DNS client and its server. These queries and responses can contain privacy-sensitive information, which is valuable to protect.</t>
              <t>This document proposes the use of Datagram Transport Layer Security (DTLS) for DNS, to protect against passive listeners and certain active attacks. As latency is critical for DNS, this proposal also discusses mechanisms to reduce DTLS round trips and reduce the DTLS handshake size. The proposed mechanism runs over port 853.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8094"/>
          <seriesInfo name="DOI" value="10.17487/RFC8094"/>
        </reference>
        <reference anchor="RFC9076">
          <front>
            <title>DNS Privacy Considerations</title>
            <author fullname="T. Wicinski" initials="T." role="editor" surname="Wicinski"/>
            <date month="July" year="2021"/>
            <abstract>
              <t>This document describes the privacy issues associated with the use of the DNS by Internet users. It provides general observations about typical current privacy practices. It is intended to be an analysis of the present situation and does not prescribe solutions. This document obsoletes RFC 7626.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9076"/>
          <seriesInfo name="DOI" value="10.17487/RFC9076"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="RFC9250">
          <front>
            <title>DNS over Dedicated QUIC Connections</title>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This document describes the use of QUIC to provide transport confidentiality for DNS. The encryption provided by QUIC has similar properties to those provided by TLS, while QUIC transport eliminates the head-of-line blocking issues inherent with TCP and provides more efficient packet-loss recovery than UDP. DNS over QUIC (DoQ) has privacy properties similar to DNS over TLS (DoT) specified in RFC 7858, and latency characteristics similar to classic DNS over UDP. This specification describes the use of DoQ as a general-purpose transport for DNS and includes the use of DoQ for stub to recursive, recursive to authoritative, and zone transfer scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9250"/>
          <seriesInfo name="DOI" value="10.17487/RFC9250"/>
        </reference>
        <reference anchor="RFC9528">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a very compact and lightweight authenticated Diffie-Hellman key exchange with ephemeral keys. EDHOC provides mutual authentication, forward secrecy, and identity protection. EDHOC is intended for usage in constrained scenarios, and a main use case is to establish an Object Security for Constrained RESTful Environments (OSCORE) security context. By reusing CBOR Object Signing and Encryption (COSE) for cryptography, Concise Binary Object Representation (CBOR) for encoding, and Constrained Application Protocol (CoAP) for transport, the additional code size can be kept very low.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9528"/>
          <seriesInfo name="DOI" value="10.17487/RFC9528"/>
        </reference>
        <reference anchor="I-D.ietf-core-href">
          <front>
            <title>Constrained Resource Identifiers</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="30" month="August" year="2025"/>
            <abstract>
              <t>   The Constrained Resource Identifier (CRI) is a complement to the
   Uniform Resource Identifier (URI) that represents the URI components
   in Concise Binary Object Representation (CBOR) rather than as a
   sequence of characters.  This approach simplifies parsing,
   comparison, and reference resolution in environments with severe
   limitations on processing power, code size, and memory size.

   This RFC updates RFC 7595 to add a note on how the "URI Schemes"
   registry of RFC 7595 cooperates with the "CRI Scheme Numbers"
   registry created by the present RFC.


   // (This "cref" paragraph will be removed by the RFC editor:) The
   // present revision –24 attempts to address follow-on AD review
   // comments as well as comments from the ARTART review.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-href-24"/>
        </reference>
        <reference anchor="I-D.ietf-core-transport-indication">
          <front>
            <title>CoAP Transport Indication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Martine Sophie Lenders" initials="M. S." surname="Lenders">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP, [RFC7252]) is available
   over different transports (UDP, DTLS, TCP, TLS, WebSockets), but
   lacks a way to unify these addresses.  This document provides
   terminology and provisions based on Web Linking [RFC8288] and Service
   Bindings (SVCB, [RFC9460]) to express alternative transports
   available to a device, and to optimize exchanges using these.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-transport-indication-09"/>
        </reference>
        <reference anchor="I-D.ietf-iotops-7228bis">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Mehmet Ersue" initials="M." surname="Ersue">
         </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Carles Gomez" initials="C." surname="Gomez">
              <organization>Universitat Politecnica de Catalunya</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   The Internet Protocol Suite is increasingly used on small devices
   with severe constraints on power, memory, and processing resources,
   creating constrained-node networks.  This document provides a number
   of basic terms that have been useful in the standardization work for
   constrained-node networks.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-7228bis-02"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="6" month="July" year="2025"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-11"/>
        </reference>
        <reference anchor="DoC-paper">
          <front>
            <title>Securing Name Resolution in the IoT: DNS over CoAP</title>
            <author fullname="Martine S. Lenders" initials="M." surname="Lenders">
              <organization>TU Dresden, Germany</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
              <organization>Unaffiliated, Vienna, Austria</organization>
            </author>
            <author fullname="Cenk Gündogan" initials="C." surname="Gündogan">
              <organization>Huawei Technologies, Munich, Germany</organization>
            </author>
            <author fullname="Marcin Nawrocki" initials="M." surname="Nawrocki">
              <organization>TU Dresden, Germany</organization>
            </author>
            <author fullname="Thomas C. Schmidt" initials="T." surname="Schmidt">
              <organization>HAW Hamburg, Hamburg, Germany</organization>
            </author>
            <author fullname="Matthias Wählisch" initials="M." surname="Wählisch">
              <organization>TU Dresden &amp;amp; Barkhausen Institut, Dresden, Germany</organization>
            </author>
            <date month="September" year="2023"/>
          </front>
          <seriesInfo name="Proceedings of the ACM on Networking" value="vol. 1, no. CoNEXT2, pp. 1-25"/>
          <seriesInfo name="DOI" value="10.1145/3609423"/>
          <refcontent>Association for Computing Machinery (ACM)</refcontent>
        </reference>
        <reference anchor="I-D.ietf-core-corr-clar">
          <front>
            <title>Constrained Application Protocol (CoAP): Corrections and Clarifications</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="20" month="June" year="2025"/>
            <abstract>
              <t>   RFC 7252 defines the Constrained Application Protocol (CoAP), along
   with a number of additional specifications, including RFC 7641, RFC
   7959, RFC 8132, and RFC 8323.  RFC 6690 defines the link format that
   is used in CoAP self-description documents.

   Some parts of the specification may be unclear or even contain errors
   that may lead to misinterpretations that may impair interoperability
   between different implementations.  The present document provides
   corrections, additions, and clarifications to the RFCs cited; this
   document thus updates these RFCs.  In addition, other clarifications
   related to the use of CoAP in other specifications, including RFC
   7390 and RFC 8075, are also provided.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-corr-clar-02"/>
        </reference>
        <reference anchor="REST" target="https://www.ics.uci.edu/~fielding/pubs/dissertation/fielding_dissertation.pdf">
          <front>
            <title>Architectural Styles and the Design of Network-based Software Architectures</title>
            <author initials="R." surname="Fielding" fullname="Roy Thomas Fielding">
              <organization>University of California, Irvine</organization>
            </author>
            <date year="2000"/>
          </front>
          <seriesInfo name="Ph.D." value="Dissertation, University of California, Irvine"/>
          <format type="HTML" target="https://ics.uci.edu/~fielding/pubs/dissertation/top.htm"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC7942">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="205"/>
          <seriesInfo name="RFC" value="7942"/>
          <seriesInfo name="DOI" value="10.17487/RFC7942"/>
        </reference>
        <reference anchor="RFC7828">
          <front>
            <title>The edns-tcp-keepalive EDNS0 Option</title>
            <author fullname="P. Wouters" initials="P." surname="Wouters"/>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="R. Bellis" initials="R." surname="Bellis"/>
            <date month="April" year="2016"/>
            <abstract>
              <t>DNS messages between clients and servers may be received over either UDP or TCP. UDP transport involves keeping less state on a busy server, but can cause truncation and retries over TCP. Additionally, UDP can be exploited for reflection attacks. Using TCP would reduce retransmits and amplification. However, clients commonly use TCP only for retries and servers typically use idle timeouts on the order of seconds.</t>
              <t>This document defines an EDNS0 option ("edns-tcp-keepalive") that allows DNS servers to signal a variable idle timeout. This signalling encourages the use of long-lived TCP connections by allowing the state associated with TCP transport to be managed effectively with minimal impact on the DNS transaction time.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7828"/>
          <seriesInfo name="DOI" value="10.17487/RFC7828"/>
        </reference>
      </references>
    </references>
    <?line 825?>

<section anchor="sec_evaluation">
      <name>Evaluation</name>
      <t>The authors of this document presented the design, implementation, and analysis of DoC in their
paper "Securing Name Resolution in the IoT: DNS over CoAP" <xref target="DoC-paper"/>.</t>
    </section>
    <section anchor="change-log">
      <name>Change Log</name>
      <t><cref anchor="remove-changelog">RFC Ed.: Please remove this section before publication.</cref></t>
      <section anchor="since-draft-ietf-core-dns-over-coap-18">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-18">draft-ietf-core-dns-over-coap-18</eref></name>
        <ul spacing="normal">
          <li>
            <t>Address Address Mohamed Boucadair's COMMENT:
            </t>
            <ul spacing="normal">
              <li>
                <t>Add Operational Considerations Section</t>
              </li>
              <li>
                <t>Make SVCB references normative</t>
              </li>
              <li>
                <t>Remove redundant requirement on parsing application/dns-message</t>
              </li>
              <li>
                <t>Remove contradicting statement and outdated reference about ALPN</t>
              </li>
              <li>
                <t>Add DNS client to Fig. 1</t>
              </li>
              <li>
                <t>Clarify recursion termination in the CoAP realm</t>
              </li>
              <li>
                <t>Clarify where addresses are coming from with DDR/DNR</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Gorry Fairhurst's follow-up DISCUSS:
            </t>
            <ul spacing="normal">
              <li>
                <t>Refer to Observe terminology in Section 2</t>
              </li>
              <li>
                <t>Clarify registration</t>
              </li>
              <li>
                <t>Provide alternative observation examples</t>
              </li>
              <li>
                <t>Clarify that error handling is in the hands of the DoC server</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-17">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-17">draft-ietf-core-dns-over-coap-17</eref></name>
        <ul spacing="normal">
          <li>
            <t>Address Roman Danyliw's COMMENT:
            </t>
            <ul spacing="normal">
              <li>
                <t>Remove unused RFC8742 reference</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Vladimír Čunát's DNSDIR review
            </t>
            <ul spacing="normal">
              <li>
                <t>Address Éric Vyncke' COMMENT:</t>
              </li>
              <li>
                <t>Mention OPCODE 0 in Abstract and Introduction</t>
              </li>
              <li>
                <t>Reference to STD13 instead of RFC1035</t>
              </li>
              <li>
                <t>Provide extension pointers for future documents on other OPCODES</t>
              </li>
              <li>
                <t>Use only singular for example section if there is only one example</t>
              </li>
              <li>
                <t>Improvements on DNSSEC</t>
              </li>
              <li>
                <t>Hyphenate link-layer as modifier to frame</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Paul Wouters's DISCUSS and COMMENT:
            </t>
            <ul spacing="normal">
              <li>
                <t>Remove unnecessary and confusing ad flag from query example</t>
              </li>
              <li>
                <t>Phrase full SVCB mapping sentence more neutrally</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Gorry Fairhurst's COMMENT:
            </t>
            <ul spacing="normal">
              <li>
                <t>Add note (in addition to the <tt>RFC Ed.:</tt>) about paragraph removal</t>
              </li>
              <li>
                <t>Add references for "coap" and "co" ALPN to SvcParam algorithm</t>
              </li>
              <li>
                <t>Address Gorry's nits</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Gorry Fairhurst's DISCUSS:
            </t>
            <ul spacing="normal">
              <li>
                <t>Update push notifications</t>
              </li>
              <li>
                <t>observation: Do not use normative language</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Orie Steele's COMMENT:
            </t>
            <ul spacing="normal">
              <li>
                <t>Automatic configuration <bcp14>MUST</bcp14> only be done from a trusted source</t>
              </li>
              <li>
                <t>Remove confusing and unnecessary <bcp14>MAY</bcp14></t>
              </li>
              <li>
                <t>Remove normative repeat of SvcParam algorithm by citing RFC 9461</t>
              </li>
              <li>
                <t>Fix wording around Accept option</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Deb Cooley's COMMENT:
            </t>
            <ul spacing="normal">
              <li>
                <t>Group (D)TLS references</t>
              </li>
              <li>
                <t>Automatic configuration <bcp14>MUST</bcp14> only be done from a trusted source</t>
              </li>
              <li>
                <t>Fix wording about unpredictable ID and spoofing</t>
              </li>
              <li>
                <t>Remove confusing "e.g."</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-16">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-16">draft-ietf-core-dns-over-coap-16</eref></name>
        <ul spacing="normal">
          <li>
            <t>Mention TLS as possible protection mechanism in abstract and intro</t>
          </li>
          <li>
            <t>Fix representation format in the docpath examples</t>
          </li>
          <li>
            <t>Make docpath wire-format paragraph easier to parse</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-15">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-15">draft-ietf-core-dns-over-coap-15</eref></name>
        <ul spacing="normal">
          <li>
            <t>Address Genart and Artart review:
            </t>
            <ul spacing="normal">
              <li>
                <t>Add editor's note about removing RFC7228 reference in case rfc7228bis comes out before
publication</t>
              </li>
              <li>
                <t>Address minor nits</t>
              </li>
              <li>
                <t>Resolve less well-known abbreviations</t>
              </li>
              <li>
                <t>Name default ports for "coap" and "co"</t>
              </li>
              <li>
                <t>Add reasoning why we also consider DTLS v1.2 (RFC 6347)</t>
              </li>
              <li>
                <t>Add illustrative reference for ETag generation</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address DNS SVCB SvcParamKeys IANA expert review:
            </t>
            <ul spacing="normal">
              <li>
                <t>docpath: clarifications and examples</t>
              </li>
              <li>
                <t>Rework representation format and wire-format of "docpath"</t>
              </li>
              <li>
                <t>State that we don't do the full SVCB mapping</t>
              </li>
              <li>
                <t>Explicitly do not limit what port= can do.</t>
              </li>
              <li>
                <t>port limitations: We're not the SVCB mapping document</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Address Tsvart Review
            </t>
            <ul spacing="normal">
              <li>
                <t>Prefer ADN for Uri-Host; don't prescribe <em>how</em> it is set</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-14">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-14">draft-ietf-core-dns-over-coap-14</eref></name>
        <ul spacing="normal">
          <li>
            <t>Remove superfluous and confusing step in SVCB to request algorithm</t>
          </li>
          <li>
            <t>Address AD review:
            </t>
            <ul spacing="normal">
              <li>
                <t>Remove RFC8949 as CBOR diagnostic notation reference</t>
              </li>
              <li>
                <t>CoRE-specific FETCH method -&gt; CoAP-specific FETCH method</t>
              </li>
              <li>
                <t>Remove double reference to BCP 219</t>
              </li>
              <li>
                <t>Fix wording and references around SVCB records and ALPN</t>
              </li>
              <li>
                <t>Move format description for examples to Terminology section</t>
              </li>
              <li>
                <t>Retitle section 5 to "Interaction with other CoAP and CoRE Features"</t>
              </li>
              <li>
                <t>Make prevention of poisoning attacks normative for unprotected CoAP</t>
              </li>
              <li>
                <t>Provide specs on if the <bcp14>SHOULD</bcp14> on ID=0 does not apply</t>
              </li>
              <li>
                <t>Make construction algorithm normative</t>
              </li>
              <li>
                <t>Add definition for CoRE</t>
              </li>
              <li>
                <t>General grammar, wording, and spelling cleanups</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-13">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-13">draft-ietf-core-dns-over-coap-13</eref></name>
        <ul spacing="normal">
          <li>
            <t>Address shepherd review</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-12">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-12">draft-ietf-core-dns-over-coap-12</eref></name>
        <ul spacing="normal">
          <li>
            <t>Address Esko's review</t>
          </li>
          <li>
            <t>Address Marcos's review</t>
          </li>
          <li>
            <t>Address Mikolai's review</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-10">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-10">draft-ietf-core-dns-over-coap-10</eref></name>
        <ul spacing="normal">
          <li>
            <t>Replace imprecise or wrong terms:
            </t>
            <ul spacing="normal">
              <li>
                <t>disjunct =&gt; distinct</t>
              </li>
              <li>
                <t>unencrypted CoAP =&gt; unprotected CoAP</t>
              </li>
              <li>
                <t>security mode =&gt; confidential communication</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Pull in definition of CBOR sequences and their EDN</t>
          </li>
          <li>
            <t>Fix broken external section references</t>
          </li>
          <li>
            <t>Define terminology for "upstream DNS infrastructure" and "upstream DNS server"</t>
          </li>
          <li>
            <t>Fix wording on DNS error handling</t>
          </li>
          <li>
            <t>Clarify that any OpCode beyond 0 is not supported for now and remove now redundant DNS Upgrade
section as a consequence</t>
          </li>
          <li>
            <t>Clarify that the DoC/DoH mapping is what is <bcp14>NOT RECOMMENDED</bcp14></t>
          </li>
          <li>
            <t>Avoid use of undefined term “CoAP resource identifier”</t>
          </li>
          <li>
            <t>Discuss Max-Age option value in an error case</t>
          </li>
          <li>
            <t>Add human-readable format to examples</t>
          </li>
          <li>
            <t>General language check pass</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-09">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-09">draft-ietf-core-dns-over-coap-09</eref></name>
        <ul spacing="normal">
          <li>
            <t>Update SVCB SvcParamKey</t>
          </li>
          <li>
            <t>Update corr-clar reference</t>
          </li>
          <li>
            <t>Add reference to DNS Update <eref target="https://datatracker.ietf.org/doc/html/rfc2136">[RFC2136]</eref>, clarify that it is currently not considered</t>
          </li>
          <li>
            <t>Add to security considerations: unprotected upstream DNS and DNSSEC</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-08">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-08">draft-ietf-core-dns-over-coap-08</eref></name>
        <ul spacing="normal">
          <li>
            <t>Update Cenk's Affiliation</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-07">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-07">draft-ietf-core-dns-over-coap-07</eref></name>
        <ul spacing="normal">
          <li>
            <t>Address IANA early review #1368678</t>
          </li>
          <li>
            <t>Update normative reference to CoAP over DTLS alpn SvcParam</t>
          </li>
          <li>
            <t>Add missing DTLSv1.2 reference</t>
          </li>
          <li>
            <t>Security considerations: Point into corr-clar-future</t>
          </li>
          <li>
            <t>Implementation Status: Update to current version</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-06">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-06">draft-ietf-core-dns-over-coap-06</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add "docpath" SVCB ParamKey definition</t>
          </li>
          <li>
            <t>IANA fixes
            </t>
            <ul spacing="normal">
              <li>
                <t>Use new column names (see Errata 4954)</t>
              </li>
              <li>
                <t>Add reference to RFC 8484 for application/dns-message Media Type</t>
              </li>
              <li>
                <t>IANA: unify self references</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-05">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-05">draft-ietf-core-dns-over-coap-05</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add references to relevant SVCB/DNR RFCs and drafts</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-04">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-04">draft-ietf-core-dns-over-coap-04</eref></name>
        <ul spacing="normal">
          <li>
            <t>Add note on cacheable OSCORE</t>
          </li>
          <li>
            <t>Address early IANA review</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-03">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-03">draft-ietf-core-dns-over-coap-03</eref></name>
        <ul spacing="normal">
          <li>
            <t>Amended Introduction with short contextualization of constrained environments</t>
          </li>
          <li>
            <t>Add <xref target="sec_evaluation"/> on evaluation</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-02">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-02">draft-ietf-core-dns-over-coap-02</eref></name>
        <ul spacing="normal">
          <li>
            <t>Move implementation details to Implementation Status (in accordance with <xref target="RFC7942"/>)</t>
          </li>
          <li>
            <t>Recommend root path to keep the CoAP options small</t>
          </li>
          <li>
            <t>Set Content-Format for application/dns-message to 553</t>
          </li>
          <li>
            <t>SVCB/DNR: Move to Server Selection Section but leave TBD based on DNSOP discussion for now</t>
          </li>
          <li>
            <t>Clarify that DoC and DoH are distinct</t>
          </li>
          <li>
            <t>Clarify mapping between DoC and DoH</t>
          </li>
          <li>
            <t>Update considerations on unprotected use</t>
          </li>
          <li>
            <t>Don't call OSCORE end-to-end encrypted</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-01">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-01">draft-ietf-core-dns-over-coap-01</eref></name>
        <ul spacing="normal">
          <li>
            <t>Specify DoC server role in terms of DNS terminology</t>
          </li>
          <li>
            <t>Clarify communication of DoC to DNS infrastructure is agnostic of the transport</t>
          </li>
          <li>
            <t>Add subsection on how to implement DNS Push in DoC</t>
          </li>
          <li>
            <t>Add appendix on reference implementation</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-ietf-core-dns-over-coap-00">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-core-dns-over-coap-00">draft-ietf-core-dns-over-coap-00</eref></name>
        <ul spacing="normal">
          <li>
            <t>SVGify ASCII art</t>
          </li>
          <li>
            <t>Move section on "DoC Server Considerations" (was Section 5.1) to its own draft
(<eref target="https://datatracker.ietf.org/doc/draft-lenders-dns-cns/">draft-lenders-dns-cns</eref>)</t>
          </li>
          <li>
            <t>Replace layer violating statement for CON with statement of fact</t>
          </li>
          <li>
            <t>Add security considerations on ID=0</t>
          </li>
        </ul>
      </section>
      <section anchor="since-draft-lenders-dns-over-coap-04">
        <name>Since <eref target="https://datatracker.ietf.org/doc/html/draft-lenders-dns-over-coap-04">draft-lenders-dns-over-coap-04</eref></name>
        <ul spacing="normal">
          <li>
            <t>Removed change log of draft-lenders-dns-over-coap</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors of this document want to thank Mike Bishop, Carsten Bormann, Mohamed Boucadair, Deb Cooley, Vladimír Čunát, Roman Danyliw, Elwyn B. Davies, Esko Dijk, Gorry Fairhurst, Thomas Fossati, Mikolai Gütschow, Todd Herr, Tommy Pauly, Ben Schwartz, Orie Steele, Marco Tiloca, Éric Vyncke, Tim Wicinski, and Paul Wouters for their feedback and comments.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8V92XIb2ZXge37FbVREF+kGQHCnWFbZFEmJjBFFmqSq2lGl
cSWQF0SaiUw4F1JwSQ6/TsQ89uNM9EzEvM4f9NNUf4m/ZM52l8wESKos2wxb
RQKZdzn37Nvt9XrB3b7aDIIyLhO9rzpHb65UdqdzdZgdXKiVo+xwtROEw2Gu
4Tn4K4iyURpO4dEoD8dlL9bluDfKct2L0qKHb8Jf4ay3/iwYhaW+yfL5virK
KCiq4TQuijhLy/kMXj89vn4ZBHeb76fJRj4e7QdKFXGi05HGX3vqZValkbr6
5pW6j8sJ/BPBv1muJjq+mZSqmOlRPI51FARhrsN9dTCbJTFMCRMUwX2W397k
WTXbh31cHge3eg4fRTzyaVrqPNVl7wh3QB/RQ/zLwQX9AnAI7nRa0WqU8gfD
v3kP38I0cXqjXuG39Pk0jJN9hfD4NUKmn+U39HmYjyYA3UlZzor9tTV8DD+K
73TfPLeGH6wN8+y+0Gs4wlqHp4btV0N4maB8f7PGgK+Bm59MAOBF6U0jb/R5
iH6cLXp37cGD7E/KadIBIFflJMsBGD2l+PzPwryMU62ustkk1uq1TiOdF7QQ
2M2+un57pI5yXUQ6VW9T2GlexOVcZWN1rUeTNEuymznDRrDr+q15nj4uylxr
2M2JTqaTLCn/CB/01fqAvhzBUPu1x0dZBIs66g3WBzvP5JMqLRH9Xul8GqY8
meYTmvLi+wmv+tdl1Yt4sH6kvU0eTvK4KOMwVQfT4qf/KAp/kJH58tfhtKh0
UfRH2dR/Wae36tVP/5FG2X/+e5g60LzRVR4mBzc6LdWr6fCktt+zWBe9uzDt
wcJ6l9lE967KPPzp37Xa8bZ+VqXxaFLb+d5gb7D76M5HsKj+DdBWdgMLT2kl
Ia6kH8be2q8n2TQs1GFfXY0mUyA+t/qTg2/VSTgdVoLbZuEvdJ4ATHN1DWS6
663Vf9gsdmMwePb4MZX9gmf/9SS87014nPoJnYVlOYlhqd/+9H8mSVwIUJ6M
guqf1Yswv52EVQFPnaZwoGVVLkHMBx7+26Jr/z7UvLsGqgZpBk+XsDdkVFfX
R+ubwJpTxNPLl4ebz/Z29lWVx/zn9sbm1j5sKx3z3zubW7vwdJkU6xv8ye7G
9gbyr3Amf+9srfPfvWxY6PxOy+fPtp/J58MkG93ex4V8s7e+KSP0xrqk08BP
Nzc25dNyJGPvbe3BaqLMPLKDS88K5EHyye7ONm2mN6uKif1sTwaaZLNeEk/j
Ur55toVLGmY5//1s3W5uUz7Z2hmAMLobDe3f6/x3z0IMPoPlR1Fu/yR44p+n
vaO+45K0BBy9FyazVJZk/w6COB37J/Pi8GJj/RnvBsTPNLYMEL/Z3KVvCj2S
c9vb3JRnJyDdSlnczs6zAUsX2Hh62+MZzMltEGAAJ/NeCtgl7+zube8hlA2U
Bs8I6LhS2eJgd0egnMd34WhuwIcf01x5JB9tbA/w3T/In9s4o44m2agFHVj1
GN4mxKt/A7wsLWZZDhInjURgA6Ev+NR/Nc7KbFb0cJPDuKjvswefyLPCh+WE
wtEkHCa6xzgFL9U/gHdAoenNwpnOgRTPT/vrg/76+tb22uYOQGljc8GZ5yAV
QXILYPBv/BPhcXx1zapCGeY3yAiMEL6/v+/Ho6JfjeK+jqq1P4HWkkSgNqzN
qmGxFoFSpPOSdrxmvvqd/2l/Fo15ZNbRDlBxKPWoRNatrsp5ogsVgrJUTrQ6
0kV8kyKLe6NLVIN6w7DQoEhl4/IeNCX/bc3SzIp2+olTAO9lX72UpcjHzGwv
s7mRDI3vid/WeexhmMSAoWkcdtVpfgeigZ6NQEvZV8D/mTXCNkHgIbWYFXQu
Jv2jfgeVUQ8K3UdHZyWIacKMdXJ99todxVOPAXAN9R4Z4+Lo5ec+zV6vB2wY
MDgclUFwPYkLIKtRNUWFINJj2AycqJrlgPWjLME9Kf0ekDe9QXUTdfQ/VAQ3
tXJ+cXh+dKwGq6y2Aw4Eh0QcIYwS+WqxujDjraCau9qHo9SFZk1/CmQDakAB
RJKqoaa5AUlAvx7OwQxYvX591bvSI0CaSEwD/PdqFVXy8+Hv4VFFX+Pp4HL9
NSBtjKskOE7v4jxLcZe48KvD88vjVVVmONldHGkF2n8+n8GktEVZktm5xnGD
kTdupO/iESw5Tgn1jV5P8n0CgIJJTrPr1X5A8AY1IkpAYMJjeRZVI2Ixz72f
ZQexwCTq+qcDGwBtgNYc/PgjipKPH+35IF0CO6BBgOBmsHz41ByVWnJUQeOo
FIyLAgYGrgpEAXPqauU3MNEczvIYmJvFjHnPzKVmYZwr2NY0nM1gkjiF5YaB
f+YWwDJI7TtBh0KOHpDhCFBBrfc38ORTfQ8bwU2TDgHLM79vfvwYAJe410mi
4L9PRBG1GEVgUGbZMOiwKlWYFJniZWzWlmEUDFrIr0jH2NqBl2DPOi1gB3Zf
AAd9Q0vBEwKsGgMCpqDMJ/BZH1FBq9CjHVD4ABbwDyAXYABCFDjlLDZAMThy
cn19cUVQyCYwMWDLCRwOvNFVk+xewyOAO/G0IAhEepZkc0I2wWEfvT18Dnx8
7qr7Cej+sKQqTJI5LR7WCQAjSxmHyfUfKlgagzEWhKeVBrTAfo1HwKCWlqbh
HM8b0KfMY6R/XNlUT8GO76pZhnDGNVbTGTHlgPSQJJzD5+McZAQY8X/URRdW
ATbxzWRWlV2CMNqm6WhOPGeOswRZCmufhHcAZ/hPGuHx38ZJNpyXSCFjNcxg
N5cHZ/T+5fmZe1cVidYzAmGSgQiKQBKS4Y+vlfFUw5xjAJ4AqsTXUg17ATwA
xQQ2x2BCoRbhXrMqx83jg8Ftmt0Dc86qsq/e4I7w+6QiLABYFBWMWIAVFeZx
BvCqihJE/q0WyhqRGq8QLEELLLg82naoxvpeTcAKY/wpEWTDuFQ5mvAGGabh
TQr2BWj58B6BJobjBG0FyTFLIx+yMY9eIIaBVsAPFEwTTlViAm0qT/Dpd/8V
sAUQuPbdO6CDxV/so/6njqP+vrpINJIFP0XLbs8JMNc5unZowTlgfQi/w3YJ
YRevSBAIjoEGtVwZYEN0uPitIex7SmyXVjjUgCPAA6uhIeQ+CgDgGWBcqzQr
ESMA3cGsBOpnUmb6YZSoExLKlcML2gNRUbdOrh4VARIkEfEMyxiIbRJfQP74
8WMf1wHvw+sFLaP2ZJd8bch8CbfC6C5MS+RbqPkgfx6DVYAaHL4JJlB8A1iA
Lrn7YTi6paWCnhXeAO6xAgiCczpFnwFDQUS/HSVOR0mFFilZcz0051gnH3uM
1Vp6Hz8aHgSUcQdqJMLsIoSzPANbGQQjKNlT4pS13a8UWjsQdFEaEFVtf/y4
+hW73uDd9zESAw9vFAOAQxhFMT4NyJ0Akic4PCr0wBe/gmPqVcybcdcBnEnF
Ci7xCJ+Pw6bG43hEh4irs2YaapiyJ+BJhfA84FJqgcqBAgKI/S6Lo4fxhfYN
S6D/wOzZDD99ewR6hO7f9Lt15rwcW3AM++Vv3p4e8pd/AMgRqoBITLJ73m6C
DtJ7dpMacSfqHEKA7QH4haUrbOVPf/qTCsPi7iYQjdf8gBVwfH14QrYtKr/f
gda+vh8N9/b319+t1R+u/1n7ixAWIQNCJfiXHv38C3z+nVVX3sFf5gv3vf2a
F9Or//SDD7Rz9aHxRe9r8wWNQN8r7//wNf3Ql/zzIfhwmMRwaB9+2RzswxV6
PXL/e3+wDyCmx0jCgnE4ltuC7FxUsfYWfa0QlvFlY+4vPSh+5z/7Dr/4Xi3/
WXvw2+Y5ybw1RVdWYL613wHurhH3W0M0XOv3+7xSxKLgx331xTi+IffxXazv
e+jTZrv1eedFWADhEbJ6NmjnY8Da1jQDPhhP0QkAvA5wDn5NLR3BW1YV1SSI
f/yxNdPHj/sgWolz0mkBtcfMIkmG3+kmySPNoe7etKpGYQ7/jUg+xWngIzAN
R5Mo8oflfVh9WHofmIUiY2DbOkYvEGkb5hGkU/yeJ0SZCOpthFQe0kJk/Stg
ZPbR2CjKaojf5qhAFzia7CgHAwqnlz+LRTtkkwG0Kc1MxDpbCtJmUE/3j1cZ
I6a7TK3tLmdHwEM1skwrbGBmq5ZWM/SShtNAFunRTT94S6ukzdSYMnk1HHBL
HB9VCDlZB0XW/uRpASBNjYaZs73qZ1snUWDsB/5kZwe/ZWOD/lYMqKvjQ3UH
dgKIGjxFZ77WvyNpw+uborfJFyNuhShK3gBv5o2XaIBKaEsEFlqkGGVIwXwa
59kU3j3pgjqJ2hRbkECr5hXh11MNWBdZuU1+WDgaGAqkZNRnO3cSksILmJqC
oUtWM2jjfAba472ijA6zaI4AoPOtCvPcxfnVtcwHGiwoa7BUMPnskReI9CKn
nRpDR+WOhAjUUBfCAYU5vv3q2AzeD04eW9xUA1rz+/eoMJJ+R2q/fg+AJ8G3
s4VOhgwJ3oj7e9LVAJ45KrIBOuaJ+ST6vTEPjRQlJR5QBDCiy2fliV1axwLt
CXZq8HOBItVH7uf8wTQd2GZ3aItiJPP58h9mm7dg22Bss1Cds7dX150u/1e9
OaffL4+BPC+Pj/D3q5OD16/tL4E8cXVy/vb1kfvNvXl4fnZ2/OaIX4ZPVe2j
oAPU0WEbpHN+cX16/ubgdYdPxHejoNORtWy0ufNZrtGqDIsAtPZRHg/ZxHxx
ePH//tf6FoDon0Bx31hff0a2yj9RRGF3SxgLz0YmFP9JFht6NsIcR4HjAGSb
xWWI+iVgawFGd6qA8QGDCX7xHUIGjJdfDkez9a2v5QPccO1DA7PahwSz9iet
lxmICz5aMI2FZu3zBqTr6z34be1vA3fvw1/+CqNwqre+96uvAbkOHOMEwhBW
xZSPX4A262Lp7cOLkV8mCR6Y6qBg5cE6eKJRPCazrozR9oiFPYXA2MICJT3l
EsjzDb4aordCxySRwkJkHsk4I9acKGyLPBFQfhwFCemAxVlLYjhhpMVFAvK5
Y2SRasuiDk+OPC7RjSe9/SA8rObfQVCFVpqwNeC8dmHZlmOiNIgcUGzsYezA
ehTDOqcLa5p0H89WxJzjx084U+K2qBmxvR40NYbmmcskHfGKIdQxGcFJMzLA
O0a84IGy6zRiNa3hDegH9FE9hgUgMuxAWHjncfcgZmOsdmAzIHD/yALjUgN/
Adixr53CI4ic14YZr+BIqzUFFFaIH6J8RBAXFXAPsF8pkECMnTw+rf0S+BtK
n1EEzjlUiqwoHMYJqH/okmiDxUVVnTG83t8QZJ6FeckqTVh2kb7CCNAddAGd
I6p1EviVPEo8RF7ACfkIZZGiaK4ENt1xb33Syhid4HzQCUNUAFLWaisNKmC7
xkhPQ3oGOhm7EJV4BRZPusXgsJgHYm4WzpMsjDoseVD0d2hLy5DPF7huYBrW
al5d1msWyW/YESoSODqzlkeWwbKuorySMstoSUCxYQK7eAnoNNQluiYBayM+
knnXqDH6fYh6R7GAZlG5iNMQGIHMK64063cYkQ6AC2CZR8g8gREjYARToIS8
RhrKc87Dc9U0THu8JEH9sCQPFRkxQCcwgNWCSKrT7CMNfDnyXNvkasVFkJZl
uI9duxmCJ2icFNkcAKQrncgZAXKzpcU2ONiiP35R6NE+gKXH2Av/kYc/LleV
guDbSZwQg4CV0XkCFAEZHZM0CpzP0onm4GlPFuPhGt00zwAraJjOWgcjDLfo
kzYquVNoCwB+IhjsWSaomJLmS/7mhnCw0VxvOW0Z0g8uMpC0eGJMS2ybFhTo
IPxhP+QQXckpHiHFOW7EW87gfZvGxOkuzTSnFAcBqAC3fHt5StGXKo/ZB1Vj
yoveOJQ3RvhGN0BBWpUZSpZRffauYgcYc6mQUuvcXqMYkKtEB5wRFnlEBunJ
4QWu4zKrkIgOIgBDCeRKRGKAQLiUi5kKxtMIzVQKGkcUHQ9L8fqjMlFQzC7K
iekuXqoiLZG0ziEaFqBdiaoDGkOBg/Gq4ZC/+EId2QnB9LYwup7PNJF/bT2t
MxavNwyNwhHoBSNzcTFlnivWhkhKhpt7FWcQryKLQm9qQB6Q+GCfacsWmwJ4
tdvU/Yxrsqj7OHEizkbsA8mC0DktjcuDWDDgIMfSxhjouAHzMke/D7uvWIFj
Kx84zx0mQiICi6XMxNEEJOPI1TeHL9yuLoXjkSfisi2LyWzH45JRdGSGEQ3p
Rcx+nxUcd7U98MrlJWEy5gdx3MRkClFEg3YSqbs4BGp1vhWjf8lBiEZAzl1Y
VJW6EDeIGuLKxo2DG/Fxw+RveDh7aXBWrcCeVwOzlYsQY0ykFxjcp4U9RC2F
6GE2YGrC3XgMXii695qiWDYg/UbfZKjxI12sHLy+eLOqTo8kngtsjzxC6LwW
7YJYmZnIpkc1p4Nh2qMcecOwZmPGtD4Cokn2Y/tBYpr0eDaBjWIw7AgMlVj3
TkDcTVH/IBfn+dWxWjk+Ojk/pFOmNCZ4c4W0FPqW0/9i9mGhOjpCveAFSzIJ
aIMCIaA4fHEO+GLi3HBiRJ64Dj5x0o44KP1ssA3aB2U+FNUMHXEcX0d3A6Au
ahuLEJc1OaaCS8F7xyEARFckzuY8MRAAho8pLGTRyvETID4MrWHIcJTNNDMj
j/r7zWwIUYNgYFoBphPgRPZ7I0Hp/IoRwr4ImtqYVb76Wxi5HyuhLlQkQb9P
6mM7X5jVERbliVEsrWRGQ5ZA4UGFA0AwMq+LCaboNzfnWB2hFEUcfWI02GeC
P7W3zSJBKYTPUCVAnTowFmTvLkwqTMG6GxGh/hc9twwQ8JHciJwRQaoOQkDU
OdgXywg3rj8IMtAhamPduuk3IakvaISGC3CgnMw5ck36mxG9RIYnZ6NmhlXN
OKJd6BsbzSJlcEjRcM2qj7DtmgxbkdF68upqN9CYVwLwQJ0IHZcw1npvY3tb
ZaNSIysCTfPgxZuXeMSYnvrx4z4HFBpDqedq/Rfw3vnh9fE1PdB0nprEBWYs
iU5vsGxgrGgFzdFQWyo58OAvBiOZ4inA9AKKtwsQHHmGhplGztnZPibiAGQV
TKoCPUCBr00amlkGSjmdmt4uqjPhFG7Mm5P8Ubg0cnmEsE0wIUlwkKm48uOP
wNcx2vFeHfTXPfJbxQSDAbIU9FQ3wUTU0tB3FYFaFsbibdB6DxRoDl+kSk9n
wNxwGTwYu4UFNSV3w0Cj0xWb6vuOAjLGHDlk+sAAmhPQK38Efaw3Bv0+iNF4
mhpIkcVtxkSh04sjGgW9P/i3f0og7+YIIMOgdvvrdQjJUdyDXtqrHQHO4M6A
tlQwtTiAGrznBBDCMjzUcfzephzEOYUocPo7i7dkm4kbil7rB99qcs5IpMD7
qobv/Ox14xNrVmDeKlnnpABZqiQ7IJRXmGtR+hiNVOj2F2xvwp7Rt8YqCmAx
DYPTGPB+gy+YQfg90qjBOB2VAPdxTBtqvPAVR6zYam99y8wzwbkwokGJa+So
aS3S4Skyd21o+cn87KnY34aOwf/6wuVEBu3Aj+BVVRj/LBKJCVcoCde0UBfT
10IMiYlhGoDBn0VG9WI7PDeUAMPbNy3bAqt/xuEqMjI8rvlHnWfKhDkQzgcF
sUTyaSziqDGhuNkirWBjS1De2NM6LGKUseJgyU1WouGEQcNTgUG6y9PCWpUI
7mlYUOUVLaKG43ZXqJCpUr/HkFSOz07D3yMM0HrZDFZ+GLzfGfxAJJbyq84T
NcxyIvmXVY4oiDS8ZPFku3DmV026kbbxNo97lBVjDNPhPDC6TXvhFgbnfBhH
OilDgqB88NoeS5uGa/MFxrNmrY9y0ubqRLvISsgNIEsZgtGB8XU+uvUNw61W
PCddNzBccrO/TnB6Hd9qptPYmoKt4w3V28tTOmAQ8SwPiFPAaXJG2CPniXRn
xQGQTqodCYOeNuWIGcwGyIPhMyO7W/sGLHfJlqwaiePq95jMN8WEK6Qj2kHC
OAjzRpS6yUmCJs+Hsq/w+WIWMgNlNiwzaypP0cQJYMoqT+VFUufhVUyZM1oH
ZhQZ35JR5YZio7K7IW0q/8e1fGlz6o0QOLFaE04gvkaOKfFoV5TjSeP7PNZk
hJHpY6Qbc0L7HnkRkxtMb5hMrf5q/V6xCGDyWXTVTcY2DPs3iNYNdhrnZWwS
8/hcgXXP8hiHn/fJdUIvVfksK0ysn1iTrKC1cVpAUU1ZKg3ZdOoxlMAqFJS2
uNyQ9j1ldO8Gw3Vi3z8pmKxDlZjdRphmgWlMJzLUtROo2eJ9rDwZC8eBYR8b
9OixUT3DG8c+SOeSDuKZE8bYYvvRJYkQnxBbkXa8xF7sKbIkNOYqiIs5wkI1
p4SZxUs8FJkE0E4q2O3y+/xgFCXistudYmO4fLK+MA1YshbVyvqqOkCiOIAf
oA86+GwUk0ZiGYgE1ygNB7kbkifb1/YRQ182UxH9gqtdtbKxqjrx7G5rAqyM
woP41w7/5WjGkVFjHOc5WiWn5MrmKj98enG3hR/Af3cMvHThSCMeE6Fbr45N
4YBDROVwDAwcMz67kiJJ8MaslaHLLTLg9/cvZ+kZm4bHtFxZi06W8KJ5rAYB
vUMl+sGHm/TTxZ2JlMfNnHuqnvBf9ByEVVLyZLJgwnmLmsaHTOeX65swjyQn
qJVGg4m7NND2zt4WK+1Ergh8zHlqfdexmLbIS5Bmini7STtngcI5VRIesw5R
oeYQ9dV4FGdgCPpwF6cupnYDI7tBEHNaEZBBwgqFzeLk0A9wU8e3UEZbxkVj
TmGxAAcjUkkrNmYxrVZiMgv9OLxrF1Aij24rHEVOElgfLw8Ha+g6PExofPKk
F+I7hVfrAAvEjJD3dLhoI6I0K7FIheuNUNqnqU66MBZbLhUuQbMj6j7M85AC
UXP/KAy2GqQEnePLQk3AxE/Z5JSsQoet6H+s4F9QHwRXjrIprIyT/1cOjt6s
cnAwG5Yc+DBCDP3OvDR/sEfIbPFQofrhd8AffuBgP4y6AvRxkMRhcYb5SEL2
XWOfLJjDPcwTrVr8FVTEHCyNLmuNCdAoIZM55z+Wpc28oxFh7wh+CboRGE6t
t02tXL2hEI8rr8EDwsCmPxZjxAm6VgQF4H+k3dn0BezxkPNnmu12gxmkuvvq
9BLnirCSsIl99jyAI7L09/hU34n2RaoQIfp9ODfRzYJjLBTK7jqzzD9SMxvR
CrKPmooEyx9XlGiAuomkgglPAEQmeRDzeoBuZ6AmlbaMoUpzLUWrXfFjGH0L
dGYsDG7Lrgd0Q/dwimQ3iW8mJI9NGEG0LfY7GNHSUJQKct6uE9o3daYDdnc4
T2z0kLaIlFtTagRRx9T542F/b/DFF1+oYwmXc5UKFZX0Jvr9u+bfXrXKlc2b
TKvpUBJxHWbdh+LlLjDmgi5T0T1iJrR7TOWl1EGuZeV4FzwA06gfxmM1CH8A
0k2VCbrvbG88G3zlhCGVWJeEKiqnokYY1VfCVpUrfOGiX5JlDPu+etEqaAEr
z1TgcFmNWYY96weSADIpLIanxjGqXqzc2u0DSZ8evDmwAsCuo1n1E1O6Ctab
zCZSe4X8hHACLO4YQ11CMrWMBZclMuaELy8GXrbD7FYH5UeSLLstgiQWhYFt
DYrpLWEYsbiFseRmi+uuBF5qMID//VDPV1jd54qIy8aiV+zXnEU/2FLbY7Wz
pXa02t1Ug104d7W7p3bW1U6kdgdqZ4SfDDbVzljtbshbO7s8qdqifwfr8udg
R23s4S/r2nwOL26Zt540hR3crJAHhxfhK3rG2/WSTdaTQuxmUU71JVMF+9b0
lVrf3t0BfvaGj3hdNZ5QK14dA1ohz0eZDTmsBg3/WiPjAnOKkSTF4o766gSz
OMinfp+5lJl7Su6on7vz/AUz8ukD+tzBwZHCo2flBMvc8wJ4cGcNQ9k4t1O9
0wZSyVTBikWhvTYKbfFh8TH98A9CoIHa3sZ/Nzb+LghU2/NfjUxK7W3/TGR6
Ds8iQl3Z8kiHH7VYS2ctXYPjfuwk13FL8O8/7iR31M7w73uSbs9//UnubG3+
3JNMu3SSJgBqZAImddgc5np1ShcJfyLRVwwfWTaA9vAo6+n3cVH+Y44R1KWI
jnH4uY9xh45xT21654mf78q/G/DuUG2OzVxmR7vRZ5UAamvj2Scd9WSzS6dN
B/Z87cdfoXfEFwpcLXYmlu+xtChYkuTHMqTjFXoiP++J3dzBtLUSxEDvJUdY
lEkkHMnnkgMVNIv/HvpZ2raDdNrGjLFLkTOMyJT3B1MdxaFkVS3dAXsw8b1p
CkpXCrDZ3t5Uf/nzv7mCTuOCEP3NRLmATCTfwZspdpkZYVFPztghrV4KvWwB
Gocaa3056imeRI1pD37tYZTURLNcYucLrOf3/LNUguvVWhmbTdLBQJ8syJtZ
ShcD8cY+7YybGR7sfbCJGs3+Gey+rjX6MB1RMAxE5psZq6jlei8IYnuuTJ6H
stTA4kInPPp56q4pShVDVdvL6wNthvxw7I2j9SCwC9vGwDc3uY6JpwIz7G2a
oBfQuPJ0niPGhbfkVwSjNkKrultXtinmeEkwea62upjXdDqdeZWAAH5cuVXX
KaDDlQk2r5thyqktpfPU2LA8W5LEw3/8EckPR+sZCc0mJJ7Bb6RcylTnXZqQ
gqVbsaIfJliToC/oxuha1HHZ1lZQOEnC9bV6ZdsYp1aYRo9wsV2zys5Ys6Zu
za5e3N7GaY09BUcj0EKNcU4uPzJyxZE0Zz+7kEDNr0jEYUnPnAomT5OBS8uz
cjLXSSyp5saqMjTMLSps1ig7ow4x+RWICAnRbH9VJiKDXBp5eulkbJfR6dm+
OK1UfE6dlEQyRGT0jZIlLzBSTLuYr61TW5hbD30YxPWjWwakhg21awN997H1
Ax208stcftqmpH/4R9tdeCwyNE1jeJg5Ry91rykRjJ90WSoZvlIVtuVD7d3l
THCF28qUYYwFcOy4WSDoiNQQ8FeSf2hC1odSqclkBpDqSe3mx1YCu6BzIakn
mL6J/a5sWjOcwwQ0B02+7IGiFjyEUnKeOLDNkw0tyr6fw3O9HDNWV6VyG4Pc
xolHzje/VJu5j4ymsYOiwJQb/hQmv0K7DeoeZs/5IW0+4VpxyKpjYNJ+ijy3
0yop41lSX4MNBprFYReKrq00dlXGzAm6ZL0CDVWUUkF1PuQhSrJayQ4fhdTn
Uk8dV78wCfMpcllcn/G6xpTRNrBREVwvLkvYdFjYig2ersimms1mnSDzOE3J
JxenRRm2RQTh9iibze1xG6eWJbemhCDQ07d1j52HXpb7M361rG0VJ0mFJQdl
kybCeqOqMgtMkX+nppuCUophwU5dT8JchI7pa/G939ji+3drHeqPwmX/RNeE
TjVt5+l6CGm+j/bRqL+1T8rdypI5VukNFh5PefJCKoZaRk7LSrH+A/c/Z5YY
E+Ih40Stj3iooD7zEkviq69U7+uvT4hN/PKXPWCK3Bf1N2+PL38L/KsMy6rY
V2/Ojy8vzy9BC4n21cC9O07CG/g6j77iN/bVelcdvLn69vhyH+ng4O31yfnl
6fVv+a+jo1OulsVB3Cjw6hV+rq6OD/G/dnFNv4T9AZSiH8SrgHWWS1vM7rQW
+eQxqyIInti7jXQun5O4J7OZaKD9oN5pDjlN06W1QCKa+Aar+5x4wMa2qTBC
cjYlcfDiVCTbE/sFNfsqNHV9jqt6636MzIKGSHyy4GO2KADkZgjsjjdxtJpO
ZhUs1k8wjCn5I/3gxPZzS5JaJe9iSyZ8gGfYc2xqyAvkNiZv2OebSgVp/JTg
tHyytpKCMjRYqqOYplh+4ZlobXYVkbQ6PIF/EtNNhXsZAH6RCVJYrg9KP6ni
H0lD91vgmCXZ4vCiguMoyH4aw9GiGSZHwsZKW9mwqRspWxSn7Ro+lEr1th9G
t85zLFmi86LDqy2uokPc6A+2sfSYALXqvsUdAVwa4zKRpGAXy06wirn2jqAL
Fv3jYYdUt+nPG9gAs6lAs4afwNVETXFqVujJKNQphS4Zc40yE8ACbL5ts1uV
OWWjwtN+vLZhZkJj8S2ojLe2RDzVoMOB3dBGt6HJ3GHtvgZkl5Q6g1XMcuot
wGct5dkWjAtZlykn3Oi/f988HLIqQtmFykbYV0D5yiEBz6hP8Vgqtt7PqBFq
w7CjHgH4vZTwUF/Uus+nzjtMiXKrP4Eo0kbRNcD1AeCoqN+waqfU5gu0XtaV
MSYMu28gnO2gWrFrwCZW40lP4mFsGWFrZOJFGD2M9JNmEHXc9oZARatLyOrU
SquYLqD7B0H6RKMF+Yu1Wl5S1yTPAKakaJ3fzLHRG+UF65Asha416TCDupoR
H1uh9BlMdxajxOrlGfmAsFvdqnhXMGaeqxts2I0F3hmVHIepdYYAQqCn2s+X
ZRWW3o7LmrCtxATQjX5Cpn8lADPRntljG12RIPUi3JiPjekirYL8grMqm5PI
oprFFLm+qWCcZE4rm4QFA8E0srX9YgWEeOLH1+GNJAOwo8tPInbd/7Dt9g6L
Nr+DB+E/Kkawq5sqxGQfrZ2ZxcvG7jfGdecpPRTGwzxR0nmOshOs7UCXZm1a
1AbEG1FUJimGEMQWZyO3nUUh1/g6U/L6+nXRdL4QgZP/KBuXguAF9w/FxDQm
vLEYS8gevZpwXy2SRrV2rqIy7hV1Fr7vHdxoV/zTbLVA1UagH8D6ZHlBXb4W
itZBaIkCBPsS2NrbWkY5DlE3FxczfLG2iU+IH6aope+1Fr0zsO1JGzm4hArb
1u9itTWwd80oLp/MaLUtxkVQLInXR9FiuNF2Udrb3PmaYxPEoznhhnjKUgIK
LwKhLQ5BItZkVCWEKvSyLT1yqai2rI+W7OskjcyYWqOYDIhLnCyewLYJ17U8
6/3gSh5tAIyQpW6bA7bGaTwF9MKz5l4L/l5xe0U1pCblnOIhqc+EDAZG0qCk
9qrghCTiA+98z42SbVJhGhOXIEWadBquQ8p9XKNuURSxMAKQSB64hHWvJ/Ou
SZ0iXjNewM4QPjXLv+G38xQIW2BPG6IRpUWs9MfmbZVsQGCOYCGYBNDCrZrF
IDwJVmx/GQ4iNeA+DcmWTqUvMHqhJfiGfrWZzlWTfiWlnWMywKNdHKGVEU/p
LhlXNeBwPl7XOBc56Oi4tcffvH4Tpp0io02NjOp41qeIbTFB6Z1bUQn7iDPp
TjJLwoqEnKdntfR516Xb0wskkIFnIyWuRiEmKEZCOoTUwNUi22jCrdnQZIM4
XEI6gWmEB4AxAuNK5JdZIYKHBtzpLnYKs5AqtvLwHI684HvUtmd4cQE6r412
4KEHsU4sogNey5l+kZ6J79tE9fLs96yERl7zDjuHV1NJVp+4JOtCkZZl8u6w
112WmiZ5YvjQ50yhosYBHjRy7Xwl65N9d03+w7Kw6a4LKIufV9Kxyd3UBCzj
Khoi5j7ogS2TqpC9ICGFaXGvsayS6MmzOCRN3jrh1vcH8P+N/c39LaICJN/d
Zzt7z0jZXmC4SRIBmYKiof5MJ54gIjy6t7v+7O/oM/sDKKigKyz0nK3/7Txn
Le+ZHYsnf9pIdDiNkehAFpyoBJNYtjFF/nMagfr6lXrzXjK9V0zkc3PVJISC
dgyU0aecEdfUkDi9eZ1Vx3oAvJ4pXNcsuDOmY2mCWP3PhkxPxJzjg6Pjy4cw
51+Pzs8OTt88jDp5+LdxutZB38CeuuP1wLbCMfG7RS6zRZFuCW/bc99aRW7u
B61NYw4b1/7Ln/+NcegtSXN78cpztS1I46FqHWP+7ifc4g1vL44Oro995nB9
enbx0AH/1ad7+du/gis82VXTEMBiv7D8CpY6UeoOCbXVX99WK2+Xuh1Wg9g4
yxe5Rxt+HpNDTrpUFiz3w5pq/KbbiF93Phq3rOE8cMlwglW0+OVrp2e+o4Zn
hDrv6AIcjTq9LQjwkkzYZXt5rF7KzQAPNaBdlIeFFHJRFRMkMauaFs4VLM3/
nppptWw86QCK98J9/FjvampbHc65G9o8HU3yLM2qApRFalY4t556ri5s5qSz
tl94Hv6YHgJrlm1Cl9+D/g90PJtmwo27WPyukWYW03wmNjoRaWL3k/nydnM+
5JqtEqklY1HCGsyFCwiuwMgkoI2IhJybFePN8cg5c1CzQWcnq+29hCx+ozUV
LlQClhmV5JSsFy/yYT7YADPjAHG9px3WYWaeAcsGRFiLp9yHKbddly37Xc94
nQ0ez/0QfHeq8rtUkkfd+AacaYOLa/XUdH0T7JSIAWQiEPMos/aJtMCDGahg
SrOsMpd9IPLW1lWbDCcwZ5becW93lxGD71/ZAY25RO4Ur4vJTp+LAx2prHYD
D1tcr16XNYMNPDAZgpxHfiUuBoL0JEzG7TbrqCdLzYdeAsLQQztvNmxCzsVO
3CImWAEjWb9HjoktyXNyQ9LvI4R2ktSMH57C9rOcUezRNSfYcRk89mgAAOTg
y4TrCflRKy7vfOQQbNRP6gi6wWLfPS9ugRdNBvVzfUbk26ATdQeasmqRFq0z
RZeGywuBNzj1quE52+lvNU+a3Kl+ygjXiw9ti8k5OStdaRIclek/kzVN2y45
tzkAh62fM3SHumZIXotlkFJYNIasF+xJHMFM6fl3WaxPTLBwhWIt89Wa39W2
2DM9KRqgN+LzgUbOfVYktHFS1zQFW91nRYztTmpAghcH1EcUA9rsqdWBtaWR
FFSL29BEDHv0id/F+7weNI68am2ja2pOg4XIlRE8L45Tb7frwZju3uKm+USu
GHvE0wBdiyI3zeayJok4RLLFRlLKFcIyBNkvwp0X5+5gZsDayZnhk3Ocj6op
K2CFvQyn5VERIWmu0QiXXqRhiqmR4xtxIcKehbwIdUx844aBooIsChBn4kXw
sp0LdyOiuYKv3Xawial8fIHfzVVIgWqUgbeA9h4Xk6mJO0ypIjoNvbJXmcbe
nEfq3fvSa+CHjHppEz9q8li/97TWazs04Uz2e2f34kCVDuEhtYeRNXgBFhTb
cTGqsFtB0GZ7fMyuOL52gYJ4GmU/SBXYSI366p1JNTpCCqVkdrJAUWykTFrl
D1hcPbEa+7Zgb13s0TKzh0MX0FDq+YlxQVJEky7SKLMehuh6lIj4FdfOh9KN
1u9L2OjRvx/kWmpD6dBq13CssF1qcpY/rlrWxTEW8+KKlxRt4pf4cBEsaOaO
d7bL1RVDTdFYOK+7GPNSFiI0Jy8gQgPF3FM3mwcBg+2hzejWx40XcBogmLdC
20uEspVEB3VXzFAOQStF/m3qyOltYRICK/cpB4CeYH34+Tu4A2SJRO/1Kx1p
Z+7SR+8+rPZp9oNvZRC+9lLV7k7rYtPGuYvVhmVJV655mflIN1XouYZGmWl0
EEho05DHl8jg0CespmCpJ1bjk0AaepRTeYIh58GIIG3uQuBH5AZOd5mzNEMl
2e81jVj3gmx9aY/NtoK27c6Zr8Lb2KfkaHmqTTNTGHucYJwKgCD0aUAd3mDM
BMEw7lGdzyyLQfsiDUigiPEL06jAXl0ki+AwdplhexHxnzchUsuz7TtTwgYU
itrjsUQLmTpkGp4A1eNSYZlzqTakOlAaU/lX7hE13sYp6dPN7aAxUwuj03UE
1RKjWtqKSo21dcWT1kev4RSMEM3gvEgBm3pv8u4pc6vVC6VR1A6YTPyHkBMe
NoVJvSNkMnzlih9ECyW4jjEWz/0WcEuI3Wdb2FpfmZ4xRvvFmZrLbpSVwywB
yT9p2oCmSSHZ5cfXL02GMWajkA4MyxhxvxyYHf64Qbc+1fbiwkkFgAUVsBYp
V0+9fntsqPC+kYkF6JgFQYIB8fo66fqYejkL5qhHWS59xzk/LsA1wly1pnEg
k/R4jI5EtnSwrGEm9iboAaieNO0s11ZQKppD9imhhyeJpSgfwUGXR2JP7yz3
fAq0RAPEsODjo1tKvYawoM4aZgUPBIAXYZIxJGxH7haOkaIFLN5cGtnHikFk
BEVAYazoLpb23w7OLBmaQ6EKye5d0GxNtI0taYdCXdXhXhzoNWfVBNsx41W/
rEJgd2y8gPwGlNCZaX2Pl59HVaMsi00WU71FCyPlF0HvXX+VVykrwMCJjUOH
bps1l39Ra1zRzYjFA5wCzA/LY4ctuLQxyAI2g+xc01AKVCwwdGQJtuDEkSkB
FuDKIryamUCZh5uya8W7DuyFBCQ1vL5Z0qgOWTRsr9O39wJtDOheIHuxK66n
xwzm3ZKPH7ju1aPeBZetKvLjglzTohrFhVz6Pqr1riCTQcYUBHBWmL09tlik
4CJ357sZg5qKaIyG9kvuVlH1nd8urk70lhCMKw3vd5U0azTs50Wpp+ry9Pz6
3Xc3KEixKhZvzH1tbiel0wRlYz/YlwRncj4F32iOZGIvIhiMfZX4ELGtXqzL
MbfnRzGODkZ2YaxvwtjxSFP8cV+9fnXxurfRXyf1qsQUDe/48YEfztDhAid+
1cfWkdQE9JdT/qyf8Ae/LqseBkMBq/uR/voHmAHlHScsWMA1Br7SM9g6ppZt
DDa2+AS4V9DPPQFj7NVPAJj6xRwGSN99F8YZAAOV8r8jhM9Or//xwPXtPk+J
XqYYB8Erbr5j+p2btvJ1FRxMDSSzje0N73ofyofjTshkex1y033J7AI+Hpfm
3rDFo4qG6JiaTVRerEez8SXG5Yo1pL0lbbABZG+qad89v2Ivn6/dJ+zuoW9s
sJk+hDukkKBx9gHCoPpTOBdgLH1FGsY5NvkUZ7kBSCB6Pt2t4GoJjR8yx1u0
83wEeqwftACVGDNLyFC+92o86aIRyZXNJL8QoxBTmySFMLBNoyirjN0xCKU7
BJMFDt6fB/DLsNmxLrVkI5kHNx246OZt02CFI9ZT06ip1WCbc3HoIRRCNOXi
jkm13M7a7YCIXXJrusuZs0VebiuUX1XyBvno75jKKYmm1lbdu6KS3qcu9oSA
uAtxCsoDLePBM2pa5ihaNn6LM7aKwlpVPOdSNWz2BUYSyhLJH7OJYO7CIxeV
4C9ahlKA93u41IJZlo0JzHXfiKCvpFWDZhnFI77djBspkqUTS2M2055s7kSv
uUUV4cVZwUXAsU0EZ1SzhNhXksoCpTEpDPkwQOVSrEUMgq4wkVaA8AjziW57
K3AKxrA0cHBFxmgghFh/SN0HZDRqqsxsJ8M8df++CHKM4m3wdtA4xdwrEvo4
vI48RxjrBtSp1ppeqIP2yelhwmVdD1vMgduEaXOrMRdvWv8FEh0lheWpa4wL
T+Dl5zkh2kQ3LlS1SZKECY06AbQAsCbpPvSTi530DVDT9fz4Ncpo3eC7wNle
v9DJv1BYrqVDtzkm7Llk7od9NFRj7eODcTlRJEmMf9bSyQXqSSXjITVlCVEr
Ioe7JatfuiS03kbS86FhNk6gGGYc3F2+enMT09JL28FuIxsjYd81Ne3k4hC2
47JZCNijWsEALyWQEQ4RIsE2A5LmZsDnX4LEOeWR24U9JLywmD1GAAHqrFdH
m3Bu7EZbzaZz6tvduu24G/CWI142XaSLDl8XBcciZizTc/ui7xuZuAW5MHFm
ul7LBo1dPvTSJXwVkMOXsJvfpeRj6qob1V3mS/sYv6zVqoRNaKDFbG4HYw7I
ziMvvDnKtaAFClnG0JhjujepeMCVTuIb8h+2bhL3zTh7iOx1kE3ZfLPGddND
uVimVqlHDfwe1x79ponv4edd6wPPCnQ9CmsmYLMXIXcVennY+1f4cUwEh3HF
KYscVHS5oLUwaRj0KbRu3jF3WLvU03DknMy4c1OSV8+KKdSlvokBKecPJ6II
9GpZEM7PsLjVz6m712V57g/ltQfciUcqXRctEytDeZ1dc1+5PPuku1G9i8E6
gRmJPQfubtpuI3YjlPmktbsmz2fUWgivmvMW7YoxM45Im6pdenBfLZnCPXZI
V1/sKzyII0mQK6qbGzqJ1QCYnrgG9u0shDzff2ew7vt33SV5gZyr1LgNrnDX
wT0FPx5BE0kx8RKjU6nUI5i1rm9T1IZ9pdYP1IOmjwEPrN17g46aZR+5hONa
ocDMztvuvLr0mk0UER/UGyZf9YHbA7ufD+pMh6SoPvDzQR1ytSCecw7QgaE+
KHuY5imYRwCs7G/LPlj0s+ih9mc0z/rARyxZpOlGZlddbxBl4+P00Ad2yn5Y
iHuLIQkz/7ivvgAtFnvo9ug4ereIAmVcJvp55xsX5PBxovMRMd+/3XElL5+v
qtd4ZeQ1t4Y+sPc9yiCfhNALf4JALUVzNkWfvih3faSlhk/d0RLC+BmssUUv
Ac2wr8wigVW4QMb+EjTo19jR07EgCM5N8wZy2zzFzUPy+osv4Gnuamic0q7s
tlZ/76KxGGJP540QrWLVn4cy+qWf+2NqYH2l3usNZj8W84pYcSlOmAz9CrWn
qFuj5ddd5Xdeq2nJ1JFmlsfpCDvudP0Va1CHMqrekybxOErGly9aVV6qhIZ0
gxpfRUND+lmZxUinYR5nRbdxrJz0Za74kZQ9e9sG81TumWzjUVzoaZwDM+u3
9u5HnujwDu8P4gofe3EAF/tKzV0saVvkTU/02NZduchBTuEYeEtCIWLueu22
mm5ydgdyknBR6/CF77/J0t6irl/eDfYYQtEIdA/JyPQg09OrsG74ILzN2xCa
Rg2Xsj9NHxLvmnBULApz044DLjnHUJNGrxhGib18qgY07S1BGOAbWb9kyheq
SqdgKZ3kPUkjMmBgnOoBdOJfgcpNFXLzpUlXQkRe5Y9HJSVTGqcNs0Ojgss1
2nTAnKUgZh4oy5yKxc+3imrrHxKZGs+5OwQucyoWNsgie8DYi/qO7p7wZzlY
0t6csKVVC2EAQLmM0hSxprg7L4R5lA1IyYww7mKDzOhXrzEtk2NtDX2zZq7J
rkMIz+uC+oWdZLPea7wCArgbHDlV03OxHgIYZ7bNxcRtMCUfUUoaEV7XlM3A
6HzrtWqDx+2oJs/fpPlO4Au6cQKowni/Crl8jkfCpR1TiqPph4J5WI3mJx9r
zd6kgjbzRIE023BcDKwqqQMwGZZ+lpnrNOeTBvUmwkKVfjOvGuAeSWdtSoUk
avSK3XwnlbibPSucc3rJf0Hp8QTvwOtf2HIwYXczSstJKclU8vMfzeA0fhtZ
tECDUkcl/sjJpERd1Ao+NNWCdzaJVPImf94KUGII6XrdbLrCuDEm27hutl72
JV0nMa4i91rDHMfYDJS812yGaPs3rzT0SMvW50+yWPIC3QU4RjRL5HxvY48q
nnLN9xgwEzMSDEM6qP8RAgXBMacpEW5T/pW2H/iZV4+F8ky6ArNrtIy7jVBe
VxoThMm84BsCifuK7zSYhZi53eFQF+AwmRR013XlF9icZtcN3QsvVIaRejQA
WSZiV7zObvwNuKg2uwOT7Obdwg9/dqDbNN787pEI4967J+vfQU8dSKWq+e9Z
Ngkx+vMiq0ZhFMb5lyDKKexxzUVW9Ipark+aWJg8fIZXLcm1DDbGnrLz6U7L
Q5cMAWwskkahCypIW13qlkSelyXGfG0UylkJ0XVP/nRAD22TX7OqjKRNgjEE
OXUXrwf3tkfhEitqX8Y3fbUuXx8mIeXUeOXCGpl96OORkGeYTBtvsWLgbuHi
y02n9gI+cmAdHV2u4cU/7nReZZgr/BKOYwKTll+aWpZeNVNHp1eHb6+u9i0U
xuzBNEnZvLwMcI8aKNqYYWs/ZKCE3tldmBC6XPNNaftePYQpzm6MRNylkX4f
244A+FGtE5TEBp6I3bs/C7svM7yV/QjETxLftzFaMKdKKZqMlw7tbm04HPEG
+iYBzJr+9H9z9Z//vUp/+t94FIAsR6eXkjnkkIie/+m/5cBdv5mno1v9ZXPa
M+5P4TpFA4gOhgV3w0B0PZXbwLwzcR4MOOKr66P1Tb82C5a+Ptjcbpyf5fyK
orimXmbc7DmNKjBFKnhBVzLMW2pKgr2t4STJ+0yNwaQA3ybWjZWtBLGNJsx9
FjzQ6RRVS20nY++yfHkyn03ogl+QsOmt6MMhZi1F3NQcq4bQnvZO4yIEJeJb
bJmUF3gQTAlslC45YRuu41ttwSCRdl4RlaYyFbJeW1/8xSSn/OTWFfIkmugK
NeTYqa7g/JJk/iD1LuColNC24pX+GZn8g5EXP6wKs3LX4JDoCBNvGI/LejfQ
0WUFo6xDfI4wx97tazp5NBCX1gwrBe21eHArDfYjpcvtwjP53uMfIGkzmwhs
RYJKQFJWyNXdrOd5DEKk1DrRC4BXlRm+OrIxE+ZOtX52lOggKiZFOKjbEvpU
WsLDIAR23vHQ5ezgt/VH3YqlY5l3zZLXIGU4VyNOvsdzfLa1YwTJy/g9Ztpx
cVZObtFaY0hv/0d6CCIlS/S8vf1X5GoXt4g7/c8KnNpSCQXb4XEsuJDQ+DKQ
dtCm7TyV0+98Eqc3vJRi74VLnfdSw10rcaQyn8/SrYsB77NxfdW41mjPuGut
5BMFx3zu393uqBQvdJaoIrZ9fCoAtn+WqHuFzibe1kFehmRTo2DyeQ2cXJmh
ZkdMx1Qow2kJmu5ubOx5KlIs1kk+HuE3Q6wwpLvj8D3WVKX+3tNXG/wEVZCc
uYnBDu6kTM3CMPmqx3nn4XCIC64xDdLW/bs6FzK3GhcMJZcFi57vXQMcdg64
lJ8VJMqdza3dVe9t21OGiduAYUG/OZ9GMVqCcqF23y15syl9t3kOgjL7WB+b
N8rYG4rVpSan0mLMpDRlD+2AC9lraeR9rAgwWd5E7V9iFwqOGzXFmbxyLPWx
6EdkJk3uCE4ewxN4TgGdKOvLC+S98S7J3Fff6i/FRMSJFt4E6oHvurhDXL30
lagLgr06OHrDBT1y2+NXsgWEBhey/mKS3f9CatsLXT6VwLY+icCEnRUVpgYk
lfEZOfYGfHNGGjZulfokSldOK2I9c+vIQwc7Nmqez7aeIQOj+ymjOLxJsXRi
hHA0NZxGKyWdO7s87lkrvlYT1vua680WfuvPGmXVMPERHdb+4vBCbVC3oAb3
T2sqhsgt76ZKBoqYU8AdcQLBTL9Sw9Mgya147RkphTUgcYkUp7Ja5jY+3Pmk
9hKdwNqh0i1OApTtyiAn0hcV/QS+To1Q5X4Dcv8qV2nDB6dHzwfOsUlOGbeC
JXdV+gYx8yAvlsr+nstj+s7k3oJkmU7DvGtOpisSWHMd7CjRYYrJ+08khc2f
JWuKiQalna5YJLJ94mQbP2uy4+I2+7IwU7nPz8J8lBULv4lvsySM3VdPXN/g
E/kCX4oZT/HqG+ymgjljeYaeUsDqwjL8uPh9lYLG8fxr/B1UwlEpX1Wptlep
EhLDIwuwDx+1kSes5cPn/BSxejIbrO2ionZQjch87e7bwpSKxiDdjt6IFjTM
KW8TLcccfTyuYswqmD1QSzEWVHMwkFh+wNUp0npBk89OUOc0bB82/AhBw8uA
/uTzGfYGBz1kjr04Bq7dqulWg2sC1cJP+Ump0sd4m7jlElBUhPRntko31I5M
iiV5AWpzi/9iDVu/emW7JCHbBZ+IlndZHJk6UphaImkIPvWXP/+PesDf3eb1
lz//T4Q1l0I32wpy28DYa2SEmhrTgKp3cDJsuMx89dXwE2N1qdFEj25BUS2e
yjsGzz6JXMRAbKpK7htMFeqhUtR0wNQllNcn6zuKhG+sb+58/+7dyqQs6QYM
vCAFVfxbnfdx7dgTag00j7VJOU3WQJfFF1a7on/JobIOIe0JuJmPVRt1JOsw
yd7t+oT9GtnWsJzKntnh8US4fpojV2BxqNNbYHgH43GcsBL91Ol+nmeNFVzq
88NMVn0BYN3b2d1za/ItZe8EuVmICXfTnX0WIwTSdAuU5NiTvu6jxNWyM7ig
C67h/5lDph57uwLyQrXLZffNWvEdaU4hyf9Phd+n2au4O+/2YKQGQwoet8bl
IoDH8XuyBv6FnHEYphxlSTVNqU+F9Dg+zgEAodp6tr21So+2SAZtnb2tvS2O
rC32pSuXZUeD4PSI1UghhU7GvgR4ImA+2Y71NUzSoxONOegEJXSMU8ktN4ig
KtynLuTT9H3rlKMcWWCLxERNYw9LAIz7dEqfpGUMPlHl4uTtmkuYdV9qqWVy
yiu8E902MPKzULSXoCS743ixF5H7iHt1fz91J5+izwViEzQK8eRaFTzuhfTJ
nlHXEot2zhVmVMm7SoqY5Lh7Nz3DeLcazDIblGG5CarrNEwSYiJlM7v2IeqA
8ba3N/E9wcV93g66VKVdk0m7spEWbFgD6jg8df3iyNW4gzA4vzAtToyeD4pJ
U8/wemZQuMjqju65ZsMM7xVfrtYr6dK6rCKt4YgM6xF2cZbiFQAndizRdKWB
6KjBUxFj/dMQ44os1XmthxLecBBzjK2wnT+cwukBoV7IIQFgURQaHZYwt8cY
1hKJsvFuoQ3skiXn53q8uGsmbUMn6v1/KC9Ry6IIlFhfU26g+lNh9ylGCOHj
KwTCwdXh6SmgSWnozNtEx1XRNmK2HbWCpXtej/xV060OXXK0UpAGK7JmKT6l
FY/S4t2qZwVx3OYuzpKwEX8lM/b8jTAt+zHAfxyOLNiX1X2yXd0Anr+Qn8Pn
A+vWMR0ZlfQoeGD8IPhCHYzQWZno6Ib56Y/7VcrlBjqSVtVLsxmwd5T0f0tv
0UbF7Gpg4rOuOgxzTLRUL5ARpWm3HY3verGAbjsa2a1HOrvqOLmfw3h9+ARk
U9ElKxqMid/fdpuxnK66nsDLhXqZAa8r466xn9Wrn/6jLEZAA/BIBod0ApYG
/jqdzikEByt5Aau+Gk3uAfP+2PXjNV22z9V1nGSjsFsLiMIY8VR9G4/itLiN
2YPhh/RMkQM1hJBuB+xymxLY+0HweDLEvnqaQfDYQI9Otfu5ptp9dKqdzzXV
zqNTbX+uqbYfnWrrc0219ehUm59rqs1Hp9r4XFNtPDrV4HNNNXhsKrD5P89U
g2ePTvW5SHjwKAkPPhcJDx4l4cHnIuHBoyQ8+FwkPHiUhAefi4QHj5Lw4HOR
8OBREh58LhIePErCoDF/pqnWH53qc3GLgeUWTb3wCeMvfHFt0YB/BZYtGybw
uup4I2ajfh5nZS8raDAq2Pnd71Jd/u53/Dy+0MfxA79rjBvhBjTcatgHNWUt
TPPecDoc92bxXVauuceD/w/kgiFPGNEAAA==

-->

</rfc>
