<?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-ietf-drip-auth-47" 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 Auth Formats">DRIP Entity Tag Authentication Formats &amp; Protocols for Broadcast Remote ID</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-drip-auth-47"/>
    <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="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="2024" month="February" day="11"/>
    <area>Internet</area>
    <workgroup>DRIP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <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 recent detached messages were signed by the registered owner of the DRIP Entity Tag (DET) claimed.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The initial regulations (e.g., <xref target="FAA-14CFR" format="default"/>) and standards (e.g., <xref target="F3411" format="default"/>) for Unmanned Aircraft (UA) Systems (UAS) Remote Identification and tracking (RID) do not address trust. However, this is a requirement that needs to be addressed for various different parties that have a stake in the safe operation of National Airspace Systems (NAS). Drone Remote ID Protocol's (DRIP's) goal is to specify how RID can be made trustworthy and available in both Internet and local-only connected scenarios, especially in emergency situations.</t>
      <t>UAS often operate in a volatile environment. Small UA offer little capacity for computation and communication. UAS RID must also be accessible with ubiquitous and inexpensive devices without modification. This limits options. Most current small UAS are IoT devices even if not typically thought of as such. Thus many IoT considerations apply here. Some DRIP work, currently strongly scoped to UAS RID, is likely to be applicable to some other IoT use-cases.</t>
      <t>Generally, two communication schemes for UAS RID are considered: Broadcast and Network. This document focuses on adding trust to Broadcast RID (Section 3.2 of <xref target="RFC9153" format="default"/> and Section 1.2.2 of <xref target="RFC9434" format="default"/>). As defined in <xref target="F3411" format="default"/> and outlined in <xref target="RFC9153" format="default"/> and <xref target="RFC9434" format="default"/>, Broadcast RID is a one-way RF transmission of MAC layer messages over Bluetooth or Wi-Fi.</t>
      <t>Senders can make any claims the RID message formats allow. Observers have no standardized means to assess the trustworthiness of message content, nor verify whether the messages were sent by the UA identified therein, nor confirm that the UA identified therein is the one they are visually observing. Indeed, Observers have no way to detect whether the messages were sent by a UA, or spoofed by some other transmitter (e.g., a laptop or smartphone) anywhere in direct wireless broadcast range. Authentication is the primary strategy for mitigating this issue.</t>
      <section anchor="drip-entity-tag-det-authentication-goals-for-broadcast-rid" numbered="true" toc="default">
        <name>DRIP Entity Tag (DET) Authentication Goals for Broadcast RID</name>
        <t>ASTM <xref target="F3411" format="default"/> Authentication Messages (Message Type 0x2), when used with DRIP Entity Tag (DET) <xref target="RFC9374" format="default"/> based formats, enable a high level of trust that the content of other ASTM Messages was generated by their claimed registered source. These messages are designed to provide the Observers with trustworthy and immediately actionable information. <xref target="auth-state-diagrams" format="default"/> provides a high-level overview of the various states of trustworthiness that may be used along with these formats.</t>
        <t>This authentication approach also provides some error correction (<xref target="fec-details" format="default"/>) as mandated by the United States (US) Federal Aviation Administration (FAA) <xref target="FAA-14CFR" format="default"/>, which is missing from <xref target="F3411" format="default"/> over Legacy Transports (Bluetooth 4.x).</t>
        <t>These DRIP enhancements to ASTM's <xref target="F3411" format="default"/> further support the important use case of Observers who may be offline at the time of observation.</t>
        <t>A summary of DRIP requirements <xref target="RFC9153" format="default"/> addressed herein is provided in <xref target="req-sum" format="default"/>.</t>
        <ul empty="true" spacing="normal">
          <li>Note: The Endorsement (used in <xref target="drip-link" format="default"/>) that proves that a DET is registered MUST come from its immediate parent in the registration hierarchy, e.g., a DRIP Identity Management Entity (DIME) <xref target="drip-registries" format="default"/>. In the definitive hierarchy, the parent of the UA is its HHIT Domain Authority (HDA), the parent of an HDA is its Registered Assigning Authority (RAA), etc. It is also assumed that all DRIP-aware entities use a DET as their identifier during interactions with other DRIP-aware entities.</li>
        </ul>
      </section>
    </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 anchor="definitions" numbered="true" toc="default">
        <name>Definitions</name>
        <t>This document makes use of the terms (CAA, Observer, USS, UTM, etc.) defined in <xref target="RFC9153" format="default"/>. Other terms (such as DIME) are from <xref target="RFC9434" format="default"/>, while others (HI, DET, RAA, HDA, etc.) are from <xref target="RFC9374" format="default"/>.</t>
        <t>In addition, the following terms are defined for this document:</t>
        <t>Extended Transports:</t>
        <ul empty="true" spacing="normal">
          <li>Use of extended advertisements (Bluetooth 5.x), service info (Wi-Fi Neighbor Awareness Networking (NAN)), or IEEE 802.11 Beacons with vendor specific information element as specified in <xref target="F3411" format="default"/>. Must use ASTM Message Pack (Message Type 0xF).</li>
        </ul>
        <t>Legacy Transports:</t>
        <ul empty="true" spacing="normal">
          <li>Use of broadcast frames (Bluetooth 4.x) as specified in <xref target="F3411" format="default"/>.</li>
        </ul>
        <t>Manifest:</t>
        <ul empty="true" spacing="normal">
          <li>an immutable list of items being transported (in this specific case over wireless communication).</li>
        </ul>
      </section>
    </section>
    <section anchor="uas-rid-authentication-background-procedures" numbered="true" toc="default">
      <name>UAS RID Authentication Background &amp; Procedures</name>
      <section anchor="protocol-desc" numbered="true" toc="default">
        <name>DRIP Authentication Protocol Description</name>
        <t><xref target="F3411" format="default"/> defines Authentication Message framing only. It does not define authentication formats or methods. It explicitly anticipates several signature options but does not fully define those. Annex A1 of <xref target="F3411" format="default"/> defines a Broadcast Authentication Verifier Service, which has a heavy reliance on Observer real-time connectivity to the Internet. Fortunately, <xref target="F3411" format="default"/> also allows third party standard Authentication Types using Type 5 Specific Authentication Method (SAM), several of which DRIP defines herein.</t>
        <t>The standardization of specific formats to support the DRIP requirements in UAS RID for trustworthy communications over Broadcast RID is an important part of the chain of trust for a UAS ID. Per Section 5 of <xref target="RFC9434" format="default"/>, Authentication formats are needed to relay information for Observers to determine trust. No existing formats (defined in <xref target="F3411" format="default"/> or other organizations leveraging this feature) provide the functionality to satisfy this goal resulting in the work reflected in this document.</t>
        <section anchor="auth-dns" numbered="true" toc="default">
          <name>Usage of DNS</name>
          <t>Like most aviation matters, the overall objectives here are security and ultimately safety oriented. Since DRIP depends on DNS for some of its functions, DRIP usage of DNS needs to be protected as per best security practices. Many participating nodes will have limited local processing power and/or poor, low bandwidth QoS paths. Appropriate and feasible security techniques will be highly UAS and Observer situation dependent. Therefore specification of particular DNS security options, transports, etc. is outside the scope of this document (see also <xref target="dns-security" format="default"/>).</t>
          <t>In DRIP Observers MUST validate all signatures received. This requires the Host Identity (HI) corresponding to a DET <xref target="RFC9374" format="default"/>. HI's MAY be retrieved from a local cache, if present. The local cache is pre-configured with well knowns HIs (such as those of CAA DIMEs) and further populated by received Broadcast Endorsements (<xref target="dime-attestation" format="default"/>) and DNS lookups (when available).</t>
          <t>The Observer MUST perform a DNS query, when connectivity allows, to obtain an HI not previously known. If a query can not be performed, the message SHOULD be cached by the Observer to be validated once the HI is obtained.</t>
          <t>A more comprehensive specification of DRIP's use of DNS is out of scope for this document and can be found in <xref target="drip-registries" format="default"/>.</t>
        </section>
        <section anchor="rid-trust" numbered="true" toc="default">
          <name>Providing UAS RID Trust</name>
          <t>For DRIP, two actions together provide a mechanism for an Observer to trust in UAS RID using Authentication Messages.</t>
          <t>First is the transmission of an entire trust chain via Broadcast Endorsements (<xref target="dime-attestation" format="default"/>). This provides a hierarchy of DIMEs down to and including an individual UA's registration of a claimed DET and corresponding HI (public key). This alone cannot be trusted as having any relevance to the observed UA because replay attacks are trivial.</t>
          <t>After an Observer has gathered such a complete key trust chain (from pre-configured cache entries, Broadcast Endorsements received over the air and/or DNS lookups) and verified all of its links, that device can trust that claimed DET and corresponding public key are properly registered, but the UA has not yet been proven to possess the corresponding private key.</t>
          <t>It is necessary for the UA to prove possession by dynamically signing data that is unique and unpredictable but easily verified by the Observer (<xref target="ua-attestation" format="default"/>). Verification of this signed data MUST be performed by the Observer as part of the received UAS RID information trust assessment (<xref target="trust-assessment" format="default"/>).</t>
          <section anchor="dime-attestation" numbered="true" toc="default">
            <name>DIME Endorsements of Subordinate DETs</name>
            <t>Observers receive DRIP Link Authentication Messages (<xref target="drip-link" format="default"/>) containing Broadcast Endorsements by DIMEs of child DET registrations. A series of these Endorsements confirms a path through the hierarchy, defined in <xref target="drip-registries" format="default"/>, from the DET Prefix Owner all the way to an individual UA DET registration.</t>
            <ul empty="true" spacing="normal">
              <li>Note: For the remainder of this document <tt>Broadcast Endorsement: Parent, Child</tt> will be abbreviated to <tt>BE: Parent, Child</tt>. For example <tt>Broadcast Endorsement: RAA, HDA</tt> will be abbreviated to <tt>BE: RAA, HDA</tt>.</li>
            </ul>
          </section>
          <section anchor="ua-attestation" numbered="true" toc="default">
            <name>UA Signed Evidence</name>
            <t>To prove possession of the private key associated to the DET, the UA MUST send data that is unique and unpredictable but easily verified by the Observer, that is signed over. The data can be an ASTM Message that fulfills the requirements to be unpredictable but easily verified. An Observer receives this UA-signed Evidence from DRIP-based Authentication Messages (<xref target="drip-wrapper" format="default"/> or <xref target="drip-manifest" format="default"/>).</t>
            <t>Whether the content is true is a separate question which DRIP cannot address, but validation performed using observable and/or out of band data (<xref target="reqs" format="default"/>) are possible and encouraged.</t>
          </section>
        </section>
      </section>
      <section anchor="auth-message" numbered="true" toc="default">
        <name>ASTM Authentication Message Framing</name>
        <t>The Authentication Message (Message Type 0x2) is unique in the ASTM <xref target="F3411" format="default"/> Broadcast standard as it is the only message that can be larger than the Legacy Transport size. To address this limitation around transport size, it is defined as a set of "pages", each of which fits into a single Legacy Transport frame. For Extended Transports, pages are still used but all are in a single frame.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: Message Pack (Message Type 0xF) is also larger than the Legacy Transport size but is limited for use only on Extended Transports where is can be supported.</li>
        </ul>
        <t>The following sub-sections are a brief overview of the Authentication Message format defined in <xref target="F3411" format="default"/> for better context on how DRIP Authentication fills and uses various fields already defined by ASTM <xref target="F3411" format="default"/>.</t>
        <section anchor="auth-page" numbered="true" toc="default">
          <name>Authentication Page</name>
          <t>This document leverages Authentication Type 0x5, Specific Authentication Method (SAM), as the principal authentication container, defining a set of SAM Types in <xref target="drip-authentication-formats" format="default"/>. Authentication Type is encoded in every Authentication Page in the <tt>Page Header</tt>. The SAM Type is defined as a field in the <tt>Authentication Payload</tt> (see <xref target="sam-data" format="default"/>).</t>
          <figure anchor="astm-auth-page">
            <name>Standard ASTM Authentication Message Page</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                                                               |
|                                                               |
|                     Authentication Payload                    |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>Page Header: (1 octet)</t>
          <ul empty="true" spacing="normal">
            <li>Authentication Type (4 bits) and Page Number (4 bits)</li>
          </ul>
          <t>Authentication Payload: (23 octets per page)</t>
          <ul empty="true" spacing="normal">
            <li>Authentication Payload, including headers. Null padded. See <xref target="auth-payload" format="default"/>.</li>
          </ul>
          <t>The Authentication Message is structured as a set of pages per <xref target="astm-auth-page" format="default"/>. There is a technical maximum of 16 pages (indexed 0 to 15) that can be sent for a single Authentication Message, with each page carrying a maximum 23 octet <tt>Authentication Payload</tt>. See <xref target="drip-restrictions" format="default"/> for more details. Over Legacy Transports, these messages are "fragmented", with each page sent in a separate Legacy Transport frame.</t>
          <t>Either as a single Authentication Message or a set of fragmented Authentication Message Pages, the structure is further wrapped by outer ASTM framing and the specific link framing.</t>
        </section>
        <section anchor="auth-payload" numbered="true" toc="default">
          <name>Authentication Payload Field</name>
          <t><xref target="astm-auth" format="default"/> is the source data view of the data fields found in the Authentication Message as defined by <xref target="F3411" format="default"/>. This data is placed into <xref target="astm-auth-page" format="default"/>'s <tt>Authentication Payload</tt>, spanning multiple <tt>Authentication Pages</tt>.</t>
          <figure anchor="astm-auth">
            <name>ASTM Authentication Message Fields</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                     Authentication Headers                    |
|                               +---------------+---------------+
|                               |                               |
+---------------+---------------+                               |
.                                                               .
.                Authentication Data / Signature                .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|      ADL      |                                               |
+---------------+                                               |
.                                                               .
.                       Additional Data                         .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>Authentication Headers: (6 octets)</t>
          <ul empty="true" spacing="normal">
            <li>As defined in <xref target="F3411" format="default"/>.</li>
          </ul>
          <t>Authentication Data / Signature: (0 to 255 octets)</t>
          <ul empty="true" spacing="normal">
            <li>Opaque authentication data. The length of this payload is known through a field in the <tt>Authentication Headers</tt> (defined in <xref target="F3411" format="default"/>).</li>
          </ul>
          <t>Additional Data Length (ADL): (1 octet - unsigned)</t>
          <ul empty="true" spacing="normal">
            <li>Length in octets of <tt>Additional Data</tt>. The value of <tt>ADL</tt> is calculated as the minimum of <tt>361 - Authentication Data / Signature Length</tt> and <tt>255</tt>. Only present with <tt>Additional Data</tt>.</li>
          </ul>
          <t>Additional Data: (<tt>ADL</tt> octets)</t>
          <ul empty="true" spacing="normal">
            <li>Data that follows the <tt>Authentication Data / Signature</tt> but is not considered part of the <tt>Authentication Data</tt> thus is not covered by a signature. For DRIP, this field is used to carry Forward Error Correction (FEC) generated by transmitters and parsed by receivers as defined in <xref target="fec-details" format="default"/>.</li>
          </ul>
        </section>
        <section anchor="specific-authentication-method-sam" numbered="true" toc="default">
          <name>Specific Authentication Method (SAM)</name>
          <section anchor="sam-data" numbered="true" toc="default">
            <name>SAM Data Format</name>
            <t><xref target="sam-frame" format="default"/> is the general format to hold authentication data when using SAM and is placed inside the <tt>Authentication Data/Signature</tt> field in <xref target="astm-auth" format="default"/>.</t>
            <figure anchor="sam-frame">
              <name>SAM Data Format</name>
              <artwork align="center" name="" type="" alt=""><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|   SAM Type    |                                               |
+---------------+                                               |
.                                                               .
.                     SAM Authentication Data                   .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
            </figure>
            <t>SAM Type: (1 octet)</t>
            <ul empty="true" spacing="normal">
              <li>The following SAM Types are allocated to DRIP:</li>
            </ul>
            <table align="center">
              <name>DRIP SAM Types</name>
              <thead>
                <tr>
                  <th align="left">SAM Type</th>
                  <th align="left">Description</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">0x01</td>
                  <td align="left">DRIP Link (<xref target="drip-link" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x02</td>
                  <td align="left">DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x03</td>
                  <td align="left">DRIP Manifest (<xref target="drip-manifest" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x04</td>
                  <td align="left">DRIP Frame (<xref target="drip-frame" format="default"/>)</td>
                </tr>
              </tbody>
            </table>
            <ul empty="true" spacing="normal">
              <li>Note: ASTM International is the owner of these code points as they are defined in <xref target="F3411" format="default"/>. In accordance with Annex 5 of the ASTM's <xref target="F3411" format="default"/>, the International Civil Aviation Organization (ICAO) has been selected by ASTM as the registrar to manage allocations of these code points. The list of which can be found at <xref target="ASTM-Remote-ID" format="default"/>.</li>
            </ul>
            <t>SAM Authentication Data: (0 to 200 octets)</t>
            <ul empty="true" spacing="normal">
              <li>Contains opaque authentication data formatted as defined by the preceding SAM Type.</li>
            </ul>
          </section>
        </section>
        <section anchor="drip-restrictions" numbered="true" toc="default">
          <name>ASTM Broadcast RID Constraints</name>
          <section anchor="wireless-frame-constraints" numbered="true" toc="default">
            <name>Wireless Frame Constraints</name>
            <t>A UA has the option of broadcasting using Bluetooth (4.x and 5.x), Wi-Fi NAN, or IEEE 802.11 Beacon, see <xref target="reqs" format="default"/>. With Bluetooth, FAA and other Civil Aviation Authorities (CAA) mandate transmitting simultaneously over both 4.x and 5.x. The same application layer information defined in <xref target="F3411" format="default"/> MUST be transmitted over all the physical layer interfaces performing the function of RID. This is because Observer transports may be limited. If an Observer can support multiple transports it should be assumed to use the latest data regardless of the transport received over.</t>
            <t>Bluetooth 4.x presents a payload size challenge in that it can only transmit 25 octets of payload per frame while other transports can support larger payloads per frame. However, the <xref target="F3411" format="default"/> messaging framing dictated by Bluetooth 4.x constraints is inherited by <xref target="F3411" format="default"/> over other media.</t>
            <t>It should be noted that Extended Transports by definition have Error Correction built in, unlike Legacy Transports. For Authentication Messages this means that over Legacy Transport pages could be not received by Observers resulting in incomplete messages during operation, although the use of DRIP FEC (<xref target="fec-details" format="default"/>) reduces the likelihood of this. Authentication Messages sent using Extended Transports do not suffer this issue as the full message (all pages) are sent using a single Message Pack. Furthermore the use of one-way RF broadcasts prohibits the use of any congestion control or loss recovery schemes that require ACKs or NACKs.</t>
          </section>
          <section anchor="paged-authentication-message-constraints" numbered="true" toc="default">
            <name>Paged Authentication Message Constraints</name>
            <t>To keep consistent formatting across the different transports (Legacy and Extended) and their independent restrictions, the authentication data being sent is REQUIRED to fit within the page limit that the most constrained existing transport can support. Under Broadcast RID, the Extended Transport that can hold the least amount of authentication data is Bluetooth 5.x at 9 pages.</t>
            <t>As such DRIP transmitters are REQUIRED to adhere to the following when using the Authentication Message:</t>
            <ol spacing="normal" type="1"><li>
                <tt>Authentication Data / Signature</tt> data MUST fit in the first 9 pages (Page Numbers 0 through 8).</li>
              <li>The <tt>Length</tt> field in the <tt>Authentication Headers</tt> (which encodes the length in octets of <tt>Authentication Data / Signature</tt> only) MUST NOT exceed the value of 201. This includes the SAM Type but excludes <tt>Additional Data</tt>.</li>
            </ol>
          </section>
          <section anchor="astm-timestamps" numbered="true" toc="default">
            <name>Timestamps</name>
            <t>In ASTM <xref target="F3411" format="default"/> timestamps are a Unix-style timestamp with an epoch of <tt>2019-01-01 00:00:00 UTC</tt>. For DRIP this format is adopted for Authentication to keep a common time format in Broadcast payloads.</t>
            <t>Under DRIP there are two timestamps defined <tt>Valid Not Before (VNB)</tt> and <tt>Valid Not After (VNA)</tt>.</t>
            <t>Valid Not Before (VNB) Timestamp: (4 octets)</t>
            <ul empty="true" spacing="normal">
              <li>Timestamp denoting recommended time to start trusting data in. MUST follow the format defined in <xref target="F3411" format="default"/> as described above. MUST be set no earlier than the time the signature (across a given structure) is generated.</li>
            </ul>
            <t>Valid Not After (VNA) Timestamp: (4 octets)</t>
            <ul empty="true" spacing="normal">
              <li>Timestamp denoting recommended time to stop trusting data. MUST follow the format defined in <xref target="F3411" format="default"/> as described above. Has an additional offset to push a short time into the future (relative to <tt>VNB</tt>) to avoid replay attacks. The exact offset is not defined in this document. Best practice identifying an acceptable offset should be used taking into consideration the UA environment, and propagation characteristics of the messages being sent, and clock differences between the UA and Observers. A reasonable time would be to set <tt>VNA</tt> 2 minutes after <tt>VNB</tt>.</li>
            </ul>
          </section>
        </section>
      </section>
    </section>
    <section anchor="drip-authentication-formats" numbered="true" toc="default">
      <name>DRIP Authentication Formats</name>
      <t>All formats defined in this section are the content of the <tt>Authentication Data / Signature</tt> field in <xref target="astm-auth" format="default"/> and use the Specific Authentication Method (SAM, Authentication Type 0x5). The first octet of the <tt>Authentication Data / Signature</tt> of <xref target="astm-auth" format="default"/> is used to multiplex among these various formats.</t>
      <t>When sending data over a medium that does not have underlying FEC, for example Legacy Transports, then <xref target="fec-details" format="default"/> MUST be used.</t>
      <t>Examples of Link, Wrapper and Manifest are shown as part of an operational schedule in <xref target="raw-example" format="default"/>.</t>
      <section anchor="bas" numbered="true" toc="default">
        <name>UA Signed Evidence Structure</name>
        <t>The <tt>UA Signed Evidence Structure</tt> (<xref target="drip-data" format="default"/>) is used by the UA during flight to sign over information elements using the private key associated with the current UA DET. It is encapsulated by the <tt>SAM Authentication Data</tt> field of <xref target="sam-frame" format="default"/>.</t>
        <t>This structure is used by the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest <xref target="drip-manifest" format="default"/>, and Frame (<xref target="drip-frame" format="default"/>). DRIP Link (<xref target="drip-link" format="default"/>) MUST NOT use it as it will not fit in the ASTM Authentication Message with its intended content (i.e., a Broadcast Endorsement).</t>
        <figure anchor="drip-data">
          <name>Endorsement Structure for UA Signed Evidence</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                      VNB Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                      VNA Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                            Evidence                           .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>Valid Not Before (VNB) Timestamp by UA: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by the UA.</li>
        </ul>
        <t>Valid Not After (VNA) Timestamp by UA: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by the UA.</li>
        </ul>
        <t>Evidence: (0 to 112 octets)</t>
        <ul empty="true" spacing="normal">
          <li>The <tt>evidence</tt> section MUST be filled in with data in the form of an opaque object specified in the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest (<xref target="drip-manifest" format="default"/>), or Frame (<xref target="drip-frame" format="default"/>).</li>
        </ul>
        <t>UA DRIP Entity Tag: (16 octets)</t>
        <ul empty="true" spacing="normal">
          <li>This is the current DET <xref target="RFC9374" format="default"/> being used by the UA assumed to be a Specific Session ID (a type of UAS ID).</li>
        </ul>
        <t>UA Signature: (64 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Signature over concatenation of preceding fields (<tt>VNB</tt>, <tt>VNA</tt>, <tt>Evidence</tt>, and <tt>UA DET</tt>) using the keypair of the UA DET. The signature algorithm is specified by the HHIT Suite ID of the DET.</li>
        </ul>
        <t>When using this structure, the UA is minimally self-endorsing its DET. The HI of the UA DET can be looked up by mechanisms described in <xref target="drip-registries" format="default"/> or by extracting it from a Broadcast Endorsement (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>).</t>
      </section>
      <section anchor="drip-link" numbered="true" toc="default">
        <name>DRIP Link</name>
        <t>This SAM Type is used to transmit Broadcast Endorsements. For example, the <tt>BE: HDA, UA</tt> is sent (see <xref target="drip-recommendations" format="default"/>) as a DRIP Link message.</t>
        <t>DRIP Link is important as its contents are used to provide trust in the DET/HI pair that the UA is currently broadcasting. This message does not require Internet connectivity to perform signature verification of the contents when the DIME DET/HI is in the Observer's cache. It also provides the UA HI, when it is filled with a <tt>BE: HDA, UA</tt>, so that connectivity is not required when performing signature verification of other DRIP Authentication Messages.</t>
        <t>Various Broadcast Endorsements are sent during operation to ensure that the full Broadcast Endorsement chain is available offline. See <xref target="drip-recommendations" format="default"/> for further details.</t>
        <figure anchor="link-fig">
          <name>Broadcast Endorsement / DRIP Link</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                    VNB Timestamp by Parent                    |
+---------------+---------------+---------------+---------------+
|                    VNA Timestamp by Parent                    |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              DET                              |
|                            of Child                           |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                           HI of Child                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              DET                              |
|                           of Parent                           |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                     Signature by Parent                       |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>VNB Timestamp by Parent: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by Parent Entity.</li>
        </ul>
        <t>VNA Timestamp by Parent: (4 octets)</t>
        <ul empty="true" spacing="normal">
          <li>See <xref target="astm-timestamps" format="default"/>. Set by Parent Entity.</li>
        </ul>
        <t>DET of Child: (16 octets)</t>
        <ul empty="true" spacing="normal">
          <li>DRIP Entity Tag of Child Entity.</li>
        </ul>
        <t>HI of Child: (32 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Host Identity of Child Entity.</li>
        </ul>
        <t>DET of Parent: (16 octets)</t>
        <ul empty="true" spacing="normal">
          <li>DRIP Entity Tag of Parent Entity in DIME Hierarchy.</li>
        </ul>
        <t>Signature by Parent: (64 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Signature over concatenation of preceding fields (<tt>VNB</tt>, <tt>VNA</tt>, <tt>DET of Child</tt>, <tt>HI of Child</tt>, and <tt>DET of Parent</tt>) using the keypair of the Parent DET.</li>
        </ul>
        <t>This DRIP Authentication Message is used in conjunction with other DRIP SAM Types (such as the Manifest or the Wrapper) that contain data (e.g., the ASTM Location/Vector Message, Message Type 0x2) that is guaranteed to be unique, unpredictable, and easily cross-checked by the receiving device.</t>
        <t>A hash of the final link (<tt>BE: HDA on UA</tt>) in the Broadcast Endorsement chain MUST be included in each DRIP Manifest <xref target="drip-manifest" format="default"/>.</t>
      </section>
      <section anchor="drip-wrapper" numbered="true" toc="default">
        <name>DRIP Wrapper</name>
        <t>This SAM Type is used to wrap and sign over a list of other <xref target="F3411" format="default"/> Broadcast RID messages.</t>
        <t>The <tt>evidence</tt> section of the <tt>UA Signed Evidence Structure</tt> (<xref target="bas" format="default"/>) is populated with up to four ASTM <xref target="F3411" format="default"/> Messages in a contiguous octet sequence. Only ASTM Message Types 0x0, 0x1, 0x3, 0x4, and 0x5 are allowed and must be in Message Type order as defined by <xref target="F3411" format="default"/>. These messages MUST include the Message Type and Protocol Version octet and MUST NOT include the Message Counter octet (thus are fixed at 25 octets in length).</t>
        <section anchor="wrapped-count-format-validation" numbered="true" toc="default">
          <name>Wrapped Count &amp; Format Validation</name>
          <t>When decoding a DRIP Wrapper on a receiver, a calculation of the number of messages wrapped and a validation MUST be performed by using the number of octets (defined as <tt>wrapperLength</tt>) between the <tt>VNA Timestamp by UA</tt> and the <tt>UA DET</tt> as shown in <xref target="wrapper-check" format="default"/>.</t>
          <figure anchor="wrapper-check">
            <name>Pseudo-code for Wrapper validation and number of messages calculation</name>
            <sourcecode name="" type="" markers="true"><![CDATA[

if (wrapperLength MOD 25) != 0 {
  return DECODE_FAILURE;
}
wrappedCount = wrapperLength / 25;
if (wrappedCount == 0) {
  // DECODE_SUCCESS; treat as DRIP Wrapper over extended transport
}
else if (wrappedCount > 4) {
  return DECODE_FAILURE;
} else {
  // DECODE_SUCCESS; treat as standard DRIP Wrapper
}

]]></sourcecode>
          </figure>
        </section>
        <section anchor="extended-wrapper" numbered="true" toc="default">
          <name>Wrapper over Extended Transports</name>
          <t>When using Extended Transports an optimization can be made to DRIP Wrapper to sign over co-located data in an ASTM Message Pack (Message Type 0xF).</t>
          <t>To perform this optimization the <tt>UA Signed Evidence Structure</tt> is filled with the ASTM Messages to be in the ASTM Message Pack, the signature is generated, then the <tt>evidence</tt> field is cleared leaving the encoded form shown in <xref target="set-sig" format="default"/>.</t>
          <figure anchor="set-sig">
            <name>DRIP Wrapper over Extended Transports</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                      VNB Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                      VNA Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>To verify the signature, the receiver MUST concatenate all the messages in the Message Pack (excluding Authentication Message found in the same Message Pack) in ASTM Message Type order and set the <tt>evidence</tt> section of the <tt>UA Signed Evidence Structure</tt> before performing signature verification.</t>
          <t>The functionality of a Wrapper in this form is equivalent to Message Set Signature (Authentication Type 0x3) when running over Extended Transports. What the Wrapper provides is the same format but over both Extended and Legacy Transports allowing the transports to be similar. Message Set Signature also implies using the ASTM validator system architecture which depends on Internet connectivity for verification which the receiver may not have at the time of receipt of an Authentication Message. This is something the Wrapper, and all DRIP Authentication Formats, avoid when the UA key is obtained via a DRIP Link Authentication Message.</t>
        </section>
        <section anchor="wrapper-limitations" numbered="true" toc="default">
          <name>Wrapper Limitations</name>
          <t>The primary limitation of the Wrapper is the bounding of up to 4 ASTM Messages that can be sent within it. Another limitation is that the format cannot be used as a surrogate for messages it is wrapping due to the potential that an Observer on the ground does not support DRIP. Thus, when a Wrapper is being used, the wrapped data must effectively be sent twice, once as a single framed message (as specified in <xref target="F3411" format="default"/>) and then again within the Wrapper.</t>
        </section>
      </section>
      <section anchor="drip-manifest" numbered="true" toc="default">
        <name>DRIP Manifest</name>
        <t>This SAM Type is used to create message manifests that contain hashes of previously sent ASTM Messages.</t>
        <t>By hashing previously sent messages and signing them, we gain trust in a UA's previous reports without re-transmitting them. This is a way to evade the limitation of a maximum of 4 messages in the Wrapper (<xref target="wrapper-limitations" format="default"/>) and greatly reduce overhead.</t>
        <t>Observers MUST hash all received ASTM Messages and cross-check them against hashes in received Manifests.</t>
        <t>Judicious use of a Manifest enables an entire Broadcast RID message stream to be strongly authenticated with less than 100% overhead relative to a completely unauthenticated message stream (see <xref target="drip-recommendations" format="default"/> and <xref target="operational-proof" format="default"/>).</t>
        <t>The <tt>evidence</tt> section of the <tt>UA Signed Evidence Structure</tt> (<xref target="bas" format="default"/>) is populated with 8-octet hashes of <xref target="F3411" format="default"/> Broadcast RID messages (up to 11) and three special hashes (<xref target="block-hashes" format="default"/>). All these hashes MUST be concatenated to form a contiguous octet sequence in the <tt>evidence</tt> section. It is RECOMMENDED the max number of ASTM Message Hashes be used is 10 (see <xref target="eleven-astm-messages" format="default"/>).</t>
        <t>The <tt>Previous Manifest Hash</tt>, <tt>Current Manifest Hash</tt>, and <tt>DRIP Link (BE: HDA, UA) Hash</tt> MUST always come before the <tt>ASTM Message Hashes</tt> as seen in <xref target="manifest-fig" format="default"/>.</t>
        <t>An Observer MUST use the Manifest to verify each ASTM Message hashed therein that it has previously received. It can do this without having received them all. A Manifest SHOULD typically encompass a single transmission cycle of messages being sent, see <xref target="operational-recommendations" format="default"/> and <xref target="operational-proof" format="default"/>.</t>
        <figure anchor="manifest-fig">
          <name>DRIP Manifest Evidence Structure</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                       Previous Manifest                       |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                       Current Manifest                        |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                      DRIP Link (BE: HDA, UA)                  |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      ASTM Message Hashes                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>Previous Manifest Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the previously sent Manifest Message.</li>
        </ul>
        <t>Current Manifest Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the current Manifest Message.</li>
        </ul>
        <t>DRIP Link (BE: HDA, UA): (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the DRIP Link Authentication Message carrying <tt>BE: HDA, UA</tt> (see <xref target="drip-link" format="default"/>).</li>
        </ul>
        <t>ASTM Message Hash: (8 octets)</t>
        <ul empty="true" spacing="normal">
          <li>Hash of a single full ASTM Message using hash operations described in <xref target="hash-op" format="default"/>.</li>
        </ul>
        <section anchor="hash-count-format-validation" numbered="true" toc="default">
          <name>Hash Count &amp; Format Validation</name>
          <t>When decoding a DRIP Manifest on a receiver, a calculation of the number of hashes and a validation can be performed by using the number of octets (defined as <tt>manifestLength</tt>) between the <tt>UA DET</tt> and the <tt>VNB Timestamp by UA</tt> such as shown in <xref target="manifest-check" format="default"/>.</t>
          <figure anchor="manifest-check">
            <name>Pseudo-code for Manifest Sanity Check and Number of Hashes Calculation</name>
            <sourcecode name="" type="" markers="true"><![CDATA[

if (manifestLength MOD 8) != 0 {
  return DECODE_FAILURE
}
hashCount = (manifestLength / 8) - 3;

]]></sourcecode>
          </figure>
        </section>
        <section anchor="block-hashes" numbered="true" toc="default">
          <name>Manifest Ledger Hashes</name>
          <t>Three special hashes are included in all Manifests. The <tt>Previous Manifest Hash</tt>, links to the previous Manifest, and the <tt>Current Manifest Hash</tt> is of the Manifest in which it appears. These two hashes act as a ledger of provenance to the Manifest that could be traced back if the Observer was present for extended periods of time.</t>
          <t>The <tt>DRIP Link (BE: HDA, UA)</tt> is included so there is a direct signature by the UA over the Broadcast Endorsement (see <xref target="drip-link" format="default"/>).</t>
        </section>
        <section anchor="hash-op" numbered="true" toc="default">
          <name>Hash Algorithms and Operation</name>
          <t>The hash algorithm used for the Manifest is the same hash algorithm used in creation of the DET <xref target="RFC9374" format="default"/> that is signing the Manifest. This is encoded as part of the DET using the HHIT Suite ID.</t>
          <t>DET's using cSHAKE128 <xref target="NIST.SP.800-185" format="default"/> compute the hash as follows:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
cSHAKE128(ASTM Message, 64, "", "Remote ID Auth Hash")
]]></artwork>
          <t>For OGAs other than "5" <xref target="RFC9374" format="default"/>, use the construct appropriate for the associated hash. For example, for "2" which is ECDSA/SHA-384:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Ltrunc( SHA-384( ASTM Message | "Remote ID Auth Hash" ), 8 )
]]></artwork>
          <t>When building the list of hashes, the <tt>Previous Manifest Hash</tt> is known from the previous Manifest. For the first built Manifest this value is filled with a random nonce. The <tt>Current Manifest Hash</tt> is null filled while ASTM Messages are hashed and fill the <tt>ASTM Messages Hashes</tt> section. When all messages are hashed, the <tt>Current Manifest Hash</tt> is computed over the <tt>Previous Manifest Hash</tt>, <tt>Current Manifest Hash</tt> (null filled) and <tt>ASTM Messages Hashes</tt>. This hash value replaces the null filled <tt>Current Manifest Hash</tt> and becomes the <tt>Previous Manifest Hash</tt> for the next Manifest.</t>
          <section anchor="legacy-transport-hashing" numbered="true" toc="default">
            <name>Legacy Transport Hashing</name>
            <t>Under this transport DRIP hashes the full ASTM Message being sent over the Bluetooth Advertising frame. This is the 25-octet object start with the Message Type and Protocol Version octet along with the 24 octets of message data. The hash MUST NOT included the Message Counter octet.</t>
            <t>For paged ASTM Messages (currently only Authentication Messages) all the pages are concatenated together in Page Number order and hashed as one object.</t>
          </section>
          <section anchor="extended-transport-hashing" numbered="true" toc="default">
            <name>Extended Transport Hashing</name>
            <t>Under this transport DRIP hashes the full ASTM Message Pack (Message Type 0xF) regardless of its content. The hash MUST NOT included the Message Counter octet.</t>
          </section>
        </section>
      </section>
      <section anchor="drip-frame" numbered="true" toc="default">
        <name>DRIP Frame</name>
        <t>This SAM Type is defined to enable the use of <xref target="bas" format="default"/> in the future beyond the previously defined formats (Wrapper and Manifest) by the inclusion of a single octet to signal the format of <tt>evidence</tt> data (up to 111 octets).</t>
        <t>The content format of <tt>Frame Evidence Data</tt> is not defined in this document. Other specifications MUST define the contents and register for a <tt>Frame Type</tt>. At the time of publication there are no defined Frame Types other than an Experimental range.</t>
        <t>Observers MUST check the signature of the structure (<xref target="bas" format="default"/>) per <xref target="ua-attestation" format="default"/> and MAY, if the specification of <tt>Frame Type</tt> is known, parse the content in <tt>Frame Evidence Data</tt>.</t>
        <figure anchor="frame-fig">
          <name>DRIP Frame</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Frame Type   |                                               |
+---------------+                                               .
.                      Frame Evidence Data                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>Frame Type: (1 octet)</t>
        <ul empty="true" spacing="normal">
          <li>Byte to sub-type for future different DRIP Frame formats. It takes the first octet in <xref target="frame-fig" format="default"/>, leaving 111 octets available for <tt>Frame Evidence Data</tt>. See <xref target="iana-drip-registry" format="default"/> for Frame Type allocations.</li>
        </ul>
      </section>
    </section>
    <section anchor="fec-details" numbered="true" toc="default">
      <name>Forward Error Correction</name>
      <t>For Broadcast RID, FEC is provided by the lower layers in Extended Transports. The Bluetooth 4.x Legacy Transport does not have supporting FEC, so with DRIP Authentication the following application level scheme is used to add some FEC. When sending data over a medium that does not have underlying FEC, for example Bluetooth 4.x, then this section MUST be used.</t>
      <t>The Bluetooth 4.x lower layers have error detection but not correction. Any frame in which Bluetooth detects an error is dropped and not delivered to higher layers (in our case, DRIP). Thus it can be treated as an erasure.</t>
      <t>DRIP standardizes a single page FEC scheme using XOR parity across all page data of an Authentication Message. This allows the correction of single erased page in an Authentication Message. If more than a single page is missing then handling of an incomplete Authentication Message is determined by higher layers.</t>
      <t>Other FEC schemes, to protect more than a single page of an Authentication Message or multiple <xref target="F3411" format="default"/> Messages, is left for future standardization if operational experience proves it necessary and/or practical.</t>
      <t>The data added during FEC is not included in the <tt>Authentication Data / Signature</tt>, but instead in the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/>. This may cause the Authentication Message to exceed 9-pages, up to a maximum of 16-pages.</t>
      <section anchor="enc-single-page" numbered="true" toc="default">
        <name>Encoding</name>
        <t>When encoding two things are REQUIRED:</t>
        <ol spacing="normal" type="1"><li>The FEC data MUST start on a new Authentication Page. To do this, the results of parity encoding MUST be placed in the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/> with null padding before it to line up with the next page. The <tt>Additional Data Length</tt> field MUST be set to <tt>number of padding octets + number of parity octets</tt>.</li>
          <li>The <tt>Last Page Index</tt> field (in Page 0) MUST be incremented from what it would have been without FEC by the number of pages required for the <tt>Additional Data Length</tt> field, null padding and FEC.</li>
        </ol>
        <t>To generate the parity, a simple XOR operation using the previous parity page and current page is used. Only the 23-octet <tt>Authentication Payload</tt> field of <xref target="astm-auth-page" format="default"/> is used in the XOR operations. For Page 0, a 23-octet null pad is used for the previous parity page.</t>
        <t><xref target="fig-single-fec" format="default"/> shows an example of the last two pages (out of N) of an Authentication Message using DRIP Single Page FEC. The <tt>Additional Data Length</tt> is set to 33 as there are always 23 octets of FEC data and in this example 10 octets of padding to line it up into Page N.</t>
        <figure anchor="fig-single-fec">
          <name>Example Single Page FEC Encoding</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
Page N-1:
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                Authentication Data / Signature                |
|                                                               |
|               +---------------+---------------+---------------+
|               |    ADL=33     |                               |
+---------------+---------------+                               |
|                          Null Padding                         |
|                                                               |
+---------------+---------------+---------------+---------------+

Page N:
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                                                               |
|                     Forward Error Correction                  |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="dec-single-page" numbered="true" toc="default">
        <name>Decoding</name>
        <t>Frame decoding is independent of the transmit media. However the decoding process can determine from the first Authentication page that there may be a Bluetooth 4.x FEC page at the end. The decoding process MUST test for the presence of FEC and apply it as follows.</t>
        <t>To determine if FEC has been used, a check of the <tt>Last Page Index</tt> is performed. In general if the <tt>Last Page Index</tt> field is one greater than that necessary to hold <tt>Length</tt> octets of Authentication Data then FEC has been used. Note that if <tt>Length</tt> octets are exhausted exactly at the end of an Authentication Page, the <tt>Additional Data Length</tt> field will occupy the first octet of the following page. The remainder of this page will be null padded under DRIP to align the FEC to its own page. In this case the <tt>Last Page Index</tt> will have been incremented once for initializing the <tt>Additional Data Length</tt> field and once for FEC page, for a total of two additional pages, as in the last row of <xref target="tbl-page-counts" format="default"/>.</t>
        <t>To decode FEC in DRIP, a rolling XOR is used on each <tt>Authentication Page</tt> received in the current <tt>Authentication Message</tt>. A Message Counter, outside of the ASTM Message but specified in <xref target="F3411" format="default"/>, is used to signal a different <tt>Authentication Message</tt> and to correlate pages to messages. This Message Counter is only single octet in length, so it will roll over (to 0x00) after reaching its maximum value (0xFF). If only a single page is missing in the <tt>Authentication Message</tt> the resulting parity octets should be the data of the erased page.</t>
        <t>Authentication Page 0 contains various important fields, only located on that page, that help decode the full ASTM Authentication Message. If Page 0 has been reconstructed, the <tt>Last Page Index</tt> and <tt>Length</tt> fields MUST be validated by DRIP. The pseudo-code in <xref target="decode-pseudo" format="default"/> can be used for both checks.</t>
        <figure anchor="decode-pseudo">
          <name>Pseudo-code for Decode Checks</name>
          <sourcecode name="" type="" markers="true"><![CDATA[

function decode_check(auth_pages[], decoded_lpi, decoded_length) {
  // check decoded_lpi does not exceed maximum value
  if (decoded_lpi >= 16) {
    return DECODE_FAILURE
  }
  
  // check that decoded length does not exceed DRIP maximum value
  if (decoded_length > 201) {
    return DECODE_FAILURE
  }

  // grab the page at index where length ends and extract its data
  auth_data = auth_pages[(decoded_length - 17) / 23].data
  // find the index of last auth byte
  last_auth_byte = (17 + (23 * last_auth_page)) - decoded_length

  // look for non-nulls after the last auth byte
  if (auth_data[(last_auth_byte + 2):] has non-nulls) {
    return DECODE_FAILURE
  }

  // check that byte directly after last auth byte is null
  if (auth_data[last_auth_byte + 1] equals null) {
    return DECODE_FAILURE
  }

  // we set our presumed Additional Data Length (ADL)
  presumed_adl = auth_data[last_auth_byte + 1]
  // use the presumed ADL to calculate a presumed LPI
  presumed_lpi = (presumed_adl + decoded_length - 17) / 23

  // check that presumed LPI and decoded LPI match
  if (presumed_lpi not equal decoded_lpi) {
    return DECODE_FAILURE
  }
  return DECODE_SUCCESS
}

]]></sourcecode>
        </figure>
      </section>
      <section anchor="fec-limitations" numbered="true" toc="default">
        <name>FEC Limitations</name>
        <t>The worst-case scenario is when the <tt>Authentication Data / Signature</tt> ends perfectly on a page boundary (Page N-1). This means the <tt>Additional Data Length</tt> would start the next page (Page N) and have 22 octets worth of null padding to align the FEC to begin at the start of the next page (Page N+1). In this scenario, an entire page (Page N) is being wasted just to carry the <tt>Additional Data Length</tt>.</t>
      </section>
    </section>
    <section anchor="reqs" numbered="true" toc="default">
      <name>Requirements &amp; Recommendations</name>
      <section anchor="legacy-transports" numbered="true" toc="default">
        <name>Legacy Transports</name>
        <t>Under DRIP, the goal is to attempt to bring reliable receipt of the paged Authentication Message using Legacy Transports. FEC (<xref target="fec-details" format="default"/>) MUST be used, per mandated RID rules (for example the US FAA RID Rule <xref target="FAA-14CFR" format="default"/>), when using Legacy Transports (such as Bluetooth 4.x).</t>
        <t>Under <xref target="F3411" format="default"/>, Authentication Messages are transmitted at the static rate (at least every 3 seconds). Any DRIP Authentication Messages containing dynamic data (such as the DRIP Wrapper) MAY be sent at the dynamic rate (at least every 1 second).</t>
      </section>
      <section anchor="extended-transports" numbered="true" toc="default">
        <name>Extended Transports</name>
        <t>Under the ASTM specification, Extended Transports of RID must use the Message Pack (Message Type 0xF) format for all transmissions. Under Message Pack, ASTM Messages are sent together (in Message Type order) in a single frame (up to 9 single frame equivalent messages under Legacy Transports). Message Packs are required by <xref target="F3411" format="default"/> to be sent at a rate of 1 per second (like dynamic messages).</t>
        <t>Message Packs are sent only over Extended Transports that provide FEC. Thus, the DRIP decoders will never be presented with a Message Pack from which a constituent Authentication Page has been dropped; DRIP FEC could never provide a benefit to a Message Pack, only consume its precious payload space. Therefore, DRIP FEC (<xref target="fec-details" format="default"/>) MUST NOT be used in Message Packs.</t>
      </section>
      <section anchor="drip-recommendations" numbered="true" toc="default">
        <name>Authentication</name>
        <t>To fulfill the requirements in <xref target="RFC9153" format="default"/>, a UA:</t>
        <ol spacing="normal" type="1"><li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>BE: Apex, RAA</tt> (partially satisfying GEN-3); at least once per 5 minutes. Apex in this context is the DET prefix owner</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>BE: RAA, HDA</tt> (partially satisfying GEN-3); at least once per 5 minutes</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>BE: HDA, UA</tt> (satisfying ID-5, GEN-1 and partially satisfying GEN-3); at least once per minute</li>
          <li>MUST: send any other DRIP Authentication Format (non-DRIP Link) where the UA is dynamically signing data that is guaranteed to be unique, unpredictable and easily cross checked by the receiving device (satisfying ID-5, GEN-1 and GEN-2); at least once per 5 seconds</li>
        </ol>
        <t>These four transmission requirements collectively satisfy GEN-3.</t>
      </section>
      <section anchor="operational-recommendations" numbered="true" toc="default">
        <name>Operational</name>
        <t>UAS operation may impact the frequency of sending DRIP Authentication messages. When a UA dwells at an approximate location, and the channel is heavily used by other devices, less frequent message authentication may be effective (to minimize RF packet collisions) for an Observer. Contrast this with a UA transiting an area, where authenticated messages SHOULD be sufficiently frequent for an Observer to have a high probability of receiving an adequate number for validation during the transit.</t>
        <t>A RECOMMENDED operational configuration (in alignment with <xref target="drip-recommendations" format="default"/>) with reasoning can be found in <xref target="operational-proof" format="default"/>. It consists of the following recommendations for every second:</t>
        <ul spacing="normal">
          <li>
            <t>Under Legacy Transport:
            </t>
            <ul spacing="normal">
              <li>Two sets of those ASTM Messages required by a CAA in its jurisdiction (example: Basic ID, Location and System) and one set of other ASTM Messages (example: Self ID, Operator ID)</li>
              <li>An FEC protected DRIP Manifest enabling authentication of those ASTM Messages sent</li>
              <li>A single page of an FEC protected DRIP Link</li>
            </ul>
          </li>
          <li>
            <t>Under Extended Transport:
            </t>
            <ul spacing="normal">
              <li>A Message Pack of ASTM Messages (up to 4) and a DRIP Wrapper (per <xref target="extended-wrapper" format="default"/>)</li>
              <li>A Message Pack of a DRIP Link</li>
            </ul>
          </li>
        </ul>
        <section anchor="wrapper-operations" numbered="true" toc="default">
          <name>DRIP Wrapper</name>
          <t>If DRIP Wrappers are sent, they MUST be sent in addition to any required ASTM Messages in a given jurisdiction. An implementation MUST NOT send DRIP Wrappers in place of any required ASTM Messages it may encapsulate. Thus, messages within a Wrapper are sent twice: once in the clear and once authenticated within the Wrapper.</t>
          <t>The DRIP Wrapper has a specific use case for DRIP aware Observers. For an Observer plotting Location Messages (Message Type 0x2) on a map, display an embedded Location Message in a DRIP Wrapper can be marked differently (e.g., via color) to signify trust in the Location data.</t>
        </section>
        <section anchor="trust-assessment" numbered="true" toc="default">
          <name>UAS RID Trust Assessment</name>
          <t>As described in <xref target="rid-trust" format="default"/>, the Observer MUST perform validation of the data being received in Broadcast RID. This is because trust in a key is different from trust that an observed UA possesses that key.</t>
          <t>A chain of DRIP Links provides trust in a key. A message containing rapidly changing, not predictable far in advance (relative to typical operational flight times) that can be validated by Observers, signed by that key, provides trust that some agent with access to that data also possesses that key. If the validation involves correlating physical world observations of the UA with claims in that data, then the probability is high that the observed UA is (or is collaborating with or observed in real time by) the agent with the key.</t>
          <t>After signature verification of any DRIP Authentication Message containing UAS RID information elements (e.g., DRIP Wrapper <xref target="drip-wrapper" format="default"/>) the Observer MUST use other sources of information to correlate against and perform validation. An example of another source of information is a visual confirmation of the UA position.</t>
          <t>When correlation of these different data streams does not match in acceptable thresholds, the data SHOULD be rejected as if the signature failed to validate. Acceptable thresholds limits and what happens after such a rejection are out of scope for this document.</t>
        </section>
      </section>
    </section>
    <section anchor="req-sum" numbered="true" toc="default">
      <name>Summary of Addressed DRIP Requirements</name>
      <t>The following <xref target="RFC9153" format="default"/> requirements are addressed in this document:</t>
      <t>ID-5: Non-spoofability</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-1: Provable Ownership</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Link (<xref target="drip-link" format="default"/>) and DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-2: Provable Binding</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-3: Provable Registration</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Link (<xref target="drip-link" format="default"/>).</li>
      </ul>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <section anchor="iana-drip-registry" numbered="true" toc="default">
        <name>IANA DRIP Registry</name>
        <t>This document requests two new registries, for DRIP SAM Type and DRIP Frame Type, under the <eref target="https://www.iana.org/assignments/drip/drip.xhtml">DRIP registry group</eref>.</t>
        <dl newline="false" spacing="normal">
          <dt>DRIP SAM Type:</dt>
          <dd>
  This registry is a mirror for SAM Types containing the subset of allocations used by DRIP Authentication Messages. Future additions MUST be done through ASTM's designated registrar which at the time of publication of this RFC is ICAO <xref target="ASTM-Remote-ID" format="default"/>. Additions for DRIP will be coordinated by IANA and the ASTM designated registrar before final publication as Standards Track RFCs. The following values have been allocated to the IETF and are defined here:</dd>
        </dl>
        <table align="center">
          <name>DRIP SAM Types</name>
          <thead>
            <tr>
              <th align="left">SAM Type</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x01</td>
              <td align="left">DRIP Link</td>
              <td align="left">Format to hold Broadcast Endorsements</td>
            </tr>
            <tr>
              <td align="left">0x02</td>
              <td align="left">DRIP Wrapper</td>
              <td align="left">Authenticate full ASTM Messages</td>
            </tr>
            <tr>
              <td align="left">0x03</td>
              <td align="left">DRIP Manifest</td>
              <td align="left">Authenticate hashes of ASTM Messages</td>
            </tr>
            <tr>
              <td align="left">0x04</td>
              <td align="left">DRIP Frame</td>
              <td align="left">Format for future DRIP authentication</td>
            </tr>
          </tbody>
        </table>
        <dl newline="false" spacing="normal">
          <dt>DRIP Frame Type:</dt>
          <dd>
  This 8-bit valued registry is for Frame Types in DRIP Frame Authentication Messages. Future additions to this registry are to be made through Expert Review (Section 4.5 of <xref target="RFC8126" format="default"/>) for the values of 0x01 to 0x9F and First Come, First Served (Section 4.4 of <xref target="RFC8126" format="default"/>) for values 0xA0 to 0xEF. The following values are defined:</dd>
        </dl>
        <table align="center">
          <name>DRIP Frame Types</name>
          <thead>
            <tr>
              <th align="left">Frame Type</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0x00</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved</td>
            </tr>
            <tr>
              <td align="left">0x01 - 0x9F</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved: Expert Review</td>
            </tr>
            <tr>
              <td align="left">0xA0 - 0xEF</td>
              <td align="left">Reserved</td>
              <td align="left">Reserved: First Come, First Served</td>
            </tr>
            <tr>
              <td align="left">0xF0 - 0xFF</td>
              <td align="left">Experimental</td>
              <td align="left">Experimental Use</td>
            </tr>
          </tbody>
        </table>
        <t>Criteria that should be applied by the designated experts includes determining whether the proposed registration duplicates existing functionality and whether the registration description is clear and fits the purpose of this registry.</t>
        <t>Registration requests MUST be sent to <eref target="mailto:drip-reg-review@ietf.org">drip-reg-review@ietf.org</eref> and be evaluated within a three-week review period on the advice of one or more designated experts. Within that review period, the designated experts will either approve or deny the registration request, and communicate their decision to the review list and IANA. Denials should include an explanation and, if applicable, suggestions to successfully register the DRIP Frame Type.</t>
        <t>Registration requests that are undetermined for a period longer than 28 days can be brought to the IESG's attention for resolution.</t>
      </section>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <section anchor="replay-attacks" numbered="true" toc="default">
        <name>Replay Attacks</name>
        <t>DRIP Link messages are static in nature. These DRIP Link messages can easily be replayed by an attacker who has copied them from previous broadcasts.</t>
        <t>If an attacker (who is smart and spoofs more than just the UAS ID/data payloads) willingly replays a DRIP Link message, they have in principle actually helped by ensuring the DRIP Link is sent more frequently and be received by potential Observers.</t>
        <t>The primary mitigation is that the UA is REQUIRED to send more than DRIP Link messages, specifically the Manifest and/or Wrapper messages that sign over changing data ASTM Messages (e.g., Location/Vector Messages) using the DET private key. A UA sending these messages then actually signing these and other messages using the DET key provides the Observer with data that proves real-time signing. A UA that does not either run DRIP themselves or does not have possession of the same private key, would be clearly exposed upon signature verification.</t>
      </section>
      <section anchor="vna-timestamp-offsets-for-drip-authentication-formats" numbered="true" toc="default">
        <name>VNA Timestamp Offsets for DRIP Authentication Formats</name>
        <t>Note the discussion of VNA Timestamp offsets here is in the context of the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>), and DRIP Frame (<xref target="drip-frame" format="default"/>). For DRIP Link (<xref target="drip-link" format="default"/>) these offsets are set by the DIME and have their own set of considerations in <xref target="drip-registries" format="default"/>.</t>
        <t>The offset of the <tt>VNA Timestamp by UA</tt> is one that needs careful consideration for any implementation. The offset should be shorter than any given flight duration (typically less than an hour) but be long enough to be received and processed by Observers (larger than a few seconds). It is recommended that 3-5 minutes should be sufficient to serve this purpose in any scenario, but is not limited by design.</t>
      </section>
      <section anchor="dns-security" numbered="true" toc="default">
        <name>DNS Security in DRIP</name>
        <t>As stated in <xref target="protocol-desc" format="default"/> specification of particular DNS security options, transports, etc. is outside the scope of this document. <xref target="drip-registries" format="default"/> is the main specification for DNS operations in DRIP and as such will specify DRIP usage of best common practices for security (such as <xref target="RFC9364" format="default"/>).</t>
      </section>
    </section>
    <section anchor="acknowledgments" numbered="true" toc="default">
      <name>Acknowledgments</name>
      <ul spacing="normal">
        <li>Ryan Quigley and James Mussi of AX Enterprize, LLC for early prototyping to find holes in the draft specifications.</li>
        <li>Carsten Bormann for the simple approach of using bit-column-wise parity for erasure (dropped frame) FEC.</li>
        <li>Soren Friis for pointing out that Wi-Fi implementations would not always give access to the MAC Address, originally used in calculation of the hashes for DRIP Manifest. Also, for confirming that Message Packs (0xF) can only carry up to 9 ASTM frames worth of data (9 Authentication pages).</li>
        <li>
          <t>Thanks to the following reviewers:
          </t>
          <ul spacing="normal">
            <li>Rick Salz (secdir)</li>
            <li>Matt Joras (genart)</li>
            <li>Di Ma (dnsdir)</li>
            <li>Gorry Fairhurst (tsvart)</li>
            <li>Carlos Bernardos (intdir)</li>
            <li>Behcet Sarikaya (iotdir)</li>
            <li>Martin Duke (IESG)</li>
            <li>Roman Danyliw (IESG)</li>
            <li>Murray Kucherawy (IESG)</li>
            <li>Erik Kline (IESG)</li>
            <li>Warren Kumari (IESG)</li>
          </ul>
        </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"/>
            <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="RFC9374" target="https://www.rfc-editor.org/info/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="RFC9434" target="https://www.rfc-editor.org/info/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="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="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"/>
            <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"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="NIST.SP.800-185" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf">
          <front>
            <title>SHA-3 derived functions: cSHAKE, KMAC, TupleHash and ParallelHash</title>
            <author fullname="John Kelsey" surname="Kelsey">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Shu-jen Change" surname="Change">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Ray Perlner" surname="Perlner">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author>
              <organization abbrev="NIST">National Institute of Standards and Technology</organization>
              <address>
                <postal>
                  <country>US</country>
                  <city>Gaithersburg</city>
                </postal>
              </address>
            </author>
            <date month="December" year="2016"/>
          </front>
          <seriesInfo name="NIST Special Publications (General)" value="800-185"/>
          <seriesInfo name="DOI" value="10.6028/NIST.SP.800-185"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="drip-registries" target="https://datatracker.ietf.org/doc/html/draft-ietf-drip-registries-14">
          <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="Jim Reid" initials="J." surname="Reid">
              <organization>RTFM llp</organization>
            </author>
            <date day="4" month="December" year="2023"/>
            <abstract>
              <t>   This document describes the high level architecture for the
   registration and discovery of DRIP Entity Tags (DETs) using DNS.
   Discovery of DETs and their artifacts are through DRIP specific DNS
   structures and standard DNS methods.  A general overview of the
   interfaces required between involved components is described in this
   document with future supporting documents giving technical
   specifications.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-14"/>
        </reference>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/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="RFC9364" target="https://www.rfc-editor.org/info/rfc9364">
          <front>
            <title>DNS Security Extensions (DNSSEC)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="237"/>
          <seriesInfo name="RFC" value="9364"/>
          <seriesInfo name="DOI" value="10.17487/RFC9364"/>
        </reference>
        <reference anchor="FAA-14CFR" target="https://www.govinfo.gov/content/pkg/FR-2021-01-15/pdf/2020-28948.pdf">
          <front>
            <title>Remote Identification of Unmanned Aircraft</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
        <reference anchor="ASTM-Remote-ID" target="https://www.icao.int/airnavigation/IATF/Pages/ASTM-Remote-ID.aspx">
          <front>
            <title>ICAO Remote ID Number Registration</title>
            <author>
              <organization/>
            </author>
            <date year="2023" month="December"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="auth-state-diagrams" numbered="true" toc="default">
      <name>Authentication States</name>
      <t>ASTM Authentication has only three states: None, Invalid, and Valid. This is because, under ASTM, the authentication is done by an external service hosted somewhere on the Internet so it is assumed an authoritative response will always be returned. This classification becomes more complex in DRIP with the support of "offline" scenarios where a Observer does not have Internet connectivity. With the use of asymmetric cryptography this means that the public key (PK) must somehow be obtained. <xref target="drip-registries" format="default"/> gets more into detail how these keys are stored on DNS and one use of DRIP Authentication messages is to send PK's over Broadcast RID.</t>
      <t>There are a few keys of interest: the PK of the UA and the PK's of relevant DIMEs. This document describes how to send the PK of the UA over the Broadcast RID messages. The key of DIMEs are sent over Broadcast RID using the same mechanisms (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>) but MAY be sent at a far lower rate due to potential operational constraints (such as saturation of limited bandwidth). As such, there are scenarios where part of the key-chain may be unavailable at the moment a full Authentication Message is received and processed.</t>
      <t>The intent of this informative appendix is to give a recommended way to classify these various states and convey it to the user through colors and state names/text. These states can apply to either a single authentication message, a DET (and its associated public key), and/or a sender.</t>
      <t>The table below lays out the recommended colors to associate with state and a brief description of each.</t>
      <table align="center">
        <name>Authentication State Names, Colors &amp; Descriptions</name>
        <thead>
          <tr>
            <th align="left">State</th>
            <th align="left">Color</th>
            <th align="left">Details</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">None</td>
            <td align="left">Black</td>
            <td align="left">No Authentication being received (as yet)</td>
          </tr>
          <tr>
            <td align="left">Partial</td>
            <td align="left">Gray</td>
            <td align="left">Authentication being received but missing pages</td>
          </tr>
          <tr>
            <td align="left">Unsupported</td>
            <td align="left">Brown</td>
            <td align="left">Authentication Type/SAM Type of received message not supported</td>
          </tr>
          <tr>
            <td align="left">Unverifiable</td>
            <td align="left">Yellow</td>
            <td align="left">Data needed for signature verification is missing</td>
          </tr>
          <tr>
            <td align="left">Verified</td>
            <td align="left">Green</td>
            <td align="left">Valid signature verification and content validation</td>
          </tr>
          <tr>
            <td align="left">Trusted</td>
            <td align="left">Blue</td>
            <td align="left">evidence of Verified and DIME is marked as only registering DETs for trusted entities</td>
          </tr>
          <tr>
            <td align="left">Unverified</td>
            <td align="left">Red</td>
            <td align="left">Invalid signature verification or content validation</td>
          </tr>
          <tr>
            <td align="left">Questionable</td>
            <td align="left">Orange</td>
            <td align="left">evidence of both Verified &amp; Unverified for the same claimed sender</td>
          </tr>
          <tr>
            <td align="left">Conflicting</td>
            <td align="left">Purple</td>
            <td align="left">evidence of both Trusted &amp; Unverified for the same claimed sender</td>
          </tr>
        </tbody>
      </table>
      <section anchor="black" numbered="true" toc="default">
        <name>None: Black</name>
        <t>The default state where no authentication information has yet to be received.</t>
      </section>
      <section anchor="gray" numbered="true" toc="default">
        <name>Partial: Gray</name>
        <t>A pending state where authentication pages are being received but a full authentication message has yet to be compiled.</t>
      </section>
      <section anchor="brown" numbered="true" toc="default">
        <name>Unsupported: Brown</name>
        <t>A state wherein authentication data is being or has been received, but cannot be used, as the Authentication Type or SAM Type is not supported by the Observer.</t>
      </section>
      <section anchor="yellow" numbered="true" toc="default">
        <name>Unverifiable: Yellow</name>
        <t>A pending state where a full authentication message has been received but other information, such as public keys to verify signatures, is missing.</t>
      </section>
      <section anchor="green" numbered="true" toc="default">
        <name>Verified: Green</name>
        <t>A state where all authentication messages that have been received, up to that point from that claimed sender, pass signature verification and the requirement of <xref target="trust-assessment" format="default"/> has been met.</t>
      </section>
      <section anchor="blue" numbered="true" toc="default">
        <name>Trusted: Blue</name>
        <t>A state where all authentication messages that have been received, up to that point, from that claimed sender, have passed signature verification, the requirement of <xref target="trust-assessment" format="default"/> has been met, and the public key of the sending UA is marked as trusted.</t>
        <t>The sending UA key will have been marked as trusted if the relevant DIMEs only register DETs (of subordinate DIMEs, UAS operators, and UA) that have been vetted as per their published registration policies, and those DIMEs have been marked, by the owner (individual or organizational) of the Observer, as per that owner's policy, as trusted to register DETs only for trusted parties.</t>
      </section>
      <section anchor="orange" numbered="true" toc="default">
        <name>Questionable: Orange</name>
        <t>A state where there is a mix of authentication messages received that are Verified (<xref target="green" format="default"/>) and Unverified (<xref target="red" format="default"/>).</t>
        <t>Transition to this state is from Verified if a subsequent message fails verification so would have otherwise been marked Unverified, or from Unverified if a subsequent message passes verification or validation so would otherwise have been marked Verified, or from either of those state upon mixed results on the requirement of <xref target="trust-assessment" format="default"/>.</t>
      </section>
      <section anchor="red" numbered="true" toc="default">
        <name>Unverified: Red</name>
        <t>A state where all authentication messages that have been received, up to that point, from that claimed sender, failed signature verification or the requirement of <xref target="trust-assessment" format="default"/>.</t>
      </section>
      <section anchor="purple" numbered="true" toc="default">
        <name>Conflicting: Purple</name>
        <t>A state where there is a mix of authentication messages received that are Trusted (<xref target="blue" format="default"/>) and Unverified (<xref target="red" format="default"/>) and the public key of the aircraft is marked as trusted.</t>
        <t>Transition to this state is from Trusted if a subsequent message fails verification so would have otherwise been marked Unverified, or from Unverified if a subsequent message passes verification or validation and policy checks so would otherwise have been marked Trusted, or from either of those state upon mixed results on the requirement of <xref target="trust-assessment" format="default"/>.</t>
      </section>
    </section>
    <section anchor="operational-proof" numbered="true" toc="default">
      <name>Operational Recommendation Analysis</name>
      <t>The recommendations found in <xref target="operational-recommendations" format="default"/> may seem heavy handed and specific. This informative appendix lays out the math and assumptions made to come to the recommendations listed there as well as an example.</t>
      <t>In many jurisdictions, the required ASTM Messages to be transmitted every second are: Basic ID (0x1), Location (0x2), and System (0x4). Typical implementations will most likely send at a higher rate (2x sets per cycle) resulting in 6 frames sent per cycle. Transmitting this set of message more than once a second is not discouraged but awareness is needed to avoid congesting the RF spectrum, causing further issues.</t>
      <ul empty="true" spacing="normal">
        <li>Informational Note: In Europe, the Operator ID Message (0x5) is also required. In Japan, two Basic ID (0x0), Location (0x1), and Authentication (0x2) are required. Self ID (0x3) is optional but can carry Emergency Status information.</li>
      </ul>
      <section anchor="page-counts-vs-frame-counts" numbered="true" toc="default">
        <name>Page Counts vs Frame Counts</name>
        <t>There are two formulas to determine the number of Authentication Pages required, one for Wrapper:</t>
        <sourcecode name="" type="" markers="true"><![CDATA[

wrapper_struct_size = 89 + (25 * num_astm_messages)
wrapper_page_count = ceiling((wrapper_struct_size - 17) / 23) + 1

]]></sourcecode>
        <t>and one for Manifest:</t>
        <sourcecode name="" type="" markers="true"><![CDATA[

manifest_struct_size = 89 + (8 * (num_astm_hashes + 3))
manifest_page_count = ceiling((manifest_struct_size - 17) / 23) + 1

]]></sourcecode>
        <t>A similar formula can be applied to Link as they are of fixed size:</t>
        <sourcecode name="" type="" markers="true"><![CDATA[

link_page_count = ceiling((137 - 17) / 23) + 1 = 7

]]></sourcecode>
        <t>Comparing Wrapper and Manifest Authentication Message page counts against total frame counts we have the following:</t>
        <table anchor="tbl-page-counts" align="center">
          <name>Page &amp; Frame Counts</name>
          <thead>
            <tr>
              <th align="left">ASTM Messages</th>
              <th align="left">Wrapper (w/FEC)</th>
              <th align="left">Manifest (w/FEC)</th>
              <th align="left">ASTM Messages + Wrapper (w/FEC)</th>
              <th align="left">ASTM Messages + Manifest (w/FEC)</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">5 (6)</td>
              <td align="left">6 (7)</td>
              <td align="left">5 (6)</td>
              <td align="left">6 (7)</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">6 (7)</td>
              <td align="left">6 (7)</td>
              <td align="left">7 (8)</td>
              <td align="left">7 (8)</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">7 (8)</td>
              <td align="left">6 (7)</td>
              <td align="left">9 (10)</td>
              <td align="left">8 (9)</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">8 (9)</td>
              <td align="left">7 (8)</td>
              <td align="left">11 (12)</td>
              <td align="left">10 (11)</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">9 (10)</td>
              <td align="left">7 (8)</td>
              <td align="left">13 (14)</td>
              <td align="left">11 (12)</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">N/A</td>
              <td align="left">7 (8)</td>
              <td align="left">N/A</td>
              <td align="left">12 (13)</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">N/A</td>
              <td align="left">8 (9)</td>
              <td align="left">N/A</td>
              <td align="left">14 (15)</td>
            </tr>
            <tr>
              <td align="left">7</td>
              <td align="left">N/A</td>
              <td align="left">8 (9)</td>
              <td align="left">N/A</td>
              <td align="left">15 (16)</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">8 (9)</td>
              <td align="left">N/A</td>
              <td align="left">16 (17)</td>
            </tr>
            <tr>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">9 (10)</td>
              <td align="left">N/A</td>
              <td align="left">18 (19)</td>
            </tr>
            <tr>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">9 (10)</td>
              <td align="left">N/A</td>
              <td align="left">19 (20)</td>
            </tr>
            <tr>
              <td align="left">11</td>
              <td align="left">N/A</td>
              <td align="left">9 (11)</td>
              <td align="left">N/A</td>
              <td align="left">20 (22)</td>
            </tr>
          </tbody>
        </table>
        <t>Link shares the same page counts as Manifest with 5 ASTM Messages.</t>
        <section anchor="special-cases" numbered="true" toc="default">
          <name>Special Cases</name>
          <section anchor="zero-astm-messages" numbered="true" toc="default">
            <name>Zero ASTM Messages</name>
            <t>Zero ASTM Messages in <xref target="tbl-page-counts" format="default"/> is where Extended Wrapper (<xref target="extended-wrapper" format="default"/>) without FEC is used in Message Packs. With a max of 9 "message slots" in a Message Pack an Extended Wrapper fills 5 slots, thus can authenticate up to 4 ASTM Messages co-located in the same Message Pack.</t>
          </section>
          <section anchor="eleven-astm-messages" numbered="true" toc="default">
            <name>Eleven ASTM Messages</name>
            <t>Eleven ASTM Messages in <xref target="tbl-page-counts" format="default"/> is where a Manifest with FEC invokes the situation mentioned in <xref target="fec-limitations" format="default"/>.</t>
            <t>Eleven is the max number of ASTM Messages Hashes that can be supported resulting in 14 total hashes. This completely fills the <tt>evidence</tt> section of the structure making its total size 200 octets. This fits on exactly 9 Authentication Pages (<tt>(201 - 17) / 23 == 8</tt>) so when the ADL is added it is placed on the next page (Page 10). Per rule 1 in <xref target="enc-single-page" format="default"/> this means that all of Page 10 is null padded (expect the ADL octet) and FEC data fills Page 11, resulting in a plus two page count when FEC is applied.</t>
            <t>This drives the recommendation is <xref target="drip-manifest" format="default"/> to only use up to 10 ASTM Message Hashes and not 11.</t>
          </section>
        </section>
      </section>
      <section anchor="full-authentication-example" numbered="true" toc="default">
        <name>Full Authentication Example</name>
        <t>This example is focused on showing that 100% of ASTM Messages can be authenticated over Legacy Transports with up to 125% overhead in Authentication Pages. Extended Transports is not shown as Authentication with DRIP in that case is covered using Extended Wrapper (<xref target="extended-wrapper" format="default"/>). Two ASTM Message Packs are sent in a given cycle: one containing up to 4 ASTM Messages and an Extended Wrapper (authenticating the pack) and one containing a Link message with a Broadcast Endorsement and up to two other ASTM Messages.</t>
        <t>This example transmit scheme covers and meets every known regulatory case enabling manufacturers to use the same firmware worldwide.</t>
        <figure anchor="max-schedule-fig">
          <name>Full Authenticated Legacy Transport Transmit Schedule Example</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
+------------------------------------------------------+
|                      Frame Slots                     |
| 00 - 04           | 05 - 07       | 08 - 16 | 17     |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[0] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[1] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[2] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[3] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[4] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[5] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[6] |
+-------------------+---------------+---------+--------+
| {A|B|C|D},V,S,I,O | {A|B|C|D},V,S | M[0,8]  | L/W[7] |
+-------------------+---------------+---------+--------+

A = Basic ID Message (0x0) ID Type 1
B = Basic ID Message (0x0) ID Type 2
C = Basic ID Message (0x0) ID Type 3
D = Basic ID Message (0x0) ID Type 4
V = Location/Vector Message (0x1)
I = Self ID Message (0x3)
S = System Message (0x4)
O = Operator ID Message (0x5)

L[y,z] = DRIP Link Authentication Message (0x2)
W[y,z] = DRIP Wrapper Authentication Message (0x2)
M[y,z] = DRIP Manifest Authentication Message (0x2)
  y = Start Page
  z = End Page

# = Empty Frame Slot
* = Message in DRIP Manifest Authentication Message
]]></artwork>
        </figure>
        <t>Every common required message (Basic ID, Location and System) is sent twice plus Operator ID and Self ID in a single second. The Manifest is over all messages (8) in slots <tt>00 - 04</tt> and <tt>05 - 07</tt>.</t>
        <t>In two seconds either a Link or Wrapper are sent. The content and order of Links and Wrappers runs as follows:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Link: Apex on RAA
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Wrapper: Location (0x1), System (0x4)
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Link: Apex on RAA
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Wrapper: Location (0x1), System (0x4)
Link: IANA on UAS RID Apex
]]></artwork>
        <t>With perfect receipt of all messages, in 8 seconds all messages (up to that point then all in future) are authenticated using the Manifest. Within 136 seconds the entire Broadcast Endorsement chain is received and can be validated; interspersed with 4 messages directly signed over via Wrapper.</t>
        <section anchor="raw-example" numbered="true" toc="default">
          <name>Raw Example</name>
          <t>Assuming the following DET and HI:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
2001:3f:fe00:105:a29b:3ff4:2226:c04e
b5fef530d450dedb59ebafa18b00d7f5ed0ac08a81975034297bea2b00041813
]]></artwork>
          <t>The following ASTM Messages to be sent in a single second:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
0240012001003ffe000105a29b3ff42226c04e000000000000
12000000000000000000000000000000000000000060220000
32004578616d706c652053656c662049440000000000000000
420000000000000000000100000000000000000010ea510900
52004578616d706c65204f70657261746f7220494400000000
0240012001003ffe000105a29b3ff42226c04e000000000000
12000000000000000000000000000000000000000060220000
420000000000000000000100000000000000000010ea510900
]]></artwork>
          <t>This is Link with FEC that would be spread out over 8 seconds:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
2250078910ea510904314b8564b17e66662001003ffe000105
2251a29b3ff42226c04eb5fef530d450dedb59ebafa18b00d7
2252f5ed0ac08a81975034297bea2b000418132001003ffe00
22530105b82bf1c99d87273103fc83f6ecd9b91842f205c222
2254dd71d8e165ad18ca91daf9299a73eec850c756a7e9be46
2255f51dddfa0f09db7bfdde14eec07c7a6dd1061c1d5ace94
2256d9ad97940d280000000000000000000000000000000000
2257a03b0f7a6feb0d198167045058cfc49f73129917024d22
]]></artwork>
          <t>This is a Wrapper with FEC that would be spread out over 8 seconds:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
2250078b10ea510902e0dd7c6560115e671200000000000000
22510000000000000000000000000060220000420000000000
2252000000000100000000000000000010ea5109002001003f
2253fe000105a29b3ff42226c04ef0ecad581a030ca790152a
22542f08df5762a463e24a742d1c530ec977bbe0d113697e2b
2255b909d6c7557bdaf1227ce86154b030daadda4a6b8474de
22569a62f6c375020826000000000000000000000000000000
2257f5e8eebcb04f8c2197526053e66c010d5d7297ff7c1fe0
]]></artwork>
          <t>This is the Manifest with FEC sent in the same second as the original messages:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
225008b110ea510903e0dd7c6560115e670000000000000000
2251d57594875f8608b4d61dc9224ecf8b842bd4862734ed01
22522ca2e5f2b8a3e61547b81704766ba3eeb651be7eafc928
22538884e3e28a24fd5529bc2bd4862734ed012ca2e5f2b8a3
2254e61547b81704766ba3eeb62001003ffe000105a29b3ff4
22552226c04efb729846e7d110903797066fd96f49a77c5a48
2256c4c3b330be05bc4a958e9641718aaa31aeabad368386a2
22579ed2dce2769120da83edbcdc0858dd1e357755e7860317
2258e7c06a5918ea62a937391cbfe0983539de1b2e688b7c83
]]></artwork>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
