<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.4.2 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wiethuechter-drip-registry-epp-00" category="std" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.7.0 -->
  <front>
    <title abbrev="DRIP Registry EPP Interface">DRIP Registry EPP Interface</title>
    <seriesInfo name="Internet-Draft" value="draft-wiethuechter-drip-registry-epp-00"/>
    <author initials="A." surname="Wiethuechter" fullname="Adam Wiethuechter">
      <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="S." surname="Card" fullname="Stuart Card">
      <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>stu.card@axenterprize.com</email>
      </address>
    </author>
    <author initials="R." surname="Moskowitz" fullname="Robert Moskowitz">
      <organization>HTT Consulting</organization>
      <address>
        <postal>
          <street/>
          <city>Oak Park</city>
          <region>MI</region>
          <code>48237</code>
          <country>USA</country>
        </postal>
        <email>rgm@labs.htt-consult.com</email>
      </address>
    </author>
    <date year="2022" month="September" day="27"/>
    <area>Internet</area>
    <workgroup>drip Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines extensions to the Extensible Provisioning Protocol (EPP) to support DRIP Entity Tag (DET) and its additional information registration into a DRIP Identity Management Entity (DIME). The Registry is a logically required component of a DIME that handles the various DNS functions for DRIP registration and lookup using DETs.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The Registry is one of the required components in a DIME for it to fulfill the role of registration of DRIP Entity Tags (DETs) of clients. A standardized interface is needed for this to avoid interoperability issues between vendors supporting DRIP and the various logical components of the DIME.</t>
      <t>Per <xref target="drip-detim" format="default"/> the Registry MUST:</t>
      <ul empty="true" spacing="normal">
        <li>provided an interface for interactions with the DPA. This interface MAY use the Extensional Provisioning Protocol (EPP) <xref target="RFC5730" format="default"/>.</li>
      </ul>
      <t>This document is the definition of this interface and its behavior; specifically between the Registry and a DPA.</t>
    </section>
    <section anchor="terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <section anchor="required-terminology" numbered="true" toc="default">
        <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" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
    </section>
    <section anchor="command-mappings" numbered="true" toc="default">
      <name>Command Mappings</name>
      <section anchor="common-attributes" numbered="true" toc="default">
        <name>Common Attributes</name>
        <t>There are a number of common attributes between the various EPP commands under DRIP that has specific encoding rules.</t>
        <ul spacing="normal">
          <li>The <tt>hi</tt> attribute is a Base64 encoding of the Host Identity.</li>
          <li>The <tt>det</tt> attribute is a string from of the DET.</li>
        </ul>
      </section>
      <section anchor="query-commands" numbered="true" toc="default">
        <name>Query Commands</name>
        <section anchor="epp-query-check" numbered="true" toc="default">
          <name>&lt;check&gt; Command</name>
          <section anchor="epp-check-registry" numbered="true" toc="default">
            <name>Registry</name>
          </section>
          <section anchor="epp-check-operator" numbered="true" toc="default">
            <name>Operator</name>
          </section>
          <section anchor="epp-check-serial" numbered="true" toc="default">
            <name>Aircraft Serial Number</name>
          </section>
          <section anchor="epp-check-session" numbered="true" toc="default">
            <name>Aircraft Session ID</name>
          </section>
        </section>
        <section anchor="epp-query-info" numbered="true" toc="default">
          <name>&lt;info&gt; Command</name>
          <section anchor="epp-info-registry" numbered="true" toc="default">
            <name>Registry</name>
          </section>
          <section anchor="epp-info-operator" numbered="true" toc="default">
            <name>Operator</name>
          </section>
          <section anchor="epp-info-serial" numbered="true" toc="default">
            <name>Aircraft Serial Number</name>
          </section>
          <section anchor="epp-info-session" numbered="true" toc="default">
            <name>Aircraft Session ID</name>
          </section>
        </section>
        <section anchor="epp-query-transfer" numbered="true" toc="default">
          <name>&lt;transfer&gt; Command</name>
          <t>Transfer semantics do not apply in DRIP, so there is no mapping defined for the EPP &lt;transfer&gt; command.</t>
        </section>
      </section>
      <section anchor="transform-commands" numbered="true" toc="default">
        <name>Transform Commands</name>
        <!-- Author Note (atw): TODO: add DET/HI pairs to examples -->

<section anchor="epp-transform-create" numbered="true" toc="default">
          <name>&lt;create&gt; Command</name>
          <section anchor="epp-create-registry" numbered="true" toc="default">
            <name>Registry</name>
            <t>The <tt>mfrCode</tt> field is only used by an MRA when registering with an IRM and holds the ICAO assigned Manufacturer Code for ANSI CTA2063-A Serial Numbers. It has a max of 4 characters.</t>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension>
  <dripRegistry:dripRegistry xmlns:dripRegistry="urn:ietf:params:xml:ns:dripRegistry-1.0">
    <dripRegistry:det>2001:0030:00a0:0145:a3ad:1952:0ad0:a69e</dripRegistry:det>
    <dripRegistry:hi></dripRegistry:hi>
    <dripRegistry:selfAttestation>Hex of SelfAttestation(Registry)</dripRegistry:selfAttestation>
    <dripRegistry:raa>10</dripRegistry:raa>
    <dripRegistry:hda>20</dripRegistry:hda>
    <dripRegistry:abbreviation>FAA</dripRegistry:abbreviation>
    <dripRegistry:mfrCode>MFR0</dripRegistry:mfrCode>
    <dripRegistry:postalInfo type="int">
      <dripRegistry:name>Federal Aviation Administration</dripRegistry:name>
      <dripRegistry:phys_addr>
        <dripRegistry:street1>Orville Wright Federal Building</dripRegistry:street1>
        <dripRegistry:street2>800 Independence Avenue SW</dripRegistry:street2>
        <dripRegistry:city>Washington</dripRegistry:city>
        <dripRegistry:sp>DC</dripRegistry:sp>
        <dripRegistry:pc>20591</dripRegistry:pc>
        <dripRegistry:cc>US</dripRegistry:cc>
      </dripRegistry:phys_addr>
    </dripRegistry:postalInfo>
    <dripRegistry:voice x="1234">1 (866) 835-5322</dripRegistry:voice>
    <dripRegistry:email>stephen.dickson@faa.gov</dripRegistry:email>
  </dripRegistry:dripRegistry>
</extension>
]]></artwork>
          </section>
          <section anchor="epp-create-operator" numbered="true" toc="default">
            <name>Operator</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension>
  <dripOperator:dripOperator xmlns:dripOperator="urn:ietf:params:xml:ns:dripOperator-1.0">
    <dripOperator:postalInfo type="int">
      <dripOperator:phys_addr>
        <dripOperator:street1>123 Example Dr.</dripOperator:street1>
        <dripOperator:street2>Suite 100</dripOperator:street2>
        <dripOperator:city>Dulles</dripOperator:city>
        <dripOperator:sp>VA</dripOperator:sp>
        <dripOperator:pc>20166-6503</dripOperator:pc>
        <dripOperator:cc>US</dripOperator:cc>
      </dripOperator:phys_addr>
    </dripOperator:postalInfo>
    <dripOperator:part107_acct_name>some_faa_account</dripOperator:part107_acct_name>
    <dripOperator:rec_flyer_id>123456</dripOperator:rec_flyer_id>
    <dripOperator:caaId></dripOperator:caaId>
    <dripOperator:det></dripOperator:det>
    <dripOperator:hi></dripOperator:hi>
    <dripOperator:selfAttestation>Hex of SelfAttestation(Operator)</dripOperator:selfAttestation>
    <dripOperator:attestation>Hex of Attestation(Registry, Operator)</dripOperator:attestation>
  </dripOperator::dripOperator>
</extension>
]]></artwork>
          </section>
          <section anchor="epp-create-sn" numbered="true" toc="default">
            <name>Aircraft Serial Number</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension>
  <dripSerial:dripSerial xmlns:dripSerial="urn:ietf:params:xml:ns:dripSerial-1.0">
    <dripSerial:serial>0000F000000000000000</dripSerial:serial>
    <dripSerial:det></dripSerial:det>
    <dripSerial:hi></dripSerial:hi>
    <dripSerial:selfAttestation>Hex of SelfAttestation(Aircraft)</dripSerial:selfAttestation>
    <dripSerial:broadcastAttestation>Hex of BroadcastAttestation(Registry, Aircraft)</dripSerial:broadcastAttestation>
    <dripSerial:manufacturer>Drones R Us</dripSerial:manufacturer>
    <dripSerial:make>Fast Drone</dripSerial:make>
    <dripSerial:model>9000</dripSerial:model>
    <dripSerial:color>White</dripSerial:color>
    <dripSerial:material>Plastic</dripSerial:material>
    <dripSerial:weight>12.0</dripSerial:weight>
    <dripSerial:length>5.0</dripSerial:length>
    <dripSerial:width>4.0</dripSerial:width>
    <dripSerial:height>3.0</dripSerial:height>
    <dripSerial:numRotors>4</dripSerial:numRotors>
    <dripSerial:propLength>2.0</dripSerial:propLength>
    <dripSerial:batteryCapacity>5000</dripSerial:batterCapacity>
    <dripSerial:batteryVoltage>12</dripSerial:batteryVoltage>
    <dripSerial:batteryWeight>5.2</dripSerial:batteryWeight>
    <dripSerial:batteryChemistry>Lithium-Ion</dripSerial:batteryChemistry>
    <dripSerial:takeOffWeight>15</dripSerial:takeOffWeight>
    <dripSerial:maxTakeOffWeight>25</dripSerial:maxTakeOffWeight>
    <dripSerial:maxPayloadWeight>10</dripSerial:maxPayloadWeight>
    <dripSerial:maxFlightTime>15</dripSerial:maxFlightTime>
    <dripSerial:minOperatingTemp>35</dripSerial:minOperatingTemp>
    <dripSerial:maxOperatingTemp>90</dripSerial:maxOperatingTemp>
    <dripSerial:ipRating>55</dripSerial:ipRating>
  </dripSerial:dripSerial>
</extension>
]]></artwork>
          </section>
          <section anchor="epp-create-session" numbered="true" toc="default">
            <name>Aircraft Session ID</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<extension>
  <dripSession:dripSession xmlns:dripSession="urn:ietf:params:xml:ns:dripSession-1.0">
    <dripSession:serial>0000F000000000000000</dripSession:serial>
    <dripSession:uasId></dripSession:uasId>
    <dripSession:sessionHi></dripSession:sessionHi>
    <dripSession:broadcastAttestation>Hex of BroadcastAttestation(Registry, Aircraft)</dripSession:broadcastAttestation>
    <dripSession:attestationCertificate>Hex of AttestationCertificate(Registry, Operator, Aircraft)</dripSession:attestationCertificate>
    <dripSession:operationalIntent></dripSession:operationalIntent>
    <dripSession:operationalIntentSrc>uss.example.com</dripSession:operationalIntentSrc>
    <dripSession:operatorId>NOP123456</dripSession:operatorId>
    <dripSession:operatorDet></dripSession:operatorDet>
    <dripSession:attestation>Hex of Attestation(Operator, Aircraft)</dripSession:attestation>
    <dripSession:mutualAttestation>Hex of MutualAttestation(Registry, Operator)</dripSession:mutualAttestation>
    <dripSession:fa3>N1232456</dripSession:fa3>
    <dripSession:sessionStart>2022-04-09T15:43:13Z</dripSession:sessionStart>
    <dripSession:sessionEnd>2022-04-09T20:43:13Z</dripSession:sessionEnd>
  </dripSession:dripSession>
</extension>
]]></artwork>
          </section>
        </section>
        <section anchor="epp-transform-delete" numbered="true" toc="default">
          <name>&lt;delete&gt; Command</name>
          <section anchor="epp-delete-registry" numbered="true" toc="default">
            <name>Registry</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <delete>
      <dripRegistry:delete xmlns:dripRegistry="urn:ietf:params:xml:ns:dripRegistry-1.0">
        <dripRegistry:det>2001:0030:00a0:0145:a3ad:1952:0ad0:a69e</dripRegistry:det>
      </dripRegistry:delete>
    </delete>
    <clTRID>DEL-REGIS</clTRID>
  </command>
</epp>
]]></artwork>
          </section>
          <section anchor="epp-delete-operator" numbered="true" toc="default">
            <name>Operator</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <delete>
      <dripOperator:delete xmlns:dripOperator="urn:ietf:params:xml:ns:dripOperator-1.0">
        <dripOperator:caaId></dripOperator:caaId>
        <dripOperator:det></dripOperator:det>
      </dripOperator:delete>
    </delete>
    <clTRID>DEL-OPER</clTRID>
  </command>
</epp>
]]></artwork>
          </section>
          <section anchor="epp-delete-serial" numbered="true" toc="default">
            <name>Aircraft Serial Number</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <delete>
      <dripSerial:delete xmlns:dripSerial="urn:ietf:params:xml:ns:dripSerial-1.0">
        <dripSerial:serial>0000F000000000000000</dripSerial:serial>
      </dripSerial:delete>
    </delete>
    <clTRID>DEL-AIRCRFT</clTRID>
  </command>
</epp>
]]></artwork>
          </section>
          <section anchor="epp-delete-session" numbered="true" toc="default">
            <name>Aircraft Session ID</name>
            <t>Example:</t>
            <artwork type="xml" name="" align="left" alt=""><![CDATA[
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
  <command>
    <delete>
      <dripSession:delete xmlns:dripSession="urn:ietf:params:xml:ns:dripSession-1.0">
        <dripSession:uasId></dripSession:uasId>
      </dripSession:delete>
    </delete>
    <clTRID>DEL-SID</clTRID>
  </command>
</epp>
]]></artwork>
          </section>
        </section>
        <section anchor="epp-transform-renew" numbered="true" toc="default">
          <name>&lt;renew&gt; Command</name>
          <t>Renewal semantics do not apply in DRIP, so there is no mapping defined for the EPP &lt;renew&gt; command.</t>
        </section>
        <section anchor="epp-transform-transfer" numbered="true" toc="default">
          <name>&lt;transfer&gt; Command</name>
          <t>Transfer semantics do not apply in DRIP, so there is no mapping defined for the EPP &lt;transfer&gt; command.</t>
        </section>
        <section anchor="epp-transform-update" numbered="true" toc="default">
          <name>&lt;update&gt; Command</name>
          <section anchor="epp-update-registry" numbered="true" toc="default">
            <name>Registry</name>
          </section>
          <section anchor="epp-update-operator" numbered="true" toc="default">
            <name>Operator</name>
          </section>
          <section anchor="epp-update-serial" numbered="true" toc="default">
            <name>Aircraft Serial Number</name>
          </section>
          <section anchor="epp-update-session" numbered="true" toc="default">
            <name>Aircraft Session ID</name>
          </section>
        </section>
      </section>
    </section>
    <section anchor="acknowledgements" numbered="true" toc="default">
      <name>Acknowledgements</name>
      <ul spacing="normal">
        <li>Scott Hollenbeck for his initial guidance with EPP/RDAP</li>
      </ul>
    </section>
    <section anchor="contributors" numbered="true" toc="default">
      <name>Contributors</name>
      <ul spacing="normal">
        <li>Len Bayles for his help in formatting EPP definitions and creating an extension for FRED</li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC9153" target="https://www.rfc-editor.org/info/rfc9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card">
              <organization/>
            </author>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter">
              <organization/>
            </author>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz">
              <organization/>
            </author>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov">
              <organization/>
            </author>
            <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="drip-detim" target="https://www.ietf.org/archive/id/draft-wiethuechter-drip-detim-arch-00.txt">
          <front>
            <title>DRIP Entity Tag (DET) Identity Management Architecture</title>
            <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Stuart W. Card" initials="S. W." surname="Card">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Jim Reid" initials="J." surname="Reid">
              <organization>RTFM llp</organization>
            </author>
            <date day="27" month="September" year="2022"/>
            <abstract>
              <t>   This document describes the high level architecture for the
   registration and discovery of DRIP Entity Tags (DETs) using DNS
   technologies and practices.  Discovery of DETs and their artifacts
   are through the existing DNS structure and methods by using FQDNs.  A
   general overview of the interfaces required between components is
   described in this document with supporting documents giving technical
   specifications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-wiethuechter-drip-detim-arch-00"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <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>
        <name>Informative References</name>
        <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">
              <organization/>
            </author>
            <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>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
uNVMTmaTcX6B9AYHdzv/AdPJfi0UMAAA

-->

</rfc>
