<?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-25" category="std" consensus="true" submissionType="IETF" 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></organization>
      <address>
        <email>giridhar.mandyam@gmail.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="2024" month="January" day="15"/>

    <area>Security</area>
    <workgroup>RATS</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 the type and degree of trust placed in 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 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.
To give an example of one aspect of the difference, consider the association and life-cycle of key material.
For authentication, keys are associated with a user or service and set up by actions performed by a user or an operator of a service.
For attestation, the keys are associated with specific devices and are configured by device manufacturers.
The reader is assumed to be familiar with the goals and security model for attestation as described in RATS Architecture <xref target="RFC9334"/> and are not repeated here.</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 Global Positioning Sytem (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 characteristics for a particular token and use case.
<xref target="profiles"/> describes profile contents and provides a profile that is suitable for constrained device use cases.</t>

<t>The entity's 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 Trusted Platform Modules or Secure Elements.
Others may rely solely on simple software 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 JavaScript Object Notation (JSON) <xref target="RFC8259"/> or Concise Binary Object Representation (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.
Like CWT and JWT, EAT does not imply any message flow.</t>

<t>Following is a very simple example.
It is JSON format for easy reading, but could also be CBOR.
Only the Claims-Set, the payload for the JWT, is shown.</t>

<figure><artwork><![CDATA[
{
    "eat_nonce": "MIDBNH28iioisjPy",
    "ueid":      "AgAEizrK3Q",
    "oemid":     76543, 
    "swname":    "Acme IoT OS",
    "swversion": "3.1.4"
}
]]></artwork></figure>

<t>This example has a nonce for freshness.
This nonce is the base64url encoding of a 12 byte random binary byte string.
The ueid is effectively a serial number uniquely identifying the device.
This ueid is the base64url encoding of a 48-bit MAC address preceded by the type byte 0x02.
The oemid identifies the manufacturer using a Private Enterprise Number <xref target="PEN"/>.
The software is identified by a simple string name and version.
It could be identified by a full manifest, but this is a minimal example.</t>

<section anchor="entity-overview"><name>Entity Overview</name>

<t>This document uses the term "entity" to refer to the target of an EAT.
Most of the claims defined in this document are claims about an entity.
An entity is equivalent to a target environment in an attester as defined in <xref target="RFC9334"></xref>.</t>

<t>Layered attestation and composite devices, as described in <xref target="RFC9334"></xref>, are supported by a submodule mechanism (see <xref target="submods"/>).
Submodules allow nesting of EATs and of claims-sets so that such hierarchies can be modeled.</t>

<t>An entity is the same as a "system component", as defined in the Internet Security Glossary <xref target="RFC4949"/>.</t>

<t>Note that <xref target="RFC4949"/> defines  "entity" and "system entity" as synonyms, and that they may be a person or organization in addition to being a system component.
In the EAT context, "entity" never refers to a person or organization.
The hardware and software that implement a web site server or service may be an entity in the EAT sense, but the organization that operates, maintains or hosts the web site is not an entity.</t>

<t>Some examples of entities:</t>

<t><list style="symbols">
  <t>A Secure Element</t>
  <t>A Trusted Execution Environment (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 Internet of Things (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 defined in CDDL and serialized using CBOR or JSON</t>
  <t>Security envelopes based on CBOR Object Signing and Encryption (COSE) and Javascript Object Signing and Encryption (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 tokens 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.
Tokens with security envelopes or bare claims sets 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 encoding 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 EATs for specific use cases in follow-on documents.
One basic profile for constrained devices is normatively defined.</t>

</section>
<section anchor="operating-model-and-rats-architecture"><name>Operating Model and RATS Architecture</name>

<t>EAT follows the operational model described in Figure 1 in RATS Architecture <xref target="RFC9334"/>. 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" claim (e.g., 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>base64url-encoded:</dt>
  <dd>
    <t>base64url-encoded is as described in <xref target="RFC7515"/>, i.e., using URL- and filename-safe character set <xref target="RFC4648"/> with all trailing '=' characters omitted and without the inclusion of any line breaks, whitespace, or other additional characters.</t>
  </dd>
  <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="RFC9334"/>:</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>
</dl>

<t>This document reuses terminology from CDDL <xref target="RFC8610"/>:</t>

<dl>
  <dt>Group Socket:</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 an encoded (serialized) message the purpose of which is to transfer a Claims-Set between two parties.
An EAT <bcp14>MUST</bcp14> always contain a Claims-Set.
In this document an EAT is always a CWT or JWT.</t>

<t>An EAT <bcp14>MUST</bcp14> have authenticity and integrity protection.
CWT and JWT provide that in this document.</t>

<t>Further documents may define other encodings and security mechanims for EAT.</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 another 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, i.e., the nested EAT may be encoded using CBOR and the enclosing EAT encoded using JSON or vice versa.
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>

<t>The top-level CDDL type for CBOR-encoded EATs is EAT-CBOR-Token and for JSON is EAT-JSON-Token (while CDDL and CDDL tools provide enough support for shared definitions of most items in this document, they don’t provide enough support for this sharing at the top level).</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> group socket. Claims defined by other specifications <bcp14>MUST</bcp14> also be added to the <spanx style="verb">$$Claims-Set-Claims</spanx> group socket.</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 between 8 and 64 bytes in length.
In JSON, an EAT nonce is a text string between 8 and 88 bytes in length.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (8..88), 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, as described in <xref target="UEIDCreateRules"/>. 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>UEIDs are not designed for direct use by humans (e.g., printing on
the case of a device), so no such representation is defined.</t>

<t>There are privacy considerations for UEIDs. See <xref target="ueidprivacyconsiderations"/>.</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 (10..44) , bstr .size (7..33)>
]]></sourcecode></figure>

<section anchor="UEIDCreateRules"><name>Rules for Creating UEIDs</name>

<t>These rules are solely for the creation of UEIDs.
The EAT consumer need not have any awareness of them.</t>

<t>A UEID is constructed of a single type byte followed by the unique bytes for that type.
The type byte assures global uniqueness of a UEID even if the unique bytes for different types are accidentally the same.</t>

<t>UEIDS are variable length to accommodate the types defined here and future-defined types.</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.
See <xref target="UEID-Design"/>.</t>

<t>A UEID is permanent. It <bcp14>MUST</bcp14> never change for a given entity.</t>

<t>The different types of UEIDs 1) accommodate different manufacturing processes, 2) accommodate small UEIDs, 3) provide an option that doesn't require registration fees and central administration.</t>

<t>In the unlikely event that a new UEID type is needed, it <bcp14>MUST</bcp14> be defined in a standards-track update to this document.</t>

<t>A manufacturer of entities <bcp14>MAY</bcp14> use different types for different products.
They <bcp14>MAY</bcp14> also change from one type to another for a given product or use one type for some items of a given produce and another type for other.</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 makes use of the device identification scheme operated by the IEEE. 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; changeable MAC addresses that don't meet the permanence requirements in this document <bcp14>MUST NOT</bcp14> be used for the UEID or SUEID) <xref target="IEEE.802-2001"/>, <xref target="OUI.Guide"/>.</c>
      <c>0x03</c>
      <c>IMEI</c>
      <c>This makes use of the International Mobile Equipment Identity (IMEI) scheme operated by the GSMA. This is a 14-digit identifier consisting of an 8-digit Type Allocation Code (TAC) 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>

</section>
<section anchor="rules-for-consuming-ueids"><name>Rules for Consuming UEIDs</name>

<t>For the consumer, a UEID is solely a globally unique opaque identifier.
The consumer does not and should not have any awareness of the rules and structure used to achieve global uniqueness.</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.</t>

<t>The consumer of a UEID <bcp14>MUST</bcp14> treat it as a completely opaque string of bytes and <bcp14>MUST NOT</bcp14> make any use of its internal structure.
The reasons for this are:</t>

<t><list style="symbols">
  <t>UEIDs types vary freely from one manufacturer to the next.</t>
  <t>New types of UEIDs may be defined.</t>
  <t>The manufacturer of an entity is allowed to change from one type of UEID to another anytime they want.</t>
</list></t>

<t>For example, when the consumer receives a type 0x02 UEID, they should not use the OUI part to identify the manufacturer of the device because there is no guarantee all UEIDs will be type 0x02.
Different manufacturers may use different types.
A manufacturer may make some of their product with one type and others with a different type or even change to a different type for newer versions of their product.
Instead, the consumer should use the "oemid" claim.</t>

</section>
</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 Identifier 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>

<t>Note that the "hwmodel" claim in <xref target="hwmodel"/>, the "oemboot" claim in <xref target="oemboot"/> and "dbgstat" claim in <xref target="dbgstat"/> depend on this claim.</t>

<t>Sometimes one manufacturer will acquire or merge with another.
Depending on the situation and use case newly manfactured devices may continue to use the old OEM ID or switch to a new one.
This is left to the discretion of the manufacturers, but they should consider how it affects the above-mentioned claims and the attestation eco-system for their devices.
The considerations are the same for all three forms of this claim.</t>

<section anchor="random-number-based-oem-id"><name>Random Number Based OEM ID</name>

<t>The random number based OEM ID <bcp14>MUST</bcp14> always be 16 bytes (128 bits) long.</t>

<t>The OEM may 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>In JSON-encoded tokens this <bcp14>MUST</bcp14> be base64url-encoded.</t>

</section>
<section anchor="ieee-based-oem-id"><name>IEEE Based OEM ID</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-encoded tokens, this <bcp14>MUST</bcp14> be base64url-encoded and always 4 bytes.</t>

</section>
<section anchor="iana-private-enterprise-number-based-oem-id"><name>IANA Private Enterprise Number Based OEM ID</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"><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.
The "hwmodel" claim <bcp14>MUST</bcp14> only be present if an "oemid" claim described in <xref target="oemid"/> is present.</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="RFC9393"/>.
It is useful to know how to sort versions so the newer can be distinguished from the older.
A "hwversion" claim <bcp14>MUST</bcp14> only be present if a "hwmodel" claim described in <xref target="hwmodel"/> is present.</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"><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 described in <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 defined in <xref target="RFC9393"/> to give a simple version for the software.
A "swversion" claim <bcp14>MUST</bcp14> only be present if a "swname" claim described in <xref target="swname"/> is present.</t>

<t>The "manifests" claim <xref target="manifests"/> may 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="oemboot"><name>oemboot (OEM Authorized Boot) Claim</name>

<t>An "oemboot" claim with value of true indicates the entity booted with software authorized by the manufacturer of the entity as indicated by the "oemid" claim described in <xref target="oemid"/>.
It indicates the firmware and operating system are fully under control of the OEM and may not be replaced by the end user or even the enterprise that owns the device.
The means of control may be by cryptographic authentication of the software, by the software being in Read-Only Memory (ROM), a combination of the two or other.
If this claim is present the "oemid" claim <bcp14>MUST</bcp14> be present.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (oem-boot-label => bool)
]]></sourcecode></figure>

</section>
<section anchor="dbgstat"><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 privileged software that allows 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.</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.
If this debug state is reported, the "oemid" claim  <bcp14>MUST</bcp14> be present.</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 geographic position of the entity from which the attestation originates.
Latitude, longitude, altitude, accuracy, altitude-accuracy, heading and speed <bcp14>MUST</bcp14> be as defined in the W3C Geolocation API <xref target="W3C.GeoLoc"/>
(which, in turn, is based on <xref target="WGS84"/>).
If the entity is stationary, the heading is NaN (floating-point not-a-number).
Latitude and longitude <bcp14>MUST</bcp14> always be provided.
If any other of these values are unknown, they are omitted.</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 GNSS 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.
If the entity has no clock or the clock is unset but has a means to measure the time interval between the acquisition of the location and the token creation the age may be reported instead.
The age is in seconds.</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 contains the number of seconds that have elapsed since the entity or submodule 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 submodule 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 Uniform Resource Locator (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 URL 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 URL, platform label and possibly application label is specified in <xref target="DLOA"/>.</t>

<t>The retriever of a DLOA <bcp14>MUST</bcp14> follow the recommendation in <xref target="DLOA"/> and use TLS or some other means to be sure the DLOA registrar they are accessing is authentic.
The platform and application labels in the claim indicate the correct DLOA for the entity.</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 of a manifest is that it is created by the software manufacturer.
The purpose of this claim is to relay unmodified manifests to the verifier and possibly to the relying party.</t>

<t>Some manifests are signed by their software manufacturer independently, and some are not either because they do not support signing or the manufacturer chose not to sign them.
For example, a CoSWID might be signed independently before it is included in an EAT.
When signed manifests are put into an EAT, the manufacturer's signature <bcp14>SHOULD</bcp14> be included even though an EAT's signature will also cover the manifest.
This allows the receiver to directly verify the manufacturer-originated manifest.</t>

<t>This claim allows multiple manifest formats.
For example, the manifest may be a CBOR-encoded CoSWID, an XML-encoded SWID or other.
Identification of the type of manifest is always by a Constrained Application Protocol (CoAP) Content-Format integer <xref target="RFC7252"/>.
If there is no CoAP identifier registered for a manifest format, one <bcp14>MUST</bcp14> be registered.</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-encoded tokens the manifest, whatever encoding it is, <bcp14>MUST</bcp14> be placed in a text string.
When a non-text encoded 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 encodings.
In some cases EAT submodules may be used instead of the array structure in this claim for multiple manifests.</t>

<t>A CoSWID manifest <bcp14>MUST</bcp14> be a payload CoSWID, not an evidence CoSWID.
These are defined in <xref target="RFC9393"/>.</t>

<t>A Software Updates for Internet of Things (SUIT) Manifest <xref target="SUIT.Manifest"/> may be used.</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 as defined in <xref target="profiles"/>, should be used to specify which 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

]]></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="RFC9393"/>.
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, and absence.</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 (individual-result) is an array consisting of two elements, an identifier of the measurement (result-id) and an enumerated type of the result (result).
Different measurement systems will measure different things and perhaps measure the same thing in different ways.
It is up to each measurement system to define identifiers (result-id) for the measurements it reports.</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 = [
    result-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 evidence with submodules should document the semantics it associates with particular submodules for the verifier.
Likewise, a 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 = $JSON-Selector

$JSON-Selector /= [type: "JWT", nested-token: JWT-Message]
$JSON-Selector /= [type: "CBOR", nested-token: CBOR-Token-Inside-JSON-Token]
$JSON-Selector /= [type: "BUNDLE", nested-token: Detached-EAT-Bundle]
$JSON-Selector /= [type: "DIGEST", nested-token: Detached-Submodule-Digest]

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 socket.</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 standardized 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 <bcp14>MUST</bcp14> 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.
EAT, 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. They may appear in evidence or attestation results.</t>

<section anchor="iat-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 of 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 Uniform Resource Identifier (URI) or an Object Identifier (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>EATs may be employed 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 utilizes EAT.
5 possible values for "intuse" are currently defined, but an IANA registry can be created in the future to extend these values  based on new use cases of 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 (CAs) may require attestation results (which in a background check model might require receiving evidence to be passed to a verifier) to make decisions about the issuance of certificates.
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 message to convey an EAT plus detached claims sets secured by that EAT.
It is a top-level message like a CWT or JWT.
It can occur in any place that a CWT or JWT occurs, for example as a submodule nested token as defined in <xref target="Nested-Token"/>.</t>

<t>A detached EAT bundle may be either CBOR or JSON-encoded.</t>

<t>A detached EAT bundle consists of two parts.</t>

<t>The first part is an encoded EAT as follows:</t>

<t><list style="symbols">
  <t><bcp14>MUST</bcp14> have at least one submodule that is a detached submodule digest as defined in <xref target="Detached-Submodule-Digest"/></t>
  <t><bcp14>MAY</bcp14> be either CBOR or JSON-encoded and doesn't have to the the same as the encoding of the bundle</t>
  <t><bcp14>MAY</bcp14> be a CWT, or JWT or some future-defined token type, but <bcp14>MUST NOT</bcp14> be a detached EAT bundle</t>
  <t><bcp14>MUST</bcp14> be authenticity and integrity protected</t>
</list></t>

<t>The same mechanism for distinguishing the type for nested token submodules is employed here.</t>

<t>The second part is a map/object as follows:</t>

<t><list style="symbols">
  <t><bcp14>MUST</bcp14> be a Claims-Set</t>
  <t><bcp14>MUST</bcp14> use the same encoding as the bundle</t>
  <t><bcp14>MUST</bcp14> be wrapped in a byte string when the encoding is CBOR and be base64url-encoded when the encoding is JSON</t>
</list></t>

<t>For CBOR-encoded detached EAT bundles, tag TBD602 can be used to identify it.
The standard 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.TBD602(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="full-and-partial-profiles"><name>Full and Partial Profiles</name>

<t>For a "full" profile, the receiver will be able to decode and verify every possible EAT sent when a sender and receiver both adhere to it.
For a "partial" profile, there are still some protocol options left undecided.</t>

<t>For example, a profile that allows the use of signing algorithms by the sender that the receiver is not required to support is a partial profile.
The sender might choose a signing algorithm that some receivers don't support.</t>

<t>Full profiles <bcp14>MUST</bcp14> be complete such that a complying receiver can decode, verify and check for freshness every EAT created by a complying sender.
A full profile <bcp14>MAY</bcp14> or <bcp14>MAY</bcp14> NOT require the receiver to fully handle every claim in an EAT from a complying sender.
Profile specifications may assume the receiver has access to the necessary verification keys or may go into specific detail on the means to access verification keys.</t>

<t>The "eat_profile" claim <bcp14>MUST NOT</bcp14> be used to identify partial profiles.</t>

<t>While fewer profiles are preferrable, sometimes several may be needed for a use case.
One approach to handling variation in devices might be to define several full profiles that are variants of each other.
It is relatively easy and inexpensive to define profiles as they don't have to be standards track and don't have to be registered anywhere.
For example, flexibility for post-quantum algorithms can be handled as follows.
First, define a full profile for a set of non-post-quantum algorithms for current use.
Then, when post-quantum algorithms are settled, define another full profile derived from the first.</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 encodings 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, see <xref target="sec-con-freshness"/>, require 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="RFC9334"/> 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 tokens with 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, SUIT Manifest 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 gives a normative definition of one profile that is good for many constrained device use cases.</t>

<t>The identifier for this profile is "urn:ietf:rfc:rfcTBD".</t>

<t><cref anchor="to-be-removed-1">RFC Editor: please replace rfcTBD with this RFC number and remove this note.</cref></t>

<texttable title="Constrained Device Profile Definition" anchor="constrained-profile">
      <ttcol align='left'>Issue</ttcol>
      <ttcol align='left'>Profile Definition</ttcol>
      <c>CBOR/JSON</c>
      <c>CBOR <bcp14>MUST</bcp14> be used</c>
      <c>CBOR Encoding</c>
      <c>Definite length maps and arrays <bcp14>MUST</bcp14> be used</c>
      <c>CBOR Encoding</c>
      <c>Definite length strings <bcp14>MUST</bcp14> be used</c>
      <c>CBOR Serialization</c>
      <c>Preferred serialization <bcp14>MUST</bcp14> be used</c>
      <c>COSE Protection</c>
      <c>COSE_Sign1 <bcp14>MUST</bcp14> be used</c>
      <c>Algorithms</c>
      <c>The receiver <bcp14>MUST</bcp14> accept ES256, ES384 and ES512; the sender <bcp14>MUST</bcp14> send one of these</c>
      <c>Detached EAT Bundle Usage</c>
      <c>Detached EAT bundles <bcp14>MUST</bcp14> 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 verification key. If both are present, the kid takes precedence. (It is assumed the receiver has access to a database of trusted verification keys which allows lookup of the verification key ID; the key format and means of distribution are beyond the scope of this profile)</c>
      <c>Endorsements</c>
      <c>This profile contains no endorsement identifier</c>
      <c>Freshness</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>Any profile with different requirements than those above <bcp14>MUST</bcp14> have a different profile identifier.</t>

<t>Note that many claims can be present for tokens conforming to this profile, even claims not defined in this document.
Note also that even slight deviation from the above requirements is considered a different profile that <bcp14>MUST</bcp14> have a different identifier.
For example, if a kid (key identifier) or UEID is not used for key identification, it is not in conformance with this profile.
For another example, requiring the presence of some claim is also not in conformance and requires another profile.</t>

<t>Derivations of this profile are encouraged.
For example another profile may be simply defined as The Constrained Device Standard Profile plus the requirement for the presence of claim xxxx and claim yyyy.</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.</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>For CBOR-encoded tokens, OIDs are specified using the CDDL type name "oid" from <xref target="RFC9090"/>.
They are encoded without the tag number.
For JSON-encoded 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 conforming to the format defined in <xref target="RFC3986"/>.</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 -- <bcp14>MUST</bcp14> be base64url-encoded</t>
  <t>time -- <bcp14>MUST</bcp14> be encoded as NumericDate as described in Section 2 of <xref target="RFC7519"/>.</t>
  <t>string-or-uri -- <bcp14>MUST</bcp14> be encoded as StringOrURI as described in Section 2 of <xref target="RFC7519"/>.</t>
  <t>uri -- <bcp14>MUST</bcp14> be a URI <xref target="RFC3986"/>.</t>
  <t>oid -- <bcp14>MUST</bcp14> be encoded as a string using the well established dotted-decimal notation (e.g., the text "1.2.250.1") <xref target="RFC2252"/>.</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"/>.
Note that the JC&lt;&gt; generic uses the CDDL ".feature" control operator defined in <xref target="RFC9165"/>.</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 where a CBOR token can be nested inside a JSON token and vice versa.
Encoding-specific definitions 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 (8..88), bstr .size (8..64)>


$$Claims-Set-Claims //= (ueid-label => ueid-type)

ueid-type = JC<base64-url-text .size (10..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 //= (oem-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


$$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 = [
    result-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.TBD602(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 >
oem-boot-label         = JC< "oemboot",    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 = $JSON-Selector

$JSON-Selector /= [type: "JWT", nested-token: JWT-Message]
$JSON-Selector /= [type: "CBOR", nested-token: CBOR-Token-Inside-JSON-Token]
$JSON-Selector /= [type: "BUNDLE", nested-token: Detached-EAT-Bundle]
$JSON-Selector /= [type: "DIGEST", nested-token: Detached-Submodule-Digest]

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;
therefore, implementations should consider privacy-preserving
options dependent on the usage of the EAT.
For example, the location claim might be suppressed in EATs sent 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 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 EAT nonce claim for replay protection and token freshness.
The nonce claim is based on a value usually derived remotely (outside of the entity).
This claim might be used to extract and convey personally identifying information either inadvertently or by intention.
For instance, an implementor may choose a nonce 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.
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 and token freshness.</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="RFC9334"/> 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 <bcp14>MUST</bcp14> provide a freshness mechanism to prevent replay and related attacks.
The extensive discussions on freshness in <xref target="RFC9334"/> 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 <bcp14>MUST</bcp14> leverage an equivalent communication security protocol
(e.g. Transport Layer Security).</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 the nested EAT is itself encrypted and cryptographically verifiable (due to its
COSE envelope)
by a downstream consumer (unlike the previous example where a claims set
without a COSE envelope is sent to a downstream consumer).  Therefore, Transport Layer 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 EAT and
an 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 modified detached claims because the algorithms in the COSE registry are assumed to be
of sufficient cryptographic strength.</t>

</section>
<section anchor="verfication-key-sc"><name>Verification Keys</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="iana-cons"><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="cwt-and-jwt-claims-registered-by-this-document"><name>CWT and JWT 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>

<t>IANA is requested to register the following claims.
The "Claim Value Type(s)" here all name CDDL definitions and are only for the CWT registry.</t>

<t><cref anchor="to-be-removed-3">RFC editor: please see instructions in followg paragraph and remove for final publication</cref></t>

<t>RFC Editor: Please make the following adjustments and remove this paragraph.
Replace "<strong>this document</strong>" with this RFC number.
In the following, the claims with "Claim Key: TBD" need to be assigned a value in the Specification Required Range, preferably starting around 267.
Those below already with a Claim Key number were given early assignment.
No change is requested for them except for Claim Key 262.
Claim 262 should be renamed from "secboot" to "oemboot" in the JWT registry and its description changed in both the CWT and JWT registries.</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: 10</t>
  <t>Claim Value Type(s): bstr or array</t>
  <t>Change Controller: IETF</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: 256</t>
  <t>Claim Value Type(s): bstr</t>
  <t>Change Controller: IETF</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: 257</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IETF</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware OEM ID</t>
  <t>Claim Description: Hardware OEM ID</t>
  <t>JWT Claim Name: "oemid"</t>
  <t>Claim Key: 258</t>
  <t>Claim Value Type(s): bstr or int</t>
  <t>Change Controller: IETF</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: 259</t>
  <t>Claim Value Type(s): bstr</t>
  <t>Change Controller: IETF</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 260</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IETF</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: OEM Authorized Boot</t>
  <t>Claim Description: Indicates whether the software booted was OEM authorized</t>
  <t>JWT Claim Name: "oemboot"</t>
  <t>Claim Key: 262</t>
  <t>Claim Value Type(s): bool</t>
  <t>Change Controller: IETF</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: Indicates status of debug facilities</t>
  <t>JWT Claim Name: "dbgstat"</t>
  <t>Claim Key: 263</t>
  <t>Claim Value Type(s): uint</t>
  <t>Change Controller: IETF</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: 264</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IETF</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: 265</t>
  <t>Claim Value Type(s): uri or oid</t>
  <t>Change Controller: IETF</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: 266</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IETF</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></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): uint</t>
  <t>Change Controller: IETF</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: IETF</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): bstr</t>
  <t>Change Controller: IETF</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: IETF</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): tstr</t>
  <t>Change Controller: IETF</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): array</t>
  <t>Change Controller: IETF</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: IETF</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: IETF</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: IETF</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): uint</t>
  <t>Change Controller: IETF</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 title="UEID URN Registration" anchor="ueid-urn-reg">
      <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>

<t>ABNF for these two URNs is as follows where b64ueid is the base64url-encoded binary byte-string for the UEID or SUEID:</t>

<figure><artwork><![CDATA[
body =/ ueidbody
ueidbody = %s”ueid:” b64ueid
]]></artwork></figure>

</section>
<section anchor="cbor-tag-for-detached-eat-bundle-registered-by-this-document"><name>CBOR Tag for Detached EAT Bundle Registered by this Document</name>

<t>In the registry <xref target="IANA.cbor-tags"/>, IANA is requested to allocate the
following tag from the Specification Required space, with the present document as the
specification reference.</t>

<texttable title="Detached EAT Bundle Tag Registration" anchor="deb-tag-reg">
      <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>


  </middle>

  <back>


    <references title='Normative References'>



<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'/>
    <author fullname='J. Bradley' initials='J.' surname='Bradley'/>
    <author fullname='N. Sakimura' initials='N.' surname='Sakimura'/>
    <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'/>
    <author fullname='P. Hoffman' initials='P.' surname='Hoffman'/>
    <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'/>
    <author fullname='K. Hartke' initials='K.' surname='Hartke'/>
    <author fullname='C. Bormann' initials='C.' surname='Bormann'/>
    <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'/>
    <author fullname='J. Bradley' initials='J.' surname='Bradley'/>
    <author fullname='N. Sakimura' initials='N.' surname='Sakimura'/>
    <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='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'/>
    <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'/>
    <author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'/>
    <author fullname='S. Erdtman' initials='S.' surname='Erdtman'/>
    <author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'/>
    <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'/>
    <author fullname='C. Vigano' initials='C.' surname='Vigano'/>
    <author fullname='C. Bormann' initials='C.' surname='Bormann'/>
    <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'/>
    <author fullname='E. Auerswald' initials='E.' surname='Auerswald'/>
    <author fullname='A. Farrel' initials='A.' surname='Farrel'/>
    <author fullname='Q. Wu' initials='Q.' surname='Wu'/>
    <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 "single backslash" 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 "double backslash" 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'/>
    <author fullname='R. Fielding' initials='R.' surname='Fielding'/>
    <author fullname='L. Masinter' initials='L.' surname='Masinter'/>
    <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'/>
    <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'/>
    <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'/>
    <date month='December' year='2021'/>
    <abstract>
      <t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides "control operators" 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='RFC4648' target='https://www.rfc-editor.org/info/rfc4648'>
  <front>
    <title>The Base16, Base32, and Base64 Data Encodings</title>
    <author fullname='S. Josefsson' initials='S.' surname='Josefsson'/>
    <date month='October' year='2006'/>
    <abstract>
      <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='4648'/>
  <seriesInfo name='DOI' value='10.17487/RFC4648'/>
</reference>

<reference anchor='RFC2252' target='https://www.rfc-editor.org/info/rfc2252'>
  <front>
    <title>Lightweight Directory Access Protocol (v3): Attribute Syntax Definitions</title>
    <author fullname='M. Wahl' initials='M.' surname='Wahl'/>
    <author fullname='A. Coulbeck' initials='A.' surname='Coulbeck'/>
    <author fullname='T. Howes' initials='T.' surname='Howes'/>
    <author fullname='S. Kille' initials='S.' surname='Kille'/>
    <date month='December' year='1997'/>
    <abstract>
      <t>This document defines a set of syntaxes for LDAPv3, and the rules by which attribute values of these syntaxes are represented as octet strings for transmission in the LDAP protocol. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='2252'/>
  <seriesInfo name='DOI' value='10.17487/RFC2252'/>
</reference>

<reference anchor='RFC9393' target='https://www.rfc-editor.org/info/rfc9393'>
  <front>
    <title>Concise Software Identification Tags</title>
    <author fullname='H. Birkholz' initials='H.' surname='Birkholz'/>
    <author fullname='J. Fitzgerald-McKay' initials='J.' surname='Fitzgerald-McKay'/>
    <author fullname='C. Schmidt' initials='C.' surname='Schmidt'/>
    <author fullname='D. Waltermire' initials='D.' surname='Waltermire'/>
    <date month='June' year='2023'/>
    <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 set of semantics and features that are similar to those for 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='RFC' value='9393'/>
  <seriesInfo name='DOI' value='10.17487/RFC9393'/>
</reference>

<reference anchor='RFC9334' target='https://www.rfc-editor.org/info/rfc9334'>
  <front>
    <title>Remote ATtestation procedureS (RATS) Architecture</title>
    <author fullname='H. Birkholz' initials='H.' surname='Birkholz'/>
    <author fullname='D. Thaler' initials='D.' surname='Thaler'/>
    <author fullname='M. Richardson' initials='M.' surname='Richardson'/>
    <author fullname='N. Smith' initials='N.' surname='Smith'/>
    <author fullname='W. Pan' initials='W.' surname='Pan'/>
    <date month='January' year='2023'/>
    <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. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
    </abstract>
  </front>
  <seriesInfo name='RFC' value='9334'/>
  <seriesInfo name='DOI' value='10.17487/RFC9334'/>
</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='https://www.iana.org/assignments/cwt'>
  <front>
    <title>CBOR Web Token (CWT) Claims</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>

<reference anchor='IANA.JWT.Claims' target='https://www.iana.org/assignments/jwt'>
  <front>
    <title>JSON Web Token (JWT)</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>

<reference anchor='IANA.COSE.Algorithms' target='https://www.iana.org/assignments/cose'>
  <front>
    <title>CBOR Object Signing and Encryption (COSE)</title>
    <author>
      <organization>IANA</organization>
    </author>
  </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="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'>
  <front>
    <title>Concise Binary Object Representation (CBOR) Tags</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
</reference>

<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname='S. Bradner' initials='S.' surname='Bradner'/>
    <date month='March' year='1997'/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name='BCP' value='14'/>
  <seriesInfo name='RFC' value='2119'/>
  <seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>

<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname='B. Leiba' initials='B.' surname='Leiba'/>
    <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>




    </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'/>
    <author fullname='M. Mealling' initials='M.' surname='Mealling'/>
    <author fullname='R. Salz' initials='R.' surname='Salz'/>
    <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'/>
    <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='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'/>
    <author fullname='C. Jennings' initials='C.' surname='Jennings'/>
    <author fullname='Z. Shelby' initials='Z.' surname='Shelby'/>
    <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="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'>
  <front>
    <title>IEEE Standard for Local and Metropolitan Area Networks - Secure Device Identity</title>
    <author>
      <organization/>
    </author>
    <date month='July' year='2018'/>
  </front>
  <seriesInfo name='IEEE' value='standard'/>
  <seriesInfo name='DOI' value='10.1109/ieeestd.2018.8423794'/>
</reference>

<reference anchor='W3C.GeoLoc' target='https://www.w3.org/TR/2013/REC-geolocation-API-20131024/'>
  <front>
    <title>Geolocation API Specification</title>
    <author fullname='Andrei Popescu' role='editor'/>
    <date day='24' month='October' year='2013'/>
  </front>
  <seriesInfo name='W3C REC' value='REC-geolocation-API-20131024'/>
  <seriesInfo name='W3C' value='REC-geolocation-API-20131024'/>
</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'>
  <front>
    <title>IEEE Standard for Local and Metropolitan Area Networks: Overview and Architecture</title>
    <author>
      <organization/>
    </author>
    <date month='July' year='2014'/>
  </front>
  <seriesInfo name='IEEE' value='standard'/>
  <seriesInfo name='DOI' value='10.1109/ieeestd.2014.6847097'/>
</reference>


<reference anchor='COSE.X509.Draft' target='https://datatracker.ietf.org/doc/html/draft-ietf-cose-x509-09'>
   <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 Object Signing and Encryption (COSE) message structure uses references to keys in general.  For some algorithms, additional properties are defined that 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'/>
   
</reference>


<reference anchor='CBOR.Cert.Draft' target='https://datatracker.ietf.org/doc/html/draft-ietf-cose-cbor-encoded-cert-07'>
   <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='20' month='October' year='2023'/>
      <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-07'/>
   
</reference>


<reference anchor='UCCS' target='https://datatracker.ietf.org/doc/html/draft-ietf-rats-uccs-07'>
   <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&#x27;Donoghue' initials='J.' surname='O&#x27;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='27' month='November' year='2023'/>
      <abstract>
	 <t>   When transported over secure channels, CBOR Web Token (CWT, RFC 8392)
   Claims Sets may 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-07'/>
   
</reference>


<reference anchor='SUIT.Manifest' target='https://datatracker.ietf.org/doc/html/draft-ietf-suit-manifest-24'>
   <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'>
         </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='23' month='October' year='2023'/>
      <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 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-24'/>
   
</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' target='https://datatracker.ietf.org/doc/html/draft-ietf-rats-eat-media-type-05'>
   <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>Linaro</organization>
      </author>
      <date day='7' month='November' year='2023'/>
      <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-05'/>
   
</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.
The signing is left off so the Claims-Set is easier to see.
Some examples of signed tokens are also given.</t>

<t><cref anchor="to-be-removed-2">RFC Editor: When the IANA values are permanently assigned, please contact the authors so the examples can be regenerated. Regeneration is required because IANA-assigned values are inside hex and based-64 encoded data and some of these are signed.</cref></t>

<section anchor="claims-set-examples"><name>Claims Set 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'48df7b172d70b5a18935d0460a73dd71',
    / oemboot /        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'e253cabedc9eec24ac4e25bcbeaf7765'
    / 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],
    / oemboot /        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'd79b964ddd5471c1393c8888',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / oemboot /        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 (HLOS), for      /
/ example a Trusted Execution Environment (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.                    /


{
    / eat_nonce /       10: h'99b67438dba40743266f70bf75feb1026d5134
                              97a229bfe8'
    / oemboot /        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'8b0b28782a23d3f6',
           / oemboot /        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 an 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'5e19fba4483c7896'
    / oemboot /  262: true,
    / dbgstat /  263: 2, / disabled-since-boot /
    / oemid /    258: h'8945ad', / IEEE CID based /
    / ueid /     256: h'0198f50a4ff6c05861c8860d13a638ea', 
    / submods /  266: {
                        "OS" : {
        / oemboot /         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"><name>Attestation Results in JSON</name>

<t>This is a JSON-encoded 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",
   "oemboot": 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-submodules"><name>JSON-encoded Token with Submodules</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="signed-token-examples"><name>Signed Token Examples</name>

<section anchor="basic-cwt-example"><name>Basic CWT Example</name>

<t>This is a simple CWT-format token signed with the ECDSA algorithm.</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="cbor-encoded-detached-eat-bundle"><name>CBOR-encoded 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'3515744961254b41a6cf9c02',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / oemboot /        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, "Audio Subsystem" and "Graphics Subsystem".
The JWT at the start of the bundle has detached signature submodules with hashes that cover these two Claims-Sets.
The JWT itself is protected using HMAC with a key of "xxxxxx".</t>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
[
    [
        "JWT",
        "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlYXRfbm9uY2UiOiJ5dT\
c2Tk44SXVWNmUiLCJzdWJtb2RzIjp7IkF1ZGlvIFN1YnN5c3RlbSI6WyJESUdFU1QiLF\
siU0hBLTI1NiIsIkZSRW4yVlR3aTk5cWNNRVFzYmxtTVFnM2I1b2ZYUG5OM1BJYW5CME\
5RT3MiXV0sIkdyYXBoaWNzIFN1YnN5c3RlbSI6WyJESUdFU1QiLFsiU0hBLTI1NiIsIk\
52M3NqUVU3Q1Z0RFRka0RTUlhWcFZDNUNMVFBCWmVQWWhTLUhoVlZWMXMiXV19fQ.FYs\
7R-TKhgAk85NyCOPQlbtGGjFM_3chnhBEOuM6qCo"
    ],
    {
        "Audio Subsystem" : "ewogICAgImVhdF9ub25jZSI6ICJsSStJWU5FNlJ\
qNk8iLAogICAgInVlaWQiOiAiQWROSlU0b1lYdFVwQStIeDNqQTcvRFEiCiAgICAib2V\
taWQiOiAiaVVXdCIsCiAgICAib2VtYm9vdCI6IHRydWUsIAogICAgInN3bmFtZSI6ICJ\
BdWRpbyBQcm9jZXNzb3IgT1MiCn0K",
        "Graphics Subsystem" : "ewogICAgImVhdF9ub25jZSI6ICJZWStJWU5F\
NlJqNk8iLAogICAgInVlaWQiOiAiQWVUTUlRQ1NVMnhWQmtVdGlndHU3bGUiCiAgICAi\
b2VtaWQiOiA3NTAwMCwKICAgICJvZW1ib290IjogdHJ1ZSwgCiAgICAic3duYW1lIjog\
IkdyYXBoaWNzIE9TIgp9Cg"
    }
]

]]></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
type 0x01 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 database 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 title="Entity Database Size Examples" anchor="database-size-examples">
      <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 title="UEID Size Options" anchor="ueid-size-options">
      <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 title="UEID Collision Probability" anchor="ueid-collision-probability">
      <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 type 0x01 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 Universally Unique Identifier (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>

<t>Note also that that a type 2 UEID (EUI/MAC) is only 7 bytes compared to 16 for a UUID.</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 standardizes 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, but 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>Note that <xref target="iat-claim"/> requires that the iat claim be the type ~time-int (<xref target="common-types"/>), not the type ~time when it is used in an EAT as floating-point values are not allowed for the "iat" claim in EAT.</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"

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>New Claim Design Considerations</name>

<t>The following are design considerations that may be helpful to take into account when creating new EAT claims.
It is the product of discussion in the working group.</t>

<t>EAT reuses the CWT and JWT claims registries.
There is no registriy exclusively for EAT claims.
This is not an update to the expert review criteria for the JWT and CWT claims registries as that would be an overreach for this document.</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 encoding 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>It is not always possible or convenient to achieve the above goals, so the definition and use of proprietary claims is an option.</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="RFC9334"/> 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 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>

<t>See also security consideration in <xref target="verfication-key-sc"/>.</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 Key Derivation Function (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 Signature <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>
<section anchor="changes-from-previous-drafts"><name>Changes from Previous Drafts</name>

<t><cref anchor="remove">RFC editor: please remove this paragraph.</cref></t>

<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-24"><name>From draft-ietf-rats-eat-24</name>
<t><list style="symbols">
  <t>Use only CDDL definition names for "Claim Value Type" column in CWT claim registry</t>
  <t>Correct the "Claim Value Type" for some claims</t>
  <t>Make SUIT reference informative (it use is optional in an optional claim)</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+y923IbV5Yo+J5fkUNXhMkqABIvkiX1satokrbp1q1Fqt19
fDyuBJAEsgQg0ZkJUSiWOvo3JmImYr5lPqW/ZNZ9r52ZoFRVpyfm4Si6y0Tm
zn1de90vw+Ewef8sPU6SpmgW+bP0ep6nFyv4sU1Pmyavm6wpylV6Xb7LV+n+
xen1QZKNx1UOH8GPZFpOVtkSvptW2U0zLPLmZlhlTT3Ms2Z49CiZZM2ztG6m
STIpV3W+qjf1s7SpNnlSN1WeLZ+llxfX3yXFuqLHdXP08OHTh0dJBi+fpVf5
ZFPBVJLb2bP0zen1VfLuFrorZqtiNUszN7/JuKySZF08S9K0KSfP0i+3ef0l
/5jm62YOT07wd11WMPBNHVrU22X8YFIu19mkcS024/BsVeKj6maST+tmi1vG
zeBftmnmZfUsGabFCvp7Pkqfb1bT8SKb5vAJ79PzbFPlq0kevSqrWVgsHkFZ
bdPnz8/gVb7MisWzdDFb/KGWBg29H8GUdKTvR+mLbDXdZksb5/uiKqbzrHIv
pKuZvBkt+c0fZvjcd/fjKH315Xm5KmfzTZj5j3mVL7fxG5r4P22yBXy9TK/z
yXxVLspZkdfp5Woywr2D3c5h346+epp+l1UrOKdyM5unb8psinsN63nmX9D+
T3EBbw9P0q+eX9GDzaqpoN3bVdHk0/Qf4fSnJS5pPS9X0PZ3Jyfp4dGjo/T4
8fHhk6dhrX8qpzTZP/xbU4z+Tebpl3o2Sn/KFotsEtZ5llUL95CW+AZG/QFm
MU2vypvmFqBzoAuUkSbw1R+qfDrHVrU0opEQ8puqGG8ahg0e5Yd89S79tqje
zcvFn3WY76pss5qXN3mVXl1ew1O9ap0XMuocehmNpZc/1EUzurGWIwAtHe16
Xi6zOv2urGu4LzrcabVMnxdL3NPQZUNNRzfc9A9ZpfvFPb0oZpt8kX4L+wOX
L6/K2r2azDN49wb/W8EmrAy0AdLyBcCbbV/6U1m9q8Ooy0n1O0Qef6i16WiS
Wc+vM9jAybv0LUy1ui3+9C6MmTXzAlb2bYXzraZhf7PVCqDwup7gZqyK2b2L
nlPrUWOtO+t+nW0W6VlV3i7ybZKsymoJu/M+R3zz5ruzrx4dPpI/nzw9efqM
8RG/ArgMrZ5qq6NH9ufxU23w5PHhQ/h2Ol3I76/s1fHTJ4/lz6cPrcengCz1
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
dZTqXhQm0NrNLLNWqxE4F74jupIZjj9Oy7akjHj8Xdbz0/m5Y+UwtqyzyBvu
zcIFB4exhinL+atQLhRaU6XFMwZaXXTajtGk28xpT8iN8SqZV9yBHmZGeSjH
klepVpgutv7bfx7TzCWRny0rMU9cSJaEszN/Yev+63P27hSLx1L19uq0JmkY
bzgza6qiGdgdlFpz0gXhdTkT0wNm/sfXzftMWTM5g0vomqyBksCFwkXU4muq
9WvJ5CF5/lCMVeW1jmZn3HH5Wv4+M5c8W2psHahKuYooc5USZs3SuHX5AiWc
RB+yaOoy6/jjM38mJewtAJeFWLcEcBQmoiGQuJ1TOCi3lsxV8fQ6Wcym4lmc
WkFJQoNPemenLoWSYmAMKnlo3aJa4+QGOqiQ3ICTYfG21qyZ3yuhx34ziEKY
Q9SN48hvhFEDHg2iQRyO2m3FhbByM8sEN1vYvu51O6NmPWyMRq2o3uy0vKjT
adWHXhC2gk4c2hJ+tge/2cEOOt1Gxw8eoTR9dIAU4vxIJU9iH0Ytyosjn6UB
aHaxh2ajO4ziKOoMup121A7ag0YjbtRH7agVNKO4cx8jBaeLEX9o0UEA4kEY
c1f00Dkew2/B7v1ly6sFJGR5KMpIBoBwsZxi4CjWq1NTZ0uxtXq/rcmizXwU
hmkjRwGsR7PW5GH+oL4kwHlqnVtVNCdmoqaS4jZg0B1sDcfsNf1Ws+HDUemZ
snsO/Oa3cmSyZzmHAN24mo1FWyaO7hbJSBbRCjNV0Z0yVH2LHmy5u26BrNpQ
JADUHcSjTrvTjgehF8R+1Bm14nY0aAy8UaPldRUEmj5sOBIQiuNOfdQMW63I
Gw267Ybf7XbDzmgYDrpBvdMN7gOhLBjxemQLbECy52BOWmDJr9VDrFD4CRVD
OUj6j3T0zdogYNHu2fDCXmfJsb3Z/GSz3W55IOkhCL0+OHYPs7fUvX+JjVqd
oLjsrlirkzJFSoAhdkZ87JDoErq0tKfGS3ZvPEMlfVGnaedyEMX53OosdJ9d
uANsnFkC0vnVAqOrq4NVMpYw/kzmjVcqYY+dZZMDDlLVB5lUUBiy+RQJ5Jli
MuhQ5dXCylhCzzDnmzWPYuYX5fJMFgEZoUq1dSRv18RKOUN9cPKD0B0Bxdip
uY22VKpTum3gfcgetd2hF7wkOK4W/0l9oN1rZyPV77DdHXRbjeFw2Gy0vQgk
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
i6fPjujNly+/PX3z0TnoPx0tbp++OTjc2/u6t3d9/qH3JtqHvw8uJy+/v/hy
sAe//zq7OD4/Ob/ov/AuL5tR9e3n07PW8tvJ02E/ePvl/KPzOmy8+zJ+V/21
+Wb+dP7rSb//ufP8y8Xl8v2b1+Gb25tXRx+C6uT5r8fBu+7oxTeY6jSd7IXV
l9fzZyffX91U399MPzrVVntw/Xz8ZRUt4++91/sNL2197i3bx4PTt8FvN8/H
345Wvz0d3cQNL06fqJ37pHfuRTJdfXPlANZuvHpf3PjVQMonPc/t+POLs8yG
x7fP6/G7XvIqef7rW+9N8qL//GrwNMK/j86/H3nHyfNuDT6aR8FL+ujF+WF9
+PTt9+FH5+nb26PkJgkvDutHX2bfjr+cfzv+HtVf7b9vQDfj+Bl0O2l6g6c3
6dHk0PvQP2odJUfp0fTYe5/g79D1R+fyy01jevjy6sX8+fnq9bvrl6+//+o9
ffnl6vb5b/71xbtLr+G13v2afr95s2Vf3UyEAxUY0nc2mzQGBPYkomz08rzE
Gglvq2JXZKOgGAG0zfmgv3/aM7XGSlK/UIm1YkdiDKTi3jIYcwXjGjohWXGY
XKADLwzWj0USp+yBRFuE4JALE67WI4W80/K2Xa+zLYd89ajn1T2/9eiOPBru
40LtqFTp9n/8vLthPJljnedpsQNxqIIJ+PW9RqvuN3qtvXq33dk/qPcaXfS2
qPv1oN6oN+uterve4Sla8cPSvrvX3fMPmweNNjp8Hbagv36n1/Ca7b1muxUc
9hvNvYN2UzGs3V4zoGQGTa/dbnX6vtc7PNzrNJq9Zqu312y2D6B5t634014d
2NV20PX8RtBrd/uNdqfZ8vehecvzD0Be77d832spqb235wdBu9N+dMeumN3R
9URxNz65O64dUYy4TtOWktRZkpAMU7kVE1dVjBGHwSpnQ6YQHNvOTOE4zILp
7rJprLLNiRdk7mqM4ZZjVXwsMuWZrexLJlcX857KOMyFA5kmWsNhz6M4Hgoo
S3lB6VYFD9W4jB5Wp0SGVJFYo7TkleVN5zr2yEoJpuqTLK9WqbrKlHaKCFKh
ac05Fefw2DrDCIO+mJWTCetwCp1NKrul7EXAY0ipptKyk6asIhemAc5uzLNa
TZcSfHFHkqnSTpfhJdbjnC3F/g83kIEG09KR1wGnDCSuuLwLcRm4jZc6KyNZ
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

-->

</rfc>

