<?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-26" 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-26"/>
    <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="October" day="14"/>
    <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 Systems (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 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 (Observer, USS, UTM, etc.) defined in <xref target="RFC9153" format="default"/>. Other terms (such as DIME) are from <xref target="drip-arch" format="default"/>, while others (RAA, HDA, etc.) are from <xref target="drip-rid" format="default"/>.</t>
        <t>In addition, the following terms are defined for this document:</t>
        <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>
      </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 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. 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 replay 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 a 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 a TBD registrar 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">To Be Assigned</td>
                  <td align="left">DRIP Link (<xref target="drip-link" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">To Be Assigned</td>
                  <td align="left">DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">To Be Assigned</td>
                  <td align="left">DRIP Manifest (<xref target="drip-manifest" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">To Be Assigned</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 the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest <xref target="drip-manifest" format="default"/> and Frame (<xref target="drip-frame" format="default"/>). DRIP Link (<xref target="drip-link" format="default"/>) MUST NOT use 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>
          <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 the Manifest or the Wrapper) that contain data (e.g., the ASTM Location/Vector Message, Message Type 0x2) that is guaranteed to be unique, unpredictable and easily cross checked by the receiving device. 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 to form a contiguous byte sequence (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 a 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="wrapped-count-sanity-check" numbered="true" toc="default">
          <name>Wrapped Count &amp; Sanity Check</name>
          <t>When decoding a DRIP Wrapper on a receiver, a calculation of the number of messages wrapped and a sanity check can be performed by using the number of bytes (defined as <tt>wrapperLength</tt>) between the <tt>UA DET</tt> and the <tt>VNB Timestamp by UA</tt> such as in <xref target="wrapper-check" format="default"/>.</t>
          <figure anchor="wrapper-check">
            <name>Pseudo-code for Wrapper sanity check and number of messages calculation</name>
            <artwork name="" type="" align="left" alt=""><![CDATA[
if (wrapperLength MOD 25) != 0 {
  return DECODE_FAILURE
}
wrappedCount = wrapperLength / 25;
]]></artwork>
          </figure>
        </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 a Wrapper in this form is identical to Message Set Signature (Authentication Type 0x3) when running over Extended Transports. What the Wrapper provides is the same format but over both Extended and Legacy Transports allowing the transports to be similar. Message Set Signature also implies using the ASTM validator system architecture which relies on Internet connectivity for verification which the receiver may not have at the time of receipt of an Authentication Message. This is something the Wrapper, and all DRIP Authentication Formats, avoid when the UA key is obtained via a DRIP Link Authentication Message.</t>
        </section>
        <section anchor="wrapper-limitations" numbered="true" toc="default">
          <name>Wrapper Limitations</name>
          <t>The primary limitation of the Wrapper is the bounding of up to 4 ASTM Messages that can be sent within it. Another limitation is that the format 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 a Wrapper is being used the wrapped data must effectively be sent twice, once as a single framed message (as specified in <xref target="F3411" format="default"/>) and then again within the Wrapper.</t>
        </section>
      </section>
      <section anchor="drip-manifest" numbered="true" toc="default">
        <name>DRIP Manifest</name>
        <t>This SAM Type is used to create message manifests that contain hashes of previously sent ASTM Messages.</t>
        <t>By hashing previously sent messages and signing them we gain trust in a UA's previous reports without 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 (<xref target="wrapper-limitations" format="default"/>) and greatly reduce overhead.</t>
        <t>Judicious use of a Manifest enables an entire Broadcast RID message stream to be strongly authenticated with less than 100% overhead relative to a completely unauthenticated message stream (see <xref target="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 (from 2 to 11) and two special hashes (<xref target="block-hashes" format="default"/>). All these hashes can be  concatenated to form a contiguous byte sequence 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-sanity-check" numbered="true" toc="default">
          <name>Hash Count &amp; Sanity Check</name>
          <t>When decoding a DRIP Manifest on a receiver, a calculation of the number of hashes and a sanity check can be performed by using the number of bytes (defined as <tt>manifestLength</tt>) between the <tt>UA DET</tt> and the <tt>VNB Timestamp by UA</tt> such as in <xref target="manifest-check" format="default"/>.</t>
          <figure anchor="manifest-check">
            <name>Pseudo-code for Manifest sanity check and number of hashes calculation</name>
            <artwork name="" type="" align="left" alt=""><![CDATA[
hashLength = 8
if (manifestLength MOD hashLength) != 0 {
  return DECODE_FAILURE
}
hashCount = (manifestLength / hashLength) - 2;
]]></artwork>
          </figure>
        </section>
        <section anchor="block-hashes" numbered="true" toc="default">
          <name>Pseudo-Blockchain Hashes</name>
          <t>Two special hashes are included in all Manifests; the <tt>Previous Manifest Hash</tt>, which links to the previous Manifest, as well as the <tt>Current Manifest Hash</tt>. This gives a pseudo-blockchain provenance to the Manifest 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 is the same hash algorithm used in creation of the DET <xref target="drip-rid" format="default"/> that is signing the Manifest.</t>
          <t>DET's using cSHAKE128 <xref target="NIST.SP.800-185" format="default"/> compute the hash as follows:</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
cSHAKE128(ASTM Message, 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 list of hashes the <tt>Previous Manifest Hash</tt> is known from the previous Manifest. 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 standardizes a single page FEC scheme using XOR parity across all page data of an Authentication Message. This allows the correction of single erased page in an Authentication Message. Other FEC schemes, to protect more than a single page of an Authentication Message or multiple <xref target="F3411" format="default"/> Messages, is left for future standardization if operational experience proves it necessary and/or practical.</t>
      <t>The data added during FEC is not included in the <tt>Authentication Data / Signature</tt> but instead in the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/>. This may cause the Authentication Message to exceed 9-pages, up to a maximum of 16-pages.</t>
      <section anchor="enc-single-page" numbered="true" toc="default">
        <name>Encoding</name>
        <t>When encoding two things are REQUIRED:</t>
        <ol spacing="normal" type="1"><li>The FEC data MUST start on a new Authentication Page. To do this the results of parity encoding MUST be placed in the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/> with null padding before it to line up with the next page. The <tt>Additional Data Length</tt> field MUST be set to <tt>number of padding 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>
        <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 determine if 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 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 FEC.</t>
        <t>To decode FEC in DRIP a rolling XOR is used on each <tt>Authentication Page</tt> received in the current <tt>Authentication Message</tt>. A Message Counter, outside of the ASTM Message but specified in <xref target="F3411" format="default"/> is used to signal a different <tt>Authentication Message</tt> and to correlate pages to messages. This Message Counter is only 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>
        <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="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.x). 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>
        <t>A separate issue is the frequency of transmitting the DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt> when using the Manifest. 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 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="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 DRIP Link 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 the 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 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>
        <li>Thanks to Matt Joras for a genart 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" initials="S. W." surname="Card">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Shuai Zhao" initials="S." surname="Zhao">
              <organization>Intel</organization>
            </author>
            <author fullname="Andrei Gurtov" initials="A." surname="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" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Stuart W. Card" initials="S. W." surname="Card">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Adam Wiethuechter" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Andrei Gurtov" initials="A." surname="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" initials="A." surname="Wiethuechter">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Stuart W. Card" initials="S. W." surname="Card">
              <organization>AX Enterprize, LLC</organization>
            </author>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Jim Reid" initials="J." surname="Reid">
              <organization>RTFM llp</organization>
            </author>
            <date day="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>
      </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 DIME Endorsement
    of UA DET and HI (may be minutes to months in the future).

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 |-----.
  |     +-------------------+     |
  | 0             | 1             | 2
  |               |               |

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


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

Observers: Authentication State
A: None
B: Unverifiable
C: Verified, Trusted, Unverified, Questionable, or Conflicting
]]></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="decoding-optimization" numbered="true" toc="default">
      <name>Additional FEC Decoding Heuristic</name>
      <t>With <xref target="fec-details" 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 UA.</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 a 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, the 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="operational-proof" numbered="true" toc="default">
      <name>Operational Recommendation Analysis</name>
      <t>The recommendations found in (<xref target="operational-recommendations" format="default"/>) may seem heavy handed and specific. This 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="fec-details" format="default"/>.</t>
      <section anchor="methodology" numbered="true" toc="default">
        <name>Methodology</name>
        <t>In the US, the required ASTM Messages to be transmitted every second are: Basic ID (0x1), Location (0x2) and System (0x4). Typical implementations will most likely send at a higher rate (2x sets per cycle) resulting in 6 frames sent per cycle.</t>
        <!-- do we regard the the set when sent twice a second as a retransmission or as an update? -->

<ul empty="true" spacing="normal">
          <li>Informational Note: in Europe the Operator ID Message (0x5) is also included; pushing the frame count to 8 per cycle. For Japan two Basic ID (0x0), Location (0x1) and Authentication (0x2) are required.</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((((16 + 8 + 64) + (Item Size * Item Count) + 2) - 16) / 23) + 1</li>
        </ul>
        <t>The leading 1 is counting for the Page 0 which is always present. The DET (16-bytes), timestamps (8-bytes) and signature (64-bytes) all make up the required fields for DRIP. Item Size (in bytes) is size of each item in a given format; for a Wrapper it is 25 (a full ASTM Message), while for a Manifest it is 8 (a single hash). 2 more is added to account for the SAM Type and the ADL byte. 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 DRIP Wrapper and Manifest 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">Authenticated Frames</th>
              <th align="left">Wrapper Frames</th>
              <th align="left">Manifest Frames</th>
              <th align="left">Total Wrapper Frames</th>
              <th align="left">Total Manifest Frames</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">7</td>
              <td align="left">7</td>
              <td align="left">8</td>
              <td align="left">8</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">8</td>
              <td align="left">7</td>
              <td align="left">10</td>
              <td align="left">9</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">9</td>
              <td align="left">7</td>
              <td align="left">12</td>
              <td align="left">10</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">10</td>
              <td align="left">8</td>
              <td align="left">14</td>
              <td align="left">12</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">13</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">14</td>
            </tr>
            <tr>
              <td align="left">7</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">16</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">17</td>
            </tr>
            <tr>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">19</td>
            </tr>
            <tr>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">20</td>
            </tr>
            <tr>
              <td align="left">11</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">21</td>
            </tr>
          </tbody>
        </table>
        <t>Note that for <tt>Manifest Frames</tt> the calculations use an <tt>Item Count</tt> that is <tt>2 + Authentication Frames</tt>. This is to account for the two special hashes.</t>
        <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>
      <section anchor="astm-maximum-schedule-example" numbered="true" toc="default">
        <name>ASTM Maximum Schedule Example</name>
        <t>For this example we will assume the following ASTM Messages are in play:</t>
        <ul spacing="normal">
          <li>1x Basic ID (0x0) set as ID Type for Serial Number (0x1)</li>
          <li>1x Basic ID (0x0) set as ID Type for CAA Assigned ID (0x2)</li>
          <li>1x Basic ID (0x0) set as ID Type for UTM Assigned ID (0x3)</li>
          <li>1x Basic ID (0x0) set as ID Type for Specific Session ID (0x4)</li>
          <li>2x Location (0x1)</li>
          <li>1x Self ID (0x3)</li>
          <li>2x System (0x4)</li>
          <li>2x Operator ID (0x5)</li>
        </ul>
        <t>This message set is uses all single frame ASTM Messages, sending a set of them (Location, System and Operator ID) at a rate of 2 per second. Two Basic ID's are sent in a single second and rotate between the 4 defined (1x per type). A single Self ID is sent every second. All messages in a given second if appear more than once are exact duplicates.</t>
        <figure anchor="schedule-fig">
          <name>Example Transmit Schedule</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
+-----------------------------------------------------------+
|                        Frame Slots                        |
| 00 | 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A* | V* | S  | O  | B  | V  | S* | O  | I  |   L/W[0,2]   |
+----+----+----+----+----+----+----+----+----+----+----+----+
| C* | V  | S* | O  | D* | V* | S  | O  | I* |   L/W[3,5]   |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A  | V* | S  | O* | B* | V  | S  | O  | I  |L/W[6,7] | ## |
+----+----+----+----+----+----+----+----+----+----+----+----+
| C  | V  | S  | O  | D  | V  | S  | O  | I  |    M[0,2]    |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A  | V  | S  | O  | B  | V  | S  | O  | I  |    M[3,5]    |
+----+----+----+----+----+----+----+----+----+----+----+----+
| C  | V  | S  | O  | D  | V  | S  | O  | I  |    M[6,8]    |
+----+----+----+----+----+----+----+----+----+----+----+----+
| A  | V  | S  | O  | B  | V  | S  | O  | I  |M[9]| ## | ## |
+----+----+----+----+----+----+----+----+----+----+----+----+

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

L[y,z] = DRIP Link Authentication Message (0x2)
W[y,z] = DRIP Wrapper Authentication Message (0x2)
  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>
        </figure>
        <t>Manifest messages in the schedule are filled with unique messages from previously transmitted messages before the new Manifest is sent. In <xref target="schedule-fig" format="default"/> this is denoted by the <tt>*</tt> symbol as being part of the Manifest. For the figure 24 messages are eligible for the Manifest in the very first cycle of transmission. In future iterations, 56 messages are eligible across the 7 seconds it takes to send the previous Manifest and the next Link/Wrapper. Care should be given into the selection of messages for a Manifest as there is a limit of 11 hashes.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: the term "unique message" above is used as in the example schedule the 2nd Location and System messages MAY be exact copies of the previous Location and System messages sent in the same second. Duplicates of this kind SHOULD NOT be included in a Manifest.</li>
        </ul>
        <t>In the schedule the Wrapper and the Link messages switch back and forth the contents of them are changing in the following order:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Link: Apex on RAA
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Wrapper: Location (0x1), System (0x4)
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Link: Apex on RAA
Link: HDA on UA
Link: RAA on HDA
Link: HDA on UA
Wrapper: Location (0x1), System (0x4)
Link: ??? on Apex
]]></artwork>
        <t>Any messages not required for a local jurisdiction can be removed from the schedule. It is RECOMMENDED this empty frame slot is left empty to help with timing due to RF constraints/concerns. For example in the US the Self ID(0x3) and Operator ID (0x5) are not required and can be ignored in the above figures. In the US only one Basic ID (0x0) is selected at any given time, opening up 3 more slots.</t>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
8asXPY0oXxzKdQ/NzapUTV60FCJ0VDUavak4AqMRgZCvOEY6JbnpSUcoYlT8
ocRtJ8Pcb5G/plFA43kZSaY5gf4fUcTjNH1l+Y62RHPt9txQmV5w4qt7ZwU8
LDAPmcY9NlMq5zrXswAOSft3DQYDyTdtyxfjaGc154V5vm5dALtVR/i3nwfG
zfhicr74qV+ozeb1pr5vt8D+CZZx/6RGe5s9QI8vsNHBNXLldKXj8td3wChi
OpXmLKs3D930qa0W0glP6dtdk6GV9MlsJDVIhlk6ShlOQmid51/by7XctZnP
2RDIXzlLuvjs+Um3K1TdzzArZivKMHuwh3FPpOqusy36znxeFnVKDEvvg7A5
80xFwXhM2YXVJ6a/Pdhbn+PWy0TsJbhlkuLvjLf7NF5IJ4c5a8VGvyik6oI+
S7QXLSWbeqTNv7ZbfpXNI9QXkp0sNa66TJZi1Jrw7qCZ0U6ijZR1gbVvcxCJ
OKuT8acXXUkhWW0CGSXIF1Rul05MF5WMfg4dxTOlFXdOhynX347fYgop1BBI
SvSAqrddSKrSO9ioA1u8wW4RBcrwwDg7qlQhfqfN3R0TP2HniNnUKTAP95NL
b5GRyF/TqimimGRKLzmZ/IVXpBzOcTgpXOxot09MzBPl6NeRccEyxIjQSH1A
x2JLyErBVEkBGcQCdLSZnNdS8g3hMoVHcZUlLNSsS6JHgigHQtiXymm9naxE
bqY9icMMlooL9K5wE0bzI6cbf0bVrmDD2Gof+LXdejrvO7K7iagLbx7CJvX4
pHQJT7r+oW6BVjBybfDTwnNWd9w13CObu51zOJLWMQmv6grmUf1Tbbphf4wc
Tl8KIRCUm8FNEVrtdnyvXWQEmehSh+TYzHauiOxRlKUN9so4YpOwNTcxv01V
UWS4Uhj/mdXZmdGI4H6l3F9ogfTDmZO0HkkTJbc/xMp7egTEMvR0s+PEE42y
UErEkQ7gSqxlnOjTlqDXVjE8H6Fi7jxQ7DLxsTb3+6oVd/29pPxWlI3+tBTe
r5EVOgHhpUYEZmOJrNrYqC7kBUIVZI4X6XnuBDcC6qECGvDeugKBtfAgpeDc
WEnsy5ubhJfznqO2XI+kF27e1jtWt4Q+pvIE9kvfK+BHGpKlE2uBZ4+3TGoc
4JnBT0ed1UiTd5HDOhnRvhHisQZ4ifASxG5vi24W/bHIJ4sMwrJmupDmcgeJ
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
xnvlcaD9dtdnXVcNtO0NRImjLmqTs2hN11thbr+D9jtdn/9eNdCOO9BhXrso
wzg/8lZ1qx51q3DdNNCj0kCGM2/eMtvewR4rN/HW8fKDd2rpeR2FrafF9vaV
8Bc+RAz32MVwrvlgQyspN9gQUKb2HzOHhs2ppqMqpVlqpIvVdEylJ40o6nLd
k+qb7urS8gPnl+qbt44+45a3+t0cvYi0SE+O57efdcyaT23yqju9Wd0t780y
y22n70BHA3BYqADMfPxGbQAeoDwDwpgQZ/JEv/4tmvA5SYdxxUdL9T3noiVZ
QRFANljYvMte2E/jijxKF8yqlE7fbn0fP4Kq3Z2OlU/tflTtYzU1NNBjd74u
xjT34Tu3hXnaXYmKalb0xO3GWMCjpOacv1MNMFRt2i1BpIOa6S7fPETtqDZT
fKjB1Qb4mxnCGunUxxaMqJ9a6QS+PfNlFVfj88nj1wP73dj3W6+vLxpa1bOk
zbOqnRPKpJs1u9AosN2z/xWrrM6/QRKuoQTD8VhxsbeNN39tHOcW1bV/DZdC
Ghrb3XXc+66H+vZgxtmwxuMY6OPA8/jhHqextnd1Z57gXmR8/XG9DrL3lfOq
7fcWFWxaiQmYx57e/eaAOERp6mFMMA00hJCE6PE+mpT4q/g4svJp0tLHWgNo
1Kfu7EnnKYflHkIdZw5S12YXUel9Pziq85qMCiNyAM9xgpbWJlmAR/Vw9t1H
HdhstjKqzWisL1ztwGXE46KXrq/Drhl14PTj7rDVLNcB/nfV+9PQsutbFnwp
qJ4LWKno1J9aBIMfQ2WbpB1nwSvI671G9E5j/cdDcLUMeOWkzJ931j/pWVv2
GdD4lstpDLYdGosw5BRcuPuotQz3bfOWON/WTHjVq/bjNfd6+qKx3ao9v9Oi
78Rx4BbveBv+yPv2eC2L86kzUKt38LZ5TxrV0atU4p7gCAt84izQtXfdflSP
len7nxWL8T+XTftrPo33Gxf1tAq235bNkB8/girphf1Vrd80f67PnAOoY9rW
99I8ha9qWltT721tO1d6Jv6nnvVpwNyfkxla/fm1NMmrPvfVMm85s7dUeR2j
tH4nBjtdpBTrW+IkbDuaxB35prtNokShGtQ82NafxB3ZqDtM4kkXUfj6ljgJ
2+4WC22qOfpmGfWFdkaimniUurjCbzXweg4e7SIJWTmJx86L95uEh8/Q2dLZ
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
OqIMfAQbzHWdsBERXkkFSOD1tWRG0/ITyzxbj1Q7cMqWyylQSU0tdtk6R/LS
U3xH6h1hKjm4oVuSEStHcZQJTzDic9f7aFg0LZhjaWJcAm8hl4uHwxRJLGHu
EBbFpWAxRwd1CL23ufwKpxbWeZWq54SpcJfmJZgHTnS7aQDclDrK3ea0OQOE
nUfQA2fSH0eXEQENcJXQZ2FWgMU0gkiIL40TBhlVXsBMgdII5n8V2vR5hLbo
EBgPdWm1cw44luzHmNWvBkLNQZCKQ7QQVjnBV62mEmW/CfVMPCGdMscZoIPB
d57S+dmLhQ8HX/v4NChf/Ket1l46gwWZ8nCuWteAV5Nu2CViV6HJ1mnxxC66
VTpvh8JZ5iBE6pHMAzOceXKaYvrlSkN+XGneqvdxrLg+Vn0hG7wjm5wmy4H4
jvzmBhjWPlBeHIr32A+6X/FGXaeDOl3IrXrmB9h7P92h07r54Fh+NP2KeVRX
67lU+oP5ofPub0cbQ/9BtddSE9Prth9e+pl63WlV96up17IbX3Ovj1uN0PEJ
vT5pVVs39VoGo+Zen7Uage7je93a9KOIPlOvAyo7X5zHrFrsCcoSHQArHwlp
UpYkm5UKce5ZCc+csU3K5ecXlNBanVnke6Z0tdGzLeBnyopZ7shqmmuoMnJ/
JOwApuO0sJKAUJLsAzY/Yzyop0VlEYTJ49TtXJVdhDxvdm2sNcm5sOk3H8We
qdp1j9J4MUs6dbP1ZQ1OdceK7kWBCZRXqPSlOjF1EFxHs8WMUryOsZy4aGda
rRe62om2glyFkhqVcqWWmNNSwbcsFFXIchczDQ+uS2w1iQxA+bX+BRd1AjI/
kl5RhSG3fddXsUzbMEeGEo6BG27d+eV3mL3Wf3n7zi/XapVQUoMOQNTyhQfu
9CSMJ+440MwV8fiJK+eQfCMp4ExV1bAQQYCLe3kVuL3D6Fq7s7JpuWGwV6a8
rAyP/IczbsevuL3lFkpXp46k9IVbVtWpHa4FQPh/llLox3lYXIWip9kxysg2
bAr2jeq3jlM/VG+Urg7gSs9c+MzWnLcsvowaTUhTEWROmn+qRIlTBZAeYUJw
ru1K95wUlnX237t+VniqSfRLnDZnF6TiGJtoYh7gP1v4zzb+s4P/PMJ/HuM/
T/Cfp/jPM0bHhLtFh/2x/yDD+CXGAeI/J4i+j/Gf5/jPD/jPyZf62SHbIl5t
/PiPze7WT0p9hrH3vqyOs18zn8Mvzdjb3UefZ+yh8sfBv57b+Sh33Tjw4+6T
n+AroM/PsG5VHWe/5pnsuXqtt/yzrdsf5/nKsWXLf5N1P+4+/Q3W/fofz37i
o/4c5916qL5RB7N5sXTwQWsID6uaZqI2mswMWs/XN9pq7a1vtN3aX99op/UD
NGooTSJ07BBaaOzs/ALk7AR/kaKo9gegasfwQ6PyrtV69Y9l9+efoM3a8r5M
23/02mteauUript59RWtTs8jwa/b1x1vgHViuR7hGl4QBuYlcZDwbIlbQnk7
UYcCD35GQMCk5vj1S/ji1Gi8y2h+DiNh3Orc2k51PVfN3SGrbTp3iSdpcTUL
iBRyApyeFNJUiyTCEp+mvVd/CIvjOBrumWVIJ6lksMdSYFZtxsScqpHf3Liz
//CB+U1Mw46+iLbg+9mXZypfzs5TZD6F1XVTiNuaDS+EOabCzHArdpx6qUj3
4+jCFJp339R7QBzGJMqwaDkqh53638Te0bTZfxF1i2KL6KpHjxsGCkZZmrOS
7YkpTIxJxrmCqpNT3hR08oyCvH/XBV2JDVPMdI8YLlMvhDkfysHP+vhYTCiu
615Jf8l6Q+3ZQ0VDsDlwE0b2qdeKkagUZjP1wAeMB+I1JfppKtbIu2r8qDSE
4cOtZFxXnNrOVwxzzKtR/Stj0TR7tbIDzZAWOo2+Zh33DeNnAgcpd7wY76QW
r7EM+fXtjfXHW42rw8Pvfq2vHO7RaEpVI6jFhCqBsKMlJbfPDVuOB2sqR2mH
WVt/HI3rusIbjrGrXu4P0TL2bijf3w7pOzxuaIBFkvEBNLx/F7LO3RIK7fr4
8/c+s++++w7fwvG031+ytMfl1UrgaxOnaHT7F7q/jSO+W2L3z8JZeukajjVc
UMGfUll4FqiJCWBRLQcmABvF4aSQH+ASY8E0KRUSUdkZKdjw9oVbnWFjhAJN
lkgZYX3LIm2cZFMDk2mizmUJTyxnCHLekqkeAq8OpGKq3CGd8g1n7JoTMpSh
SHePeU5LIjOh+1iqtxZOUSY0C3XRnksVyhZztc2CGm4I4J7/D8aQ+jb3PQEA

-->

</rfc>
