﻿<?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.15 -->

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

<?rfc toc="yes"?>
<?rfc tocdepth="4"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc rfcedstyle="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-rats-eat-05" category="std">

  <front>
    <title abbrev="EAT">The Entity Attestation Token (EAT)</title>

    <author initials="G." surname="Mandyam" fullname="Giridhar Mandyam">
      <organization>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>5775 Morehouse Drive</street>
          <city>San Diego</city>
          <region>California</region>
          <country>USA</country>
        </postal>
        <phone>+1 858 651 7200</phone>
        <email>mandyam@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="L." surname="Lundblade" fullname="Laurence Lundblade">
      <organization>Security Theory LLC</organization>
      <address>
        <email>lgl@island-resort.com</email>
      </address>
    </author>
    <author initials="M." surname="Ballesteros" fullname="Miguel Ballesteros">
      <organization>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>5775 Morehouse Drive</street>
          <city>San Diego</city>
          <region>California</region>
          <country>USA</country>
        </postal>
        <phone>+1 858 651 4299</phone>
        <email>mballest@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="J." surname="O'Donoghue" fullname="Jeremy O'Donoghue">
      <organization>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>279 Farnborough Road</street>
          <city>Farnborough</city>
          <code>GU14 7LS</code>
          <country>United Kingdom</country>
        </postal>
        <phone>+44 1252 363189</phone>
        <email>jodonogh@qti.qualcomm.com</email>
      </address>
    </author>

    <date year="2020" month="December" day="01"/>

    <area>Internet</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>signing attestation cbor</keyword>

    <abstract>


<t>An Entity Attestation Token (EAT) provides a signed (attested) set of
claims that describe state and characteristics of an entity, typically
a device like a phone or an IoT device.  These claims are used by a
relying party to determine how much it wishes to trust the entity.</t>

<t>An EAT is either a CWT or JWT with some attestation-oriented 
claims. To a large degree, all this document does is extend
CWT and JWT.</t>



    </abstract>


    <note title="Contributing">


<t>TBD</t>


    </note>


  </front>

  <middle>


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

<t>Remote device attestation is a fundamental service that allows a remote
device such as a mobile phone, an Internet-of-Things (IoT) device, or
other endpoint to prove itself to a relying party, a server or a
service.  This allows the relying party to know some characteristics
about the device and decide whether it trusts the device.</t>

<t>Remote attestation is a fundamental service that can underlie other
protocols and services that need to know about the trustworthiness of
the device before proceeding. One good example is biometric
authentication where the biometric matching is done on the device. The
relying party needs to know that the device is one that is known to do
biometric matching correctly.  Another example is content protection
where the relying party wants to know the device will protect the
data.  This generalizes on to corporate enterprises that might want to
know that a device is trustworthy before allowing corporate data to be
accessed by it.</t>

<t>The notion of attestation here is large and may include, but is not
limited to the following:</t>

<t><list style="symbols">
  <t>Proof of the make and model of the device hardware (HW)</t>
  <t>Proof of the make and model of the device processor, particularly
for security-oriented chips</t>
  <t>Measurement of the software (SW) running on the device</t>
  <t>Configuration and state of the device</t>
  <t>Environmental characteristics of the device such as its GPS location</t>
</list></t>

<t>TODO: mention use for Attestation Evidence and Results.</t>

<section anchor="cwt-jwt-and-uccs" title="CWT, JWT and UCCS">

<t>For flexibility and ease of imlpementation in a wide variety of environments, EATs can be either CBOR <xref target="RFC7049"/> or JSON <xref target="ECMAScript"/> format.
This specification simultaneously describes both formats.</t>

<t>An EAT is either a CWT as defined in <xref target="RFC8392"/>, a UCCS as defined in <xref target="UCCS.Draft"/>, or a JWT as defined in <xref target="RFC7519"/>.
This specification extends those specifications with additional claims for attestation.</t>

<t>The identification of a protocol element as an EAT, whether CBOR or JSON format, follows the general conventions used by CWT, JWT and UCCS.
Largely this depends on the protocol carrying the EAT.
In some cases it may be by content type (e.g., MIME type).
In other cases it may be through use of CBOR tags.
There is no fixed mechanism across all use cases.</t>

</section>
<section anchor="cddl" title="CDDL">

<t>This specification uses CDDL, <xref target="RFC8610"/>, as the primary formalism to
define each claim.  The implementor then interprets the CDDL to come
to either the CBOR <xref target="RFC7049"/> or JSON <xref target="ECMAScript"/>
representation. In the case of JSON, Appendix E of <xref target="RFC8610"/> is
followed. Additional rules are given in <xref target="jsoninterop"/> of this
document where Appendix E is insufficient.  (Note that this is not to
define a general means to translate between CBOR and JSON, but only to
define enough such that the claims defined in this document can be
rendered unambiguously in JSON).</t>

<t>The CWT specification was authored before CDDL was available and did not use it.
This specification includes a CDDL definition of most of what is described in <xref target="RFC8392"/>.</t>

</section>
<section anchor="entity-overview" title="Entity Overview">

<t>An “entity” can be any device or device subassembly (“submodule”) that
can generate its own attestation in the form of an EAT.  The
attestation should be cryptographically verifiable by the EAT
consumer. An EAT at the device-level can be composed of several
submodule EAT’s.  It is assumed that any entity that can create an EAT
does so by means of a dedicated root-of-trust (RoT).</t>

<t>Modern devices such as a mobile phone have many different execution
environments operating with different security levels. For example, it
is common for a mobile phone to have an “apps” environment that runs
an operating system (OS) that hosts a plethora of downloadable
apps. It may also have a TEE (Trusted Execution Environment) that is
distinct, isolated, and hosts security-oriented functionality like
biometric authentication. Additionally, it may have an eSE (embedded
Secure Element) - a high security chip with defenses against HW
attacks that can serve as a RoT.  This device attestation format
allows the attested data to be tagged at a security level from which
it originates.  In general, any discrete execution environment that
has an identifiable security level can be considered an entity.</t>

</section>
<section anchor="eat-operating-models" title="EAT Operating Models">

<t>TODO: Rewrite (or eliminate) this section in light of the RATS architecture draft.</t>

<t>At least the following three participants exist in all EAT operating
models. Some operating models have additional participants.</t>

<t><list style="hanging">
  <t hangText='The Entity.'>
  This is the phone, the IoT device, the sensor, the sub-assembly or
such that the attestation provides information about.</t>
  <t hangText='The Manufacturer.'>
  The company that made the entity.  This may be a chip vendor, a
circuit board module vendor or a vendor of finished consumer products.</t>
  <t hangText='The Relying Party.'>
  The server, service or company that makes use of the information in
the EAT about the entity.</t>
</list></t>

<t>In all operating models, the manufacturer provisions some secret
attestation key material (AKM) into the entity during manufacturing.
This might be during the manufacturer of a chip at a fabrication
facility (fab) or during final assembly of a consumer product or any
time in between. This attestation key material is used for signing
EATs.</t>

<t>In all operating models, hardware and/or software on the entity create
an EAT of the format described in this document. The EAT is always
signed by the attestation key material provisioned by the
manufacturer.</t>

<t>In all operating models, the relying party must end up knowing that
the signature on the EAT is valid and consistent with data from claims
in the EAT.  This can happen in many different ways. Here are some
examples.</t>

<t><list style="symbols">
  <t>The EAT is transmitted to the relying party. The relying party gets
corresponding key material (e.g. a root certificate) from the
manufacturer. The relying party performs the verification.</t>
  <t>The EAT is transmitted to the relying party. The relying party
transmits the EAT to a verification service offered by the
manufacturer. The server returns the validated claims.</t>
  <t>The EAT is transmitted directly to a verification service, perhaps
operated by the manufacturer or perhaps by another party. It
verifies the EAT and makes the validated claims available to the
relying party. It may even modify the claims in some way and re-sign
the EAT (with a different signing key).</t>
</list></t>

<t>All these operating models are supported and there is no preference
of one over the other. It is important to support this variety of
operating models to generally facilitate deployment and to allow for
some special scenarios. One special scenario has a validation service
that is monetized, most likely by the manufacturer.  In another, a
privacy proxy service processes the EAT before it is transmitted to
the relying party. In yet another, symmetric key material is used for
signing. In this case the manufacturer should perform the
verification, because any release of the key material would enable a
participant other than the entity to create valid signed EATs.</t>

</section>
<section anchor="what-is-not-standardized" title="What is Not Standardized">

<t>The following is not standardized for EAT, just the same they are not
standardized for CWT or JWT.</t>

<section anchor="transmission-protocol" title="Transmission Protocol">

<t>EATs may be transmitted by any protocol the same as CWTs and JWTs. For
example, they might be added in extension fields of other protocols,
bundled into an HTTP header, or just transmitted as files. This
flexibility is intentional to allow broader adoption. This flexibility
is possible because EAT’s are self-secured with signing (and possibly
additionally with encryption and anti-replay). The transmission
protocol is not required to fulfill any additional security
requirements.</t>

<t>For certain devices, a direct connection may not exist between the
EAT-producing device and the Relying Party. In such cases, the EAT
should be protected against malicious access. The use of COSE and JOSE
allows for signing and encryption of the EAT. Therefore, even if the
EAT is conveyed through intermediaries between the device and Relying
Party, such intermediaries cannot easily modify the EAT payload or
alter the signature.</t>

</section>
<section anchor="signing-scheme" title="Signing Scheme">

<t>The term “signing scheme” is used to refer to the system that includes
end-end process of establishing signing attestation key material in
the entity, signing the EAT, and verifying it. This might involve key
IDs and X.509 certificate chains or something similar but
different. The term “signing algorithm” refers just to the algorithm
ID in the COSE signing structure. No particular signing algorithm or
signing scheme is required by this standard.</t>

<t>There are three main implementation issues driving this. First, secure
non-volatile storage space in the entity for the attestation key
material may be highly limited, perhaps to only a few hundred bits, on
some small IoT chips. Second, the factory cost of provisioning key
material in each chip or device may be high, with even millisecond
delays adding to the cost of a chip. Third, privacy-preserving signing
schemes like ECDAA (Elliptic Curve Direct Anonymous Attestation) are
complex and not suitable for all use cases.</t>

<t>Over time to faciliate interoperability, some signing schemes may be
defined in EAT profiles or other documents either in the IETF or outside.</t>

</section>
</section>
</section>
<section anchor="terminology" title="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>

<t>This document reuses terminology from JWT <xref target="RFC7519"/>, COSE
<xref target="RFC8152"/>, and CWT <xref target="RFC8392"/>.</t>

<t><list style="hanging">
  <t hangText='Claim Name.'>
  The human-readable name used to identify a claim.</t>
  <t hangText='Claim Key.'>
  The CBOR map key or JSON name used to identify a claim.</t>
  <t hangText='Claim Value.'>
  The value portion of the claim. A claim value can be any CBOR data item or JSON value.</t>
  <t hangText='CWT Claims Set.'>
  The CBOR map or JSON object that contains the claims conveyed by the CWT or JWT.</t>
  <t hangText='Attestation Key Material (AKM).'>
  The key material used to sign the EAT token. If it is done
symmetrically with HMAC, then this is a simple symmetric key.
If it is done with ECC, such as an IEEE DevID <xref target="IDevID"/>, then this
is the private part of the EC key pair. If ECDAA 
is used, (e.g., as used by Enhanced Privacy ID, i.e. EPID) then it is the key material 
needed for ECDAA.</t>
</list></t>

</section>
<section anchor="the-claims" title="The Claims">

<t>This section describes new claims defined for attestation. It also
mentions several claims defined by CWT and JWT that are particularly
important for EAT.</t>

<t>Note also:
* Any claim defined for CWT or JWT may be used in an EAT including 
  those in the CWT <xref target="IANA.CWT.Claims"/> and JWT IANA <xref target="IANA.JWT.Claims"/>
  claims registries.</t>

<t><list style="symbols">
  <t>All claims are optional</t>
  <t>No claims are mandatory</t>
  <t>All claims that are not understood by implementations MUST be ignored</t>
</list></t>

<t>There are no default values or meanings assigned to absent claims
other than they are not reported. The reason for a claim’s absence may
be the implementation not supporting the claim, an inability to
determine its value, or a preference to report in a different way such
as a proprietary claim.</t>

<t>CDDL along with text descriptions is used to define each claim
indepdent of encoding.  Each claim is defined as a CDDL group (the
group is a general aggregation and type definition feature of
CDDL). In the encoding section <xref target="encoding"/>, the CDDL groups turn into
CBOR map entries and JSON name/value pairs.</t>

<t>TODO: add paragraph here about use for Attestation Evidence and for Results.</t>

<section anchor="token-id-claim-cti-and-jti" title="Token ID Claim (cti and jti)">

<t>CWT defines the “cti” claim. JWT defines the “jti” claim. These are
equivalent to each other in EAT and carry a unique token identifier as
they do in JWT and CWT.  They may be used to defend against re use of
the token but are distinct from the nonce that is used by the relying
party to guarantee freshness and defend against replay.</t>

</section>
<section anchor="timestamp-claim-iat" title="Timestamp claim (iat)">

<t>The “iat” claim defined in CWT and JWT is used to indicate the
date-of-creation of the token, the time at which the claims are
collected and the token is composed and signed.</t>

<t>The data for some claims may be held or cached for some period of
time before the token is created. This period may be long, even 
days. Examples are measurements taken at boot or a geographic
position fix taken the last time a satellite signal was received.
There are individual timestamps associated with these claims to
indicate their age is older than the “iat” timestamp.</t>

<t>CWT allows the use floating-point for this claim. EAT disallows
the use of floating-point. No token may contain an iat claim in
float-point format. Any recipient of a token with a floating-point
format iat claim may consider it an error.  A 64-bit integer 
representation of epoch time can represent a range of +/- 500 billion
years, so the only point of a floating-point timestamp is to 
have precession greater than one second. This is not needed for EAT.</t>

</section>
<section anchor="nonce-claim-nonce" title="Nonce Claim (nonce)">

<t>All EATs should have a nonce to prevent replay attacks. The nonce is
generated by the relying party, the end consumer of the token. It is
conveyed to the entity over whatever transport is in use before the
token is generated and then included in the token as the nonce claim.</t>

<t>This documents the nonce claim for registration in the IANA CWT 
claims registry. This is equivalent to the JWT nonce claim that is
already registered.</t>

<t>The nonce must be at least 8 bytes (64 bits) as fewer are unlikely
to be secure. A maximum of 64 bytes is set to limit the memory
a constrained implementation uses. This size range is not set
for the already-registered JWT nonce, but it should follow
this size recommendation when used in an EAT.</t>

<t>Multiple nonces are allowed to accommodate multistage verification
and consumption.</t>

<section anchor="nonce-cddl" title="nonce CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/nonce.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="universal-entity-id-claim-ueid" title="Universal Entity ID Claim (ueid)">

<t>UEID’s identify individual manufactured entities / devices such as a
mobile phone, a water meter, a Bluetooth speaker or a networked
security camera. It may identify the entire device or a submodule or
subsystem. It does not identify types, models or classes of
devices. It is akin to a serial number, though it does not have to be
sequential.</t>

<t>UEID’s must be universally and globally unique across manufacturers
and countries. UEIDs must also be unique across protocols and systems,
as tokens are intended to be embedded in many different protocols and
systems. No two products anywhere, even in completely different
industries made by two different manufacturers in two different
countries should have the same UEID (if they are not global and
universal in this way, then relying parties receiving them will have
to track other characteristics of the device to keep devices distinct
between manufacturers).</t>

<t>There are privacy considerations for UEID’s. See <xref target="ueidprivacyconsiderations"/>.</t>

<t>The UEID should be permanent. It should never change for a given
device / entity. In addition, it should not be reprogrammable.  UEID’s
are variable length. All implementations MUST be able to receive
UEID’s that are 33 bytes long (1 type byte and 256 bits).  The
recommended maximum sent is also 33 bytes.</t>

<t>When the entity constructs the UEID, the first byte is a type and the
following bytes the ID for that type. Several types are allowed to
accommodate different industries and different manufacturing processes
and to give options to avoid paying fees for certain types of
manufacturer registrations.</t>

<t>Creation of new types requires a Standards Action <xref target="RFC8126"/>.</t>

<texttable title="UEID Composition Types" anchor="ueid-types-table">
      <ttcol align='left'>Type Byte</ttcol>
      <ttcol align='left'>Type Name</ttcol>
      <ttcol align='left'>Specification</ttcol>
      <c>0x01</c>
      <c>RAND</c>
      <c>This is a 128, 192 or 256 bit random number generated once and stored in the device. This may be constructed by concatenating enough identifiers to make up an equivalent number of random bits and then feeding the concatenation through a cryptographic hash function. It may also be a cryptographic quality random number generated once at the beginning of the life of the device and stored. It may not be smaller than 128 bits.</c>
      <c>0x02</c>
      <c>IEEE EUI</c>
      <c>This makes use of the IEEE company identification registry. An EUI is either an EUI-48, EUI-60 or EUI-64 and made up of an OUI, OUI-36 or a CID, different registered company identifiers, and some unique per-device identifier. EUIs are often the same as or similar to MAC addresses. This type includes MAC-48, an obsolete name for EUI-48. (Note that while devices with multiple network interfaces may have multiple MAC addresses, there is only one UEID for a device) <xref target="IEEE.802-2001"/>, <xref target="OUI.Guide"/></c>
      <c>0x03</c>
      <c>IMEI</c>
      <c>This is a 14-digit identifier consisting of an 8-digit Type Allocation Code and a 6-digit serial number allocated by the manufacturer, which SHALL be encoded as byte string of length 14 with each byte as the digit’s value (not the ASCII encoding of the digit; the digit 3 encodes as 0x03, not 0x33). The IMEI value encoded SHALL NOT include Luhn checksum or SVN information. <xref target="ThreeGPP.IMEI"/></c>
</texttable>

<t>UEID’s are not designed for direct use by humans (e.g., printing on
the case of a device), so no textual representation is defined.</t>

<t>The consumer (the relying party) of a UEID MUST treat a UEID as a
completely opaque string of bytes and not make any use of its internal
structure. For example, they should not use the OUI part of a type
0x02 UEID to identify the manufacturer of the device. Instead they
should use the oemid claim that is defined elsewhere. The reasons for
this are:</t>

<t><list style="symbols">
  <t>UEIDs types may vary freely from one manufacturer to the next.</t>
  <t>New types of UEIDs may be created. For example, a type 0x07 UEID may
be created based on some other manufacturer registration scheme.</t>
  <t>Device manufacturers are allowed to change from one type of UEID to
another anytime they want. For example, they may find they can
optimize their manufacturing by switching from type 0x01 to type
0x02 or vice versa.  The main requirement on the manufacturer is
that UEIDs be universally unique.</t>
</list></t>

<section anchor="ueid-cddl" title="ueid CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/ueid.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="origination-claim-origination" title="Origination Claim (origination)">

<t>TODO: this claim is likely to be dropped in favor of Endorsement identifier and locators.</t>

<t>This claim describes the parts of the device or entity that are
creating the EAT. Often it will be tied back to the device or chip
manufacturer. The following table gives some examples:</t>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Description</ttcol>
      <c>Acme-TEE</c>
      <c>The EATs are generated in the TEE authored and configured by “Acme”</c>
      <c>Acme-TPM</c>
      <c>The EATs are generated in a TPM manufactured by “Acme”</c>
      <c>Acme-Linux-Kernel</c>
      <c>The EATs are generated in a Linux kernel configured and shipped by “Acme”</c>
      <c>Acme-TA</c>
      <c>The EATs are generated in a Trusted Application (TA) authored by “Acme”</c>
</texttable>

<t>TODO: consider a more structure approach where the name and the URI
and other are in separate fields.</t>

<t>TODO: This needs refinement. It is somewhat parallel to issuer claim
in CWT in that it describes the authority that created the token.</t>

<section anchor="origination-cddl" title="origination CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/origination.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="oemid" title="OEM Identification by IEEE (oemid)">

<t>The IEEE operates a global registry for MAC addresses and company IDs.
This claim uses that database to identify OEMs. The contents of the
claim may be either an IEEE MA-L, MA-M, MA-S or an IEEE CID
<xref target="IEEE.RA"/>.  An MA-L, formerly known as an OUI, is a 24-bit value
used as the first half of a MAC address. MA-M similarly is a 28-bit
value uses as the first part of a MAC address, and MA-S, formerly
known as OUI-36, a 36-bit value.  Many companies already have purchased
one of these. A CID is also a 24-bit value from the same space as an
MA-L, but not for use as a MAC address.  IEEE has published Guidelines
for Use of EUI, OUI, and CID <xref target="OUI.Guide"/> and provides a lookup
services <xref target="OUI.Lookup"/></t>

<t>Companies that have more than one of these IDs or MAC address blocks
should pick one and prefer that for all their devices.</t>

<t>Commonly, these are expressed in Hexadecimal Representation
<xref target="IEEE.802-2001"/> also called the Canonical format. When this claim is
encoded the order of bytes in the bstr are the same as the order in the
Hexadecimal Representation. For example, an MA-L like “AC-DE-48” would
be encoded in 3 bytes with values 0xAC, 0xDE, 0x48. For JSON encoded
tokens, this is further base64url encoded.</t>

<section anchor="oemid-cddl" title="oemid CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/oemid.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="hardware-version-claims-hardware-version-claims" title="Hardware Version Claims (hardware-version-claims)">

<t>The hardware version can be claimed at three different levels, the chip, the circuit board and the final device assembly.
An EAT can include any combination these claims.</t>

<t>The hardware version is a simple text string the format of which is set by each manufacturer.
The structure and sorting order of this text string can be specified using the version-scheme item from CoSWID <xref target="CoSWID"/>.</t>

<t>The hardware version can also be given by a 13-digit European Article Number <xref target="EAN-13"/>.
An EAN-13 is also known as an International Article Number or most commonly as a bar code.
This claim is the ASCII text representation of actual digits often printed with a bar code.
Use of this claim must comply with the EAN allocation and assignment rules.
For example, this requires the manufacturer to obtain a manufacture code from GS1.</t>

<t>Both the simple version string and EAN-13 versions may be included for the same hardware.</t>

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/hardware-version.cddl}
]]></artwork></figure>

</section>
<section anchor="software-description-and-version" title="Software Description and Version">

<t>TODO: Add claims that reference CoSWID.</t>

</section>
<section anchor="the-security-level-claim-security-level" title="The Security Level Claim (security-level)">

<t>This claim characterizes the device/entity 
ability to defend against attacks aimed at capturing the signing
key, forging claims and at forging EATs. This is done by<vspace />
defining four security levels as described below. This is similar
to the key protection types defined by the Fast Identity Online (FIDO) Alliance <xref target="FIDO.Registry"/>).</t>

<t>These claims describe security environment and countermeasures
available on the end-entity / client device where the attestation key
reside and the claims originate.</t>

<t><list style="hanging">
  <t hangText='1 – Unrestricted'>
  There is some expectation that implementor will
protect the attestation signing keys at this level. Otherwise
the EAT provides no meaningful security assurances.</t>
  <t hangText='2– Restricted'>
  Entities at this level should not be general-purpose
operating environments that host features such as app download
systems, web browsers and complex productivity applications.
It is akin to the Secure Restricted level (see below) without the
security orientation. Examples include a Wi-Fi subsystem,
an IoT camera, or sensor device.</t>
  <t hangText='3 – Secure Restricted'>
  Entities at this level must meet the criteria defined by FIDO Allowed
Restricted Operating Environments <xref target="FIDO.AROE"/>. Examples include TEE’s and 
schemes using virtualization-based security. Like the FIDO security goal,
security at this level is aimed at defending well against large-scale
network / remote attacks against the device.</t>
  <t hangText='4 – Hardware'>
  Entities at this level must include substantial defense 
against physical or electrical attacks against the device itself.
It is assumed any potential attacker has captured the device and can 
disassemble it. Example include TPMs and Secure Elements.</t>
</list></t>

<t>The entity should claim the highest security level it achieves and no higher.
This set is not extensible so as to provide a common interoperable description of security level to the relying party.
If a particular implementation considers this claim to be inadequate, it can define its own proprietary claim.
It may consider including both this claim as a coarse indication of security and its own proprietary claim as a refined indication.</t>

<t>This claim is not intended as a replacement for a proper end-device
security certification schemes such as those based on FIPS 140 <xref target="FIPS-140"/> 
or those based on Common Criteria <xref target="Common.Criteria"/>. The 
claim made here is solely a self-claim made by the Entity Originator.</t>

<section anchor="security-level-cddl" title="security-level CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/security-level.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="secure-boot-claim-secure-boot" title="Secure Boot Claim (secure-boot)">

<t>The value of true indicates secure boot is enabled. Secure boot is
considered enabled when base software, the firmware and operating
system, are under control of the entity manufacturer identified in the
oemid claimd described in <xref target="oemid"/>. This may because the software is
in ROM or because it is cryptographically authenticated or some
combination of the two or other.</t>

<section anchor="secure-boot-cddl" title="secure-boot CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/secure-boot.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="debug-status-claim-debug-status" title="Debug Status Claim (debug-status)">

<t>This applies to system-wide or submodule-wide debug facilities of the
target device / submodule like JTAG and diagnostic hardware built into
chips. It applies to any software debug facilities related to root,
operating system or privileged software that allow system-wide memory
inspection, tracing or modification of non-system software like user
mode applications.</t>

<t>This characterization assumes that debug facilities can be enabled and
disabled in a dynamic way or be disabled in some permanent way such
that no enabling is possible. An example of dynamic enabling is one
where some authentication is required to enable debugging. An example
of permanent disabling is blowing a hardware fuse in a chip. The specific
type of the mechanism is not taken into account. For example, it does
not matter if authentication is by a global password or by per-device
public keys.</t>

<t>As with all claims, the absence of the debug level claim means
it is not reported. A conservative interpretation might assume
the Not Disabled state. It could however be that it is reported
in a proprietary claim.</t>

<t>This claim is not extensible so as to provide a common interoperable description of debug status to the relying party.
If a particular implementation considers this claim to be inadequate, it can define its own proprietary claim.
It may consider including both this claim as a coarse indication of debug status and its own proprietary claim as a refined indication.</t>

<t>The higher levels of debug disabling requires that all debug disabling
of the levels below it be in effect. Since the lowest level requires
that all of the target’s debug be currently disabled, all other levels
require that too.</t>

<t>There is no inheritance of claims from a submodule to a superior
module or vice versa. There is no assumption, requirement or guarantee
that the target of a superior module encompasses the targets of
submodules. Thus, every submodule must explicitly describe its own
debug state. The verifier or relying party receiving an EAT cannot
assume that debug is turned off in a submodule because there is a claim
indicating it is turned off in a superior module.</t>

<t>An individual target device / submodule may have multiple debug
facilities. The use of plural in the description of the states
refers to that, not to any aggregation or inheritance.</t>

<t>The architecture of some chips or devices may be such that a debug
facility operates for the whole chip or device. If the EAT for such
a chip includes submodules, then each submodule should independently
report the status of the whole-chip or whole-device debug facility.
This is the only way the relying party can know the debug status
of the submodules since there is no inheritance.</t>

<section anchor="enabled" title="Enabled">

<t>If any debug facility, even manufacturer hardware diagnostics, is
currently enabled, then this level must be indicated.</t>

</section>
<section anchor="disabled" title="Disabled">

<t>This level indicates all debug facilities are currently disabled. It
may be possible to enable them in the future, and it may also be
possible that they were enabled in the past after the
target device/sub-system booted/started, but they are currently disabled.</t>

</section>
<section anchor="disabled-since-boot" title="Disabled Since Boot">

<t>This level indicates all debug facilities are currently disabled and
have been so since the target device/sub-system booted/started.</t>

</section>
<section anchor="disabled-permanently" title="Disabled Permanently">

<t>This level indicates all non-manufacturer facilities are permanently
disabled such that no end user or developer cannot enable them. Only
the manufacturer indicated in the OEMID claim can enable them. This
also indicates that all debug facilities are currently disabled and
have been so since boot/start.</t>

</section>
<section anchor="disabled-fully-and-permanently" title="Disabled Fully and Permanently">

<t>This level indicates that all debug capabilities for the target
device/sub-module are permanently disabled.</t>

</section>
<section anchor="debug-status-cddl" title="debug-status CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/debug-status.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="including-keys" title="Including Keys">

<t>An EAT may include a cryptographic key such as a public key.
The signing of the EAT binds the key to all the other claims in the token.</t>

<t>The purpose for inclusion of the key may vary by use case.
For example, the key may be included as part of an IoT device onboarding protocol.
When the FIDO protocol includes a pubic key in its attestation message, the key represents the binding of a user, device and relying party.
This document describes how claims containing keys should be defined for the various use cases.
It does not define specific claims for specific use cases.</t>

<t>Keys in CBOR format tokens SHOULD be the COSE_Key format <xref target="RFC8152"/> and keys in JSON format tokens SHOULD be the JSON Web Key format <xref target="RFC7517"/>.
These two formats support many common key types.
Their use avoids the need to decode other serialization formats.
These two formats can be extended to support further key types through their IANA registries.</t>

<t>The general confirmation claim format <xref target="RFC8747"/>, <xref target="RFC7800"/> may also be used.
It provides key encryption. 
It also allows for inclusion by reference through a key ID.
The confirmation claim format may employed in the definition of some new claim for a a particular use case.</t>

<t>When the actual confirmation claim is included in an EAT, this document associates no use case semantics other than proof of posession.
Different EAT use cases may choose to associate further semantics.
The key in the confirmation claim MUST be protected the same as the key used to sign the EAT. 
That is, the same, equivalent or better hardware defenses, access controls, key generation and such must be used.</t>

</section>
<section anchor="the-location-claim-location" title="The Location Claim (location)">

<t>The location claim gives the location of the device entity from which the attestation originates.
It is derived from the W3C Geolocation API <xref target="W3C.GeoLoc"/>.
The latitude, longitude, altitude and accuracy must conform to <xref target="WGS84"/>.
The altitude is in meters above the <xref target="WGS84"/> ellipsoid.
The two accuracy values are positive numbers in meters.
The heading is in degrees relative to true north.
If the device is stationary, the heading is NaN (floating-point not-a-number).
The speed is the horizontal component of the device velocity in meters per second.</t>

<t>When encoding floating-point numbers half-precision should not be used.
It usually does not provide enough precision for a geographic location.
It is not a requirement that the receiver of an EAT implement half-precision, so the receiver may not be able to decode the location.</t>

<t>The location may have been cached for a period of time before token
creation. For example, it might have been minutes or hours or more
since the last contact with a GPS satellite. Either the timestamp or
age data item can be used to quantify the cached period.  The timestamp
data item is preferred as it a non-relative time.</t>

<t>The age data item can be used when the entity doesn’t know what time
it is either because it doesn’t have a clock or it isn’t set. The
entity must still have a “ticker” that can measure a time
interval. The age is the interval between acquisition of the location
data and token creation.</t>

<t>See {#locationprivacyconsiderations} below.</t>

<section anchor="location-cddl" title="location CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/location.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="the-uptime-claim-uptime" title="The Uptime Claim (uptime)">

<t>The “uptime” claim contains a value that represents the number of
seconds that have elapsed since the entity or submod was last booted.</t>

<section anchor="uptime-cddl" title="uptime CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/uptime.cddl}
]]></artwork></figure>

</section>
</section>
<section anchor="the-intended-use-claim-intended-use" title="The Intended Use Claim (intended-use)">

<t>EAT’s may be used in the context of several different applications.  The intended-use
claim provides an indication to an EAT consumer about  the intended usage
of the token. This claim can be used as a way for an application using EAT to internally distinguish between different ways it uses EAT.</t>

<t><list style="hanging">
  <t hangText='1 – Generic'>
  Generic attestation describes an application where the EAT consumer
requres the most up-to-date security assessment of the attesting entity. It
is expected that this is the most commonly-used application of EAT.</t>
  <t hangText='2– Registration'>
  Entities that are registering for a new service may be expected to 
provide an attestation as part of the registration process.  This intended-use
setting indicates that the attestation is not intended for any use but registration.</t>
  <t hangText='3 – Provisioning'>
  Entities may be provisioned with different values or settings by an EAT
consumer.  Examples include key material or device management trees.  The consumer
may require an EAT to assess device security state of the entity prior to provisioning.</t>
  <t hangText='4 – Certificate Issuance (Certificate Signing Request)'>
  Certifying authorities (CA’s) may require attestations prior to
the issuance of certificates related to keypairs hosted at the entity.  An
EAT may be used as part of the certificate signing request (CSR).</t>
  <t hangText='5 – Proof-of-Possession'>
  An EAT consumer may require an attestation as part of an accompanying 
proof-of-possession (PoP) appication. More precisely, a PoP transaction is intended
to provide to the recipient cryptographically-verifiable proof that the sender has posession
of a key.  This kind of attestation may be neceesary to verify the
security state of the entity storing the private key used in a PoP application.</t>
</list></t>

<section anchor="intended-use-cddl" title="intended-use CDDL">

<figure><artwork type="CDDL"><![CDATA[
intended-use = &(
    generic: 1,
    registration: 2,
    provisioning: 3,
    csr: 4,
    pop:  5
)

]]></artwork></figure>

</section>
</section>
<section anchor="the-submodules-part-of-a-token-submods" title="The Submodules Part of a Token (submods)">

<t>Some devices are complex, having many subsystems or submodules.  A
mobile phone is a good example. It may have several connectivity
submodules for communications (e.g., Wi-Fi and cellular). It may have
subsystems for low-power audio and video playback. It may have one or
more security-oriented subsystems like a TEE or a Secure Element.</t>

<t>The claims for each these can be grouped together in a submodule.</t>

<t>The submods part of a token are in a single map/object with many entries, one
per submodule.  There is only one submods map in a token. It is
identified by its specific label. It is a peer to other claims, but it
is not called a claim because it is a container for a claim set rather
than an individual claim. This submods part of a token allows what
might be called recursion. It allows claim sets inside of claim sets
inside of claims sets…</t>

<section anchor="two-types-of-submodules" title="Two Types of Submodules">

<t>Each entry in the submod map is one of two types:</t>

<t><list style="symbols">
  <t>A non-token submodule that is a map or object directly containing claims for the submodule.</t>
  <t>A nested EAT that is a fully formed, independently signed EAT token</t>
</list></t>

<section anchor="non-token-submodules" title="Non-token Submodules">

<t>This is simply a map or object containing claims about the submodule.</t>

<t>It may contain claims that are the same as its surrounding token or superior submodules. 
For example, the top-level of the token may have a UEID, a submod may have a different UEID and a further subordinate submodule may also have a UEID.</t>

<t>It is signed/encrypted along with the rest of the token and thus the claims are secured by the same Attester with the same signing key as the rest of the token.</t>

<t>If a token is in CBOR format (a CWT or a UCCS), all non-token submodules must be CBOR format.
If a token in in JSON format (a JWT), all non-token submodules must be in JSON format.</t>

<t>When decoding, this type of submodule is recognized from the other type by being a data item of type map for CBOR or type object for JSON.</t>

</section>
<section anchor="nested-eats" title="Nested EATs">

<t>This type of submodule is a fully formed secured EAT as defined in this document except that it MUST NOT be a UCCS or an unsecured JWT.
A nested token that is one that is always secured using COSE or JOSE, usually by an independent Attester.
When the surrounding EAT is a CWT or secured JWT, the nested token becomes securely bound with the other claims in the surrounding token.</t>

<t>It is allowed to have a CWT as a submodule in a JWT and vice versa, but this SHOULD be avoided unless necessary.</t>

<section anchor="surrounding-eat-is-cbor-format" title="Surrounding EAT is CBOR format">
<t>They type of an EAT nested in a CWT is determined by whether the CBOR type is a text string or a byte string.
If a text string, then it is a JWT.
If a byte string, then it is a CWT.</t>

<t>A CWT nested in a CBOR-format token is always wrapped by a byte string for easier handling with standard CBOR decoders and token processing APIs that will typically take a byte buffer as input.</t>

<t>Nested CWTs may be either a CWT CBOR tag or a CWT Protocol Message.
COSE layers in nested CWT EATs MUST be a COSE_Tagged_Message, never a COSE_Untagged_Message.
If a nested EAT has more than one level of COSE, for example one that is both encrypted and signed, a COSE_Tagged_message must be used at every level.</t>

</section>
<section anchor="surrounding-eat-is-json-format" title="Surrounding EAT is JSON format">
<t>When a CWT is nested in a JWT, it must be as a 55799 tag in order to distinguish it from a nested JWT.</t>

<t>When a nested EAT in a JWT is decoded, first remove the base64url encoding.
Next, check to see if it starts with the bytes 0xd9d9f7.
If so, then it is a CWT as a JWT will never start with these four bytes. 
If not if it is a JWT.</t>

<t>Other than the 55799 tag requirement, tag usage for CWT’s nested in a JSON format token follow the same rules as for CWTs nested in CBOR-format tokens.
It may be a CWT CBOR tag or a CWT Protocol Message and COSE_Tagged_Message MUST be used at all COSE layers.</t>

</section>
</section>
<section anchor="unsecured-jwts-and-uccs-tokens-as-submodules" title="Unsecured JWTs and UCCS Tokens as Submodules">

<t>To incorporate a UCCS token as a submodule, it MUST be as a non-token submodule. 
This can be accomplished inserting the content of the UCCS Tag into the submodule map.
The content of a UCCS tag is exactly a map of claims as required for a non-token submodule.
If the UCCS is not a UCCS tag, then it can just be inserted into the submodule map directly.</t>

<t>The definition of a nested EAT type of submodule is that it is one that is secured (signed) by an Attester.
Since UCCS tokens are unsecured, they do not fulfill this definition and must be non-token submodules.</t>

<t>To incorporate an Unsecured JWT as a submodule, the null-security JOSE wrapping should be removed.
The resulting claims set should be inserted as a non-token submodule.</t>

<t>To incorporate a UCCS token in a surrounding JSON token, the UCCS token claims should be translated from CBOR to JSON.
To incorporate an Unsecured JWT into a surrounding CBOR-format token, the null-security JOSE should be removed and the claims translated from JSON to CBOR.</t>

</section>
</section>
<section anchor="no-inheritance" title="No Inheritance">

<t>The subordinate modules do not inherit anything from the containing
token.  The subordinate modules must explicitly include all of their
claims. This is the case even for claims like the nonce and age.</t>

<t>This rule is in place for simplicity. It avoids complex inheritance
rules that might vary from one type of claim to another.</t>

</section>
<section anchor="security-levels" title="Security Levels">

<t>The security level of the non-token subordinate modules should always
be less than or equal to that of the containing modules in the case of non-token
submodules. It makes no sense for a module of lesser security to be
signing claims of a module of higher security. An example of this is a
TEE signing claims made by the non-TEE parts (e.g. the high-level OS)
of the device.</t>

<t>The opposite may be true for the nested tokens. They usually have
their own more secure key material. An example of this is an embedded
secure element.</t>

</section>
<section anchor="submodule-names" title="Submodule Names">

<t>The label or name for each submodule in the submods map is a text
string naming the submodule. No submodules may have the same name.</t>

</section>
<section anchor="submods-cddl" title="submods CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/submods.cddl}
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="endorsements-and-verification-keys" title="Endorsements and Verification Keys">

<t>TODO: fill this section in. It will discuss key IDs, endorsement ID and such that
are needed as input needed to by the Verifier to verify the signature. This will
NOT discuss the contents of an Endorsement, just and ID/locator.</t>

</section>
<section anchor="encoding" title="Encoding">
<t>This makes use of the types defined in CDDL Appendix D, Standard Prelude.</t>

<t>Some of the CDDL included here is for claims that are defined in CWT <xref target="RFC8392"/> or JWT <xref target="RFC7519"/> or are in the IANA CWT or JWT registries.
CDDL was not in use when these claims where defined.</t>

<section anchor="common-cddl-types" title="Common CDDL Types">

<t>time-int is identical to the epoch-based time, but disallows
floating-point representation.</t>

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/common-types.cddl}
]]></artwork></figure>

</section>
<section anchor="cddl-for-cwt-defined-claims" title="CDDL for CWT-defined Claims">

<t>This section provides CDDL for the claims defined in CWT. It is
non-normative as <xref target="RFC8392"/> is the authoritative definition of these
claims.</t>

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/cwt.cddl}
]]></artwork></figure>

</section>
<section anchor="json" title="JSON">

<section anchor="json-labels" title="JSON Labels">

<figure><artwork type="JSON"><![CDATA[
{::include cddl/json.cddl}
]]></artwork></figure>

</section>
<section anchor="jsoninterop" title="JSON Interoperability">

<t>JSON should be encoded per RFC 8610 Appendix E. In addition, the
following CDDL types are encoded in JSON as follows:</t>

<t><list style="symbols">
  <t>bstr – must be base64url encoded</t>
  <t>time – must be encoded as NumericDate as described section 2 of <xref target="RFC7519"/>.</t>
  <t>string-or-uri – must be encoded as StringOrURI as described section 2 of <xref target="RFC7519"/>.</t>
</list></t>

</section>
</section>
<section anchor="cbor" title="CBOR">

<section anchor="cbor-interoperability" title="CBOR Interoperability">

<t>Variations in the CBOR serializations supported in CBOR encoding and
decoding are allowed and suggests that CBOR-based protocols specify
how this variation is handled. This section specifies what formats
MUST be supported in order to achieve interoperability.</t>

<t>The assumption is that the entity is likely to be a constrained device
and relying party is likely to be a very capable server. The approach
taken is that the entity generating the token can use whatever
encoding it wants, specifically encodings that are easier to implement
such as indefinite lengths. The relying party receiving the token must
support decoding all encodings.</t>

<t>These rules cover all types used in the claims in this document. They
also are recommendations for additional claims.</t>

<t>Canonical CBOR encoding, Preferred Serialization and Deterministically
Encoded CBOR are explicitly NOT required as they would place an
unnecessary burden on the entity implementation, particularly if the
entity implementation is implemented in hardware.</t>

<t><list style="symbols">
  <t>Integer Encoding (major type 0, 1) –
The entity may use any integer encoding allowed by CBOR. The server
MUST accept all integer encodings allowed by CBOR.</t>
  <t>String Encoding (major type 2 and 3) –
The entity can use any string encoding allowed by CBOR including
indefinite lengths. It may also encode the lengths of strings in any
way allowed by CBOR. The server must accept all string encodings.</t>
  <t>Major type 2, bstr, SHOULD have tag 21 to indicate conversion to
base64url in case that conversion is performed.</t>
  <t>Map and Array Encoding (major type 4 and 5) –
The entity can use any array or map encoding allowed by CBOR including
indefinite lengths. Sorting of map keys is not required. Duplicate map
keys are not allowed. The server must accept all array and map
encodings. The server may reject maps with duplicate map keys.</t>
  <t>Date and Time –
The entity should send dates as tag 1 encoded as 64-bit or 32-bit
integers. The entity may not send floating-point dates. The server
must support tag 1 epoch-based dates encoded as 64-bit or 32-bit
integers. The entity may send tag 0 dates, however tag 1 is preferred. 
The server must support tag 0 UTC dates.</t>
  <t>URIs –
URIs should be encoded as text strings and marked with tag 32.</t>
  <t>Floating Point –
The entity may use any floating-point encoding. The relying party must
support decoding of all types of floating-point.</t>
  <t>Other types –
Other types like bignums, regular expressions and such, SHOULD
NOT be used. The server MAY support them but is not required to so
interoperability is not guaranteed.</t>
</list></t>

</section>
</section>
<section anchor="collected-cddl" title="Collected CDDL">

<figure><artwork type="CDDL"><![CDATA[
{::include cddl/eat-token.cddl}
]]></artwork></figure>

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

<section anchor="reuse-of-cbor-web-token-cwt-claims-registry" title="Reuse of CBOR Web Token (CWT) Claims Registry">

<t>Claims defined for EAT are compatible with those of CWT
so the CWT Claims Registry is re used. No new IANA registry
is created. All EAT claims should be registered in the
CWT and JWT Claims Registries.</t>

</section>
<section anchor="claim-characteristics" title="Claim Characteristics">

<t>The following is design guidance for creating new EAT claims, particularly those to be registered with IANA.</t>

<t>Much of this guidance is generic and could also be considered when designing new CWT or JWT claims.</t>

<section anchor="interoperability-and-relying-party-orientation" title="Interoperability and Relying Party Orientation">

<t>It is a broad goal that EATs can be processed by relying parties in a general way regardless of the type, manufacturer or technology of the device from which they originate. 
It is a goal that there be general-purpose verification implementations that can verify tokens for large numbers of use cases with special cases and configurations for different device types.
This is a goal of interoperability of the semantics of claims themselves, not just of the signing, encoding and serialization formats.</t>

<t>This is a lofty goal and difficult to achieve broadly requiring careful definition of claims in a technology neutral way.
Sometimes it will be difficult to design a claim that can represent the semantics of data from very different device types.
However, the goal remains even when difficult.</t>

</section>
<section anchor="operating-system-and-technology-neutral" title="Operating System and Technology Neutral">

<t>Claims should be defined such that they are not specific to an operating system.
They should be applicable to multiple large high-level operating systems from different vendors.
They should also be applicable to multiple small embedded operating systems from multiple vendors and everything in between.</t>

<t>Claims should not be defined such that they are specific to a SW environment or programming language.</t>

<t>Claims should not be defined such that they are specific to a chip or particular hardware. 
For example, they should not just be the contents of some HW status register as it is unlikely that the same HW status register with the same bits exists on a chip of a different manufacturer.</t>

<t>The boot and debug state claims in this document are an example of a claim that has been defined in this neutral way.</t>

</section>
<section anchor="security-level-neutral" title="Security Level Neutral">

<t>Many use cases will have EATs generated by some of the most secure hardware and software that exists. 
Secure Elements and smart cards are examples of this. 
However, EAT is intended for use in low-security use cases the same as high-security use case.
For example, an app on a mobile device may generate EATs on its own.</t>

<t>Claims should be defined and registered on the basis of whether they are useful and interoperable, not based on security level.
In particular, there should be no exclusion of claims because they are just used only in low-security environments.</t>

</section>
<section anchor="reuse-of-extant-data-formats" title="Reuse of Extant Data Formats">

<t>Where possible, claims should use already standardized data items, identifiers and formats.
This takes advantage of the expertise put into creating those formats and improves interoperability.</t>

<t>Often extant claims will not be defined in an encoding or serialization format used by EAT.
It is preferred to define a CBOR and JSON format for them so that EAT implementations do not require a plethora of encoders and decoders for serialization formats.</t>

<t>In some cases, it may be better to use the encoding and serialization as is.
For example, signed X.509 certificates and CRLs can be carried as-is in a byte string.
This retains interoperability with the extensive infrastructure for creating and processing X.509 certificates and CRLs.</t>

</section>
<section anchor="proprietary-claims" title="Proprietary Claims">

<t>EAT allows the definition and use of proprietary claims.</t>

<t>For example, a device manufacturer may generate a token with proprietary claims intended only for verification by a service offered by that device manufacturer. 
This is a supported use case.</t>

<t>In many cases proprietary claims will be the easiest and most obvious way to proceed, however for better interoperability, use of general standardized claims is preferred.</t>

</section>
</section>
<section anchor="claims-registered-by-this-document" title="Claims Registered by This Document">

<t><list style="symbols">
  <t>Claim Name: UEID</t>
  <t>Claim Description: The Universal Entity ID</t>
  <t>JWT Claim Name: N/A</t>
  <t>Claim Key: 8</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <spanx style="strong">this document</spanx></t>
</list></t>

<t>TODO: add the rest of the claims in here</t>

</section>
</section>
<section anchor="privacyconsiderations" title="Privacy Considerations">

<t>Certain EAT claims can be used to track the owner of an entity and
therefore, implementations should consider providing privacy-preserving
options dependent on the intended usage of the EAT.  Examples would
include suppression of location claims for EAT’s provided to
unauthenticated consumers.</t>

<section anchor="ueidprivacyconsiderations" title="UEID Privacy Considerations">

<t>A UEID is usually not privacy-preserving. Any set of relying parties
that receives tokens that happen to be from a single device will be
able to know the tokens are all from the same device and be able to
track the device. Thus, in many usage situations ueid violates
governmental privacy regulation. In other usage situations UEID will
not be allowed for certain products like browsers that give privacy
for the end user. It will often be the case that tokens will not have
a UEID for these reasons.</t>

<t>There are several strategies that can be used to still be able to put
UEID’s in tokens:</t>

<t><list style="symbols">
  <t>The device obtains explicit permission from the user of the device
to use the UEID. This may be through a prompt. It may also be through
a license agreement.  For example, agreements for some online banking
and brokerage services might already cover use of a UEID.</t>
  <t>The UEID is used only in a particular context or particular use
case. It is used only by one relying party.</t>
  <t>The device authenticates the relying party and generates a derived
UEID just for that particular relying party.  For example, the relying
party could prove their identity cryptographically to the device, then
the device generates a UEID just for that relying party by hashing a
proofed relying party ID with the main device UEID.</t>
</list></t>

<t>Note that some of these privacy preservation strategies result in multiple UEIDs
per device. Each UEID is used in a different context, use case or system 
on the device. However, from the view of the relying party, there is just
one UEID and it is still globally universal across manufacturers.</t>

</section>
<section anchor="locationprivacyconsiderations" title="Location Privacy Considerations">

<t>Geographic location is most always considered personally identifiable information.
Implementers should consider laws and regulations governing the transmission of location data from end user devices to servers and services.
Implementers should consider using location management facilities offered by the operating system on the device generating the attestation.
For example, many mobile phones prompt the user for permission when before sending location data.</t>

</section>
</section>
<section anchor="securitycons" title="Security Considerations">

<t>The security considerations provided in Section 8 of <xref target="RFC8392"/> and Section 11
of <xref target="RFC7519"/> apply to EAT in its CWT and JWT form, respectively.  In addition, 
implementors should consider the following.</t>

<section anchor="key-provisioning" title="Key Provisioning">

<t>Private key material can be used to sign and/or encrypt the EAT, or
can be used to derive the keys used for signing and/or encryption.  In
some instances, the manufacturer of the entity may create the key
material separately and provision the key material in the entity
itself.  The manfuacturer of any entity that is capable of producing
an EAT should take care to ensure that any private key material be
suitably protected prior to provisioning the key material in the
entity itself.  This can require creation of key material in an
enclave (see <xref target="RFC4949"/> for definition of “enclave”), secure
transmission of the key material from the enclave to the entity using
an appropriate protocol, and persistence of the private key material
in some form of secure storage to which (preferably) only the entity
has access.</t>

<section anchor="transmission-of-key-material" title="Transmission of Key Material">

<t>Regarding transmission of key material from the enclave to the entity,
the key material may pass through one or more intermediaries.
Therefore some form of protection (“key wrapping”) may be necessary.
The transmission itself may be performed electronically, but can also
be done by human courier.  In the latter case, there should be minimal
to no exposure of the key material to the human (e.g. encrypted
portable memory).  Moreover, the human should transport the key
material directly from the secure enclave where it was created to a
destination secure enclave where it can be provisioned.</t>

</section>
</section>
<section anchor="transport-security" title="Transport Security">

<t>As stated in Section 8 of <xref target="RFC8392"/>, “The security of the CWT relies
upon on the protections offered by COSE”.  Similar considerations
apply to EAT when sent as a CWT.  However, EAT introduces the concept
of a nonce to protect against replay.  Since an EAT may be created by
an entity that may not support the same type of transport security as
the consumer of the EAT, intermediaries may be required to bridge
communications between the entity and consumer.  As a result, it is
RECOMMENDED that both the consumer create a nonce, and the entity
leverage the nonce along with COSE mechanisms for encryption and/or
signing to create the EAT.</t>

<t>Similar considerations apply to the use of EAT as a JWT.  Although the
security of a JWT leverages the JSON Web Encryption (JWE) and JSON Web
Signature (JWS) specifications, it is still recommended to make use of
the EAT nonce.</t>

</section>
<section anchor="multiple-eat-consumers" title="Multiple EAT Consumers">

<t>In many cases, more than one EAT consumer may be required to fully
verify the entity attestation.  Examples include individual consumers
for nested EATs, or consumers for individual claims with an EAT.  When
multiple consumers are required for verification of an EAT, it is
important to minimize information exposure to each consumer.  In
addition, the communication between multiple consumers should be
secure.</t>

<t>For instance, consider the example of an encrypted and signed EAT with
multiple claims.  A consumer may receive the EAT (denoted as the
“receiving consumer”), decrypt its payload, verify its signature, but
then pass specific subsets of claims to other consumers for evaluation
(“downstream consumers”).  Since any COSE encryption will be removed
by the receiving consumer, the communication of claim subsets to any
downstream consumer should leverage a secure protocol (e.g.one that
uses transport-layer security, i.e. TLS),</t>

<t>However, assume the EAT of the previous example is hierarchical and
each claim subset for a downstream consumer is created in the form of
a nested EAT.  Then transport security between the receiving and
downstream consumers is not strictly required.  Nevertheless,
downstream consumers of a nested EAT should provide a nonce unique to
the EAT they are consuming.</t>

</section>
</section>


  </middle>

  <back>

    <references title='Normative References'>





<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="RFC7049" target='https://www.rfc-editor.org/info/rfc7049'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<date year='2013' month='October' />
<abstract><t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.  These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t></abstract>
</front>
<seriesInfo name='RFC' value='7049'/>
<seriesInfo name='DOI' value='10.17487/RFC7049'/>
</reference>



<reference  anchor="RFC7517" target='https://www.rfc-editor.org/info/rfc7517'>
<front>
<title>JSON Web Key (JWK)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<date year='2015' month='May' />
<abstract><t>A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.  This specification also defines a JWK Set JSON data structure that represents a set of JWKs.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and IANA registries established by that specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7517'/>
<seriesInfo name='DOI' value='10.17487/RFC7517'/>
</reference>



<reference  anchor="RFC7519" target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='J.' surname='Bradley' fullname='J. Bradley'><organization /></author>
<author initials='N.' surname='Sakimura' fullname='N. Sakimura'><organization /></author>
<date year='2015' month='May' />
<abstract><t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t></abstract>
</front>
<seriesInfo name='RFC' value='7519'/>
<seriesInfo name='DOI' value='10.17487/RFC7519'/>
</reference>



<reference  anchor="RFC7800" target='https://www.rfc-editor.org/info/rfc7800'>
<front>
<title>Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='J.' surname='Bradley' fullname='J. Bradley'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2016' month='April' />
<abstract><t>This specification describes how to declare in a JSON Web Token (JWT) that the presenter of the JWT possesses a particular proof-of- possession key and how the recipient can cryptographically confirm proof of possession of the key by the presenter.  Being able to prove possession of a key is also sometimes described as the presenter being a holder-of-key.</t></abstract>
</front>
<seriesInfo name='RFC' value='7800'/>
<seriesInfo name='DOI' value='10.17487/RFC7800'/>
</reference>



<reference  anchor="RFC8126" target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<author initials='T.' surname='Narten' fullname='T. Narten'><organization /></author>
<date year='2017' month='June' />
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference  anchor="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="RFC8152" target='https://www.rfc-editor.org/info/rfc8152'>
<front>
<title>CBOR Object Signing and Encryption (COSE)</title>
<author initials='J.' surname='Schaad' fullname='J. Schaad'><organization /></author>
<date year='2017' month='July' />
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t></abstract>
</front>
<seriesInfo name='RFC' value='8152'/>
<seriesInfo name='DOI' value='10.17487/RFC8152'/>
</reference>



<reference  anchor="RFC8392" target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='E.' surname='Wahlstroem' fullname='E. Wahlstroem'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2018' month='May' />
<abstract><t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8392'/>
<seriesInfo name='DOI' value='10.17487/RFC8392'/>
</reference>



<reference  anchor="RFC8610" target='https://www.rfc-editor.org/info/rfc8610'>
<front>
<title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
<author initials='H.' surname='Birkholz' fullname='H. Birkholz'><organization /></author>
<author initials='C.' surname='Vigano' fullname='C. Vigano'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2019' month='June' />
<abstract><t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8610'/>
<seriesInfo name='DOI' value='10.17487/RFC8610'/>
</reference>



<reference  anchor="RFC8747" target='https://www.rfc-editor.org/info/rfc8747'>
<front>
<title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='L.' surname='Seitz' fullname='L. Seitz'><organization /></author>
<author initials='G.' surname='Selander' fullname='G. Selander'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2020' month='March' />
<abstract><t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key. Being able to prove possession of a key is also sometimes described as being the holder-of-key. This specification provides equivalent functionality to &quot;Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)&quot; (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t></abstract>
</front>
<seriesInfo name='RFC' value='8747'/>
<seriesInfo name='DOI' value='10.17487/RFC8747'/>
</reference>


<reference anchor="TIME_T" target="http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html#tag_04_15">
  <front>
    <title>Vol. 1: Base Definitions, Issue 7</title>
    <author >
      <organization>The Open Group Base Specifications</organization>
    </author>
    <date year="2013"/>
  </front>
  <seriesInfo name="Section 4.15" value="'Seconds Since the Epoch'"/>
  <seriesInfo name="IEEE Std" value="1003.1"/>
  <seriesInfo name="2013" value="Edition"/>
</reference>
<reference anchor="WGS84" target="http://earth-info.nga.mil/GandG/publications/tr8350.2/wgs84fin.pdf">
  <front>
    <title>National Imagery and Mapping Agency Technical Report 8350.2, Third Edition</title>
    <author >
      <organization>National Imagery and Mapping Agency</organization>
    </author>
    <date year="2000"/>
  </front>
</reference>
<reference anchor="IANA.CWT.Claims" target="http://www.iana.org/assignments/cwt">
  <front>
    <title>CBOR Web Token (CWT) Claims</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.JWT.Claims" target="https://www.iana.org/assignments/jwt">
  <front>
    <title>JSON Web Token (JWT) Claims</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="UCCS.Draft" target="https://tools.ietf.org/html/draft-birkholz-rats-uccs-01">
  <front>
    <title>A CBOR Tag for Unprotected CWT Claims Sets</title>
    <author fullname="Henk Birkholz">
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="ThreeGPP.IMEI" target="https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=729">
  <front>
    <title>3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Numbering, addressing and identification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="FIDO.AROE" target="https://fidoalliance.org/specs/fido-uaf-v1.0-fd-20191115/fido-allowed-AROE-v1.0-fd-20191115.html">
  <front>
    <title>FIDO Authenticator Allowed Restricted Operating Environments List</title>
    <author >
      <organization>The FIDO Alliance</organization>
    </author>
    <date year="2019" month="November"/>
  </front>
</reference>
<reference anchor="EAN-13" target="https://www.gs1.org/standards/barcodes/ean-upc">
  <front>
    <title>International Article Number - EAN/UPC barcodes</title>
    <author >
      <organization>GS1</organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="CoSWID" target="https://tools.ietf.org/html/draft-ietf-sacm-coswid-16">
  <front>
    <title>Concise Software Identification Tags</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020" month="November"/>
  </front>
</reference>


    </references>

    <references title='Informative References'>





<reference  anchor="RFC4122" target='https://www.rfc-editor.org/info/rfc4122'>
<front>
<title>A Universally Unique IDentifier (UUID) URN Namespace</title>
<author initials='P.' surname='Leach' fullname='P. Leach'><organization /></author>
<author initials='M.' surname='Mealling' fullname='M. Mealling'><organization /></author>
<author initials='R.' surname='Salz' fullname='R. Salz'><organization /></author>
<date year='2005' month='July' />
<abstract><t>This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier).  A UUID is 128 bits long, and can guarantee uniqueness across space and time.  UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.</t><t>This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group).  Information from earlier versions of the DCE specification have been incorporated into this document.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4122'/>
<seriesInfo name='DOI' value='10.17487/RFC4122'/>
</reference>



<reference  anchor="RFC4949" target='https://www.rfc-editor.org/info/rfc4949'>
<front>
<title>Internet Security Glossary, Version 2</title>
<author initials='R.' surname='Shirey' fullname='R. Shirey'><organization /></author>
<date year='2007' month='August' />
<abstract><t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='FYI' value='36'/>
<seriesInfo name='RFC' value='4949'/>
<seriesInfo name='DOI' value='10.17487/RFC4949'/>
</reference>


<reference anchor="Webauthn" >
  <front>
    <title>Web Authentication: A Web API for accessing scoped credentials</title>
    <author >
      <organization>Worldwide Web Consortium</organization>
    </author>
    <date year="2016"/>
  </front>
</reference>
<reference anchor="ASN.1" >
  <front>
    <title>Information Technology -- ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
    <author >
      <organization>International Telecommunication Union</organization>
    </author>
    <date year="1994"/>
  </front>
  <seriesInfo name="ITU-T" value="Recommendation X.690"/>
</reference>
<reference anchor="BirthdayAttack" target="https://en.wikipedia.org/wiki/Birthday_attack.">
  <front>
    <title>Birthday attack</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IDevID" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
  <front>
    <title>IEEE Standard, "IEEE 802.1AR Secure Device Identifier"</title>
    <author >
      <organization></organization>
    </author>
    <date year="2009" month="December"/>
  </front>
</reference>
<reference anchor="ECMAScript" target="http://www.ecma-international.org/ecma-262/5.1/ECMA-262.pdf">
  <front>
    <title>Ecma International, "ECMAScript Language Specification, 5.1 Edition", ECMA Standard 262</title>
    <author >
      <organization></organization>
    </author>
    <date year="2011" month="June"/>
  </front>
</reference>
<reference anchor="W3C.GeoLoc" target="https://www.w3.org/TR/geolocation-API/#coordinates_interface">
  <front>
    <title>Geolocation API Specification 2nd Edition</title>
    <author >
      <organization>Worldwide Web Consortium</organization>
    </author>
    <date year="2018" month="January"/>
  </front>
</reference>
<reference anchor="OUI.Guide" target="https://standards.ieee.org/content/dam/ieee-standards/standards/web/documents/tutorials/eui.pdf">
  <front>
    <title>Guidelines for Use of Extended Unique Identifier (EUI), Organizationally Unique Identifier (OUI), and Company ID (CID)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2017" month="August"/>
  </front>
</reference>
<reference anchor="OUI.Lookup" target="https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries">
  <front>
    <title>IEEE Registration Authority Assignments</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.RA" target="https://standards.ieee.org/products-services/regauth/index.html">
  <front>
    <title>IEEE Registration Authority</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.802-2001" target="https://webstore.ansi.org/standards/ieee/ieee8022001r2007">
  <front>
    <title>IEEE Standard For Local And Metropolitan Area Networks Overview And Architecture</title>
    <author >
      <organization></organization>
    </author>
    <date year="2007"/>
  </front>
</reference>
<reference anchor="FIDO.Registry" target="https://fidoalliance.org/specs/common-specs/fido-registry-v2.1-ps-20191217.html">
  <front>
    <title>FIDO Registry of Predefined Values</title>
    <author >
      <organization>The FIDO Alliance</organization>
    </author>
    <date year="2019" month="December"/>
  </front>
</reference>
<reference anchor="FIPS-140" target="https://csrc.nist.gov/publications/detail/fips/140/2/final">
  <front>
    <title>Security Requirements for Cryptographic Modules</title>
    <author >
      <organization>National Institue of Standards</organization>
    </author>
    <date year="2001" month="May"/>
  </front>
</reference>
<reference anchor="Common.Criteria" target="https://www.commoncriteriaportal.org/cc/">
  <front>
    <title>Common Criteria for Information Technology Security Evaluation</title>
    <author >
      <organization></organization>
    </author>
    <date year="2017" month="April"/>
  </front>
</reference>


    </references>


<section anchor="examples" title="Examples">

<section anchor="very-simple-eat" title="Very Simple EAT">

<t>This is shown in CBOR diagnostic form. Only the payload signed by COSE
is shown.</t>

<figure><artwork><![CDATA[
{::include cddl/examples/simple.diag}
]]></artwork></figure>

</section>
<section anchor="example-with-submodules-nesting-and-security-levels" title="Example with Submodules, Nesting and Security Levels">

<figure><artwork><![CDATA[
{::include cddl/examples/submods.diag}
]]></artwork></figure>

</section>
</section>
<section anchor="ueid-design-rationale" title="UEID Design Rationale">

<section anchor="collision-probability" title="Collision Probability">

<t>This calculation is to determine the probability of a collision of
UEIDs given the total possible entity population and the number of
entities in a particular entity management database.</t>

<t>Three different sized databases are considered. The number of devices
per person roughly models non-personal devices such as traffic lights,
devices in stores they shop in, facilities they work in and so on,
even considering individual light bulbs. A device may have
individually attested subsystems, for example parts of a car or a
mobile phone. It is assumed that the largest database will have at
most 10% of the world’s population of devices. Note that databases
that handle more than a trillion records exist today.</t>

<t>The trillion-record database size models an easy-to-imagine reality
over the next decades. The quadrillion-record database is roughly at
the limit of what is imaginable and should probably be accommodated.
The 100 quadrillion datadbase is highly speculative perhaps involving
nanorobots for every person, livestock animal and domesticated
bird. It is included to round out the analysis.</t>

<t>Note that the items counted here certainly do not have IP address and
are not individually connected to the network. They may be connected
to internal buses, via serial links, Bluetooth and so on.  This is
not the same problem as sizing IP addresses.</t>

<texttable>
      <ttcol align='left'>People</ttcol>
      <ttcol align='left'>Devices / Person</ttcol>
      <ttcol align='left'>Subsystems / Device</ttcol>
      <ttcol align='left'>Database Portion</ttcol>
      <ttcol align='left'>Database Size</ttcol>
      <c>10 billion</c>
      <c>100</c>
      <c>10</c>
      <c>10%</c>
      <c>trillion (10^12)</c>
      <c>10 billion</c>
      <c>100,000</c>
      <c>10</c>
      <c>10%</c>
      <c>quadrillion (10^15)</c>
      <c>100 billion</c>
      <c>1,000,000</c>
      <c>10</c>
      <c>10%</c>
      <c>100 quadrillion (10^17)</c>
</texttable>

<t>This is conceptually similar to the Birthday Problem where m is the
number of possible birthdays, always 365, and k is the number of
people. It is also conceptually similar to the Birthday Attack where
collisions of the output of hash functions are considered.</t>

<t>The proper formula for the collision calculation is</t>

<figure><artwork><![CDATA[
   p = 1 - e^{-k^2/(2n)}

   p   Collision Probability
   n   Total possible population
   k   Actual population
]]></artwork></figure>

<t>However, for the very large values involved here, this formula requires floating
point precision higher than commonly available in calculators and SW so this
simple approximation is used. See <xref target="BirthdayAttack"/>.</t>

<figure><artwork><![CDATA[
    p = k^2 / 2n 
]]></artwork></figure>

<t>For this calculation:</t>

<figure><artwork><![CDATA[
    p  Collision Probability
    n  Total population based on number of bits in UEID
    k  Population in a database
]]></artwork></figure>

<texttable>
      <ttcol align='left'>Database Size</ttcol>
      <ttcol align='left'>128-bit UEID</ttcol>
      <ttcol align='left'>192-bit UEID</ttcol>
      <ttcol align='left'>256-bit UEID</ttcol>
      <c>trillion (10^12)</c>
      <c>2 * 10^-15</c>
      <c>8 * 10^-35</c>
      <c>5 * 10^-55</c>
      <c>quadrillion (10^15)</c>
      <c>2 * 10^-09</c>
      <c>8 * 10^-29</c>
      <c>5 * 10^-49</c>
      <c>100 quadrillion (10^17)</c>
      <c>2 * 10^-05</c>
      <c>8 * 10^-25</c>
      <c>5 * 10^-45</c>
</texttable>

<t>Next, to calculate the probability of a collision occurring in one year’s 
operation of a database, it is assumed that the database size is in
a steady state and that 10% of the database changes per year. For example,
a trillion record database would have 100 billion states per year. Each
of those states has the above calculated probability of a collision.</t>

<t>This assumption is a worst-case since it assumes that each
state of the database is completely independent from the previous state.
In reality this is unlikely as state changes will be the addition or
deletion of a few records.</t>

<t>The following tables gives the time interval until there is a probability of 
a collision based on there being one tenth the number of states per year
as the number of records in the database.</t>

<figure><artwork><![CDATA[
  t = 1 / ((k / 10) * p)
  
  t  Time until a collision
  p  Collision probability for UEID size
  k  Database size
]]></artwork></figure>

<texttable>
      <ttcol align='left'>Database Size</ttcol>
      <ttcol align='left'>128-bit UEID</ttcol>
      <ttcol align='left'>192-bit UEID</ttcol>
      <ttcol align='left'>256-bit UEID</ttcol>
      <c>trillion (10^12)</c>
      <c>60,000 years</c>
      <c>10^24 years</c>
      <c>10^44 years</c>
      <c>quadrillion (10^15)</c>
      <c>8 seconds</c>
      <c>10^14 years</c>
      <c>10^34 years</c>
      <c>100 quadrillion (10^17)</c>
      <c>8 microseconds</c>
      <c>10^11 years</c>
      <c>10^31 years</c>
</texttable>

<t>Clearly, 128 bits is enough for the near future thus the requirement that UEIDs
be a minimum of 128 bits.</t>

<t>There is no requirement for 256 bits today as quadrillion-record databases
are not expected in the near future and because this time-to-collision
calculation is a very worst case.  A future update of the standard may
increase the requirement to 256 bits, so there is a requirement that
implementations be able to receive 256-bit UEIDs.</t>

</section>
<section anchor="no-use-of-uuid" title="No Use of UUID">

<t>A UEID is not a UUID <xref target="RFC4122"/> by conscious choice for the following
reasons.</t>

<t>UUIDs are limited to 128 bits which may not be enough for some future
use cases.</t>

<t>Today, cryptographic-quality random numbers are available from common
CPUs and hardware. This hardware was introduced between 2010 and 2015.
Operating systems and cryptographic libraries give access to this 
hardware. Consequently, there is little need for implementations
to construct such random values from multiple sources on their own.</t>

<t>Version 4 UUIDs do allow for use of such cryptographic-quality 
random numbers, but do so by mapping into the overall UUID 
structure of time and clock values. This structure is of no
value here yet adds complexity. It also slightly reduces the
number of actual bits with entropy.</t>

<t>UUIDs seem to have been designed for scenarios where the implementor
does not have full control over the environment and uniqueness has to
be constructed from identifiers at hand. UEID takes the view that
hardware, software and/or manufacturing process directly implement
UEID in a simple and direct way. It takes the view that cryptographic
quality random number generators are readily available as they are
implemented in commonly used CPU hardware.</t>

</section>
</section>
<section anchor="changes-from-previous-drafts" title="Changes from Previous Drafts">

<t>The following is a list of known changes from the previous drafts.  This list is
non-authoritative.  It is meant to help reviewers see the significant
differences.</t>

<section anchor="from-draft-rats-eat-01" title="From draft-rats-eat-01">

<t><list style="symbols">
  <t>Added UEID design rationale appendix</t>
</list></t>

</section>
<section anchor="from-draft-mandyam-rats-eat-00" title="From draft-mandyam-rats-eat-00">

<t>This is a fairly large change in the orientation of the document, but
no new claims have been added.</t>

<t><list style="symbols">
  <t>Separate information and data model using CDDL.</t>
  <t>Say an EAT is a CWT or JWT</t>
  <t>Use a map to structure the boot_state and location claims</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-01" title="From draft-ietf-rats-eat-01">

<t><list style="symbols">
  <t>Clarifications and corrections for OEMID claim</t>
  <t>Minor spelling and other fixes</t>
  <t>Add the nonce claim, clarify jti claim</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-02" title="From draft-ietf-rats-eat-02">

<t><list style="symbols">
  <t>Roll all EUIs back into one UEID type</t>
  <t>UEIDs can be one of three lengths, 128, 192 and 256.</t>
  <t>Added appendix justifying UEID design and size.</t>
  <t>Submods part now includes nested eat tokens so they can be named and
there can be more tha one of them</t>
  <t>Lots of fixes to the CDDL</t>
  <t>Added security considerations</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-03" title="From draft-ietf-rats-eat-03">

<t><list style="symbols">
  <t>Split boot_state into secure-boot and debug-disable claims</t>
  <t>Debug disable is an enumerated type rather than Booleans</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-04" title="From draft-ietf-rats-eat-04">

<t><list style="symbols">
  <t>Change IMEI-based UEIDs to be encoded as a 14-byte string</t>
  <t>CDDL cleaned up some more</t>
  <t>CDDL allows for JWTs and UCCSs</t>
  <t>CWT format submodules are byte string wrapped</t>
  <t>Allows for JWT nested in CWT and vice versa</t>
  <t>Allows UCCS (unsigned CWTs) and JWT unsecured tokens</t>
  <t>Clarify tag usage when nesting tokens</t>
  <t>Add section on key inclusion</t>
  <t>Add hardware version claims</t>
  <t>Collected CDDL is now filled in. Other CDDL corrections.</t>
  <t>Rename debug-disable to debug-status; clarify that it is not extensible</t>
  <t>Security level claim is not extensible</t>
  <t>Improve specification of location claim and added a location privacy section</t>
  <t>Add intended use claim</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIACpcxl8AA92963IbV7Iu+H89RQUdMyJ7A+BF1HXHjjk0Sct0i5KOSFn7
/GlHASiQZQFV6KoCKVjWif0aEzHn5faTnMwvM9elAMru3hMxEePotgmgal1y
rZUrr18Oh0PXdnk1/SWf11XxMuuaVeHKZYO/2u7o4ODFwZGb5N3LrO2mzk3r
SZUv6MFpk8+6YVl0s2GTd+2wyLvhwRPn7m9eZu9Prq+yj3XzqaxusldNvVq6
77JJXbVF1a7al9mjddE+oq/a1XhRtm1ZV916SW1enF//4JblS5dlXT2x5/Bh
Wiy7W/rmmD+3ddM1xawNT7TrRfrFpF4s80kXPbEah++qmr9qZpNi2nbreWGP
dWXHH65vi+y8og/r7KTrCiJQR2PMrutPRZXtnp9c77l8PG6Ku5cZfXB5U+Q0
+Kormqro3Kd7olV5U/Hk8+j1ybhuaNLTvKMujg4OHw8PD1y+6m7r5qUbZmVF
w381yi5pNdb5gsYnhH5VNuX0Nm+iH+qGiPzfV/mcZrTIrovJbVXP65uyaGkU
kxHPluhT0EyfPHv2JLusm+K2XrVFdtaUdwVTh6b2MrvKq+ysLG5qpkVxQ2N8
mZ3m83JWN1WZg4irqmvoyQ9XJ/RxeYstsvMvh9nzJ8+zp08Os2e0QXbop2KR
l/OX2UKG+N/+3pWjv+v4RvQvm97rUfZ6VU3H83xa+Am+zldNUU2K5CdM8aqY
rBpeBVqQullnr1+fhr7mN/P/VrZz6nHYFLwj4o4uR9n3+XxOtC+auvVdXZY3
q2Le++n/W2pGxDw+evEiouVYRvkgMX8aZW8fndVVfXO7CtT8qWiKxTr95c/P
8OjZi+yHvKloq9arm9vsfZ1P/QyjHzCdKe/OD4fH2bPXV8n8qrIrptlf6QBM
60U01ePj7PDoyVH2+Onjw+fRVH+tpxjs5lRdVTcLOj53BTOF9z+cHh0evtA/
nx0c+z+fHD4Lf/pvnx8c6J/PD4+e+j+fHfs/nxzZn49f+D+fHvrXnh2j3euL
y/NfrvkvYkZ5c8Okuu265cv9/eVq3I7qZVHdMJ8bEan362peVgX/sP/i6YsX
Lw5fPHvxYn+ct8WUeNT+z4e/TG7z5cHx6LZbzL/r8ptfDo5/OXwirQsHevRz
PR9lhy9pq/JGK2Yl0ZS2VDvILtp2VWTPHuFxYx/891DWmZnXWxqPMF5p4GpZ
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
9CiNZ1xk3FgBJju5zbk3GiKRc9IyNemcFeh3kHXrJUtl87XL6WVICfPyE70p
dreMBdIqu6iv9dcRa6EFXQfaK8vOq5bGNSaJxzXFfM2i3ZL0wXXW1fRSB7Wu
yG7r+2yxmtxmZZfds4jX8u/wE8AeJAMaCVFOrrOyzYqSfqD+oUbTQH6i/9zT
d1lbL4rYOj4k7kbv0yiUGCMiIr0350WjMdyQ2kw3znxOPVG7xv/pDxoFd4R7
zXE3TDE2Y8hSVaTI/0L3JTHg8YqFU+euvz9z8uOinE7nxPe+Y1FGOCYsVO+L
Bb1m1IyN+CWv42xFO5m7py2u/FXWDrofP9GgAacNtEy0nL9f1OOS9CoszADL
ol6DYT0bXt/S8EhCpqXa074HRDRXg4Y0vWVNcgLTnPdUQcvQFvMZf+YOo2Ub
8F6jcdFbvPhOx4iF5wnIKHnJNlb7U0WLjMXpbTqXj+uVrLORheg8JTGJZJL7
2wJjpI2B7dBGz408Of88HSdEGfqtaOYl7V9u2rFFpp6Qroh+7VaTx6uC9o0N
PowTQ6FbiHYMSUF8bFw0/HExY/sFtTuh14kIo+wtbfKbup7SbsoXS1onGuW4
JGKwBQGumqDz8ZwbsYP6RzJiRhNexAxblM9eFVOCz13vgPHQWz92zCYaIzXD
reBr+pufqXAma7el00ndNHS3zte00CeV7powExWuMrVt8UYPc0hHdZ/z9RFG
5Qd0X9IJ1Ab4e0f8Mbd9dQNr0rz8rWgx8ZpHRDyV2Rif7Ya4aGtrtihvbjt0
RA+6MPs8mntYwLUtF/auTlab5iFwZ+PCieItrKzsaOfx3UqUUB033oCYOfUh
DIb31IIuo7KazFdTOnbEK/hXetfNywX8GczrqLlZrUN4ScLGX9hWRi3T//i3
Rf5J26pJ9rZvdUJ0nqYwVOz++HHvH3sVm7QlkX+ABSonKxr2HMIgX4St3niB
idKGWLbcx2WRtyuRB6zN1gwmu1cf97JmVcFTmexUfpN45qy8WakAikOHCykZ
GT8YGdPoHG+5q6KJGCck1pW9eneVmUZEK/X27O3LjBvh7ti9xjOLL9VzvkYr
ZTzvi3Y171pa4u++48tlgKuFf2FDsXMsn87mxeeS+C3fzvxLkYsOVC7mS1BE
WRHNLoNqdZcT/TpIhkVkIRzwbdaCKdG1rFcaDMZfvqgf6utX3G5s8v7yJajB
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
KpPCxtAOAQA=

-->

</rfc>

