<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc rfcedstyle="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-rats-eat-17" category="std" consensus="true" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="EAT">The Entity Attestation Token (EAT)</title>

    <author initials="L." surname="Lundblade" fullname="Laurence Lundblade">
      <organization>Security Theory LLC</organization>
      <address>
        <email>lgl@securitytheory.com</email>
      </address>
    </author>
    <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="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>
    <author initials="C." surname="Wallace" fullname="Carl Wallace">
      <organization>Red Hound Software, Inc.</organization>
      <address>
        <email>carl@redhoundsoftware.com</email>
      </address>
    </author>

    <date year="2022" month="October" day="22"/>

    <area>Internet</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>signing attestation cbor</keyword>

    <abstract>


<t>An Entity Attestation Token (EAT) provides an attested claims set
that describes state and characteristics of an entity,
a device like a smartphone, IoT device, network equipment or such.  This claims set is used by a
relying party, server or service to determine how much it wishes to trust the entity.</t>

<t>An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with attestation-oriented
claims.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>An Entity Attestation Token (EAT) is a message or token made up of claims about an entity.
An entity may be a device, some hardware or some software.
The claims are ultimately used by a relying party who decides if and how it will interact with the entity.
The relying party may choose to trust, not trust or partially trust the entity.
For example, partial trust may be allowing a monetary transaction only up to a limit.</t>

<t>The security model and goal for attestation are unique and are not the same as for other security standards like those for server authentication, user authentication and secured messaging.
The reader is assumed to be familiar with the goals and security model for attestation as described in <xref target="RATS.Architecture"/>.</t>

<t>This document defines some common claims that are potentially of broad use.
EAT additionally allows proprietary claims and for further claims to be standardized.
Here are some examples:</t>

<t><list style="symbols">
  <t>Make and model of manufactured consumer device</t>
  <t>Make and model of a chip or processor, particularly for a security-oriented chip</t>
  <t>Identification and measurement of the software running on a device</t>
  <t>Configuration and state of a device</t>
  <t>Environmental characteristics of a device like its GPS location</t>
  <t>Formal certifications received</t>
</list></t>

<t>EAT is constructed to support a wide range of use cases.</t>

<t>No single set of claims can accommodate all use cases so EAT is constructed as a framework for defining specific attestation tokens for specific use cases.
In particular, EAT provides a profile mechanism to be able to clearly specify the claims needed, the cryptographic algorithms that should be used and other for a particular token and use case.</t>

<t>The entity side of an EAT implementation generates the claims and typically signs them with an attestation key.
It is responsible for protecting the attestation key.
Some EAT implementations will use components with very high resistance to attack like TPMs or secure elements.
Other may rely solely on simple SW defenses.</t>

<t>Nesting of tokens and claims sets is accommodated for composite devices that have multiple subsystems.</t>

<t>An EAT may be encoded in either JSON <xref target="RFC8259"/> or CBOR <xref target="RFC8949"/> as needed for each use case.
EAT is built on CBOR Web Token (CWT) <xref target="RFC8392"/> and JSON Web Token (JWT) <xref target="RFC7519"/> and inherits all their characteristics and their security mechanisms.</t>

<section anchor="entity-overview"><name>Entity Overview</name>

<t>The document uses the term "entity" to refer to the target of an EAT. Many of the claims defined in this document are claims about an entity, which is equivalent to an attesting environment as defined in <xref target="RATS.Architecture"></xref>. An entity may be the whole device, a subsystem, a subsystem of a subsystem, etc.
Correspondingly, the EAT format allows claims to be organized using mechanisms like submodules and nested EATs (see <xref target="submods"/>).
The entity to which a claim applies is the submodule in which it appears, or to the top-level entity if it doesn't appear in a submodule.</t>

<t>An entity also corresponds to a "system component", as defined in the Internet Security Glossary <xref target="RFC4949"/>.
That glossary also defines "entity" and "system entity" as something that may be a person or organization as well as a system component.
In the EAT context, "entity" never refers to a person or organization. The hardware and software that implement a server or service used by a web site may be an entity, but the organization that runs the web site is not an entity nor is the web site itself. An entity is an implementation in hardware, software or both.</t>

<t>Some examples of entities:</t>

<t><list style="symbols">
  <t>A Secure Element</t>
  <t>A TEE</t>
  <t>A network card in a router</t>
  <t>A router, perhaps with each network card in the router a submodule</t>
  <t>An IoT device</t>
  <t>An individual process</t>
  <t>An app on a smartphone</t>
  <t>A smartphone with many submodules for its many subsystems</t>
  <t>A subsystem in a smartphone like the modem or the camera</t>
</list></t>

<t>An entity may have strong security defenses against hardware invasive attacks.
It may also have low security, having no special security defenses.
There is no minimum security requirement to be an entity.</t>

</section>
<section anchor="eat-as-a-framework"><name>EAT as a Framework</name>

<t>EAT is a framework for defining attestation tokens for specific use cases, not a specific token definition.
While EAT is based on and compatible with CWT and JWT, it can also be described as:</t>

<t><list style="symbols">
  <t>An identification and type system for claims in claims-sets</t>
  <t>Definitions of common attestation-oriented claims</t>
  <t>Claims are defined in CDDL and serialized using CBOR or JSON</t>
  <t>Security envelopes based on COSE and JOSE</t>
  <t>Nesting of claims sets and tokens to represent complex and compound devices</t>
  <t>A profile mechanism for specifying and identifying specific token formats for specific use cases</t>
</list></t>

<t>EAT uses the name/value pairs the same as CWT and JWT to identify individual claims.
<xref target="theclaims"/> defines common attestation-oriented claims that are added to the CWT and JWT IANA registries.
As with CWT and JWT, no claims are mandatory and claims not recognized should be ignored.</t>

<t>Unlike, but compatible with CWT and JWT, EAT defines claims using Concise Data Definition Language (CDDL) <xref target="RFC8610"/>.
In most cases the same CDDL definition is used for both the CBOR/CWT serialization and the JSON/JWT serialization.</t>

<t>Like CWT and JWT, EAT uses COSE and JOSE to provide authenticity, integrity and optionally confidentiality.
EAT places no new restrictions on cryptographic algorithms, retaining all the cryptographic flexibility of CWT, COSE, JWT and JOSE.</t>

<t>EAT defines a means for nesting tokens and claims sets to accommodate composite devices that have multiple subsystems and multiple attesters.
Full tokens with security envelopes may be embedded in an enclosing token.
The nested token and the enclosing token do not have to use the same encoding (e.g., a CWT may be enclosed in a JWT).</t>

<t>EAT adds the ability to detach claims sets and send them separately from a security enveloped EAT that contains a digest of the detached claims set.</t>

<t>This document registers no media or content types for the identification of the type of EAT, its serialization format or security envelope.
The definition and registration of EAT media types is addressed in <xref target="EAT.media-types"/>.</t>

<t>Finally, the notion of an EAT profile is introduced that facilitates the creation of narrowed definitions of EAT tokens for specific use cases in follow-on documents.</t>

</section>
<section anchor="operating-model-and-rats-architecture"><name>Operating Model and RATS Architecture</name>

<t>The EAT format follows the operational model described in Figure 1 in <xref target="RATS.Architecture"/>. To summarize, an attester generates evidence in the form of a claims set describing various characteristics of an entity.
Evidence is usually signed by a key that proves the attester and the evidence it produces are authentic.
The claims set includes a nonce or some other means to assure freshness.</t>

<t>A verifier confirms an EAT is valid by verifying the signature and may vet some claims using reference values.
The verifier then produces attestation results, which may also be represented as an EAT.
The attestation results are provided to the relying party, which is the ultimate consumer of the Remote Attestation Procedure.
The relying party uses the attestation results as needed for its use case, perhaps allowing an entity to access a network, allowing a financial transaction or such.
In some cases, the verifier and relying party are not distinct entities.</t>

<section anchor="relationship"><name>Relationship between Evidence and Attestation Results</name>

<t>Any claim defined in this document or in the IANA CWT or JWT registry may be used in evidence or attestation results. The relationship of claims in attestation results to evidence is fundamentally governed by the verifier and the verifier's policy.</t>

<t>A common use case is for the verifier and its policy to perform checks, calculations and processing with evidence as the input to produce a summary result in attestation results that indicates the overall health and status of the entity.
For example, measurements in evidence may be compared to reference values the results of which are represented as a simple pass/fail in attestation results.</t>

<t>It is also possible that some claims in the Evidence will be forwarded unmodified to the relying party in attestation results.
This forwarding is subject to the verifier's implementation and policy.
The relying party should be aware of the verifier's policy to know what checks it has performed on claims it forwards.</t>

<t>The verifier may modify claims it forwards, for example, to implement a privacy preservation functionality. It is also possible the verifier will put claims in the attestation results that give details about the entity that it has computed or looked up in a database.
For example, the verifier may be able to put an "oemid" claim in the attestation results by performing a look up based on a UEID (serial number) it received in evidence.</t>

<t>This specification does not establish any normative rules for the verifier to follow, as these are a matter of local policy.
It is up to each relying party to understand the processing rules of each verifier to know how to interpret claims in attestation results.</t>

</section>
</section>
</section>
<section anchor="terminology"><name>Terminology</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>In this document, the structure of data is specified in CDDL <xref target="RFC8610"/> <xref target="RFC9165"/>.</t>

<t>The examples in <xref target="examples"/> use CBOR diagnostic notation defined in <xref section="8" sectionFormat="of" target="RFC8949"/> and <xref section="G" sectionFormat="of" target="RFC8610"/>.</t>

<t>This document reuses terminology from JWT <xref target="RFC7519"/> and CWT <xref target="RFC8392"/>:</t>

<dl>
  <dt>Claim:</dt>
  <dd>
    <t>A piece of information asserted about a subject. A claim is represented as pair with a value and either a name or key to identify it.</t>
  </dd>
  <dt>Claim Name:</dt>
  <dd>
    <t>A unique text string that identifies the claim. It is used as the claim name for JSON encoding.</t>
  </dd>
  <dt>Claim Key:</dt>
  <dd>
    <t>The CBOR map key used to identify a claim. (The term "Claim Key" comes from CWT. This document, like COSE, uses the term "label" to refer to CBOR map keys to avoid confusion with cryptographic keys.)</t>
  </dd>
  <dt>Claim Value:</dt>
  <dd>
    <t>The value portion of the claim. A claim value can be any CBOR data item or JSON value.</t>
  </dd>
  <dt>Claims Set:</dt>
  <dd>
    <t>The CBOR map or JSON object that contains the claims conveyed by the CWT or JWT.</t>
  </dd>
</dl>

<t>This document reuses terminology from RATS Architecure <xref target="RATS.Architecture"/>:</t>

<dl>
  <dt>Attester:</dt>
  <dd>
    <t>A role performed by an entity (typically a device) whose evidence must be appraised in order to infer the extent to which the attester is considered trustworthy, such as when deciding whether it is authorized to perform some operation.</t>
  </dd>
  <dt>Verifier:</dt>
  <dd>
    <t>A role that appraises the validity of evidence about an attester and produces attestation results to be used by a relying party.</t>
  </dd>
  <dt>Relying Party:</dt>
  <dd>
    <t>A role that depends on the validity of information about an attester, for purposes of reliably applying application specific actions. Compare /relying party/ in <xref target="RFC4949"></xref>.</t>
  </dd>
  <dt>Evidence:</dt>
  <dd>
    <t>A set of claims generated by an attester to be appraised by a verifier. Evidence may include configuration data, measurements, telemetry, or inferences.</t>
  </dd>
  <dt>Attestation Results:</dt>
  <dd>
    <t>The output generated by a verifier, typically including information about an attester, where the verifier vouches for the validity of the results</t>
  </dd>
  <dt>Reference Values:</dt>
  <dd>
    <t>A set of values against which values of claims can be compared as part of applying an appraisal policy for evidence.  Reference Values are sometimes referred to in other documents as known-good values, golden measurements, or nominal values, although those terms typically assume comparison for equality, whereas here reference values might be more general and be used in any sort of comparison.</t>
  </dd>
  <dt>Endorsement:</dt>
  <dd>
    <t>A secure statement that an Endorser vouches for the integrity of an attester's various capabilities such as claims collection and evidence signing.</t>
  </dd>
  <dt>Socket Group:</dt>
  <dd>
    <t>refers to the mechanism by which a CDDL definition is extended, as described in <xref target="RFC8610"></xref> and <xref target="RFC9165"></xref></t>
  </dd>
</dl>

</section>
<section anchor="top-level-token-definition"><name>Top-Level Token Definition</name>

<t>An EAT is a "message", a "token", or such whose content is a Claims-Set about an entity or some number of entities. An EAT <bcp14>MUST</bcp14> always contains a Claims-Set.</t>

<t>Authenticity and integrity protection <bcp14>MUST</bcp14> be provided for EATs. This document relies on CWT or JWT for this purpose.
Extensions to this specification <bcp14>MAY</bcp14> use other methods of protection.</t>

<t>The identification of a protocol element as an EAT follows the general conventions used for CWTs and JWTs.
Identification depends on the protocol carrying the EAT.
In some cases it may be by media type (e.g., in a HTTP Content-Type field).
In other cases it may be through use of CBOR tags.
There is no fixed mechanism across all use cases.</t>

<t>This document also defines a new top-level message, the detached EAT bundle (see <xref target="DEB"/>), which holds a collection of detached claims sets and an EAT that provides integrity and authenticity protection for them.
Detached EAT bundles can be either CBOR or JSON encoded.</t>

<t>The following CDDL defines the top-level <spanx style="verb">$EAT-CBOR-Tagged-Token</spanx>, <spanx style="verb">$EAT-CBOR-Untagged-Token</spanx> and <spanx style="verb">$EAT-JSON-Token-Formats</spanx> sockets (see <xref section="3.9" sectionFormat="of" target="RFC8610"/>), enabling future token formats to be defined.
Any new format that plugs into one or more of these sockets <bcp14>MUST</bcp14> be defined by an IETF standards action.
Of particular use may be a token type that provides no direct authenticity or integrity protection for use with transports mechanisms that do provide the necessary security services <xref target="UCCS"/>.</t>

<t>Nesting of EATs is allowed and defined in <xref target="Nested-Token"/>.
This includes the nesting of an EAT that is a different format than the enclosing EAT.
The definition of Nested-Token references the CDDL defined in this section.
When new token formats are defined, the means for identification in a nested token <bcp14>MUST</bcp14> also be defined.</t>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-CBOR-Token = $EAT-CBOR-Tagged-Token / $EAT-CBOR-Untagged-Token

$EAT-CBOR-Tagged-Token /= CWT-Tagged-Message
$EAT-CBOR-Tagged-Token /= BUNDLE-Tagged-Message

$EAT-CBOR-Untagged-Token /= CWT-Untagged-Message
$EAT-CBOR-Untagged-Token /= BUNDLE-Untagged-Message
]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-JSON-Token = $EAT-JSON-Token-Formats

$EAT-JSON-Token-Formats /= JWT-Message
$EAT-JSON-Token-Formats /= BUNDLE-Untagged-Message
]]></sourcecode></figure>

</section>
<section anchor="theclaims"><name>The Claims</name>

<t>This section describes new claims defined for attestation that are to be added to the CWT <xref target="IANA.CWT.Claims"/> and JWT <xref target="IANA.JWT.Claims"/> IANA registries.</t>

<t>All definitions, requirements, creation and validation procedures, security considerations, IANA registrations and so on from CWT and JWT carry over to EAT.</t>

<t>This section also describes how several extant CWT and JWT claims apply in EAT.</t>

<t>The set of claims that an EAT must contain to be considered valid is context dependent and is outside the scope of this specification.
Specific applications of EATs will require implementations to understand and process some claims in particular ways.
However, in the absence of such requirements, all claims that are not understood by implementations <bcp14>MUST</bcp14> be ignored.</t>

<t>CDDL, along with a text description, is used to define each claim
independent of encoding.  Each claim is defined as a CDDL group.
In <xref target="encoding"/> on encoding, the CDDL groups turn into CBOR map entries and JSON name/value pairs.</t>

<t>Each claim defined in this document is added to the <spanx style="verb">$$Claims-Set-Claims</spanx> socket group. Claims defined by other specifications <bcp14>MUST</bcp14> also be added to the <spanx style="verb">$$Claims-Set-Claims</spanx> socket group.</t>

<t>All claims in an EAT <bcp14>MUST</bcp14> use the same encoding except where otherwise explicitly stated (e.g., in a CBOR-encoded token, all claims must be CBOR-encoded).</t>

<t>This specification includes a CDDL definition of most of what is defined in <xref target="RFC8392"/>.
Similarly, this specification includes CDDL for most of what is defined in <xref target="RFC7519"/>.
These definitions are in <xref target="CDDL_for_CWT"/> and are not normative.</t>

<t>Each claim described has a unique text string and integer that identifies it.
CBOR-encoded tokens <bcp14>MUST</bcp14> use only the integer for claim keys.
JSON-encoded tokens <bcp14>MUST</bcp14> use only the text string for claim names.</t>

<section anchor="nonce"><name>eat_nonce (EAT Nonce) Claim</name>

<t>An EAT nonce is either a byte or text string or an array of byte or text strings.
The array option supports multistage EAT verification and consumption.</t>

<t>A claim named "nonce" was defined and registered with IANA for JWT, but <bcp14>MUST NOT</bcp14> be used because it does not support multiple nonces.
No previous "nonce" claim was defined for CWT.
To distinguish from the previously defined JWT "nonce" claim, this claim is named "eat_nonce" in JSON-encoded EATs. The CWT nonce defined
here is intended for general purpose use and retains the "Nonce" claim name instead of an EAT-specific name.</t>

<t>An EAT nonce <bcp14>MUST</bcp14> have at least 64 bits of entropy.
A maximum EAT nonce size is set to limit the memory required for an implementation.
All receivers <bcp14>MUST</bcp14> be able to accommodate the maximum size.</t>

<t>In CBOR, an EAT nonce is a byte string.
The minimum size is 8 bytes.
The maximum size is 64 bytes.</t>

<t>In JSON, an EAT nonce is a text string.
It is assumed that only characters represented by the lower 7 bits of each byte will be used, so the text string must be one-seventh longer because the 8th bit doesn't contribute to entropy.
The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (10..74), bstr .size (8..64)>

]]></sourcecode></figure>

</section>
<section anchor="claims-describing-the-entity"><name>Claims Describing the Entity</name>

<t>The claims in this section describe the entity itself.
They describe the entity whether they occur in evidence or occur in attestation results.
See <xref target="relationship"/> for discussion on how attestation results relate to evidence.</t>

<section anchor="UEID"><name>ueid (Universal Entity ID) Claim</name>

<t>The "ueid" claim conveys a UEID, which identifies an individual manufactured entity like a
mobile phone, a water meter, a Bluetooth speaker or a networked
security camera. It may identify the entire entity or a submodule.
It does not identify types, models or classes of
entities. It is akin to a serial number, though it does not have to be
sequential.</t>

<t>UEIDs <bcp14>MUST</bcp14> be universally and globally unique across manufacturers
and countries. UEIDs <bcp14>MUST</bcp14> 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 entity to keep entities distinct
between manufacturers).</t>

<t>There are privacy considerations for UEIDs. See <xref target="ueidprivacyconsiderations"/>.</t>

<t>The UEID is permanent. It <bcp14>MUST</bcp14> never change for a given entity.</t>

<t>A UEID is constructed of a single type byte followed by the bytes that are the identifier.
Several types are allowed to accommodate different industries, different manufacturing processes
and to have an alternative that doesn't require paying a registration fee.</t>

<t>Creation of new types requires a Standards Action <xref target="RFC8126"/>.</t>

<t>UEIDS are variable length to accommodate the types defined here and new types that may be defined in the future.</t>

<t>All implementations <bcp14>MUST</bcp14> be able to receive UEIDs up to 33 bytes long.
33 bytes is the longest defined in this document and gives necessary entropy for probabilistic uniqueness.
See <xref target="UEID-Design"/>.</t>

<t>UEIDs <bcp14>SHOULD NOT</bcp14> be longer than 33 bytes.
If they are longer, there is no guarantee that a receiver will be able to accept them.</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 entity. 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 entity and stored. It <bcp14>MUST NOT</bcp14> be smaller than 128 bits. See the length analysis in <xref target="UEID-Design"/>.</c>
      <c>0x02</c>
      <c>IEEE EUI</c>
      <c>This uses 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-entity 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 entities with multiple network interfaces may have multiple MAC addresses, there is only one UEID for an entity) <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 <bcp14>SHALL</bcp14> 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 <bcp14>SHALL NOT</bcp14> include Luhn checksum or SVN information. See <xref target="ThreeGPP.IMEI"/>.</c>
</texttable>

<t>UEIDs 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 of a UEID <bcp14>MUST</bcp14> 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 entity. Instead, they
should use the "oemid" claim. See <xref target="oemid"/>. 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>The manufacturing process for an entity is allowed to change from
using one type of UEID to another.  For example, a manufacturer
may find they can optimize their process by switching from type 0x01
to type 0x02 or vice versa.</t>
</list></t>

<t>The type byte is needed to distinguish UEIDs of different types that by chance have the same identifier value, but do not identify the same entity.
The type byte <bcp14>MUST</bcp14> be treated as part of the opaque UEID and <bcp14>MUST NOT</bcp14> be used to make use of the internal structure of the UEID.</t>

<t>A Device Identifier URN is registered for UEIDs. See <xref target="registerueidurn"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (ueid-label => ueid-type)

ueid-type = JC<base64-url-text .size (12..44) , bstr .size (7..33)>
]]></sourcecode></figure>

</section>
<section anchor="sueids-semi-permanent-ueids-claim-sueids"><name>sueids (Semi-permanent UEIDs) Claim (SUEIDs)</name>

<t>The "sueids" claim conveys one or more semi-permanent UEIDs (SUEIDs). An SUEID has the same format, characteristics and requirements as a UEID, but <bcp14>MAY</bcp14> change to a different value on entity life-cycle events.
An entity <bcp14>MAY</bcp14> have both a UEID and SUEIDs, neither, one or the other.</t>

<t>Examples of life-cycle events are change of ownership, factory reset and on-boarding into an IoT device management system.
It is beyond the scope of this document to specify particular types of SUEIDs and the life-cycle events that trigger their change.
An EAT profile <bcp14>MAY</bcp14> provide this specification.</t>

<t>There <bcp14>MAY</bcp14> be multiple SUEIDs.
Each has a text string label the purpose of which is to distinguish it from others.
The label <bcp14>MAY</bcp14> name the purpose, application or type of the SUEID.
For example, the label for the SUEID used by XYZ Onboarding Protocol could thus be "XYZ".
It is beyond the scope of this document to specify any SUEID labeling schemes.
They are use case specific and <bcp14>MAY</bcp14> be specified in an EAT profile.</t>

<t>If there is only one SUEID, the claim remains a map and there still <bcp14>MUST</bcp14> be a label.</t>

<t>An SUEID provides functionality similar to an IEEE LDevID <xref target="IEEE.802.1AR"/>.</t>

<t>There are privacy considerations for SUEIDs. See <xref target="ueidprivacyconsiderations"/>.</t>

<t>A Device Indentifier URN is registered for SUEIDs. See <xref target="registerueidurn"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (sueids-label => sueids-type)

sueids-type = {
    + tstr => ueid-type
}
]]></sourcecode></figure>

</section>
<section anchor="oemid"><name>oemid (Hardware OEM Identification) Claim</name>

<t>The "oemid" claim identifies the Original Equipment Manufacturer (OEM) of the hardware.
Any of the three forms described below <bcp14>MAY</bcp14> be used at the convenience of the claim sender.
The receiver of this claim <bcp14>MUST</bcp14> be able to handle all three forms.</t>

<section anchor="random-number-based-oemid"><name>Random Number Based OEMID</name>

<t>The random number based OEMID <bcp14>MUST</bcp14> always be 16 bytes (128 bits) long.</t>

<t>The OEM <bcp14>MAY</bcp14> create their own ID by using a cryptographic-quality random number generator.
They would perform this only once in the life of the company to generate the single ID for said company.
They would use that same ID in every entity they make.
This uniquely identifies the OEM on a statistical basis and is large enough should there be ten billion companies.</t>

<t>The OEM <bcp14>MAY</bcp14> also use a hash function like SHA-256 and truncate the output to 128 bits.
The input to the hash should be somethings that have at least 96 bits of entropy, but preferably 128 bits of entropy.
The input to the hash <bcp14>MAY</bcp14> be something whose uniqueness is managed by a central registry like a domain name.</t>

<t>In JSON format tokens this <bcp14>MUST</bcp14> be base64url encoded.</t>

</section>
<section anchor="ieee-based-oemid"><name>IEEE Based OEMID</name>

<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
service <xref target="OUI.Lookup"/>.</t>

<t>Companies that have more than one of these IDs or MAC address blocks
<bcp14>SHOULD</bcp14> select one and prefer that for all their entities.</t>

<t>Commonly, these are expressed in Hexadecimal Representation as described in
<xref target="IEEE.802-2001"/>. It is 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.</t>

<t>This format is always 3 bytes in size in CBOR.</t>

<t>In JSON format tokens, this <bcp14>MUST</bcp14> be base64url encoded and always 4 bytes.</t>

</section>
<section anchor="iana-private-enterprise-number-based-oemid"><name>IANA Private Enterprise Number Based OEMID</name>

<t>IANA maintains a registry for Private Enterprise Numbers (PEN) <xref target="PEN"/>. A PEN is an integer that identifies an enterprise and may be
used to construct an object identifier (OID) relative to the following OID arc that is managed by IANA:  iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1).</t>

<t>For EAT purposes, only the integer value assigned by IANA as the PEN is relevant, not the full OID value.</t>

<t>In CBOR this value <bcp14>MUST</bcp14> be encoded as a major type 0 integer and is typically 3 bytes.
In JSON, this value <bcp14>MUST</bcp14> be encoded as a number.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    oemid-label => oemid-pen / oemid-ieee / oemid-random
)

oemid-pen = int

oemid-ieee = JC<oemid-ieee-json, oemid-ieee-cbor>
oemid-ieee-cbor = bstr .size 3
oemid-ieee-json = base64-url-text .size 4

oemid-random = JC<oemid-random-json, oemid-random-cbor>
oemid-random-cbor = bstr .size 16
oemid-random-json = base64-url-text .size 24

]]></sourcecode></figure>

</section>
</section>
<section anchor="hwmodel-hardware-model-claim"><name>hwmodel (Hardware Model) Claim</name>

<t>The "hwmodel" claim differentiates hardware models, products and variants manufactured by a particular OEM, the one identified by OEM ID in <xref target="oemid"/>.
It <bcp14>MUST</bcp14> be unique within a given OEM ID.
The concatenation of the OEM ID and "hwmodel" give a global identifier of a particular product.</t>

<t>The granularity of the model identification is for each OEM to decide.
It may be very granular, perhaps including some version information.
It may be very general, perhaps only indicating top-level products.</t>

<t>The "hwmodel" claim is for use in protocols and not for human consumption.
The format and encoding of this claim should not be human-readable to discourage use other than in protocols.
If this claim is to be derived from an already-in-use human-readable identifier, it can be run through a hash function.</t>

<t>There is no minimum length so that an OEM with a very small number of models can use a one-byte encoding.
The maximum length is 32 bytes.
All receivers of this claim <bcp14>MUST</bcp14> be able to receive this maximum size.</t>

<t>The receiver of this claim <bcp14>MUST</bcp14> treat it as a completely opaque string of bytes, even if there is some apparent naming or structure.
The OEM is free to alter the internal structure of these bytes as long as the claim continues to uniquely identify its models.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    hardware-model-label => hardware-model-type
)

hardware-model-type = JC<base64-url-text .size (4..44),
                         bytes .size (1..32)>
]]></sourcecode></figure>

</section>
<section anchor="hwversion-hardware-version-claim"><name>hwversion (Hardware Version) Claim</name>

<t>The "hwversion" claim is a 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"/>.
It is useful to know how to sort versions so the newer can be distinguished from the older.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //=  (
    hardware-version-label => hardware-version-type
)

hardware-version-type = [
    version:  tstr,
    ? scheme:  $version-scheme
]
]]></sourcecode></figure>

</section>
<section anchor="swname-software-name-claim"><name>swname (Software Name) Claim</name>

<t>The "swname" claim contains a very simple free-form text value for naming the software used by the entity.
Intentionally, no general rules or structure are set.
This will make it unsuitable for use cases that wish precise naming.</t>

<t>If precise and rigourous naming of the software for the entity is needed, the "manifests" claim <xref target="manifests"/> may be used instead.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( sw-name-label => tstr )
]]></sourcecode></figure>

</section>
<section anchor="swversion-software-version-claim"><name>swversion (Software Version) Claim</name>

<t>The "swversion" claim makes use of the CoSWID version scheme data type to give a simple version for the software.
A full CoSWID manifest or other type of manifest can be instead if this is too simple.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (sw-version-label => sw-version-type)

sw-version-type = [
    version:  tstr
    ? scheme:  $version-scheme 
]
]]></sourcecode></figure>

</section>
<section anchor="secboot-secure-boot-claim"><name>secboot (Secure Boot) Claim</name>

<t>A "secboot" claim with value of true indicates secure boot is enabled. Secure boot is
considered enabled when the firmware and operating
system, are under control of the manufacturer of the entity identified in the
"oemid" claim described in <xref target="oemid"/>.
Control by the manufacturer of the firmware and the operating system may be by it being in ROM, being cryptographically authenticated, a combination of the two or similar.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (secure-boot-label => bool)
]]></sourcecode></figure>

</section>
<section anchor="dbgstat-debug-status-claim"><name>dbgstat (Debug Status) Claim</name>

<t>The "dbgstat" claim applies to entity-wide or submodule-wide debug facilities of the
entity like <xref target="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-entity
public keys.</t>

<t>As with all claims, the absence of the "dbgstat" claim means it is not reported.
A conservative interpretation might assume the enabled state.</t>

<t>This claim is not extensible so as to provide a common interoperable description of debug status.
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 receiver of an EAT <bcp14>MUST NOT</bcp14>
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 entity 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 receiver can know the debug status
of the submodules since there is no inheritance.</t>

<section anchor="enabled"><name>Enabled</name>

<t>If any debug facility, even manufacturer hardware diagnostics, is
currently enabled, then this level must be indicated.</t>

</section>
<section anchor="disabled"><name>Disabled</name>

<t>This level indicates all debug facilities are currently disabled. It
may be possible to enable them in the future. It may also be
that they were enabled in the past, but they are currently disabled.</t>

</section>
<section anchor="disabled-since-boot"><name>Disabled Since Boot</name>

<t>This level indicates all debug facilities are currently disabled and
have been so since the entity booted/started.</t>

</section>
<section anchor="disabled-permanently"><name>Disabled Permanently</name>

<t>This level indicates all non-manufacturer facilities are permanently
disabled such that no end user or developer can 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"><name>Disabled Fully and Permanently</name>

<t>This level indicates that all debug facilities for the entity are permanently disabled.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( debug-status-label => debug-status-type )

debug-status-type = ds-enabled /
                    disabled /
                    disabled-since-boot /
                    disabled-permanently /
                    disabled-fully-and-permanently

ds-enabled                     = JC< "enabled", 0 >
disabled                       = JC< "disabled", 1 >
disabled-since-boot            = JC< "disabled-since-boot", 2 >
disabled-permanently           = JC< "disabled-permanently", 3 >
disabled-fully-and-permanently = 
                       JC< "disabled-fully-and-permanently", 4 >
]]></sourcecode></figure>

</section>
</section>
<section anchor="location"><name>location (Location) Claim</name>

<t>The "location" claim gives the location of the entity from which the attestation originates.
It is derived from the W3C Geolocation API <xref target="W3C.GeoLoc"/>.
The latitude, longitude, altitude and accuracy <bcp14>MUST</bcp14> 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 entity is stationary, the heading is NaN (floating-point not-a-number).
The speed is the horizontal component of the entity velocity in meters per second.</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 <bcp14>MUST</bcp14> 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 location-related privacy considerations in <xref target="locationprivacyconsiderations"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (location-label => location-type)

location-type = {
    latitude => number,
    longitude => number,
    ? altitude => number,
    ? accuracy => number,
    ? altitude-accuracy => number,
    ? heading => number,
    ? speed => number,
    ? timestamp => ~time-int,
    ? age => uint
}

latitude          = JC< "latitude",          1 >
longitude         = JC< "longitude",         2 >
altitude          = JC< "altitude",          3 >
accuracy          = JC< "accuracy",          4 >
altitude-accuracy = JC< "altitude-accuracy", 5 >
heading           = JC< "heading",           6 >
speed             = JC< "speed",             7 >
timestamp         = JC< "timestamp",         8 >
age               = JC< "age",               9 >
]]></sourcecode></figure>

</section>
<section anchor="uptime-uptime-claim"><name>uptime (Uptime) Claim</name>

<t>The "uptime" claim <bcp14>MUST</bcp14> contain a value that represents the number of
seconds that have elapsed since the entity or submod was last booted.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (uptime-label => uint)
]]></sourcecode></figure>

</section>
<section anchor="bootcount-boot-count-claim"><name>bootcount (Boot Count) Claim</name>

<t>The "bootcount" claim contains a count of the number
times the entity or submod has been booted. Support for this claim
requires a persistent storage on the device.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (boot-count-label => uint)
]]></sourcecode></figure>

</section>
<section anchor="bootseed-boot-seed-claim"><name>bootseed (Boot Seed) Claim</name>

<t>The "bootseed" claim contains a value created at system boot time that allows differentiation of attestation reports from different boot sessions of a particular entity (e.g., a certain UEID).</t>

<t>This value is usually public.
It is not a secret and <bcp14>MUST NOT</bcp14> be used for any purpose that a secret seed is needed, such as seeding a random number generator.</t>

<t>There are privacy considerations for this claim. See <xref target="bootseedprivacyconsiderations"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //=  (boot-seed-label => binary-data)
]]></sourcecode></figure>

</section>
<section anchor="dloas"><name>dloas (Digital Letters of Approval) Claim</name>

<t>The "dloas" claim conveys one or more Digital Letters of Approval (DLOAs)). A DLOA <xref target="DLOA"/> is a document that describes a certification that an entity has received.
Examples of certifications represented by a DLOA include those issued by Global Platform and those based on Common Criteria.
The DLOA is unspecific to any particular certification type or those issued by any particular organization.</t>

<t>This claim is typically issued by a verifier, not an attester.
Verifiers <bcp14>MUST NOT</bcp14> issue this claim unless the entity has received the certification indicated by the DLOA.</t>

<t>This claim <bcp14>MAY</bcp14> contain more than one DLOA.
If multiple DLOAs are present, verifiers <bcp14>MUST NOT</bcp14> issue this claim unless the entity has received all of the certifications.</t>

<t>DLOA documents are always fetched from a registrar that stores them.
This claim contains several data items used to construct a URL for fetching the DLOA from the particular registrar.</t>

<t>This claim <bcp14>MUST</bcp14> be encoded as an array with either two or three elements.
The first element <bcp14>MUST</bcp14> be the URI for the registrar.
The second element <bcp14>MUST</bcp14> be a platform label indicating which platform was certified.
If the DLOA applies to an application, then the third element is added which <bcp14>MUST</bcp14> be an application label.
The method of constructing the registrar URI, platform label and possibly application label is specified in <xref target="DLOA"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    dloas-label => [ + dloa-type ]
)

dloa-type = [
    dloa_registrar: general-uri
    dloa_platform_label: text 
    ? dloa_application_label: text
]
]]></sourcecode></figure>

</section>
<section anchor="manifests"><name>manifests (Software Manifests) Claim</name>

<t>The "manifests" claim contains descriptions of software present on the entity.
These manifests are installed on the entity when the software is installed or are created as part of the installation process.
Installation is anything that adds software to the entity, possibly factory installation, the user installing elective applications and so on.
The defining characteristic is they are created by the software manufacturer.
The purpose of these claims in an EAT is to relay them without modification to the verifier and possibly to the relying party.</t>

<t>Some manifests may be signed by their software manufacturer before they are put into this EAT claim.
When such manifests are put into this claim, the manufacturer's signature <bcp14>SHOULD</bcp14> be included.
For example, the manifest might be a CoSWID signed by the software manufacturer, in which case the full signed CoSWID should be put in this claim.</t>

<t>This claim allows multiple formats for the manifest.
For example, the manifest may be a CBOR-format CoSWID, an XML-format SWID or other.
Identification of the type of manifest is always by a CoAP Content-Format integer <xref target="RFC7252"/>.
If there is no CoAP identifier registered for the manifest format, one should be registered, perhaps in the experimental or first-come-first-served range.</t>

<t>This claim <bcp14>MUST</bcp14> be an array of one or more manifests.
Each manifest in the claim <bcp14>MUST</bcp14> be an array of two.
The first item in the array of two <bcp14>MUST</bcp14> be an integer CoAP Content-Format identifier.
The second item is <bcp14>MUST</bcp14> be the actual manifest.</t>

<t>In JSON-format tokens the manifest, whatever format it is, <bcp14>MUST</bcp14> be placed in a text string.
When a non-text format manifest like a CBOR-encoded CoSWID is put in a JSON-encoded token, the manifest <bcp14>MUST</bcp14> be base-64 encoded.</t>

<t>This claim allows for multiple manifests in one token since multiple software packages are likely to be present.
The multiple manifests <bcp14>MAY</bcp14> be of different formats.
In some cases EAT submodules may be used instead of the array structure in this claim for multiple manifests.</t>

<t>When the <xref target="CoSWID"/> format is used, it <bcp14>MUST</bcp14> be a payload CoSWID, not an evidence CoSWID.</t>

<t>A <xref target="SUIT.Manifest"/> may be used as a manifest.</t>

<t>This document registers CoAP Content Formats for CycloneDX <xref target="CycloneDX"/> and SPDX <xref target="SPDX"/> so they can be used as a manifest.</t>

<t>This claim is extensible for use of manifest formats beyond those mentioned in this document.
No particular manifest format is preferred.
For manifest interoperability, an EAT profile, <xref target="profiles"/>, should be used that specifies what manifest format(s) are allowed.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    manifests-label => manifests-type
)

manifests-type = [+ manifest-format]

manifest-format = [
    content-type:   coap-content-format,
    content-format: JC< $manifest-body-json,
                        $manifest-body-cbor >
]

$manifest-body-cbor /= bytes .cbor untagged-coswid
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= bytes .cbor SUIT_Envelope
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= spdx-json
$manifest-body-json /= spdx-json

spdx-json = text

$manifest-body-cbor /= cyclone-dx-json
$manifest-body-cbor /= cyclone-dx-xml
$manifest-body-json /= cyclone-dx-json
$manifest-body-json /= cyclone-dx-xml
cyclone-dx-json = text
cyclone-dx-xml  = text

suit-directive-process-dependency = 19
]]></sourcecode></figure>

</section>
<section anchor="measurements"><name>measurements (Measurements) Claim</name>

<t>The "measurements" claim contains descriptions, lists, evidence or measurements of the software that exists on the entity or any other measurable
subsystem of the entity (e.g. hash of sections of a file system or non-volatile memory).
The defining characteristic of this claim is that its contents are created by processes on the entity that inventory, measure or otherwise characterize the software on the entity.
The contents of this claim do not originate from the manufacturer of the measurable subsystem (e.g. developer of a software library).</t>

<t>This claim can be a <xref target="CoSWID"/>.
When the CoSWID format is used, it <bcp14>MUST</bcp14> be an evidence CoSWID, not a payload CoSWID.</t>

<t>Formats other than CoSWID <bcp14>MAY</bcp14> be used.
The identification of format is by CoAP Content Format, the same as the "manifests" claim in <xref target="manifests"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    measurements-label => measurements-type
)

measurements-type = [+ measurements-format]

measurements-format = [
    content-type:   coap-content-format,
    content-format: JC< $measurements-body-json,
                        $measurements-body-cbor >
]

$measurements-body-cbor /= bytes .cbor untagged-coswid
$measurements-body-json /= base64-url-text

]]></sourcecode></figure>

</section>
<section anchor="measurementresults"><name>measres (Software Measurement Results) Claim</name>

<t>The "measres" claim is a general-purpose structure for reporting comparison of measurements to expected reference values.
This claim provides a simple standard way to report the result of a comparison as success, failure, fail to run, ...</t>

<t>It is the nature of measurement systems that they are specific to the operating system, software and hardware of the entity that is being measured.
It is not possible to standardize what is measured and how it is measured across platforms, OS's, software and hardware.
The recipient must obtain the information about what was measured and what it indicates for the characterization of the security of the entity from the provider of the measurement system.
What this claim provides is a standard way to report basic success or failure of the measurement.
In some use cases it is valuable to know if measurements succeeded or failed in a general way even if the details of what was measured is not characterized.</t>

<t>This claim <bcp14>MAY</bcp14> be generated by the verifier and sent to the relying party.
For example, it could be the results of the verifier comparing the contents of the "measurements" claim, <xref target="measurements"/>, to reference values.</t>

<t>This claim <bcp14>MAY</bcp14> also be generated on the entity if the entity has the ability for one subsystem to measure and evaluate another subsystem.
For example, a TEE might have the ability to measure the software of the rich OS and may have the reference values for the rich OS.</t>

<t>Within an entity, attestation target or submodule, multiple results can be reported.
For example, it may be desirable to report the results for measurements of the file system, chip configuration, installed software, running software and so on.</t>

<t>Note that this claim is not for reporting the overall result of a verifier.
It is solely for reporting the result of comparison to reference values.</t>

<t>An individual measurement result is an array of two, an identifier of the measurement and an enumerated type that is the result.
The range and values of the measurement identifier varies from one measurement scheme to another.</t>

<t>Each individual measurement result is part of a group that may contain many individual results.
Each group has a text string that names it, typically the name of the measurement scheme or system.</t>

<t>The claim itself consists of one or more groups.</t>

<t>The values for the results enumerated type are as follows:</t>

<dl>
  <dt>1 -- comparison successful:</dt>
  <dd>
    <t>Indicates successful comparison to reference values.</t>
  </dd>
  <dt>2 -- comparison fail:</dt>
  <dd>
    <t>The comparison was completed and did not compare correctly to the reference values.</t>
  </dd>
  <dt>3 -- comparison not run:</dt>
  <dd>
    <t>The comparison was not run. This includes error conditions such as running out of memory.</t>
  </dd>
  <dt>4 -- measurement absent:</dt>
  <dd>
    <t>The particular measurement was not available for comparison.</t>
  </dd>
</dl>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( 
    measurement-results-label => 
        [ + measurement-results-group ] )

measurement-results-group = [
    measurement-system: tstr,
    measurement-results: [ + individual-result ]
]

individual-result = [
    results-id: tstr / binary-data,
    result:     result-type, 
]

result-type = comparison-successful /
              comparison-fail /
              comparison-not-run /
              measurement-absent 

comparison-successful    = JC< "success",       1 >
comparison-fail          = JC< "fail",          2 >
comparison-not-run       = JC< "not-run",       3 >
measurement-absent       = JC< "absent",        4 >

]]></sourcecode></figure>

</section>
<section anchor="submods"><name>submods (Submodules)</name>

<t>Some devices are complex and have many subsystems.  A mobile phone is a good example. It may have subsystems for communications (e.g., Wi-Fi and cellular), low-power audio and video playback, multiple
security-oriented subsystems like a TEE and a Secure Element, and etc. The claims for a subsystem can be grouped together in a submodule.</t>

<t>Submodules may be used in either evidence or attestation results.</t>

<t>Because system architecture will vary greatly from use case to use case, there are no set requirements for what a submodule represents either in evidence or in attestation results.
Profiles, <xref target="profiles"/>, may wish to impose requirements.
An attester that outputs attestation results with submodules should document the semantics it associates with particular submodules for the verifier.
Likewise, verifier that outputs attestation results with submodules should document the semantics it associates with the submodules for the relying party.</t>

<t>A submodule claim is a map that holds some number of submodules.
Each submodule is named by its label in the submodule claim map.
The value of each entry in a submodule may be a Claims-Set, nested token or Detached-Submodule-Digest.
This allows for the submodule to serve as its own attester or not and allows for claims
for each submodule to be represented directly or indirectly, i.e., detached.</t>

<t>A submodule may include a submodule, allowing for arbitrary levels of nesting.
However, submodules do not inherit anything from the containing token and must explicitly include all claims.
Submodules may contain claims that are present in any surrounding token or submodule.
For example, the top-level of the token may have a UEID, a submodule may have a different UEID and a further subordinate submodule may also have a UEID.</t>

<t>The following sub-sections define the three types for representing submodules:</t>

<t><list style="symbols">
  <t>A submodule Claims-Set</t>
  <t>The digest of a detached Claims-Set</t>
  <t>A nested token, which can be any EAT</t>
</list></t>

<t>The Submodule type definition and Nested-Token type definition vary with the type of encoding. The definitions for CBOR-encoded EATs are as follows:</t>

<figure><sourcecode type="CDDL"><![CDATA[
Nested-Token = CBOR-Nested-Token

CBOR-Nested-Token =
    JSON-Token-Inside-CBOR-Token /
    CBOR-Token-Inside-CBOR-Token

CBOR-Token-Inside-CBOR-Token = bstr .cbor $EAT-CBOR-Tagged-Token

JSON-Token-Inside-CBOR-Token = tstr 

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / CBOR-Nested-Token / 
            Detached-Submodule-Digest
]]></sourcecode></figure>

<t>The Submodule and Nested-Token definitions for JSON-encoded EATs is as below. This difference in definitions vs. CBOR is necessary because JSON has no tag mechanism and no byte string type to help indicate the nested token is CBOR.</t>

<figure><sourcecode type="CDDL"><![CDATA[
Nested-Token = JSON-Selector

$JSON-Selector-Type /= "JWT" / "CBOR" / "BUNDLE" / "DIGEST"
$JSON-Selector-Value /= JWT-Message /
                  CBOR-Token-Inside-JSON-Token /
                  Detached-EAT-Bundle /
                  Detached-Submodule-Digest

JSON-Selector = [
   type : $JSON-Selector-Type,
   nested-token : $JSON-Selector-Value
]

CBOR-Token-Inside-JSON-Token = base64-url-text

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / JSON-Selector
]]></sourcecode></figure>

<t>The Detached-Submodule-Digest type is defined as follows:</t>

<figure><sourcecode type="CDDL"><![CDATA[
Detached-Submodule-Digest = [
   hash-algorithm : text / int,
   digest         : binary-data
]
]]></sourcecode></figure>

<t>Nested tokens can be one of three types as defined in this document or types standardized in follow-on documents (e.g., <xref target="UCCS"/>).
Nested tokens are the only mechanism by which JSON can be embedded in CBOR and vice versa.</t>

<t>The addition of further types is accomplished by augmenting the $EAT-CBOR-Tagged-Token socket or the $JSON-Selector-Type and $JSON-Selector-Value sockets.</t>

<t>When decoding a JSON-encoded EAT, the type of submodule is determined as follows.
A JSON object indicates the submodule is a Claims-Set.
In all other cases, it is a JSON-Selector, which is an array of two elements that indicates whether the submodule is a nested token or a Detached-Submodule-Digest.The first element in the array indicates the type present in the second element.
If the value is “JWT”, “CBOR”, “BUNDLE” or a future-standardized token types, e.g., <xref target="UCCS"/>, the submodule is a nested token of the indicated type, i.e., JWT-Message, CBOR-Token-Inside-JSON-Token, Detached-EAT-Bundle, or a future type.
If the value is "DIGEST", the submodule is a Detached-Submodule-Digest.
Any other value indicates a standaridized extension to this specification.</t>

<t>When decoding a CBOR-encoded EAT, the CBOR item type indicates the type of the submodule as follows.
A map indicates a CBOR-encoded submodule Claims-Set.
An array indicates a CBOR-encoded Detached-Submodule-Digest.
A byte string indicates a CBOR-encoded CBOR-Nested-Token.
A text string indicates a JSON-encoded JSON-Selector. Where JSON-Selector is used in a CBOR-encoded EAT, the "DIGEST" type and corresponding Detached-Submodule-Digest type <bcp14>MUST NOT</bcp14> be used.</t>

<t>The type of a CBOR-encoded nested token is always determined by the CBOR tag encountered after the byte string wrapping is removed in a CBOR-encoded enclosing token or after the base64 wrapping is removed in JSON-encoded enclosing token.</t>

<t>The type of a JSON-encoded nested token is always determined by the string name in JSON-Selector and is always “JWT”, “BUNDLE” or a new name standardized outside this document for a further type (e.g., “UCCS”).
This string name may also be “CBOR” to indicate the nested token is CBOR-encoded.</t>

<dl>
  <dt>"JWT":</dt>
  <dd>
    <t>The second array item <bcp14>MUST</bcp14> be a JWT formatted according to <xref target="RFC7519"/></t>
  </dd>
  <dt>"CBOR":</dt>
  <dd>
    <t>The second array item must be some base64url-encoded CBOR that is a tag, typically a CWT or CBOR-encoded detached EAT bundle</t>
  </dd>
  <dt>"BUNDLE":</dt>
  <dd>
    <t>The second array item <bcp14>MUST</bcp14> be a JSON-encoded Detached EAT Bundle as defined in this document.</t>
  </dd>
  <dt>"DIGEST":</dt>
  <dd>
    <t>The second array item <bcp14>MUST</bcp14> be a JSON-encoded Detached-Submodule-Digest as defined in this document.</t>
  </dd>
</dl>

<t>As noted elsewhere, additional EAT types may be defined by a standards action. New type specifications <bcp14>MUST</bcp14> address the integration of the new type into the Submodule claim type for submodules.</t>

<section anchor="submodule-claims-set"><name>Submodule Claims-Set</name>

<t>The Claims-Set type provides a means of representing claims from a submodule that does not have its own attesting environment,
i.e., it has no keys distinct from the attester producing the surrounding token. Claims are represented as a Claims-Set. Submodule claims represented in this way are secured by the same
mechanism as the enclosing token (e.g., it is signed by the same attestation key).</t>

<t>The encoding of a submodule Claims-Set <bcp14>MUST</bcp14> be the same as the encoding as the surrounding EAT, e.g., all submodule Claims-Sets in a CBOR-encoded token must be CBOR-encoded.</t>

</section>
<section anchor="detached-submodule-digest"><name>Detached Submodule Digest</name>

<t>The Detached-Submodule-Digest type is similar to a submodule Claims-Set, except a digest of the Claims-Set is included in the claim with the Claims-Set contents conveyed separately.
The separately-conveyed Claims-Set is called a detached claims set.
The input to the digest algorithm is directly the CBOR or JSON-encoded Claims-Set for the submodule.
There is no byte-string wrapping or base 64 encoding.</t>

<t>The data type for this type of submodule is an array consisting of two data items: an algorithm identifier and a byte string containing the digest. The hash algorithm identifier is always from the COSE Algorithm registry, <xref target="IANA.COSE.Algorithms"/>. Either the integer or string identifier may be used. The hash algorithm identifier is never from the JOSE Algorithm registry.</t>

<t>A detached EAT bundle, described in <xref target="DEB"/>, may be used to convey detached claims sets and the EAT containing the corresponding detached digests.
The EAT format, however, doesn't require use of a detached EAT bundle.
Any other protocols may be used to convey detached claims sets and the EAT containing the corresponding detached digests.
Detached Claims-Sets must not be modified in transit, else validation will fail.</t>

</section>
<section anchor="Nested-Token"><name>Nested Tokens</name>

<t>The CBOR-Nested-Token and JSON-Selector types provide a means of representing claims from a submodule that has its own attesting environment,
i.e., it has keys distinct from the attester producing the surrounding token. Claims are represented in a signed EAT token.</t>

<t>Inclusion of a signed EAT as a claim cryptographically binds the EAT to the surrounding token.
If it was conveyed in parallel with the surrounding token, there would be no such binding and attackers could substitute a good attestation from another device for the attestation of an errant subsystem.</t>

<t>A nested token need not use the same encoding as the enclosing token.
This enables composite devices to be built without regards to the encoding used by components.
Thus, a CBOR-encoded EAT can have a JSON-encoded EAT as a nested token and vice versa.</t>

</section>
</section>
</section>
<section anchor="claims-describing-the-token"><name>Claims Describing the Token</name>

<t>The claims in this section provide meta data about the token they occur in.
They do not describe the entity.</t>

<t>They may appear in evidence or attestation results.
When these claims appear in evidence, they <bcp14>SHOULD</bcp14> not be passed through the verifier into attestation results.</t>

<section anchor="iat-timestamp-claim"><name>iat (Timestamp) Claim</name>

<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. An EAT token <bcp14>MUST NOT</bcp14> contain an "iat" claim in
floating-point format. Any recipient of a token with a floating-point
format "iat" claim <bcp14>MUST</bcp14> consider it an error.</t>

<t>A 64-bit integer representation of the CBOR epoch-based time
<xref target="RFC8949"/> used by this claim 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="profile-claim"><name>eat_profile (EAT Profile) Claim</name>

<t>See <xref target="profiles"/> for the detailed description of an EAT profile.</t>

<t>The "eat_profile" claim identifies an EAT profile by either a URL or an OID.
Typically, the URI will reference a document describing the profile.
An OID is just a unique identifier for the profile.
It may exist anywhere in the OID tree.
There is no requirement that the named document be publicly accessible.
The primary purpose of the "eat_profile" claim is to uniquely identify the profile even if it is a private profile.</t>

<t>The OID is always absolute and never relative.</t>

<t>See <xref target="common-types"/> for OID and URI encoding.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (profile-label => general-uri / general-oid)
]]></sourcecode></figure>

</section>
<section anchor="intuse-intended-use-claim"><name>intuse (Intended Use) Claim</name>

<t>EAT's may be used in the context of several different applications.  The "intuse"
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>

<dl>
  <dt>1 -- Generic:</dt>
  <dd>
    <t>Generic attestation describes an application where the EAT consumer
requires 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>
  </dd>
  <dt>2-- Registration:</dt>
  <dd>
    <t>Entities that are registering for a new service may be expected to
provide an attestation as part of the registration process.  This "intuse"
setting indicates that the attestation is not intended for any use but registration.</t>
  </dd>
  <dt>3 -- Provisioning:</dt>
  <dd>
    <t>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 entity security state of the entity prior to provisioning.</t>
  </dd>
  <dt>4 -- Certificate Issuance:</dt>
  <dd>
    <t>Certification 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>
  </dd>
  <dt>5 -- Proof-of-Possession:</dt>
  <dd>
    <t>An EAT consumer may require an attestation as part of an accompanying
proof-of-possession (PoP) application. More precisely, a PoP transaction is intended
to provide to the recipient cryptographically-verifiable proof that the sender has possession
of a key.  This kind of attestation may be necessary to verify the
security state of the entity storing the private key used in a PoP application.</t>
  </dd>
</dl>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( intended-use-label => intended-use-type )

intended-use-type = generic /
                    registration / 
                    provisioning / 
                    csr /
                    pop

generic      = JC< "generic",      1 >
registration = JC< "registration", 2 >
provisioning = JC< "provisioning", 3 >
csr          = JC< "csr",          4 >
pop          = JC< "pop",          5 >
]]></sourcecode></figure>

</section>
</section>
</section>
<section anchor="DEB"><name>Detached EAT Bundles</name>

<t>A detached EAT bundle is a structure to convey a fully-formed and signed token plus detached claims set that relate to that token.
It is a top-level EAT message like a CWT or JWT.
It can be occur any place that CWT or JWT messages occur.
It may also be sent as a submodule.</t>

<t>A detached EAT bundle consists of two parts.</t>

<t>The first part is a full top-level token.
This top-level token <bcp14>MUST</bcp14> have at least one submodule that is a detached digest.
This top-level token may be either CBOR or JSON-encoded.
It <bcp14>MAY</bcp14> be a CWT, or JWT but NOT a detached EAT bundle.
It <bcp14>MAY</bcp14> also be some future-defined token type.
The same mechanism for distinguishing the type for nested token submodules is employed here.</t>

<t>The second part is a map/object containing the detached Claims-Sets corresponding to the detached digests in the full token.
When the detached EAT bundle is CBOR-encoded, each detached Claims-Set <bcp14>MUST</bcp14> be CBOR-encoded and wrapped in a byte string.
When the detached EAT bundle is JSON-encoded, each detached Claims-Set <bcp14>MUST</bcp14> be JSON-encoded and base64url encoded.
All the detached Claims-Sets <bcp14>MUST</bcp14> be encoded in the same format as the detached EAT bundle.
No mixing of encoding formats is allowed for the Claims-Sets in a detached EAT bundle.</t>

<t>For CBOR-encoded detached EAT bundles, tag TBD602 can be used to identify it.
The normal rules apply for use or non-use of a tag.
When it is sent as a submodule, it is always sent as a tag to distinguish it from the other types of nested tokens.</t>

<t>The digests of the detached claims sets are associated with detached Claims-Sets by label/name.
It is up to the constructor of the detached EAT bundle to ensure the names uniquely identify the detached claims sets.
Since the names are used only in the detached EAT bundle, they can be very short, perhaps one byte.</t>

<figure><sourcecode type="CDDL"><![CDATA[
BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message   = #6.TBD(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
    main-token : Nested-Token,
    detached-claims-sets: {
        + tstr => JC<json-wrapped-claims-set,
                     cbor-wrapped-claims-set>
    }
]

json-wrapped-claims-set = base64-url-text

cbor-wrapped-claims-set = bstr .cbor Claims-Set

]]></sourcecode></figure>

</section>
<section anchor="profiles"><name>Profiles</name>

<t>EAT makes normative use of CBOR, JSON, COSE, JOSE, CWT and JWT.
Most of these have implementation options to accommodate a range of use cases.</t>

<t>For example, COSE doesn't require a particular set of cryptographic algorithms so as to accommodate different usage scenarios and evolution of algorithms over time.
Section 10 of <xref target="RFC9052"/> describes the profiling considerations for COSE.</t>

<t>The use of encryption is optional for both CWT and JWT.
Section 8 of <xref target="RFC7519"/> describes implementation requirement and recommendations for JWT.</t>

<t>Similarly, CBOR provides indefinite length encoding, which is not commonly used, but valuable for very constrained devices.
For EAT itself, in a particular use case some claims will be used and others will not.
Section 4 of <xref target="RFC8949"/> describes serialization considerations for CBOR.</t>

<t>For example a mobile phone use case may require the device make and model, and prohibit UEID and location for privacy reasons.
The general EAT standard retains all this flexibility because it too is aimed to accommodate a broad range of use cases.</t>

<t>It is necessary to explicitly narrow these implementation options to guarantee interoperability.
EAT chooses one general and explicit mechanism, the profile, to indicate the choices made for these implementation options for all aspects of the token.</t>

<t>Below is a list of the various issues that should be addressed by a profile.</t>

<t>The "eat_profile" claim in <xref target="profile-claim"/> provides a unique identifier for the profile a particular token uses.</t>

<t>A profile can apply to evidence or to attestation results or both.</t>

<section anchor="format-of-a-profile-document"><name>Format of a Profile Document</name>

<t>A profile document doesn't have to be in any particular format. It may be simple text, something more formal or a combination.</t>

<t>A profile may define, and possibly register, one or more new claims if needed. A profile may also reuse one or more already defined claims, either as-is or with values constrained to a subset or subrange.</t>

</section>
<section anchor="list-of-profile-issues"><name>List of Profile Issues</name>

<t>The following is a list of EAT, CWT, JWT, COSE, JOSE and CBOR options that a profile should address.</t>

<section anchor="use-of-json-cbor-or-both"><name>Use of JSON, CBOR or both</name>

<t>A profile should specify whether CBOR, JSON or both may be sent.
A profile should specify that the receiver can accept all encoding formats that the sender is allowed to send.</t>

<t>This should be specified for the top-level and all nested tokens.
For example, a profile might require all nested tokens to be of the same encoding of the top level token.</t>

</section>
<section anchor="cbor-map-and-array-encoding"><name>CBOR Map and Array Encoding</name>

<t>A profile should specify whether definite-length arrays/maps, indefinite-length arrays/maps or both may be sent.
A profile should specify that the receiver be able to accept all length encodings that the sender is allowed to send.</t>

<t>This applies to individual EAT claims, CWT and COSE parts of the implementation.</t>

<t>For most use cases, specifying that only definite-length arrays/maps may be sent is suitable.</t>

</section>
<section anchor="cbor-string-encoding"><name>CBOR String Encoding</name>

<t>A profile should specify whether definite-length strings, indefinite-length strings or both may be sent.
A profile should specify that the receiver be able to accept all types of string encodings that the sender is allowed to send.</t>

<t>For most use cases, specifying that only definite-length strings may be sent is suitable.</t>

</section>
<section anchor="cbor-preferred-serialization"><name>CBOR Preferred Serialization</name>

<t>A profile should specify whether or not CBOR preferred serialization must be sent or not.
A profile should specify the receiver be able to accept preferred and/or non-preferred serialization so it will be able to accept anything sent by the sender.</t>

</section>
<section anchor="cbor-tags"><name>CBOR Tags</name>

<t>The profile should specify whether the token should be a CWT Tag or not.</t>

<t>When COSE protection is used, the profile should specify whether COSE tags are used or not.
Note that RFC 8392 requires COSE tags be used in a CWT tag.</t>

<t>Often a tag is unnecessary because the surrounding or carrying protocol identifies the object as an EAT.</t>

</section>
<section anchor="message-type"><name>COSE/JOSE Protection</name>

<t>COSE and JOSE have several options for signed, MACed and encrypted messages.
JWT may use the JOSE NULL protection option.
It is possible to implement no protection, sign only, MAC only, sign then encrypt and so on.
All combinations allowed by COSE, JOSE, JWT, and CWT are allowed by EAT.</t>

<t>A profile should specify all signing, encryption and MAC message formats that may be sent.
For example, a profile might allow only COSE_Sign1 to be sent.
For another example, a profile might allow COSE_Sign and COSE_Encrypt to be sent to carry multiple signatures for post quantum cryptography and to use encryption to provide confidentiality.</t>

<t>A profile should specify the receiver accepts all message formats that are allowed to be sent.</t>

<t>When both signing and encryption are allowed, a profile should specify which is applied first.</t>

</section>
<section anchor="cosejose-algorithms"><name>COSE/JOSE Algorithms</name>

<t>See the section on "Application Profiling Considerations" in <xref target="RFC9052"/> for a discussion on selection of cryptographic algorithms and related issues.</t>

<t>The profile <bcp14>MAY</bcp14> require the protocol or system using EAT provide an algorithm negotiation mechanism.</t>

<t>If not, The profile document should list a set of algorithms for each COSE and JOSE message type allowed by the profile per <xref target="message-type"/>.
The verifier should implement all of them.
The attester may implement any of them it wishes, possibly just one for each message type.</t>

<t>If detached submodule digests are used the profile should address the determination of the hash algorithm(s) for the digests.</t>

</section>
<section anchor="detached-eat-bundle-support"><name>Detached EAT Bundle Support</name>

<t>A profile should specify whether or not a detached EAT bundle (<xref target="DEB"/>) can be sent.
A profile should specify that a receiver be able to accept a detached EAT bundle if the sender is allowed to send it.</t>

</section>
<section anchor="key-identification"><name>Key Identification</name>

<t>A profile should specify what must be sent to identify the verification, decryption or MAC key or keys.
If multiple methods of key identification may be sent, a profile should require the receiver support them all.</t>

<t><xref target="keyid"/> describes a number of methods for identifying verification keys.
When encryption is used, there are further considerations.
In some cases key identification may be very simple and in others involve multiple components.
For example, it may be simple through use of COSE key ID or it may be complex through use of an X.509 certificate hierarchy.</t>

<t>While not always possible, a profile should specify or make reference to, a full end-end specification for key identification.
For example, a profile should specify in full detail how COSE key IDs are to be created, their lifecycle and such rather than just specifying that a COSE key ID be used.
For example, a profile should specify the full details of an X.509 hierarchy including extension processing, algorithms allowed and so on rather than just saying X.509 certificates are used.</t>

</section>
<section anchor="endorsement-identification"><name>Endorsement Identification</name>

<t>Similar to, or perhaps the same as verification key identification, the profile may wish to specify how endorsements are to be identified.
However note that endorsement identification is optional, whereas key identification is not.</t>

</section>
<section anchor="freshness"><name>Freshness</name>

<t>Security considerations <xref target="sec-con-freshness"/> requires a mechanism to provide freshness.
This may be the EAT nonce claim in <xref target="nonce"/>, or some claim or mechanism defined outside this document.
The section on freshness in <xref target="RATS.Architecture"/> describes several options.
A profile should specify which freshness mechanism or mechanisms can be used.</t>

<t>If the EAT nonce claim is used, a profile should specify whether multiple nonces may be sent.
If a profile allows multiple nonces to be sent, it should require the receiver to process multiple nonces.</t>

</section>
<section anchor="claims-requirements"><name>Claims Requirements</name>

<t>A profile may define new claims that are not defined in this document.</t>

<t>This document requires an EAT receiver must accept all claims it does not understand.
A profile for a specific use case may reverse this and allow a receiver to reject tokens with claims it does not understand.
A profile for a specific use case may specify that specific claims are prohibited.</t>

<t>A profile for a specific use case may modify this and specify that some claims are required.</t>

<t>A profile may constrain the definition of claims that are defined in this document or elsewhere.
For example, a profile may require the EAT nonce be a certain length or the "location" claim always include the altitude.</t>

<t>Some claims are "pluggable" in that they allow different formats for their content.
The "manifests" claim (<xref target="manifests"/>) along with the measurement and "measurements" (<xref target="measurements"/>)) claims are examples of this, allowing the use of CoSWID, TEEP Manifests and other formats.
A profile should specify which formats are allowed to be sent, with the assumption that the corresponding COAP content types have been registered.
A profile should require the receiver to accept all formats that are allowed to be sent.</t>

<t>Further, if there is variation within a format that is allowed, the profile should specify which variations can be sent.
For example, there are variations in the CoSWID format.
A profile that require the receiver to accept all variations that are allowed to be sent.</t>

</section>
</section>
<section anchor="the-constrained-device-standard-profile"><name>The Constrained Device Standard Profile</name>

<t>It is anticipated that there will be many profiles defined for EAT for many different use cases.
This section standardizes one profile that is good for many constrained device use cases.</t>

<t>The identifier for this profile is "https://www.rfc-editor.org/rfc/rfcTBD".</t>

<texttable>
      <ttcol align='left'>Issue</ttcol>
      <ttcol align='left'>Profile Definition</ttcol>
      <c>CBOR/JSON</c>
      <c>CBOR only</c>
      <c>CBOR Encoding</c>
      <c>Only definite length maps and arrays are allowed</c>
      <c>CBOR Encoding</c>
      <c>Only definite length strings are allowed</c>
      <c>CBOR Serialization</c>
      <c>Only preferred serialization is allowed</c>
      <c>COSE Protection</c>
      <c>Only COSE_Sign1 format is used</c>
      <c>Algorithms</c>
      <c>Receiver <bcp14>MUST</bcp14> accept ES256, ES384 and ES512; sender <bcp14>MUST</bcp14> send one of these</c>
      <c>Detached EAT Bundle Usage</c>
      <c>Detached EAT bundles may not be sent with this profile</c>
      <c>Verification Key Identification</c>
      <c>Either the COSE kid or the UEID <bcp14>MUST</bcp14> be used to identify the verication key. If both are present, the kid takes precedence</c>
      <c>Endorsements</c>
      <c>This profile contains no endorsement identifier</c>
      <c>Nonce</c>
      <c>A new single unique nonce <bcp14>MUST</bcp14> be used for every token request</c>
      <c>Claims</c>
      <c>No requirement is made on the presence or absence of claims other than requiring an EAT nonce. As per general EAT rules, the receiver <bcp14>MUST NOT</bcp14> error out on claims it doesn't understand.</c>
</texttable>

<t>Strictly speaking, slight modifications such use of a different means of key identification are a divergence from this profile and <bcp14>MUST</bcp14> use a different profile identifier.</t>

<t>A profile that is similar to this can be defined and/or standardized by making normative reference to this and adding other requirements. 
Such a definition <bcp14>MUST</bcp14> have a different profile identifier.</t>

</section>
</section>
<section anchor="encoding"><name>Encoding and Collected CDDL</name>

<t>An EAT is fundamentally defined using CDDL.
This document specifies how to encode the CDDL in CBOR or JSON.
Since CBOR can express some things that JSON can't (e.g., tags) or that are expressed differently (e.g., labels) there is some CDDL that is specific to the encoding format.</t>

<section anchor="claims-set-and-cddl-for-cwt-and-jwt"><name>Claims-Set and CDDL for CWT and JWT</name>

<t>CDDL was not used to define CWT or JWT.
It was not available at the time.</t>

<t>This document defines CDDL for both CWT and JWT.
This document does not change the encoding or semantics of anything in a CWT or JWT.</t>

<t>A Claims-Set is the central data structure for EAT, CWT and JWT.
It holds all the claims and is the structure that is secured by signing or other means.
It is not possible to define EAT, CWT, or JWT in CDDL without it.
The CDDL definition of Claims-Set here is applicable to EAT, CWT and JWT.</t>

<t>This document specifies how to encode a Claims-Set in CBOR or JSON.</t>

<t>With the exception of nested tokens and some other externally defined structures (e.g., SWIDs) an entire Claims-Set must be in encoded in either CBOR or JSON, never a mixture.</t>

<t>CDDL for the seven claims defined by <xref target="RFC8392"/> and <xref target="RFC7519"/> is included here.</t>

</section>
<section anchor="encoding-data-types"><name>Encoding Data Types</name>

<t>This makes use of the types defined in <xref target="RFC8610"/> Appendix D, Standard Prelude.</t>

<section anchor="common-types"><name>Common Data Types</name>

<t>time-int is identical to the epoch-based time, but disallows
floating-point representation.</t>

<t>The OID encoding from <xref target="RFC9090"/> is used without the tag number in CBOR-encoded tokens.
In JSON tokens OIDs are a text string in the common form of "nn.nn.nn...".</t>

<t>Unless expliclity indicated, URIs are not the URI tag defined in <xref target="RFC8949"/>.
They are just text strings that contain a URI.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535

]]></sourcecode></figure>

</section>
<section anchor="jsoninterop"><name>JSON Interoperability</name>

<t>JSON should be encoded per <xref target="RFC8610"/> 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>
  <t>uri -- must be a URI <xref target="RFC3986"/>.</t>
  <t>oid -- encoded as a string using the well established dotted-decimal notation (e.g., the text "1.2.250.1").</t>
</list></t>

<t>The CDDL generic "JC&lt; &gt;" is used in most places where there is a variance between CBOR and JSON.
The first argument is the CDDL for JSON and the second is CDDL for CBOR.</t>

</section>
<section anchor="labels"><name>Labels</name>

<t>Most map labels, Claims-Keys, Claim-Names and enumerated-type values are integers for CBOR-encoded tokens and strings for JSON-encoded tokens.
When this is the case the "JC &lt; &gt;" CDDL construct is used to give both the integer and string values.</t>

</section>
<section anchor="cbor-interoperability"><name>CBOR Interoperability</name>

<t>CBOR allows data items to be serialized in more than one form to accommodate a variety of use cases.
This is addressed in <xref target="profiles"/>.</t>

</section>
</section>
<section anchor="collected-cddl"><name>Collected CDDL</name>

<section anchor="payload-cddl"><name>Payload CDDL</name>

<t>This CDDL defines all the EAT Claims that are added to the main definition of a Claim-Set in <xref target="CDDL_for_CWT"/>.
Claims-Set is the payload for CWT, JWT and potentially other token types.
This is for both CBOR and JSON.
When there is variation between CBOR and JSON, the JC&lt;&gt; CDDL generic defined in <xref target="CDDL_for_CWT"/>.</t>

<t>This CDDL uses, but doesn't define Submodule or nested tokens because the definition for these types varies between CBOR and JSON and the JC&lt;&gt; generic can't be used to define it.
The submodule claim is the one place that that a CBOR token can be nested inside a JSON token and vice versa.
Encoding-specific defintiions are provided in the following sections.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535


$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (10..74), bstr .size (8..64)>


$$Claims-Set-Claims //= (ueid-label => ueid-type)

ueid-type = JC<base64-url-text .size (12..44) , bstr .size (7..33)>

$$Claims-Set-Claims //= (sueids-label => sueids-type)

sueids-type = {
    + tstr => ueid-type
}

$$Claims-Set-Claims //= (
    oemid-label => oemid-pen / oemid-ieee / oemid-random
)

oemid-pen = int

oemid-ieee = JC<oemid-ieee-json, oemid-ieee-cbor>
oemid-ieee-cbor = bstr .size 3
oemid-ieee-json = base64-url-text .size 4

oemid-random = JC<oemid-random-json, oemid-random-cbor>
oemid-random-cbor = bstr .size 16
oemid-random-json = base64-url-text .size 24


$$Claims-Set-Claims //=  (
    hardware-version-label => hardware-version-type
)

hardware-version-type = [
    version:  tstr,
    ? scheme:  $version-scheme
]

$$Claims-Set-Claims //= (
    hardware-model-label => hardware-model-type
)

hardware-model-type = JC<base64-url-text .size (4..44),
                         bytes .size (1..32)>

$$Claims-Set-Claims //= ( sw-name-label => tstr )

$$Claims-Set-Claims //= (sw-version-label => sw-version-type)

sw-version-type = [
    version:  tstr
    ? scheme:  $version-scheme 
]

$$Claims-Set-Claims //= (secure-boot-label => bool)

$$Claims-Set-Claims //= ( debug-status-label => debug-status-type )

debug-status-type = ds-enabled /
                    disabled /
                    disabled-since-boot /
                    disabled-permanently /
                    disabled-fully-and-permanently

ds-enabled                     = JC< "enabled", 0 >
disabled                       = JC< "disabled", 1 >
disabled-since-boot            = JC< "disabled-since-boot", 2 >
disabled-permanently           = JC< "disabled-permanently", 3 >
disabled-fully-and-permanently = 
                       JC< "disabled-fully-and-permanently", 4 >

$$Claims-Set-Claims //= (location-label => location-type)

location-type = {
    latitude => number,
    longitude => number,
    ? altitude => number,
    ? accuracy => number,
    ? altitude-accuracy => number,
    ? heading => number,
    ? speed => number,
    ? timestamp => ~time-int,
    ? age => uint
}

latitude          = JC< "latitude",          1 >
longitude         = JC< "longitude",         2 >
altitude          = JC< "altitude",          3 >
accuracy          = JC< "accuracy",          4 >
altitude-accuracy = JC< "altitude-accuracy", 5 >
heading           = JC< "heading",           6 >
speed             = JC< "speed",             7 >
timestamp         = JC< "timestamp",         8 >
age               = JC< "age",               9 >

$$Claims-Set-Claims //= (uptime-label => uint)

$$Claims-Set-Claims //=  (boot-seed-label => binary-data)

$$Claims-Set-Claims //= (boot-count-label => uint)

$$Claims-Set-Claims //= ( intended-use-label => intended-use-type )

intended-use-type = generic /
                    registration / 
                    provisioning / 
                    csr /
                    pop

generic      = JC< "generic",      1 >
registration = JC< "registration", 2 >
provisioning = JC< "provisioning", 3 >
csr          = JC< "csr",          4 >
pop          = JC< "pop",          5 >

$$Claims-Set-Claims //= (
    dloas-label => [ + dloa-type ]
)

dloa-type = [
    dloa_registrar: general-uri
    dloa_platform_label: text 
    ? dloa_application_label: text
]

$$Claims-Set-Claims //= (profile-label => general-uri / general-oid)

$$Claims-Set-Claims //= (
    manifests-label => manifests-type
)

manifests-type = [+ manifest-format]

manifest-format = [
    content-type:   coap-content-format,
    content-format: JC< $manifest-body-json,
                        $manifest-body-cbor >
]

$manifest-body-cbor /= bytes .cbor untagged-coswid
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= bytes .cbor SUIT_Envelope
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= spdx-json
$manifest-body-json /= spdx-json

spdx-json = text

$manifest-body-cbor /= cyclone-dx-json
$manifest-body-cbor /= cyclone-dx-xml
$manifest-body-json /= cyclone-dx-json
$manifest-body-json /= cyclone-dx-xml
cyclone-dx-json = text
cyclone-dx-xml  = text

suit-directive-process-dependency = 19

$$Claims-Set-Claims //= (
    measurements-label => measurements-type
)

measurements-type = [+ measurements-format]

measurements-format = [
    content-type:   coap-content-format,
    content-format: JC< $measurements-body-json,
                        $measurements-body-cbor >
]

$measurements-body-cbor /= bytes .cbor untagged-coswid
$measurements-body-json /= base64-url-text


$$Claims-Set-Claims //= ( 
    measurement-results-label => 
        [ + measurement-results-group ] )

measurement-results-group = [
    measurement-system: tstr,
    measurement-results: [ + individual-result ]
]

individual-result = [
    results-id: tstr / binary-data,
    result:     result-type, 
]

result-type = comparison-successful /
              comparison-fail /
              comparison-not-run /
              measurement-absent 

comparison-successful    = JC< "success",       1 >
comparison-fail          = JC< "fail",          2 >
comparison-not-run       = JC< "not-run",       3 >
measurement-absent       = JC< "absent",        4 >



Detached-Submodule-Digest = [
   hash-algorithm : text / int,
   digest         : binary-data
]


BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message   = #6.TBD(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
    main-token : Nested-Token,
    detached-claims-sets: {
        + tstr => JC<json-wrapped-claims-set,
                     cbor-wrapped-claims-set>
    }
]

json-wrapped-claims-set = base64-url-text

cbor-wrapped-claims-set = bstr .cbor Claims-Set



nonce-label            = JC< "eat_nonce",  10 >
ueid-label             = JC< "ueid",       256 >
sueids-label           = JC< "sueids",     257 >
oemid-label            = JC< "oemid",      258 >
hardware-model-label   = JC< "hwmodel",    259 >
hardware-version-label = JC< "hwversion",  260 >
secure-boot-label      = JC< "secboot",    262 >
debug-status-label     = JC< "dbgstat",    263 >
location-label         = JC< "location",   264 >
profile-label          = JC< "eat_profile",265 >
submods-label          = JC< "submods",    266 >

uptime-label           = JC< "uptime",     TBD >
boot-seed-label        = JC< "bootseed",   TBD >
intended-use-label     = JC< "intuse",     TBD >
dloas-label            = JC< "dloas",      TBD >
sw-name-label          = JC< "swname",     TBD >
sw-version-label       = JC< "swversion",  TBD >
manifests-label        = JC< "manifests",  TBD >
measurements-label     = JC< "measurements", TBD >
measurement-results-label = JC< "measres" , TBD >
boot-count-label       = JC< "bootcount",  TBD >


]]></sourcecode></figure>

</section>
<section anchor="cbor-specific-cddl"><name>CBOR-Specific CDDL</name>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-CBOR-Token = $EAT-CBOR-Tagged-Token / $EAT-CBOR-Untagged-Token

$EAT-CBOR-Tagged-Token /= CWT-Tagged-Message
$EAT-CBOR-Tagged-Token /= BUNDLE-Tagged-Message

$EAT-CBOR-Untagged-Token /= CWT-Untagged-Message
$EAT-CBOR-Untagged-Token /= BUNDLE-Untagged-Message


Nested-Token = CBOR-Nested-Token

CBOR-Nested-Token =
    JSON-Token-Inside-CBOR-Token /
    CBOR-Token-Inside-CBOR-Token

CBOR-Token-Inside-CBOR-Token = bstr .cbor $EAT-CBOR-Tagged-Token

JSON-Token-Inside-CBOR-Token = tstr 

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / CBOR-Nested-Token / 
            Detached-Submodule-Digest

]]></sourcecode></figure>

</section>
<section anchor="json-specific-cddl"><name>JSON-Specific CDDL</name>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-JSON-Token = $EAT-JSON-Token-Formats

$EAT-JSON-Token-Formats /= JWT-Message
$EAT-JSON-Token-Formats /= BUNDLE-Untagged-Message


Nested-Token = JSON-Selector

$JSON-Selector-Type /= "JWT" / "CBOR" / "BUNDLE" / "DIGEST"
$JSON-Selector-Value /= JWT-Message /
                  CBOR-Token-Inside-JSON-Token /
                  Detached-EAT-Bundle /
                  Detached-Submodule-Digest

JSON-Selector = [
   type : $JSON-Selector-Type,
   nested-token : $JSON-Selector-Value
]

CBOR-Token-Inside-JSON-Token = base64-url-text

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / JSON-Selector

]]></sourcecode></figure>

</section>
</section>
</section>
<section anchor="privacyconsiderations"><name>Privacy Considerations</name>

<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"><name>UEID and SUEID Privacy Considerations</name>

<t>A UEID is usually not privacy-preserving. Relying Parties
receiving tokens that happen to be from a particular entity will be
able to know the tokens are  from the same entity and be able to
identify the entity issuing those tokens.</t>

<t>Thus the use of the claim may violate privacy policies. In other usage situations a 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>An SUEID is also usually not privacy-preserving.  In some cases it may
have fewer privacy issues than a UEID depending on when and how and
when it is generated.</t>

<t>There are several strategies that can be used to still be able to put
UEIDs and SUEIDs in tokens:</t>

<t><list style="symbols">
  <t>The entity obtains explicit permission from the user of the entity
to use the UEID/SUEID. 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/SUEID.</t>
  <t>The UEID/SUEID is used only in a particular context or particular use
case. It is used only by one relying party.</t>
  <t>The entity authenticates the relying party and generates a derived
UEID/SUEID just for that particular relying party.  For example, the Relying
Party could prove their identity cryptographically to the entity, then
the entity generates a UEID just for that relying party by hashing a
proofed relying party ID with the main entity UEID/SUEID.</t>
</list></t>

<t>Note that some of these privacy preservation strategies result in
multiple UEIDs and SUEIDs per entity. Each UEID/SUEID is used in a
different context, use case or system on the entity. 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"><name>Location Privacy Considerations</name>

<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 entity generating the attestation.
For example, many mobile phones prompt the user for permission when before sending location data.</t>

</section>
<section anchor="bootseedprivacyconsiderations"><name>Boot Seed Privacy Considerations</name>

<t>The "bootseed" claim is effectively a stable entity identifier within a given boot epoch.  Therefore, it is not suitable for use in attestation schemes that are privacy-preserving.</t>

</section>
<section anchor="replayprivacyconsiderations"><name>Replay Protection and Privacy</name>

<t>EAT defines the nonce claim for token replay protection (also sometimes known as token "freshness"). The nonce claim is based on a value that is usually derived remotely (outside of the entity). This claim can be used to extract and convey personally-identifying information either inadvertently or by intention. For instance, an implementor may choose a nonce that is equivalent to a username associated with the device (e.g., account login). If the token is inspected by a 3rd-party then this information could be used to identify the source of the token or an account associated with the token. In order to avoid the conveyance of privacy-related information in the nonce claim, it should be derived using a salt that originates from a true and reliable random number generator or any other source of randomness that would still meet the target system requirements for replay protection.</t>

</section>
</section>
<section anchor="securitycons"><name>Security Considerations</name>

<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.  Moreover, Chapter 12
of <xref target="RATS.Architecture"/> is also applicable to implementations of EAT.  In addition,
implementors should consider the following.</t>

<section anchor="claim-trustworthiness"><name>Claim Trustworthiness</name>

<t>This specification defines semantics for each claim.
It does not require any particular level of security in the implementation of the claims or even the attester itself.
Such specification is far beyond the scope of this document which is about a message format not the security level of an implementation.</t>

<t>The receiver of an EAT comes to know the trustworthiness of the claims in it by understanding the implementation made by the attester vendor and/or understanding the checks and processing performed by the verifier.</t>

<t>For example, this document says that a UEID is permanent and that it must not change, but it doesn't say what degree of attack to change it must be defended.</t>

<t>The degree of security will vary from use case to use case.
In some cases the receiver may only need to know something of the implementation such as that it was implemented in a TEE.
In other cases the receiver may require the attester be certified by a particular certification program.
Or perhaps the receiver is content with very little security.</t>

</section>
<section anchor="key-provisioning"><name>Key Provisioning</name>

<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 manufacturer 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"><name>Transmission of Key Material</name>

<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="sec-con-freshness"><name>Freshness</name>

<t>All EAT use must provide a freshness mechanism to prevent replay and related attacks.
The extensive discussions on freshness in <xref target="RATS.Architecture"/> including security considerations apply here.
The EAT nonce claim, in <xref target="nonce"/>, is one option to provide freshness.</t>

</section>
<section anchor="multiple-eat-consumers"><name>Multiple EAT Consumers</name>

<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 anchor="detached-eat-bundle-digest-security-considerations"><name>Detached EAT Bundle Digest Security Considerations</name>

<t>A detached EAT bundle is composed of a nested full token appended to
an unsigned claims set as per <xref target="DEB"/> .  Although the attached claims set is vulnerable to
modification in transit, any modification can be detected by the receiver through the associated
digest, which is a claim fully contained within an EAT.  Moreover, the digest itself can only be derived using
an appropriate COSE hash algorithm, implying that an attacker cannot induce false detection
of a modifie detached claims because the algorithms in the COSE registry are assumed to be
of sufficient cryptographic strength.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="reuse-of-cbor-and-json-web-token-cwt-and-jwt-claims-registries"><name>Reuse of CBOR and JSON Web Token (CWT and JWT) Claims Registries</name>

<t>Claims defined for EAT are compatible with those of CWT and JWT
so the CWT and JWT Claims Registries, <xref target="IANA.CWT.Claims"/> and <xref target="IANA.JWT.Claims"/>, are re used. No new IANA registry
is created.</t>

<t>All EAT claims defined in this document are placed in both registries.
All new EAT claims defined subsequently should be placed in both registries.</t>

<t><xref target="Claim_Characteristics"/> describes some considerations when defining new claims.</t>

</section>
<section anchor="claims-registered-by-this-document"><name>Claims Registered by This Document</name>

<t>This specification adds the following values to the "JSON Web Token
Claims" registry established by <xref target="RFC7519"/> and the "CBOR Web Token Claims Registry"
established by <xref target="RFC8392"/>.
Each entry below is an addition to both registries.</t>

<t>The "Claim Description", "Change Controller" and "Specification Documents" are common and equivalent for the JWT and CWT registries.
The "Claim Key" and "Claim Value Types(s)" are for the CWT registry only.
The "Claim Name" is as defined for the CWT registry, not the JWT registry.
The "JWT Claim Name" is equivalent to the "Claim Name" in the JWT registry.</t>

<section anchor="claims-for-early-assignment"><name>Claims for Early Assignment</name>
<t>RFC Editor: in the final publication this section should be combined with the following
section as it will no longer be necessary to distinguish claims with early assignment.
Also, the following paragraph should be removed.</t>

<t>The claims in this section have been (requested for / given) early assignment according to <xref target="RFC7120"/>.
They have been assigned values and registered before final publication of this document.
While their semantics is not expected to change in final publication, it is possible that they will.
The JWT Claim Names and CWT Claim Keys are not expected to change.</t>

<t>In draft -06 an early allocation was described.
The processing of that early allocation was never correctly completed.
This early allocation assigns different numbers for the CBOR claim labels.
This early allocation will presumably complete correctly</t>

<t><list style="symbols">
  <t>Claim Name: Nonce</t>
  <t>Claim Description: Nonce</t>
  <t>JWT Claim Name: "eat_nonce"</t>
  <t>Claim Key: TBD (requested value 10)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: UEID</t>
  <t>Claim Description: The Universal Entity ID</t>
  <t>JWT Claim Name: "ueid"</t>
  <t>CWT Claim Key: TBD (requested value 256)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: SUEIDs</t>
  <t>Claim Description: Semi-permanent UEIDs</t>
  <t>JWT Claim Name: "sueids"</t>
  <t>CWT Claim Key: TBD (requested value 257)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware OEMID</t>
  <t>Claim Description: Hardware OEM ID</t>
  <t>JWT Claim Name: "oemid"</t>
  <t>Claim Key: TBD (requeste value 258)</t>
  <t>Claim Value Type(s): byte string or integer</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware Model</t>
  <t>Claim Description: Model identifier for hardware</t>
  <t>JWT Claim Name: "hwmodel"</t>
  <t>Claim Key: TBD (requested value 259)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware Version</t>
  <t>Claim Description: Hardware Version Identifier</t>
  <t>JWT Claim Name: "hwversion"</t>
  <t>Claim Key: TBD (requested value 260)</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Secure Boot</t>
  <t>Claim Description: Indicate whether the boot was secure</t>
  <t>JWT Claim Name: "secboot"</t>
  <t>Claim Key: 262</t>
  <t>Claim Value Type(s): Boolean</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Debug Status</t>
  <t>Claim Description: Indicate status of debug facilities</t>
  <t>JWT Claim Name: "dbgstat"</t>
  <t>Claim Key: 263</t>
  <t>Claim Value Type(s): integer or string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Location</t>
  <t>Claim Description: The geographic location</t>
  <t>JWT Claim Name: "location"</t>
  <t>Claim Key: TBD (requested value 264)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: EAT Profile</t>
  <t>Claim Description: Indicates the EAT profile followed</t>
  <t>JWT Claim Name: "eat_profile"</t>
  <t>Claim Key: TBD (requested value 265)</t>
  <t>Claim Value Type(s): URI or OID</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Submodules Section</t>
  <t>Claim Description: The section containing submodules</t>
  <t>JWT Claim Name: "submods"</t>
  <t>Claim Key: TBD (requested value 266)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

</section>
<section anchor="to-be-assigned-claims"><name>To be Assigned Claims</name>

<t>(Early assignment is NOT requested for these claims. Implementers should be aware they may change)</t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Uptime</t>
  <t>Claim Description: Uptime</t>
  <t>JWT Claim Name: "uptime"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): unsigned integer</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Boot Seed</t>
  <t>Claim Description: Identifies a boot cycle</t>
  <t>JWT Claim Name: "bootseed"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): bytes</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Intended Use</t>
  <t>Claim Description: Indicates intended use of the EAT</t>
  <t>JWT Claim Name: "intuse"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): integer or string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: DLOAs</t>
  <t>Claim Description: Certifications received as Digital Letters of Approval</t>
  <t>JWT Claim Name: "dloas"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Name</t>
  <t>Claim Description: The name of the software running in the entity</t>
  <t>JWT Claim Name: "swname"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Version</t>
  <t>Claim Description: The version of software running in the entity</t>
  <t>JWT Claim Name: "swversion"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Manifests</t>
  <t>Claim Description: Manifests describing the software installed on the entity</t>
  <t>JWT Claim Name: "manifests"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Measurements</t>
  <t>Claim Description: Measurements of the software, memory configuration and such on the entity</t>
  <t>JWT Claim Name: "measurements"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Measurement Results</t>
  <t>Claim Description: The results of comparing software measurements to reference values</t>
  <t>JWT Claim Name: "measres"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Boot Count</t>
  <t>Claim Description: The number times the entity or submodule has been booted</t>
  <t>JWT Claim Name: "bootcount"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): uint</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

</section>
<section anchor="registerueidurn"><name>UEID URN Registered by this Document</name>

<t>IANA is requested to register the following new subtypes in the "DEV URN Subtypes" registry under "Device Identification". See <xref target="RFC9039"/>.</t>

<texttable>
      <ttcol align='left'>Subtype</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>ueid</c>
      <c>Universal Entity Identifier</c>
      <c>This document</c>
      <c>sueid</c>
      <c>Semi-permanent Universal Entity Identifier</c>
      <c>This document</c>
</texttable>

</section>
<section anchor="tag-for-detached-eat-bundle"><name>Tag for Detached EAT Bundle</name>

<t>In the registry <xref target="IANA.cbor-tags"/>, IANA is requested to allocate the
following tag from the  FCFS space, with the present document as the
specification reference.</t>

<texttable>
      <ttcol align='left'>Tag</ttcol>
      <ttcol align='left'>Data Items</ttcol>
      <ttcol align='left'>Semantics</ttcol>
      <c>TBD602</c>
      <c>array</c>
      <c>Detached EAT Bundle <xref target="DEB"/></c>
</texttable>

</section>
<section anchor="media-types-registered-by-this-document"><name>Media Types Registered by this Document</name>

<t>It is requested that the CoAP Content-Format for SPDX and CycloneDX be been registered in the "CoAP Content-Formats" subregistry within the "Constrained RESTful Environments (CoRE) Parameters" registry <xref target="IANA.core-parameters"></xref>:</t>

<t><list style="symbols">
  <t>Media Type: application/spdx+json</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="SPDX"/></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Media Type: vendor/vnd.cyclonedx+xml</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="CycloneDX"/></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Media Type: vendor/vnd.cyclonedx+json</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="CycloneDX"/></t>
</list></t>

</section>
</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 fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC7515' target='https://www.rfc-editor.org/info/rfc7515'>
<front>
<title>JSON Web Signature (JWS)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification.  Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7515'/>
<seriesInfo name='DOI' value='10.17487/RFC7515'/>
</reference>



<reference anchor='RFC8949' target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='December' year='2020'/>
<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><t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t></abstract>
</front>
<seriesInfo name='STD' value='94'/>
<seriesInfo name='RFC' value='8949'/>
<seriesInfo name='DOI' value='10.17487/RFC8949'/>
</reference>



<reference anchor='RFC7252' target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='K. Hartke' initials='K.' surname='Hartke'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference anchor='RFC7519' target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<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='RFC8126' target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='RFC8259' target='https://www.rfc-editor.org/info/rfc8259'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author fullname='T. Bray' initials='T.' role='editor' surname='Bray'><organization/></author>
<date month='December' year='2017'/>
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='STD' value='90'/>
<seriesInfo name='RFC' value='8259'/>
<seriesInfo name='DOI' value='10.17487/RFC8259'/>
</reference>



<reference anchor='RFC8392' target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'><organization/></author>
<author fullname='S. Erdtman' initials='S.' surname='Erdtman'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<date month='May' year='2018'/>
<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 fullname='H. Birkholz' initials='H.' surname='Birkholz'><organization/></author>
<author fullname='C. Vigano' initials='C.' surname='Vigano'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2019'/>
<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='RFC8792' target='https://www.rfc-editor.org/info/rfc8792'>
<front>
<title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<author fullname='E. Auerswald' initials='E.' surname='Auerswald'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<author fullname='Q. Wu' initials='Q.' surname='Wu'><organization/></author>
<date month='June' year='2020'/>
<abstract><t>This document defines two strategies for handling long lines in width-bounded text content.  One strategy, called the &quot;single backslash&quot; strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line.  The second strategy, called the &quot;double backslash&quot; strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy.  Both strategies use a self-describing header enabling automated reconstitution of the original content.</t></abstract>
</front>
<seriesInfo name='RFC' value='8792'/>
<seriesInfo name='DOI' value='10.17487/RFC8792'/>
</reference>



<reference anchor='RFC3986' target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author fullname='T. Berners-Lee' initials='T.' surname='Berners-Lee'><organization/></author>
<author fullname='R. Fielding' initials='R.' surname='Fielding'><organization/></author>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<date month='January' year='2005'/>
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>



<reference anchor='RFC9052' target='https://www.rfc-editor.org/info/rfc9052'>
<front>
<title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<date month='August' year='2022'/>
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need to be able to define basic security services 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><t>This document, along with RFC 9053, obsoletes RFC 8152.</t></abstract>
</front>
<seriesInfo name='STD' value='96'/>
<seriesInfo name='RFC' value='9052'/>
<seriesInfo name='DOI' value='10.17487/RFC9052'/>
</reference>



<reference anchor='RFC9090' target='https://www.rfc-editor.org/info/rfc9090'>
<front>
<title>Concise Binary Object Representation (CBOR) Tags for Object Identifiers</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='July' year='2021'/>
<abstract><t>The Concise Binary Object Representation (CBOR), defined in RFC 8949, 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.</t><t>This document defines CBOR tags for object identifiers (OIDs) and is the reference document for the IANA registration of the CBOR tags so defined.</t></abstract>
</front>
<seriesInfo name='RFC' value='9090'/>
<seriesInfo name='DOI' value='10.17487/RFC9090'/>
</reference>



<reference anchor='RFC9165' target='https://www.rfc-editor.org/info/rfc9165'>
<front>
<title>Additional Control Operators for the Concise Data Definition Language (CDDL)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='December' year='2021'/>
<abstract><t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides &quot;control operators&quot; as its main language extension point.</t><t>The present document defines a number of control operators that were not yet ready at the time RFC 8610 was completed: , , and  for the construction of constants; / for including ABNF (RFC 5234 and RFC 7405) in CDDL specifications; and for indicating the use of a non-basic feature in an instance.</t></abstract>
</front>
<seriesInfo name='RFC' value='9165'/>
<seriesInfo name='DOI' value='10.17487/RFC9165'/>
</reference>


<reference anchor="WGS84" target="https://earth-info.nga.mil/php/download.php?file=coord-wgs84">
  <front>
    <title>WORLD GEODETIC SYSTEM 1984, NGA.STND.0036_1.0.0_WGS84</title>
    <author >
      <organization>National Geospatial-Intelligence Agency (NGA)</organization>
    </author>
    <date year="2014" month="July" day="08"/>
  </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="IANA.COSE.Algorithms" target="https://www.iana.org/assignments/cose/">
  <front>
    <title>COSE Algorithms</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </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='CoSWID'>
   <front>
      <title>Concise Software Identification Tags</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Jessica Fitzgerald-McKay' initials='J.' surname='Fitzgerald-McKay'>
         <organization>National Security Agency</organization>
      </author>
      <author fullname='Charles Schmidt' initials='C.' surname='Schmidt'>
         <organization>The MITRE Corporation</organization>
      </author>
      <author fullname='David Waltermire' initials='D.' surname='Waltermire'>
         <organization>National Institute of Standards and Technology</organization>
      </author>
      <date day='20' month='July' year='2022'/>
      <abstract>
	 <t>   ISO/IEC 19770-2:2015 Software Identification (SWID) tags provide an
   extensible XML-based structure to identify and describe individual
   software components, patches, and installation bundles.  SWID tag
   representations can be too large for devices with network and storage
   constraints.  This document defines a concise representation of SWID
   tags: Concise SWID (CoSWID) tags.  CoSWID supports a similar set of
   semantics and features as SWID tags, as well as new semantics that
   allow CoSWIDs to describe additional types of information, all in a
   more memory efficient format.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-sacm-coswid-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-sacm-coswid-22.txt' type='TXT'/>
</reference>


<reference anchor="DLOA" target="https://globalplatform.org/wp-content/uploads/2015/12/GPC_DigitalLetterOfApproval_v1.0.pdf">
  <front>
    <title>Digital Letter of Approval</title>
    <author >
      <organization></organization>
    </author>
    <date year="2015" month="November"/>
  </front>
</reference>
<reference anchor="PEN" target="https://pen.iana.org/pen/PenApplication.page">
  <front>
    <title>Private Enterprise Number (PEN) Request</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="IANA.cbor-tags" target="https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml">
  <front>
    <title>IANA CBOR Tags Registry</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="SPDX" target="https://spdx.dev/wp-content/uploads/sites/41/2020/08/SPDX-specification-2-2.pdf">
  <front>
    <title>Software Package Data Exchange (SPDX)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="CycloneDX" target="https://cyclonedx.org/specification/overview/">
  <front>
    <title>CycloneDX</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.core-parameters" target="&lt;https://www.iana.org/assignments/core-parameters&gt;">
  <front>
    <title>IANA Constrained RESTful Environments (CoRE) Parameters</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>



<reference anchor='SUIT.Manifest'>
   <front>
      <title>A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest</title>
      <author fullname='Brendan Moran' initials='B.' surname='Moran'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Hannes Tschofenig' initials='H.' surname='Tschofenig'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Koen Zandberg' initials='K.' surname='Zandberg'>
         <organization>Inria</organization>
      </author>
      <author fullname='Øyvind Rønningstad' initials='O.' surname='Rønningstad'>
         <organization>Nordic Semiconductor</organization>
      </author>
      <date day='7' month='October' year='2022'/>
      <abstract>
	 <t>   This specification describes the format of a manifest.  A manifest is
   a bundle of metadata about code/data obtained by a recipient (chiefly
   the firmware for an IoT device), where to find the that code/data,
   the devices to which it applies, and cryptographic information
   protecting the manifest.  Software updates and Trusted Invocation
   both tend to use sequences of common operations, so the manifest
   encodes those sequences of operations, rather than declaring the
   metadata.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-suit-manifest-20'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-manifest-20.txt' type='TXT'/>
</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 fullname='P. Leach' initials='P.' surname='Leach'><organization/></author>
<author fullname='M. Mealling' initials='M.' surname='Mealling'><organization/></author>
<author fullname='R. Salz' initials='R.' surname='Salz'><organization/></author>
<date month='July' year='2005'/>
<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 fullname='R. Shirey' initials='R.' surname='Shirey'><organization/></author>
<date month='August' year='2007'/>
<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='RFC7120' target='https://www.rfc-editor.org/info/rfc7120'>
<front>
<title>Early IANA Allocation of Standards Track Code Points</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<date month='January' year='2014'/>
<abstract><t>This memo describes the process for early allocation of code points by IANA from registries for which &quot;Specification Required&quot;, &quot;RFC                        Required&quot;, &quot;IETF Review&quot;, or &quot;Standards Action&quot; policies apply.  This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation.  The procedures in this document are intended to apply only to IETF Stream documents.</t></abstract>
</front>
<seriesInfo name='BCP' value='100'/>
<seriesInfo name='RFC' value='7120'/>
<seriesInfo name='DOI' value='10.17487/RFC7120'/>
</reference>



<reference anchor='RFC9039' target='https://www.rfc-editor.org/info/rfc9039'>
<front>
<title>Uniform Resource Names for Device Identifiers</title>
<author fullname='J. Arkko' initials='J.' surname='Arkko'><organization/></author>
<author fullname='C. Jennings' initials='C.' surname='Jennings'><organization/></author>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<date month='June' year='2021'/>
<abstract><t>This document describes a new Uniform Resource Name (URN) namespace for hardware device identifiers. A general representation of device identity can be useful in many applications, such as in sensor data streams and storage or in equipment inventories. A URN-based representation can be passed along in applications that need the information.</t></abstract>
</front>
<seriesInfo name='RFC' value='9039'/>
<seriesInfo name='DOI' value='10.17487/RFC9039'/>
</reference>


<reference anchor='RATS.Architecture'>
   <front>
      <title>Remote Attestation Procedures Architecture</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Dave Thaler' initials='D.' surname='Thaler'>
         <organization>Microsoft</organization>
      </author>
      <author fullname='Michael Richardson' initials='M.' surname='Richardson'>
         <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Ned Smith' initials='N.' surname='Smith'>
         <organization>Intel Corporation</organization>
      </author>
      <author fullname='Wei Pan' initials='W.' surname='Pan'>
         <organization>Huawei Technologies</organization>
      </author>
      <date day='28' month='September' year='2022'/>
      <abstract>
	 <t>   In network protocol exchanges it is often useful for one end of a
   communication to know whether the other end is in an intended
   operating state.  This document provides an architectural overview of
   the entities involved that make such tests possible through the
   process of generating, conveying, and evaluating evidentiary claims.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-architecture-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-architecture-22.txt' type='TXT'/>
</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="IEEE.802.1AR" 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="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='COSE.X509.Draft'>
   <front>
      <title>CBOR Object Signing and Encryption (COSE): Header parameters for carrying and referencing X.509 certificates</title>
      <author fullname='Jim Schaad' initials='J.' surname='Schaad'>
         <organization>August Cellars</organization>
      </author>
      <date day='13' month='October' year='2022'/>
      <abstract>
	 <t>   The CBOR Signing And Encrypted Message (COSE) structure uses
   references to keys in general.  For some algorithms, additional
   properties are defined which carry parameters relating to keys as
   needed.  The COSE Key structure is used for transporting keys outside
   of COSE messages.  This document extends the way that keys can be
   identified and transported by providing attributes that refer to or
   contain X.509 certificates.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-cose-x509-09'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-cose-x509-09.txt' type='TXT'/>
</reference>


<reference anchor='CBOR.Cert.Draft'>
   <front>
      <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
      <author fullname='John Preuß Mattsson' initials='J. P.' surname='Mattsson'>
         <organization>Ericsson AB</organization>
      </author>
      <author fullname='Göran Selander' initials='G.' surname='Selander'>
         <organization>Ericsson AB</organization>
      </author>
      <author fullname='Shahid Raza' initials='S.' surname='Raza'>
         <organization>RISE AB</organization>
      </author>
      <author fullname='Joel Höglund' initials='J.' surname='Höglund'>
         <organization>RISE AB</organization>
      </author>
      <author fullname='Martin Furuhed' initials='M.' surname='Furuhed'>
         <organization>Nexus Group</organization>
      </author>
      <date day='10' month='July' year='2022'/>
      <abstract>
	 <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly (&quot;natively signed&quot;), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-cose-cbor-encoded-cert-04'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-04.txt' type='TXT'/>
</reference>


<reference anchor='UCCS'>
   <front>
      <title>A CBOR Tag for Unprotected CWT Claims Sets</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Jeremy O&#39;Donoghue' initials='J.' surname='O&#39;Donoghue'>
         <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname='Nancy Cam-Winget' initials='N.' surname='Cam-Winget'>
         <organization>Cisco Systems</organization>
      </author>
      <author fullname='Carsten Bormann' initials='C.' surname='Bormann'>
         <organization>Universität Bremen TZI</organization>
      </author>
      <date day='11' month='July' year='2022'/>
      <abstract>
	 <t>   CBOR Web Token (CWT, RFC 8392) Claims Sets sometimes do not need the
   protection afforded by wrapping them into COSE, as is required for a
   true CWT.  This specification defines a CBOR tag for such unprotected
   CWT Claims Sets (UCCS) and discusses conditions for its proper use.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-uccs-03'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-uccs-03.txt' type='TXT'/>
</reference>


<reference anchor="JTAG" target="https://ieeexplore.ieee.org/document/5412866">
  <front>
    <title>IEEE Standard for Reduced-Pin and Enhanced-Functionality Test Access Port and Boundary-Scan Architecture</title>
    <author >
      <organization></organization>
    </author>
    <date year="2010" month="February"/>
  </front>
</reference>



<reference anchor='EAT.media-types'>
   <front>
      <title>EAT Media Types</title>
      <author fullname='Laurence Lundblade' initials='L.' surname='Lundblade'>
         <organization>Security Theory LLC</organization>
      </author>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer Institute for Secure Information Technology</organization>
      </author>
      <author fullname='Thomas Fossati' initials='T.' surname='Fossati'>
         <organization>arm</organization>
      </author>
      <date day='19' month='October' year='2022'/>
      <abstract>
	 <t>   Payloads used in Remote Attestation Procedures may require an
   associated media type for their conveyance, for example when used in
   RESTful APIs.

   This memo defines media types to be used for Entity Attestation
   Tokens (EAT).

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-eat-media-type-01'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-eat-media-type-01.txt' type='TXT'/>
</reference>




    </references>


<section anchor="examples"><name>Examples</name>

<t>Most examples are shown as just a Claims-Set that would be a payload for a CWT, JWT, detached EAT bundle or future token types.
It is shown this way because the payload is all the claims, the most interesting part and showing full tokens makes it harder to show the claims.</t>

<t>Some examples of full tokens are also given.</t>

<t>WARNING: These examples use tag and label numbers not yet assigned by IANA.</t>

<section anchor="payload-examples"><name>Payload Examples</name>

<section anchor="simple-tee-attestation"><name>Simple TEE Attestation</name>

<t>This is a simple attestation of a TEE that includes a manifest that is a payload CoSWID to describe the TEE's software.</t>

<figure><artwork><![CDATA[
/ This is an EAT payload that describes a simple TEE. /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / secboot /        262: true,
    / dbgstat /        263: 2, / disabled-since-boot /
    / manifests /      273: [
                              [
                               121, / CoAP Content ID. A     /
                                    / made up one until one  /
                                    / is assigned for CoSWID /

                               / This is byte-string wrapped      /
                               / payload CoSWID. It gives the TEE /
                               / software name, the version and   /
                               / the  name of the file it is in.  /
                               / {0: "3a24",                      /
                               /  12: 1,                          /
                               /   1: "Acme TEE OS",              /
                               /  13: "3.1.4",                    /
                               /   2: [{31: "Acme TEE OS", 33: 1}, /
                               /       {31: "Acme TEE OS", 33: 2}], /
                               /   6: {                           /
                               /       17: {                      /
                               /           24: "acme_tee_3.exe"   /
                               /       }                          /
                               /    }                             /
                               /  }                               /
                               h' a60064336132340c01016b
                                  41636d6520544545204f530d65332e31
                                  2e340282a2181f6b41636d6520544545
                                  204f53182101a2181f6b41636d652054
                                  4545204f5318210206a111a118186e61
                                  636d655f7465655f332e657865'
                              ]
                            ]
}
]]></artwork></figure>

<figure><artwork><![CDATA[
/ A payload CoSWID created by the SW vendor. All this really does /
/ is name the TEE SW, its version and lists the one file that     /
/ makes up the TEE. /

1398229316({
    / Unique CoSWID ID /    0: "3a24",
    / tag-version /        12: 1,
    / software-name /       1: "Acme TEE OS",
    / software-version /   13: "3.1.4",
    / entity /              2: [
                                   {
        / entity-name /                31: "Acme TEE OS",
        / role        /                33: 1 / tag-creator /
                                   },
                                   {
        / entity-name /                31: "Acme TEE OS",
        / role        /                33: 2 / software-creator /
                                   }
                               ],
    / payload /                6: {
        / ...file /                17: {
            / ...fs-name /             24: "acme_tee_3.exe"
                                   }
                               }
})
]]></artwork></figure>

</section>
<section anchor="submodules-for-board-and-device"><name>Submodules for Board and Device</name>

<figure><artwork><![CDATA[
/ This example shows use of submodules to give information  /
/ about the chip, board and overall device.                 /
/                                                           /
/ The main attestation is associated with the chip with the /
/ CPU and running the main OS. It is what has the keys and  /
/ produces the token.                                       /
/                                                           /
/ The board is made by a different vendor than the chip.    /
/ Perhaps it is some generic IoT board.                     /
/                                                           /
/ The device is some specific appliance that is made by a   /
/ different vendor than either the chip or the board.       /
/                                                           /
/ Here the board and device submodules aren't the typical   /
/ target environments as described by the RATS architecture /
/ document, but they are a valid use of submodules.         /

{
    / eat_nonce /       10: h'948f8860d13a463e8e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: h'894823', / IEEE OUI format OEM ID /
    / hwmodel /        259: h'549dcecc8b987c737b44e40f7c635ce8'
                              / Hash of chip model name /,
    / hwversion /      260: ["1.3.4", 1], / Multipartnumeric  /
    / swname /         271: "Acme OS",
    / swversion /      272: ["3.5.5", 1],
    / secboot /        262: true,
    / dbgstat /        263: 3, / permanent-disable  /
    / timestamp (iat) /  6: 1526542894,
    / submods / 266: {
        / A submodule to hold some claims about the circuit board /
        "board" :  {
            / oemid /     258: h'9bef8787eba13e2c8f6e7cb4b1f4619a',
            / hwmodel /   259: h'ee80f5a66c1fb9742999a8fdab930893'
                                  / Hash of board module name /,
            / hwversion / 260: ["2.0a", 2] / multipartnumeric+sfx /
        },

        / A submodule to hold claims about the overall device /
        "device" :  {
            / oemid /     258: 61234, / PEN Format OEM ID / 
            / hwversion / 260: ["4.0", 1] / Multipartnumeric /
        }
    }
}
]]></artwork></figure>

</section>
<section anchor="eat-produced-by-attestation-hardware-block"><name>EAT Produced by Attestation Hardware Block</name>

<figure><artwork><![CDATA[
/ This is an example of a token produced by a HW block            /
/ purpose-built for attestation.  Only the nonce claim changes    /
/ from one attestation to the next as the rest  either come       /
/ directly from the hardware or from one-time-programmable memory /
/ (e.g. a fuse). 47 bytes encoded in CBOR (8 byte nonce, 16 byte  /
/ UEID). /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / secboot /        262: true,
    / dbgstat /        263: 3, / disabled-permanently /
    / hwversion /      260: [ "3.1", 1 ] / Type is multipartnumeric /
}

]]></artwork></figure>

</section>
<section anchor="key-key-store-attestation"><name>Key / Key Store Attestation</name>

<figure><artwork><![CDATA[
/ This is an attestation of a public key and the key store     /
/ implementation that protects and manages it. The key store   /
/ implementation is in a security-oriented execution           /
/ environment separate from the high-level OS, for example a   /
/ TEE. The key store is the Attester.                          /
/                                                              /
/ There is some attestation of the high-level OS, just version /
/ and boot & debug status. It is a Claims-Set submodule because/
/ it has lower security level than the key store. The key      /
/ store's implementation has access to info about the HLOS, so /
/ it is able to include it.                                    /
/                                                              /
/ A key and an indication of the user authentication given to  /
/ allow access to the key is given. The labels for these are   /
/ in the private space since this is just a hypothetical       /
/ example, not part of a standard protocol.                    /
/                                                              /
/ This is similar to Android Key Attestation.                  /


{
    / eat_nonce /       10: h'948f8860d13a463e',
    / secboot /        262: true,
    / dbgstat /        263: 2, / disabled-since-boot /
    / manifests /      273: [
                                [ 121, / CoAP Content ID. A      /
                                       / made up one until one   /
                                       / is assigned for CoSWID  /
                                  h'a600683762623334383766
                                    0c000169436172626f6e6974650d6331
                                    2e320e0102a2181f75496e6475737472
                                    69616c204175746f6d6174696f6e1821
                                    02'
                                 ]
                                 / Above is an encoded CoSWID     /
                                 / with the following data        /
                                 /   SW Name: "Carbonite"         /
                                 /   SW Vers: "1.2"               /
                                 /   SW Creator:                  /
                                 /      "Industrial Automation"   /
                            ],
    / exp /              4: 1634324274, / 2021-10-15T18:57:54Z /
    / iat /              6: 1634317080, / 2021-10-15T16:58:00Z /
                   -80000 : "fingerprint",
                   -80001 : { / The key -- A COSE_Key  / 
                / kty /       1: 2, / EC2, eliptic curve with x & y /
                / kid /       2: h'36675c206f96236c3f51f54637b94ced',
                / curve /    -1: 2, / curve is P-256 /
                / x-coord /  -2: h'65eda5a12577c2bae829437fe338701a
                                   10aaa375e1bb5b5de108de439c08551d',
                / y-coord /  -3: h'1e52ed75701163f7f9e40ddf9f341b3d
                                   c9ba860af7e0ca7ca7e9eecd0084d19c'
             },

    / submods /        266 : { 
                           "HLOS" : { / submod for high-level OS /
         / eat_nonce /         10: h'948f8860d13a463e',
           / secboot /        262: true,
           / manifests /      273: [ 
                                [ 121, / CoAP Content ID. A      /
                                       / made up one until one   /
                                       / is assigned for CoSWID  /
                                    h'a600687337
                                      6537346b78380c000168
                                      44726f6964204f530d65
                                      52322e44320e0302a218
                                      1F75496E647573747269
                                      616c204175746f6d6174
                                      696f6e182102' 
                                  ]
                                  / Above is an encoded CoSWID /
                                  / with the following data:   /
                                  /   SW Name: "Droid OS"      /
                                  /   SW Vers: "R2.D2"         /
                                  /   SW Creator:              /
                                  /     "Industrial Automation"/
                               ]
                           }
                       }
}
           
   
]]></artwork></figure>

</section>
<section anchor="software-measurements-of-an-iot-device"><name>Software Measurements of an IoT Device</name>

<t>This is a simple token that might be for and IoT device.
It includes CoSWID format measurments of the SW.
The CoSWID is in byte-string wrapped in the token and also shown in diagnostic form.</t>

<figure><artwork><![CDATA[
/ This EAT payload is for an IoT device with a TEE. The attestation /
/ is produced by the TEE. There is a submodule for the IoT OS (the  /
/ main OS of the IoT device that is not as secure as the TEE). The  /
/ submodule contains claims for the IoT OS. The TEE also measures   /
/ the IoT OS and puts the measurements in the submodule.            /

{
    / eat_nonce / 10: h'948f8860d13a463e',
    / secboot /  262: true,
    / dbgstat /  263: 2, / disabled-since-boot /
    / oemid /    258: h'8945ad', / IEEE CID based /
    / ueid /     256: h'0198f50a4ff6c05861c8860d13a638ea', 
    / submods /  266: {
                        "OS" : {
        / secboot /         262: true,
        / dbgstat /         263: 2, / disabled-since-boot /
        / measurements /    274: [
                                   [
                                     121, / CoAP Content ID. A     /
                                          / made up one until one  /
                                          / is assigned for CoSWID /

                                    / This is a byte-string wrapped /
                                    / evidence CoSWID. It has       /
                                    / hashes of the main files of   /
                                    / the IoT OS.  /
                                    h'a600663463613234350c
                                      17016d41636d6520522d496f542d4f
                                      530d65332e312e3402a2181f724163
                                      6d6520426173652041747465737465
                                      7218210103a11183a318187161636d
                                      655f725f696f745f6f732e65786514
                                      1a0044b349078201582005f6b327c1
                                      73b4192bd2c3ec248a292215eab456
                                      611bf7a783e25c1782479905a31818
                                      6d7265736f75726365732e72736314
                                      1a000c38b10782015820c142b9aba4
                                      280c4bb8c75f716a43c99526694caa
                                      be529571f5569bb7dc542f98a31818
                                      6a636f6d6d6f6e2e6c6962141a0023
                                      3d3b0782015820a6a9dcdfb3884da5
                                      f884e4e1e8e8629958c2dbc7027414
                                      43a913e34de9333be6'
                                   ]
                                 ]
                               }
                            }
}

]]></artwork></figure>

<figure><artwork><![CDATA[
/ An evidence CoSWID created for the "Acme R-IoT-OS" created by /
/ the "Acme Base Attester" (both fictious names).  It provides  /
/ measurements of the SW (other than the attester SW) on the    /
/ device. /

1398229316({
    / Unique CoSWID ID /    0: "4ca245",
    / tag-version /        12: 23, / Attester-maintained counter /
    / software-name /       1: "Acme R-IoT-OS",
    / software-version /   13: "3.1.4",
    / entity /              2: {
        / entity-name /        31: "Acme Base Attester",
        / role        /        33: 1 / tag-creator /
                            },
    / evidence /            3: {
        / ...file /             17: [
                                    {
            / ...fs-name /              24: "acme_r_iot_os.exe",
            / ...size    /              20: 4502345,
            / ...hash    /               7: [
                                             1, / SHA-256 /
                                             h'05f6b327c173b419
                                               2bd2c3ec248a2922
                                               15eab456611bf7a7
                                               83e25c1782479905'
                                         ]
                                    },
                                    {
            / ...fs-name /              24: "resources.rsc",
            / ...size    /              20: 800945,
            / ...hash    /               7: [
                                              1, / SHA-256 /
                                             h'c142b9aba4280c4b
                                               b8c75f716a43c995
                                               26694caabe529571
                                               f5569bb7dc542f98'
                                         ]
                                    },
                                    {
            / ...fs-name /              24: "common.lib",
            / ...size    /              20: 2309435,
            / ...hash    /               7: [
                                             1, / SHA-256 /
                                             h'a6a9dcdfb3884da5
                                               f884e4e1e8e86299
                                               58c2dbc702741443
                                               a913e34de9333be6'
                                         ]
                                    }
                                ]
                            }
})
]]></artwork></figure>

</section>
<section anchor="attestation-results-in-json-format"><name>Attestation Results in JSON format</name>

<t>This is a JSON-format payload that might be the output of a verifier that evaluated the IoT Attestation example immediately above.</t>

<t>This particular verifier knows enough about the TEE attester to be able to pass claims like debug status directly through to the relying party.
The verifier also knows the reference values for the measured software components and is able to check them.
It informs the relying party that they were correct in the "measres" claim.
"Trustus Verifications" is the name of the services that verifies the software component measurements.</t>

<figure><artwork><![CDATA[
{
   "eat_nonce": "jkd8KL-8=Qlzg4",
   "secboot": true,
   "dbgstat": "disabled-since-boot",
   "oemid": "iUWt",
   "ueid": "AZj1Ck_2wFhhyIYNE6Y4",
   "swname": "Acme R-IoT-OS",
   "swversion": [
      "3.1.4"
   ],
   "measres": [
      [
         "Trustus Measurements",
         [
            [
               "all",
               "success"
            ]
         ]
      ]
   ]
}
]]></artwork></figure>

</section>
<section anchor="json-encoded-token-with-sumodules"><name>JSON-encoded Token with Sumodules</name>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
{
   "eat_nonce": "lI-IYNE6Rj6O",
   "ueid": "AJj1Ck_2wFhhyIYNE6Y46g==",
   "secboot": true,
   "dbgstat": "disabled-permanently",
   "iat": 1526542894,
   "submods": {
      "Android App Foo": {
         "swname": "Foo.app"
      },
      "Secure Element Eat": [
         "CBOR",
         "2D3ShEOhASagWGaoCkiUj4hg0TpGPhkBAFABmPUKT_bAWGHIhg0TpjjqGQ\
ECGfryGQEFBBkBBvUZAQcDGQEEgmMzLjEBGQEKoWNURUWCL1gg5c-V_ST6txRGdC3VjU\
Pa4XjlX-K5QpGpKRCC_8JjWgtYQPaQywOIZ3-mJKN3X9fLxOhAnsmBa-MvpHRzOw-Ywn\
-67bvJljuctezAPD41s6_At7NbSV3qwJlxIuqGfwe41es="
      ],
      "Linux Android": {
         "swname": "Android"
      },
      "Subsystem J": [
         "JWT",
         "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJKLUF0dGVzd\
GVyIiwiaWF0IjoxNjUxNzc0ODY4LCJleHAiOm51bGwsImF1ZCI6IiIsInN1YiI6IiJ9.\
gjw4nFMhLpJUuPXvMPzK1GMjhyJq2vWXg1416XKszwQ"
      ]
   }
}
]]></artwork></figure>

</section>
</section>
<section anchor="full-token-examples"><name>Full Token Examples</name>

<section anchor="basic-cwt-example"><name>Basic CWT Example</name>

<t>This is a simple ECDSA signed CWT-format token.</t>

<figure><artwork><![CDATA[
/ This is a full CWT-format token with a very simple payloal. / 
/ The main structure visible here is that of the COSE_Sign1.  /

61( 18( [
    h'A10126',                           / protected headers  /
    {},                           / empty unprotected headers / 
    h'A20B46024A6B0978DE0A49000102030405060708',    / payload /
    h'9B9B2F5E470000F6A20C8A4157B5763FC45BE759
      9A5334028517768C21AFFB845A56AB557E0C8973
      A07417391243A79C478562D285612E292C622162
      AB233787'                                   / signature / 
] ) )
]]></artwork></figure>

</section>
<section anchor="detached-eat-bundle"><name>Detached EAT Bundle</name>

<t>In this detached EAT bundle, the main token is produced by a HW attestation block.
The detached Claims-Set is produced by a TEE and is largely identical to the Simple TEE examples above.
The TEE digests its Claims-Set and feeds that digest to the HW block.</t>

<t>In a better example the attestation produced by the HW block would be a CWT and thus signed and secured by the HW block.
Since the signature covers the digest from the TEE that Claims-Set is also secured.</t>

<t>The detached EAT bundle itself can be assembled by untrusted software.</t>

<figure><artwork><![CDATA[
/ This is a detached EAT bundle tag.  Note that 602, the tag /
/ identifying a detached EAT bundle is not yet registered /
/ with IANA /

602([

    / First part is a full EAT token with claims like nonce and /
    / UEID. Most importantly, it includes a submodule that is a /
    / detached digest which is the hash of the "TEE" claims set /
    / in the next section. The COSE payload follows:            /
    / { /
    /      10: h'948F8860D13A463E', /
    /     256: h'0198F50A4FF6C05861C8860D13A638EA', /
    /     258: 64242, /
    /     262: true, /
    /     263: 3, /
    /     260: ["3.1", 1], /
    /     266: { /
    /         "TEE": [ /
    /             -16, /
    /              h'8DEF652F47000710D9F466A4C666E209  /
    /                DD74F927A1CEA352B03143E188838ABE' /
    /         ] /
    /     } /
    /   }  /
    h'D83DD28443A10126A05866A80A48948F8860D13A463E1901
      00500198F50A4FF6C05861C8860D13A638EA19010219FAF2
      19010504190106F5190107031901048263332E310119010A
      A163544545822F58208DEF652F47000710D9F466A4C666E2
      09DD74F927A1CEA352B03143E188838ABE5840F690CB0388
      677FA624A3775FD7CBC4E8409EC9816BE32FA474733B0F98
      C27FBAEDBBC9963B9CB5ECC03C3E35B3AFC0B7B35B495DEA
      C0997122EA867F07B8D5EB',
    {
       / A CBOR-encoded byte-string wrapped EAT claims-set. It /
       / contains claims suitable for a TEE                    /
       "TEE" : h'a40a48948f8860d13a463e190106f519010702
                 190111818218795858a60064336132340c0101
                 6b41636d6520544545204f530d65332e312e34
                 0282a2181f6b41636d6520544545204f531821
                 01a2181f6b41636d6520544545204f53182102
                 06a111a118186e61636d655f7465655f332e65
                 7865'
    }
 ])
 
]]></artwork></figure>

<figure><artwork><![CDATA[
/ This example contains submodule that is a detached digest,   /
/ which is the hash of a Claims-Set convey outside this token. /
/ Other than that is is the other example of a token from an   /
/ attestation HW block                                         /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / secboot /        262: true,
    / dbgstat /        263: 3, / disabled-permanently /
    / hwversion /      260: [ "3.1", 1 ], / multipartnumeric /
    / submods/         266: {
                                "TEE": [ / detached digest submod /
                                           -16, / SHA-256 /
                                           h'e5cf95fd24fab7144674
                                             2dd58d43dae178e55fe2
                                             b94291a9291082ffc263
                                             5a0b'
                                       ]
                            }
}

]]></artwork></figure>

</section>
<section anchor="json-encoded-detached-eat-bundle"><name>JSON-encoded Detached EAT Bundle</name>

<t>In this bundle there are two detached Claims-Sets, "CS1" and "CS2".
The JWT at the start of the bundle has detached signature submodules with hashes of "CS1" and "CS2".
TODO: make the JWT actually be correct verifiable JWT.</t>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
[
   [
      "JWT",
      "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJKLUF0dGVzdGVy\
IiwiaWF0IjoxNjUxNzc0ODY4LCJleHAiOm51bGwsImF1ZCI6IiIsInN1YiI6IiJ9.gjw\
4nFMhLpJUuPXvMPzK1GMjhyJq2vWXg1416XKszwQ"
   ],
   {
      "Audio Subsystem Claims": "ewogICAgICAgICAgICAibm9uY2UiOiAgICA\
gImxJK0lZTkU2Umo2TyIsCiAgICAgICAgICAgICJpYXQiOiAgICAgIDE1MjY1NDI4OTQ\
KICAgICAgICAgfQo=",
      "Graphics Subsystem Claims": "ewogICAgICAgICAgICAibm9uY2UiOiAg\
ICJsSStJWU5FNlJqNk8iLAogICAgICAgICAgICAiaWF0IjogICAgIDE1MjY1NDI4OTQK\
ICAgICAgICB9"
   }
]
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="UEID-Design"><name>UEID Design Rationale</name>

<section anchor="collision-probability"><name>Collision Probability</name>

<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 software 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"><name>No Use of UUID</name>

<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>The design of UUID accommodates the construction of a unique identifier by combination of several identifiers that separately do not provide sufficient uniqueness.
UEID takes the view that this construction is no longer needed, in particular because cryptographic-quality random number generators are readily available.
It takes the view that hardware, software and/or manufacturing process implement UEID in a simple and direct way.</t>

</section>
</section>
<section anchor="eat-relation-to-ieee8021ar-secure-device-identity-devid"><name>EAT Relation to IEEE.802.1AR Secure Device Identity (DevID)</name>

<t>This section describes several distinct ways in which an IEEE IDevID <xref target="IEEE.802.1AR"/> relates to EAT, particularly to UEID and SUEID.</t>

<t><xref target="IEEE.802.1AR"/> orients around the definition of an implementation called a "DevID Module."
It describes how IDevIDs and LDevIDs are stored, protected and accessed using a DevID Module.
A particular level of defense against attack that should be achieved to be a DevID is defined.
The intent is that IDevIDs and LDevIDs can be used with any network protocol or message format.
In these protocols and message formats the DevID secret is used to sign a nonce or similar to prove the association of the DevID certificates with the device.</t>

<t>By contrast, EAT standardize a message format that is sent to a relying party, the very thing that is not defined in <xref target="IEEE.802.1AR"/>.
Nor does EAT give details on how keys, data and such are stored protected and accessed.
EAT is intended to work with a variety of different on-device implementations ranging from minimal protection of assets to the highest levels of asset protection.
It does not define any particular level of defense against attack, instead providing a set of security considerations.</t>

<t>EAT and DevID can be viewed as complimentary when used together or as competing to provide a device identity service.</t>

<section anchor="devid-used-with-eat"><name>DevID Used With EAT</name>

<t>As just described, EAT standardizes a message format and <xref target="IEEE.802.1AR"/> doesn't.
Vice versa, EAT doesn't define a an device implementation and DevID does.</t>

<t>Hence, EAT can be the message format that a DevID is used with.
The DevID secret becomes the attestation key used to sign EATs.
The DevID and its certificate chain become the endorsement sent to the verifier.</t>

<t>In this case, the EAT and the DevID are likely to both provide a device identifier (e.g. a serial number).
In the EAT it is the UEID (or SUEID).
In the DevID (used as an endorsement), it is a device serial number included in the subject field of the DevID certificate.
It is probably a good idea in this use for them to be the same serial number or for the UEID to be a hash of the DevID serial number.</t>

</section>
<section anchor="how-eat-provides-an-equivalent-secure-device-identity"><name>How EAT Provides an Equivalent Secure Device Identity</name>

<t>The UEID, SUEID and other claims like OEM ID are equivalent to the secure device identity put into the subject field of a DevID certificate.
These EAT claims can represent all the same fields and values that can be put in a DevID certificate subject.
EAT explicitly and carefully defines a variety of useful claims.</t>

<t>EAT secures the conveyance of these claims by having them signed on the device by the attestation key when the EAT is generated.
EAT also signs the nonce that gives freshness at this time.
Since these claims are signed for every EAT generated, they can include things that vary over time like GPS location.</t>

<t>DevID secures the device identity fields by having them signed by the manufacturer of the device sign them into a certificate.
That certificate is created once during the manufacturing of the device and never changes so the fields cannot change.</t>

<t>So in one case the signing of the identity happens on the device and the other in a manufacturing facility,
but in both cases the signing of the nonce that proves the binding to the actual device happens on the device.</t>

<t>While EAT does not specify how the signing keys, signature process and storage of the identity values should be secured against attack,
an EAT implementation may have equal defenses against attack.
One reason EAT uses CBOR is because it is simple enough that a basic EAT implementation can be constructed entirely in hardware.
This allows EAT to be implemented with the strongest defenses possible.</t>

</section>
<section anchor="an-x509-format-eat"><name>An X.509 Format EAT</name>

<t>It is possible to define a way to encode EAT claims in an X.509 certificate.
For example, the EAT claims might be mapped to X.509 v3 extensions.
It is even possible to stuff a whole CBOR-encoded unsigned EAT token into a X.509 certificate.</t>

<t>If that X.509 certificate is an IDevID or LDevID, this becomes another way to use EAT and DevID together.</t>

<t>Note that the DevID must still be used with an authentication protocol that has a nonce or equivalent.
The EAT here is not being used as the protocol to interact with the rely party.</t>

</section>
<section anchor="device-identifier-permanence"><name>Device Identifier Permanence</name>

<t>In terms of permanence, an IDevID is similar to a UEID in that they do not change over the life of the device.
They cease to exist only when the device is destroyed.</t>

<t>An SUEID is similar to an LDevID.
They change on device life-cycle events.</t>

<t><xref target="IEEE.802.1AR"/> describes much of this permanence as resistant to attacks that seek to change the ID.
IDevID permanence can be described this way because <xref target="IEEE.802.1AR"/> is oriented around the definition of an implementation with a particular level of defense against attack.</t>

<t>EAT is not defined around a particular implementation and must work on a range of devices that have a range of defenses against attack.
EAT thus can't be defined permanence in terms of defense against attack.
EAT's definition of permanence is in terms of operations and device lifecycle.</t>

</section>
</section>
<section anchor="CDDL_for_CWT"><name>CDDL for CWT and JWT</name>

<t><xref target="RFC8392"/> was published before CDDL was available and thus is specified in prose, not CDDL.
Following is CDDL specifying CWT as it is needed to complete this specification.
This CDDL also covers the Claims-Set for JWT.</t>

<t>The COSE-related types in this CDDL are defined in <xref target="RFC9052"/>.</t>

<t>This however is NOT a normative or standard definition of CWT or JWT in CDDL.
The prose in CWT and JWT remain the normative definition.</t>

<figure><sourcecode type="CDDL"><![CDATA[
; This is replicated from draft-ietf-rats-uccs

Claims-Set = {
    * $$Claims-Set-Claims
    * Claim-Label .feature "extended-claims-label" => any
}
Claim-Label = int / text
string-or-uri = text

$$Claims-Set-Claims //= ( iss-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( sub-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( aud-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( exp-claim-label => ~time )
$$Claims-Set-Claims //= ( nbf-claim-label => ~time )
$$Claims-Set-Claims //= ( iat-claim-label => ~time )
$$Claims-Set-Claims //= ( cti-claim-label => bytes )

iss-claim-label = JC<"iss", 1>
sub-claim-label = JC<"sub", 2>
aud-claim-label = JC<"aud", 3>
exp-claim-label = JC<"exp", 4>
nbf-claim-label = JC<"nbf", 5>
iat-claim-label = JC<"iat", 6>
cti-claim-label = CBOR-ONLY<7>  ; jti in JWT: different name and text

JSON-ONLY<J> = J .feature "json"
CBOR-ONLY<C> = C .feature "cbor"

; Be sure to have cddl 0.8.29 or higher for this to work
JC<J,C> = JSON-ONLY<J> / CBOR-ONLY<C>

]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; A JWT message is either a JWS or JWE in compact serialization form
; with the payload a Claims-Set. Compact serialization is the
; protected headers, payload and signature, each b64url encoded and
; separated by a ".". This CDDL simply matches top-level syntax of of
; a JWS or JWE since it is not possible to do more in CDDL.

JWT-Message =
   text .regexp "[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+"


; Note that the payload of a JWT is defined in claims-set.cddl. That 
; definition is common to CBOR and JSON.
]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; This is some CDDL describing a CWT at the top level This is
; not normative. RFC 8392 is the normative definition of CWT.

CWT-Messages = CWT-Tagged-Message / CWT-Untagged-Message

; The payload of the COSE_Message is always a Claims-Set

; The contents of a CWT Tag must always be a COSE tag
CWT-Tagged-Message = #6.61(COSE_Tagged_Message)

; An untagged CWT may be a COSE tag or not
CWT-Untagged-Message = COSE_Messages
]]></sourcecode></figure>

</section>
<section anchor="Claim_Characteristics"><name>Claim Characteristics</name>

<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"><name>Interoperability and Relying Party Orientation</name>

<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"><name>Operating System and Technology Neutral</name>

<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 software 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"><name>Security Level Neutral</name>

<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"><name>Reuse of Extant Data Formats</name>

<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"><name>Proprietary Claims</name>

<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="keyid"><name>Endorsements and Verification Keys</name>

<t>The verifier must possess the correct key when it performs the cryptographic part of an EAT verification (e.g., verifying the COSE/JOSE signature).
This section describes several ways to identify the verification key.
There is not one standard method.</t>

<t>The verification key itself may be a public key, a symmetric key or something complicated in the case of a scheme like Direct Anonymous Attestation (DAA).</t>

<t>RATS Architecture <xref target="RATS.Architecture"/> describes what is called an endorsement.
This is an input to the verifier that is usually the basis of the trust placed in an EAT and the attester that generated it.
It may contain the public key for verification of the signature on the EAT.
It may contain reference values to which EAT claims are compared as part of the verification process.
It may contain implied claims, those that are passed on to the relying party in attestation results.</t>

<t>There is not yet any standard format(s) for an endorsement.
One format that may be used for an endorsement is an X.509 certificate.
Endorsement data like reference values and implied claims can be carried in X.509 v3 extensions.
In this use, the public key in the X.509 certificate becomes the verification key, so identification of the endorsement is also identification of the verification key.</t>

<t>The verification key identification and establishment of trust in the EAT and the attester may also be by some other means than an endorsement.</t>

<t>For the components (attester, verifier, relying party,...) of a particular end-end attestation system to reliably interoperate, its definition should specify how the verification key is identified.
Usually, this will be in the profile document for a particular attestation system.</t>

<section anchor="identification-methods"><name>Identification Methods</name>

<t>Following is a list of possible methods of key identification. A specific attestation system may employ any one of these or one not listed here.</t>

<t>The following assumes endorsements are X.509 certificates or equivalent and thus does not mention or define any identifier for endorsements in other formats. If such an endorsement format is created, new identifiers for them will also need to be created.</t>

<section anchor="cosejws-key-id"><name>COSE/JWS Key ID</name>

<t>The COSE standard header parameter for Key ID (kid) may be used. See <xref target="RFC9052"/> and <xref target="RFC7515"/></t>

<t>COSE leaves the semantics of the key ID open-ended.
It could be a record locator in a database, a hash of a public key, an input to a KDF, an authority key identifier (AKI) for an X.509 certificate or other.
The profile document should specify what the key ID's semantics are.</t>

</section>
<section anchor="jws-and-cose-x509-header-parameters"><name>JWS and COSE X.509 Header Parameters</name>

<t>COSE X.509 <xref target="COSE.X509.Draft"/> and JSON Web Siganture <xref target="RFC7515"/> define several header parameters (x5t, x5u,...) for referencing or carrying X.509 certificates any of which may be used.</t>

<t>The X.509 certificate may be an endorsement and thus carrying additional input to the verifier. It may be just an X.509 certificate, not an endorsement. The same header parameters are used in both cases. It is up to the attestation system design and the verifier to determine which.</t>

</section>
<section anchor="cbor-certificate-cose-header-parameters"><name>CBOR Certificate COSE Header Parameters</name>

<t>Compressed X.509 and CBOR Native certificates are defined by CBOR Certificates <xref target="CBOR.Cert.Draft"/>. These are semantically compatible with X.509 and therefore can be used as an equivalent to X.509 as described above.</t>

<t>These are identified by their own header parameters (c5t, c5u,...).</t>

</section>
<section anchor="claim-based-key-identification"><name>Claim-Based Key Identification</name>

<t>For some attestation systems, a claim may be re-used as a key identifier. For example, the UEID uniquely identifies the entity and therefore can work well as a key identifier or endorsement identifier.</t>

<t>This has the advantage that key identification requires no additional bytes in the EAT and makes the EAT smaller.</t>

<t>This has the disadvantage that the unverified EAT must be substantially decoded to obtain the identifier since the identifier is in the COSE/JOSE payload, not in the headers.</t>

</section>
</section>
<section anchor="other-considerations"><name>Other Considerations</name>

<t>In all cases there must be some way that the verification key is itself verified or determined to be trustworthy.
The key identification itself is never enough.
This will always be by some out-of-band mechanism that is not described here.
For example, the verifier may be configured with a root certificate or a master key by the verifier system administrator.</t>

<t>Often an X.509 certificate or an endorsement carries more than just the verification key.
For example, an X.509 certificate might have key usage constraints and an endorsement might have reference values.
When this is the case, the key identifier must be either a protected header or in the payload such that it is cryptographically bound to the EAT.
This is in line with the requirements in section 6 on Key Identification in JSON Web Signature <xref target="RFC7515"/>.</t>

</section>
</section>
<section anchor="changes-from-previous-drafts"><name>Changes from Previous Drafts</name>

<t>The following is a list of known changes since the immediately previous drafts.  This list is
non-authoritative.  It is meant to help reviewers see the significant
differences. A comprehensive history is available via the IETF Datatracker's record for this document.</t>

<section anchor="from-draft-ietf-rats-eat-16"><name>From draft-ietf-rats-eat-16</name>
<t><list style="symbols">
  <t>Add some references to CBOR and CDDL RFCs when introducing terms, examples, ...</t>
  <t>Minor wording improvements in section 6 on profiles.</t>
  <t>Clarifications on non-mixing of encoding formats in detached EAT bundles</t>
  <t>Say that submodules can be used in evidence or results + other guidance</t>
  <t>General edits to the submodules section</t>
  <t>Change the way detached digests are identified in JSON-encoded tokens</t>
</list></t>

</section>
</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>

<t>Many thanks to the following contributors to draft versions of this
document:</t>

    <contact initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </contact>
    <contact initials="T." surname="Fossati" fullname="Thomas Fossati">
      <organization>Arm Limited</organization>
      <address>
        <email>thomas.fossati@arm.com</email>
      </address>
    </contact>
    <contact initials="M." surname="Ballesteros" fullname="Miguel Ballesteros">
      <organization></organization>
      <address>
      </address>
    </contact>
    <contact initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </contact>
    <contact initials="P." surname="Uiterwijk" fullname="Patrick Uiterwijk">
      <organization></organization>
      <address>
      </address>
    </contact>
    <contact initials="M." surname="Brossard" fullname="Mathias Brossard">
      <organization></organization>
      <address>
      </address>
    </contact>
    <contact initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization>Arm Limited</organization>
      <address>
        <email>hannes.tschofenig@arm.com</email>
      </address>
    </contact>
    <contact initials="P." surname="Crowley" fullname="Paul Crowley">
      <organization></organization>
      <address>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+y963LcWHog+B9PgWV1RJHdmUmRolSS7Co3i2RVs6zbiFSX
PbUVMpgJJtHKBNIAUlS2Wo55kNmIfZZ9lHmS/e7nOwCSYrvtid0IK+wuJnBw
rt/57pfxeJw0bVbO3mWLqsyfpW29zpNiVdNfTXv44MHTB4fJNGufpU07S5JZ
NS2zJTSc1dl1Oy7y9npcZ20zzrN2fPBNktzOn6Vvji8v0p+r+n1RztMf62q9
Sr5Kp1XZ5GWzbp6lX2/y5mt41KyvlkXTFFXZblbQ5/nZ5Q/JqniWpGlbTbUd
/Zjlq/YGnhzh76aq2zq/bkKLZrOMH0yr5Sqbtq7F+io8Kyt8VF9P81nTbha5
NmuLFn9c3uTpWQk/Nulx2+awQS3MMb2s3udlunt2fLmXZFdXdf7hWQo/kqzO
M5h82eZ1mbfJ+1vYq2Je4uIz9/n0qqph0bOshSEOHxw8HB88SLJ1e1PVz5Jx
WpQw/eeT9Pm6nF0tslkOM+Stfp6t67yc5tGrqoaNvsin6xqnCTOu6k36/PkJ
vMqXWbF4li7mi9830qCl9xPYAR3px0n6As59ky1tnB+LupjdZLV7QaP8t3W2
gC+X6WU+vSmrRTUv8gbWO53gvsJJ5LCnj7755lH6oqrzm2rd5OlpXXzAaU5h
cJhnVqanRT6vcNfzOezGs/QkWxTXVV0WGR3XumxraPn24hh+rm4IGHd+d5A+
efQkffzoIP0GQHEnLG7JU/z9v7bF5F9lfn55P03SV1+fVmU1v1mHnfwpr/Pl
Jn5z/yUefvM0/SGrSzjHaj2/Sd9U2cyW6F7Qema4oW8PjtJvnl9ECyyLNp+l
/wjQMauWYa2/OzpKDw4fHaYPHz88ePI0rPRP1Ywmu3WpJ5P052yxyKZhnSdZ
vXAPaYlvYNQ/wCxm6UV13d4C0I50gTLSFL76fZ3PbrBVI41opAQub1sXV+uW
YZVH+UNevk+/L+r3N9XizzrMD3W2Lm+q67xOL84v4anelN4LGfUGeplcSS+/
b4p2cm0tJwDqOtrlTbXMmvSHqmngPulwx/UyfV4scU9Dly01nVxz099nte4X
9/SimK/zRfo97A9czryuGvdqepPBuzf43xo2obSrBgCXLwDsbPsIwzUOJKf1
7xAf/r7RppNpZj2/zmADp+/TtzDV+rb40/swZtbeFLCy72ucbz0L+5uVJUDh
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
SzBIqdbEONDYteFq5Z+l6UHOUe2QB3zXgInrght5fiBQzqccFOmfUscuAWDI
tLuDB+FJ6+Lq9MXV8CK6fPs4Skcfkjfv21eXzderxy+vPhwPz4bHi5dvvnn9
bjx8+/jrc/rm/ft/PP72J+909Hi2vnn87enZ8fGH4+OPb34cfjs5gb9PLxfP
fnn6/vQYfv8mffv8zas3b0dPg8vLzqT+3buL193Np1ePp6PWd+/f/OS9jNrf
v59/X/+m8+3q8eqbV6PRu/6T928vNz98+zL69ub6xfmPrfriyTfPW98PZk8/
wVCX2eI4qj/7uPr61S8vrus/XC9/8urd3vjjk/n77WQT/zJ8edIOsu674ab3
fHzxXesf10/mn863/3g8u47bQZx9qSv3s1m5p8ly+0mDB3cuvH5fXvjtWOqs
Pyms+JO3r3MLHt88acbfD5MXyZNvvgu+TZ6OnlyNH0/w7/M3v5wHz5MngwY8
tJq0ntFDT9+cNaePv/tl+pP3+Lub8+Q6id6eNc/fp5+ev3/z6fkvk+aLkx/a
0Mw8/hqaXXSC8ePr7HxxFvw4Ou+eJ+fZ+fJ58EOCv0PTP3mX76/by7NnV09X
T95sX37/8dnLX74JHj97f3Xz5B/hx7ffXwbtoPv9N9kv198euCc3l+PgnyEE
DR/YPC4M2OzJhMoAyOcVV5Kno5OLoVYFhEdVenM6YjlenAFvig/q7R9VVJaW
Wf7PGxh25ORZZnBmOS0Ni3aiMNMLQJIiIlooaOkCRhWQA97rBod+0D+U/bx6
MAyaQdh9cAtOhv/QqQl8FUdYFVx9+b9+vv3FeLHC4rrLcgMSQgUDCJvH7W4z
bA+7x81Br39y2hy2Bxhf0QybrWa72Wl2m71mn4fo5AfL+4PjwXF41jlt9zDE
66wL7Y36w3bQ6R13et3W2ajdOT7tdVRBHQw7LQIr6AS9Xrc/CoPh2dlxv90Z
drrD406ndwqvD3qqjw6boJ72WoMgbLeGvcGo3et3uuEJvN4NwlOwz0fdMAy6
aqUPj8NWq9fvPbhlVezqmNKNuBo/+0e+mzG8G74NQd/K2E81e0/DlFS4J6YU
G/cumdJtGlIDXZpzotxLr5Oix6rTHDMoQXPjQgoTWwbXAVCycFesWOoFMFed
Y4nndIctz+J4KtQrtemkWU0O4iI2EdY8RG1TBaj1S5r65bnrcZNb5KBqaU21
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

-->

</rfc>

