<?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.24 (Ruby 3.2.3) -->
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-drip-registries-28" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="DET in DNS">DRIP Entity Tags in the Domain Name System</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-28"/>
    <author initials="A." surname="Wiethuechter" fullname="Adam Wiethuechter" role="editor">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>adam.wiethuechter@axenterprize.com</email>
      </address>
    </author>
    <author initials="J." surname="Reid" fullname="Jim Reid">
      <organization>RTFM llp</organization>
      <address>
        <postal>
          <street>St Andrews House</street>
          <city>382 Hillington Road, Glasgow Scotland</city>
          <code>G51 4BL</code>
          <country>UK</country>
        </postal>
        <email>jim@rfc1035.com</email>
      </address>
    </author>
    <date year="2025" month="May" day="12"/>
    <area>Internet</area>
    <workgroup>drip Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 90?>

<t>This document describes the discovery and management of DRIP Entity Tags (DETs) in DNS. Authoritative Name Servers, with DRIP specific DNS structures and standard DNS methods, are the Public Information Registries for DETs and their related metadata.</t>
    </abstract>
  </front>
  <middle>
    <?line 94?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Registries are fundamental to Unmanned Aircraft System (UAS) Remote Identification (RID). Only very limited operational information can be sent via Broadcast RID, but extended information is sometimes needed. The most essential element of information from RID is the UAS ID, the unique key for lookup of extended information in relevant registries (see <xref target="rfc9434-fig4"/>; Figure 4 of <xref target="RFC9434"/>).</t>
      <figure anchor="rfc9434-fig4">
        <name>Global UAS RID Usage Scenario (Figure 4 of RFC9434)</name>
        <artwork align="center"><![CDATA[
***************                                        ***************
*    UAS1     *                                        *     UAS2    *
*             *                                        *             *
* +--------+  *                 DAA/V2V                *  +--------+ *
* |   UA   o--*----------------------------------------*--o   UA   | *
* +--o--o--+  *                                        *  +--o--o--+ *
*    |  |     *   +------+      Lookups     +------+   *     |  |    *
*    |  |     *   | GPOD o------.    .------o PSOD |   *     |  |    *
*    |  |     *   +------+      |    |      +------+   *     |  |    *
*    |  |     *                 |    |                 *     |  |    *
* C2 |  |     *     V2I      ************     V2I      *     |  | C2 *
*    |  '-----*--------------*          *--------------*-----'  |    *
*    |        *              *          *              *        |    *
*    |        o====Net-RID===*          *====Net-RID===o        |    *
* +--o--+     *              * Internet *              *     +--o--+ *
* | GCS o-----*--------------*          *--------------*-----o GCS | *
* +-----+     * Registration *          * Registration *     +-----+ *
*             * (and UTM)    *          * (and UTM)    *             *
***************              ************              ***************
                               |  |  |
                +----------+   |  |  |   +----------+
                | Public   o---'  |  '---o Private  |
                | Registry |      |      | Registry |
                +----------+      |      +----------+
                               +--o--+
                               | DNS |
                               +-----+

DAA:  Detect And Avoid
GPOD: General Public Observer Device
PSOD: Public Safety Observer Device
V2I:  Vehicle-to-Infrastructure
V2V:  Vehicle-to-Vehicle
]]></artwork>
      </figure>
      <t>When a DRIP Entity Tag (DET) <xref target="RFC9374"/> is used as the UAS ID in RID, extended information can be retrieved from a DRIP Identity Management Entity (DIME), which manages registration of and associated lookups from DETs. In this document it is assumed the DIME is a function of UAS Service Suppliers (USS) (Appendix A.2 of <xref target="RFC9434"/>) but a DIME can be independent or handled by another entity as well.</t>
      <section anchor="general-concept">
        <name>General Concept</name>
        <t>DRIP Entity Tags (DETs) embed a hierarchy scheme which is mapped onto the Domain Name System (DNS) <xref target="STD13"/>. DIMEs enforce registration and information access of data associated with a DET while also providing the trust inherited from being a member of the hierarchy. Other identifiers and their methods are out of scope for this document.</t>
        <t>Authoritative Name Servers of the DNS provide the public information such as the cryptographic keys, endorsements and certificates of DETs and pointers to private information resources. Cryptographic (public) keys are used to authenticate anything signed by a DET, such as in the Authentication defined in <xref target="RFC9575"/> for Broadcast RID. Endorsements and certificates are used to endorse the claim of being part of the hierarchy.</t>
        <t>This document does not specify AAA mechanisms used by Private Information Registries to store and protect Personally Identifiable Information (PII).</t>
      </section>
      <section anchor="scope">
        <name>Scope</name>
        <t>The scope of this document is the DNS registration of DETs with the DNS delegation of the reverse domain of IPv6 Prefix, assigned by IANA for DETs <tt>2001:30::/28</tt> and RRsets used to handle DETs.</t>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <section anchor="required-terminology">
        <name>Required Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="additional-definitions">
        <name>Additional Definitions</name>
        <t>This document makes use of the terms and abbreviations (e.g., USS) defined in <xref section="2.2" sectionFormat="of" target="RFC9153"/>. Other terms and abbreviations (e.g., DRIP Identity Management Entity (DIME) and Endorsement) are from <xref section="2" sectionFormat="of" target="RFC9434"/>, while others (e.g., Registered Assigning Authority (RAA) and HHIT Domain Authority (HDA)) are from <xref section="2" sectionFormat="of" target="RFC9374"/>.</t>
      </section>
    </section>
    <section anchor="det-hierarchy-in-dns">
      <name>DET Hierarchy in DNS</name>
      <t><xref target="RFC9374"/> defines the HHIT and further specifies an instance of them used for UAS RID called DETs. The HHIT/DET is a 128-bit value that is as an IPv6 address intended primarily as an identifier rather than locator. Its format is in <xref target="hhit-fig"/>, shown here for reference, and further information is in <xref target="RFC9374"/>.</t>
      <figure anchor="hhit-fig">
        <name>DRIP Entity Tag Breakdown</name>
        <artwork align="center"><![CDATA[
+-------------+--------------+---------------+-------------+
| IPv6 Prefix | Hierarchy ID | HHIT Suite ID | ORCHID Hash |
| (28 bits)   | (28 bits)    | (8 bits)      | (64 bits)   |
+-------------+--------------+---------------+-------------+
             /                \
            /                  \
           /                    \-----------------------------\
          /                                                    \
         /                                                      \
        +--------------------------------+-----------------------+
        | Registered Assigning Authority | HHIT Domain Authority |
        | (14 bits)                      | (14 bits)             |
        +--------------------------------+-----------------------+
]]></artwork>
      </figure>
      <t><xref target="RFC9374"/> assigns the IPv6 prefix <tt>2001:30::/28</tt> for DETs. Its corresponding domain name for reverse lookups is <tt>3.0.0.1.0.0.2.ip6.arpa.</tt>. The IAB has administrative control of this domain name.</t>
      <t>Due to the nature of the hierarchy split and its relationship to nibble reversing of the IPv6 address, the upper level of hierarchy (i.e., Registered Assigning Authority (RAA)) "borrows" the upper two bits of their respective HHIT Domain Authority (HDA) space for DNS delegation. As such the IPv6 prefix of RAAs are <tt>2001:3x:xxx0::/44</tt> and HDAs are <tt>2001:3x:xxxy:yy00::/56</tt> with respective nibble reverse domains of <tt>x.x.x.x.3.0.0.1.0.0.2.ip6.arpa.</tt> and <tt>y.y.y.x.x.x.x.3.0.0.1.0.0.2.ip6.arpa.</tt>.</t>
      <t>This document preallocates a subset of RAAs based on the ISO 3166-1 Numeric Nation Code <xref target="ISO3166-1"/>. This is to support the initial use case of DETs in UAS RID on an international level. See <xref target="iana-raa"/> for the RAA allocations.</t>
      <t>The HDA values of 0, 4096, 8192 and 12288 are reserved for operational use of an RAA (a by-product of the above mentioned borrowing of bits), specifically when to register with the apex and endorse delegations of HDAs in their namespace.</t>
      <t>The administration, management and policy for the operation of a DIME at any level in the hierarchy (Apex, RAA or HDA) is out of scope for this document. For RAAs or DETs allocated on a per-country basis, these considerations should be be determined by the appropriate national authorities, presumably the Civil Aviation Authority (CAA).</t>
      <section anchor="use-of-existing-dns-models">
        <name>Use of Existing DNS Models</name>
        <t>DRIP relies on the DNS and as such roughly follows the registrant-registrar-registry model. In the UAS ecosystem, the registrant would be the end user who owns/controls the Unmanned Aircraft. They are ultimately responsible for the DET and any other information that gets published in the DNS. Registrants use agents known as registrars to manage their interactions with the registry. Registrars typically provide optional additional services such as DNS hosting.</t>
        <t>The registry maintains a database of the registered domain names and their related metadata such as the contact details for domain name holder and the relevant registrar. The registry provides DNS service for the zone apex which contains delegation information for domain names. Registries generally provide services such as WHOIS <xref target="RFC3912"/> or RDAP <xref target="STD95"/> to publish metadata about the registered domain names and their registrants and registrars.</t>
        <t>Registrants have contracts with registrars who in turn have contracts with registries. Payments follow this model too: the registrant buys services from a registrar who pays for services provided by the registry.</t>
        <t>By definition, there can only be one registry for a domain name. Since that registry is a de facto monopoly, the scope of its activities is usually kept to a minimum to reduce the potential for market distortions or anti-competitive practices. A registry can have an arbitrary number of registrars who compete with each other on price, service and customer support.</t>
        <section anchor="dns-model-considerations-for-dimes">
          <name>DNS Model Considerations for DIMEs</name>
          <figure anchor="dns-model-fig">
            <name>Example DRIP DNS Model</name>
            <artwork align="center"><![CDATA[
Apex
Registry/Registrar
(IANA)
                         +=========================+
                         | 3.0.0.1.0.0.2.ip6.arpa. |
                         +============o============+
                                      |
--------------------------------------|-------------------------
National                              |
Registries/Registrars                 |
(RAA)                                 |
                                      |
        +--------------+--------------o-+---------------+
        |              |                |               |
  +=====o====+    +====o=====+    +=====o====+    +=====o====+
  | 0.0.0.0. |    | 1.0.0.0. |    | 2.0.0.0. |    | 3.0.0.0. |
  +====o=====+    +====o=====+    +====o=====+    +====o=====+
                                       |
---------------------------------------|------------------------
Local                                  |
Registries/Registrars                  |
(HDA)                                  |
                                       |
        +--------------+---------------o--------...-----+
        |              |               |                |
  +=====o====+    +====o=====+    +====o=====+    +=====o====+
  |  1.0.0.  |    |  2.0.0.  |    |  3.0.0.  |    |  f.f.f.  |
  +====o=====+    +=====o====+    +====o=====+    +====o=====+
                                       |
---------------------------------------|------------------------
Local                                  |
Registrants                            |
                 +=====================o================+
                 | x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.x.5.0. |
                 +======================================+
]]></artwork>
          </figure>
          <t>While the registrant-registrar-registry model is mature and well understood, it may not be appropriate for DRIP registrations in some circumstances. It could add costs and complexity; developing policies and contracts as outlined above. On the other hand, registries and registrars offer customer service/support and can provide the supporting infrastructure for reliable DNS and WHOIS or RDAP service.</t>
          <t>Another approach could be to handle DRIP registrations in a comparable way to how IP address space gets provisioned. Here, blocks of addresses get delegated to a "trusted" third party, typically an ISP, who then issues IP addresses to its customers. For DRIP, blocks of IP addresses could be delegated from the <tt>3.0.0.1.0.0.2.ip6.arpa.</tt> domain (reverse domain of prefix allocated by <xref target="RFC9374"/>) to an entity chosen by the appropriate Civil Aviation Authority (CAA). This third party would be responsible for the corresponding DNS and WHOIS or RDAP infrastructure for these IP address blocks. They would also provision the Hierarchical Host Identity Tag (HHIT, <xref target="RFC9374"/>) records for these IP addresses. In principle a manufacturer or vendor of UAS devices could provide that role. This is shown as an example in <xref target="dns-model-fig"/>.</t>
          <t>Dynamic DRIP registration is another possible solution, for example when the operator of a UAS device registers its corresponding HHIT record and other resources before a flight and deletes them afterwards. This may be feasible in controlled environments with well-behaved actors. However, this approach may not scale since each device is likely to need credentials for updating the IT infrastructure which provisions the DNS.</t>
          <t>Registration policies (pricing, renewals, registrar and registrant agreements, etc.) will need to be developed. These considerations should be determined by the CAA, perhaps in consultation with local stakeholders to assess the cost-benefits of these approaches (and others). All of these are out of scope for this document. The specifics for the UAS RID use case are detailed in the rest of document.</t>
        </section>
      </section>
    </section>
    <section anchor="dns">
      <name>Public Information Registry</name>
      <t>Per <xref target="RFC9434"/> all information classified as public is stored in the DNS, specifically Authoritative Name Servers, to satisfy REG-1 from <xref target="RFC9153"/>.</t>
      <t>Authoritative Name Servers use domain names as identifiers and data is stored in Resource Records (RR) with associated RRTypes. This document defines two new RRTypes, one for HHIT metadata (HHIT, <xref target="hhit-rr"/>) and another for UAS Broadcast RID information (BRID, <xref target="bcast-rr"/>). The former RRType is particularly important as it contains a URI (as part of the certificate) that points to Private Information resources.</t>
      <t>DETs, being IPv6 addresses, are to be under <tt>ip6.arpa.</tt> (nibble reversed per convention) and MUST resolve to an HHIT RRType. Depending on local circumstances or additional use cases other RRTypes MAY be present. For UAS RID the BRID RRType MUST be present to provide the Broadcast Endorsements (BEs) defined in <xref section="3.1.2.1" sectionFormat="of" target="RFC9575"/>.</t>
      <t>DNSSEC is strongly RECOMMENDED. When a DIME decides to use DNSSEC they SHOULD define a framework for cryptographic algorithms and key management <xref target="RFC6841"/>. This may be influenced by frequency of updates, size of the zone, and policies.</t>
      <t>UAS specific information, such as physical characteristics, MAY also be stored in DNS but is out of scope for this document.</t>
      <t>A DET IPv6 address gets mapped into domain names using the scheme defined in <xref target="STD88"/>. However DNS lookups of these names query for HHIT and/or BRID resource records rather than the PTR resource records conventionally used in reverse lookups of IP addresses. For example, the HHIT resource record for the DET <tt>2001:30::1</tt> would be returned from a DNS lookup for the HHIT QTYPE for <tt>1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.3.0.0.1.0.0.2.ip6.arpa.</tt>.</t>
      <t>The HHIT RRType provides the public key for signature verification and URIs via the certificate. The BRID RRType provides static Broadcast RID information such as the Broadcast Endorsements sent following <xref target="RFC9575"/>.</t>
    </section>
    <section anchor="resource-records">
      <name>Resource Records</name>
      <section anchor="hhit-rr">
        <name>HHIT Resource Record</name>
        <t>The HHIT Resource Record (RR) is a metadata record for various bits of HHIT specific information that isn't available in the pre-existing HIP RRType. The HHIT RRType does not replace the HIP RRType. The primary advantage of the HHIT RRType over the existing RRType is the mandatory inclusion of a certificate containing an entity's public key signed by the registrar, or other trust anchor, to confirm registration.</t>
        <t>The data MUST be encoded in CBOR <xref target="RFC8949"/> bytes. The CDDL <xref target="RFC8610"/> of the data is provided in <xref target="hhit-wire-cddl"/>.</t>
        <section anchor="hhit-rr-text">
          <name>Text Representation</name>
          <t>The data are represented in base64 <xref target="RFC4648"/> and may be divided into any number of white-space-separated substrings, down to single base64 digits, which are concatenated to obtain the full object. These substrings can span lines using the standard parenthesis. Note that the data has internal subfields but these do not appear in the master file representation; only a single logical base64 string will appear.</t>
          <section anchor="hhit-rr-presentation">
            <name>Presentation Representation</name>
            <t>The data MAY, for display purposes only, be represented using the Extended Diagnostic Notation as defined in Appendix G of <xref target="RFC8610"/>.</t>
          </section>
        </section>
        <section anchor="hhit-rr-fields">
          <name>Field Descriptions</name>
          <figure anchor="hhit-wire-cddl">
            <name>HHIT Wire Format CDDL</name>
            <artwork><![CDATA[
hhit-rr = [
    hhit-entity-type: uint,
    hid-abbreviation: tstr .size(15),
    canonical-registration-cert: bstr
]
]]></artwork>
          </figure>
          <t>All fields of the HHIT RRType MUST be included to be properly formed.</t>
          <dl>
            <dt>HHIT Entity Type:</dt>
            <dd>
              <t>The <tt>HHIT Entity Type</tt> field is a number with values defined in <xref target="iana-hhit-type"/>. It is envisioned that there may be many types of HHITs in use. In some cases, it may be helpful to understand the HHITs role in the ecosystem like described in <xref target="drip-dki"/>. This field provides such context. This field MAY provide a signal of additional information and/or different handling of the data beyond what is defined in this document.</t>
            </dd>
            <dt>HID Abbreviation:</dt>
            <dd>
              <t>The <tt>HID Abbreviation</tt> field is a string that provides an abbreviation to the HID structure of a DET for display devices. The convention for such abbreviations is a matter of local policy. Absent of such a policy, this field MUST be filled with the four character hexadecimal representations of the RAA and HDA (in that order) with a separator character such as a space. For example, a DET with an RAA value of 10 and HDA value of 20 would be abbreviated as: <tt>000A 0014</tt>.</t>
            </dd>
            <dt>Canonical Registration Certificate:</dt>
            <dd>
              <t>The <tt>Canonical Registration Certificate</tt> field is for a certificate endorsing registration of the DET. It MUST be encoded as X.509 DER <xref target="RFC5280"/>. This certificate MAY be self-signed when the entity is acting as a root of trust (i.e., an apex). Such self-signed behavior is defined by policy, such as in <xref target="drip-dki"/>, and is out of scope for this document.</t>
            </dd>
          </dl>
        </section>
      </section>
      <section anchor="bcast-rr">
        <name>UAS Broadcast RID Resource Record</name>
        <t>The UAS Broadcast RID Resource Record type (BRID) is a format to hold public information typically sent of the UAS Broadcast RID that is static. It can act as a data source if information is not received over Broadcast RID or for cross validation. The primary function for DRIP is the inclusion of one or more Broadcast Endorsements as defined in <xref target="RFC9575"/> in the <tt>auth</tt> field. These Endorsements are generated by the registrar upon successful registration and broadcast by the entity.</t>
        <t>The data MUST be encoded in CBOR <xref target="RFC8949"/> bytes. The CDDL <xref target="RFC8610"/> of the data is provided in <xref target="bcast-wire-cddl"/>.</t>
        <section anchor="bcast-rr-text">
          <name>Text Representation</name>
          <t>The data are represented in base64 <xref target="RFC4648"/> and may be divided into any number of white-space-separated substrings, down to single base64 digits, which are concatenated to obtain the full object. These substrings can span lines using the standard parenthesis. Note that the data has internal subfields but these do not appear in the master file representation; only a single logical base64 string will appear.</t>
          <section anchor="bcast-rr-presentation">
            <name>Presentation Representation</name>
            <t>The data MAY, for display purposes only, be represented using the Extended Diagnostic Notation as defined in Appendix G of <xref target="RFC8610"/>. All byte strings longer than a length of 20 SHOULD be displayed as base64 when possible.</t>
          </section>
        </section>
        <section anchor="bcast-rr-fields">
          <name>Field Descriptions</name>
          <figure anchor="bcast-wire-cddl">
            <name>BRID Wire Format CDDL</name>
            <artwork><![CDATA[
bcast-rr = {
    uas_type => nibble-field,
    uas_ids => [+ uas-id-grp],
    ? auth => [+ auth-grp],
    ? self_id => self-grp,
    ? area => area-grp,
    ? classification => classification-grp,
    ? operator_id => operator-grp
}
uas-id-grp = [
    id_type: &uas-id-types, 
    uas_id: bstr .size(20)
]
auth-grp = [
    a_type: &auth-types,
    a_data: bstr .size(1..362)
]
area-grp = [
    area_count: 1..255,
    area_radius: float,  # in decameters
    area_floor: float,   # wgs84-hae in meters
    area_ceiling: float  # wgs84-hae in meters
]
classification-grp = [
    class_type: 0..8,
    class: nibble-field,
    category: nibble-field
]
self-grp = [
    desc_type: 0..255,
    description: tstr .size(23)
]
operator-grp = [
    operator_id_type: 0..255,
    operator_id: bstr .size(20)
]
uas-id-types = (none: 0, serial: 1, session_id: 4)
auth-types = (none: 0, specific_method: 5)
nibble-field = 0..15
uas_type = 0
uas_ids = 1
auth = 2
self_id = 3
area = 4
classification = 5
operator_id = 6
]]></artwork>
          </figure>
          <t>The field names and their general typing are borrowed from the ASTM <xref target="F3411"/> data dictionary (Table 1 and Table 2). See that document for additional context and background information on aviation application-specific interpretation of the field semantics. The explicitly enumerated values included in the CDDL above are relevant to DRIP for its operation. Other values may be valid but are outside the scope of DRIP operation. Application-specific fields, such as UAS Type are transported and authenticated by DRIP but are regarded as opaque user data to DRIP.</t>
        </section>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="det-prefix-delegation">
        <name>DET Prefix Delegation</name>
        <t>This document requests that IANA manage delegations in the <tt>3.0.0.1.0.0.2.ip6.arpa.</tt> domain. The IAB is requested to appoint a Designated Expert (DE) to coordinate these delegations and liaise with IANA and CAAs as appropriate.</t>
        <t>The DE will check delegation requests for DET address space that get submitted to IANA. Since there is no control over who submits these delegation requests or the address space they refer to, a degree of checking is necessary. The DE will liaise with IANA on the outcome of these checks.</t>
        <t>For delegation requests relating to a country’s DET address space, the DE will liaise with that country’s CAA to verify these requests are genuine. This will ensure delegations don’t go to impostors and the CAA is aware about what’s being done with its National Resources, ie the IPv6 addresses for its DET address space.</t>
        <t>Parts of the DET address space are allocated for experimental use. The DE is expected to process these delegation requests on a first-come, first-served basis. They would not need engagement with ICAO or CAAs.</t>
        <t>The DE will have the discretion to perform minimal technical checks on delegations - for instance that there are at least two name servers that answer authoritatively, SPoF avoidance, etc - but not enforce these.</t>
        <t>The DE will be expected to liaise with IANA to develop a DNSSEC Practice Statement for delegations in <tt>3.0.0.1.0.2.ipv6.arpa.</tt> if/when there’s a demand for DNSSEC deployment for DRIP.</t>
      </section>
      <section anchor="iana-drip-registry">
        <name>IANA DRIP Registry</name>
        <section anchor="iana-raa">
          <name>DRIP RAA Allocations</name>
          <t>This document requests a new registry for RAA Allocations under the <eref target="https://www.iana.org/assignments/drip/drip.xhtml">DRIP registry group</eref> to be managed by IANA.</t>
          <dl>
            <dt>RAA Allocations:</dt>
            <dd>
              <t>a 14-bit value used to represent RAAs. Future additions to this registry are to be made through Expert Review (Section 4.5 of <xref target="RFC8126"/>). The following values/ranges are defined:</t>
            </dd>
          </dl>
          <table>
            <thead>
              <tr>
                <th align="left">RAA Value(s)</th>
                <th align="left">Allocation</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0 - 3</td>
                <td align="left">Reserved</td>
                <td align="left">N/A</td>
              </tr>
              <tr>
                <td align="left">4 - 3999</td>
                <td align="left">ISO 3166-1 Countries</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">4000 - 15359</td>
                <td align="left">Unallocated</td>
                <td align="left">N/A</td>
              </tr>
              <tr>
                <td align="left">15360 - 16383</td>
                <td align="left">Experimental Use</td>
                <td align="left">This RFC</td>
              </tr>
            </tbody>
          </table>
          <t>To support DNS delegation in <tt>ip6.arpa.</tt> a single RAA is given 4 delegations by borrowing the upper two bits of HDA space (see <xref target="raa-borrowing"/> for an example). This enables a clean nibble boundary in DNS to delegate from (i.e., the prefix <tt>2001:3x:xxx0::/44</tt>). These HDAs (0, 4096, 8192 and 12288) are reserved for the RAA.</t>
          <figure anchor="raa-borrowing">
            <name>Example Bit Borrowing of RAA=16376</name>
            <artwork align="center"><![CDATA[
 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 0 0 0 0 0 0 0 0 0 0
 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 9 8 7 6 5 4 3 2 1 0
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           0           | x |         RAA=16376         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    0   |   0   |   0   |   0   |   E   |   F   |   F     HDA=0,x=00
    0   |   0   |   0   |   1   |   E   |   F   |   F     HDA=4096,x=01
    0   |   0   |   0   |   2   |   E   |   F   |   F     HDA=8192,x=10
    0   |   0   |   0   |   3   |   E   |   F   |   F     HDA=12288,x=11
]]></artwork>
          </figure>
          <t>The mapping between ISO 3166-1 Numeric Nation Codes and RAAs is specified as a CSV file on <eref target="https://github.com/ietf-wg-drip/draft-ietf-drip-registries/blob/main/iso3166-raa.csv">GitHub</eref>. Each Nation is assigned four RAAs that are left to the national authority for their purpose. For RAAs under this range, a shorter prefix of <tt>2001:3x:xx00::/40</tt> MAY be delegated to each CAA, which covers all 4 RAAs (and reserved HDAs) assigned to them.</t>
          <section anchor="raa-guidance">
            <name>Expert Guidance</name>
            <t>A request for a value and/or range is judged on the specific application of its use (i.e., like the ISO 3166 range for UAS). Common applications should reuse existing allocated space if possible before allocation of a new value/range.</t>
            <t>Single point allocations are allowed to individual entities but it is recommended that allocations are made in groupings of 4 to maintain a cleaner nibble boundary.</t>
          </section>
          <section anchor="raa-form">
            <name>Registration Form</name>
            <t>For registration the following template is to be used:</t>
            <ul spacing="normal">
              <li>
                <t>Allocation Title.</t>
              </li>
              <li>
                <t>Contact Information: contact point such as email or person operating allocation.</t>
              </li>
              <li>
                <t>Reference: public document reference for allocation, containing required information to register for HDAs under it.</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="iana-hhit-type">
          <name>HHIT Entity Type</name>
          <t>This document requests a new registry for HHIT Entity Type under the <eref target="https://www.iana.org/assignments/drip/drip.xhtml">DRIP registry group</eref>.</t>
          <dl>
            <dt>HHIT Entity Type:</dt>
            <dd>
              <t>numeric, field of the HHIT RRType to encode the HHIT Entity Type. This is broken into three ranges and future additions to this registry are as follows:</t>
            </dd>
          </dl>
          <table>
            <thead>
              <tr>
                <th align="left">Range</th>
                <th align="left">Registration Mechanism</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0 - 4294967295</td>
                <td align="left">Expert Review (Section 4.5 of <xref target="RFC8126"/>)</td>
              </tr>
              <tr>
                <td align="left">4294967296 - 18446744069414584319</td>
                <td align="left">First Come First Served (Section 4.4 of <xref target="RFC8126"/>)</td>
              </tr>
              <tr>
                <td align="left">18446744069414584320 - 18446744073709551615</td>
                <td align="left">Experimental Use</td>
              </tr>
            </tbody>
          </table>
          <t>The following values are defined by this document:</t>
          <table>
            <thead>
              <tr>
                <th align="left">Value</th>
                <th align="left">HHIT Type</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0</td>
                <td align="left">Not Defined</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">DRIP Identity Management Entity (DIME)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">2 - 4</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">Apex</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">6 - 8</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">9</td>
                <td align="left">Registered Assigning Authority (RAA)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">10 - 12</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">13</td>
                <td align="left">HHIT Domain Authority (HDA)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">14 - 15</td>
                <td align="left">Reserved</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">16</td>
                <td align="left">Uncrewed Aircraft (UA)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">17</td>
                <td align="left">Ground Control Station (GCS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">18</td>
                <td align="left">Uncrewed Aircraft System (UAS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">19</td>
                <td align="left">Remote Identification (RID) Module</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">20</td>
                <td align="left">Pilot</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">21</td>
                <td align="left">Operator</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">22</td>
                <td align="left">Discovery &amp; Synchronization Service (DSS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">23</td>
                <td align="left">UAS Service Supplier (USS)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">24</td>
                <td align="left">Network RID Service Provider (SP)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">25</td>
                <td align="left">Network RID Display Provider (DP)</td>
                <td align="left">This RFC</td>
              </tr>
              <tr>
                <td align="left">26</td>
                <td align="left">Supplemental Data Service Provider (SDSP)</td>
                <td align="left">This RFC</td>
              </tr>
            </tbody>
          </table>
          <section anchor="hhit-guidance">
            <name>Expert Guidance</name>
            <t>Justification should be provided if there is an existing allocation that could be used. Future additions to this registry MUST NOT be allowed if they can be covered under an existing registration.</t>
          </section>
          <section anchor="hhit-form">
            <name>Registration Template</name>
            <t>For registration the following template is to be used:</t>
            <ul spacing="normal">
              <li>
                <t>HHIT Type: title (and optional abbreviation) to be used for the requested value.</t>
              </li>
              <li>
                <t>Reference: public document allocating the value and any additional information such as semantics. This can be a URL pointing to an Internet-Draft, IETF RFC, or web-page.</t>
              </li>
            </ul>
            <t>For registration in the FCFS range, a point of contact MUST also be provided (if not part of the reference).</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <section anchor="dns-operational-registration-considerations">
        <name>DNS Operational &amp; Registration Considerations</name>
        <t>The Registrar and Registry are commonly used concepts in the DNS. These components interface the DIME into the DNS hierarchy and thus operation SHOULD follow best common practices, specifically in security (such as running DNSSEC) as appropriate. The following RFC provide suitable guidance: <xref target="RFC7720"/>, <xref target="RFC4033"/>, <xref target="RFC4034"/>, <xref target="RFC4035"/>, <xref target="RFC5155"/>, <xref target="RFC8945"/>, <xref target="RFC2182"/>, <xref target="RFC4786"/>, <xref target="RFC3007"/>.</t>
        <t>If DNSSEC is used, a DNSSEC Practice Statement SHOULD be developed and published. It SHOULD explain how DNSSEC has been deployed and what security measures are in place. <xref target="RFC6841"/> documents a Framework for DNSSEC Policies and DNSSEC Practice Statements. A self-signed entity (i.e. an entity that self-signed it certificate as part of the HHIT RRType) MUST use DNSSEC.</t>
        <t>The interfaces and protocol specifications for registry-registrar interactions are intentionally not specified in this document. These will depend on nationally defined policy and prevailing local circumstances. It is expected registry-registrar activity will use the Extensible Provisioning Protocol (EPP) <xref target="STD69"/>. The registry SHOULD provide a lookup service such as WHOIS <xref target="RFC3912"/> or RDAP <xref target="STD95"/> to publish public information about registered domain names.</t>
        <t>Decisions about DNS or registry best practices and other operational matters that influence security SHOULD be made by the CAA, ideally in consultation with local stakeholders.</t>
        <t>The guidance above is intended to reduce the likelihood of interoperability problems and minimize security and stability concerns. For instance, validation and authentication of DNS responses depends on DNSSEC. If this is not used, entities using DRIP will be vulnerable to DNS spoofing attacks and could be exposed to bogus data. DRIP DNS responses that have not been validated by DNSSEC could contain bogus data which have the potential to create serious security problems and operational concerns for DRIP entities. These threats include denial of service attacks, replay attacks, impersonation or cloning of UAVs, hijacking of DET registrations, injection of corrupt metadata and compromising established trust architecture/relationships. Some regulatory and legal considerations are expected to be simplified by providing a lookup service for access to public information about registered domain names for DETs.</t>
        <t>When DNSSEC is not in use, due to the length of the ORCHID hash selected for DETs (<xref section="7.5" sectionFormat="of" target="RFC9374"/>), clients MUST "walk" the tree of certificates locating each certificate by performing DNS lookups of HHIT RRTypes for each DET verifying inclusion into the hierarchy. The collection of these certificates (which provide both signature protection from the parent entity and the public key of the entity) is the only way without DNSSEC to prove valid registration. The data within the BRID RRType has no direct endorsement when not protected by DNSSEC. The contents of the BRID RRType <tt>auth</tt> key, containing the Endorsements, SHOULD be validated, similiar to the certificates mentioned previously.</t>
      </section>
      <section anchor="det-public-key-exposure">
        <name>DET &amp; Public Key Exposure</name>
        <t>DETs are built upon asymmetric keys. As such the public key must be revealed to enable clients to perform signature verifications. <xref target="RFC9374"/> security considerations cover various attacks on such keys. While unlikely, the forging of a corresponding private key is possible if given enough time (and computational power).</t>
        <t>When practical, it is RECOMMENDED that no RRTypes under a DET's specific domain name be published unless and until it is required for use by other parties. Such action would cause at least the HHIT RRType to not be in DNS, protecting the public key in the certificate from being exposed before its needed. The combination of this "just in time" publishing mechanism and DNSSEC is out of scope for this document.</t>
        <t>Optimally this requires that the UAS somehow signal the DIME that a flight using a Specific Session ID will soon be underway or complete. It may also be facilitated under UTM if the USS (which may or may not be a DIME) signals when a given operation using a Session ID goes active.</t>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to Stuart Card (AX Enterprize, LLC) and Bob Moskowitz (HTT Consulting, LLC) for their early work on the DRIP registries concept. Their early contributions laid the foundations for the content and processes of this architecture and document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </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="RFC9374">
          <front>
            <title>DRIP Entity Tag (DET) for Unmanned Aircraft System Remote ID (UAS RID)</title>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="March" year="2023"/>
            <abstract>
              <t>This document describes the use of Hierarchical Host Identity Tags (HHITs) as self-asserting IPv6 addresses, which makes them trustable identifiers for use in Unmanned Aircraft System Remote Identification (UAS RID) and tracking.</t>
              <t>Within the context of RID, HHITs will be called DRIP Entity Tags (DETs). HHITs provide claims to the included explicit hierarchy that provides registry (via, for example, DNS, RDAP) discovery for third-party identifier endorsement.</t>
              <t>This document updates RFCs 7401 and 7343.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9374"/>
          <seriesInfo name="DOI" value="10.17487/RFC9374"/>
        </reference>
        <reference anchor="F3411" target="https://www.astm.org/f3411-22a.html">
          <front>
            <title>Standard Specification for Remote ID and Tracking</title>
            <author>
              <organization>ASTM International</organization>
            </author>
            <date year="2022" month="July"/>
          </front>
          <seriesInfo name="ASTM" value="F3411-22A"/>
          <seriesInfo name="DOI" value="10.1520/F3411-22A"/>
        </reference>
        <reference anchor="ISO3166-1" target="https://www.iso.org/iso-3166-country-codes.html">
          <front>
            <title>Codes for the representation of names of countries and their subdivisions</title>
            <author>
              <organization>International Standards Organization (ISO)</organization>
            </author>
            <date year="2020" month="August"/>
          </front>
          <seriesInfo name="ISO" value="3166-1:2020"/>
        </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>
        <reference anchor="drip-dki">
          <front>
            <title>The DRIP DET public Key Infrastructure</title>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Stuart W. Card" initials="S. W." surname="Card">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <date day="22" month="April" year="2025"/>
            <abstract>
              <t>   The DRIP Entity Tag (DET) public Key Infrastructure (DKI) is a
   specific variant of classic Public Key Infrastructures (PKI) where
   the organization is around the DET, in place of X.520 Distinguished
   Names.  Further, the DKI uses DRIP Endorsements in place of X.509
   certificates for establishing trust within the DKI.

   There are two X.509 profiles for shadow PKI behind the DKI, with many
   of their X.509 fields mirroring content in the DRIP Endorsements.
   These PKIs can at times be used where X.509 is expected and non-
   constrained communication links are available that can handle their
   larger size.  It is recommended that a DRIP deployment implement both
   of these along side the Endorsement trees.

   C509 (CBOR) encoding of all X.509 certificates are also provided as
   an alternative for where there are gains in reduced object size.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-dki-08"/>
        </reference>
        <reference anchor="RFC6841">
          <front>
            <title>A Framework for DNSSEC Policies and DNSSEC Practice Statements</title>
            <author fullname="F. Ljunggren" initials="F." surname="Ljunggren"/>
            <author fullname="AM. Eklund Lowinder" initials="AM." surname="Eklund Lowinder"/>
            <author fullname="T. Okubo" initials="T." surname="Okubo"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document presents a framework to assist writers of DNS Security Extensions (DNSSEC) Policies and DNSSEC Practice Statements, such as domain managers and zone operators on both the top level and secondary level, who are managing and operating a DNS zone with Security Extensions implemented.</t>
              <t>In particular, the framework provides a comprehensive list of topics that should be considered for inclusion into a DNSSEC Policy definition and Practice Statement. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6841"/>
          <seriesInfo name="DOI" value="10.17487/RFC6841"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines terminology and requirements for solutions produced by the Drone Remote Identification Protocol (DRIP) Working Group. These solutions will support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety, and other purposes (e.g., initiation of identity-based network sessions supporting UAS applications). DRIP will facilitate use of existing Internet resources to support RID and to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9153"/>
          <seriesInfo name="DOI" value="10.17487/RFC9153"/>
        </reference>
        <reference anchor="RFC9434">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Architecture</title>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <author fullname="S. Zhao" initials="S." role="editor" surname="Zhao"/>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>This document describes an architecture for protocols and services to support Unmanned Aircraft System Remote Identification and tracking (UAS RID), plus UAS-RID-related communications. This architecture adheres to the requirements listed in the Drone Remote Identification Protocol (DRIP) Requirements document (RFC 9153).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9434"/>
          <seriesInfo name="DOI" value="10.17487/RFC9434"/>
        </reference>
        <reference anchor="RFC9575">
          <front>
            <title>DRIP Entity Tag (DET) Authentication Formats and Protocols for Broadcast Remote Identification (RID)</title>
            <author fullname="A. Wiethuechter" initials="A." role="editor" surname="Wiethuechter"/>
            <author fullname="S. Card" initials="S." surname="Card"/>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>The Drone Remote Identification Protocol (DRIP), plus trust policies and periodic access to registries, augments Unmanned Aircraft System (UAS) Remote Identification (RID), enabling local real-time assessment of trustworthiness of received RID messages and observed UAS, even by Observers lacking Internet access. This document defines DRIP message types and formats to be sent in Broadcast RID Authentication Messages to verify that attached and recently detached messages were signed by the registered owner of the DRIP Entity Tag (DET) claimed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9575"/>
          <seriesInfo name="DOI" value="10.17487/RFC9575"/>
        </reference>
        <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>
        <referencegroup anchor="STD69" target="https://www.rfc-editor.org/info/std69">
          <reference anchor="RFC5730" target="https://www.rfc-editor.org/info/rfc5730">
            <front>
              <title>Extensible Provisioning Protocol (EPP)</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an application-layer client-server protocol for the provisioning and management of objects stored in a shared central repository. Specified in XML, the protocol defines generic object management operations and an extensible framework that maps protocol operations to objects. This document includes a protocol specification, an object mapping template, and an XML media type registration. This document obsoletes RFC 4930. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5730"/>
            <seriesInfo name="DOI" value="10.17487/RFC5730"/>
          </reference>
          <reference anchor="RFC5731" target="https://www.rfc-editor.org/info/rfc5731">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Domain Name Mapping</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of Internet domain names stored in a shared central repository. Specified in XML, the mapping defines EPP command syntax and semantics as applied to domain names. This document obsoletes RFC 4931. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5731"/>
            <seriesInfo name="DOI" value="10.17487/RFC5731"/>
          </reference>
          <reference anchor="RFC5732" target="https://www.rfc-editor.org/info/rfc5732">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Host Mapping</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of Internet host names stored in a shared central repository. Specified in XML, the mapping defines EPP command syntax and semantics as applied to host names. This document obsoletes RFC 4932. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5732"/>
            <seriesInfo name="DOI" value="10.17487/RFC5732"/>
          </reference>
          <reference anchor="RFC5733" target="https://www.rfc-editor.org/info/rfc5733">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Contact Mapping</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes an Extensible Provisioning Protocol (EPP) mapping for the provisioning and management of individual or organizational social information identifiers (known as "contacts") stored in a shared central repository. Specified in Extensible Markup Language (XML), the mapping defines EPP command syntax and semantics as applied to contacts. This document obsoletes RFC 4933. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5733"/>
            <seriesInfo name="DOI" value="10.17487/RFC5733"/>
          </reference>
          <reference anchor="RFC5734" target="https://www.rfc-editor.org/info/rfc5734">
            <front>
              <title>Extensible Provisioning Protocol (EPP) Transport over TCP</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <date month="August" year="2009"/>
              <abstract>
                <t>This document describes how an Extensible Provisioning Protocol (EPP) session is mapped onto a single Transmission Control Protocol (TCP) connection. This mapping requires use of the Transport Layer Security (TLS) protocol to protect information exchanged between an EPP client and an EPP server. This document obsoletes RFC 4934. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="69"/>
            <seriesInfo name="RFC" value="5734"/>
            <seriesInfo name="DOI" value="10.17487/RFC5734"/>
          </reference>
        </referencegroup>
        <referencegroup anchor="STD95" target="https://www.rfc-editor.org/info/std95">
          <reference anchor="RFC7480" target="https://www.rfc-editor.org/info/rfc7480">
            <front>
              <title>HTTP Usage in the Registration Data Access Protocol (RDAP)</title>
              <author fullname="A. Newton" initials="A." surname="Newton"/>
              <author fullname="B. Ellacott" initials="B." surname="Ellacott"/>
              <author fullname="N. Kong" initials="N." surname="Kong"/>
              <date month="March" year="2015"/>
              <abstract>
                <t>This document is one of a collection that together describes the Registration Data Access Protocol (RDAP). It describes how RDAP is transported using the Hypertext Transfer Protocol (HTTP). RDAP is a successor protocol to the very old WHOIS protocol. The purpose of this document is to clarify the use of standard HTTP mechanisms for this application.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="7480"/>
            <seriesInfo name="DOI" value="10.17487/RFC7480"/>
          </reference>
          <reference anchor="RFC7481" target="https://www.rfc-editor.org/info/rfc7481">
            <front>
              <title>Security Services for the Registration Data Access Protocol (RDAP)</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <author fullname="N. Kong" initials="N." surname="Kong"/>
              <date month="March" year="2015"/>
              <abstract>
                <t>The Registration Data Access Protocol (RDAP) provides "RESTful" web services to retrieve registration metadata from Domain Name and Regional Internet Registries. This document describes information security services, including access control, authentication, authorization, availability, data confidentiality, and data integrity for RDAP.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="7481"/>
            <seriesInfo name="DOI" value="10.17487/RFC7481"/>
          </reference>
          <reference anchor="RFC9082" target="https://www.rfc-editor.org/info/rfc9082">
            <front>
              <title>Registration Data Access Protocol (RDAP) Query Format</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <author fullname="A. Newton" initials="A." surname="Newton"/>
              <date month="June" year="2021"/>
              <abstract>
                <t>This document describes uniform patterns to construct HTTP URLs that may be used to retrieve registration information from registries (including both Regional Internet Registries (RIRs) and Domain Name Registries (DNRs)) using "RESTful" web access patterns. These uniform patterns define the query syntax for the Registration Data Access Protocol (RDAP). This document obsoletes RFC 7482.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="9082"/>
            <seriesInfo name="DOI" value="10.17487/RFC9082"/>
          </reference>
          <reference anchor="RFC9083" target="https://www.rfc-editor.org/info/rfc9083">
            <front>
              <title>JSON Responses for the Registration Data Access Protocol (RDAP)</title>
              <author fullname="S. Hollenbeck" initials="S." surname="Hollenbeck"/>
              <author fullname="A. Newton" initials="A." surname="Newton"/>
              <date month="June" year="2021"/>
              <abstract>
                <t>This document describes JSON data structures representing registration information maintained by Regional Internet Registries (RIRs) and Domain Name Registries (DNRs). These data structures are used to form Registration Data Access Protocol (RDAP) query responses. This document obsoletes RFC 7483.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="9083"/>
            <seriesInfo name="DOI" value="10.17487/RFC9083"/>
          </reference>
          <reference anchor="RFC9224" target="https://www.rfc-editor.org/info/rfc9224">
            <front>
              <title>Finding the Authoritative Registration Data Access Protocol (RDAP) Service</title>
              <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
              <date month="March" year="2022"/>
              <abstract>
                <t>This document specifies a method to find which Registration Data Access Protocol (RDAP) server is authoritative to answer queries for a requested scope, such as domain names, IP addresses, or Autonomous System numbers. This document obsoletes RFC 7484.</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="95"/>
            <seriesInfo name="RFC" value="9224"/>
            <seriesInfo name="DOI" value="10.17487/RFC9224"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </reference>
        <reference anchor="RFC5155">
          <front>
            <title>DNS Security (DNSSEC) Hashed Authenticated Denial of Existence</title>
            <author fullname="B. Laurie" initials="B." surname="Laurie"/>
            <author fullname="G. Sisson" initials="G." surname="Sisson"/>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="D. Blacka" initials="D." surname="Blacka"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Domain Name System Security (DNSSEC) Extensions introduced the NSEC resource record (RR) for authenticated denial of existence. This document introduces an alternative resource record, NSEC3, which similarly provides authenticated denial of existence. However, it also provides measures against zone enumeration and permits gradual expansion of delegation-centric zones. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5155"/>
          <seriesInfo name="DOI" value="10.17487/RFC5155"/>
        </reference>
        <reference anchor="RFC8945">
          <front>
            <title>Secret Key Transaction Authentication for DNS (TSIG)</title>
            <author fullname="F. Dupont" initials="F." surname="Dupont"/>
            <author fullname="S. Morris" initials="S." surname="Morris"/>
            <author fullname="P. Vixie" initials="P." surname="Vixie"/>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="O. Gudmundsson" initials="O." surname="Gudmundsson"/>
            <author fullname="B. Wellington" initials="B." surname="Wellington"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document describes a protocol for transaction-level authentication using shared secrets and one-way hashing. It can be used to authenticate dynamic updates to a DNS zone as coming from an approved client or to authenticate responses as coming from an approved name server.</t>
              <t>No recommendation is made here for distributing the shared secrets; it is expected that a network administrator will statically configure name servers and clients using some out-of-band mechanism.</t>
              <t>This document obsoletes RFCs 2845 and 4635.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="93"/>
          <seriesInfo name="RFC" value="8945"/>
          <seriesInfo name="DOI" value="10.17487/RFC8945"/>
        </reference>
        <reference anchor="RFC4034">
          <front>
            <title>Resource Records for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of resource records and protocol modifications that provide source authentication for the DNS. This document defines the public key (DNSKEY), delegation signer (DS), resource record digital signature (RRSIG), and authenticated denial of existence (NSEC) resource records. The purpose and format of each resource record is described in detail, and an example of each resource record is given.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4034"/>
          <seriesInfo name="DOI" value="10.17487/RFC4034"/>
        </reference>
        <reference anchor="RFC4035">
          <front>
            <title>Protocol Modifications for the DNS Security Extensions</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>This document is part of a family of documents that describe the DNS Security Extensions (DNSSEC). The DNS Security Extensions are a collection of new resource records and protocol modifications that add data origin authentication and data integrity to the DNS. This document describes the DNSSEC protocol modifications. This document defines the concept of a signed zone, along with the requirements for serving and resolving by using DNSSEC. These techniques allow a security-aware resolver to authenticate both DNS resource records and authoritative DNS error indications.</t>
              <t>This document obsoletes RFC 2535 and incorporates changes from all updates to RFC 2535. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4035"/>
          <seriesInfo name="DOI" value="10.17487/RFC4035"/>
        </reference>
        <reference anchor="RFC3007">
          <front>
            <title>Secure Domain Name System (DNS) Dynamic Update</title>
            <author fullname="B. Wellington" initials="B." surname="Wellington"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This document proposes a method for performing secure Domain Name System (DNS) dynamic updates. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3007"/>
          <seriesInfo name="DOI" value="10.17487/RFC3007"/>
        </reference>
        <reference anchor="RFC2182">
          <front>
            <title>Selection and Operation of Secondary DNS Servers</title>
            <author fullname="R. Elz" initials="R." surname="Elz"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <author fullname="M. Patton" initials="M." surname="Patton"/>
            <date month="July" year="1997"/>
            <abstract>
              <t>This document discusses the selection of secondary servers for DNS zones.The number of servers appropriate for a zone is also discussed, and some general secondary server maintenance issues considered. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="16"/>
          <seriesInfo name="RFC" value="2182"/>
          <seriesInfo name="DOI" value="10.17487/RFC2182"/>
        </reference>
        <reference anchor="RFC7720">
          <front>
            <title>DNS Root Name Service Protocol and Deployment Requirements</title>
            <author fullname="M. Blanchet" initials="M." surname="Blanchet"/>
            <author fullname="L-J. Liman" surname="L-J. Liman"/>
            <date month="December" year="2015"/>
            <abstract>
              <t>The DNS root name service is a critical part of the Internet architecture. The protocol and deployment requirements for the DNS root name service are defined in this document. Operational requirements are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="40"/>
          <seriesInfo name="RFC" value="7720"/>
          <seriesInfo name="DOI" value="10.17487/RFC7720"/>
        </reference>
        <reference anchor="RFC3912">
          <front>
            <title>WHOIS Protocol Specification</title>
            <author fullname="L. Daigle" initials="L." surname="Daigle"/>
            <date month="September" year="2004"/>
            <abstract>
              <t>This document updates the specification of the WHOIS protocol, thereby obsoleting RFC 954. The update is intended to remove the material from RFC 954 that does not have to do with the on-the-wire protocol, and is no longer applicable in today's Internet. This document does not attempt to change or update the protocol per se, or document other uses of the protocol that have come into existence since the publication of RFC 954. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3912"/>
          <seriesInfo name="DOI" value="10.17487/RFC3912"/>
        </reference>
        <reference anchor="RFC4786">
          <front>
            <title>Operation of Anycast Services</title>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="K. Lindqvist" initials="K." surname="Lindqvist"/>
            <date month="December" year="2006"/>
            <abstract>
              <t>As the Internet has grown, and as systems and networked services within enterprises have become more pervasive, many services with high availability requirements have emerged. These requirements have increased the demands on the reliability of the infrastructure on which those services rely.</t>
              <t>Various techniques have been employed to increase the availability of services deployed on the Internet. This document presents commentary and recommendations for distribution of services using anycast. 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="126"/>
          <seriesInfo name="RFC" value="4786"/>
          <seriesInfo name="DOI" value="10.17487/RFC4786"/>
        </reference>
        <referencegroup anchor="STD88" target="https://www.rfc-editor.org/info/std88">
          <reference anchor="RFC3596" target="https://www.rfc-editor.org/info/rfc3596">
            <front>
              <title>DNS Extensions to Support IP Version 6</title>
              <author fullname="S. Thomson" initials="S." surname="Thomson"/>
              <author fullname="C. Huitema" initials="C." surname="Huitema"/>
              <author fullname="V. Ksinant" initials="V." surname="Ksinant"/>
              <author fullname="M. Souissi" initials="M." surname="Souissi"/>
              <date month="October" year="2003"/>
              <abstract>
                <t>This document defines the changes that need to be made to the Domain Name System (DNS) to support hosts running IP version 6 (IPv6). The changes include a resource record type to store an IPv6 address, a domain to support lookups based on an IPv6 address, and updated definitions of existing query types that return Internet addresses as part of additional section processing. The extensions are designed to be compatible with existing applications and, in particular, DNS implementations themselves. [STANDARDS-TRACK]</t>
              </abstract>
            </front>
            <seriesInfo name="STD" value="88"/>
            <seriesInfo name="RFC" value="3596"/>
            <seriesInfo name="DOI" value="10.17487/RFC3596"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
      </references>
    </references>
    <?line 521?>

<section anchor="example-zone-files-rrtype-contents">
      <name>Example Zone Files &amp; RRType Contents</name>
      <t>An example zone file <tt>ip6.arpa.</tt>, run by IANA, is not shown. It would contain NS RRTypes to delegate to a respective RAA. To avoid any future collisions with production deployments an apex of <tt>ip6.example.com.</tt> is used instead of <tt>ip6.arpa.</tt>. All hexadecimal strings in the examples are broken into the lengths of a word, for document formatting purposes.</t>
      <t>The RAA of <tt>RAA=16376, HDA=0</tt> and HDA of <tt>RAA=16376, HDA=10</tt> were used in the examples.</t>
      <section anchor="example-raa">
        <name>Example RAA</name>
        <section anchor="raa-hhits">
          <name>Authentication HHIT</name>
          <figure>
            <name>RAA Auth HHIT RRType Example</name>
            <artwork><![CDATA[
$ORIGIN 5.0.0.0.0.0.e.f.f.3.0.0.1.0.0.2.ip6.example.com.
7.b.0.a.1.9.e.1.7.5.1.a.0.6.e.5. IN HHIT (
    gwppM2ZmOCAwMDAwWQFGMIIBQjCB9aAD
    AgECAgE1MAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwMDA1NWU2MGEx
    NTcxZTkxYTBiNzAeFw0yNTA0MDkyMDU2
    MjZaFw0yNTA0MDkyMTU2MjZaMB0xGzAZ
    BgNVBAMMEkRSSVAtUkFBLUEtMTYzNzYt
    MDAqMAUGAytlcAMhAJmQ1bBLcqGAZtQJ
    K1LH1JlPt8Fr1+jB9ED/qNBP8eE/o0ww
    SjAPBgNVHRMBAf8EBTADAQH/MDcGA1Ud
    EQEB/wQtMCuHECABAD/+AAAFXmChVx6R
    oLeGF2h0dHBzOi8vcmFhLmV4YW1wbGUu
    Y29tMAUGAytlcANBALUPjhIB3rwqXQep
    r9/VDB+hhtwuWZIw1OUkEuDrF6DCkgc7
    5widXnXa5/uDfdKL7dZ83mPHm2Tf32Dv
    b8AzEw8=
)
]]></artwork>
          </figure>
          <figure>
            <name>2001:3F:FE00:5:5E60:A157:1E91:A0B7 Decoded HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    10,  # Reserved (RAA Auth from DKI)
    "3ff8 0000",
    h'308201423081F5A00302010202013530
    0506032B6570302B312930270603550403
    0C20323030313030336666653030303030
    3535653630613135373165393161306237
    301E170D3235303430393230353632365A
    170D3235303430393231353632365A301D
    311B301906035504030C12445249502D52
    41412D412D31363337362D30302A300506
    032B65700321009990D5B04B72A18066D4
    092B52C7D4994FB7C16BD7E8C1F440FFA8
    D04FF1E13FA34C304A300F0603551D1301
    01FF040530030101FF30370603551D1101
    01FF042D302B87102001003FFE0000055E
    60A1571E91A0B7861768747470733A2F2F
    7261612E6578616D706C652E636F6D3005
    06032B6570034100B50F8E1201DEBC2A5D
    07A9AFDFD50C1FA186DC2E599230D4E524
    12E0EB17A0C292073BE7089D5E75DAE7FB
    837DD28BEDD67CDE63C79B64DFDF60EF6F
    C033130F'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 53 (0x35)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe0000055e60a1571e91a0b7
        Validity
            Not Before: Apr  9 20:56:26 2025 GMT
            Not After : Apr  9 21:56:26 2025 GMT
        Subject: CN = DRIP-RAA-A-16376-0
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    99:90:d5:b0:4b:72:a1:80:66:d4:09:2b:52:c7:d4:
                    99:4f:b7:c1:6b:d7:e8:c1:f4:40:ff:a8:d0:4f:f1:
                    e1:3f
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:5:5E60:A157:1E91:A0B7,
                URI:https://raa.example.com
    Signature Algorithm: ED25519
    Signature Value:
        b5:0f:8e:12:01:de:bc:2a:5d:07:a9:af:df:d5:0c:1f:a1:86:
        dc:2e:59:92:30:d4:e5:24:12:e0:eb:17:a0:c2:92:07:3b:e7:
        08:9d:5e:75:da:e7:fb:83:7d:d2:8b:ed:d6:7c:de:63:c7:9b:
        64:df:df:60:ef:6f:c0:33:13:0f
]]></artwork>
          </figure>
        </section>
        <section anchor="delegation-of-hda">
          <name>Delegation of HDA</name>
          <figure>
            <name>HDA Delegation Example</name>
            <artwork><![CDATA[
$ORIGIN c.d.f.f.3.0.0.1.0.0.2.ip6.example.com.
a.0.0. IN NS ns1.hda-10.example.com
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="example-hda">
        <name>Example HDA</name>
        <section anchor="hda-hhits">
          <name>Authentication &amp; Issue HHITs</name>
          <figure>
            <name>HDA Auth/Issue HHIT RRType Example</name>
            <artwork><![CDATA[
$ORIGIN 5.0.a.0.0.0.e.f.f.3.0.0.1.0.0.2.ip6.example.com.
0.a.9.0.7.2.4.d.5.4.e.e.5.1.6.6.5.0. IN HHIT (
    gw5pM2ZmOCAwMDBhWQFHMIIBQzCB9qAD
    AgECAgFfMAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwMDA1NWU2MGEx
    NTcxZTkxYTBiNzAeFw0yNTA0MDkyMTAz
    MTlaFw0yNTA0MDkyMjAzMTlaMB4xHDAa
    BgNVBAMME0RSSVAtSERBLUEtMTYzNzYt
    MTAwKjAFBgMrZXADIQDOaB424RQa61YN
    bna8eWt7fLRU5GPMsfEt4wo4AQGAP6NM
    MEowDwYDVR0TAQH/BAUwAwEB/zA3BgNV
    HREBAf8ELTArhxAgAQA//gAKBWYV7kXU
    JwmghhdodHRwczovL3JhYS5leGFtcGxl
    LmNvbTAFBgMrZXADQQAhMpOSOmgMkJY1
    f+B9nTgawUjK4YEERBtczMknHDkOowX0
    ynbaLN60TYe9hqN6+CJ3SN8brJke3hpM
    gorvhDkJ
)
8.2.e.6.5.2.b.6.7.3.4.d.e.0.6.2.5.0. IN HHIT (
    gw9pM2ZmOCAwMDBhWQFHMIIBQzCB9qAD
    AgECAgFYMAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwYTA1NjYxNWVl
    NDVkNDI3MDlhMDAeFw0yNTA0MDkyMTA1
    MTRaFw0yNTA0MDkyMjA1MTRaMB4xHDAa
    BgNVBAMME0RSSVAtSERBLUktMTYzNzYt
    MTAwKjAFBgMrZXADIQCCM/2utQaLwUhZ
    0ROg7fz43AeBTj3Sdl5rW4LgTQcFl6NM
    MEowDwYDVR0TAQH/BAUwAwEB/zA3BgNV
    HREBAf8ELTArhxAgAQA//gAKBSYO1Ddr
    JW4ohhdodHRwczovL2hkYS5leGFtcGxl
    LmNvbTAFBgMrZXADQQBa8lZyftxHJqDF
    Vgv4Rt+cMUmc8aQwet4UZdO3yQOB9uq4
    sLVAScaZCWjC0nmeRkgVRhize1esfyi3
    RRU44IAE
)
]]></artwork>
          </figure>
          <figure>
            <name>2001:3F:FE00:A05:6615:EE45:D427:9A0 Decoded Auth HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    14,  # Reserved (HDA Auth from DKI)
    "3ff8 000a",
    h'308201433081F6A00302010202015F30
    0506032B6570302B312930270603550403
    0C20323030313030336666653030303030
    3535653630613135373165393161306237
    301E170D3235303430393231303331395A
    170D3235303430393232303331395A301E
    311C301A06035504030C13445249502D48
    44412D412D31363337362D3130302A3005
    06032B6570032100CE681E36E1141AEB56
    0D6E76BC796B7B7CB454E463CCB1F12DE3
    0A380101803FA34C304A300F0603551D13
    0101FF040530030101FF30370603551D11
    0101FF042D302B87102001003FFE000A05
    6615EE45D42709A0861768747470733A2F
    2F7261612E6578616D706C652E636F6D30
    0506032B6570034100213293923A680C90
    96357FE07D9D381AC148CAE18104441B5C
    CCC9271C390EA305F4CA76DA2CDEB44D87
    BD86A37AF8227748DF1BAC991EDE1A4C82
    8AEF843909'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 95 (0x5f)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe0000055e60a1571e91a0b7
        Validity
            Not Before: Apr  9 21:03:19 2025 GMT
            Not After : Apr  9 22:03:19 2025 GMT
        Subject: CN = DRIP-HDA-A-16376-10
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    ce:68:1e:36:e1:14:1a:eb:56:0d:6e:76:bc:79:6b:
                    7b:7c:b4:54:e4:63:cc:b1:f1:2d:e3:0a:38:01:01:
                    80:3f
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:A05:6615:EE45:D427:9A0,
                URI:https://raa.example.com
    Signature Algorithm: ED25519
    Signature Value:
        21:32:93:92:3a:68:0c:90:96:35:7f:e0:7d:9d:38:1a:c1:48:
        ca:e1:81:04:44:1b:5c:cc:c9:27:1c:39:0e:a3:05:f4:ca:76:
        da:2c:de:b4:4d:87:bd:86:a3:7a:f8:22:77:48:df:1b:ac:99:
        1e:de:1a:4c:82:8a:ef:84:39:09
]]></artwork>
          </figure>
          <figure>
            <name>2001:3F:FE00:A05:260E:D437:6B25:6E28 Decoded Issue HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    15,  # Reserved (HDA Issue from DKI)
    "3ff8 000a",
    h'308201433081F6A00302010202015830
    0506032B6570302B312930270603550403
    0C20323030313030336666653030306130
    3536363135656534356434323730396130
    301E170D3235303430393231303531345A
    170D3235303430393232303531345A301E
    311C301A06035504030C13445249502D48
    44412D492D31363337362D3130302A3005
    06032B65700321008233FDAEB5068BC148
    59D113A0EDFCF8DC07814E3DD2765E6B5B
    82E04D070597A34C304A300F0603551D13
    0101FF040530030101FF30370603551D11
    0101FF042D302B87102001003FFE000A05
    260ED4376B256E28861768747470733A2F
    2F6864612E6578616D706C652E636F6D30
    0506032B65700341005AF256727EDC4726
    A0C5560BF846DF9C31499CF1A4307ADE14
    65D3B7C90381F6EAB8B0B54049C6990968
    C2D2799E4648154618B37B57AC7F28B745
    1538E08004'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 88 (0x58)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe000a056615ee45d42709a0
        Validity
            Not Before: Apr  9 21:05:14 2025 GMT
            Not After : Apr  9 22:05:14 2025 GMT
        Subject: CN = DRIP-HDA-I-16376-10
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    82:33:fd:ae:b5:06:8b:c1:48:59:d1:13:a0:ed:fc:
                    f8:dc:07:81:4e:3d:d2:76:5e:6b:5b:82:e0:4d:07:
                    05:97
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:A05:260E:D437:6B25:6E28,
                URI:https://hda.example.com
    Signature Algorithm: ED25519
    Signature Value:
        5a:f2:56:72:7e:dc:47:26:a0:c5:56:0b:f8:46:df:9c:31:49:
        9c:f1:a4:30:7a:de:14:65:d3:b7:c9:03:81:f6:ea:b8:b0:b5:
        40:49:c6:99:09:68:c2:d2:79:9e:46:48:15:46:18:b3:7b:57:
        ac:7f:28:b7:45:15:38:e0:80:04
]]></artwork>
          </figure>
        </section>
        <section anchor="registratant-hhit-brid">
          <name>Registratant HHIT &amp; BRID</name>
          <figure>
            <name>Registrant HHIT/BRID RRType Example</name>
            <artwork><![CDATA[
$ORIGIN 5.0.a.0.0.0.e.f.f.3.0.0.1.0.0.2.ip6.example.com.
2.b.6.c.b.4.a.9.9.6.4.2.8.0.3.1. IN HHIT (
    gxJpM2ZmOCAwMDBhWQEYMIIBFDCBx6AD
    AgECAgFUMAUGAytlcDArMSkwJwYDVQQD
    DCAyMDAxMDAzZmZlMDAwYTA1MjYwZWQ0
    Mzc2YjI1NmUyODAeFw0yNTA0MDkyMTEz
    MDBaFw0yNTA0MDkyMjEzMDBaMAAwKjAF
    BgMrZXADIQDJLi+dl+iWD5tfFlT4sJA5
    +drcW88GHqxPDOp56Oh3+qM7MDkwNwYD
    VR0RAQH/BC0wK4cQIAEAP/4ACgUTCCRp
    mkvGsoYXaHR0cHM6Ly9oZGEuZXhhbXBs
    ZS5jb20wBQYDK2VwA0EA0DbcdngC7/BB
    /aLjZmLieo0ZFCDbd/KIxAy+3X2KtT4J
    todVxRMPAkN6o008gacbNfTG8p9npEcD
    eYhesl2jBQ==
)
2.b.6.c.b.4.a.9.9.6.4.2.8.0.3.1. IN BRID (
    owAAAYIEUQEgAQA//gAKBRMIJGmaS8ay
    AogFWIkB+t72Zwrt9mcgAQA//gAABV5g
    oVcekaC3mZDVsEtyoYBm1AkrUsfUmU+3
    wWvX6MH0QP+o0E/x4T8gAQA//gAABV5g
    oVcekaC3vC9m1JguvXt7W2o4wxPumaT1
    IP3TQN3fQP28hpInSIlsSwq8UCNjm2ad
    7pdTvm2EqfOJQNPKClvRZm4qTO5FDAVY
    iQGX4PZnp+72ZyABAD/+AAoFZhXuRdQn
    CaDOaB424RQa61YNbna8eWt7fLRU5GPM
    sfEt4wo4AQGAPyABAD/+AAAFXmChVx6R
    oLfv3q+mLRB3ya5TmjY8+3CzdoDZT9RZ
    +XpN5hDiA6JyyxBJvUewxLzPNhTXQp8v
    ED71XAE82tMmt3fB4zbzWNQLBViJAQrh
    9mca7/ZnIAEAP/4ACgUmDtQ3ayVuKIIz
    /a61BovBSFnRE6Dt/PjcB4FOPdJ2Xmtb
    guBNBwWXIAEAP/4ACgVmFe5F1CcJoIjy
    CriJCxAyAWTOHPmlHL02MKSpsHviiTze
    qwBH9K/Rrz41CYix9HazAIOAZO8FcfU5
    M+WLLJZoaQWBHnMbTQwFWIkB3OL2Z+zw
    9mcgAQA//gAKBRMIJGmaS8ayyS4vnZfo
    lg+bXxZU+LCQOfna3FvPBh6sTwzqeejo
    d/ogAQA//gAKBSYO1DdrJW4ogOfc8jTi
    mYLmTOOyFZoUx2jOOwtB1jnqUJr6bYaw
    MoPrR3MlKGBGWsVz1yXNqUURoCqYdwsY
    e61vd5i6YJqnAQ==
)
]]></artwork>
          </figure>
          <figure>
            <name>2001:3F:FE00:A05:1308:2469:9A4B:C6B2 Decoded HHIT RRType CBOR and Certificate</name>
            <artwork><![CDATA[
[
    18,  # Uncrewed Aircraft System (UAS)
    "3ff8 000a",
    h'308201143081C7A00302010202015430
    0506032B6570302B312930270603550403
    0C20323030313030336666653030306130
    3532363065643433373662323536653238
    301E170D3235303430393231313330305A
    170D3235303430393232313330305A3000
    302A300506032B6570032100C92E2F9D97
    E8960F9B5F1654F8B09039F9DADC5BCF06
    1EAC4F0CEA79E8E877FAA33B3039303706
    03551D110101FF042D302B87102001003F
    FE000A05130824699A4BC6B28617687474
    70733A2F2F6864612E6578616D706C652E
    636F6D300506032B6570034100D036DC76
    7802EFF041FDA2E36662E27A8D191420DB
    77F288C40CBEDD7D8AB53E09B68755C513
    0F02437AA34D3C81A71B35F4C6F29F67A4
    470379885EB25DA305'
]

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 84 (0x54)
        Signature Algorithm: ED25519
        Issuer: CN = 2001003ffe000a05260ed4376b256e28
        Validity
            Not Before: Apr  9 21:13:00 2025 GMT
            Not After : Apr  9 22:13:00 2025 GMT
        Subject:
        Subject Public Key Info:
            Public Key Algorithm: ED25519
                ED25519 Public-Key:
                pub:
                    c9:2e:2f:9d:97:e8:96:0f:9b:5f:16:54:f8:b0:90:
                    39:f9:da:dc:5b:cf:06:1e:ac:4f:0c:ea:79:e8:e8:
                    77:fa
        X509v3 extensions:
            X509v3 Subject Alternative Name: critical
                IP Address:2001:3F:FE00:A05:1308:2469:9A4B:C6B2,
                URI:https://hda.example.com
    Signature Algorithm: ED25519
    Signature Value:
        d0:36:dc:76:78:02:ef:f0:41:fd:a2:e3:66:62:e2:7a:8d:19:
        14:20:db:77:f2:88:c4:0c:be:dd:7d:8a:b5:3e:09:b6:87:55:
        c5:13:0f:02:43:7a:a3:4d:3c:81:a7:1b:35:f4:c6:f2:9f:67:
        a4:47:03:79:88:5e:b2:5d:a3:05
]]></artwork>
          </figure>
          <figure>
            <name>2001:3F:FE00:A05:1308:2469:9A4B:C6B2 Decoded BRID RRType CBOR</name>
            <artwork><![CDATA[
{
    0: 0,
    1: [4, h'012001003FFE000A05130824699A4BC6B2'],
    2: [
        5,
        h'01FADEF6670AEDF6672001003FFE0000
        055E60A1571E91A0B79990D5B04B72A180
        66D4092B52C7D4994FB7C16BD7E8C1F440
        FFA8D04FF1E13F2001003FFE0000055E60
        A1571E91A0B7BC2F66D4982EBD7B7B5B6A
        38C313EE99A4F520FDD340DDDF40FDBC86
        922748896C4B0ABC5023639B669DEE9753
        BE6D84A9F38940D3CA0A5BD1666E2A4CEE
        450C',
        5,
        h'0197E0F667A7EEF6672001003FFE000A
        056615EE45D42709A0CE681E36E1141AEB
        560D6E76BC796B7B7CB454E463CCB1F12D
        E30A380101803F2001003FFE0000055E60
        A1571E91A0B7EFDEAFA62D1077C9AE539A
        363CFB70B37680D94FD459F97A4DE610E2
        03A272CB1049BD47B0C4BCCF3614D7429F
        2F103EF55C013CDAD326B777C1E336F358
        D40B',
        5,
        h'010AE1F6671AEFF6672001003FFE000A
        05260ED4376B256E288233FDAEB5068BC1
        4859D113A0EDFCF8DC07814E3DD2765E6B
        5B82E04D0705972001003FFE000A056615
        EE45D42709A088F20AB8890B10320164CE
        1CF9A51CBD3630A4A9B07BE2893CDEAB00
        47F4AFD1AF3E350988B1F476B300838064
        EF0571F53933E58B2C96686905811E731B
        4D0C',
        5,
        h'01DCE2F667ECF0F6672001003FFE000A
        05130824699A4BC6B2C92E2F9D97E8960F
        9B5F1654F8B09039F9DADC5BCF061EAC4F
        0CEA79E8E877FA2001003FFE000A05260E
        D4376B256E2880E7DCF234E29982E64CE3
        B2159A14C768CE3B0B41D639EA509AFA6D
        86B03283EB4773252860465AC573D725CD
        A94511A02A98770B187BAD6F7798BA609A
        A701'
    ]
}
]]></artwork>
          </figure>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1963bjOJLmfz0FN2tPlz2+8S6Sc2p3KJFKO9N3y5lp9/bp
oiTKYloSlSRlWa7MPfsa+3r7JBsRAEhQki9VXTOnd87aVU6JBANAIBDxRSAA
7u3tNfrpIJneecq8GO45jUaRFOPYU4LLo3MlnMK3pdKN7nIlmSrFKFaCdBLB
x9NoEitXy7yIJ42o18viB3gk7GKp4PSqMUj7UyjhKYMsGhZ7SQy0B1ky28vi
uyQvsiTO93Sn0Y+K+C7Nlp6SF4NGI5llnlJk87zQVdVV9UaUxZGnHE2LOJvG
RWNxhwSTmfI5ze6hzcr7LJ3PGveLqsxegBUiYU4zL6Lp4O/ROJ1Ca5Zx3pgl
nvLXIu3vKnmaFVk8zOHTcsI+9NPJJJ4W+d8ajWhejNLMa+wpipKlyJJ4kBRp
1oDv0M3cU/x95TP0bDSP+yOonW6wXvuDaLJ+L82g/f4X5GqczbLkKd5Vjo/b
dA94EsfQZtM1m0obW5H1k2isBFnyEFOJPoyEp9xAzx+S8ZhdQ26mU085vWFF
0gFUrhmma/Hv82mB3L2+8ulCDGM39pQImre/kJr3b9FjXDZqH5hAvaZOfthX
LuNkIHXuQzKpLlGfLrudE2U8ntV6clUo/nSQxYtcOUznudwJw9GVQ+gEDGGR
TpXLNBrsKu/HUX6XLpSrflqMYcykHr23NMVsHa/06aPcpa/J5N+yYV9TDYva
35im2SQqgHkeFbvstE3bdDzlJ6UX5bFtiquOa7p4td/jQwvXXKNp4jWS2EFc
KMrentI9C862QhKBbZS3oajgvzfouY5hahqrTFH4JLpC4YuygXI1i/vJMAGx
hPFS4FHg4CQtYuUoUKCI0s2iPko0f1zInsJ/9spPQoquuidc5olkNBYVR9kd
cn9UFLPcOzhYLBb7UV5M9uGxgyE2cU/Xo/1RMRFPDGAOwqDOx0tFV3WdX81j
nKMJ9LJqBVbqsX4CEb+8HpwdgdSp+5qlqwf120dXZ4Zm23urjGnDuObEB9Qp
WTzL4hwkkLEnHZKk5fiBDTc0hdgEhZNMyee9QfKQ5FA2fyvDarwqxyVXzrK7
aJo8sYq3oLnbLzAyyVPiI/y7R93iwriHYpqvM9Wf34EuQ7aqL7AVKoUpwbhE
RRtJJVysGBPEe9BcR3vBfqVN4VJDCK3tmBoJ7TTP474yS8dJf1lKuabbeDOJ
ptHe3TwZxDD54ry8bWsqTYLBYFxOAs0yykmQxd/mSRaTbiwLmEY1S6KsPypv
WE2rugEjw9r4kzKKx7PhfIwWQoHJyihddQMNKmItF1dsl67Es5m44lp0JRtE
s3JCq4ZRzm5Ls6zyC0zq6gsUM+Uv1R1DVZvlF11z9PJLs6mrVTFXq+6YTcf2
RKMcp6pfd+CJxh5oiqgHOjDqF41Gd5TkCtjCOTJOARnpZ0kPZBmFfpDk/fQh
zpYk2RMYmDviL0r9mvHdAtuab3Prug+CheKeFCQi3BbHGRADE7ZIihEjkHOl
Q/yGJs37xTzjMykXmgnvTcASpAN4Fuwtte183gPpqZQcKunScNO0xfZIUzKL
xyDxA6QExqWI9hknJgkIVNxo/ITzL0sH0AKg1WhIxLDK4Rzagn2HqVmkyvUU
uDEFan6S9dGcc6ChbF37V9ul5hzAA5VO3bo8Crb3lbMp6DHi6jiZJNikdBZn
Yt4nUof60VTpxQqqHeUhiZRWBmaoD7pSAUq7Sm9eKPFjEU8HQEN+DkY0T6Gf
CWqoaRzD/X2lC0ybpPBsnCNBtNzxuBxO+fFhlk6wBqSDrIYuKVgffp5Pk2/z
WLmPl8TjcZrez2dIYHNDpsj2+CGCSipYpWzlcaz89hvML5yge8Pkzvzx41+V
TnIHg6+YSO633/j0/fFjG0bqNw8KASrIigWgi71onNxNf3nXJ0Tw7kfjf8JP
41/qP8obf1Yea9CD0GWN3X0zGYU/p9O3xr9suPtmMuU3ILOzx392NpEJfP/g
k/5pAxnpOSTznVoHf9K9vX/Ze+MPFEzFc99Fa1L6b2Nrnu+U9BznzXf6j3d5
p+wi/hyTVOX0WbrD6hPPbSLzXXl/fhZgF/FnHy/vs8+pcn4Fd76/iUy9Nd/L
P7+zNfUfmUydNytk2voqmU/6ES+8Kt/VnYoMPF+15mcxjrVhlapfG3D4+Xmt
U3Ilyoavz93ZSCb9BX5OwRECHQOfZDL1O+kamR0he5vqFA7W5tbsSOIHctK+
4mLyO3mT0qPfpakpWsMtBtN8Nd5suCMeXVcUW2iyrrsn22ssfu4O481L2u9t
d1D7KS//MMH8vlZsp2LTTlVs5cbaU9+FFSetxMXuZzZbwakEc72pru+Cn0sh
Ut/Xb7zWQmV1Sm9u4TqR9A3FvhNkWW/DxibtNBqgxAE5BnER98kjVfyHFJxX
1GXgWcZTQAdjwaqzXk4wCoo/JP24gWrNEzevomEMeGy1DGgJoP8pHiX9cbxX
pHuAmrKohFtw/1P9Pv/I7CrZXuUn2VozH+mXd+/HaQ+ahgAB8cJ1DgARvON4
GmVJqmzJBp2b822w1o3Po3iqRKsQkhDkNrf84N7++IEABNzygRLJQARRBeGf
jZCDY6YsRqjxADcJzfDKGCCD6k4qLMsbsBUcnYTbgE2h5yOOdXMBWkqnD2dg
lOdpPyEsOeaGiupAvLkPSgiaKkPqpMBuwEPwdcDiU1ATXUNU2ReksXOIkGHA
lKv5bDZOACsDnrwCPLnlz2bQ1eRR8ff1VXhEODBiVHnvE2ALPkDgLlNG0Owx
VN5DIJ9CEzKF8wEYu4jHY0BYP/1USlo7nfbjGfgGz2H8eNLDQVFG0ET0qpZK
3h8BNznzoGuTCBoMwHYKWHlzSA5onV7haJNz9ePHPnUgh4bBWPbjOueR7fIg
R/0+oFhkBCJ5eUTItYgozgeNGcdKNM5TZZalDwmGEKkxFL4DesAHgt80er0Y
b0fgHkDnMiSNRcseAmwnviUc0uPYVL4F907IU0jnBKjBc5rFPHwgiQNw+nnP
SNSK2oM1mfk6Mza7ZQ7kc2A0nxb9bDkr0rssmgH7EZqDmwSDn2Y584apof04
464Ii1qU3tEsTdBu5ujWzLjWlWsCdyydw4iAbLdrFW2xZm1TjdR1mqtABh1q
ZBNWBnUsgQPA2xwwOxdCrH237AMP2/rVU1jvIB4mU5rcXNrBZQeVgByt+UH7
IKEv9VVuGOcK49o4SibICTbyM/At1kd9zT9O0aNKC+64LhXf92H0+zDDknzC
tRX0UJivZ9xTaEpepFnMBiBLSfGfwyCgCwjeoXAco964TmPr/Ohom83WKxQw
bF/MZY0aX9M8eSlNq3qMRp/miigxAD/trrzPQl4okzHQo7kLV4/OH2zoGgzM
4y5OunJAj/xTv/K5f9VVVfMM1fMOdOdX6uPlZR4XeTkOTCExjYmudzfOJsk0
Had3S+W3n4rq2w/q6iUL7Qzkcqzn6IeCRwhT793J9VX33S77Vzk9o8+X4cX1
0WUY4OerQ//4uPwgSlwdnl0fB9Wn6sn22clJeBqwh+GqsnLpxL+Bf7Bz787O
u0dnp/7xOybK8hhQuCJlOpmi13HB7JmItJCAt9rnimaCnP8XivJoLgg6++Jo
ZAgXMDNYZSlGD9hXGCSYS6BoowyJgOSA/p+BYhljnCRX8lG6mCqgtWImMf5g
kPAoQ4CTi77kqyI+ie5jGikhBzgcbF6xVZSEpASMQbx/t7+rkIGqTdarmBk1
ndkqHqhDFc906CsE32ap6Xlp5m+zMA2qcqkFEvL48WOXmwSygGV1bFrGKF4+
iTRqA6GjobZL32eVHR4edYUhk+4fBv72y5UTliE5R7N0WBpNvhDVkBEPYySb
uFQh1jycZ8Q4Hi2j+BgufRQRGGo+TBM2uXASCjjWB4mASwyXdDnBA1oCQ/Ch
6c5eD9DJQzSeo0qMOFBB4jTTo8EgQzOLkks4C8zDBJDdeMlLVcZQAdVCQwsz
G1ARaN40AyxUUCRuwiiTbIxGSYEQEkejkk9qNugV+Ag92q11eiWwVZoDwVXC
qBKIR0i999LXle87je+yYgPwXo3QEUYMaBiu5glbCvmunF22D+HDYZSPAON/
V7Z0RwE+5tuE/OVv+FX6Rt9tsyr8jzW75kscrDoX/6Px4u2VAhvuQ4m9l37k
5zc+/tqPROAPPS9TWOXV2s9zBSo2fn9NE3x/RgN8l0hsaaY83qs/zxX4/md0
RHbWxDQTjtqqq9XK4uh+ANMP3TFZ/zCrzvQPzYoZmxUrNl3YejbH+2kGimKW
Tglic7yA62N8XjMcIZwlmMS/Gvsq/Gr0V99PZvZ+lM2i/V+ZnjryWwARQMUM
wNpz3AJQuZ9ihH4sAZ2yItADwZwsLTZ8GqFbu4bmQH+OQd+RM1HkbEEADc8o
meGT06SHcIs1FzvCn5d1IQ+Cg83NlDEUpMZUFWwl+/EbTcq28q4HbEsX+TuJ
ZrFISTx43bRsgVqf+v+CAYKuRX3G7jqY24cWMKC9OqJonHyf4WM+uo/e4+Mj
DrFpMtgGpNcLLL3lUsVSlv0rw5BSG2tMFNiRuvPr4z77fW7sqcZfl/v4+1rZ
NWAOnQJrl3LIj+uvADjLPuJ6OkInxoSrM76WqZzCwxm4MqfMvOCSL1iXckUY
IQtVkzDIDmOUgpeARAg9AZBCnASeSFyCahgbYX/JcWW4r1zWJaHZB4cPK6Kl
ziyKuFuDdKG5Cu8IiuY+g7kwDsxMEyfVXcVUXXtXcTRXJ65puu44NFC4SJ09
cCAgrytxQAcNwiq2IoDtezO23iUEPeqlMILITngEgT3JJ58JpLR2ywU7clMQ
hiJjMi7vlUcRzeJHapnwuCqJpC6QYDG/D2ScltJRgHl35XmfAtCVVh6Zx4rr
xiXLyl5S/1gcJMKSSz5FuX8pTVMfmrdLjAAaNH9ghF9x3JUOpkSgNJVri1zg
SLIiBZohVttR4BKmLHLSWzlApYx3H2DPfDxAl6CHfGHeDvOjGOtgWABpoftY
ik3Epztgv12U9Xw+Ad+QPdBOHpKx4nMYLWuGNugZBv2v2eiHj8BVHFBUEicg
7eOcR3lAGSKu5FMEb7NQF9MdWTq/G42R5dDlRc7dQ+ZSTguRMRVl4tNSmSBx
Hg1jgbu4n+YU+dldeRwcOM4PvA4Cg7IKsjRKFTBQ+QFX+zwEuLrwShZjybz8
cQH4tIihocwc5QnqIiEnCHypUyAY6Rq0JPx7h04qhTXyEfNmODf2yxj+lLmx
CggkfryfIoaNqkghC6QwieXiTRog6rPRL6eIYFVFGh9dzvjcEvGfdCZEoPLe
chYmzMsICo7XKKWh5VOoGgjQvwXp4IiCZb2o8uyyyk5JtvSlRfN63AkGBrqF
MhwlY7boLhv/UToGqRfU1laCo4xZ+7KpvMusO7yP5eg9gUpiaoUFGaly7JYU
uKgtYtcbk+/L8Zc7FumU2LzG0s+HZ0dXzNXA5ApQ0Tj9A/+chSxdjEVhxIwJ
S8UgUKLz4s3crWQKr1YytF8mINDNUSTgD/A7F0a3lBqcKiir82z6UtEEuXAe
LVmgjM1lpuRotkJ3Um91bvbmy7xiDo+ll1VTzbNoyca+LMaZWqq0UtQbjdaS
ubgJ0+wFeX8Ytaa4BugAHOZSIpBqVMN5ylWCPi/N1rIYubMwiEPoMsy9dJqC
iVgyPVPGxhBV4SR8IC3KlhbmJAP38aygsKWCZmcynzCbBqaRh1/TgidMYHvA
A74HaDFIMILHDRoKeZGA9p/MYsDYCIRmNOMpbOpXLcWe0gjBv1EGNhWYuFSm
cxFzXhlURjBmoxhHIJlMcYF8g4VAT1lMEwp7zqFJE4wTMKBCqv+nStdjYF82
RIQWMejOnWi0ikLslgelVmpsYXhv+/nVrJ1fnvt5YaXsu/IMtntp3axWU/rG
mlY8rdccLPbz/dk7jVNhlF+pqNI3B5KGXy/HIkyvN/ytHRSfXg4npOvxBcmP
rZNcq2NDnTvVmND66k41RNX31fv8ewNJqvvsVyRKaCvf9ZXvRvm98Uxtb/z+
Rsa+WXSel53GMeDFV+SG1fQ22UHhIfT6Bopv7qT49Eo0KhUf9vf3f5/4rIvT
W8XnGXEi8eHyUuXZ6CvfjZXvw338VZ4Xnze25p9YfAg7vFhw7dJmXZ6uXtjQ
6+/K4/7Lv5aYrW+qc+2nHuEaTPM9gi1ymCt8jCYzXFhCl6a0eyzlACP/b/Rb
2Ao2xZDQruIKuTKfguEE+5oOdnFJfxItaR2wV3fYyKQyf6pacCNPFxMylT44
LfMJi9tT7AyTx8H3AWwPn3KxfJliJx7BhftXQDXgwaYzWqFEt1ekmVcILyLP
dUwuJHnwmGHKHGPCCrjWtitnX9aRJqCOIZSqsAMDFAci2EGVRdPaejS/h41K
apkkPN43ZguXwotkUFrAZ14BLoTzXARiYESYXjiC1RLhRmZGxKMoo2oWMBT4
AIBZKCsWLVhAjDl02PScYhr7yiEAzl2lB577PUUieHlyCgrhTPBlbOUdpQrE
AwzRJdmAFokRV5ZeGi6VXJ3vEljD1WuQnByjNFVD2Govgk/B4pyFErBnckNq
j5ScqBpE2Bu5/2zwVADlrfWVWx7zqyIWgMylsO82dXcqskL64EtCXzYEJF6J
NbBomcSryrff5JHX48abxWWDgLGoijTWjIk8EsBqrNI+8oQHNcSyDg6dcoiZ
0OUiI2UfYXh1t86VLO7T4vKmWmOW7AOMmfYTVDoRev1z9EGgoRl24IGiXyK5
ZxAz74iNbTWf0JNJx3EVamTrYmyJLeYajZa9ajqPFr+CJXhFmD6/Ok3IJ+Lz
a5bmjO95Op4zvws7JEizKF4ZSGMNjqQml55szuS4NmoUlGZ8YuvTVGWZNAJD
P6REB2U4Tu5GTJ+gUBdskRPcySFQXuBOF84BVK0gMMM4Yq2GrvMQEK5mxtOH
JEunzIclvwjV814vRrdqgB5eijPsMF3gJNhl/m2pYYTazkEGgB/kS5JfxXsK
ZcfJPUaQcEEgBoJ9cASZ98fEYD4DN19kEh11V+WTBSdKwSszMCSHnoanVOZb
6MgBPVTR03hBa/eVfy3raox+3mUxy3PZVeKiv78NHADbRA1lWQbcXvCE/5eC
j+uRR5jCuxjFHEWznHM9n4/5jidi9ZgACNiv+5gFd0i5RTgZREgoL2AspqBt
ykWMPC75j/0thSQHfeGPx1Kp17OnKGAkYtDV7iwRcS+j8UiKhaWqMB7IJNGW
UrF+emEbCWaiwIQD7HAOAi0l3FGiRS3lcIyrZsOEJXaIZK2cpfjIUcSV8PlL
W2RwuQGu58Olchm+39NEckGVTPFiItm80v486JSvpa5RuKrWzEs+a+ED03tb
l5fbPKWuSrG7vOwuZ7GYrdLWIZ65sMCZsxDFdimigwNFmqKMk5XqlpYqswzV
LYvOMg0iEhlquV41tm+1KAv0t996eJuRYAKCZYAEawF2EW1R0p+PowzYnkwQ
vNB0QoVWRRJB510egYDmtWQwKZlsm2lrypgjyd+U5lXly4F6DrvAAJZgJi8j
xmIjE81ZgpbKr5Ih36ovow1wVmI7H9jaDOMUJTphbeOHmNtvYjHr9r4SUAoo
Ld9M+cyt4U8KW1VBZTF3cq7C+fgpJ/4NNpJvf2TYRcw35A+OgmA1NakqzFIK
K9xYjWUtZW+rFebPpBAZAHP0fU1k0lAKIPL19OoqbDPhBWNwN17K2Vn7ikgw
xqWgAcy4AUNh2EX+KOVO8ZQvVjOaqAzmCm4wIumrp1VG4zucayOeuYSJZ9Ky
FE1M3N5YLhlyKwYCO55jUgtp2SFuUoRvS+wQWRKUhDx5KkPyGOberVa5EhIj
ZHe5U06aAlUK5Wy0zAnX9EcRugVxhgs9fSCOw0dgCDeSlTMdsRamDb++7AVq
hlZOahlBBKt5jm+COb41XTPPhX3kacH1ocU9icgmbqKpLSI3oLQFjBIwi0eB
RS7UAaZ/osSJaVZiNDkDiTYIdi/XC1VziDQwpUzRJrV6isIKHGdCz/HSbpWb
tUK+ttJUJUxov8ooGIP0UlZ62ffyYaJ80b05D+nSryIO9vbfFxfNY1lJVEsu
Upqx2NuHiQvMCQbmVLsYaRPK5VFOOxJXFCRTv7JGKCvI0Uz1X1Dn8srSM4qC
dApbt0AJk9KCyZavmi9a+WS9rd8Byy6sjsySlUJk/GhpoTRa0jg/4BaHeV5m
axCJTZNUZNZNfwaD8wCIJOKglliexXuxWJQ9BJkTynt1oMrE4yyejSO+MLH6
AMvPA690gOtsuADJtYpMCTf0spVWUW9lJ/HyBHfdgqLA/MT+eJ6XC+vSOAub
SSnzwm38OZclqEoOloMuAMjRv2AzldLwwRQBiCHAA0SHSTap+TFcZon7wrqA
Ak3Ztg+l3Tq7ZHKAhyQANusti5hnO7aD4JjfszUVF/AYMwTuKVepqsTERQLj
gTvMmUT9hJnJjyCq9c3/pfTsFXD3h9RCloHBCzPK7CgH1g483gHxI22mJvOA
hwQMhBLFhelqKQg8iSLeozDGXh5jsAMpYmJLAS7nHah2zN8ioAhfQaR4TYPk
LkH/gHki2CLgKw7aVMQ10h6OHfFiOEcA3vsK5lY4DFUNFPeBBgB6IGQn6XWx
NRuaBT2F5xJg+inueSZpL9k8inKRADNGyoA+x6CGe2yJlEAqSXWVxcxEkLJJ
hsl49eCFf2XrhJHo8zi9I7PH+84azpwiRpIN40+Y3FkN4LPjKV+WxxWMKPOZ
B0kO028Jgp6BV00JE7jQ2KsPe8WoUGxRCpLoboor9H1kE9ekuWwZyy0+78sN
PkxuuSR2kHUA6jBtfMacuarhjK8/+EIev6r8ovyVoq30nU3SvQKmuqfMYVB2
2b1ksCenYXtKAVxU9hGUbGnWNisFkpBOkdN78uTcQ5XgKSgvjb+J6CxPPiyn
kojNkg76DFfRmGJKMM5PDM2iD8jlYoO6EpOelNGg9HMxJBVnlJICWH8APKKH
RIojdrLR8EgP/Lp651dWHdPtfMKRk8NTrGpwhXK0qEfIOcQtRwSbMA7BYoql
yGexmNYTnMoFwWduGsihBrhBMSMWC47IDeCxZHhIHD2BQJUFm0XmBCOAQSIx
Q8pkGgpX1DcT/PabOHijBKOsv5UtnvMEClBftRIIFgVgjxgAGPMgqXATatuw
GB4bJEPK3C5Y0FZKnaTJ04uXKUbReYK5xN1VpIlp1b4si9UQrtypDSGf9cw3
E33EBXbpAZEaioSqaA1LGAO0Js9tHqdjRqQCjAwTEUip7VpgCCEqCqa2maPF
UtT2oc05P2CBPclv8LAUZzqX8GFCAa4yQWgIaKTC8yAejxH6MhMgX1eK5byh
5EGWtqlsJRx5AGCJM+HFK9ySpDJlgbwiFjRfQbt8Mx09zpIH2YYBqFNTy+rK
a7paod2SURQZ8ZRfVVX1FcDFJmLRttAp9f3R7QpmVOP/ellJIljWiAxXWBYi
CsnqRigO12lWr+ILYMmXfUt1oQAHGXiCSjmp5Aq4k5zH4+EeRz5lWJXHmBOW
foKICVmdpSkLMRAK4onDKLSz+HF7X7nCMZHJUYAzgZ5JUwjAlZAnaS+dPP+Z
K/kWLw+TBNfCLeu4uYy1MOv4+iOoBVmohoNpviGEVmxQKa3vbayWV8TkKTZW
JbasMNeCLachB/sFYzFLWGOtSepHnCQCTPfjBMPGBIrr1NOMRwFScHhBvJMB
T6iWkXa5gbdc+OMouoadMQKGmUMYCH/GtYlWzE614ZFr/F8xBZQLuYBqdQpZ
zPPaig24W5nPmI+FG2fRyqztr+2VDePPMrn9DwPgTLLeisCFHP5/CP6fBIKX
A/rPicFppQJlWxEjM06ndyLeFCnjeHoHFpIZQB5XJOGitjJjwjlEhkGsyb0E
7kuW1NG9uAzw/jcC5/Mo/zup2V/+G99/wZ7YLe8mMOBw8687+G0PEP9dNvsb
u/3fKbec38WPtXtogeBpvE3GCO6Vj2VxhNfxX/m6WA3h4SIoUb8ilxUrjrwK
8RWLNH40qraWnkwy+DtzYP7CbxZsjUHqKfNHuAOjq9vgmYhulWQiQYXuMBr8
BspajYS2v2/YOpHhPa3IwIW/U8q/p0Ax3bJ2q+tZNEjmAHqG4zQqdvFguAQ3
tfejCS685VVBKJBmVTkouLjLHXNvFBHcXy0OFmtMh6HSA88V/1tjnetlu+kW
Z4G6v+/sVle9DRJUHYEq34MqhEiUhNEPqeiW/BhUcl1zL3UD2SqPeklJkowN
BKW7G4ZbFg0guDWlg1VVSpZNojGMFX7M0ToTAXO7UclB/QEez/s7O+DBU6zt
hswDKAzN0qxGNQUVtVHOOEVrsMml6I1yJilGg00dxWyszhXFatSmhGJXXvWK
fRRuNQVbN7nVtBBGjVxNO+fZ74SzEI7Cs2yrj5xlQsd3/vYbnZWJ+5JRBQ8S
AjsIfLa6FMbU2NGg9FnfZvuayPyUy4LD+ioT9zoZ4oj693cZTJ/64R6olYXX
FuE5KFyCpeAq30lfQ/Gsr4CGMBW7zyFI/IjPA6eWAFpwsxcZYO7nlyEFbvMI
r7BNUAxF8P0KYK8J2mFXKNorNhyJDe2cHgcUhBXZoSxsQTsv86ZELjqRk8j4
m7rJtH4F7REAU0iEVg6zaJrjOmbM0i7kIzcI/VEVohEA9gAqMCuUziI8wY/2
2NCo8u5RCJ0OcqiniZNrgC4g3x8dlPstVvfg0eIWJrGRBBApvg9G3v0l8Owr
WUzVTtAkF5R5WtaMFmDRMY3ZGgVcDx+BmwUeULPNQsngeyR4S4AcqQXIr3ES
JTlPrKeW4sU27YfM5YwnDn+DkCGa/iju38tbTso+8x2xK/lnYlcRAq9JUvAe
YIXVTgaMG5E/Um1wfeD7n9hT+Vofqmr5otFqrfGSbaeH2nZpbwQmjtBhtdgB
StzDkyHRGYhwC5LcxzXW8PwpkOQ+Bq7KNTqiheuTGC/Y1Di2wxZhWEope7Q3
7v/8r/+dr3Nql3vi600gFsrPwighQVqUWvKmlFVyL2gOiI676UQwnubzrC4F
g3QK5GB0UkrQmwAiw9ShcrsSVoMO6wJJsl09GMKiJrAV/QH6ddRGHKNyW4Dw
gDG4x+Z9fem/1CNrTABWnkdZkUuBiZWRpbaUSXwsiwsEP+Enk1KAkY8lxigf
cVsukzmQ6D7P0nlOlBDHDpMMrAyO8y7/zPeT0o7GWoodOg2UeQTQV6yDM6Fp
+2comDidVuYP7X0h1yQBSBCLyBx0AfU/23+Dlinuj6Z8PTum/Mhpbez2GA/F
CRhSAJYYVAAcR0eWUlEwLSbnaTFUEBTnArNO5ewZdCCuztMOWJ4UHH06hCIu
+lARqlDsqTiXivi30qteXGP12gTCBXKWl8WWfDEB4ZzvD8KDnou4NJUrmlLS
kqgjH0olmQwPRIApi0kmcZZP6OAMtgkcKxnEs3G6LIkLNc/1PJkIke3E9wrR
JZB8v9qDDJ5IuVH5WZUfUc5PbePWKhmW5oKD/1c5XXGpIAaY/W2rdow1VEjn
WLPzCCjCcYBhLfqz/4jnWG/zpQBmY8pziDDTrl4zhREjRTOl407ESUSly0hb
e/eVzpylfXPEkrO4cZJXra3ydiYR2XXaHCsM0GX8kAAjtkQCi7lvVa6kpttS
jpJYxmbo4QAM+h0/rop7pNDu78TFT1hiC8+M+C71a0MG/qU4QmVDsj+VAIK1
LQXKyve33+QlgKAKs8SoNYKrjA31K6cH/jNtq1poIkHXdcUz0ob9dnnWurhJ
8gjMfZGgqmIjNcuwXHzmelrp0D/UQqBkE0XbcAx4JpSVMO61lgm+3sJGtzpc
YOUsLtQB8hEJIupyyazTHeguELKa2oB5UO3cx+m2frQERuyZQRFHMUfRXvkQ
P46gyj4Wid3xFIE+TvY+KNipOOyhhxA+ysSBRkzdsbR15k/w6DZPeJCOE5EP
nNgW0S86G2DrmUMOttdPOeArH+IoIKWp2IoFPDEUHfwTVXEVZ+3aht8G3Kr/
aht+NxBr7Oz9wd+GvBVKrQnNo7RNCjr3C0ha05ZE5o/XKer6/sK/If+3I/2r
4MD8ou4+/qKqLxLRXiVCAwt0tBfp6K/SQdEAOtrL7TFepUOShYS0+omn8qRY
3WLUAlPSkg/IKEdJON+YH4f3enGxiOPpK+eOMOBJ50vgkgY/6WvAVjLaV59Y
KBYK//V9UhzOe5W9vAOcMe/hK0UO6LULi7s9bimfe6/NQW+c9g7Qy8L3RFCb
oK/7/fwBJmGI6fCn1SYCccwfLUdS+xiKgmk4joeFdOZO/aiK8oCOJBOhWukM
DQEG0LKi4UMvJR+hP5tJB9RIaoJOnDHVX8VSW22nDqXwU/q6OByA4B4mapus
vi2WSc/VBqqY7aprrAsTEajmpvz9nCFBwD8oCXf8K2YsCNzDlxoZpOCr4dQd
5NzX+eCuOnWmdOulkIbYlo55qVxH0nI++QxcWjg9ng4N44Nv3qlHRsqs/ixG
SmVeV2XkmK5PhtVWELEto0ITtBaOII56w+AIcOSK2RvucktwTrgiC8bAZEoL
KXN8rQAuHKGNpgzTgjnw7LVFA5EusUqJsBTYD8KCFF+H9pjsKA12gIWwOiAg
K3ZHjFttaRijYXzk0LX4wbzU2qpXUYNhAMJnYzr8NBd52TlhsD0Zc3VRC+zD
tTY//EJK/fbKEzEYt0Tght7/gw7RjE74FIGfaoQoz22vQm+eWBWVcLYAdiRx
5WO7ciZeJo7JrC2mSsfzDNlpN2L2JeKEgNUEGYH4q7SX34P716j96cD/uWyf
KVOruzwWuCGbiM6AxcXL6o5EpNqC1cvS+3jK1gQB4QNGEvCcTiZ8i48QiSM2
cobjaRp/rwvpiTg5tkLmG0F3ibNN3TVdu6m7lkCdb3I5GAoWz9qIXB3TtJum
qdquqZmWYxqaCyQ76PKjion5xyumMCXi5kbi6/R0Va6maTRV17I0W7M24eXv
PF694hTJ3hBblpaEkNhKrpGEm2hIaahf/Vlxl36fb/SKr8QHrF7daVqwg1c3
+kYrhWteA3F4pcAbj0l9hpqOwlRjxbNO2xvaZq0UwJNE3kDpGWoon86f1jZ3
pcCbznt9lppGUq3/SW3TjHqBl074ewM1k5zcP6ttdr3A9bSfxQvp5C1819Hm
oyc2UWvWC7xn6z5tHvG+4ms5W+/bV6s0N1Fz6gXW21Z7HdNr1Nx6gRfe3oQH
CszH8UvUdLVO7TwZw7x/088malq9wJnYo/vHqOn1AkH5gq+/AMem/VGWlm+a
E+8i2ArwgOeN1Fakd9MbDPgLDN7SNrNe4DSmdz1RLpages4yhoDq1fn2y9Ss
56kFPIGkoha8Rm1lLlDvYm6/AlxE29DCgNq4Ru05H4PAluRkfJjnkvRV+3ar
rKlhtXhEsZo67C+3npRnCSCefUuEU5ygTimcHOGzypbiBRMkNZhlM2UnvFW1
r2zeWAfmXYGzeZf/YXRemnyP+eh8i3F5bp6UrbstPSu92lEsLhLoeAWJC+7y
2Frp+lHq2DN50sIRqC1OJ7lgJu47PWY+g1gsm668LXZXOQq7HZQi2kCziHt7
s4j8szW+8fXVTrtzVbnWzCGhl1UyD4XGWOwLLEVqC4YZFzvk/a+l60FHSYKg
9+dklTatEp9ecQXFePCXlWzdlScQ8V3WtrpfygC6T46u2KXXZy8lqV7yi4cy
dvkW98ksnVISJKUGDMX+KPailfIdJHhIYnkGKFvmm0ur+SJtix+M10P/nrWh
OsxtZQc3nusi+LElRjmbT6f8PIursL29uqC8Ev1HxVAeQjhPCkqlEGrAY0Ab
X/WIubwsg1E1DPmLKX+xyi/4ssnyC75ssvyCb5Gsnmk6dvkFXzZJeZdHQ6Xa
Yovs331x4UrKdxPHD7AtrOIkTcrN5aUwJQPxDZ7XwkliimIPQ2RsvYo/TRsG
SvZO4ihnr4bMKFBAu+D25Y235RxFr7RT28ormi6foPNsd+jEPjn1mkNsitBI
p6QUrH1VOdxLLuWEr+wjl9zQbTb9qu3IfD2xlN68fDFI2gd0lMuv5s35ITts
plRnGNWPGWVcKqS9rtVbS5JNuy/4XKL1TPbyIIxciajeeFm6Yfz0XdbAGDc0
ohhv2F9e7pQRS6Mb2swPZFyyeuf81SyUscniVOfiJA2s5FwwZCs8P+fvDrJd
lpAvnRrJBa3ayMJ32IqzEv/gEZ8bMtVZWsAzB33iPnVgNzsGhJVEFSQNHtMx
pXKRzk+RT25me0t42LXcT17NjGr2URBNPswDui/01FsO8+BiKLQPz4VKpDdA
1A/GpKNSklGaDtgrRKGZ1PAeyERBZ6vCEPIN87S0jxvdy3bzd7zywqTfsynf
ay2W9nelzPvVPCcetGSvt6HDhWjvFoouJQzwqaUc8ePiec4/U2dljJLlCZMz
LdbyH+ZjTJBD8cPcKDyMdpamQ8JWBVjPe3EEF8dVIOApX07upXdgUuj1stUh
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
L9309n04v/0yGvW+tNghxrdX1teeri5aFzfBR/3TAlCGrwa9/mB6124etBiy
OIiOv95OjpM4VW877aA3OPh49Ogvd4wv+seia7K0jCIdfHq8PDn370/tFLDM
XdTvnQ67752ZO52Ffdbw+GYU52P9a+viF0xeeMvIU6IsG/l04fv+zVF4fRFW
UbzLk6MP7yfRlRMxu+and53PR/etnaKp3y6ywp30RWG/9cm6Y5Q+9eP7qG1M
boNPeVgs05vWRPPvs+t8eD253mFIafH54Yt9cqhenO+kanjwaHad5yk9tN2J
9uFu/vClaH7WU3PxeD6fRF0Gpo7Oje7FqTG8ONed0exoenU0zq8W35zr9unX
iR6xbJTmbNB9mOjht+HZh4vT84/t8cPl7cT81j2zABR+uqFCycX7L+b57XS2
A71bipSVtHM7+jK/HFxMGaKJ6kH51Xg8C0HKQfnls8kvwwfj287k+LJlLCOr
O/l64+wY7adBGtx23UsWqt35Mju1RkHi2x+Wy8fWh4frePF4/HR+Oup+uZg5
LGUlDJraFz909OJkUhjDlvnUe/p8enHc+pR88C+yEYv+TPpR8+B2KsnzJCgu
jGj5af7x6OiJS6OttdKH1lVnehnaQXFw/rXfMjtn54MP+pdJ0WNKYt46bS0+
f6kofZp0Yqujtfsf0qOvTFTaWfKhDYLsf+6eHZ5PxofHqn7y8WqWHz4kSfcp
pkLfFq1D9+PBZfZkau2b5NE9jJ78ozP/9szp9IfXbNae7Hw+Pv5wm0YXn1uH
05Ne92JBQmicHeu3O08L0buNYru8Mh+mt8OUCo3vdnpfHm+vd47bF2fDaWR0
Hs5bIzvvLp6+xfFXVmhwkK6FsTGCfXc27Dtfuwmb/zfHk+7Z2bJzm14/6l/P
zhZFS/s6/Xb9IbN7NxFr00l6nl0aJ+OP71vvP+efnrTll9Nv19eXafvbzWCR
M6GLbe1hYCX2zYdvU5/N3NW0o+qtyKipD+Ts9mci0g55my+fFfCyuwn+Jrib
7eaKu2n+e7mbOkWkmZtJLp2tk8uIhXXDednd1OARoPeSu1kWAcdMOK8igWgl
muzqod5xAw4OQ8e11Y7bAvG2LbMDbg74PC7c94O21Wp3eP6RFvpts6O2Q7/p
hk7oNJsd3zeMFjWAPEDGkDIz6DkPkIoJN1DDwTDBofLNVhsgRuUBMq1WZgY9
5wEyX63MDFr1AAPVsIN2k7Wt6ah6iI3SQCXqIQ4VcKLpO4HmaqauBsxgNdFz
c9qm2sY0n2bg+C3LCFW3BQ2zrLYlXOGOqgMwAiaYgdF2NL+ptQyMJdsd3e3Y
TZ91AVxZo+k6jhUCgAow3PyneoAmeYDmn+kBAuaLB+iV98B5jnXnj3iAmHOg
/h4P8JkHhAf4T+voYagv9vQhxghdyttxbcwhcQGFDz3NxhjvkDC9q26mYLje
0MV8D/ArwK3rD9Fb1GKM9plDjEeCVwBYHyjHzjPx5KY3jH6no/cne2g4jz2c
yB7OZA+n8n+khzZQMRoPDAQHuel4qo6h0CE4Thr54DoG1W3bs+GDjj6YM/A0
OZJqQo+8QQ+jreDpOeBimcj5Hjh7AwwAOxG6ZEaMDljPxkitJXlofYvl2GC9
JsVuIwMdc6OPfl3UxNitwQLANtJ3h54te2gm+pPgBMIoQ9Xg4Pd0zDiisPGr
HtoGzv+uzB1Gn2k0fFEGU/ae8ldzF2ylqq0G7lY19s/8BTO6x1/3gT9WNfhI
o+MHYce2m6ofBvhvPT+0LIqJovUc0dU017Io5ru+nOpaFsWc1yrddT011a6K
ylW32mB0oBbX0UMgCxeslu2XRQ2nDSY3DJEPHUtXO0FgmGoQBB0TPrfajl35
/7reNB2wsm2zpfqttqUiFgBzYrsBEGhaRlm0BZDUMX23YzguUDPavupbrUAD
SxXqvtkOq2iLaantn3ef47jbDFXktN8MwzWO+xLHV9dpV5eaqwrs15aby6Kh
IS85v5njYScI/Y5v64GmNptt1w8tw5U4DjXBKKstsEyOGsCQB6YFOAUMbRDa
mhrqVbcAMzR1aJZquq3AbLZUYH273TFszQyaJpjnsqje0VQj7IBdVzWjDZjH
0KF3UD0wAVCFYVXmDySu9TzHQbY15DQwrfMix9eC3itx+2qEnddi91VbWnL8
fnXK4hhXgyMvyjswOn4LZFMFXhmAf22QsUottjuub2ntVoDY1Qe5bKnNFjTZ
BU6FfkuaumazY/qdQPM7RmiAhXEckAkT+gigzAFZsM2qAR0VxryDGRlGaDkt
ve3agO5c1XI0LWwaWtUt6NALMh60Q5yizRAw6oscX1VZFQBm2LeaqS+AYIZ/
K6o1ILzKcRxjSW6kwVbDZtDu6IYZ6i6qFmS4NP91zXJ9zQTE6sD1ltoytQB0
RegDT3FuVJPMsVswYo4Rtsxm09AtgM6qaVt+22oaQVO32lVR3zUtDaaY7rvQ
WhhqpwkOu91pAi5t+bYqTTK/qWo/07e/NX78Q7ZHduLQ9oCt+b+vfmbm/78A
AA==

-->

</rfc>
