<?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-21" 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-21"/>
    <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="September" day="01"/>
    <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 in that the content of other ASTM Messages was generated by their claimed registered source. These messages are designed to provide the Observers with immediately actionable information.</t>
      <t>This authentication approach also provides some error correction (<xref target="fec-details" format="default"/>) as mandated by the United States (US) Federal Aviation Administration (FAA) <xref target="FAA-14CFR" format="default"/>, which is missing from <xref target="F3411" format="default"/> over Legacy Transports (Bluetooth 4.x).</t>
      <t>These DRIP enhancements to <xref target="F3411" format="default"/> further support the important use case of Observers who are sometimes offline at the time of observation.</t>
      <t>A summary of DRIP requirements <xref target="RFC9153" format="default"/> addressed herein is provided in <xref target="req-sum" format="default"/>.</t>
    </section>
    <section anchor="terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <section anchor="required-terminology" numbered="true" toc="default">
        <name>Required Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="definitions" numbered="true" toc="default">
        <name>Definitions</name>
        <t>This document makes use of the terms defined in <xref target="RFC9153" format="default"/>. In addition, the following terms are defined:</t>
        <t>DRIP Entity Tag (DET):</t>
        <ul empty="true" spacing="normal">
          <li>An HHIT that is used as an identifier in DRIP as specified in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>DRIP Identity Management Entity:</t>
        <ul empty="true" spacing="normal">
          <li>Registry service for DETs and other information in DRIP as specified in <xref target="drip-registries" format="default"/>.</li>
        </ul>
        <t>Legacy Transports:</t>
        <ul empty="true" spacing="normal">
          <li>use of broadcast frames (Bluetooth 4.x) as specified in <xref target="F3411" format="default"/>.</li>
        </ul>
        <t>Extended Transports:</t>
        <ul empty="true" spacing="normal">
          <li>use of extended advertisements (Bluetooth 5.x), service info (Wi-Fi NaN) or vendor specific element information (Wi-Fi BEACON) in broadcast frames as specified in <xref target="F3411" format="default"/>. Must use ASTM Message Pack (Message Type 0xF).</li>
        </ul>
        <t>Hierarchial Host Identity Tag (HHIT):</t>
        <ul empty="true" spacing="normal">
          <li>A special-use, non-routable, IPv6 address constructed as specified in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>HHIT Domain Authority (HDA):</t>
        <ul empty="true" spacing="normal">
          <li>A class of DIME usually associated with a USS in UTM.</li>
        </ul>
        <t>Hierarchial ID (HID):</t>
        <ul empty="true" spacing="normal">
          <li>Encoding of the RAA and HDA into the HHIT structure as defined in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>Host Identity (HI):</t>
        <ul empty="true" spacing="normal">
          <li>Public key have of an asymmetric keypair used in generating a HHIT as specified in <xref target="drip-rid" format="default"/>.</li>
        </ul>
        <t>Registered Assigning Authority (RAA):</t>
        <ul empty="true" spacing="normal">
          <li>A class of DIME usually associated with a CAA such as the US FAA.</li>
        </ul>
      </section>
    </section>
    <section anchor="background" numbered="true" toc="default">
      <name>Background</name>
      <section anchor="reasoning-for-ietf-drip-authentication" numbered="true" toc="default">
        <name>Reasoning for IETF DRIP Authentication</name>
        <t><xref target="F3411" format="default"/> defines Authentication Message framing only. It does not define authentication formats or methods. It explicitly anticipates several signature options, but does not fully define even those. <xref target="F3411" format="default"/> Annex A1 defines a Broadcast Authentication Verifier Service, which has a heavy reliance on Observer real-time connectivity to the Internet (specifically into UTM) that is not always guaranteed. Fortunately, <xref target="F3411" format="default"/> also allows third party standard Authentication Types, several of which DRIP defines herein.</t>
        <t>The standardization of specific formats to support the DRIP requirements in UAS RID for trustworthy communications over Broadcast RID is an important part of the chain of trust for a UAS ID. Per <xref target="drip-arch" format="default"/> in Section 5, there is a need to have Authentication formats to relay information for Observers to determine trust. No existing formats (defined in <xref target="F3411" format="default"/> or other organizations leveraging this feature) provide the functionality to satisfy this goal resulting in the work reflected in this document.</t>
        <section anchor="ua-attestation" numbered="true" toc="default">
          <name>UA Signed Evidence</name>
          <t>When an Observer receives a DRIP-based Authentication Message (<xref target="drip-wrapper" format="default"/>, <xref target="drip-manifest" format="default"/>, <xref target="drip-frame" format="default"/>) containing UA signed Evidence it SHOULD validate the signature using the HI corresponding to the UA's DET.</t>
          <t>The UA's HI, SHOULD be retrieved from DNS (Section 5, <xref target="drip-registries" format="default"/>). If not available it may have been revoked. Note that accurate revocation status is a DIME inquiry; DNS non-response is a hint to the DET being expired or revoked. It MAY be retrieved from a local cache, if present. The local cache SHOULD be populated by DNS lookups and/or by received Broadcast Endorsements (<xref target="dime-attestation" format="default"/>).</t>
          <t>Once the Observer has the registered UA's DET and HI, all further (or cached previous) DRIP-based Authentication Messages using the UA DET can be validated. Signed content, tied to the DET, can now be trusted to have been signed by the holder of the private key corresponding to the DET.</t>
          <t>Whether the content is true is a separate question which DRIP cannot address but sanity checks (<xref target="reqs" format="default"/>) are possible.</t>
        </section>
        <section anchor="dime-attestation" numbered="true" toc="default">
          <name>DIME Endorsement of UA DET/HI</name>
          <t>When an Observer receives a DRIP Link Authentication Message (<xref target="drip-link" format="default"/>) containing an Endorsement by the DIME of the UA DET/HI registration (<xref target="broadcast-endorsement" format="default"/>), it SHOULD validate the signature using the HI corresponding to the DIME's DET.</t>
          <t>The DIME's HI, SHOULD be retrieved from from DNS (Section 5, <xref target="drip-registries" format="default"/>), when available. It MAY be cached from a prior DNS lookup or it may be stored in a distinct local store.</t>
        </section>
        <section anchor="dime-hierarchy" numbered="true" toc="default">
          <name>DIME Hierarchy Endorsements</name>
          <t>An Observer can receive a series of DRIP Link Authentication Messages (<xref target="drip-link" format="default"/>) each one pertaining to a DIME's registration in the DIME above it in the hierarchy. Similar to <xref target="dime-attestation" format="default"/>, each link in this chain SHOULD be validated.</t>
        </section>
        <section anchor="rid-trust" numbered="true" toc="default">
          <name>UAS RID Trust</name>
          <t><xref target="ua-attestation" format="default"/>, <xref target="dime-attestation" format="default"/> and <xref target="dime-hierarchy" format="default"/> above complete the trust chain but the chain cannot yet be trusted as having any relevance to the observed UA because reply attacks are trivial. At this point the key nominally possessed by the UA is trusted but the UA has not yet been proven to possess that private key.</t>
          <t>It is necessary for the UA to prove possession by dynamically signing data that is unique and unpredictable but easily verified by the Observer. This can be in the form of DRIP Wrapper or Manifest (<xref target="drip-wrapper" format="default"/>, <xref target="drip-manifest" format="default"/>) containing at least one ASTM Vector/Location Message and/or System Message (which contains a timestamp). Verification of this signed data MUST be performed by the Observer as part of the received UAS RID information trust assessment (<xref target="trust-assessment" format="default"/>).</t>
        </section>
      </section>
      <section anchor="auth-message" numbered="true" toc="default">
        <name>ASTM Authentication Message</name>
        <t>The ASTM Authentication Message (Message Type 0x2) is a unique message in the Broadcast <xref target="F3411" format="default"/> standard as it is the only one that is larger than the Bluetooth 4.x frame size. To address this, it is defined as a set of "pages" that each fits into a single Bluetooth 4.x broadcast frame. For other media these pages are still used but all in a single frame.</t>
        <section anchor="auth-page" numbered="true" toc="default">
          <name>Authentication Page</name>
          <figure anchor="astm-auth-page">
            <name>Standard ASTM Authentication Message Page</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Page Header  |                                               |
+---------------+                                               |
|                                                               |
|                                                               |
|                     Authentication Payload                    |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

Page Header: (1 byte)
    Authentication Type (4 bits)
    Page Number (4 bits)
    
Authentication Payload: (23 bytes per page)
    Authentication Payload, including headers. Null padded.
]]></artwork>
          </figure>
          <t>This document leverages Authentication Type 0x5, Specific Authentication Method (SAM), as the principal authentication container, defining a set of SAM Types in <xref target="drip-authentication-formats" format="default"/>. This is denoted in every Authentication Page in the <tt>Page Header</tt>. The SAM Type is denoted as a field in the <tt>Authentication Payload</tt> (see <xref target="sam-data" format="default"/>).</t>
          <t>The Authentication Message is structured as a set of pages. There is a technical maximum of 16 pages (indexed 0 to 15 in the <tt>Page Header</tt>) that can be sent for a single Authentication Message, with each page carrying a maximum 23-byte <tt>Authentication Payload</tt>. See <xref target="drip-restrictions" format="default"/> for more details. Over Bluetooth 4.x, these messages are "fragmented", with each page sent in a separate Bluetooth 4.x broadcast frame.</t>
          <t>Either as a single Authentication Message or a set of fragmented Authentication Message Pages the structure is further wrapped by outer ASTM framing and the specific link framing (Bluetooth or Wi-Fi).</t>
        </section>
        <section anchor="authentication-payload-field" numbered="true" toc="default">
          <name>Authentication Payload Field</name>
          <t><xref target="astm-auth" format="default"/> is the source data view of the data fields found in the Authentication Message as defined by <xref target="F3411" format="default"/>. This data is placed into <xref target="astm-auth-page" format="default"/>'s <tt>Authentication Payload</tt>, spanning multiple pages.</t>
          <figure anchor="astm-auth">
            <name>ASTM Authentication Message Fields</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                     Authentication Headers                    |
|                               +---------------+---------------+
|                               |                               |
+---------------+---------------+                               |
.                                                               .
.                Authentication Data / Signature                .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|      ADL      |                                               |
+---------------+                                               |
.                                                               .
.                       Additional Data                         .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

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

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

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

Additional Data: (255-bytes max):
    Data that follows the Authentication Data / Signature but
    is not considered part of the Authentication Data.
]]></artwork>
          </figure>
          <t>When <tt>Additional Data</tt> is being sent, a single unsigned byte (<tt>Additional Data Length</tt>) directly follows the <tt>Authentication Data / Signature</tt> and has the length, in bytes, of the following <tt>Additional Data</tt>. For DRIP, this field is used to carry Forward Error Correction as defined in <xref target="fec-details" format="default"/>.</t>
        </section>
        <section anchor="drip-restrictions" numbered="true" toc="default">
          <name>ASTM Broadcast RID Constraints</name>
          <section anchor="wireless-frame-constraints" numbered="true" toc="default">
            <name>Wireless Frame Constraints</name>
            <t>A UA has the option of broadcasting using Bluetooth (4.x and 5.x) or Wi-Fi (BEACON or NAN), see <xref target="reqs" format="default"/>.  With Bluetooth, FAA and other Civil Aviation Authorities (CAA) mandate transmitting simultaneously over both 4.x and 5.x. With Wi-Fi, use of BEACON is recommended. Wi-Fi NAN is another option, depending on the CAA. The same application layer information defined in <xref target="F3411" format="default"/> MUST be transmitted over all the physical layer interfaces performing the function of RID.</t>
            <t>Bluetooth 4.x presents a payload size challenge in that it can only transmit 25-bytes of payload per frame where the others all can support larger payloads per frame. However, the <xref target="F3411" format="default"/> messaging framing dictated by Bluetooth 4.x constraints is inherited by <xref target="F3411" format="default"/> over other media.</t>
          </section>
          <section anchor="paged-authentication-message-constraints" numbered="true" toc="default">
            <name>Paged Authentication Message Constraints</name>
            <t>To keep consistent formatting across the different transports (Legacy and Extended) and their independent restrictions, the authentication data being sent is REQUIRED to fit within the page limit that the most constrained existing transport can support. Under Broadcast RID the Extended Transport that can hold the least amount of authentication data is Bluetooth 5.x at 9 pages.</t>
            <t>As such DRIP transmitters are REQUIRED to adhere to the following when using the Authentication Message:</t>
            <ol spacing="normal" type="1"><li>
                <tt>Authentication Data / Signature</tt> data MUST fit in the first 9 pages (Page Numbers 0 through 8).</li>
              <li>The <tt>Length</tt> field in the <tt>Authentication Headers</tt> (which denotes the length in bytes of <tt>Authentication Data / Signature</tt> only) MUST NOT exceed the value of 201. This includes the SAM Type but excludes <tt>Additional Data</tt> such as FEC.</li>
            </ol>
          </section>
        </section>
      </section>
    </section>
    <section anchor="drip-authentication-formats" numbered="true" toc="default">
      <name>DRIP Authentication Formats</name>
      <t>All formats defined in this section are the content for the <tt>Authentication Data / Signature</tt> field in <xref target="astm-auth" format="default"/> and use the Specific Authentication Method (SAM, Authentication Type 0x5). The first byte of the <tt>Authentication Data / Signature</tt> of <xref target="astm-auth" format="default"/>, is used to multiplex between these various formats.</t>
      <t>When sending data over a medium that does not have underlying Forward Error Correction (FEC), for example Bluetooth 4.x, then <xref target="fec-details" format="default"/> MUST be used. <xref target="auth-state-diagrams" format="default"/> gives a high-level overview of a state machine for decoding and determining a trustworthiness state. <xref target="appendix-c" format="default"/> shows an example of using the formats defined in this section.</t>
      <section anchor="drip-authentication-field-definitions" numbered="true" toc="default">
        <name>DRIP Authentication Field Definitions</name>
        <t>ASTM Message (25-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Full ASTM Message as defined in <xref target="F3411" format="default"/>; specifically Message Types 0x0, 0x1, 0x3, 0x4, and 0x5</li>
        </ul>
        <t>ASTM Message Hash (8-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Hash of a single full ASTM Message using hash operations described in (<xref target="hash-op" format="default"/>). Multiple hashes MUST be in Message Type order.</li>
        </ul>
        <t>Broadcast Endorsement (136-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>DIME HI over UA DET/HI. Generated by a DIME during a UA DET, being used as a Session ID, registration. Used in <xref target="drip-link" format="default"/>.</li>
        </ul>
        <t>Current Manifest Hash (12-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the current Manifest Message (<xref target="drip-manifest" format="default"/>). See <xref target="block-hashes" format="default"/>.</li>
        </ul>
        <t>Evidence (0 to 112 bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Opaque evidence data that the UA is endorsing during its flight in <xref target="drip-data" format="default"/>.</li>
        </ul>
        <t>Frame Type (1-byte):</t>
        <ul empty="true" spacing="normal">
          <li>Sub-type for future different DRIP Frame formats. See <xref target="frame-type" format="default"/>.</li>
        </ul>
        <t>Previous Manifest Hash (12-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Hash of the previously sent Manifest Message (<xref target="drip-manifest" format="default"/>). See <xref target="block-hashes" format="default"/>.</li>
        </ul>
        <t>UA DRIP Entity Tag (DET) (16-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>The UA DET <xref target="drip-rid" format="default"/> in byte form (network byte order) and is part of <xref target="drip-data" format="default"/>.</li>
        </ul>
        <t>UA Signature (64-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Signature over all 4 preceding fields of <xref target="drip-data" format="default"/> using the HI of the UA.</li>
        </ul>
        <t>Valid Not After (VNA) Timestamp by UA (4-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Timestamp denoting recommended time to stop trusting data in <xref target="drip-data" format="default"/>. MUST follow the format defined in <xref target="F3411" format="default"/>. That is a Unix-style timestamp but with an epoch of 01/01/2019 00:00:00 with an additional offset is then added to push a short time into the future (relative to <tt>Not Before Timestamp</tt>) to avoid replay attacks. The offset used against the Unix-style timestamp is not defined in this document. Best practice identifying an acceptable offset should be used taking into consideration the UA environment, and propagation characteristics of the messages being sent and clock differences between the UA and Observers. A reasonable time would be to set <tt>Not After Timestamp</tt> 2 minutes after <tt>Not Before Timestamp</tt>.</li>
        </ul>
        <t>Valid Not Before (VNB) Timestamp by UA (4-bytes):</t>
        <ul empty="true" spacing="normal">
          <li>Timestamp denoting recommended time to start trusting data in <xref target="drip-data" format="default"/>. MUST follow the format defined in <xref target="F3411" format="default"/>. That is a Unix-style timestamp but with an epoch of 01/01/2019 00:00:00.  MUST be set no earlier than the time the signature is generated.</li>
        </ul>
        <section anchor="sam-data" numbered="true" toc="default">
          <name>SAM Data Format</name>
          <t><xref target="sam-frame" format="default"/> is the general format to hold authentication data when using SAM and is placed inside the <tt>Authentication Data / Signature</tt> field in <xref target="astm-auth" format="default"/>.</t>
          <figure anchor="sam-frame">
            <name>SAM Data Format</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|   SAM Type    |                                               |
+---------------+                                               |
.                                                               .
.                     SAM Authentication Data                   .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

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

SAM Authentication Data (0 to 200 bytes):
    Authentication data (opaque to baseline F3411 but parsed by DRIP).
]]></artwork>
          </figure>
          <section anchor="sam-type" numbered="true" toc="default">
            <name>SAM Type</name>
            <t>The SAM Type field is maintained by the International Civil Aviation Organization (ICAO) and for DRIP four are planned to be allocated:</t>
            <table align="center">
              <thead>
                <tr>
                  <th align="left">SAM Type</th>
                  <th align="left">Description</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">0x01</td>
                  <td align="left">DRIP Link (<xref target="drip-link" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x02</td>
                  <td align="left">DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x03</td>
                  <td align="left">DRIP Manifest (<xref target="drip-manifest" format="default"/>)</td>
                </tr>
                <tr>
                  <td align="left">0x04</td>
                  <td align="left">DRIP Frame (<xref target="drip-frame" format="default"/>)</td>
                </tr>
              </tbody>
            </table>
          </section>
          <section anchor="sam-authentication-data" numbered="true" toc="default">
            <name>SAM Authentication Data</name>
            <t>This field has a maximum size of 200-bytes, as defined by <xref target="drip-restrictions" format="default"/>. The Broadcast Attestation Structure (<xref target="bas" format="default"/>) MUST be used in this space.</t>
          </section>
        </section>
        <section anchor="bas" numbered="true" toc="default">
          <name>UA Signed Evidence</name>
          <t>The DRIP Endorsement Structure (DES) <xref target="drip-registries" format="default"/> is used to created Signed Evidence by the UA during flight. It is encapsulated by the <tt>SAM Authentication Data</tt> field of <xref target="sam-frame" format="default"/>.</t>
          <t>The DES MUST be used by DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), Manifest <xref target="drip-manifest" format="default"/> and Frame (<xref target="drip-frame" format="default"/>). DRIP Link (<xref target="drip-link" format="default"/>) MUST NOT use the DES as it will not fit in the ASTM Authentication Message.</t>
          <figure anchor="drip-data">
            <name>Binary Encoded DRIP Endorsement Structure</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                            Evidence                           .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                      VNA Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                      VNB Timestamp by UA                      |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>UA DRIP Entity Tag:</t>
          <ul empty="true" spacing="normal">
            <li>This is the <tt>identity</tt> section of the DES and MUST be set to the UA DET (<tt>hhit</tt>).</li>
          </ul>
          <t>Evidence:</t>
          <!-- TODO(atw): fix the terms here -->

<ul empty="true" spacing="normal">
            <li>The <tt>evidence</tt> section MUST be filled in with data in the form of an opaque object specified in the DRIP Wrapper, Manifest or Frame sections.</li>
          </ul>
          <t>UA Signature:</t>
          <ul empty="true" spacing="normal">
            <li>The UA private key MUST be used to generate the signature (<tt>sig_b16</tt>) found in the <tt>signature</tt> section.</li>
          </ul>
          <t>The DES MUST be encoded in the binary form (as defined in <xref target="drip-registries" format="default"/>) to create the UA Signed Evidence. The general structure of the binary form can be seen in <xref target="drip-data" format="default"/>.</t>
          <t>When using the DES, the UA is minimally self-endorsing its DET. The HI of the UA DET can be looked up by mechanisms described in <xref target="drip-registries" format="default"/> or by extracting it from a Broadcast Endorsement (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>).</t>
        </section>
      </section>
      <section anchor="drip-link" numbered="true" toc="default">
        <name>DRIP Link</name>
        <t>The DRIP Link SAM Type is used to transmit Broadcast Endorsements. For example, the <tt>Broadcast Endorsement: DIME, UA</tt> is sent (see <xref target="drip-recommendations" format="default"/>) as a DRIP Link message. The structure is defined in <xref target="drip-registries" format="default"/> and an example of it can be found in <xref target="broadcast-endorsement" format="default"/>.</t>
        <t>DRIP Link is important as its contents are used to provide trust in the DET/HI pair that the UA is currently broadcasting. This message does not require Internet connectivity to perform signature validations of the contents when the DIME DET/HI is in the receiver's cache. It also provides the UA HI so that connectivity is not required when performing validation of other DRIP Authentication Messages.</t>
        <figure anchor="link-fig">
          <name>DRIP Link</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      Broadcast Endorsement                    .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>This DRIP Authentication Message is used in conjunction with other DRIP SAM Types (such as Manifest or Wrapper) that contain data (e.g., the ASTM Location/Vector Message, Message Type 0x2) that is guaranteed to be unique, unpredictable and easily cross checked by the receiving device. The hash of such a message SHOULD merely be included in a DRIP Manifest, but an entire such message MAY be encapsulated in a DRIP Wrapper periodically for stronger security.</t>
      </section>
      <section anchor="drip-wrapper" numbered="true" toc="default">
        <name>DRIP Wrapper</name>
        <t>This SAM Type is used to wrap and sign over a list of other <xref target="F3411" format="default"/> Broadcast RID messages.</t>
        <t>The <tt>evidence</tt> section of the DES (<xref target="bas" format="default"/>) is populated with full (25-byte) <xref target="F3411" format="default"/> Broadcast RID messages. The ASTM Messages can be concatenated together into a single byte object (like in <xref target="wrapper-fig" format="default"/>) or be set in the <tt>evidence</tt> section as individual Claims.</t>
        <t>The minimum number of messages support is 1 and the maximum supported is 4. The messages MUST be in Message Type order as defined by <xref target="F3411" format="default"/>. All message types except Authentication (Message Type 0x2) and Message Pack (Message Type 0xF) are allowed. Thus it may be preferred in some operation modes to use DRIP Manifest <xref target="drip-manifest" format="default"/> instead.</t>
        <figure anchor="wrapper-fig">
          <name>DRIP Wrapper Evidence</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                         ASTM Message(s)                       .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <section anchor="message-count" numbered="true" toc="default">
          <name>Message Count</name>
          <t>When decoding a DRIP Wrapper on a receiver, the number of messages wrapped can be determined by checking the length between the <tt>UA DET</tt> and the <tt>VNB Timestamp by UA</tt> is a multiple of 25-bytes.</t>
        </section>
        <section anchor="extended-wrapper" numbered="true" toc="default">
          <name>Wrapper over Extended Transports</name>
          <t>To send the DRIP Wrapper over Extended Transports the messages being wrapped are co-located with the Authentication Message in a ATM Message Pack (Message Type 0xF). The <tt>evidence</tt> section of the DES is cleared after signing leaving the following binary structure that is placed into the <tt>SAM Authentication Data</tt> of <xref target="sam-frame" format="default"/> and sent in the same Message Pack.</t>
          <figure anchor="set-sig">
            <name>DRIP Wrapper over Extended Transports</name>
            <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
          <t>To verify the signature the receiver must concatenate all the messages in the Message Pack (excluding Authentication Message found in the same Message Pack) in Message Type order and set the DES <tt>evidence</tt> section before performing signature verification.</t>
          <t>The functionality of Wrapper in this form is identical to Message Set Signature (Authentication Type 0x3) when running over Extended Transports. What Wrapper provides is the same format but over both Extended and Legacy Transports allowing the transports to be similar. Message Set Signature also implies using the ASTM validator system architecture which relies on Internet connectivity for verification which the receiver may not have at the time of receipt of an Authentication Message. This is something Wrapper, and all DRIP Authentication Formats, avoid when the UA key is obtained via a DRIP Link Authentication Message.</t>
        </section>
        <section anchor="wrapper-limitations" numbered="true" toc="default">
          <name>Wrapper Limitations</name>
          <t>The primary limitation of the Wrapper format is the bounding of up to 4 ASTM Messages that can be sent within it. Another limitation is that the format can not be used as a surrogate for messages it is wrapping. This is due to high potential a receiver on the ground does not support DRIP. Thus, when Wrapper is being used the wrapper data must effectively be sent twice, once as a single framed message (as specified in <xref target="F3411" format="default"/>) and then again wrapped within the Wrapper format.</t>
        </section>
      </section>
      <section anchor="drip-manifest" numbered="true" toc="default">
        <name>DRIP Manifest</name>
        <t>This SAM Type is used to create message manifests that contain hashes of previously sent ASTM Messages.</t>
        <t>By hashing previously sent messages and signing them we gain trust in a UA's previous reports without retransmitting them. An Observer who has been listening for any length of time SHOULD hash received messages and cross-check them against the manifest hashes. This is a way to evade the limitation of a maximum of 4 messages in the Wrapper Format (<xref target="wrapper-limitations" format="default"/>) and greatly reduce overhead.</t>
        <t>Judicious use of Manifest enables an entire Broadcast RID message stream to be strongly authenticated with less than 100% overhead relative to a completely unauthenticated message stream (see <xref target="operational-proof" format="default"/>).</t>
        <t>The <tt>evidence</tt> section of the DES (<xref target="bas" format="default"/>) is populated with 8-byte hashes of <xref target="F3411" format="default"/> Broadcast RID messages and two special hashes (<xref target="block-hashes" format="default"/>). All these hashes can be  concatenated together into a single byte object or be set in the <tt>evidence</tt> section individually. The <tt>Previous Manifest Hash</tt> and <tt>Current Manifest Hash</tt> MUST always come before the <tt>ASTM Message Hashes</tt> as seen in <xref target="manifest-fig" format="default"/>.</t>
        <t>A receiver SHOULD use the manifest to verify each ASTM Message hashed therein that it has previously received. It can do this without having received them all. A manifest SHOULD typically encompass a single transmission cycle of messages being sent, see <xref target="operational-recommendations" format="default"/> and <xref target="operational-proof" format="default"/>.</t>
        <figure anchor="manifest-fig">
          <name>DRIP Manifest Evidence Structure</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                       Previous Manifest                       |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                       Current Manifest                        |
|                              Hash                             |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      ASTM Message Hashes                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <section anchor="hash-count" numbered="true" toc="default">
          <name>Hash Count</name>
          <t>The number of hashes in the Manifest can be variable (2-12). An easy way to determine the number of hashes is to take the length of the data between the end of the <tt>UA DET</tt> and <tt>VNB Timestamp by UA</tt> and divide it by the hash length (8). If this value is not an integer, the message is invalid.</t>
          <!-- TODO(atw): replace with modulo? -->

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

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

<t>When building the manifest of hashes the <tt>Previous Manifest Hash</tt> is known from the previous Manifest message. For the first built manifest this value is null filled. The <tt>Current Manifest Hash</tt> is null filled while ASTM Messages are hashed and fill the <tt>ASTM Messages Hashes</tt> section. When all messages are hashed the <tt>Current Manifest Hash</tt> is computed over the <tt>Previous Manifest Hash</tt>, <tt>Current Manifest Hash</tt> (null filled) and <tt>ASTM Messages Hashes</tt>. This hash value replaces the null filled <tt>Current Manifest Hash</tt> and becomes the <tt>Previous Manifest Hash</tt> for the next manifest.</t>
          <section anchor="legacy-transport-hashing" numbered="true" toc="default">
            <name>Legacy Transport Hashing</name>
            <t>Under this transport DRIP hashes the full ASTM Message being sent over the Bluetooth Advertising frame. For paged ASTM Messages (currently only Authentication Messages) all the pages are concatenated together and hashed as one object. For all other Message Types each individual 25-byte message is hashed.</t>
          </section>
          <section anchor="extended-transport-hashing" numbered="true" toc="default">
            <name>Extended Transport Hashing</name>
            <t>Under this transport DRIP hashes the full ASTM Message Pack (Message Type 0xF) - regardless of its content.</t>
          </section>
        </section>
      </section>
      <section anchor="drip-frame" numbered="true" toc="default">
        <name>DRIP Frame</name>
        <t>This SAM Type is for when the authentication data does not fit in other defined formats under DRIP and is reserved for future expansion under DRIP if required.</t>
        <t>The population of the <tt>evidence</tt> section of the DES (<xref target="bas" format="default"/>) is not defined in this document and MUST be openly specified by the implementation (or specification) using it.</t>
        <figure anchor="frame-fig">
          <name>DRIP Frame</name>
          <artwork align="center" name="" type="" alt=""><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|  Frame Type   |                                               |
+---------------+                                               .
.                      Frame Evidence Data                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <section anchor="frame-type" numbered="true" toc="default">
          <name>Frame Type</name>
          <t>Byte to sub-type for future different DRIP Frame formats. It takes the first byte in <xref target="frame-fig" format="default"/> leaving 111-bytes available for <tt>Frame Evidence Data</tt>.</t>
          <table align="center">
            <thead>
              <tr>
                <th align="left">Frame Type</th>
                <th align="left">Name</th>
                <th align="left">Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">0x00</td>
                <td align="left">Reserved</td>
                <td align="left">Reserved</td>
              </tr>
              <tr>
                <td align="left">0xC0-0xFF</td>
                <td align="left">Experimental</td>
                <td align="left">Experimental Use</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section anchor="fec-details" numbered="true" toc="default">
      <name>Forward Error Correction</name>
      <t>For Broadcast RID, Forward Error Correction (FEC) is provided by the lower layers in Extended Transports (Bluetooth 5.x, Wi-Fi NaN, and Wi-Fi BEACON). The Bluetooth 4.x Legacy Transport does not have supporting FEC so with DRIP Authentication the following application level FEC scheme is used to add FEC. When sending data over a medium that does not have underlying FEC, for example Bluetooth 4.x, then this section MUST be used.</t>
      <t>The Bluetooth 4.x lower layers have error detection but not correction. Any frame in which Bluetooth detects an error is dropped and not delivered to higher layers (in our case, DRIP). Thus it can be treated as an erasure.</t>
      <t>DRIP 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). Message Packs are required by ASTM to be sent at a rate of 1 per second (like dynamic messages).</t>
        <t>Without any fragmentation or loss of pages with transmission FEC (<xref target="fec-details" format="default"/>) MUST NOT be used as it is impractical.</t>
      </section>
      <section anchor="drip-recommendations" numbered="true" toc="default">
        <name>Authentication</name>
        <t>It is REQUIRED that a UA send the following DRIP Authentication Formats to fulfill the requirements in <xref target="RFC9153" format="default"/>:</t>
        <ol spacing="normal" type="1"><li>SHOULD: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>Broadcast Endorsement: DIME:Apex, DIME:RAA</tt> (satisfying GEN-3); at least once per 5 minutes</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>Broadcast Endorsement: DIME:RAA, DIME:HDA</tt> (satisfying GEN-3); at least once per 5 minutes</li>
          <li>MUST: send DRIP Link (<xref target="drip-link" format="default"/>) using the <tt>Broadcast Endorsement: DIME:HDA, UA</tt> (satisfying ID-5, GEN-1 and GEN-3); at least once per minute</li>
          <li>MUST: send any other DRIP Authentication Format (RECOMMENDED: DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Wrapper (<xref target="drip-wrapper" format="default"/>)) where the UA is dynamically signing data that is guaranteed to be unique, unpredictable and easily cross checked by the receiving device (satisfying ID-5, GEN-1 and GEN-2); at least once per 5 seconds</li>
        </ol>
      </section>
      <section anchor="operational-recommendations" numbered="true" toc="default">
        <name>Operational</name>
        <t>UAS operation may impact the frequency of sending DRIP Authentication messages. Where a UA is dwelling in one location, and the channel is heavily used by other devices, "occasional" message authentication may be sufficient for an Observer. Contrast this with a UA traversing an area, and then every message should be authenticated as soon as possible for greatest success as viewed by the receiver.</t>
        <t>Thus how/when these DRIP Authentication Messages are sent is up to each implementation. Further complication comes in contrasting Legacy and Extended Transports.  In Legacy, each message is a separate hash within the Manifest. So, again in dwelling, may lean toward occasional message authentication. In Extended Transports, the hash is over the Message Pack so only few hashes need to be in a Manifest. A single Manifest can handle a potential two Message Packs (for a full set of messages) and a DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt>.</t>
        <!-- TODO(atw): is this valid discussion? Do we specify the hashing of -->

<t>A separate issue is the frequency of transmitting the DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt> when using a Manifest Message. This message content is static; its hash never changes radically. The only change is the 4-byte timestamp in the Authentication Message headers. Thus, potentially, in a dwelling operation it can be sent once per minute, where its hash is in every Manifest. A receiver can cache all DRIP Link Authentication Message for the <tt>Broadcast Endorsement: DIME, UA</tt> to mitigate potential packet loss.</t>
        <t>The following operational configuration is RECOMMENDED (in alignment with <xref target="drip-recommendations" format="default"/>):</t>
        <ol spacing="normal" type="1"><li>Per CAA requirements, generate and transmit a set of ASTM Messages (example; Basic ID, Location and System).</li>
          <li>Under Extended Transports, generate and include in the same Message Pack as the CAA required ASTM Messages a DRIP Wrapper as specified in <xref target="extended-wrapper" format="default"/>.</li>
          <li>Under Legacy Transports, generate and transmit every 5 seconds a DRIP Manifest (<xref target="drip-manifest" format="default"/>) hashing as many sets of recent CAA required ASTM Messages. The system MAY periodically replace the DRIP Manifest with a DRIP Wrapper (<xref target="drip-wrapper" format="default"/>) containing at least a Location Message (Message Type 0x2).</li>
          <li>Under both Legacy or Extended Transports, generate and transmit a DRIP Link's (<xref target="drip-link" format="default"/>) containing; <tt>Broadcast Endorsement: DIME:HDA, UA</tt> every minute, <tt>Broadcast Endorsement: DIME:RAA, DIME:HDA</tt> every 5 minutes, <tt>Broadcast Endorsement: DIME:Apex, DIME:RAA</tt> every 5 minutes.</li>
        </ol>
        <t>The reasoning and math behind this recommendation can be found in <xref target="operational-proof" format="default"/>.</t>
        <section anchor="wrapper-operations" numbered="true" toc="default">
          <name>DRIP Wrapper</name>
          <t>The DRIP Wrapper MUST NOT be used in place of sending the ASTM messages as is. All receivers MUST be able to process all the messages specified in <xref target="F3411" format="default"/>.  Sending them within the DRIP Wrapper makes them opaque to receivers lacking support for DRIP Authentication Messages. Thus, messages within a Wrapper are sent twice: in the clear and authenticated within the Wrapper. The DRIP Manifest format would seem to be a more efficient use of the transport channel.</t>
          <t>The DRIP Wrapper has a specific use case for DRIP aware receivers. For receiver plotting Location Messages (Message Type 0x2) on a map display an embedded Location Message in a DRIP Wrapper can be marked differently (e.g. via color) to signify trust in the Location data.</t>
        </section>
        <section anchor="trust-assessment" numbered="true" toc="default">
          <name>UAS RID Trust Assessment</name>
          <t>As described in <xref target="rid-trust" format="default"/>, the receiver MUST perform verification of the data being received in Broadcast RID.</t>
          <t>After signature validation of any DRIP Authentication Message containing UAS RID information elements (e.g. DRIP Wrapper <xref target="drip-wrapper" format="default"/>) the Observer MUST use other sources of information to correlate against and perform verification. An example of another source of information is a visual confirmation of the UA position.</t>
          <t>When correlation of these different data streams do not match in acceptable thresholds the data SHOULD be rejected as if the signature failed to validate. Acceptable thresholds limits and what happens after such a rejection are out of scope for this document.</t>
        </section>
      </section>
    </section>
    <section anchor="req-sum" numbered="true" toc="default">
      <name>Summary of Addressed DRIP Requirements</name>
      <t>The following <xref target="RFC9153" format="default"/> are addressed in this document:</t>
      <t>ID-5: Non-spoofability</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-1: Provable Ownership</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Link (<xref target="drip-link" format="default"/>) and DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-2: Provable Binding</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) or DRIP Frame (<xref target="drip-frame" format="default"/>).</li>
      </ul>
      <t>GEN-3: Provable Registration</t>
      <ul empty="true" spacing="normal">
        <li>Addressed using the DRIP Link (<xref target="drip-link" format="default"/>).</li>
      </ul>
    </section>
    <section anchor="icao-considerations" numbered="true" toc="default">
      <name>ICAO Considerations</name>
      <t>DRIP requests the following SAM Types to be allocated:</t>
      <ol spacing="normal" type="1"><li>DRIP Link</li>
        <li>DRIP Wrapper</li>
        <li>DRIP Manifest</li>
        <li>DRIP Frame</li>
      </ol>
      <!-- TODO(atw): need help on this section; how should this be formatted? -->

</section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <section anchor="iana-drip-registry" numbered="true" toc="default">
        <name>IANA DRIP Registry</name>
        <!-- TODO(atw): Stu wonders if this can be deferred? -->

<t>This document requests a new subregistry for Frame Type under the <eref target="https://datatracker.ietf.org/doc/html/draft-ietf-drip-rid-28#section-8.2">DRIP registry</eref>.</t>
        <dl newline="false" spacing="normal">
          <dt>DRIP Frame Type:</dt>
          <dd>
  This 8-bit valued subregistry is for Frame Types in DRIP Frame Authentication Messages. Future additions to this subregistry are to be made through Expert Review (Section 4.5 of <xref target="RFC8126" format="default"/>). The following values are defined:</dd>
        </dl>
        <artwork name="" type="" align="left" alt=""><![CDATA[
| Frame Type | Name         | Description      |
| ---------- | ------------ | ---------------- |
| 0x00       | Reserved     | Reserved         |
| 0xC0-0xFF  | Experimental | Experimental Use |
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <section anchor="replay-attacks" numbered="true" toc="default">
        <name>Replay Attacks</name>
        <t>The astute reader may note that the DRIP Link messages, which are recommended to be sent, are static in nature and contain various timestamps. These DRIP Link messages can easily be replayed by an attacker who has copied them from previous broadcasts.</t>
        <t>If an attacker (who is smart and spoofs more than just the UAS ID/data payloads) willing replays an DRIP Link message they have in principle actually helped by ensuring the message is sent more frequently and be received by potential Observers.</t>
        <t>The primary mitigation is the UA is REQUIRED to send more than DRIP Link messages, specifically Manifest and/or Wrapper messages that sign over changing data ASTM Messages (e.g. Location/Vector Messages) using the DET private key. An UA sending these messages then actually signing these and other messages using the DET key provides the Observer with data that proves realtime signing.  An UA who does not either run DRIP themselves or does not have possession of the same private key, would be clearly exposed upon signature verification.</t>
      </section>
      <section anchor="vna-timestamp-offsets-for-drip-authentication-formats" numbered="true" toc="default">
        <name>VNA Timestamp Offsets for DRIP Authentication Formats</name>
        <t>Note the discussion of VNA Timestamp offsets here is in context of the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>), DRIP Manifest (<xref target="drip-manifest" format="default"/>) and DRIP Frame (<xref target="drip-frame" format="default"/>). For DRIP Link (<xref target="drip-link" format="default"/>) these offsets are set by the DIME and have their own set of considerations as seen in <xref target="drip-registries" format="default"/>.</t>
        <t>The offset of the <tt>VNA Timestamp by UA</tt> is one that needs careful consideration for any implementation. The offset should be shorter than any given flight duration (typically less than an hour) but be long enough to be received and processed by Observers (larger than a few seconds). It recommended that 3-5 minutes should be sufficient to serve this purpose in any scenario, but is not limited by design.</t>
      </section>
    </section>
    <section anchor="acknowledgments" numbered="true" toc="default">
      <name>Acknowledgments</name>
      <ul spacing="normal">
        <li>Ryan Quigley and James Mussi of AX Enterprize, LLC for early prototyping to find holes in the draft specifications.</li>
        <li>Soren Friis for pointing out that Wi-Fi implementations would not always give access to the MAC Address, originally used in calculation of the hashes for DRIP Manifest. Also, for confirming that Message Packs (0xF) can only carry up to 9 ASTM frames worth of data (9 Authentication pages).</li>
        <li>Many thanks to Rick Salz for the secdir review.</li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC9153" target="https://www.rfc-editor.org/info/rfc9153">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Requirements and Terminology</title>
            <author fullname="S. Card" initials="S." role="editor" surname="Card">
              <organization/>
            </author>
            <author fullname="A. Wiethuechter" initials="A." surname="Wiethuechter">
              <organization/>
            </author>
            <author fullname="R. Moskowitz" initials="R." surname="Moskowitz">
              <organization/>
            </author>
            <author fullname="A. Gurtov" initials="A." surname="Gurtov">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document defines terminology and requirements for solutions produced by the Drone Remote Identification Protocol (DRIP) Working Group. These solutions will support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety, and other purposes (e.g., initiation of identity-based network sessions supporting UAS applications). DRIP will facilitate use of existing Internet resources to support RID and to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9153"/>
          <seriesInfo name="DOI" value="10.17487/RFC9153"/>
        </reference>
        <reference anchor="drip-arch" target="https://www.ietf.org/archive/id/draft-ietf-drip-arch-29.txt">
          <front>
            <title>Drone Remote Identification Protocol (DRIP) Architecture</title>
            <author fullname="Stuart W. Card">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Adam Wiethuechter">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Robert Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Shuai Zhao">
              <organization>Intel</organization>
            </author>
            <author fullname="Andrei Gurtov">
              <organization>Linköping University</organization>
            </author>
            <date day="16" month="August" year="2022"/>
            <abstract>
              <t>   This document describes an architecture for protocols and services to
   support Unmanned Aircraft System (UAS) Remote Identification (RID)
   and tracking, plus UAS RID-related communications.  This architecture
   adheres to the requirements listed in the DRIP Requirements document
   (RFC9153).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-arch-29"/>
        </reference>
        <reference anchor="F3411">
          <front>
            <title>F3411-22a: Standard Specification for Remote ID and Tracking</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="July"/>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="NIST.SP.800-185" target="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-185.pdf">
          <front>
            <title>SHA-3 Derived Functions: cSHAKE, KMAC, TupleHash and ParallelHash</title>
            <author fullname="John Kelsey" initials="J." surname="Kelsey">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <author fullname="Shu-jen Change" initials="S." surname="Change">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <author fullname="Ray Perlner" initials="R." surname="Perlner">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date month="December" year="2016"/>
          </front>
          <seriesInfo name="NIST Special Publication" value="SP 800-185"/>
          <seriesInfo name="DOI" value="10.6028/nist.sp.800-185"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8126" target="https://www.rfc-editor.org/info/rfc8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton">
              <organization/>
            </author>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="drip-rid" target="https://www.ietf.org/archive/id/draft-ietf-drip-uas-rid-01.txt">
          <front>
            <title>UAS Remote ID</title>
            <author fullname="Robert Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Stuart W. Card">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Adam Wiethuechter">
              <organization>AX Enterprize</organization>
            </author>
            <author fullname="Andrei Gurtov">
              <organization>Linköping University</organization>
            </author>
            <date day="9" month="September" year="2020"/>
            <abstract>
              <t>   This document describes the use of Hierarchical Host Identity Tags
   (HHITs) as a self-asserting and thereby trustable Identifier for use
   as the UAS Remote ID.  HHITs include explicit hierarchy to provide
   Registrar discovery for 3rd-party ID attestation.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-drip-registries-05"/>
        </reference>
        <reference anchor="FAA-14CFR" target="https://www.govinfo.gov/content/pkg/FR-2021-01-15/pdf/2020-28948.pdf">
          <front>
            <title>Remote Identification of Unmanned Aircraft</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
      </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 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 Proof</name>
      <t>The recommendations found in (<xref target="operational-recommendations" format="default"/>) may seem heavy handed and specific. This appendix lays out the math and assumptions made to come to the recommendations listed there. This section is solely based on operations using Bluetooth 4.x; as such all calculations of frame counts for DRIP included FEC using (<xref target="fec-details" format="default"/>).</t>
      <section anchor="proof-defs" numbered="true" toc="default">
        <name>Definitions</name>
        <t>Frame:</t>
        <ul empty="true" spacing="normal">
          <li>A single Bluetooth 4.x frame containing an ASTM Message or ASTM Authentication Page.</li>
        </ul>
        <t>Cycle:</t>
        <ul empty="true" spacing="normal">
          <li>A set of frames transmitted in a 1 second window.</li>
        </ul>
      </section>
      <section anchor="methodology" numbered="true" toc="default">
        <name>Methodology</name>
        <t>In the US, the required ASTM Messages to be transmitted every cycle are: Basic ID (0x1), Location (0x2) and System (0x4). Typical implementations will most likely send at a higher rate (2x sets per cycle) resulting in 6 frames sent per cycle.</t>
        <ul empty="true" spacing="normal">
          <li>Information Note: in Europe the Operator ID Message (0x5) is also included; pushing the frame count to 8 per cycle.</li>
        </ul>
        <t>To calculate the frame count of a given DRIP Authentication Message the following formula is used:</t>
        <ul empty="true" spacing="normal">
          <li>1 + ceiling(((88 + (Item Size * Item Count)) - 16) / 23) + 1</li>
        </ul>
        <t>The leading 1 is counting for the Page 0 which is always present. 88 is the number of bytes for the DRIP framing in every DRIP Authentication Format, this is the DET (16-bytes), timestamps (8-bytes) and signature (64-bytes). Item Size (in bytes) is size of each item in a given format; for Wrapper it is 25 (a full ASTM Message), while for Manifest it is 8 (A single hash). The value 16 is the number of bytes not counted (as they are part of Page 0 which is already counted for). 23 is the number of bytes per Authentication Page (pages 1 - 15). After dividing by 23 the value is raised to the nearest whole value as we can only send full frames, not partial. The final 1 is counting for a single page of FEC applied in DRIP under Bluetooth 4.x.</t>
        <ul empty="true" spacing="normal">
          <li>Informational Note: for DRIP Link the Item Size is 48 and Item Count is 1; resulting in a frame count of 8</li>
        </ul>
        <t>Comparing all DRIP Authentication Message frame counts we have the following:</t>
        <table anchor="tbl-frame-counts" align="center">
          <name>Frame Counts</name>
          <thead>
            <tr>
              <th align="left">Item Count</th>
              <th align="left">Wrapper Frames</th>
              <th align="left">Manifest Frames</th>
              <th align="left">Total Frames (Wrapper, Manifest)</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">1</td>
              <td align="left">7</td>
              <td align="left">6</td>
              <td align="left">8, 7</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">8</td>
              <td align="left">6</td>
              <td align="left">10, 8</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">9</td>
              <td align="left">7</td>
              <td align="left">12, 10</td>
            </tr>
            <tr>
              <td align="left">4</td>
              <td align="left">10</td>
              <td align="left">7</td>
              <td align="left">14, 11</td>
            </tr>
            <tr>
              <td align="left">5</td>
              <td align="left">N/A</td>
              <td align="left">7</td>
              <td align="left">N/A, 12</td>
            </tr>
            <tr>
              <td align="left">6</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A, 14</td>
            </tr>
            <tr>
              <td align="left">7</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A, 15</td>
            </tr>
            <tr>
              <td align="left">8</td>
              <td align="left">N/A</td>
              <td align="left">8</td>
              <td align="left">N/A, 16</td>
            </tr>
            <tr>
              <td align="left">9</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A, 18</td>
            </tr>
            <tr>
              <td align="left">10</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A, 19</td>
            </tr>
            <tr>
              <td align="left">11</td>
              <td align="left">N/A</td>
              <td align="left">9</td>
              <td align="left">N/A, 20</td>
            </tr>
            <tr>
              <td align="left">12</td>
              <td align="left">N/A</td>
              <td align="left">10</td>
              <td align="left">N/A, 22</td>
            </tr>
          </tbody>
        </table>
        <t>The values in <tt>Total Frames</tt> is calculated by adding in the <tt>Item Count</tt> (to either the <tt>Wrapper Frames</tt> or <tt>Manifest Frames</tt> column) to account for the ASTM Messages being sent outside the Authentication Message.</t>
        <section anchor="us-examples" numbered="true" toc="default">
          <name>US Examples</name>
          <t>Each row represents a second and single cycle consisting of two sets of required messages (2x Basic ID, Location, System).</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
+-----------------------------------------------------------+
|                        Frame Slots                        |
| 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |            .....            | -1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |            .....            | 0
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 1
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[0,1] | 2
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 3
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[2,3] | 4
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 5
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[4,5] | 6
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |          M(12)[0,5]         | 7
+----+----+----+----+----+----+----+----+----+----+----+----+
| B  | V  | S  | B  | V  | S  |     M(12)[6,9]    |  L[6,7] | 8
+----+----+----+----+----+----+----+----+----+----+----+----+

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

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

# = Empty Frame Slot
B = Basic ID Message (0x1)
V = Location/Vector Message (0x2)
S = System Message (0x4)
L = DRIP Link Authentication Message (0x2)
M(x)[y,z] = DRIP Manifest Authentication Message (0x2)
  x = Number Hashes
  y = Start Page
  z = End Page
* = Message in DRIP Manifest Authentication Message
]]></artwork>
          <t>Manifest every 2 seconds (full stream coverage), Link every 2 seconds, could send 3x more links (2 pages of one in second 4, 2 pages each of 2 in second 2).</t>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
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
Vfo7oonwwJbzNbZx/v82+idBSUgBAA==

-->

</rfc>
