<?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-19" 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-19"/>
    <author initials="A." surname="Wiethuechter (Editor)" fullname="Adam Wiethuechter">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>adam.wiethuechter@axenterprize.com</email>
      </address>
    </author>
    <author initials="S." surname="Card" fullname="Stuart Card">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <region>NY</region>
          <code>13495</code>
          <country>USA</country>
        </postal>
        <email>stu.card@axenterprize.com</email>
      </address>
    </author>
    <author initials="R." surname="Moskowitz" fullname="Robert Moskowitz">
      <organization>HTT Consulting</organization>
      <address>
        <postal>
          <street/>
          <city>Oak Park</city>
          <region>MI</region>
          <code>48237</code>
          <country>USA</country>
        </postal>
        <email>rgm@labs.htt-consult.com</email>
      </address>
    </author>
    <date year="2022" month="August" day="30"/>
    <area>Internet</area>
    <workgroup>DRIP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document describes how to add trust into the Broadcast Remote ID (RID) specification discussed in the DRIP Architecture; first trust in the RID ownership and second in the source of the RID messages. It defines message types and associated formats (sent within the Authentication Message) that can be used to authenticate past messages sent by an unmanned aircraft (UA) and provide proof of UA trustworthiness even in the absence of Internet connectivity at the receiving node.</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. This is a requirement that will need to be addressed for various different parties that have a stake in the safe operation of National Airspace System's (NAS). DRIP's goal as stated in the charter is:</t>
      <ul empty="true" spacing="normal">
        <li>to specify how RID can be made trustworthy and available in both Internet and local-only connected scenarios, especially in emergency situations.</li>
      </ul>
      <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.</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"/>).</t>
      <t>Without authentication, an Observer has no basis for trust. As the messages are sent via wireless broadcast, they may be transmitted anywhere within wireless range and making any claims desired by the sender.</t>
      <t>DRIP Specific Authentication Methods, carried in ASTM Authentication Messages (Message Type 0x2) are defined herein. These methods, when properly used, enable a high level of trust in that the content of other ASTM Messages was generated by their claimed registered source. These messages are designed to provide the Observers with immediately actionable information.</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 <xref target="F3411" format="default"/> further support the important use case of Observers who are sometimes 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>
    </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 defined in <xref target="RFC9153" format="default"/>. In addition, the following terms are defined:</t>
        <t>DRIP Entity Tag (DET):</t>
        <ul empty="true" spacing="normal">
          <li>An HHIT that is used as an identifier in DRIP as specified in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>DRIP Identity Management Entity:</t>
        <ul empty="true" spacing="normal">
          <li>Registry service for DETs and other information in DRIP as specified in <xref target="drip-registries" format="default"/>.</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>Extended Transports:</t>
        <ul empty="true" spacing="normal">
          <li>use of extended advertisements (Bluetooth 5.x), service info (Wi-Fi NaN) or vendor specific element information (Wi-Fi BEACON) in broadcast frames as specified in <xref target="F3411" format="default"/>. Must use ASTM Message Pack (Message Type 0xF).</li>
        </ul>
        <t>Hierarchial Host Identity Tag (HHIT):</t>
        <ul empty="true" spacing="normal">
          <li>A special-use, non-routable, IPv6 address constructed as specified in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>HHIT Domain Authority (HDA):</t>
        <ul empty="true" spacing="normal">
          <li>A class of DIME usually associated with a USS in UTM.</li>
        </ul>
        <t>Hierarchial ID (HID):</t>
        <ul empty="true" spacing="normal">
          <li>Encoding of the RAA and HDA into the HHIT structure as defined in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>Host Identity (HI):</t>
        <ul empty="true" spacing="normal">
          <li>Public key have of an asymmetric keypair used in generating a HHIT as specified in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>Registered Assigning Authority (RAA):</t>
        <ul empty="true" spacing="normal">
          <li>A class of DIME usually associated with a CAA such as the US FAA.</li>
        </ul>
      </section>
    </section>
    <section anchor="background" numbered="true" toc="default">
      <name>Background</name>
      <section anchor="reasoning-for-ietf-drip-authentication" numbered="true" toc="default">
        <name>Reasoning for IETF DRIP Authentication</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 even those. <xref target="F3411" format="default"/> Annex A1 defines a Broadcast Authentication Verifier Service, which has a heavy reliance on Observer real-time connectivity to the Internet (specifically into UTM) that is not always guaranteed. Fortunately, <xref target="F3411" format="default"/> also allows third party standard Authentication Types, 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 <xref target="drip-arch" format="default"/> in Section 5, there is a need to have Authentication formats 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="ua-attestation" numbered="true" toc="default">
          <name>UA Signed Evidence</name>
          <t>When an Observer receives a DRIP-based Authentication Message (<xref target="drip-wrapper" format="default"/>, <xref target="drip-manifest" format="default"/>, <xref target="drip-frame" format="default"/>) containing UA signed Evidence it SHOULD validate the signature using the HI corresponding to the UA's DET.</t>
          <t>The UA's HI, SHOULD be retrieved from DNS (Section 5, <xref target="drip-registries" format="default"/>). If not available it may have been revoked. Note that accurate revocation status is a DIME inquiry; DNS non-response is a hint to the DET being expired or revoked. It MAY be retrieved from a local cache, if present. The local cache SHOULD be populated by DNS lookups and/or by received Broadcast Endorsements (<xref target="dime-attestation" format="default"/>).</t>
          <t>Once the Observer has the registered UA's DET and HI, all further (or cached previous) DRIP-based Authentication Messages using the UA DET can be validated. Signed content, tied to the DET, can now be trusted to have been signed by the holder of the private key corresponding to the DET.</t>
          <t>Whether the content is true is a separate question which DRIP cannot address but sanity checks (<xref target="reqs" format="default"/>) are possible.</t>
        </section>
        <section anchor="dime-attestation" numbered="true" toc="default">
          <name>DIME Endorsement of UA DET/HI</name>
          <t>When an Observer receives a DRIP Link Authentication Message (<xref target="drip-link" format="default"/>) containing an Endorsement by the DIME of the UA DET/HI registration (<xref target="broadcast-endorsement" format="default"/>), it SHOULD validate the signature using the HI corresponding to the DIME's DET.</t>
          <t>The DIME's HI, SHOULD be retrieved from from DNS (Section 5, <xref target="drip-registries" format="default"/>), when available. It MAY be cached from a prior DNS lookup or it may be stored in a distinct local store.</t>
        </section>
        <section anchor="dime-hierarchy" numbered="true" toc="default">
          <name>DIME Hierarchy Endorsements</name>
          <t>An Observer can receive a series of DRIP Link Authentication Messages (<xref target="drip-link" format="default"/>) each one pertaining to a DIME's registration in the DIME above it in the hierarchy. Similar to <xref target="dime-attestation" format="default"/>, each link in this chain SHOULD be validated.</t>
        </section>
        <section anchor="rid-trust" numbered="true" toc="default">
          <name>UAS RID Trust</name>
          <t><xref target="ua-attestation" format="default"/>, <xref target="dime-attestation" format="default"/> and <xref target="dime-hierarchy" format="default"/> above complete the trust chain but the chain cannot yet be trusted as having any relevance to the observed UA because reply attacks are trivial. At this point the key nominally possessed by the UA is trusted but the UA has not yet been proven to possess that 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. This can be in the form of DRIP Wrapper or Manifest (<xref target="drip-wrapper" format="default"/>, <xref target="drip-manifest" format="default"/>) containing at least one ASTM Vector/Location Message and/or System Message (which contains a timestamp). 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>
      </section>
      <section anchor="auth-message" numbered="true" toc="default">
        <name>ASTM Authentication Message</name>
        <t>The ASTM Authentication Message (Message Type 0x2) is a unique message in the Broadcast <xref target="F3411" format="default"/> standard as it is the only one that is larger than the Bluetooth 4.x frame size. To address this, it is defined as a set of "pages" that each fits into a single Bluetooth 4.x broadcast frame. For other media these pages are still used but all in a single frame.</t>
        <section anchor="auth-page" numbered="true" toc="default">
          <name>Authentication Page</name>
          <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                    |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

Page Header: (1 byte)
    Authentication Type (4 bits)
    Page Number (4 bits)
    
Authentication Payload: (23 bytes per page)
    Authentication Payload, including headers. Null padded.
]]></artwork>
          </figure>
          <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"/>. This is denoted in every Authentication Page in the <tt>Page Header</tt>. The SAM Type is denoted as a field in the <tt>Authentication Payload</tt> (see <xref target="sam-data" format="default"/>).</t>
          <t>The Authentication Message is structured as a set of pages. There is a technical maximum of 16 pages (indexed 0 to 15 in the <tt>Page Header</tt>) that can be sent for a single Authentication Message, with each page carrying a maximum 23-byte <tt>Authentication Payload</tt>. See <xref target="drip-restrictions" format="default"/> for more details. Over Bluetooth 4.x, these messages are "fragmented", with each page sent in a separate Bluetooth 4.x broadcast 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 (Bluetooth or Wi-Fi).</t>
        </section>
        <section anchor="authentication-payload-field" 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 pages.</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                         .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

Authentication Headers: (6-bytes)
    As defined in F3411.

Authentication Data / Signature: (255-bytes max)
    Opaque authentication data.

Additional Data Length (ADL): (1-byte - unsigned)
    Length in bytes of Additional Data.

Additional Data: (255-bytes max):
    Data that follows the Authentication Data / Signature but
    is not considered part of the Authentication Data.
]]></artwork>
          </figure>
          <t>When <tt>Additional Data</tt> is being sent, a single unsigned byte (<tt>Additional Data Length</tt>) directly follows the <tt>Authentication Data / Signature</tt> and has the length, in bytes, of the following <tt>Additional Data</tt>. For DRIP, this field is used to carry Forward Error Correction as defined in <xref target="fec-details" format="default"/>.</t>
        </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) or Wi-Fi (BEACON or NAN), 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. With Wi-Fi, use of BEACON is recommended. Wi-Fi NAN is another option, depending on the CAA. 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.</t>
            <t>Bluetooth 4.x presents a payload size challenge in that it can only transmit 25-bytes of payload per frame where the others all 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>
          </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 denotes the length in bytes 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> such as FEC.</li>
            </ol>
          </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 for 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 byte of the <tt>Authentication Data / Signature</tt> of <xref target="astm-auth" format="default"/>, is used to multiplex between these various formats.</t>
      <t>When sending data over a medium that does not have underlying Forward Error Correction (FEC), for example Bluetooth 4.x, then <xref target="fec-details" format="default"/> MUST be used. <xref target="auth-state-diagrams" format="default"/> gives a high-level overview of a state machine for decoding and determining a trustworthiness state. <xref target="appendix-c" format="default"/> shows an example of using the formats defined in this section.</t>
      <section anchor="drip-authentication-field-definitions" numbered="true" toc="default">
        <name>DRIP Authentication Field Definitions</name>
        <t>ASTM Message (25-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Full ASTM Message as defined in <xref target="F3411" format="default"/>; specifically Message Types 0x0, 0x1, 0x3, 0x4, and 0x5</li>
        </ul>
        <t>ASTM Message Hash (8-bytes):</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"/>). Multiple hashes MUST be in Message Type order.</li>
        </ul>
        <t>Broadcast Endorsement (136-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>DIME HI over UA DET/HI. Generated by a DIME during a UA DET, being used as a Session ID, registration. Used in <xref target="drip-link" format="default"/>.</li>
        </ul>
        <t>Current Manifest Hash (12-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the current Manifest Message (<xref target="drip-manifest" format="default"/>). See <xref target="block-hashes" format="default"/>.</li>
        </ul>
        <t>Evidence (0 to 112 bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Opaque evidence data that the UA is endorsing during its flight in <xref target="drip-data" format="default"/>.</li>
        </ul>
        <t>Frame Type (1-byte):</t>
        <ul empty="true" spacing="normal">
          <li>Sub-type for future different DRIP Frame formats. See <xref target="frame-type" format="default"/>.</li>
        </ul>
        <t>Previous Manifest Hash (12-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the previously sent Manifest Message (<xref target="drip-manifest" format="default"/>). See <xref target="block-hashes" format="default"/>.</li>
        </ul>
        <t>UA DRIP Entity Tag (DET) (16-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>The UA DET <xref target="drip-rid" format="default"/> in byte form (network byte order) and is part of <xref target="drip-data" format="default"/>.</li>
        </ul>
        <t>UA Signature (64-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Signature over all 4 preceding fields of <xref target="drip-data" format="default"/> using the HI of the UA.</li>
        </ul>
        <t>Valid Not After (VNA) Timestamp by UA (4-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Timestamp denoting recommended time to stop trusting data in <xref target="drip-data" format="default"/>. MUST follow the format defined in <xref target="F3411" format="default"/>. That is a Unix-style timestamp but with an epoch of 01/01/2019 00:00:00 with an additional offset is then added to push a short time into the future (relative to <tt>Not Before Timestamp</tt>) to avoid replay attacks. The offset used against the Unix-style timestamp 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>Not After Timestamp</tt> 2 minutes after <tt>Not Before Timestamp</tt>.</li>
        </ul>
        <t>Valid Not Before (VNB) Timestamp by UA (4-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Timestamp denoting recommended time to start trusting data in <xref target="drip-data" format="default"/>. MUST follow the format defined in <xref target="F3411" format="default"/>. That is a Unix-style timestamp but with an epoch of 01/01/2019 00:00:00.  MUST be set no earlier than the time the signature is generated.</li>
        </ul>
        <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                   .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

SAM Type (1 byte):
    Byte defined by F3411 to multiplex SAMs

SAM Authentication Data (0 to 200 bytes):
    Authentication data (opaque to baseline F3411 but parsed by DRIP).
]]></artwork>
          </figure>
          <section anchor="sam-type" numbered="true" toc="default">
            <name>SAM Type</name>
            <t>The SAM Type field is maintained by the International Civil Aviation Organization (ICAO) and for DRIP four are planned to be allocated:</t>
            <table align="center">
              <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>
          </section>
          <section anchor="sam-authentication-data" numbered="true" toc="default">
            <name>SAM Authentication Data</name>
            <t>This field has a maximum size of 200-bytes, as defined by <xref target="drip-restrictions" format="default"/>. The Broadcast Attestation Structure (<xref target="bas" format="default"/>) MUST be used in this space.</t>
          </section>
        </section>
        <section anchor="bas" numbered="true" toc="default">
          <name>UA Signed Evidence</name>
          <t>The DRIP Endorsement Structure (DES) <xref target="drip-registries" format="default"/> is used to created Signed Evidence by the UA during flight. It is encapsulated by the <tt>SAM Authentication Data</tt> field of <xref target="sam-frame" format="default"/>.</t>
          <t>The DES MUST be used by 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 the DES as it will not fit in the ASTM Authentication Message.</t>
          <figure anchor="drip-data">
            <name>Binary Encoded DRIP Endorsement 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
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                            Evidence                           .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                      VNA Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                      VNB Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>UA DRIP Entity Tag:</t>
          <ul empty="true" spacing="normal">
            <li>This is the <tt>identity</tt> section of the DES and MUST be set to the UA DET (<tt>hhit</tt>).</li>
          </ul>
          <t>Evidence:</t>
          <!-- TODO(atw): fix the terms here -->

<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, Manifest or Frame sections.</li>
          </ul>
          <t>UA Signature:</t>
          <ul empty="true" spacing="normal">
            <li>The UA private key MUST be used to generate the signature (<tt>sig_b16</tt>) found in the <tt>signature</tt> section.</li>
          </ul>
          <t>The DES MUST be encoded in the binary form (as defined in <xref target="drip-registries" format="default"/>) to create the UA Signed Evidence. The general structure of the binary form can be seen in <xref target="drip-data" format="default"/>.</t>
          <t>When using the DES, 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>
      <section anchor="drip-link" numbered="true" toc="default">
        <name>DRIP Link</name>
        <t>The DRIP Link SAM Type is used to transmit Broadcast Endorsements. For example, the <tt>Broadcast Endorsement: DIME, UA</tt> is sent (see <xref target="drip-recommendations" format="default"/>) as a DRIP Link message. The structure is defined in <xref target="drip-registries" format="default"/> and an example of it can be found in <xref target="broadcast-endorsement" format="default"/>.</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 validations of the contents when the DIME DET/HI is in the receiver's cache. It also provides the UA HI so that connectivity is not required when performing validation of other DRIP Authentication Messages.</t>
        <figure anchor="link-fig">
          <name>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
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      Broadcast Endorsement                    .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>This DRIP Authentication Message is used in conjunction with other DRIP SAM Types (such as Manifest or 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. The hash of such a message SHOULD merely be included in a DRIP Manifest, but an entire such message MAY be encapsulated in a DRIP Wrapper periodically for stronger security.</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 DES (<xref target="bas" format="default"/>) is populated with full (25-byte) <xref target="F3411" format="default"/> Broadcast RID messages. The ASTM Messages can be concatenated together into a single byte object (like in <xref target="wrapper-fig" format="default"/>) or be set in the <tt>evidence</tt> section as individual Claims.</t>
        <t>The minimum number of messages support is 1 and the maximum supported is 4. The messages MUST be in Message Type order as defined by <xref target="F3411" format="default"/>. All message types except Authentication (Message Type 0x2) and Message Pack (Message Type 0xF) are allowed. Thus it may be preferred in some operation modes to use DRIP Manifest <xref target="drip-manifest" format="default"/> instead.</t>
        <figure anchor="wrapper-fig">
          <name>DRIP Wrapper 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
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                         ASTM Message(s)                       .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <section anchor="message-count" numbered="true" toc="default">
          <name>Message Count</name>
          <t>When decoding a DRIP Wrapper on a receiver, the number of messages wrapped can be determined by checking the length between the <tt>UA DET</tt> and the <tt>VNB Timestamp by UA</tt> is a multiple of 25-bytes.</t>
        </section>
        <section anchor="extended-wrapper" numbered="true" toc="default">
          <name>Wrapper over Extended Transports</name>
          <t>To send the DRIP Wrapper over Extended Transports the messages being wrapped are co-located with the Authentication Message in a ATM Message Pack (Message Type 0xF). The <tt>evidence</tt> section of the DES is cleared after signing leaving the following binary structure that is placed into the <tt>SAM Authentication Data</tt> of <xref target="sam-frame" format="default"/> and sent in the same Message Pack.</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
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          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 Message Type order and set the DES <tt>evidence</tt> section before performing signature verification.</t>
          <t>The functionality of Wrapper in this form is identical to Message Set Signature (Authentication Type 0x3) when running over Extended Transports. What 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 relies on Internet connectivity for verification which the receiver may not have at the time of receipt of an Authentication Message. This is something 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 format is the bounding of up to 4 ASTM Messages that can be sent within it. Another limitation is that the format can not be used as a surrogate for messages it is wrapping. This is due to high potential a receiver on the ground does not support DRIP. Thus, when Wrapper is being used the wrapper data must effectively be sent twice, once as a single framed message (as specified in <xref target="F3411" format="default"/>) and then again wrapped within the Wrapper format.</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 retransmitting them. An Observer who has been listening for any length of time SHOULD hash received messages and cross-check them against the manifest hashes. This is a way to evade the limitation of a maximum of 4 messages in the Wrapper Format (<xref target="wrapper-limitations" format="default"/>) and greatly reduce overhead.</t>
        <t>Judicious use of 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="operational-proof" format="default"/>).</t>
        <t>The <tt>evidence</tt> section of the DES (<xref target="bas" format="default"/>) is populated with 8-byte hashes of <xref target="F3411" format="default"/> Broadcast RID messages and two special hashes (<xref target="block-hashes" format="default"/>). All these hashes can be  concatenated together into a single byte object or be set in the <tt>evidence</tt> section individually. The <tt>Previous Manifest Hash</tt> and <tt>Current Manifest Hash</tt> MUST always come before the <tt>ASTM Message Hashes</tt> as seen in <xref target="manifest-fig" format="default"/>.</t>
        <t>A receiver SHOULD 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                             |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      ASTM Message Hashes                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <section anchor="hash-count" numbered="true" toc="default">
          <name>Hash Count</name>
          <t>The number of hashes in the Manifest can be variable (2-12). An easy way to determine the number of hashes is to take the length of the data between the end of the <tt>UA DET</tt> and <tt>VNB Timestamp by UA</tt> and divide it by the hash length (8). If this value is not an integer, the message is invalid.</t>
          <!-- TODO(atw): replace with modulo? -->

</section>
        <section anchor="block-hashes" numbered="true" toc="default">
          <name>Pseudo-Blockchain Hashes</name>
          <t>Two special hashes are included in all Manifest messages; the <tt>Previous Manifest Hash</tt>, which links to the previous manifest message, as well as the <tt>Current Manifest Hash</tt>. This gives a pseudo-blockchain provenance to the manifest message that could be traced back if the Observer was present for extended periods of time.</t>
        </section>
        <section anchor="hash-op" numbered="true" toc="default">
          <name>Hash Algorithms and Operation</name>
          <t>The hash algorithm used for the Manifest Message is the same hash algorithm used in creation of a DET <xref target="drip-rid" format="default"/> that is signing the Manifest.</t>
          <t>An DET using cSHAKE128 <xref target="NIST.SP.800-185" format="default"/> computes the hash as follows:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
cSHAKE128(ASTM Message, 8, "", "Remote ID Auth Hash")
]]></artwork>
          <!-- Get a context ID for Remote ID auth hash or use HHIT ctx id? -->

<ul empty="true" spacing="normal">
            <li>Informative Note: <xref target="drip-rid" format="default"/> specifies cSHAKE128 but is open for the expansion of other OGAs.</li>
          </ul>
          <!-- the previous hash could be; null, broadcast endorsement, self-endorsement, det lower 64 or random nonce -->

<t>When building the manifest of hashes the <tt>Previous Manifest Hash</tt> is known from the previous Manifest message. For the first built manifest this value is null filled. 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. For paged ASTM Messages (currently only Authentication Messages) all the pages are concatenated together and hashed as one object. For all other Message Types each individual 25-byte message is hashed.</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.</t>
          </section>
        </section>
      </section>
      <section anchor="drip-frame" numbered="true" toc="default">
        <name>DRIP Frame</name>
        <t>This SAM Type is for when the authentication data does not fit in other defined formats under DRIP and is reserved for future expansion under DRIP if required.</t>
        <t>The population of the <tt>evidence</tt> section of the DES (<xref target="bas" format="default"/>) is not defined in this document and MUST be openly specified by the implementation (or specification) using it.</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>
        <section anchor="frame-type" numbered="true" toc="default">
          <name>Frame Type</name>
          <t>Byte to sub-type for future different DRIP Frame formats. It takes the first byte in <xref target="frame-fig" format="default"/> leaving 111-bytes available for <tt>Frame Evidence Data</tt>.</t>
          <table align="center">
            <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">0xC0-0xFF</td>
                <td align="left">Experimental</td>
                <td align="left">Experimental Use</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section anchor="fec-details" numbered="true" toc="default">
      <name>Forward Error Correction</name>
      <t>For Broadcast RID, Forward Error Correction (FEC) is provided by the lower layers in Extended Transports (Bluetooth 5.x, Wi-Fi NaN, and Wi-Fi BEACON). The Bluetooth 4.x Legacy Transport does not have supporting FEC so with DRIP Authentication the following application level FEC scheme is used to add 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 supports 2 different FEC encodings. Single Page FEC is the simpler scheme, but can correct for only a single erased page. Multiple Page FEC is more complex, but can correct for multiple erased pages.</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="general-encoding-rules" numbered="true" toc="default">
        <name>General Encoding Rules</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 bytes + number of parity bytes</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>
      </section>
      <section anchor="general-decoding-rules" numbered="true" toc="default">
        <name>General Decoding Rules</name>
        <t>To determine if Single Page FEC or Multiple Page FEC has been used a simple check of the <tt>Last Page Index</tt> can be used. In general if the <tt>Last Page Index</tt> field is one greater than that necessary to hold <tt>Length</tt> bytes of Authentication Data then Single Page FEC has been used otherwise Multiple Page FEC has been used. Note however that if <tt>Length</tt> bytes was exhausted exactly at the end of an Authentication Page then the <tt>Additional Data Length</tt> will occupy the first byte of the following page the remainder of which under DRIP will be null padded: in this case the <tt>Last Page Index</tt> will have been incremented by one more for either Single Page FEC or Multiple Page FEC.</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 are REQUIRED to be sanity checked 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>
          <artwork name="" type="" align="left" alt=""><![CDATA[
function decode_check(auth_pages[], decoded_lpi, decoded_length) {
  // check decoded Last Page Index (LPI) does not exceed maximum LPI
  if (decoded_lpi >= 16) {
    return DECODE_FAILURE
  }
  
  // check that decoded length does not exceed DRIP maximum
  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
}
]]></artwork>
        </figure>
        <t>Implementations MAY also implement an heuristic extension (<xref target="decoding-optimization" format="default"/>) to decode if both the first page (Page 0) and last page (<tt>Last Page Index</tt>) are missing.</t>
      </section>
      <section anchor="single-fec" numbered="true" toc="default">
        <name>Single Page</name>
        <section anchor="enc-single-page" numbered="true" toc="default">
          <name>Encoding</name>
          <t>To generate the parity a simple XOR operation using the previous parity page and current page is used. Only the 23-byte <tt>Authentication Payload</tt> field of <xref target="astm-auth-page" format="default"/> is used in the XOR operations. For Page 0, a 23-byte 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-bytes of FEC data and in this example 10-bytes 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>To decode Single Page 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 1-byte in length, so it will roll over (to 0x00) after reaching its maximum value (0xFF). If only 1-page is missing in the <tt>Authentication Message</tt> the resulting parity bytes should be the data of the erased page.</t>
        </section>
      </section>
      <section anchor="multi-fec" numbered="true" toc="default">
        <name>Multiple Page</name>
        <section anchor="enc-multi-page" numbered="true" toc="default">
          <name>Encoding</name>
          <t>For Multiple Page FEC there are two variations: Frame Recovery and Page Recovery. Both follow a similar process, but are offset at what data is protected.</t>
          <t>For DRIP it is REQUIRED to use a Reed Solomon codes over a Galois Field of <tt>2^8</tt>. The Galois Field is constructed using the primitive polynomial of <tt>1 + x^2 + x^3 + x^4 + x^8</tt>.</t>
          <t>These parameters were selected as it commonly used in Reed Solomon implementations. A form of it was deployed by the National Aeronautics and Space Administration (NASA) for the Voyager probes <xref target="VOYAGER" format="default"/>; a problem space (pun intended) with far tighter constraints than RID.</t>
          <t><xref target="fig-multi-fec" format="default"/> is a generic example of Multiple Page FEC Authentication Message where 3-pages out of N are used for Reed Solomon FEC. The <tt>Additional Data Length</tt> is set to 72 as there are 10-bytes of padding and 62-bytes of parity from Reed Solomon.</t>
          <figure anchor="fig-multi-fec">
            <name>Example Multiple Page FEC Encoding</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
Page N-3:
 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=72     |                               |
+---------------+---------------+                               |
|                          Null Padding                         |
|                                                               |
+---------------+---------------+---------------+---------------+

Page N-2:
 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                  |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

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  |                                               |
+---------------+                                               |
|                                                               |
|                     Forward Error Correction                  |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

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                  |
|                                                               |
|               +---------------+---------------+---------------+
|               |                                               |
+---------------+          Null Padding                         |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <ul empty="true" spacing="normal">
            <li>Informative Note: the last page in the example is padded to fill the full page as specified by <xref target="F3411" format="default"/>.</li>
          </ul>
          <section anchor="enc-page" numbered="true" toc="default">
            <name>Page Recovery</name>
            <t>Page Recovery in Multiple Page FEC protects the same content, just the Authentication Message, as Single Page FEC. The benefit is increased protection from a maximum of one page, up to the page maximum (minus pages being used for authentication).</t>
            <t>In Page Recovery, the <tt>Authentication Payload</tt> field of <xref target="astm-auth-page" format="default"/> for each page is used. Reed Solomon is performed in a byte-wise fashion across each Authentication Page to generate a number of parity bytes. The number of these parity bytes directly corresponds to the number of pages of FEC to be append to the Authentication Message. The resulting parity bytes are placed to the corresponding bytes in the FEC pages. This can be considered a form of interleaving that takes advantage of the fixed page length.</t>
            <t>See <xref target="page-example" format="default"/> for a detailed example of encoding for Page Recovery.</t>
          </section>
          <section anchor="enc-frame" numbered="true" toc="default">
            <name>Frame Recovery</name>
            <t>Frame Recovery in Multiple Page FEC protects not just the Authentication Message it is carried in but also other ASTM Messages being sent. This is at the cost of much longer Authentication Messages. Up to 240 messages (255 minus 15 pages maximum for FEC) can be protected using Frame Recovery.</t>
            <t>For Frame Recovery both transmitter and receiver need to agree on what messages are being Reed Solomon'd over. It is RECOMMENDED that the data is limited to a full transmission set of ASTM Messages. For example in the European Union (EU) a full set of ASTM Messages would include: 1x Basic ID, 1x Location/Vector, 1x System and 1x Operator ID. With DRIP this would also included 1x Authentication that would be carrying the FEC (along with DRIP Authentication).</t>
            <t>Similar to <xref target="enc-page" format="default"/>, Reed Solomon is performed in a bytes-wise fashion across messages to generate the desired number of parity bytes. These messages MUST be in Message Type order when performing the Reed Solomon operation. All 25-bytes of the ASTM Message are used during this operation for Frame Recovery. After the computation the new pseudo-frames formed by the parity are concatenated together. The length of this data is used in the calculation of the <tt>Additional Data Length</tt> with the amount of padding needed to align to a new Authentication Page. The padding and parity data are then placed in the <tt>Additional Data</tt> field.</t>
            <t>See <xref target="frame-example" format="default"/> for a detailed example of encoding for Frame Recovery.</t>
          </section>
        </section>
        <section anchor="dec-multi-page" numbered="true" toc="default">
          <name>Decoding</name>
          <t>To determine if Page Recovery or Frame Recovery is used two modulo checks with the <tt>ADL</tt> after the length of the null-pad is removed are needed. One against the value of 23, and the other against the value of 25. If 23 comes back with a value of 0 then Page Recovery is being used. If 25 comes back with 0 then Frame Recovery is used. Any other combination indicates an error.</t>
          <t>As it is known which pages were not received in an <tt>Authentication Message</tt> (or were erased by Bluetooth due to detected errors), the Reed Solomon capacity can be dedicated exclusively to correction of erasures, rather than to detection and correction of errors, thereby doubling its effective capacity. This is accomplished by marking the erasures, i.e., filling the dummy page(s) or frames with nulls.</t>
          <t>For either Page Recovery or Frame recovery the first step on the receiver is to create empty (or dummy) <tt>Authentication Pages</tt> for any pages missing in the <tt>Authentication Message</tt>. Then the <tt>Additional Data</tt> can be extracted from the <tt>Authentication Message</tt>, have its null-padding removed and further processed.</t>
          <section anchor="dec-page" numbered="true" toc="default">
            <name>Page Recovery</name>
            <t>To decode Page Recovery, the received FEC data along with the <tt>Authentication Payload</tt> of each <tt>Authentication Page</tt> has Reed Solomon performed using erasures byte-wise across the pages. The results should have all pages of the <tt>Authentication Message</tt> recovered. The receiver SHOULD validate the rebuilt message before decoding the actual authentication.</t>
          </section>
          <section anchor="dec-frame" numbered="true" toc="default">
            <name>Frame Recovery</name>
            <t>To decode Frame Recovery, the receiver breaks the <tt>Additional Data</tt> into 25-byte chunks. This will produce the pseudo-frames of parity bytes from the <tt>Authentication Message</tt>.</t>
            <t>To build the rest of the message set, static messages such as Basic ID and Operator ID are constant and can be filled in using any received copy that is cache by the receiver for that UA. Dynamic messages in the set, such as Location/Vector or System can be nulled out to have Reed Solomon alway recover them and the results checked against cached copies from recent transmissions of the UA.</t>
            <t>With all the frames in the set, Reed Solomon can be used in an erasure mode to decode byte-wise across the frames to fill in the erasures and rebuild the entire set of messages. Validation of the <tt>Authentication Message</tt> SHOULD be performed before further processing of authentication data.</t>
          </section>
        </section>
      </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 (Page N-1). This means the <tt>Additional Data Length</tt> would start the next page (Page N) and have 22-bytes 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>. This should be avoided where possible in an effort to maintain efficiency.</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>With Legacy Advertisements the goal is to attempt to bring reliable receipt of the paged Authentication Message. 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 Advertising methods (such as Bluetooth 4.x).</t>
        <t>Under ASTM Bluetooth 4.x rules, transmission of dynamic messages is at least every 1 second. DRIP Authentication Messages typically contain dynamic data (such as the DRIP Manifest or DRIP Wrapper) and should be sent at the dynamic rate of 1 per second.</t>
      </section>
      <section anchor="extended-transports" numbered="true" toc="default">
        <name>Extended Transports</name>
        <t>Under the ASTM specification, Bluetooth 5.x, Wi-Fi NaN, and Wi-Fi BEACON transport of RID is to use the Message Pack (Message Type 0xF) format for all transmissions. Under Message Pack messages are sent together (in Message Type order) in a single Bluetooth 5.x extended frame (up to 9 single frame equivalent messages under Bluetooth 4). Message Packs are required by ASTM to be sent at a rate of 1 per second (like dynamic messages).</t>
        <t>Without any fragmentation or loss of pages with transmission FEC (<xref target="fec-details" format="default"/>) MUST NOT be used as it is impractical.</t>
      </section>
      <section anchor="drip-recommendations" numbered="true" toc="default">
        <name>Authentication</name>
        <t>It is REQUIRED that a UA send the following DRIP Authentication Formats to fulfill the requirements in <xref target="RFC9153" format="default"/>:</t>
        <ol spacing="normal" type="1"><li>SHOULD: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>Broadcast Endorsement: DIME:Apex, DIME:RAA</tt> (satisfying GEN-3); at least once per 5 minutes</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>Broadcast Endorsement: DIME:RAA, DIME:HDA</tt> (satisfying GEN-3); at least once per 5 minutes</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>Broadcast Endorsement: DIME:HDA, UA</tt> (satisfying ID-5, GEN-1 and GEN-3); at least once per minute</li>
          <li>MUST: send any other DRIP Authentication Format (RECOMMENDED: DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)) 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>
      </section>
      <section anchor="operational-recommendations" numbered="true" toc="default">
        <name>Operational</name>
        <t>UAS operation may impact the frequency of sending DRIP Authentication messages. Where a UA is dwelling in one location, and the channel is heavily used by other devices, "occasional" message authentication may be sufficient for an Observer. Contrast this with a UA traversing an area, and then every message should be authenticated as soon as possible for greatest success as viewed by the receiver.</t>
        <t>Thus how/when these DRIP Authentication Messages are sent is up to each implementation. Further complication comes in contrasting Legacy and Extended Transports.  In Legacy, each message is a separate hash within the Manifest. So, again in dwelling, may lean toward occasional message authentication. In Extended Transports, the hash is over the Message Pack so only few hashes need to be in a Manifest. A single Manifest can handle a potential two Message Packs (for a full set of messages) and a DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt>.</t>
        <!-- TODO(atw): is this valid discussion? Do we specify the hashing of -->

<t>A separate issue is the frequency of transmitting the DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt> when using a Manifest Message. This message content is static; its hash never changes radically. The only change is the 4-byte timestamp in the Authentication Message headers. Thus, potentially, in a dwelling operation it can be sent once per minute, where its hash is in every Manifest. A receiver can cache all DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt> to mitigate potential packet loss.</t>
        <t>The following operational configuration is RECOMMENDED (in alignment with <xref target="drip-recommendations" format="default"/>):</t>
        <ol spacing="normal" type="1"><li>Per CAA requirements, generate and transmit a set of ASTM Messages (example; Basic ID, Location and System).</li>
          <li>Under Extended Transports, generate and include in the same Message Pack as the CAA required ASTM Messages a DRIP Wrapper as specified in <xref target="extended-wrapper" format="default"/>.</li>
          <li>Under Legacy Transports, generate and transmit every 5 seconds a DRIP Manifest (<xref target="drip-manifest" format="default"/>) hashing as many sets of recent CAA required ASTM Messages. The system MAY periodically replace the DRIP Manifest with a DRIP Wrapper (<xref target="drip-wrapper" format="default"/>) containing at least a Location Message (Message Type 0x2).</li>
          <li>Under both Legacy or Extended Transports, generate and transmit a DRIP Link's (<xref target="drip-link" format="default"/>) containing; <tt>Broadcast Endorsement: DIME:HDA, UA</tt> every minute, <tt>Broadcast Endorsement: DIME:RAA, DIME:HDA</tt> every 5 minutes, <tt>Broadcast Endorsement: DIME:Apex, DIME:RAA</tt> every 5 minutes.</li>
        </ol>
        <t>The reasoning and math behind this recommendation can be found in <xref target="operational-proof" format="default"/>.</t>
        <section anchor="wrapper-operations" numbered="true" toc="default">
          <name>DRIP Wrapper</name>
          <t>The DRIP Wrapper MUST NOT be used in place of sending the ASTM messages as is. All receivers MUST be able to process all the messages specified in <xref target="F3411" format="default"/>.  Sending them within the DRIP Wrapper makes them opaque to receivers lacking support for DRIP Authentication Messages. Thus, messages within a Wrapper are sent twice: in the clear and authenticated within the Wrapper. The DRIP Manifest format would seem to be a more efficient use of the transport channel.</t>
          <t>The DRIP Wrapper has a specific use case for DRIP aware receivers. For receiver 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 receiver MUST perform verification of the data being received in Broadcast RID.</t>
          <t>After signature validation 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 verification. An example of another source of information is a visual confirmation of the UA position.</t>
          <t>When correlation of these different data streams do 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"/> 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="icao-considerations" numbered="true" toc="default">
      <name>ICAO Considerations</name>
      <t>DRIP requests the following SAM Types to be allocated:</t>
      <ol spacing="normal" type="1"><li>DRIP Link</li>
        <li>DRIP Wrapper</li>
        <li>DRIP Manifest</li>
        <li>DRIP Frame</li>
      </ol>
      <!-- TODO(atw): need help on this section; how should this be formatted? -->

</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>
        <!-- TODO(atw): Stu wonders if this can be deferred? -->

<t>This document requests a new subregistry for Frame Type under the <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-drip-rid-28#section-8.2">DRIP registry</eref>.</t>
        <dl newline="false" spacing="normal">
          <dt>DRIP Frame Type:</dt>
          <dd>
  This 8-bit valued subregistry is for Frame Types in DRIP Frame Authentication Messages. Future additions to this subregistry are to be made through Expert Review (Section 4.5 of <xref target="RFC8126" format="default"/>). The following values are defined:</dd>
        </dl>
        <artwork name="" type="" align="left" alt=""><![CDATA[
| Frame Type | Name         | Description      |
| ---------- | ------------ | ---------------- |
| 0x00       | Reserved     | Reserved         |
| 0xC0-0xFF  | Experimental | Experimental Use |
]]></artwork>
      </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>The astute reader may note that the DRIP Link messages, which are recommended to be sent, are static in nature and contain various timestamps. 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) willing replays an DRIP Link message they have in principle actually helped by ensuring the message is sent more frequently and be received by potential Observers.</t>
        <t>The primary mitigation is the UA is REQUIRED to send more than DRIP Link messages, specifically Manifest and/or Wrapper messages that sign over changing data ASTM Messages (e.g. Location/Vector Messages) using the DET private key. An UA sending these messages then actually signing these and other messages using the DET key provides the Observer with data that proves realtime signing.  An UA who 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 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 as seen 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 recommended that 3-5 minutes should be sufficient to serve this purpose in any scenario, but is not limited by design.</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>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>Many thanks to Rick Salz for the secdir review.</li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC9153" target="https://www.rfc-editor.org/info/rfc9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card">
              <organization/>
            </author>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter">
              <organization/>
            </author>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz">
              <organization/>
            </author>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines terminology and requirements for solutions produced by the Drone Remote Identification Protocol (DRIP) Working Group. These solutions will support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety, and other purposes (e.g., initiation of identity-based network sessions supporting UAS applications). DRIP will facilitate use of existing Internet resources to support RID and to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9153"/>
          <seriesInfo name="DOI" value="10.17487/RFC9153"/>
        </reference>
        <reference anchor="drip-arch" target="https://www.ietf.org/archive/id/draft-ietf-drip-arch-29.txt">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Architecture</title>
            <author fullname="Stuart W. Card">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Adam Wiethuechter">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Robert Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Shuai Zhao">
              <organization>Intel</organization>
            </author>
            <author fullname="Andrei Gurtov">
              <organization>Linköping University</organization>
            </author>
            <date day="16" month="August" year="2022"/>
            <abstract>
              <t>   This document describes an architecture for protocols and services to
   support Unmanned Aircraft System (UAS) Remote Identification (RID)
   and tracking, plus UAS RID-related communications.  This architecture
   adheres to the requirements listed in the DRIP Requirements document
   (RFC9153).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-arch-29"/>
        </reference>
        <reference anchor="F3411">
          <front>
            <title>F3411-22a: Standard Specification for Remote ID and Tracking</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="July"/>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="NIST.SP.800-185" target="http://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" initials="J." surname="Kelsey">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <author fullname="Shu-jen Change" initials="S." surname="Change">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <author fullname="Ray Perlner" initials="R." surname="Perlner">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date month="December" year="2016"/>
          </front>
          <seriesInfo name="NIST Special Publication" value="SP 800-185"/>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-185"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <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">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <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="drip-rid" target="https://www.ietf.org/archive/id/draft-ietf-drip-uas-rid-01.txt">
          <front>
            <title>UAS Remote ID</title>
            <author fullname="Robert Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Stuart W. Card">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Adam Wiethuechter">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Andrei Gurtov">
              <organization>Linköping University</organization>
            </author>
            <date day="9" month="September" year="2020"/>
            <abstract>
              <t>   This document describes the use of Hierarchical Host Identity Tags
   (HHITs) as a self-asserting and thereby trustable Identifier for use
   as the UAS Remote ID.  HHITs include explicit hierarchy to provide
   Registrar discovery for 3rd-party ID attestation.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-uas-rid-01"/>
        </reference>
        <reference anchor="drip-registries" target="https://www.ietf.org/archive/id/draft-ietf-drip-registries-05.txt">
          <front>
            <title>DRIP Entity Tag (DET) Registration &amp; Lookup</title>
            <author fullname="Adam Wiethuechter">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Stuart Card">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Robert Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Jim Reid">
              <organization>RTFM llp</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   This document details the required mechanisms for the registration
   and discovery of DRIP Entity Tags (DETs).  The registration process
   relies upon the Extensible Provisioning Protocol (EPP).  The
   discovery process leverages DNS, DNSSEC, and related technology.  The
   lookup process relies upon the Registration Data Access Protocol
   (RDAP).  The DETs can be registered with as their "raw public keys"
   or in X.509 certificates.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-05"/>
        </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="VOYAGER" target="https://trs.jpl.nasa.gov/bitstream/handle/2014/34531/94-0881.pdf">
          <front>
            <title>Reed-Solomon Codes and the Exploration of the Solar System</title>
            <author>
              <organization/>
            </author>
            <date year="1993" month="August"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="auth-state-diagrams" numbered="true" toc="default">
      <name>Authentication State Diagrams &amp; Color Scheme</name>
      <t>ASTM Authentication has only 3 states: None, Invalid or Valid. This is because under ASTM the idea is that Authentication is done by an external service hosted somewhere on the Internet so it is assumed you will always get some sort of answer back. With DRIP this classification becomes more complex with the support of "offline" scenarios where the receiver does not have Internet connectivity. With the use of asymmetric keys this means 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 reason for DRIP Authentication is to send PK's over Broadcast RID.</t>
      <t>There are two keys of interest: the PK of the UA and the PK of the DIME. This document gives a clear way to send the PK of the UA over the Broadcast RID messages. The key of the DIME can be sent over Broadcast RID using the same mechanisms (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>) but is not required due to potential operational constraints of sending multiple DRIP Link messages. As such there are scenarios where you may have part of the key-chain but not all of it.</t>
      <t>The intent of this appendix is to give some kind of recommended way to classify these various states and convey it to the user through colors and state names/text.</t>
      <section anchor="state-colors" numbered="true" toc="default">
        <name>State Colors</name>
        <t>The table below lays out the RECOMMENDED colors to associate with state.</t>
        <table align="center">
          <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</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 verification missing</td>
            </tr>
            <tr>
              <td align="left">Verified</td>
              <td align="left">Green</td>
              <td align="left">Valid verification results</td>
            </tr>
            <tr>
              <td align="left">Trusted</td>
              <td align="left">Blue</td>
              <td align="left">Valid verification results and DIME is marked as trusted</td>
            </tr>
            <tr>
              <td align="left">Questionable</td>
              <td align="left">Orange</td>
              <td align="left">Inconsistent verification results</td>
            </tr>
            <tr>
              <td align="left">Unverified</td>
              <td align="left">Red</td>
              <td align="left">Invalid verification results</td>
            </tr>
            <tr>
              <td align="left">Conflicting</td>
              <td align="left">Purple</td>
              <td align="left">Inconsistent verification results and DIME is marked as trusted</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="state-diagrams" numbered="true" toc="default">
        <name>State Diagrams</name>
        <t>This section gives some RECOMMENDED state flows that DRIP should follow. Note that the state diagrams do not have all error conditions mapped.</t>
        <section anchor="notations" numbered="true" toc="default">
          <name>Notations</name>
          <figure anchor="state-notations">
            <name>Diagram Notations</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
o--------------o
|   PROCESS    |
o--------------o

+--------------+
|    STATE     |
+--------------+

 ooooo
o  N  o    Transition N
 ooooo

+----->    Transition Option False/No

----->     Transition Option True/Yes

]]></artwork>
          </figure>
        </section>
        <section anchor="general" numbered="true" toc="default">
          <name>General</name>
          <figure anchor="std-state-fig">
            <name>Standard Authentication Colors/State</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
o---------------------o      ooooo        +------+
|        Start        |---->o  1  o+----->| None |
o---------------------o      ooooo        +------+
                               |
                               v
                             ooooo        +-------------+
                            o  2  o+----->| Unsupported |
                             ooooo        +-------------+
                               |             ^
                               v             |
          +---------+        ooooo           |
          | Partial |<-----+o  3  o          |
          +---------+        ooooo           |
                               |             |
                               v             +
                             ooooo         ooooo        o-------------o
                            o  4  o------>o  5  o------>| SAM Decoder |
                             ooooo         ooooo        o-------------o
                               +
                               |
                               v
                        o------------------o
                        | AuthType Decoder |
                        o------------------o
]]></artwork>
          </figure>
          <table align="center">
            <thead>
              <tr>
                <th align="left">Transition</th>
                <th align="left">Transition Query</th>
                <th align="left">Next State/Process/Transition (Yes, No)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">1</td>
                <td align="left">Receiving Authentication Pages?</td>
                <td align="left">2, None</td>
              </tr>
              <tr>
                <td align="left">2</td>
                <td align="left">Authentication Type Supported?</td>
                <td align="left">3, Unsupported</td>
              </tr>
              <tr>
                <td align="left">3</td>
                <td align="left">All Pages of Authentication Message Received?</td>
                <td align="left">4, Partial</td>
              </tr>
              <tr>
                <td align="left">4</td>
                <td align="left">Is Authentication Type received 5?</td>
                <td align="left">5, AuthType Decoder</td>
              </tr>
              <tr>
                <td align="left">5</td>
                <td align="left">Is SAM Type Supported?</td>
                <td align="left">SAM Decoder, Unsupported</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="drip-sam" numbered="true" toc="default">
          <name>DRIP SAM</name>
          <figure anchor="sam-state-fig">
            <name>DRIP SAM Decoder</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
o-------------o      ooooo        o-----------------------------o
| SAM Decoder |---->o  6  o------>| DRIP Wrapper/Manifest/Frame |
o-------------o      ooooo        o-----------------------------o
                       +                 |              ^
                       |                 |              |
                       v                 v              |
                o-----------o    o--------------------o |
                | DRIP Link |--->| Update State Cache | |
                o-----------o    o--------------------o |
                                   |                    |
                                   v                    |
        o--------------o         ooooo       o----------------------o
        | NOP / Return |<------+o  7  o----->| Extract Message from |
        o--------------o         ooooo       | Verification Queue   |
                                             o----------------------o
]]></artwork>
          </figure>
          <table align="center">
            <thead>
              <tr>
                <th align="left">Transition</th>
                <th align="left">Transition Query</th>
                <th align="left">Next State/Process/Transition (Yes, No)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">6</td>
                <td align="left">Is SAM Type DRIP Link?</td>
                <td align="left">DRIP Link, DRIP Wrapper/Manifest/Frame</td>
              </tr>
              <tr>
                <td align="left">7</td>
                <td align="left">Messages in Verification Queue?</td>
                <td align="left">Extract Message from Verification Queue, NOP / Return</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="link-diagram" numbered="true" toc="default">
          <name>DRIP Link</name>
          <figure anchor="drip-link-state-fig">
            <name>DRIP Link State Decoder</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
o-----------o       ooooo         ooooo        +--------------+
| DRIP Link |----->o  8  o+----->o  9  o+----->| Unverifiable |
o-----------o       ooooo         ooooo        +--------------+
                      |             |
                      |-------------'
                      v
                    ooooo        +------------+
                   o  10 o+----->| Unverified |
                    ooooo        +------------+
                      |
                      v
                o---------------------o
                | Add UA DET/PK       |
                | to Key Cache        |
                o---------------------o
                      |
                      v
                    ooooo         +----------+
                   o  11 o+------>| Verified |
                    ooooo         +----------+
                      |              ^
                      v              |
                o-------------------------o
                | Mark UA DET/PK          |
                | as Trusted in Key Cache |
                o-------------------------o
]]></artwork>
          </figure>
          <table align="center">
            <thead>
              <tr>
                <th align="left">Transition</th>
                <th align="left">Transition Query</th>
                <th align="left">Next State/Process/Transition (Yes, No)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">8</td>
                <td align="left">DIME DET/PK in Key Cache?</td>
                <td align="left">10, 9</td>
              </tr>
              <tr>
                <td align="left">9</td>
                <td align="left">DIME PK found Online?</td>
                <td align="left">10, Unverifiable</td>
              </tr>
              <tr>
                <td align="left">10</td>
                <td align="left">DIME Signature Verified?</td>
                <td align="left">Add UA DET/PK to Key Cache, Unverified</td>
              </tr>
              <tr>
                <td align="left">11</td>
                <td align="left">DIME DET/PK marked as Trusted in Key Cache?</td>
                <td align="left">Mark UA DET/PK as Trusted in Key Cache, Verified</td>
              </tr>
            </tbody>
          </table>
        </section>
        <section anchor="drip-wrappermanifestframe" numbered="true" toc="default">
          <name>DRIP Wrapper/Manifest/Frame</name>
          <figure anchor="drip-state-fig">
            <name>DRIP Wrapper/Manifest/Frame State Decoder</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
o-----------------------------o         +--------------+
| DRIP Wrapper/Manifest/Frame |         | Unverifiable |
o-----------------------------o         +--------------+
           |                                   ^
           v                                   |
         ooooo         ooooo        o--------------------o
        o  12 o+----->o  13 o+----->| Add Message to     |
         ooooo         ooooo        | Verification Queue |
           |             |          o--------------------o
           |             |                    
           |-------------'             
           v                           
         ooooo         ooooo         ooooo        +------------+
        o  14 o+----->o  15 o+----->o  16 o+----->| Unverified |
         ooooo         ooooo         ooooo        +------------+
           |             |             |
           v             v             |
         ooooo        +-------------+  |
        o  17 o+----->| Conflicting |  |
         ooooo        +-------------+  |
           |                           |
           v                           v
         ooooo                  +--------------+
        o  18 o---------------->| Questionable |
         ooooo                  +--------------+
           +
           |
           v
         ooooo        +----------+
        o  19 o+----->| Verified |
         ooooo        +----------+
           |
           v
        +---------+
        | Trusted |
        +---------+
]]></artwork>
          </figure>
          <table align="center">
            <thead>
              <tr>
                <th align="left">Transition</th>
                <th align="left">Transition Query</th>
                <th align="left">Next State/Process/Transition (Yes, No)</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">12</td>
                <td align="left">UA DET/PK in Key Cache?</td>
                <td align="left">14, 13</td>
              </tr>
              <tr>
                <td align="left">13</td>
                <td align="left">UA PK found Online?</td>
                <td align="left">14, Add Message to Verification Queue</td>
              </tr>
              <tr>
                <td align="left">14</td>
                <td align="left">UA Signature Verified?</td>
                <td align="left">17, 15</td>
              </tr>
              <tr>
                <td align="left">15</td>
                <td align="left">Has past Messages of this type been marked as Trusted?</td>
                <td align="left">Conflicting, 16</td>
              </tr>
              <tr>
                <td align="left">16</td>
                <td align="left">Has past Messages of this type been marked as Questionable or Verified?</td>
                <td align="left">Questionable, Unverified</td>
              </tr>
              <tr>
                <td align="left">17</td>
                <td align="left">Has past Messages of this type been marked as Conflicting?</td>
                <td align="left">Conflicting, 18</td>
              </tr>
              <tr>
                <td align="left">18</td>
                <td align="left">Has past Messages of this type been marked as Questionable or Unverified?</td>
                <td align="left">Questionable, 19</td>
              </tr>
              <tr>
                <td align="left">19</td>
                <td align="left">Is UA DET/PK marked as Trusted in Key Cache?</td>
                <td align="left">Trusted, Verified</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section anchor="broadcast-endorsement" numbered="true" toc="default">
      <name>Broadcast Endorsement: DIME, UA</name>
      <figure anchor="b-axy-fig">
        <name>Example DRIP Broadcast Endorsement: DIME, UA</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
+---------------+---------------+---------------+---------------+
|                                                               |
|                             DRIP                              |
|                      Entity Tag of DIME                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                             DRIP                              |
|                       Entity Tag of UA                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                      Host Identity of UA                      |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
|                     VNB Timestamp by DIME                     |
+---------------+---------------+---------------+---------------+
|                     VNA Timestamp by DIME                     |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                      Signature by DIME                        |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

DRIP Entity Tag of DIME: (16-bytes)
    DET of DIME.

DRIP Entity Tag of UA: (16-bytes)
    DET of UA.

Host Identity of UA: (32-bytes)
    HI of UA.

VNB Timestamp by DIME (4 bytes):
    Current time at signing.

VNA Timestamp by DIME (4 bytes):
    Timestamp denoting recommended time to trust data to.

DIME Signature (64 bytes):
    Signature over preceding fields using the keypair of 
    the DIME.
]]></artwork>
      </figure>
    </section>
    <section anchor="appendix-c" numbered="true" toc="default">
      <name>Example TX/RX Flow</name>
      <t>In this example the UA is sending all DRIP Authentication Message formats (DRIP Link, DRIP Wrapper and DRIP Manifest) during flight, along with standard ASTM Messages. The objective is to show the combinations of messages that must be received to properly validate a DRIP equipped UA and examples of their various states (as described in <xref target="auth-state-diagrams" format="default"/>).</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
        +-------------------+
  .-----| Unmanned Aircraft |-----.
  |     +-------------------+     |
  | 1       | 2         | 3       | 4
  |         |           |         |

  O         O           O         O
--|--     --|--       --|--     --|--
 / \       / \         / \       / \
  A         B           C         D


Broadcast Paths: Messages Received
1: DRIP Link
2: DRIP Link and DRIP Wrapper or DRIP Manifest
3: DRIP Wrapper or DRIP Manifest
4: None

Observers: Authentication State
A: Unverifiable
B: Verified, Trusted, Unverified, Questionable, or Conflicting
C: Unverifiable
D: None
]]></artwork>
      <t>As the above example shows to properly authenticate both a DRIP Link and a DRIP Wrapper or DRIP Manifest are required.</t>
    </section>
    <section anchor="additional-fec-information" numbered="true" toc="default">
      <name>Additional FEC Information</name>
      <section anchor="decoding-optimization" numbered="true" toc="default">
        <name>Optional Decoding Heuristic</name>
        <t>With <xref target="single-fec" format="default"/>, if Page 0 and the FEC page are missing from the Authentication Message there is a heuristic that can be applied instead of FEC decoding to obtain the Authentication Data. This is based on the structure of the DRIP Authentication Messages and additional information sent over the broadcast or via lookup in DNS.</t>
        <t>Looking at Page 0 (<xref target="fec-pg0" format="default"/>) of any DRIP Authentication Format the payload data is always a DET. For DRIP Link (<xref target="drip-link" format="default"/>) this DET is of the DIME while for DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest (<xref target="drip-manifest" format="default"/>) and Frame (<xref target="drip-frame" format="default"/>) it is the DET of the DIME.</t>
        <figure anchor="fec-pg0">
          <name>Example Page 0 from DRIP Authentication Message</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 Headers    +---------------+ 
|                                               |   SAM Type    |
+---------------+---------------+---------------+---------------+ 
|                                                               |
|                              DRIP                             |
|                           Entity Tag                          |
|                                                               |
+---------------+---------------+---------------+---------------+

Page Header: (1 byte)
    Authentication Type (4 bits)
    Page Number (4 bits)

Authentication Headers: (6-bytes)
    As defined in F3411

SAM Type (1-byte):
    Byte defined by F3411 to multiplex SAMs

DRIP Entity Tag: (16-bytes)
  DET of an entity in network byte order
]]></artwork>
        </figure>
        <t>Under DRIP, the Basic ID Message (Message Type 0x1) SHOULD be using Specific Session ID (ID Type 4) subtype IETF DRIP Entity ID (Type 1). This DET of the UA can be used in place of the missing DET in DRIP Wrapper, Manifest and Frame. For DRIP Link, which is missing the DET of the DIME, the lookup properties of the DET enables the discovery, via DNS, DIME's DET.</t>
        <t>These DETs obtained via other means can replace the missing payload of Authentication Page 0 and enable the full decoding and verification of the DRIP Authentication Message.</t>
        <t>When the missing DET is supposed to be of the UA the DET MAY be sourced from the Basic ID Message (Message Type 0x1). Under DRIP, this SHOULD be set to the DET missing in the Authentication Data.</t>
      </section>
      <section anchor="page-example" numbered="true" toc="default">
        <name>Example: Page Recovery</name>
        <!-- TODO(atw): clean up -->

<t>The following example is an Authentication Message with 7 pages that 3 pages of parity are to be generated for. The first column is just the <tt>Page Header</tt> with a visual space here to show the boundary.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
50 098960bf8c05042001001000a00145aac6b00abba268b7
51 2001001000a0014579d8a404d48f2ef9bb9a4470ada5b4
52 ff1352c7402af9d9ebd20034e8d7a12920f4d7e91c1a73
53 dca7d04e776150825863c512c6eb075a206a95c59b297e
54 f2935fd416f27b1b42fd5d9dfaa0dec79f32287f41b454
55 7101415def153a770d3e6c0b17ae560809bc634a822c1f
56 3b1064b80a000000000000000000000000000000000000
]]></artwork>
        <t>For Page Recovery the first column is ignored and the last 23-bytes of each page are extracted to have Reed Solomon performed on them in a column wise fashion to produce parity bytes. This can be considered a form of interleaving that takes advantage of the fixed page length. For the example the following 3-bytes of parity are generated with the first byte of each page:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
dc6c02 = ReedSolomon.encoder(0920ffdcf2713b)
]]></artwork>
        <t>Each set of parity is the placed into a pseudo-frame as follows (each byte in its own message in the same column). Below is an example of the full parity generated and each 23-bytes of parity added into the additional pages as <tt>Additional Data</tt>:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
57 dc6657acd30b2ec4aa582049f52adf9f922e62c469563a
58 6c636a59145a55417a3895fd543f19e94200be4abc5e94
59 02bba5e28f5896d754caf50016a983993b149b5c9e6eeb
]]></artwork>
      </section>
      <section anchor="frame-example" numbered="true" toc="default">
        <name>Example: Frame Recovery</name>
        <!-- TODO(atw): clean up -->

<t>Below is an example of a number of messages. The first column is an additional ASTM Header that contain the Message Type; with a visual space for clarity. The last 24-bytes are the actual message contents; be it location information or an Authentication Page.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
10 42012001001000a0014579d8a404d48f2ef9000000000000
11 249600006efeb019ee111ed37a097a0948081c10ffff0000
12 50098960bf8c05042001001000a00145aac6b00abba268b7
12 512001001000a0014579d8a404d48f2ef9bb9a4470ada5b4
12 52ff1352c7402af9d9ebd20034e8d7a12920f4d7e91c1a73
12 53dca7d04e776150825863c512c6eb075a206a95c59b297e
12 54f2935fd416f27b1b42fd5d9dfaa0dec79f32287f41b454
12 557101415def153a770d3e6c0b17ae560809bc634a822c1f
12 563b1064b80a000000000000000000000000000000000000
13 0052656372656174696f6e616c2054657374000000000000
14 02c2ffb019322d1ed3010000c008e40700fc080000000000
15 004e2e4f5031323334353600000000000000000000000000
]]></artwork>
        <t>A similar process is followed as in <xref target="enc-page" format="default"/>. Here every column of bytes has parity generated for it (even the ASTM Header). In the below example 5-bytes of parity are generated using the ASTM Header column:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
6c3f42b8a8 = ReedSolomon.encoder(101112121212121212131415)
]]></artwork>
        <t>After doing this to all columns the following pseudo-frames would have been generated:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
6c86337bf7ab746f5d62bb7f8de954104b121585d3975f6e92
3f06c1bce165b0e25930d57a63c24f751145e1dd8dc115029b
42e9979580327a6a14d421c12a33aa2e1a2e517daaee581016
b8012a7b3964f7b2720d387bfa77e945556f1831cd477ef3a3
a85bb403aada89926fb8fc2a14a9caacb4ec2f3a6ed2d8e9f9
]]></artwork>
        <t>These 25-byte chunks are now concatenated together and are placed in Authentication Pages, using the <tt>Additional Data</tt>, 23-bytes at a time. In the below figure the first column is the ASTM Header as before, the second column is the <tt>Page Header</tt> for each Authentication Page and then last column is the 23-bytes of data for each page.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
12 57 6c86337bf7ab746f5d62bb7f8de954104b121585d3975f
12 58 6e923f06c1bce165b0e25930d57a63c24f751145e1dd8d
12 59 c115029b42e9979580327a6a14d421c12a33aa2e1a2e51
12 5a 7daaee581016b8012a7b3964f7b2720d387bfa77e94555
12 5b 6f1831cd477ef3a3a85bb403aada89926fb8fc2a14a9ca
12 5c acb4ec2f3a6ed2d8e9f900000000000000000000000000
]]></artwork>
      </section>
    </section>
    <section anchor="operational-proof" numbered="true" toc="default">
      <name>Operational Recommendation Proof</name>
      <t>The recommendations found in (<xref target="operational-recommendations" format="default"/>) may seem heavy handed and specific. This appendix lays out the math and assumptions made to come to the recommendations listed there. This section is solely based on operations using Bluetooth 4.x; as such all calculations of frame counts for DRIP included FEC using (<xref target="single-fec" format="default"/>).</t>
      <section anchor="proof-defs" numbered="true" toc="default">
        <name>Definitions</name>
        <t>Frame:</t>
        <ul empty="true" spacing="normal">
          <li>A single Bluetooth 4.x frame containing an ASTM Message or ASTM Authentication Page.</li>
        </ul>
        <t>Cycle:</t>
        <ul empty="true" spacing="normal">
          <li>A set of frames transmitted in a 1 second window.</li>
        </ul>
      </section>
      <section anchor="methodology" numbered="true" toc="default">
        <name>Methodology</name>
        <t>In the US, the required ASTM Messages to be transmitted every cycle 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.</t>
        <ul empty="true" spacing="normal">
          <li>Information Note: in Europe the Operator ID Message (0x5) is also included; pushing the frame count to 8 per cycle.</li>
        </ul>
        <t>To calculate the frame count of a given DRIP Authentication Message the following formula is used:</t>
        <ul empty="true" spacing="normal">
          <li>1 + ceiling(((88 + (Item Size * Item Count)) - 16) / 23) + 1</li>
        </ul>
        <t>The leading 1 is counting for the Page 0 which is always present. 88 is the number of bytes for the DRIP framing in every DRIP Authentication Format, this is the DET (16-bytes), timestamps (8-bytes) and signature (64-bytes). Item Size (in bytes) is size of each item in a given format; for Wrapper it is 25 (a full ASTM Message), while for Manifest it is 8 (A single hash). The value 16 is the number of bytes not counted (as they are part of Page 0 which is already counted for). 23 is the number of bytes per Authentication Page (pages 1 - 15). After dividing by 23 the value is raised to the nearest whole value as we can only send full frames, not partial. The final 1 is counting for a single page of FEC applied in DRIP under Bluetooth 4.x.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: for DRIP Link the Item Size is 48 and Item Count is 1; resulting in a frame count of 8</li>
        </ul>
        <t>Comparing all DRIP Authentication Message frame counts we have the following:</t>
        <table anchor="tbl-frame-counts" align="center">
          <name>Frame Counts</name>
          <thead>
            <tr>
              <th align="left">Item Count</th>
              <th align="left">Wrapper Frames</th>
              <th align="left">Manifest Frames</th>
              <th align="left">Total Frames (Wrapper, Manifest)</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">7</td>
              <td align="left">6</td>
              <td align="left">8, 7</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">8</td>
              <td align="left">6</td>
              <td align="left">10, 8</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">9</td>
              <td align="left">7</td>
              <td align="left">12, 10</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">10</td>
              <td align="left">7</td>
              <td align="left">14, 11</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">N/A</td>
              <td align="left">7</td>
              <td align="left">N/A, 12</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A, 14</td>
            </tr>
            <tr>
              <td align="left">7</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A, 15</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A, 16</td>
            </tr>
            <tr>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A, 18</td>
            </tr>
            <tr>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A, 19</td>
            </tr>
            <tr>
              <td align="left">11</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A, 20</td>
            </tr>
            <tr>
              <td align="left">12</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A, 22</td>
            </tr>
          </tbody>
        </table>
        <t>The values in <tt>Total Frames</tt> is calculated by adding in the <tt>Item Count</tt> (to either the <tt>Wrapper Frames</tt> or <tt>Manifest Frames</tt> column) to account for the ASTM Messages being sent outside the Authentication Message.</t>
        <section anchor="us-examples" numbered="true" toc="default">
          <name>US Examples</name>
          <t>Each row represents a second and single cycle consisting of two sets of required messages (2x Basic ID, Location, System).</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
+-----------------------------------------------------------+
|                        Frame Slots                        |
| 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |            .....            | -1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |            .....            | 0
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[0,1] | 2
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 3
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[2,3] | 4
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 5
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[4,5] | 6
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 7
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[6,7] | 8
+----+----+----+----+----+----+----+----+----+----+----+----+

# = Empty Frame Slot
B = Basic ID Message (0x1)
V = Location/Vector Message (0x2)
S = System Message (0x4)
L = DRIP Link Authentication Message (0x2)
W[y,z] = DRIP Wrapper Authentication Message (0x2)
  Wrapping Location (0x1) and System (0x4)
M(x)[y,z] = DRIP Manifest Authentication Message (0x2)
  x = Number Hashes
  y = Start Page
  z = End Page
* = Message in DRIP Manifest Authentication Message
]]></artwork>
          <t>Each DRIP Manifest contains the previous 2 seconds worth of required messages. Every required message is manifested. Needs 2 prime seconds, could be filled with a link or a wrapper? 1x link every 8 seconds</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
+-----------------------------------------------------------+
|                        Frame Slots                        |
| 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |            .....            | -1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |            .....            | 0
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |            W[0,5]           | 1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |  W[6,7] |       L[0,3]      | 2
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 3
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[0,1] | 4
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |            W[0,5]           | 5
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |  W[6,7] |       L[4,7]      | 6
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 7
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[2,3] | 8
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |            W[0,5]           | 9
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |  W[6,7] |       L[0,3]      | 10
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 11
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[4,5] | 12
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |            W[0,5]           | 13
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |  W[6,7] |       L[4,7]      | 14
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 15
+----+----+----+----+----+----+----+----+----+----+----+----+ 
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[6,7] | 16 
+----+----+----+----+----+----+----+----+----+----+----+----+

# = Empty Frame Slot
B = Basic ID Message (0x1)
V = Location/Vector Message (0x2)
S = System Message (0x4)
L = DRIP Link Authentication Message (0x2)
W[y,z] = DRIP Wrapper Authentication Message (0x2)
  Wrapping Location (0x1) and System (0x4)
M(x)[y,z] = DRIP Manifest Authentication Message (0x2)
  x = Number Hashes
  y = Start Page
  z = End Page
* = Message in DRIP Manifest Authentication Message
]]></artwork>
          <t>Manifest every 2 seconds (half coverage of stream - can get full by only doing 1/2 of each second?), Wrapper every 2 seconds, 1x Link every 6 seconds, 1x Link every 16 seconds.</t>
          <t>This gives 1 long running link, 1 short running link, 1 wrapper every 2 seconds and 1 manifest every 2 seconds covering last 4 seconds (1/2 of each second)</t>
          <t>Either link could be chosen to be replaced by another link or not sent at all</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
+-----------------------------------------------------------+
|                        Frame Slots                        |
| 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |            L[0,5]           | 1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B* | V* | S* | B* | V* | S* |  L[6,7] | ## | ## | ## | ## | 2
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 3
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    | ## | ## | 4
+----+----+----+----+----+----+----+----+----+----+----+----+

# = Empty Frame Slot
B = Basic ID Message (0x1)
V = Location/Vector Message (0x2)
S = System Message (0x4)
L = DRIP Link Authentication Message (0x2)
M(x)[y,z] = DRIP Manifest Authentication Message (0x2)
  x = Number Hashes
  y = Start Page
  z = End Page
* = Message in DRIP Manifest Authentication Message
]]></artwork>
          <t>Manifest every 2 seconds (full stream coverage), Link every 2 seconds, could send 3x more links (2 pages of one in second 4, 2 pages each of 2 in second 2).</t>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
EBZopz61YELds9oJ/HXg6yquxeeT5y9G9oeJ7++9sb5Z81SxSLp+VYVrQp20
UQCFtQrbI8ffsMv8+tdowgWcoD8aoUH/+ORi9/Wf187zHs21fw5XwhrWPvfQ
eR+7HxrbwxkHYGuPo6mPA8/jh0ecxtbR1YNlgkex8e3H9TJI3uXOq3Dc92hg
00ZMoDz29B63BqQhSnMP44JZw0OISIgd76NZib+Lj2Mrn6Ytfaw3gGbtuasn
m6cclnsIRZI5aF2NKpLSx/7grM5rMivMyHlHr2boaV2nC/CsHs1++KxN205A
ZrXNgPSFK5w4S3hc8lL1bdgFszadcVwIW8tyEeJ/l78/a56s+p4FXwsqlgI2
Gjr1TyGBwR/DZddpO86GN7DXR83oncb2H4/AFQrguZMyvz7Y/qRXbcVnIOMt
V9Joth0eizikZaZF/IhZCwXu9+tB4vy1ZcGbXrU/3uPeSN+sfW4TzB+06QdJ
HAjijgfwrvfX3lYR51NXoDZD8P16mKw1R28yiXuKI2xw39mg6+96/1Ej5pbv
/2zYjP9zsw6+5mft/cZN9fJo+6esG/LjZ1AZu7C/q+1A89d64BxAkdC2fZT1
S/hDwdPW1fu+8DlXeyb5p1j0WUO5P6cwtPnn17Ikb/p5rJW55azecuVtgtJ2
SDQ7VeQU25/ERdjnaBEPlJsetogMh1pj5sFn/UU8UIx6wCL2q0jCtz+Ji7DP
vVfPsVpPYMuKpCYYaYEWkwGGWuTkrTWynkNHq8hCNi5iz3nxcYvw6BkGWzqg
86ndJhGTFrH/0Ytw9lrgsfAh0cs+4C+i57z4aZCwu/0uB4nmWo2DFnHgLOI0
dW7pNmF7448hujlRO7+I0o7aUo1F3e+YRJ9aaJ/QJrDfRdezT/rZ1ieLWNjH
jXAyW2Dy2UVABZJIHfu4NWz/+Ry9un7DkMyAEvD6I9ew/eefAZJfdITn2PPo
dBTyiWw4jd/0Ln7VEX4pjPrh7KmfILWWxvySa+h/8TU8/Oe3gQ9fR9g4ghXx
N6HTL7uGryP8U47wGRoCk5iSF90OVbm5x00IKmQNwQRo+a5e+Nbb/rp3qJNF
AR+F59st9/nnp+bxYlpf7nATk8ohPX+0TKgyECVZS2455lnj60VkOvO6fQCW
FS8kX8LmneKomBBDxac4uzvGvfvujfKeP6r9hnKb5hjixb3CsNmYm1P+LlzN
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

-->

</rfc>
