<?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-15" 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-15"/>
    <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="July" day="11"/>
    <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. It defines a few message schemes (sent within the Authentication Message) that can be used to authenticate past messages sent by a 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>Unmanned Aircraft Systems (UAS) operate usually in a volatile environment when it comes to communication. Unmanned Aircraft (UA) are generally small with little computational (or flying) horsepower to carry standard communication equipment. This limits the mediums of communication to few viable options.</t>
      <t>Observer systems (e.g., smartphones and tablets) place further constraints on the communication options. The Remote ID Broadcast messages must be available to applications on these platforms without modifying the devices.</t>
      <t>As discussed in <xref target="drip-requirements" format="default"/> two communication schemes to a UAS for Remote ID (RID) are considered: Broadcast and Network RID.</t>
      <t>This document focuses on adding trust to Broadcast RID (Section 3.2 of <xref target="drip-requirements" format="default"/>) via the Authentication Message by combining dynamically signed data with an Attestation of the UA's identity from a Registry.</t>
      <t>This authentication approach also provides the missing, but US FAA mandated, Error Correction for the Bluetooth 4 transmissions (see <xref target="fec-details" format="default"/>). This is error correction not only for the authentication message itself, but indirectly, to other messages authenticated via the Manifest method (see <xref target="drip-manifest" format="default"/>).</t>
      <t>A summary of addressed DRIP requirements is provided in <xref target="req-sum" format="default"/></t>
      <section anchor="uas-observers-and-drip-authentication" numbered="true" toc="default">
        <name>UAS Observers and DRIP Authentication</name>
        <t>Without authentication, a UA Observer has no basis for trust. As the messages are sent wirelessly, they may be sourced anywhere within wireless range, making any claims desired by the sender.  The ASTM Authentication Message, as defined herein, provides a high level of trust on the message content and source. These messages are designed to provide the Observers with actionable information.</t>
        <section anchor="ua-attestation" numbered="true" toc="default">
          <name>UA Attestation</name>
          <t>When an Observer receives a DRIP based Authentication Message (Section 5.3, Section 5.4, Section 5.5) that only contains the UA DET, timestamps, and signature; it SHOULD use the DET to retrieve the HI from DNS (Section 5, <xref target="drip-registries" format="default"/>) or a local cache to validate the signature. Now that it has the DET/HI pair, all further (or cached previous) DRIP Authentication Messages can be validated. The content signed over can now be trusted but not the context of it.</t>
        </section>
        <section anchor="hda-attestation" numbered="true" toc="default">
          <name>HDA Attestation</name>
          <t>When an Observer receives a DRIP Link Authentication Message (Section 5.2), that contains Attestation Data of the UA DET HDA registration (Appendix B); it SHOULD use the DET of the HDA to retrieve the HDA HI from DNS (Section 5, <xref target="drip-registries" format="default"/>) or a local cache to validate the signature. The UA DET/HI pair is now known, as it is part of the Attestation Data, and all further (or cached previous) DRIP Authentication Messages using the UA DET can be validated.</t>
        </section>
        <section anchor="chain-of-registries-to-trust-root" numbered="true" toc="default">
          <name>Chain of Registries to Trust Root</name>
          <t>An Observer can receive a series of DRIP Link Authentication Messages (Section 5.2) each one pertaining to a registry's registration on the registry chain. Similar to #hda-attestation, each link can be validated. Another way to obtain a chain to the root of the registration hierarchy is when #hda-attestation is received the Observer can "walk" the registry tree obtaining CERT RRs containing the Attestations/Certificates required to build the chain.</t>
        </section>
        <section anchor="authentication-content-correlation" numbered="true" toc="default">
          <name>Authentication Content Correlation</name>
          <t>While the content of DRIP Authentication Messages can be validated via their signature this does not resolves issues due to context of that information. The Observer after signature validation MUST use other sources of information, for example a visual confirmation of UA position, to correlate against and provided context. When a correlation does not make sense it SHOULD be rejected as if the signature failed to validate.</t>
        </section>
      </section>
    </section>
    <section anchor="terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <section anchor="required-terminology" numbered="true" toc="default">
        <name>Required Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they appear in all capitals, as shown here.</t>
      </section>
      <section anchor="definitions" numbered="true" toc="default">
        <name>Definitions</name>
        <t>This document makes use fo the terms defined in <xref target="drip-requirements" format="default"/>. In addition, the following terms are defined:</t>
        <dl newline="false" spacing="normal">
          <dt>Legacy Transports:</dt>
          <dd>
  uses broadcast frames (Bluetooth 4).</dd>
          <dt>Extended Transports:</dt>
          <dd>
  uses the extended advertisements (Bluetooth 5), service info (Wi-Fi NaN) or vendor specific element information (Wi-Fi BEACON). Must use ASTM <xref target="F3411" format="default"/> Message Pack (Message Type 0xF).</dd>
        </dl>
      </section>
    </section>
    <section anchor="background" numbered="true" toc="default">
      <name>Background</name>
      <section anchor="problem-space-and-focus" numbered="true" toc="default">
        <name>Problem Space and Focus</name>
        <t>The initial standards for Remote ID do not, in any meaningful capacity, address the concerns of trust in the UA space with communication in the Broadcast RID environment. This is a requirement that will need to be addressed eventually for various different parties that have a stake in the UA industry.</t>
        <t>DRIPs goal as stated in <xref target="drip-requirements" format="default"/> is:</t>
        <ul empty="true" spacing="normal">
          <li>to enable enhanced related services, and it will enable online and offline verification that RID information is trustworthy.</li>
        </ul>
        <t>This document focuses on providing the first observable "link" of this trust chain over Broadcast RID; with an importance of the observer being offline. This first link is the primary stepping stone for an observer to gain access and use "enhanced related services".</t>
        <section anchor="broadcast-rid-rf-options" numbered="true" toc="default">
          <name>Broadcast RID RF Options</name>
          <t>A UA has the option of broadcasting using Bluetooth (4 and 5) or Wi-Fi (BEACON or NAN), see <xref target="reqs" format="default"/>.  With Bluetooth, FAA and other CAA mandate transmitting simultaneously over both 4 and 5. With Wi-Fi, use of BEACON is recommended. Wi-Fi NAN is another option, depending on CAA.</t>
          <t>Bluetooth 4 presents a payload size challenge in that it can only transmit 25 bytes of payload where the others all can support 252 byte payloads.</t>
        </section>
      </section>
      <section anchor="reasoning-for-ietf-drip-authentication" numbered="true" toc="default">
        <name>Reasoning for IETF DRIP Authentication</name>
        <t>The ASTM Authentication Message has provisions in <xref target="F3411" format="default"/> to allow for other organizations to standardize additional Authentication formats beyond those explicitly in <xref target="F3411" format="default"/> that require use of a multi-party online validator system. This has a heavy reliance on real-time connectivity onto the Internet (specifically into UTM) that is not always guaranteed.</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>
      <section anchor="astm-authentication-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 frame size. To address this, it is defined as a set of "pages" that each fits into a single Bluetooth 4 broadcast frame. For other media these pages are still used but all in a single frame.</t>
        <section anchor="authentication-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>The Authentication Message is structured as a set of up to 16 pages. Over Bluetooth 4, these pages are "fragmented" into separate Bluetooth 4 broadcast frames.</t>
          <t>Either as a single Authentication Message or a set of fragmented Authentication Message Pages the structure(s) is further wrapped by outer ASTM framing and the specific link framing (Bluetooth or Wi-Fi).</t>
          <section anchor="authentication-type" numbered="true" toc="default">
            <name>Authentication Type</name>
            <t><xref target="F3411" format="default"/> has the following example subset of Authentication Type's defined and that can be used in the <tt>Page Header</tt>:</t>
            <table align="center">
              <thead>
                <tr>
                  <th align="left">Authentication Type</th>
                  <th align="left">Description</th>
                </tr>
              </thead>
              <tbody>
                <tr>
                  <td align="left">0x3</td>
                  <td align="left">Message Set Signature</td>
                </tr>
                <tr>
                  <td align="left">0x5</td>
                  <td align="left">Specific Authentication Method</td>
                </tr>
              </tbody>
            </table>
            <section anchor="specific-authentication-method-sam" numbered="true" toc="default">
              <name>Specific Authentication Method (SAM)</name>
              <t>This document leverages Authentication Type 0x5, Specific Authentication Method (SAM), as the principal authentication container, defining a set of SAM Types in <xref target="drip-authentication-formats" format="default"/>. Message Set Signature (Authentication Type 0x3) is also used in parallel form to its use in <xref target="F3411" format="default"/>. However, the SAM formats provide a more complete authentication approach.</t>
            </section>
          </section>
          <section anchor="page-number" numbered="true" toc="default">
            <name>Page Number</name>
            <t>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.</t>
          </section>
          <section anchor="authentication-payload-field" numbered="true" toc="default">
            <name>Authentication Payload Field</name>
            <t>The following is shown in its complete format.</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><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>
            <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>
        <section anchor="drip-restrictions" numbered="true" toc="default">
          <name>ASTM 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 of the most constrained existing transport can support. Under Broadcast RID the transport that can hold the least amount of authentication data is Bluetooth 5 and Wi-Fi BEACON 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.</li>
          </ol>
        </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, Wi-Fi NaN, and Wi-Fi BEACON). The Bluetooth 4 Legacy Transport does not have supporting FEC so with DRIP Authentication the following application level FEC scheme is used to add FEC. This section is only used for Bluetooth 4 transmission/reception.</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="encoding" numbered="true" toc="default">
        <name>Encoding</name>
        <t>For any encoding the FEC data MUST start on a new ASTM Authentication Page. To do this, null padding is added before the actual FEC data starts and the length of the whole blob (null padding and FEC) is used as the Additional Data Length. To properly fit FEC data into an Authentication Page the number of parity-bytes is limited to 23 or a multiple thereof (size of Authentication data per page). That is, the Page Header (and anything before it) is omitted in the FEC process.</t>
        <section anchor="enc-single-page" numbered="true" toc="default">
          <name>Single Page FEC</name>
          <t>To generate the parity a simple XOR operation using the previous and current page is used.  Only the 23-byte Authentication Page data is used in the XOR operation.  For Page 0, a 23-byte null pad is used for the previous page. The resulting parity fills the last 23 bytes of the <tt>Additional Data</tt> field of <xref target="astm-auth" format="default"/> with the <tt>Additional Data Length</tt> field being set to 23 or greater (depending on number of null pad bytes are needed to get onto the next page).</t>
          <figure anchor="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="enc-multi-page" numbered="true" toc="default">
          <name>Multiple Page FEC</name>
          <t>For Multiple Page FEC there are two variations: Frame Recovery and Page Recovery. Both follow a similar process, but are offset at what data is actually protected.</t>
          <t>For DRIP the polynomial to use for Reed Solomon is: <tt>1 + x^2 + x^3 + x^4 + x^8</tt>.</t>
          <section anchor="enc-page" numbered="true" toc="default">
            <name>Page Recovery</name>
            <t>Take the following example of an Authentication Message with 7 pages that 3 pages of parity are to be generated for. The first column is just the <tt>Page Header</tt> with a visual space here to show the boundary.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
50 098960bf8c05042001001000a00145aac6b00abba268b7
51 2001001000a0014579d8a404d48f2ef9bb9a4470ada5b4
52 ff1352c7402af9d9ebd20034e8d7a12920f4d7e91c1a73
53 dca7d04e776150825863c512c6eb075a206a95c59b297e
54 f2935fd416f27b1b42fd5d9dfaa0dec79f32287f41b454
55 7101415def153a770d3e6c0b17ae560809bc634a822c1f
56 3b1064b80a000000000000000000000000000000000000
]]></artwork>
            <t>For Page Recovery the first column is ignored and the last 23-bytes of each page are extracted to have Reed Solomon performed on them in a column wise fashion to produce parity bytes. For the example the following 3-bytes of parity are generated with the first byte of each page:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
dc6c2b = ReedSolomon.encoder(0920ffdcf2713b)
]]></artwork>
            <t>Each set of parity is the placed into a pseudo-frame as follows (each byte in its own message in the same column). Below is an example of the full parity generated and each 23-bytes of parity added into the additional pages as <tt>Additional Data</tt>:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
57 dc6657acd30b2ec4aa582049f52adf9f922e62c469563a
58 6c636a59145a55417a3895fd543f19e94200be4abc5e94
59 02bba5e28f5896d754caf50016a983993b149b5c9e6eeb
]]></artwork>
          </section>
          <section anchor="enc-frame" numbered="true" toc="default">
            <name>Frame Recovery</name>
            <t>Frame Recovery uses the full ASTM Message and performs Reed Solomon over each byte. Up to 240 (255 minus 15 pages maximum of FEC data) messages can be protected using Frame Recovery.</t>
            <t>Below is an example of a number of messages. Here the first column is an additional ASTM Header that contain the Message Type; with a visual space for clarity. The last 24-bytes are the actual message contents; be it location information or an Authentication Page.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
10 42012001001000a0014579d8a404d48f2ef9000000000000
11 249600006efeb019ee111ed37a097a0948081c10ffff0000
12 50098960bf8c05042001001000a00145aac6b00abba268b7
12 512001001000a0014579d8a404d48f2ef9bb9a4470ada5b4
12 52ff1352c7402af9d9ebd20034e8d7a12920f4d7e91c1a73
12 53dca7d04e776150825863c512c6eb075a206a95c59b297e
12 54f2935fd416f27b1b42fd5d9dfaa0dec79f32287f41b454
12 557101415def153a770d3e6c0b17ae560809bc634a822c1f
12 563b1064b80a000000000000000000000000000000000000
13 0052656372656174696f6e616c2054657374000000000000
14 02c2ffb019322d1ed3010000c008e40700fc080000000000
15 004e2e4f5031323334353600000000000000000000000000
]]></artwork>
            <t>A similar process is followed as in <xref target="enc-page" format="default"/>. Here every column of bytes has parity generated for it (even the ASTM Header). In the below example 5-bytes of parity are generated using the ASTM Header column:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
6c3f42b8a8 = ReedSolomon.encoder(101112121212121212131415)
]]></artwork>
            <t>After doing this to all columns the following pseudo-frames would have been generated:</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
6c86337bf7ab746f5d62bb7f8de954104b121585d3975f6e92
3f06c1bce165b0e25930d57a63c24f751145e1dd8dc115029b
42e9979580327a6a14d421c12a33aa2e1a2e517daaee581016
b8012a7b3964f7b2720d387bfa77e945556f1831cd477ef3a3
a85bb403aada89926fb8fc2a14a9caacb4ec2f3a6ed2d8e9f9
]]></artwork>
            <t>These 25-byte chunks are now concatenated together and are placed in Authentication Pages, using the <tt>Additional Data</tt>, 23-bytes at a time. In the below figure the first column is the ASTM Header as before, the second column is the <tt>Page Header</tt> for each Authentication Page and then last column is the 23-bytes of data for each page.</t>
            <artwork name="" type="" align="left" alt=""><![CDATA[
12 57 6c86337bf7ab746f5d62bb7f8de954104b121585d3975f
12 58 6e923f06c1bce165b0e25930d57a63c24f751145e1dd8d
12 59 c115029b42e9979580327a6a14d421c12a33aa2e1a2e51
12 5a 7daaee581016b8012a7b3964f7b2720d387bfa77e94555
12 5b 6f1831cd477ef3a3a85bb403aada89926fb8fc2a14a9ca
12 5c acb4ec2f3a6ed2d8e9f900000000000000000000000000
]]></artwork>
          </section>
        </section>
      </section>
      <section anchor="decoding" numbered="true" toc="default">
        <name>Decoding</name>
        <t>Due to the nature of Bluetooth 4 and the existing ASTM paging structure an optimization can be used. If a Bluetooth frame fails its CRC check, then the frame is dropped without notification to the upper protocol layers. From the Remote ID perspective this means the loss of a complete frame/message/page. In Authentication Messages, each page is already numbered so the loss of a page allows the receiving application to build a "dummy" page filling the entire page with nulls.</t>
        <t>If Page 0 is being reconstructed an additional check of the <tt>Last Page Index</tt> to check against how many pages are actually present, MUST be performed for sanity. An additional check on the <tt>Length</tt> field SHOULD also be performed.</t>
        <t>To determine if Single Page FEC or Multiple Page FEC has been used a simple check of the <tt>Last Page Index</tt> can be used. If the number of pages left after the <tt>Length</tt> of Authentication Data is exhausted than it is clear that the remaining pages are all FEC. The <tt>Additional Data Length</tt> byte can further confirm this; taking into account any null padding needed for page alignment.</t>
        <section anchor="dec-single-page" numbered="true" toc="default">
          <name>Single Page FEC</name>
          <t>Using the same methods as encoding, an XOR operation is used between the previous and current page (a 23-byte null pad is used as the start). The resulting 23-bytes should be data of the missing page.</t>
        </section>
        <section anchor="dec-multi-page" numbered="true" toc="default">
          <name>Multiple Page FEC</name>
          <t>To determine if Page Recovery or Frame Recovery is used two modulo checks with the <tt>ADL</tt> after the length of the null-pad is removed are needed. One against the value of 23, and the other against the value of 25. If 23 comes back with a value of 0 then Page Recovery is being used. If 25 comes back with 0 then Frame Recovery is used. Any other combination indicates an error.</t>
          <section anchor="dec-page" numbered="true" toc="default">
            <name>Page Recovery</name>
            <t>To decode Page Recovery, dummy pages (pages with nulls as the data) are needed in the places no page was received. Then Reed Solomon can decode across the columns of the 23-bytes of each page. Erasures can be used as it is known which pages are missing and can improve the Reed Solomon results by specifying them.</t>
          </section>
          <section anchor="dec-frame" numbered="true" toc="default">
            <name>Frame Recovery</name>
            <t>To decode Frame Recovery, the receiver must first extract all FEC data from the pages; concatenate them and then break into 25-byte chunks. This will produce the pseudo-frames. Now Reed Solomon can be used to decode columns, with dummy frames inserted where needed.</t>
            <!-- Author Note (atw): for Page Recovery adding the nulls is easy - however how do we specify/know the order and number of messages for Frame Recovery to insert the null-Messages? -->

</section>
        </section>
      </section>
      <section anchor="fec-limitations" numbered="true" toc="default">
        <name>FEC Limitations</name>
        <t>The worst case scenario is when the <tt>Authentication Data / Signature</tt> ends perfectly on a page (Page N-1). This means the <tt>Additional Data Length</tt> would start the next page (Page N) and have 22-bytes worth of null padding to align the FEC in to 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 be avoided at all costs - in an effort to maintain efficiency.</t>
      </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 uses 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, then <xref target="fec-details" format="default"/> MUST be used. <xref target="appendix-a" 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>
        <dl newline="false" spacing="normal">
          <dt>ASTM Message (25-bytes):</dt>
          <dd>
  Full ASTM Message as defined in <xref target="F3411" format="default"/> specifically Message Types 0x0, 0x1, 0x3, 0x4, and 0x5</dd>
          <dt>ASTM Message Hash (12-bytes):</dt>
          <dd>
  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.</dd>
          <dt>Attestation Data (0 to 112 bytes):</dt>
          <dd>
  Opaque attestation data that the UA is attesting during its flight in <xref target="drip-data" format="default"/>.</dd>
          <dt>Broadcast Attestation (136-bytes):</dt>
          <dd>
  HDA HI over UA DET/HI. Generated by a DRIP Registry during Session ID registration. Used in <xref target="drip-link" format="default"/>.</dd>
          <dt>Current Manifest Hash (12-bytes):</dt>
          <dd>
  See <xref target="block-hashes" format="default"/>.</dd>
          <dt>Frame Type (1-byte):</dt>
          <dd>
  Sub-type for future different DRIP Frame formats. See <xref target="frame-type" format="default"/>.</dd>
          <dt>Not Before Timestamp by UA (4-bytes):</dt>
          <dd>
  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 to the time the signature is generated.</dd>
          <dt>Not After Timestamp by UA (4-bytes):</dt>
          <dd>
  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 ahead of <tt>Not Before Timestamp</tt>.</dd>
          <dt>Previous Manifest Hash (12-bytes):</dt>
          <dd>
  See <xref target="block-hashes" format="default"/>.</dd>
          <dt>UA DRIP Entity Tag (16-bytes):</dt>
          <dd>
  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"/>.</dd>
          <dt>UA Signature (64-bytes):</dt>
          <dd>
  Signature over preceding fields of <xref target="drip-data" format="default"/> using the HI of the UA.</dd>
        </dl>
        <section anchor="bas" numbered="true" toc="default">
          <name>Broadcast Attestation Structure</name>
          <t>Variations of the <tt>Attestation Structure</tt> format of <xref target="drip-registries" format="default"/> SHOULD be used when running DRIP Authentication under the DRIP SAM Types (filling the <tt>SAM Authentication Data</tt> field (<xref target="sam-authentication-data" format="default"/>)). The notable changes of the structure is that the timestamps are set by the UA and the <tt>Attestor Identity Information</tt> is set to the DET of the UA.</t>
          <t>When using this structure the UA is minimally self-attesting its DRIP Entity Tag (DET). It may be attesting the DET registration in a specific HID (see <xref target="link-example" format="default"/>). The Host Identity of the UA DET can be looked up by mechanisms described in <xref target="drip-registries" format="default"/> or by extracting it from Broadcast Attestation (see <xref target="drip-link" format="default"/> and <xref target="drip-recommendations" format="default"/>).</t>
          <figure anchor="drip-data">
            <name>Broadcast Attestation 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                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                        Attestation Data                       .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
          </figure>
        </section>
        <section anchor="sam-data-format" 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):
    Opaque SAM authentication data.
]]></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"/>) SHOULD be used in this space.</t>
          </section>
        </section>
      </section>
      <section anchor="drip-link" numbered="true" toc="default">
        <name>DRIP Link</name>
        <t>This SAM Type is used to transmit Broadcast Attestations. For example, the Broadcast Attestation of the Registry (HDA) over the UA is sent (see <xref target="drip-recommendations" format="default"/>) as a DRIP Link message. Its structure is defined in <xref target="drip-registries" format="default"/> and an example of it can be found in <xref target="link-example" format="default"/>.</t>
        <t>DRIP Link is important as its contents are used to provide trust in the DET/HI that the UA is currently broadcasting. This message does not require internet connectivity to perform signature validations of the contents when the registry DET/HI is in the receivers 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 Attestation                    .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <t>This DRIP Authentication Message is used in conjunction with other DRIP SAM Types (such as Manifest or Wrapper) that contain data that is guaranteed to be unique and easily cross checked by the receiving device. A good candidate for this is using the DRIP Wrapper to encapsulate a Location Message (Message Type 0x2).</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. It MUST use the Broadcast Attestation Structure (<xref target="bas" format="default"/>).</t>
        <t>The <tt>Attestation Data</tt> field is filled with full (25-byte) <xref target="F3411" format="default"/> Broadcast RID messages. The minimum number being 1 and the maximum being 4. The encapsulated 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.</t>
        <t>To determine the number of messages wrapped the receiver can check that the length of the <tt>Attestation Data</tt> field of the DRIP Broadcast Attestation (<xref target="bas" format="default"/>) is a multiple of 25-bytes.</t>
        <figure anchor="wrapper-fig">
          <name>Example 4-Message DRIP Wrapper</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                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                          ASTM Message                         |
|                                                               |
|                                                               |
|                                                               |
+               +---------------+---------------+---------------+
|               |                                               |
+---------------+                                               |
|                                                               |
|                          ASTM Message                         |
|                                                               |
|                                                               |
|                                                               |
+                               +---------------+---------------+
|                               |                               |
+---------------+---------------+                               |
|                                                               |
|                                                               |
|                          ASTM Message                         |
|                                                               |
|                                                               |
+                                               +---------------+
|                                               |               |
+---------------+---------------+---------------+               |
|                                                               |
|                                                               |
|                          ASTM Message                         |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></artwork>
        </figure>
        <section anchor="wrapper-over-extended-transports" 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 Message Pack (0xF). The ASTM Messages are removed from the DRIP Wrapper after signing (as they are redundant) leaving the following 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 under 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 of the messages in the Message Pack (excluding Authentication Message found in the same Message Pack) in Message Type order and place the blob between the <tt>UA DRIP Entity Tag</tt> and <tt>Not Before Timestamp</tt> before performing signature verification.</t>
          <t>The functionality of Wrapper in this form is identical to Authentication Type 0x3 (Message Set Signature) 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, avoids 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. It MUST use the Broadcast Attestation Structure (<xref target="bas" format="default"/>).</t>
        <t>By hashing previously sent messages and signing them we gain trust in UAs previous reports. An observer who has been listening for any length of time can hash received messages and cross-check against listed hashes. This is a way to evade the limitation of a maximum of 4 messages in the Wrapper Format and reduce overhead.</t>
        <t>The <tt>Attestation Data</tt> field is filled with 12-byte hashes of previous <xref target="F3411" format="default"/> Broadcast messages. A receiver does not need to have received every message in the manifest to verify it. A manifest SHOULD typically encompass a single transmission cycle of messages being sent, see <xref target="operational" format="default"/>.</t>
        <figure anchor="manifest-fig">
          <name>Example DRIP Manifest</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                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                     Previous Manifest Hash                    |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                     Current Manifest Hash                     |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                       ASTM Message Hash                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></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 (3-9). An easy way to determine the number of hashes is to take the length of the data between the end of the <tt>UA DRIP Entity Tag</tt> and <tt>Not Before Timestamp by UA</tt> and divide it by the hash length (12). If this value is not rational, the message is invalid.</t>
        </section>
        <section anchor="hash-op" numbered="true" toc="default">
          <name>Message Hash Algorithms and Operation</name>
          <t>The hash algorithm used for the Manifest Message is the same hash algorithm used in creation of the 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, 96, "", "Remote ID Auth Hash")
]]></artwork>
          <ul empty="true" spacing="normal">
            <li>
              <ul empty="true" spacing="normal">
                <li>Note: <xref target="drip-rid" format="default"/> specifies cSHAKE128 but is open for the expansion of other OGAs.</li>
              </ul>
            </li>
          </ul>
          <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 Authentication Messages all the Authentication Message Pages are concatenated together and hashed as one object. For all other Message Types the 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 anchor="block-hashes" numbered="true" toc="default">
          <name>Pseudo-Blockchain Hashes</name>
          <t>Two special hashes are included in all Manifest messages; a previous manifest hash, which links to the previous manifest message, as well as a current manifest hash. 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>
          <dl newline="false" spacing="normal">
            <dt>Creation:</dt>
            <dd>
  During creation and signing of this message format this field MUST be set to 0. So the signature will be based on this field being 0, as well as its own hash. It is an open question of if we compute the hash, then sign or sign then compute.</dd>
            <dt>Cycling:</dt>
            <dd>
  There a few different ways to cycle this message. We can "roll up" the hash of 'current' to 'previous' when needed or to completely recompute the hash. This mostly depends on the previous note.</dd>
          </dl>
        </section>
        <section anchor="manifest-limitations" numbered="true" toc="default">
          <name>Manifest Limitations</name>
          <t>A potential limitation to this format is dwell time of the UA. If the UA is not sticking to a general area then most likely the Observer will not obtain many (if not all) of the messages in the manifest. Examples of such scenarios include delivery or survey UA.</t>
        </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. This SAM Type MUST use the Broadcast Attestation Structure (<xref target="bas" format="default"/>).</t>
        <figure anchor="frame-fig">
          <name>Example 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
+---------------+---------------+---------------+---------------+
|                                                               |
|                              UA                               |
|                        DRIP Entity Tag                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|  Frame Type   |                                               |
+---------------+                                               .
.                     Frame Attestation Data                    .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by UA                  |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                          UA Signature                         |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
]]></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 of <tt>Attestation Data</tt> in <xref target="bas" format="default"/> leaving 111-bytes for <tt>Frame Attestation 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="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 Remote ID rules (for example the US FAA Remote ID Rule <xref target="faa-rid" format="default"/>), when using Legacy Advertising methods (such as Bluetooth 4).</t>
        <t>Under ASTM Bluetooth 4 rules, transmission of dynamic messages are at least every 1 second. DRIP Authentication Messages typically contain dynamic data (such as the DRIP Manifest or DRIP Wrapper) and must 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, Wi-Fi NaN, and Wi-Fi BEACON transport of Remote ID 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 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 Forward Error Correction (<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 Authentication Formats to fulfill the <xref target="drip-requirements" format="default"/>:</t>
        <ol spacing="normal" type="1"><li>DRIP Link using the Broadcast Attestation of HDA and the UA (satisfying GEN-1 and GEN-3)</li>
          <li>Any other DRIP Authentication Format (RECOMMENDED: DRIP Manifest or DRIP Wrapper) where the UA is dynamically signing data that is guaranteed to be unique and easily cross checked by the receiving device (satisfying GEN-1 and GEN-2)</li>
        </ol>
        <t>It is RECOMMENDED the following set of Authentication Formats are sent for support of offline Observers:</t>
        <ol spacing="normal" type="1"><li>DRIP Link using the Broadcast Attestation of HID Root and the RAA (CAA) (satisfies GEN-3)</li>
          <li>DRIP Link using the Broadcast Attestation of RAA (CAA) and the HDA (USS) (satisfies GEN-3)</li>
          <li>DRIP Link using the Broadcast Attestation of HDA (USS) and the UA (satisfies GEN-1 and GEN-3)</li>
          <li>Any other DRIP Authentication Format (RECOMMENDED: DRIP Manifest or DRIP Wrapper) where the UA is dynamically signing data that is guaranteed to be unique and easily cross checked by the receiving device (satisfying GEN-1 and GEN-2)</li>
        </ol>
      </section>
      <section anchor="operational" 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 HDA UA assertion.</t>
        <t>A separate issue is the frequency of transmitting the DRIP Link Authentication Message for the HDA UA assertion 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 HDA UA assertion to mitigate potential packet loss.</t>
        <t>The preferred mode of operation is to send the HDA UA assertion every 3 seconds and Manifest messages immediately after a set of UA operation messages (e.g. Basic, Location, and System messages).</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 received Location Messages (Message Type 0x2) on a map display an embedded Location Message in a DRIP Wrapper can be colored differently to signify trust in the Location data - be it current or previous Location reports that are wrapped.</t>
        </section>
      </section>
    </section>
    <section anchor="req-sum" numbered="true" toc="default">
      <name>Summary of Addressed DRIP Requirements</name>
      <t>The following <xref target="drip-requirements" format="default"/> are addressed in this document:</t>
      <dl newline="false" spacing="normal">
        <dt>GEN-1: Provable Ownership</dt>
        <dd>
  This will be addressed using the DRIP Link and DRIP Wrapper or DRIP Manifest.</dd>
        <dt>GEN-2: Provable Binding</dt>
        <dd>
  This requirement is addressed using the DRIP Wrapper or DRIP Manifest.</dd>
        <dt>GEN-3: Provable Registration</dt>
        <dd>
  This requirement is addressed using the DRIP Link.</dd>
      </dl>
    </section>
    <section anchor="icao-considerations" numbered="true" toc="default">
      <name>ICAO Considerations</name>
      <t>DRIP requests the following SAM Type's 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>
      <!-- Author Note (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>
        <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 [RFC8126]). The following values are defined:</dd>
        </dl>
        <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 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 Attestation Link messages can easily be replayed by an attacker who has copied them from previous broadcasts. There are two things to mitigate this in DRIP:</t>
        <ol spacing="normal" type="1"><li>If an attacker (who is smart and spoofs more than just the UAS ID/data payloads) willing replays an Attestation Link message they have in principle actually helped by ensuring the message is sent more frequently and be received by potential Observers.</li>
          <li>It is RECOMMENDED to send more than just DRIP Link messages, specifically those that sign over changing data using the current session keypair, and those messages are sent more frequently. An UA beaconing these messages then actually signing other messages using the keypair validates the data receiver by an Observer. 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.</li>
        </ol>
      </section>
      <section anchor="trust-timestamp-offsets" numbered="true" toc="default">
        <name>Trust Timestamp Offsets</name>
        <t>Note the discussion of Trust Timestamp Offsets here is in context of the DRIP Wrapper (<xref target="drip-wrapper" format="default"/>) and DRIP Manifest (<xref target="drip-manifest" format="default"/>) messages. For DRIP Link (<xref target="drip-link" format="default"/>) messages these offsets are set by the Attestor (typically a registry) and have their own set of considerations as seen in <xref target="drip-registries" format="default"/>.</t>
        <t>The offset of the Trust Timestamp (defined as a very short Expiration Timestamp) 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) - this drove the requirement for maximum page length of Authentication Data itself.</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="F3411">
          <front>
            <title>Standard Specification for Remote ID and Tracking</title>
            <author>
              <organization/>
            </author>
            <date year="2020" month="February"/>
          </front>
        </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="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="drip-arch" target="https://www.ietf.org/archive/id/draft-ietf-drip-arch-24.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>Tencent</organization>
            </author>
            <author fullname="Andrei Gurtov">
              <organization>Linköping University</organization>
            </author>
            <date day="10" month="June" 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-24"/>
        </reference>
        <reference anchor="drip-requirements" 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-registries" target="https://www.ietf.org/archive/id/draft-wiethuechter-drip-registries-01.txt">
          <front>
            <title>DRIP Registries</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>
            <date day="22" month="October" year="2021"/>
            <abstract>
              <t>   TODO

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-wiethuechter-drip-registries-01"/>
        </reference>
        <reference anchor="faa-rid" 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>United States Federal Aviation Administration (FAA)</organization>
            </author>
            <date year="2021"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="appendix-a" 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 HDA (or Registry). This document gives a clear way to send the PK of the UA over the Broadcast RID messages. The key of the HDA 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 HDA 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 HDA 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">Registry DET/PK in Key Cache?</td>
                <td align="left">10, 9</td>
              </tr>
              <tr>
                <td align="left">9</td>
                <td align="left">Registry PK found Online?</td>
                <td align="left">10, Unverifiable</td>
              </tr>
              <tr>
                <td align="left">10</td>
                <td align="left">Registry 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">Registry 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="link-example" numbered="true" toc="default">
      <name>HDA-UA Broadcast Attestation</name>
      <figure anchor="b-axy-fig">
        <name>Example DRIP HDA-UA Broadcast Attestation</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 HDA                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                             DRIP                              |
|                       Entity Tag of UA                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                      Host Identity of UA                      |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+
|                   Not Before Timestamp by HDA                 |
+---------------+---------------+---------------+---------------+
|                    Not After Timestamp by HDA                 |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                       Signature by HDA                        |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

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

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

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

Expiration Timestamp by HDA (4 bytes):
    Timestamp denoting recommended time to trust data to.

Signing Timestamp by HDA (4 bytes):
    Current time at signing.

HDA Signature (64 bytes):
    Signature over preceding fields using the keypair of 
    the HDA.
]]></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="appendix-a" format="default"/>).</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
        +-------------------+
  .-----| Unmanned Aircraft |-----.
  |     +-------------------+     |
  | 1       | 2         | 3       | 4
  |         |           |         |

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


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

Observers: Authentication State
A: Unverifiable
B: Verified, Trusted, Unverified, Questionable, or Conflicting
C: Unverifiable
D: None
]]></artwork>
      <t>As the above example shows to properly authenticate both a DRIP Link and a DRIP Wrapper or DRIP Manifest are required.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
LgEA

-->

</rfc>
