<?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.3.14 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc comments="yes"?>

<rfc ipr="trust200902" docName="draft-wiethuechter-drip-auth-05" category="std">

  <front>
    <title abbrev="auth-formats">DRIP Authentication Formats</title>

    <author initials="A." surname="Wiethuechter" fullname="Adam Wiethuechter">
      <organization>AX Enterprize, LLC</organization>
      <address>
        <postal>
          <street>4947 Commercial Drive</street>
          <city>Yorkville</city>
          <code>NY 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>
          <code>NY 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></street>
          <city>Oak Park</city>
          <code>MI 48237</code>
          <country>USA</country>
        </postal>
        <email>rgm@labs.htt-consult.com</email>
      </address>
    </author>

    <date year="2020" month="November" day="02"/>

    <area>Internet</area>
    <workgroup>DRIP Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document describes how to include trust into the ASTM Remote ID specification defined in ASTM F3411-19 under a Broadcast Remote ID (RID) scenario. It defines a few different message schemes (based on the Authentication Message) that can be used to assure past messages sent by a UA and also act as an assurance for UA trustworthiness in the absence of Internet connectivity at the receiving node.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>UA Systems (UAS) are usually in a volatile environment when it comes to communication. 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>The ASTM standard <xref target="F3411-19"/> focuses on two ways of communicating to a UAS for RID: Broadcast and Network.</t>

<t>This document will focus on adding trust to Broadcast RID in the current (and an expanded) Authentication Message format.</t>

<section anchor="drip-requirements-addressed" title="DRIP Requirements Addressed">

<t>The following <xref target="drip-requirements"/> will be addressed:</t>

<t><list style="hanging">
  <t hangText='GEN 1: Provable Ownership'>
  This will be addressed using the Certificate Message types (<xref target="certificate-4"/> and <xref target="certificate-5"/>).</t>
  <t hangText='GEN 2: Provable Binding'>
  This requirement is addressed using the Wrapped ASTM Message <xref target="wrapped-messages"/>, Manifest Message <xref target="manifests"/> and Message Pack Signature types <xref target="psuedo-sig"/>.</t>
  <t hangText='GEN 3: Provable Registration'>
  This requirement is addressed using the Certificate Message types (<xref target="certificate-4"/> and <xref target="certificate-5"/>).</t>
</list></t>

</section>
</section>
<section anchor="terminology" title="Terminology">

<section anchor="required-terminology" title="Required Terminology">

<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"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

</section>
<section anchor="definitions" title="Definitions">

<t>See <xref target="drip-requirements"/> for common DRIP terms.</t>

<t><list style="hanging">
  <t hangText='Aircraft:'>
  In this document whenever the word Aircraft is used it is referring to an Unmanned Aircraft (UA) not a Manned Aircraft.</t>
</list></t>

</section>
</section>
<section anchor="background" title="Background">

<section anchor="problem-space-and-focus" title="Problem Space and Focus">

<t>The current standard for Remote ID (RID) does 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>The following subsections will provide a high level reference to the ASTM standard for Authentication Messages and how their current limitations effect trust in the Broadcast RID environment.</t>

</section>
<section anchor="astm-authentication-message" title="ASTM Authentication Message">

<figure title="Standard ASTM Authentication Message format" anchor="astm-auth"><artwork align="center"><![CDATA[
Page 0:
 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
+---------------+-----------------------------------------------+
|  Auth Header  |                                               |
+---------------+  ASTM Authentication Headers  +---------------+
|                                               |               |
+-----------------------------------------------+               |
|                                                               |
|                                                               |
|                                                               |
|                Authentication Data / Signature                |
|                                                               |
|                                                               |
|                                                               |
+---------------------------------------------------------------+

Page 1 - 4:
 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
+---------------+-----------------------------------------------+
|  Auth Header  |                                               |
+---------------+                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                Authentication Data / Signature                |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------------------------------------------------------+

Auth Header (1 byte):
    Contains Authentication Type and Page Number. For
    DRIP Authentication this is a value of 0xD.

ASTM Authentication Headers: (6 bytes)
    Contains other header information for the Authentication
    Message from ASTM UAS RID Standard.

Authentication Data / Signature: (109 bytes: 17+23*4)
    Opaque authentication data.
]]></artwork></figure>

<t>The above diagram is the format defined by ASTM <xref target="F3411-19"/> that is the frame which everything this document fits into. The specific details of the ASTM headers are abstracted away as they are not necessarily required for this document.</t>

</section>
</section>
<section anchor="drip-authentication-framing-formats" title="DRIP Authentication Framing Formats">

<t>Currently the ASTM AuthType of 0xD should be used to denote DRIP based Authentication. The max page count of the Authentication Message is increased to 10, instead of being capped at 5.</t>

<section anchor="drip-general-frame" title="DRIP General Frame">

<figure title="DRIP General Frame Format" anchor="drip-general"><artwork align="center"><![CDATA[
Page 0:
 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
+---------------+-----------------------------------------------+
|  Auth Header  |                                               |
+---------------+  ASTM Authentication Headers  +---------------+
|                                               |  DRIP Header  |
+-----------------------------------------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                    DRIP Authentication Data                   |
|                                                               |
|                                                               |
|                                                               |
+---------------------------------------------------------------+

Page 1 - 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
+---------------+-----------------------------------------------+
|  Auth Header  |                                               |
+---------------+                                               |
|                                                               |
|                                                               |
|                                                               |
|                    DRIP Authentication Data                   |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------------------------------------------------------+

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

DRIP Header (1 byte):
       7     6     5     4     3     2     1     0
    +-----+-----+-----+-----+-----+-----+-----+-----+
    | FEC |              DRIP AuthType              |
    +-----+-----+-----+-----+-----+-----+-----+-----+

    FEC (1 bit):
        Enabled [1] or Disabled [0]. Signals if Page N is
        filled with XOR FEC.

    DRIP AuthType (7 bits):
        DRIP AuthType                        Values
        -------------                        ------
        0 Wrapped ASTM Message(s)            0
        1 Wrapped ASTM Message(s)            1
        2 Wrapped ASTM Message(s)            2
        3 Wrapped ASTM Message(s)            3
        4 Wrapped ASTM Message(s)            4
        5 Wrapped ASTM Message(s)            5
        8 Byte Manifest                      6
        4 Byte Manifest                      7
        Reserved (Wrapped Messages)          8-15
        Certificate: Registry on Aircraft    16
        Reserved (Certificates)              17-31
        Private Use                          32-63
        Reserved                             64-111
        Experimental Use                     112-127

DRIP Authentication Data (223 bytes):
    DRIP Authentication data. 0 to 223 bytes.

Forward Error Correction (23 bytes):
    Optional and signaled using DRIP Header. Always last
    Authentication page.
]]></artwork></figure>

<section anchor="drip-header" title="DRIP Header">

<t>The DRIP Header is used to signal what kind of Authentication under DRIP that the message is using and consists of two fields.</t>

<t>The Most Significant Bit is used to signal if FEC is present in the final page of the  Authentication Message. It MUST be set to 1 if FEC is being used.</t>

<t>The lower 7 bits are used as the DRIP AuthType field denoting what Authentication type is being used. There are 5 major areas carved out of the DRIP AuthType defined by the following bitmaps:</t>

<figure title="DRIP Header Bitmasks" anchor="header-bitmaps"><artwork align="center"><![CDATA[
000 xxxx (0x00-0x0F): Wrapped Messages (16)
001 xxxx (0x10-0x1F): Certificates (16)
01x xxxx (0x20-0x3F): Private Use (32)
1xx xxxx (0x40-0x6F): Reserved (48)
111 xxxx (0x70-0x7F): Experimental Use (16)
]]></artwork></figure>

</section>
<section anchor="drip-authentication-data" title="DRIP Authentication Data">

<t>This field has a maximum size of 223 bytes. If the data is less than 223 bytes and a page is only partially filled then the rest of the partially filled page must be null padded.</t>

</section>
<section anchor="forward-error-correction" title="Forward Error Correction">

<t>To help Bluetooth (specifically Bluetooth 4) achieve the goal of reliable receipt of paged messages a Forward Error Correction (FEC) scheme is introduced and SHOULD be used for Bluetooth 4 and SHOULD NOT be used for Bluetooth 5 under DRIP.</t>

<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 filled with nulls (other than the ASTM Header and Auth Header which is known).</t>

<t>A compliant implementation of this standard MUST use XOR for the FEC. When generating the parity the first two bytes of every Authentication Page MUST be exclude from the XOR operation. For pages 1 through N this  leaves the data portion of the page while page 0 will include a number of headers along with 17 bytes of data. This parity is appended in one full page (always the last) allowing for recovery when any single page is lost in transmission.</t>

<t>If more than one page is lost (&gt;1/5 for 5 page messages, &gt;1/10 for 10 page messages) than the error  rate of the link is already beyond saving and the application has more issues to deal with.</t>

</section>
</section>
<section anchor="drip-wrapper-frame" title="DRIP Wrapper Frame">

<t>This format MUST be encapsulated by the General Frame (<xref target="drip-general-frame"/>) and reside in its data field (<xref target="drip-authentication-data"/>).</t>

<figure title="DRIP Wrapper Frame Format" anchor="drip-wrapper"><artwork align="center"><![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 Hierarchical                        |
|                       Host Identity Tag                       |
|                                                               |
+---------------+---------------+---------------+---------------+
|                         Trust Timestamp                       |
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                      Authentication Data                      .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                            Signature                          |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

UA Hierarchial Host Identity Tag (16 bytes):
    The UAs HHIT in byte form. Hashed from the EdDSA25519
    public key.

Trust Timestamp (4 bytes):
    Timestamp denoting current time plus an offset to trust
    message to.

Authentication Data (116 bytes):
    Opaque authentication data using DRIP format specified in
    the DRIP Header. 0 to 116 bytes.

Signature (64 bytes):
    Signature over preceding fields using the EdDSA25519
    keypair.
]]></artwork></figure>

<section anchor="ua-hierarchical-host-identity-tag" title="UA Hierarchical Host Identity Tag">

<t>To avoid needing the UAs HHIT via the ASTM Basic ID in a detached fashion the 16 byte HHIT of the UA is included in the wrapper frame.</t>

<t>The HHIT for the UA (and other entities in the RID and greater UTM system under DRIP) is an enhancement of the Host Identity Tag (HIT) <xref target="RFC7401"/> introducing hierarchy (and how they are used in UAS RID) as defined in <xref target="drip-rid"/>.</t>

</section>
<section anchor="trust-timestamp" title="Trust Timestamp">

<t>The Trust Timestamp is of the format defined in <xref target="F3411-19"/>. That is a UNIX timestamp offset by 01/01/2019 00:00:00. An offset is then added to push the timestamp a short time into the future to avoid replay attacks.</t>

<t>When wrapping a Vector (Position) Message the payload WILL contain (by ASTM rules) constantly changing data, this includes its own timestamp. This timestamp is only 2 bytes, which is easily attacked and only expresses the 1/10th of seconds since the last hour.</t>

<t>Other ASTM message types, such as Basic ID and Self-ID are static messages with no changing data. To protect a replay of these signed messages the Trust Timestamp is the field during signing to be guaranteed to change.</t>

<t>The offset used against the UNIX timestamp is not defined in this document. Best practices to identify a acceptable offset should be used taking into consideration the UA environment, and propagation characteristics of the messages being sent.</t>

</section>
<section anchor="wrapped-authentication-data" title="Wrapped Authentication Data">

<t>This field has a maximum of 116 bytes in length.</t>

</section>
<section anchor="wrapper-signature" title="Wrapper Signature">

<t>The wrapper signature is generated using the private key half of the the UAs Host Identity (HI) and is done over all preceding data. ASTM/DRIP Headers are exclude from this operation only information within the Wrapper Fame (<xref target="drip-wrapper-frame"/>) is signed.</t>

</section>
</section>
<section anchor="drip-attestation-frame" title="DRIP Attestation Frame">

<t>This format MUST be encapsulated by the General Frame (<xref target="drip-general-frame"/>) and reside in its data field (<xref target="drip-authentication-data"/>).</t>

<t>This format is typically used to form a complete certificate using attestation data from a Registry defined in <xref target="identity-claims"/>.</t>

<figure title="DRIP Assertion Format" anchor="assertion-format"><artwork align="center"><![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
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                        Attestation Data                       .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+
|                      Expiration Timestamp                     |
+---------------+---------------+---------------+---------------+
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                            Signature                          |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
|                                                               |
+---------------+---------------+---------------+---------------+

Assertion Data: (up to 155 bytes):
    Data the UA asserts claim to.
    Up to 155 bytes in length.

Expiration Timestamp (4 bytes):
    Performed by the UA to protect against replay attacks.

Signature (64 bytes):
    Signature over preceding fields using the EdDSA25519
    keypair.
]]></artwork></figure>

<section anchor="attestation-data" title="Attestation Data">

<t>Any data up to 155 bytes in length that the UA wishes to assert truth to.</t>

</section>
<section anchor="expiration-timestamp" title="Expiration Timestamp">

<t>Generated by the UA during the creation of the Authentication message. It is set a short time into the future to protect against replay attacks of this DRIP format.</t>

<t>It shares the same format as the Trust Timestamp (<xref target="trust-timestamp"/>).</t>

</section>
<section anchor="assertion-signature" title="Assertion Signature">

<t>Performed by the UA using the onboard keypair which matches the HHIT in the Basic ID Message (0x0).</t>

</section>
</section>
</section>
<section anchor="bluetooth-4x-formats" title="Bluetooth 4.X Formats">

<t>With Bluetooth 4.X formatting the goal is to attempt to bring reliable receipt of paged messages.</t>

<t>Unless otherwise specified the FEC Bit of the DRIP Header MUST be set to 1 when using Bluetooth 4 to take advantage of FEC for lost frames in transmission.</t>

<section anchor="wrapped-messages" title="Wrapped Messages">

<section anchor="to-4-wrapped-astm-messages" title="1 to 4 Wrapped ASTM Message(s)">

<figure title="Wrapped ASTM Messages"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.              ASTM Message: Type 0-1, 3-5 (1 to 4)             .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

DRIP Header:
    With FEC: 0x81-0x84 [129-132] (RECOMMENDED)
    Without FEC: 0x01-0x04 [1-4]

ASTM Message: Type 0-1, 3-5 (25 bytes):
    Valid ASTM Messages of Type 0, 1, 3, 4, or 5.
    If more than 1 then ASTM Messages in Message Type order.
]]></artwork></figure>

<t>This DRIP Authentication type uses the Wrapper Frame format (<xref target="drip-wrapper-frame"/>), filling the data field (<xref target="wrapped-authentication-data"/>) with up to 4 ASTM Messages (all types except Message Pack (0xF) and Authentication (0x2)).</t>

<t>When multiple ASTM Messages are being wrapped they MUST be in Message Type order.</t>

</section>
<section anchor="wrapped-astm-messages" title="5 Wrapped ASTM Message(s)">

<figure title="Wrapped ASTM Messages"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                ASTM Message: Type 0-1, 3-5 (5)                .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

DRIP Header:
    With FEC: 0x85 [133] (RECOMMENDED)
    Without FEC: 0x05 [5]

ASTM Message: Type 0-1, 3-5 (25 bytes):
    5 valid ASTM Message of Types 0, 1, 3, 4, or 5.
    ASTM Messages in Message Type order.
]]></artwork></figure>

<t>This DRIP Authentication type uses the Wrapper Frame (<xref target="drip-wrapper-frame"/>) format, filling the data (<xref target="wrapped-authentication-data"/>) with ASTM Messages (all types except Message Pack (0xF) and Authentication (0x2)).</t>

<t>ASTM Messages being wrapped MUST be in Message Type order.</t>

</section>
<section anchor="limitations" title="Limitations">

<t>When wrapping a single ASTM Message the 25 byte payload actually causes an inefficiency in the framing format, create a whole page unused except for a single byte. This can be optimized by removing a single byte out of the wrapped message but creates an issue on the receiver of where the byte was removed.</t>

<t>When sending a Location Message (Message Type 0x1) a single byte can be removed at the end of the message as it is currently unused. Many other messages in the ASTM Message set however do not have this ability. The first byte can not be removed as it is the key to know how to decode the message.</t>

</section>
</section>
<section anchor="manifests" title="Manifests">

<t>This DRIP Authentication type uses the Wrapper Frame (<xref target="drip-wrapper-frame"/>), filling the data field (<xref target="wrapped-authentication-data"/>) with hashes of previously sent messages.</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. The signature is signed across the list of hashes.</t>

<section anchor="hash-algorithm-and-operation" title="Hash Algorithm and Operation">

<t>The hash algorithm used for the Manifest Message is the same hash algorithm used in creation of the HHIT that is signing the Manifest.</t>

<t>A standard HHIT would be using cSHAKE128 from <xref target="NIST.SP.800-185"/>. With cSHAKE128, the hash is computed as follows:</t>

<figure><artwork><![CDATA[
cSHAKE128(MAC|Message, 8*H-Len, "", "RemoteID Auth Hash")
]]></artwork></figure>

<t>The message MAC is prepended to the message, as the MAC is the only information that links UA messages from a specific UA.</t>

</section>
<section anchor="pseudo-blockchain-hashes" title="Pseudo-Blockchain Hashes">

<t>Two special hashes are included; 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>

<t><list style="hanging">
  <t hangText='Creation:'>
  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.</t>
  <t hangText='Cycling:'>
  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.</t>
</list></t>

</section>
<section anchor="byte" title="8 Byte">

<figure title="4 Byte Manifest"><artwork align="center"><![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
+---------------+---------------+---------------+---------------+
|                   Hash of Previous Manifest                   |
|                                                               |
+---------------+---------------+---------------+---------------+
|                    Hash of Current Manifest                   |
|                                                               |
+---------------+---------------+---------------+---------------+
|                         Message Hash 1                        |
|                                                               |
+---------------+---------------+---------------+---------------+
|                         Message Hash 2                        |
|                                                               |
+---------------+---------------+---------------+---------------+
.                                                               .
.                                                               .
.                                                               .
+---------------+---------------+---------------+---------------+
|                        Message Hash 12                        |
|                                                               |
+---------------+---------------+---------------+---------------+

DRIP Header:
    With FEC: 0x87 [135] (RECOMMENDED)
    Without FEC: 0x07 [7]

Hash of Previous Manifest: (8 bytes)
    A hash of the previously sent Authentication message.

Hash of Current Manifest: (8 bytes)
    A hash of the current Authentication message.

Message Hash: (8 bytes)
    A hash of a previously sent message. 12 max.
]]></artwork></figure>

</section>
<section anchor="byte-1" title="4 Byte">

<figure title="4 Byte Manifest"><artwork align="center"><![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
+---------------+---------------+---------------+---------------+
|                   Hash of Previous Manifest                   |
+---------------+---------------+---------------+---------------+
|                    Hash of Current Manifest                   |
+---------------+---------------+---------------+---------------+
|                         Message Hash 1                        |
+---------------+---------------+---------------+---------------+
|                         Message Hash 2                        |
+---------------+---------------+---------------+---------------+
.                                                               .
.                                                               .
.                                                               .
+---------------+---------------+---------------+---------------+
|                        Message Hash 27                        |
+---------------+---------------+---------------+---------------+

DRIP Header:
    With FEC: 0x86 [132] (RECOMMENDED)
    Without FEC: 0x06 [6]

Hash of Previous Manifest: (4 bytes)
    A hash of the previously sent Authentication message.

Hash of Current Manifest: (4 bytes)
    A hash of the current Authentication message.

Message Hash: (4 bytes)
    A hash of a previously sent message. 27 max.
]]></artwork></figure>

</section>
<section anchor="manifest-limitation" title="Manifest Limitation">

<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. Without the original messages received no verification can be done. Examples of such scenarios include delivery or survey UA.</t>

</section>
</section>
<section anchor="certificate-4" title="DRIP Certificate">

<t>This DRIP Authentication type uses the Attestation Frame (<xref target="drip-attestation-frame"/>), filling the data field (<xref target="attestation-data"/>).</t>

<figure title="DRIP Certificate w/FEC"><artwork align="center"><![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
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                Attestation: Registry on Aircraft              .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

DRIP Header:
    With FEC: 0x90 [144] (RECOMMENDED)
    Without FEC: 0x10 [16]

Attestation: Registry on Aircraft (132 bytes):
    An attestation granted by the Registry binding the UA to
    a given Registry.
]]></artwork></figure>

<t>What this grants is the ability to authenticate UA Remote ID when the receiving device of the observer (e.g. a smartphone with a dedicated RID application) has no Internet service (e.g. LTE signal).</t>

<section anchor="assertion-registry-on-aircraft" title="Assertion: Registry on Aircraft">

<t>The Attestation: Registry on Aircraft is in practice a binding claim between the Registry and the Aircraft, asserting the relationship between the two entities.</t>

<t>Importantly this certificate allows offline signature verification from the UA. This is as the UA HI is included in the structure. Also included is the HHIT of the Registry to check the local shortlist of Registries that the Observer device trusts (mapping HHITs to HIs).</t>

<t>More details about this Attestation and other certificates and the provisioning process can be found in <xref target="identity-claims"/>.</t>

</section>
</section>
<section anchor="x-recommendations" title="4.X Recommendations">

<t>Under ASTM Bluetooth 4.X rules, transmission of dynamic messages are at least every 1 second while static messages (which is what Authentication is classified under) are sent at least every 3 seconds.</t>

<t>Under DRIP the Certificate Message MUST be transmitted to properly meet the GEN 1 and GEN 3 requirement.</t>

<t>The ASTM Message Wrapper and Manifest both satisfy the GEN 2 requirement. At least one MUST be implemented to comply with the GEN 2 requirement.</t>

<t>A single Manifest can carry at most (using the full 10 page limit and 8 byte hashes) 12 unique hashes of previously sent messages (of any type). This results in a total of 22 (12 + 10) frames of Bluetooth data being transmitted over Bluetooth.</t>

<t>In comparison the Message Wrapper sends 6 pages (each a single frame) for each  wrapped message. For backwards compatibility the implementation should also send the standard ASTM message that was wrapped for non-DRIP compliant receivers to obtain. This method results in 84 total Bluetooth frames (12 + (12 * 6)) sent.</t>

<t>The question of which is better suited is up to the implementation.</t>

</section>
</section>
<section anchor="bluetooth-5x-formats" title="Bluetooth 5.X Formats">

<t>Under ASTM specification, Bluetooth 5 transport of Remote ID is to use the Message Pack (Type 0xF) format for all transmissions. Under Message Pack all messages are sent together (in Message Type order) in a single Bluetooth frame (up to 250 bytes). Message Packs are required by ASTM to be sent at a rate of 1 per second (like dynamic messages).</t>

<t>This gives the benefit of no longer is there any message or page fragmentation in transmission. For this reason the recommended use of FEC such as XOR used in Bluetooth 4.X is not needed here and is impractical.</t>

<t>Any of the Bluetooth 4.X formats can theoretically be used during Bluetooth 5 operation under ASTM, however the following subsections define a number of formats optimized for Message Pack and Bluetooth 5.</t>

<section anchor="psuedo-sig" title="0 Wrapped ASTM Message(s)">

<t>This format uses the Wrapper Frame (<xref target="drip-wrapper-frame"/>) and virtually signs all other messages in the Message Pack.</t>

</section>
<section anchor="certificate-5" title="DRIP Certificate">

<t>This DRIP Authentication type uses the Attestation Frame (<xref target="drip-attestation-frame"/>), filling the data field (<xref target="attestation-data"/>). It is identical to the DRIP Certificate under Bluetooth 5 (<xref target="certificate-4"/>) except that FEC is turned off due to being under Bluetooth 5.</t>

<figure title="DRIP Certificate w/o FEC"><artwork align="center"><![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
+---------------+---------------+---------------+---------------+
|                                                               |
.                                                               .
.                Attestation: Registry on Aircraft              .
.                                                               .
|                                                               |
+---------------+---------------+---------------+---------------+

DRIP Header:
    With FEC: 0x90 [144]
    Without FEC: 0x10 [16] (RECOMMENDED)

Attestation: Registry on Aircraft (132 bytes):
    An attestation granted by the Registry binding the UA to
    a given Registry.
]]></artwork></figure>

<t>(Ed. Note: do we mandate the transmission of a Location Message as well?)</t>

</section>
<section anchor="x-recommendations-1" title="5.X Recommendations">

</section>
</section>
<section anchor="astm-considerations" title="ASTM Considerations">

<t><list style="symbols">
  <t>Increase Authentication Max Page Count from 5 to 10.</t>
  <t>Add Authentication Type for DRIP.</t>
</list></t>

</section>
<section anchor="iana-considerations" title="IANA Considerations">

<t>This document does not require any actions by IANA.</t>

</section>
<section anchor="security-considerations" title="Security Considerations">

<t>TODO</t>

<t>(Ed. Note: Hash lengths (length vs strength/collision rate); replay attacks with timestamps; static Cra (issue but nulled if UA signing other stuff dynamically meaning signatures will fail as HI won’t match - this is probably a deeper discussion topic for provisioning security considerations when we get to there))</t>

</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>Ryan Quigley and James Mussi of AX Enterprize, LLC for early prototyping to find holes in the draft specifications.</t>

</section>
<section anchor="appendix-a-thoughts-on-astm-authentication-message" title="Appendix A: Thoughts on ASTM Authentication Message">

<t>The format standardized by the ASTM is designed with a few major considerations in mind, which the authors of this document feel put significant limitations on the expansion of the standard.</t>

<t>The primary consideration (in this context) is the use of the Bluetooth 5.X Extended Frame format. This method allows for a 255 byte payload to be sent in what the ASTM refers to as a “Message Pack”.</t>

<t>The idea is to include up to five standard ASTM Broadcast RID messages (each of which are 25 bytes) plus a single authentication message (5 pages of 25 bytes each) in the Message Pack. The reasoning is then the Authentication Message is for the entire Message Pack.</t>

<t>The authors have no issues with this proposed approach; this is a valid format to use for the Authentication Message provided by the ASTM. However, by limiting the Authentication Message to ONLY five pages in the standard it ignores the possibility of other formatting options to be created and used.</t>

<t>Another issue with this format, not fully addressed in this document is fragmentation. Under Bluetooth 4.X, each page is sent separately which can result in lose of pages on the receiver. This is disastrous as the loss of even a single page means any signature is incomplete.</t>

<t>With the current limitation of 5 pages, Forward Error Correction (FEC) is nearly impossible without sacrificing the amount of data sent. More pages would allow FEC to be performed on the Authentication Message pages so loss of pages can be mitigated.</t>

<t>All these problems are further amplified by the speed at which UA fly and the Observer’s position to receive transmissions. There is no guarantee that the Observer will receive all the pages of even a 5 page Authentication Message in the time it takes a UA to traverse across their line of sight. Worse still is that is not including other UA in the area, which congests the spectrum and could cause further confusion attempting to collate messages from various UA. This specific problem is out of scope for this document and our solutions in general, but should be noted as a design consideration.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>

<reference anchor="F3411-19" >
  <front>
    <title>Standard Specification for Remote ID and Tracking</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020" month="February"/>
  </front>
</reference>




<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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 initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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 initials="J." surname="Kelsey" fullname="John Kelsey">
     <organization>National Institute of Standards and Technology</organization>
     </author>
     <author initials="S." surname="Change" fullname="Shu-jen Change">
     <organization>National Institute of Standards and Technology</organization>
     </author>
     <author initials="R." surname="Perlner" fullname="Ray 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 title='Informative References'>





<reference anchor="drip-requirements">
<front>
<title>Drone Remote Identification Protocol (DRIP) Requirements</title>

<author initials='S' surname='Card' fullname='Stuart Card'>
    <organization />
</author>

<author initials='A' surname='Wiethuechter' fullname='Adam Wiethuechter'>
    <organization />
</author>

<author initials='R' surname='Moskowitz' fullname='Robert Moskowitz'>
    <organization />
</author>

<author initials='A' surname='Gurtov' fullname='Andrei Gurtov'>
    <organization />
</author>

<date month='November' day='1' year='2020' />

<abstract><t>This document defines terminology and requirements for Drone Remote Identification Protocol (DRIP) Working Group protocols to support Unmanned Aircraft System Remote Identification and tracking (UAS RID) for security, safety and other purposes.  Complementing external technical standards as regulator-accepted means of compliance with UAS RID regulations, DRIP will:  facilitate use of existing Internet resources to support UAS RID and to enable enhanced related services;  enable online and offline verification that UAS RID information is trustworthy.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-ietf-drip-reqs-06' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-drip-reqs-06.txt' />
</reference>



<reference anchor="drip-rid">
<front>
<title>UAS Remote ID</title>

<author initials='R' surname='Moskowitz' fullname='Robert Moskowitz'>
    <organization />
</author>

<author initials='S' surname='Card' fullname='Stuart Card'>
    <organization />
</author>

<author initials='A' surname='Wiethuechter' fullname='Adam Wiethuechter'>
    <organization />
</author>

<author initials='A' surname='Gurtov' fullname='Andrei Gurtov'>
    <organization />
</author>

<date month='September' day='9' 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' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-ietf-drip-uas-rid-01.txt' />
</reference>



<reference anchor="identity-claims">
<front>
<title>DRIP Identity Claims</title>

<author initials='A' surname='Wiethuechter' fullname='Adam Wiethuechter'>
    <organization />
</author>

<author initials='S' surname='Card' fullname='Stuart Card'>
    <organization />
</author>

<author initials='R' surname='Moskowitz' fullname='Robert Moskowitz'>
    <organization />
</author>

<date month='October' day='26' year='2020' />

<abstract><t>This document describes the Identity Claims or Certificates for use in various Drone Remote ID Protocols (DRIP) and the wider Unmanned Traffic Management (UTM) system.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-wiethuechter-drip-identity-claims-02' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-wiethuechter-drip-identity-claims-02.txt' />
</reference>



<reference  anchor="RFC7401" target='https://www.rfc-editor.org/info/rfc7401'>
<front>
<title>Host Identity Protocol Version 2 (HIPv2)</title>
<author initials='R.' surname='Moskowitz' fullname='R. Moskowitz' role='editor'><organization /></author>
<author initials='T.' surname='Heer' fullname='T. Heer'><organization /></author>
<author initials='P.' surname='Jokela' fullname='P. Jokela'><organization /></author>
<author initials='T.' surname='Henderson' fullname='T. Henderson'><organization /></author>
<date year='2015' month='April' />
<abstract><t>This document specifies the details of the Host Identity Protocol (HIP).  HIP allows consenting hosts to securely establish and maintain shared IP-layer state, allowing separation of the identifier and locator roles of IP addresses, thereby enabling continuity of communications across IP address changes.  HIP is based on a Diffie-Hellman key exchange, using public key identifiers from a new Host Identity namespace for mutual peer authentication.  The protocol is designed to be resistant to denial-of-service (DoS) and man-in-the-middle (MitM) attacks.  When used together with another suitable security protocol, such as the Encapsulating Security Payload (ESP), it provides integrity protection and optional encryption for upper-layer protocols, such as TCP and UDP.</t><t>This document obsoletes RFC 5201 and addresses the concerns raised by the IESG, particularly that of crypto agility.  It also incorporates lessons learned from the implementations of RFC 5201.</t></abstract>
</front>
<seriesInfo name='RFC' value='7401'/>
<seriesInfo name='DOI' value='10.17487/RFC7401'/>
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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
yVFcOlWVAAA=

-->

</rfc>

