<?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-18" 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>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>5775 Morehouse Drive</street>
          <city>San Diego</city>
          <region>California</region>
          <country>USA</country>
        </postal>
        <phone>+1 858 651 7200</phone>
        <email>mandyam@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="J." surname="O'Donoghue" fullname="Jeremy O'Donoghue">
      <organization>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>279 Farnborough Road</street>
          <city>Farnborough</city>
          <code>GU14 7LS</code>
          <country>United Kingdom</country>
        </postal>
        <phone>+44 1252 363189</phone>
        <email>jodonogh@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="C." surname="Wallace" fullname="Carl Wallace">
      <organization>Red Hound Software, Inc.</organization>
      <address>
        <email>carl@redhoundsoftware.com</email>
      </address>
    </author>

    <date year="2022" month="December" day="04"/>

    <area>Internet</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>signing attestation cbor</keyword>

    <abstract>


<t>An Entity Attestation Token (EAT) provides an attested claims set
that describes state and characteristics of an entity,
a device like a smartphone, IoT device, network equipment or such.  This claims set is used by a
relying party, server or service to determine how much it wishes to trust the entity.</t>

<t>An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with attestation-oriented
claims.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>An Entity Attestation Token (EAT) is a message or token made up of claims about an entity.
An entity may be a device, some hardware or some software.
The claims are ultimately used by a relying party who decides if and how it will interact with the entity.
The relying party may choose to trust, not trust or partially trust the entity.
For example, partial trust may be allowing a monetary transaction only up to a limit.</t>

<t>The security model and goal for attestation are unique and are not the same as for other security standards like those for server authentication, user authentication and secured messaging.
The reader is assumed to be familiar with the goals and security model for attestation as described in <xref target="RATS.Architecture"/>.</t>

<t>This document defines some common claims that are potentially of broad use.
EAT additionally allows proprietary claims and for further claims to be standardized.
Here are some examples:</t>

<t><list style="symbols">
  <t>Make and model of manufactured consumer device</t>
  <t>Make and model of a chip or processor, particularly for a security-oriented chip</t>
  <t>Identification and measurement of the software running on a device</t>
  <t>Configuration and state of a device</t>
  <t>Environmental characteristics of a device like its GPS location</t>
  <t>Formal certifications received</t>
</list></t>

<t>EAT is constructed to support a wide range of use cases.</t>

<t>No single set of claims can accommodate all use cases so EAT is constructed as a framework for defining specific attestation tokens for specific use cases.
In particular, EAT provides a profile mechanism to be able to clearly specify the claims needed, the cryptographic algorithms that should be used and other for a particular token and use case.</t>

<t>The entity side of an EAT implementation generates the claims and typically signs them with an attestation key.
It is responsible for protecting the attestation key.
Some EAT implementations will use components with very high resistance to attack like TPMs or secure elements.
Other may rely solely on simple SW defenses.</t>

<t>Nesting of tokens and claims sets is accommodated for composite devices that have multiple subsystems.</t>

<t>An EAT may be encoded in either JSON <xref target="RFC8259"/> or CBOR <xref target="RFC8949"/> as needed for each use case.
EAT is built on CBOR Web Token (CWT) <xref target="RFC8392"/> and JSON Web Token (JWT) <xref target="RFC7519"/> and inherits all their characteristics and their security mechanisms.</t>

<section anchor="entity-overview"><name>Entity Overview</name>

<t>The document uses the term "entity" to refer to the target of an EAT. Many of the claims defined in this document are claims about an entity, which is equivalent to an attesting environment as defined in <xref target="RATS.Architecture"></xref>. An entity may be the whole device, a subsystem, a subsystem of a subsystem, etc.
Correspondingly, the EAT format allows claims to be organized using mechanisms like submodules and nested EATs (see <xref target="submods"/>).
The entity to which a claim applies is the submodule in which it appears, or to the top-level entity if it doesn't appear in a submodule.</t>

<t>An entity also corresponds to a "system component", as defined in the Internet Security Glossary <xref target="RFC4949"/>.
That glossary also defines "entity" and "system entity" as something that may be a person or organization as well as a system component.
In the EAT context, "entity" never refers to a person or organization. The hardware and software that implement a server or service used by a web site may be an entity, but the organization that runs the web site is not an entity nor is the web site itself. An entity is an implementation in hardware, software or both.</t>

<t>Some examples of entities:</t>

<t><list style="symbols">
  <t>A Secure Element</t>
  <t>A TEE</t>
  <t>A network card in a router</t>
  <t>A router, perhaps with each network card in the router a submodule</t>
  <t>An IoT device</t>
  <t>An individual process</t>
  <t>An app on a smartphone</t>
  <t>A smartphone with many submodules for its many subsystems</t>
  <t>A subsystem in a smartphone like the modem or the camera</t>
</list></t>

<t>An entity may have strong security defenses against hardware invasive attacks.
It may also have low security, having no special security defenses.
There is no minimum security requirement to be an entity.</t>

</section>
<section anchor="eat-as-a-framework"><name>EAT as a Framework</name>

<t>EAT is a framework for defining attestation tokens for specific use cases, not a specific token definition.
While EAT is based on and compatible with CWT and JWT, it can also be described as:</t>

<t><list style="symbols">
  <t>An identification and type system for claims in claims-sets</t>
  <t>Definitions of common attestation-oriented claims</t>
  <t>Claims are defined in CDDL and serialized using CBOR or JSON</t>
  <t>Security envelopes based on COSE and JOSE</t>
  <t>Nesting of claims sets and tokens to represent complex and compound devices</t>
  <t>A profile mechanism for specifying and identifying specific token formats for specific use cases</t>
</list></t>

<t>EAT uses the name/value pairs the same as CWT and JWT to identify individual claims.
<xref target="theclaims"/> defines common attestation-oriented claims that are added to the CWT and JWT IANA registries.
As with CWT and JWT, no claims are mandatory and claims not recognized should be ignored.</t>

<t>Unlike, but compatible with CWT and JWT, EAT defines claims using Concise Data Definition Language (CDDL) <xref target="RFC8610"/>.
In most cases the same CDDL definition is used for both the CBOR/CWT serialization and the JSON/JWT serialization.</t>

<t>Like CWT and JWT, EAT uses COSE and JOSE to provide authenticity, integrity and optionally confidentiality.
EAT places no new restrictions on cryptographic algorithms, retaining all the cryptographic flexibility of CWT, COSE, JWT and JOSE.</t>

<t>EAT defines a means for nesting tokens and claims sets to accommodate composite devices that have multiple subsystems and multiple attesters.
Full tokens with security envelopes may be embedded in an enclosing token.
The nested token and the enclosing token do not have to use the same encoding (e.g., a CWT may be enclosed in a JWT).</t>

<t>EAT adds the ability to detach claims sets and send them separately from a security enveloped EAT that contains a digest of the detached claims set.</t>

<t>This document registers no media or content types for the identification of the type of EAT, its serialization format or security envelope.
The definition and registration of EAT media types is addressed in <xref target="EAT.media-types"/>.</t>

<t>Finally, the notion of an EAT profile is introduced that facilitates the creation of narrowed definitions of EAT tokens for specific use cases in follow-on documents.</t>

</section>
<section anchor="operating-model-and-rats-architecture"><name>Operating Model and RATS Architecture</name>

<t>The EAT format follows the operational model described in Figure 1 in <xref target="RATS.Architecture"/>. To summarize, an attester generates evidence in the form of a claims set describing various characteristics of an entity.
Evidence is usually signed by a key that proves the attester and the evidence it produces are authentic.
The claims set includes a nonce or some other means to assure freshness.</t>

<t>A verifier confirms an EAT is valid by verifying the signature and may vet some claims using reference values.
The verifier then produces attestation results, which may also be represented as an EAT.
The attestation results are provided to the relying party, which is the ultimate consumer of the Remote Attestation Procedure.
The relying party uses the attestation results as needed for its use case, perhaps allowing an entity to access a network, allowing a financial transaction or such.
In some cases, the verifier and relying party are not distinct entities.</t>

<section anchor="relationship"><name>Relationship between Evidence and Attestation Results</name>

<t>Any claim defined in this document or in the IANA CWT or JWT registry may be used in evidence or attestation results. The relationship of claims in attestation results to evidence is fundamentally governed by the verifier and the verifier's policy.</t>

<t>A common use case is for the verifier and its policy to perform checks, calculations and processing with evidence as the input to produce a summary result in attestation results that indicates the overall health and status of the entity.
For example, measurements in evidence may be compared to reference values the results of which are represented as a simple pass/fail in attestation results.</t>

<t>It is also possible that some claims in the Evidence will be forwarded unmodified to the relying party in attestation results.
This forwarding is subject to the verifier's implementation and policy.
The relying party should be aware of the verifier's policy to know what checks it has performed on claims it forwards.</t>

<t>The verifier may modify claims it forwards, for example, to implement a privacy preservation functionality. It is also possible the verifier will put claims in the attestation results that give details about the entity that it has computed or looked up in a database.
For example, the verifier may be able to put an "oemid" claim in the attestation results by performing a look up based on a UEID (serial number) it received in evidence.</t>

<t>This specification does not establish any normative rules for the verifier to follow, as these are a matter of local policy.
It is up to each relying party to understand the processing rules of each verifier to know how to interpret claims in attestation results.</t>

</section>
</section>
</section>
<section anchor="terminology"><name>Terminology</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<t>In this document, the structure of data is specified in CDDL <xref target="RFC8610"/> <xref target="RFC9165"/>.</t>

<t>The examples in <xref target="examples"/> use CBOR diagnostic notation defined in <xref section="8" sectionFormat="of" target="RFC8949"/> and <xref section="G" sectionFormat="of" target="RFC8610"/>.</t>

<t>This document reuses terminology from JWT <xref target="RFC7519"/> and CWT <xref target="RFC8392"/>:</t>

<dl>
  <dt>Claim:</dt>
  <dd>
    <t>A piece of information asserted about a subject. A claim is represented as pair with a value and either a name or key to identify it.</t>
  </dd>
  <dt>Claim Name:</dt>
  <dd>
    <t>A unique text string that identifies the claim. It is used as the claim name for JSON encoding.</t>
  </dd>
  <dt>Claim Key:</dt>
  <dd>
    <t>The CBOR map key used to identify a claim. (The term "Claim Key" comes from CWT. This document, like COSE, uses the term "label" to refer to CBOR map keys to avoid confusion with cryptographic keys.)</t>
  </dd>
  <dt>Claim Value:</dt>
  <dd>
    <t>The value portion of the claim. A claim value can be any CBOR data item or JSON value.</t>
  </dd>
  <dt>Claims Set:</dt>
  <dd>
    <t>The CBOR map or JSON object that contains the claims conveyed by the CWT or JWT.</t>
  </dd>
</dl>

<t>This document reuses terminology from RATS Architecure <xref target="RATS.Architecture"/>:</t>

<dl>
  <dt>Attester:</dt>
  <dd>
    <t>A role performed by an entity (typically a device) whose evidence must be appraised in order to infer the extent to which the attester is considered trustworthy, such as when deciding whether it is authorized to perform some operation.</t>
  </dd>
  <dt>Verifier:</dt>
  <dd>
    <t>A role that appraises the validity of evidence about an attester and produces attestation results to be used by a relying party.</t>
  </dd>
  <dt>Relying Party:</dt>
  <dd>
    <t>A role that depends on the validity of information about an attester, for purposes of reliably applying application specific actions. Compare /relying party/ in <xref target="RFC4949"></xref>.</t>
  </dd>
  <dt>Evidence:</dt>
  <dd>
    <t>A set of claims generated by an attester to be appraised by a verifier. Evidence may include configuration data, measurements, telemetry, or inferences.</t>
  </dd>
  <dt>Attestation Results:</dt>
  <dd>
    <t>The output generated by a verifier, typically including information about an attester, where the verifier vouches for the validity of the results</t>
  </dd>
  <dt>Reference Values:</dt>
  <dd>
    <t>A set of values against which values of claims can be compared as part of applying an appraisal policy for evidence.  Reference Values are sometimes referred to in other documents as known-good values, golden measurements, or nominal values, although those terms typically assume comparison for equality, whereas here reference values might be more general and be used in any sort of comparison.</t>
  </dd>
  <dt>Endorsement:</dt>
  <dd>
    <t>A secure statement that an Endorser vouches for the integrity of an attester's various capabilities such as claims collection and evidence signing.</t>
  </dd>
  <dt>Socket Group:</dt>
  <dd>
    <t>refers to the mechanism by which a CDDL definition is extended, as described in <xref target="RFC8610"></xref> and <xref target="RFC9165"></xref></t>
  </dd>
</dl>

</section>
<section anchor="top-level-token-definition"><name>Top-Level Token Definition</name>

<t>An EAT is a "message", a "token", or such whose content is a Claims-Set about an entity or some number of entities. An EAT <bcp14>MUST</bcp14> always contains a Claims-Set.</t>

<t>Authenticity and integrity protection <bcp14>MUST</bcp14> be provided for EATs. This document relies on CWT or JWT for this purpose.
Extensions to this specification <bcp14>MAY</bcp14> use other methods of protection.</t>

<t>The identification of a protocol element as an EAT follows the general conventions used for CWTs and JWTs.
Identification depends on the protocol carrying the EAT.
In some cases it may be by media type (e.g., in a HTTP Content-Type field).
In other cases it may be through use of CBOR tags.
There is no fixed mechanism across all use cases.</t>

<t>This document also defines a new top-level message, the detached EAT bundle (see <xref target="DEB"/>), which holds a collection of detached claims sets and an EAT that provides integrity and authenticity protection for them.
Detached EAT bundles can be either CBOR or JSON encoded.</t>

<t>The following CDDL defines the top-level <spanx style="verb">$EAT-CBOR-Tagged-Token</spanx>, <spanx style="verb">$EAT-CBOR-Untagged-Token</spanx> and <spanx style="verb">$EAT-JSON-Token-Formats</spanx> sockets (see <xref section="3.9" sectionFormat="of" target="RFC8610"/>), enabling future token formats to be defined.
Any new format that plugs into one or more of these sockets <bcp14>MUST</bcp14> be defined by an IETF standards action.
Of particular use may be a token type that provides no direct authenticity or integrity protection for use with transports mechanisms that do provide the necessary security services <xref target="UCCS"/>.</t>

<t>Nesting of EATs is allowed and defined in <xref target="Nested-Token"/>.
This includes the nesting of an EAT that is a different format than the enclosing EAT.
The definition of Nested-Token references the CDDL defined in this section.
When new token formats are defined, the means for identification in a nested token <bcp14>MUST</bcp14> also be defined.</t>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-CBOR-Token = $EAT-CBOR-Tagged-Token / $EAT-CBOR-Untagged-Token

$EAT-CBOR-Tagged-Token /= CWT-Tagged-Message
$EAT-CBOR-Tagged-Token /= BUNDLE-Tagged-Message

$EAT-CBOR-Untagged-Token /= CWT-Untagged-Message
$EAT-CBOR-Untagged-Token /= BUNDLE-Untagged-Message
]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-JSON-Token = $EAT-JSON-Token-Formats

$EAT-JSON-Token-Formats /= JWT-Message
$EAT-JSON-Token-Formats /= BUNDLE-Untagged-Message
]]></sourcecode></figure>

</section>
<section anchor="theclaims"><name>The Claims</name>

<t>This section describes new claims defined for attestation that are to be added to the CWT <xref target="IANA.CWT.Claims"/> and JWT <xref target="IANA.JWT.Claims"/> IANA registries.</t>

<t>All definitions, requirements, creation and validation procedures, security considerations, IANA registrations and so on from CWT and JWT carry over to EAT.</t>

<t>This section also describes how several extant CWT and JWT claims apply in EAT.</t>

<t>The set of claims that an EAT must contain to be considered valid is context dependent and is outside the scope of this specification.
Specific applications of EATs will require implementations to understand and process some claims in particular ways.
However, in the absence of such requirements, all claims that are not understood by implementations <bcp14>MUST</bcp14> be ignored.</t>

<t>CDDL, along with a text description, is used to define each claim
independent of encoding.  Each claim is defined as a CDDL group.
In <xref target="encoding"/> on encoding, the CDDL groups turn into CBOR map entries and JSON name/value pairs.</t>

<t>Each claim defined in this document is added to the <spanx style="verb">$$Claims-Set-Claims</spanx> socket group. Claims defined by other specifications <bcp14>MUST</bcp14> also be added to the <spanx style="verb">$$Claims-Set-Claims</spanx> socket group.</t>

<t>All claims in an EAT <bcp14>MUST</bcp14> use the same encoding except where otherwise explicitly stated (e.g., in a CBOR-encoded token, all claims must be CBOR-encoded).</t>

<t>This specification includes a CDDL definition of most of what is defined in <xref target="RFC8392"/>.
Similarly, this specification includes CDDL for most of what is defined in <xref target="RFC7519"/>.
These definitions are in <xref target="CDDL_for_CWT"/> and are not normative.</t>

<t>Each claim described has a unique text string and integer that identifies it.
CBOR-encoded tokens <bcp14>MUST</bcp14> use only the integer for claim keys.
JSON-encoded tokens <bcp14>MUST</bcp14> use only the text string for claim names.</t>

<section anchor="nonce"><name>eat_nonce (EAT Nonce) Claim</name>

<t>An EAT nonce is either a byte or text string or an array of byte or text strings.
The array option supports multistage EAT verification and consumption.</t>

<t>A claim named "nonce" was defined and registered with IANA for JWT, but <bcp14>MUST NOT</bcp14> be used because it does not support multiple nonces.
No previous "nonce" claim was defined for CWT.
To distinguish from the previously defined JWT "nonce" claim, this claim is named "eat_nonce" in JSON-encoded EATs. The CWT nonce defined
here is intended for general purpose use and retains the "Nonce" claim name instead of an EAT-specific name.</t>

<t>An EAT nonce <bcp14>MUST</bcp14> have at least 64 bits of entropy.
A maximum EAT nonce size is set to limit the memory required for an implementation.
All receivers <bcp14>MUST</bcp14> be able to accommodate the maximum size.</t>

<t>In CBOR, an EAT nonce is a byte string.
The minimum size is 8 bytes.
The maximum size is 64 bytes.</t>

<t>In JSON, an EAT nonce is a text string.
It is assumed that only characters represented by the lower 7 bits of each byte will be used, so the text string must be one-seventh longer because the 8th bit doesn't contribute to entropy.
The minimum size for JSON-encoded EATs is 10 bytes and the maximum size is 74 bytes.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (10..74), bstr .size (8..64)>

]]></sourcecode></figure>

</section>
<section anchor="claims-describing-the-entity"><name>Claims Describing the Entity</name>

<t>The claims in this section describe the entity itself.
They describe the entity whether they occur in evidence or occur in attestation results.
See <xref target="relationship"/> for discussion on how attestation results relate to evidence.</t>

<section anchor="UEID"><name>ueid (Universal Entity ID) Claim</name>

<t>The "ueid" claim conveys a UEID, which identifies an individual manufactured entity like a
mobile phone, a water meter, a Bluetooth speaker or a networked
security camera. It may identify the entire entity or a submodule.
It does not identify types, models or classes of
entities. It is akin to a serial number, though it does not have to be
sequential.</t>

<t>UEIDs <bcp14>MUST</bcp14> be universally and globally unique across manufacturers
and countries. UEIDs <bcp14>MUST</bcp14> also be unique across protocols and systems,
as tokens are intended to be embedded in many different protocols and
systems. No two products anywhere, even in completely different
industries made by two different manufacturers in two different
countries should have the same UEID (if they are not global and
universal in this way, then Relying Parties receiving them will have
to track other characteristics of the entity to keep entities distinct
between manufacturers).</t>

<t>There are privacy considerations for UEIDs. See <xref target="ueidprivacyconsiderations"/>.</t>

<t>The UEID is permanent. It <bcp14>MUST</bcp14> never change for a given entity.</t>

<t>A UEID is constructed of a single type byte followed by the bytes that are the identifier.
Several types are allowed to accommodate different industries, different manufacturing processes
and to have an alternative that doesn't require paying a registration fee.</t>

<t>Creation of new types requires a Standards Action <xref target="RFC8126"/>.</t>

<t>UEIDS are variable length to accommodate the types defined here and new types that may be defined in the future.</t>

<t>All implementations <bcp14>MUST</bcp14> be able to receive UEIDs up to 33 bytes long.
33 bytes is the longest defined in this document and gives necessary entropy for probabilistic uniqueness.
See <xref target="UEID-Design"/>.</t>

<t>UEIDs <bcp14>SHOULD NOT</bcp14> be longer than 33 bytes.
If they are longer, there is no guarantee that a receiver will be able to accept them.</t>

<texttable title="UEID Composition Types" anchor="ueid-types-table">
      <ttcol align='left'>Type Byte</ttcol>
      <ttcol align='left'>Type Name</ttcol>
      <ttcol align='left'>Specification</ttcol>
      <c>0x01</c>
      <c>RAND</c>
      <c>This is a 128, 192 or 256-bit random number generated once and stored in the entity. This may be constructed by concatenating enough identifiers to make up an equivalent number of random bits and then feeding the concatenation through a cryptographic hash function. It may also be a cryptographic quality random number generated once at the beginning of the life of the entity and stored. It <bcp14>MUST NOT</bcp14> be smaller than 128 bits. See the length analysis in <xref target="UEID-Design"/>.</c>
      <c>0x02</c>
      <c>IEEE EUI</c>
      <c>This uses the IEEE company identification registry. An EUI is either an EUI-48, EUI-60 or EUI-64 and made up of an OUI, OUI-36 or a CID, different registered company identifiers, and some unique per-entity identifier. EUIs are often the same as or similar to MAC addresses. This type includes MAC-48, an obsolete name for EUI-48. (Note that while entities with multiple network interfaces may have multiple MAC addresses, there is only one UEID for an entity) <xref target="IEEE.802-2001"/>, <xref target="OUI.Guide"/>.</c>
      <c>0x03</c>
      <c>IMEI</c>
      <c>This is a 14-digit identifier consisting of an 8-digit Type Allocation Code and a 6-digit serial number allocated by the manufacturer, which <bcp14>SHALL</bcp14> be encoded as byte string of length 14 with each byte as the digit's value (not the ASCII encoding of the digit; the digit 3 encodes as 0x03, not 0x33). The IMEI value encoded <bcp14>SHALL NOT</bcp14> include Luhn checksum or SVN information. See <xref target="ThreeGPP.IMEI"/>.</c>
</texttable>

<t>UEIDs are not designed for direct use by humans (e.g., printing on
the case of a device), so no textual representation is defined.</t>

<t>The consumer of a UEID <bcp14>MUST</bcp14> treat a UEID as a
completely opaque string of bytes and NOT make any use of its internal
structure. For example, they should not use the OUI part of a type
0x02 UEID to identify the manufacturer of the entity. Instead, they
should use the "oemid" claim. See <xref target="oemid"/>. The reasons for
this are:</t>

<t><list style="symbols">
  <t>UEIDs types may vary freely from one manufacturer to the next.</t>
  <t>New types of UEIDs may be created. For example, a type 0x07 UEID may
be created based on some other manufacturer registration scheme.</t>
  <t>The manufacturing process for an entity is allowed to change from
using one type of UEID to another.  For example, a manufacturer
may find they can optimize their process by switching from type 0x01
to type 0x02 or vice versa.</t>
</list></t>

<t>The type byte is needed to distinguish UEIDs of different types that by chance have the same identifier value, but do not identify the same entity.
The type byte <bcp14>MUST</bcp14> be treated as part of the opaque UEID and <bcp14>MUST NOT</bcp14> be used to make use of the internal structure of the UEID.</t>

<t>A Device Identifier URN is registered for UEIDs. See <xref target="registerueidurn"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (ueid-label => ueid-type)

ueid-type = JC<base64-url-text .size (12..44) , bstr .size (7..33)>
]]></sourcecode></figure>

</section>
<section anchor="sueids-semi-permanent-ueids-claim-sueids"><name>sueids (Semi-permanent UEIDs) Claim (SUEIDs)</name>

<t>The "sueids" claim conveys one or more semi-permanent UEIDs (SUEIDs). An SUEID has the same format, characteristics and requirements as a UEID, but <bcp14>MAY</bcp14> change to a different value on entity life-cycle events.
An entity <bcp14>MAY</bcp14> have both a UEID and SUEIDs, neither, one or the other.</t>

<t>Examples of life-cycle events are change of ownership, factory reset and on-boarding into an IoT device management system.
It is beyond the scope of this document to specify particular types of SUEIDs and the life-cycle events that trigger their change.
An EAT profile <bcp14>MAY</bcp14> provide this specification.</t>

<t>There <bcp14>MAY</bcp14> be multiple SUEIDs.
Each has a text string label the purpose of which is to distinguish it from others.
The label <bcp14>MAY</bcp14> name the purpose, application or type of the SUEID.
For example, the label for the SUEID used by XYZ Onboarding Protocol could thus be "XYZ".
It is beyond the scope of this document to specify any SUEID labeling schemes.
They are use case specific and <bcp14>MAY</bcp14> be specified in an EAT profile.</t>

<t>If there is only one SUEID, the claim remains a map and there still <bcp14>MUST</bcp14> be a label.</t>

<t>An SUEID provides functionality similar to an IEEE LDevID <xref target="IEEE.802.1AR"/>.</t>

<t>There are privacy considerations for SUEIDs. See <xref target="ueidprivacyconsiderations"/>.</t>

<t>A Device Indentifier URN is registered for SUEIDs. See <xref target="registerueidurn"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (sueids-label => sueids-type)

sueids-type = {
    + tstr => ueid-type
}
]]></sourcecode></figure>

</section>
<section anchor="oemid"><name>oemid (Hardware OEM Identification) Claim</name>

<t>The "oemid" claim identifies the Original Equipment Manufacturer (OEM) of the hardware.
Any of the three forms described below <bcp14>MAY</bcp14> be used at the convenience of the claim sender.
The receiver of this claim <bcp14>MUST</bcp14> be able to handle all three forms.</t>

<section anchor="random-number-based-oemid"><name>Random Number Based OEMID</name>

<t>The random number based OEMID <bcp14>MUST</bcp14> always be 16 bytes (128 bits) long.</t>

<t>The OEM <bcp14>MAY</bcp14> create their own ID by using a cryptographic-quality random number generator.
They would perform this only once in the life of the company to generate the single ID for said company.
They would use that same ID in every entity they make.
This uniquely identifies the OEM on a statistical basis and is large enough should there be ten billion companies.</t>

<t>The OEM <bcp14>MAY</bcp14> also use a hash function like SHA-256 and truncate the output to 128 bits.
The input to the hash should be somethings that have at least 96 bits of entropy, but preferably 128 bits of entropy.
The input to the hash <bcp14>MAY</bcp14> be something whose uniqueness is managed by a central registry like a domain name.</t>

<t>In JSON format tokens this <bcp14>MUST</bcp14> be base64url encoded.</t>

</section>
<section anchor="ieee-based-oemid"><name>IEEE Based OEMID</name>

<t>The IEEE operates a global registry for MAC addresses and company IDs.
This claim uses that database to identify OEMs. The contents of the
claim may be either an IEEE MA-L, MA-M, MA-S or an IEEE CID
<xref target="IEEE.RA"/>.  An MA-L, formerly known as an OUI, is a 24-bit value
used as the first half of a MAC address. MA-M similarly is a 28-bit
value uses as the first part of a MAC address, and MA-S, formerly
known as OUI-36, a 36-bit value.  Many companies already have purchased
one of these. A CID is also a 24-bit value from the same space as an
MA-L, but not for use as a MAC address.  IEEE has published Guidelines
for Use of EUI, OUI, and CID <xref target="OUI.Guide"/> and provides a lookup
service <xref target="OUI.Lookup"/>.</t>

<t>Companies that have more than one of these IDs or MAC address blocks
<bcp14>SHOULD</bcp14> select one and prefer that for all their entities.</t>

<t>Commonly, these are expressed in Hexadecimal Representation as described in
<xref target="IEEE.802-2001"/>. It is also called the Canonical format. When this claim is
encoded the order of bytes in the bstr are the same as the order in the
Hexadecimal Representation. For example, an MA-L like "AC-DE-48" would
be encoded in 3 bytes with values 0xAC, 0xDE, 0x48.</t>

<t>This format is always 3 bytes in size in CBOR.</t>

<t>In JSON format tokens, this <bcp14>MUST</bcp14> be base64url encoded and always 4 bytes.</t>

</section>
<section anchor="iana-private-enterprise-number-based-oemid"><name>IANA Private Enterprise Number Based OEMID</name>

<t>IANA maintains a registry for Private Enterprise Numbers (PEN) <xref target="PEN"/>. A PEN is an integer that identifies an enterprise and may be
used to construct an object identifier (OID) relative to the following OID arc that is managed by IANA:  iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1).</t>

<t>For EAT purposes, only the integer value assigned by IANA as the PEN is relevant, not the full OID value.</t>

<t>In CBOR this value <bcp14>MUST</bcp14> be encoded as a major type 0 integer and is typically 3 bytes.
In JSON, this value <bcp14>MUST</bcp14> be encoded as a number.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    oemid-label => oemid-pen / oemid-ieee / oemid-random
)

oemid-pen = int

oemid-ieee = JC<oemid-ieee-json, oemid-ieee-cbor>
oemid-ieee-cbor = bstr .size 3
oemid-ieee-json = base64-url-text .size 4

oemid-random = JC<oemid-random-json, oemid-random-cbor>
oemid-random-cbor = bstr .size 16
oemid-random-json = base64-url-text .size 24

]]></sourcecode></figure>

</section>
</section>
<section anchor="hwmodel-hardware-model-claim"><name>hwmodel (Hardware Model) Claim</name>

<t>The "hwmodel" claim differentiates hardware models, products and variants manufactured by a particular OEM, the one identified by OEM ID in <xref target="oemid"/>.
It <bcp14>MUST</bcp14> be unique within a given OEM ID.
The concatenation of the OEM ID and "hwmodel" give a global identifier of a particular product.</t>

<t>The granularity of the model identification is for each OEM to decide.
It may be very granular, perhaps including some version information.
It may be very general, perhaps only indicating top-level products.</t>

<t>The "hwmodel" claim is for use in protocols and not for human consumption.
The format and encoding of this claim should not be human-readable to discourage use other than in protocols.
If this claim is to be derived from an already-in-use human-readable identifier, it can be run through a hash function.</t>

<t>There is no minimum length so that an OEM with a very small number of models can use a one-byte encoding.
The maximum length is 32 bytes.
All receivers of this claim <bcp14>MUST</bcp14> be able to receive this maximum size.</t>

<t>The receiver of this claim <bcp14>MUST</bcp14> treat it as a completely opaque string of bytes, even if there is some apparent naming or structure.
The OEM is free to alter the internal structure of these bytes as long as the claim continues to uniquely identify its models.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    hardware-model-label => hardware-model-type
)

hardware-model-type = JC<base64-url-text .size (4..44),
                         bytes .size (1..32)>
]]></sourcecode></figure>

</section>
<section anchor="hwversion-hardware-version-claim"><name>hwversion (Hardware Version) Claim</name>

<t>The "hwversion" claim is a text string the format of which is set by each manufacturer.
The structure and sorting order of this text string can be specified using the version-scheme item from CoSWID <xref target="CoSWID"/>.
It is useful to know how to sort versions so the newer can be distinguished from the older.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //=  (
    hardware-version-label => hardware-version-type
)

hardware-version-type = [
    version:  tstr,
    ? scheme:  $version-scheme
]
]]></sourcecode></figure>

</section>
<section anchor="swname-software-name-claim"><name>swname (Software Name) Claim</name>

<t>The "swname" claim contains a very simple free-form text value for naming the software used by the entity.
Intentionally, no general rules or structure are set.
This will make it unsuitable for use cases that wish precise naming.</t>

<t>If precise and rigourous naming of the software for the entity is needed, the "manifests" claim <xref target="manifests"/> may be used instead.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( sw-name-label => tstr )
]]></sourcecode></figure>

</section>
<section anchor="swversion-software-version-claim"><name>swversion (Software Version) Claim</name>

<t>The "swversion" claim makes use of the CoSWID version scheme data type to give a simple version for the software.
A full CoSWID manifest or other type of manifest can be instead if this is too simple.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (sw-version-label => sw-version-type)

sw-version-type = [
    version:  tstr
    ? scheme:  $version-scheme 
]
]]></sourcecode></figure>

</section>
<section anchor="oemboot-oem-authorized-boot-claim"><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 ROM, a combination of the two or other.
If this claim is present the "oemid" claim <bcp14>SHOULD</bcp14> always also be present.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (oem-boot-label => bool)
]]></sourcecode></figure>

</section>
<section anchor="dbgstat-debug-status-claim"><name>dbgstat (Debug Status) Claim</name>

<t>The "dbgstat" claim applies to entity-wide or submodule-wide debug facilities of the
entity like <xref target="JTAG"/> and diagnostic hardware built into
chips. It applies to any software debug facilities related to root,
operating system or privileged software that allow system-wide memory
inspection, tracing or modification of non-system software like user
mode applications.</t>

<t>This characterization assumes that debug facilities can be enabled and
disabled in a dynamic way or be disabled in some permanent way, such
that no enabling is possible. An example of dynamic enabling is one
where some authentication is required to enable debugging. An example
of permanent disabling is blowing a hardware fuse in a chip. The specific
type of the mechanism is not taken into account. For example, it does
not matter if authentication is by a global password or by per-entity
public keys.</t>

<t>As with all claims, the absence of the "dbgstat" claim means it is not reported.
A conservative interpretation might assume the enabled state.</t>

<t>This claim is not extensible so as to provide a common interoperable description of debug status.
If a particular implementation considers this claim to be inadequate, it can define its own proprietary claim.
It may consider including both this claim as a coarse indication of debug status and its own proprietary claim as a refined indication.</t>

<t>The higher levels of debug disabling requires that all debug disabling
of the levels below it be in effect. Since the lowest level requires
that all of the target's debug be currently disabled, all other levels
require that too.</t>

<t>There is no inheritance of claims from a submodule to a superior
module or vice versa. There is no assumption, requirement or guarantee
that the target of a superior module encompasses the targets of
submodules. Thus, every submodule must explicitly describe its own
debug state. The receiver of an EAT <bcp14>MUST NOT</bcp14>
assume that debug is turned off in a submodule because there is a claim
indicating it is turned off in a superior module.</t>

<t>An entity may have multiple debug
facilities. The use of plural in the description of the states
refers to that, not to any aggregation or inheritance.</t>

<t>The architecture of some chips or devices may be such that a debug
facility operates for the whole chip or device. If the EAT for such
a chip includes submodules, then each submodule should independently
report the status of the whole-chip or whole-device debug facility.
This is the only way the receiver can know the debug status
of the submodules since there is no inheritance.</t>

<section anchor="enabled"><name>Enabled</name>

<t>If any debug facility, even manufacturer hardware diagnostics, is
currently enabled, then this level must be indicated.</t>

</section>
<section anchor="disabled"><name>Disabled</name>

<t>This level indicates all debug facilities are currently disabled. It
may be possible to enable them in the future. It may also be
that they were enabled in the past, but they are currently disabled.</t>

</section>
<section anchor="disabled-since-boot"><name>Disabled Since Boot</name>

<t>This level indicates all debug facilities are currently disabled and
have been so since the entity booted/started.</t>

</section>
<section anchor="disabled-permanently"><name>Disabled Permanently</name>

<t>This level indicates all non-manufacturer facilities are permanently
disabled such that no end user or developer can enable them. Only
the manufacturer indicated in the "oemid" claim can enable them. This
also indicates that all debug facilities are currently disabled and
have been so since boot/start.</t>

</section>
<section anchor="disabled-fully-and-permanently"><name>Disabled Fully and Permanently</name>

<t>This level indicates that all debug facilities for the entity are permanently disabled.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( debug-status-label => debug-status-type )

debug-status-type = ds-enabled /
                    disabled /
                    disabled-since-boot /
                    disabled-permanently /
                    disabled-fully-and-permanently

ds-enabled                     = JC< "enabled", 0 >
disabled                       = JC< "disabled", 1 >
disabled-since-boot            = JC< "disabled-since-boot", 2 >
disabled-permanently           = JC< "disabled-permanently", 3 >
disabled-fully-and-permanently = 
                       JC< "disabled-fully-and-permanently", 4 >
]]></sourcecode></figure>

</section>
</section>
<section anchor="location"><name>location (Location) Claim</name>

<t>The "location" claim gives the location of the entity from which the attestation originates.
It is derived from the W3C Geolocation API <xref target="W3C.GeoLoc"/>.
The latitude, longitude, altitude and accuracy <bcp14>MUST</bcp14> conform to <xref target="WGS84"/>.
The altitude is in meters above the <xref target="WGS84"/> ellipsoid.
The two accuracy values are positive numbers in meters.
The heading is in degrees relative to true north.
If the entity is stationary, the heading is NaN (floating-point not-a-number).
The speed is the horizontal component of the entity velocity in meters per second.</t>

<t>The location may have been cached for a period of time before token
creation. For example, it might have been minutes or hours or more
since the last contact with a GPS satellite. Either the timestamp or
age data item can be used to quantify the cached period.  The timestamp
data item is preferred as it a non-relative time.</t>

<t>The age data item can be used when the entity doesn't know what time
it is either because it doesn't have a clock or it isn't set. The
entity <bcp14>MUST</bcp14> still have a "ticker" that can measure a time
interval. The age is the interval between acquisition of the location
data and token creation.</t>

<t>See location-related privacy considerations in <xref target="locationprivacyconsiderations"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (location-label => location-type)

location-type = {
    latitude => number,
    longitude => number,
    ? altitude => number,
    ? accuracy => number,
    ? altitude-accuracy => number,
    ? heading => number,
    ? speed => number,
    ? timestamp => ~time-int,
    ? age => uint
}

latitude          = JC< "latitude",          1 >
longitude         = JC< "longitude",         2 >
altitude          = JC< "altitude",          3 >
accuracy          = JC< "accuracy",          4 >
altitude-accuracy = JC< "altitude-accuracy", 5 >
heading           = JC< "heading",           6 >
speed             = JC< "speed",             7 >
timestamp         = JC< "timestamp",         8 >
age               = JC< "age",               9 >
]]></sourcecode></figure>

</section>
<section anchor="uptime-uptime-claim"><name>uptime (Uptime) Claim</name>

<t>The "uptime" claim <bcp14>MUST</bcp14> contain a value that represents the number of
seconds that have elapsed since the entity or submod was last booted.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (uptime-label => uint)
]]></sourcecode></figure>

</section>
<section anchor="bootcount-boot-count-claim"><name>bootcount (Boot Count) Claim</name>

<t>The "bootcount" claim contains a count of the number
times the entity or submod has been booted. Support for this claim
requires a persistent storage on the device.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (boot-count-label => uint)
]]></sourcecode></figure>

</section>
<section anchor="bootseed-boot-seed-claim"><name>bootseed (Boot Seed) Claim</name>

<t>The "bootseed" claim contains a value created at system boot time that allows differentiation of attestation reports from different boot sessions of a particular entity (e.g., a certain UEID).</t>

<t>This value is usually public.
It is not a secret and <bcp14>MUST NOT</bcp14> be used for any purpose that a secret seed is needed, such as seeding a random number generator.</t>

<t>There are privacy considerations for this claim. See <xref target="bootseedprivacyconsiderations"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //=  (boot-seed-label => binary-data)
]]></sourcecode></figure>

</section>
<section anchor="dloas"><name>dloas (Digital Letters of Approval) Claim</name>

<t>The "dloas" claim conveys one or more Digital Letters of Approval (DLOAs)). A DLOA <xref target="DLOA"/> is a document that describes a certification that an entity has received.
Examples of certifications represented by a DLOA include those issued by Global Platform and those based on Common Criteria.
The DLOA is unspecific to any particular certification type or those issued by any particular organization.</t>

<t>This claim is typically issued by a verifier, not an attester.
Verifiers <bcp14>MUST NOT</bcp14> issue this claim unless the entity has received the certification indicated by the DLOA.</t>

<t>This claim <bcp14>MAY</bcp14> contain more than one DLOA.
If multiple DLOAs are present, verifiers <bcp14>MUST NOT</bcp14> issue this claim unless the entity has received all of the certifications.</t>

<t>DLOA documents are always fetched from a registrar that stores them.
This claim contains several data items used to construct a URL for fetching the DLOA from the particular registrar.</t>

<t>This claim <bcp14>MUST</bcp14> be encoded as an array with either two or three elements.
The first element <bcp14>MUST</bcp14> be the URI for the registrar.
The second element <bcp14>MUST</bcp14> be a platform label indicating which platform was certified.
If the DLOA applies to an application, then the third element is added which <bcp14>MUST</bcp14> be an application label.
The method of constructing the registrar URI, platform label and possibly application label is specified in <xref target="DLOA"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    dloas-label => [ + dloa-type ]
)

dloa-type = [
    dloa_registrar: general-uri
    dloa_platform_label: text 
    ? dloa_application_label: text
]
]]></sourcecode></figure>

</section>
<section anchor="manifests"><name>manifests (Software Manifests) Claim</name>

<t>The "manifests" claim contains descriptions of software present on the entity.
These manifests are installed on the entity when the software is installed or are created as part of the installation process.
Installation is anything that adds software to the entity, possibly factory installation, the user installing elective applications and so on.
The defining characteristic is they are created by the software manufacturer.
The purpose of these claims in an EAT is to relay them without modification to the verifier and possibly to the relying party.</t>

<t>Some manifests may be signed by their software manufacturer before they are put into this EAT claim.
When such manifests are put into this claim, the manufacturer's signature <bcp14>SHOULD</bcp14> be included.
For example, the manifest might be a CoSWID signed by the software manufacturer, in which case the full signed CoSWID should be put in this claim.</t>

<t>This claim allows multiple formats for the manifest.
For example, the manifest may be a CBOR-format CoSWID, an XML-format SWID or other.
Identification of the type of manifest is always by a CoAP Content-Format integer <xref target="RFC7252"/>.
If there is no CoAP identifier registered for the manifest format, one should be registered, perhaps in the experimental or first-come-first-served range.</t>

<t>This claim <bcp14>MUST</bcp14> be an array of one or more manifests.
Each manifest in the claim <bcp14>MUST</bcp14> be an array of two.
The first item in the array of two <bcp14>MUST</bcp14> be an integer CoAP Content-Format identifier.
The second item is <bcp14>MUST</bcp14> be the actual manifest.</t>

<t>In JSON-format tokens the manifest, whatever format it is, <bcp14>MUST</bcp14> be placed in a text string.
When a non-text format manifest like a CBOR-encoded CoSWID is put in a JSON-encoded token, the manifest <bcp14>MUST</bcp14> be base-64 encoded.</t>

<t>This claim allows for multiple manifests in one token since multiple software packages are likely to be present.
The multiple manifests <bcp14>MAY</bcp14> be of different formats.
In some cases EAT submodules may be used instead of the array structure in this claim for multiple manifests.</t>

<t>When the <xref target="CoSWID"/> format is used, it <bcp14>MUST</bcp14> be a payload CoSWID, not an evidence CoSWID.</t>

<t>A <xref target="SUIT.Manifest"/> may be used as a manifest.</t>

<t>This document registers CoAP Content Formats for CycloneDX <xref target="CycloneDX"/> and SPDX <xref target="SPDX"/> so they can be used as a manifest.</t>

<t>This claim is extensible for use of manifest formats beyond those mentioned in this document.
No particular manifest format is preferred.
For manifest interoperability, an EAT profile, <xref target="profiles"/>, should be used that specifies what manifest format(s) are allowed.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    manifests-label => manifests-type
)

manifests-type = [+ manifest-format]

manifest-format = [
    content-type:   coap-content-format,
    content-format: JC< $manifest-body-json,
                        $manifest-body-cbor >
]

$manifest-body-cbor /= bytes .cbor untagged-coswid
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= bytes .cbor SUIT_Envelope
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= spdx-json
$manifest-body-json /= spdx-json

spdx-json = text

$manifest-body-cbor /= cyclone-dx-json
$manifest-body-cbor /= cyclone-dx-xml
$manifest-body-json /= cyclone-dx-json
$manifest-body-json /= cyclone-dx-xml
cyclone-dx-json = text
cyclone-dx-xml  = text

suit-directive-process-dependency = 19
]]></sourcecode></figure>

</section>
<section anchor="measurements"><name>measurements (Measurements) Claim</name>

<t>The "measurements" claim contains descriptions, lists, evidence or measurements of the software that exists on the entity or any other measurable
subsystem of the entity (e.g. hash of sections of a file system or non-volatile memory).
The defining characteristic of this claim is that its contents are created by processes on the entity that inventory, measure or otherwise characterize the software on the entity.
The contents of this claim do not originate from the manufacturer of the measurable subsystem (e.g. developer of a software library).</t>

<t>This claim can be a <xref target="CoSWID"/>.
When the CoSWID format is used, it <bcp14>MUST</bcp14> be an evidence CoSWID, not a payload CoSWID.</t>

<t>Formats other than CoSWID <bcp14>MAY</bcp14> be used.
The identification of format is by CoAP Content Format, the same as the "manifests" claim in <xref target="manifests"/>.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    measurements-label => measurements-type
)

measurements-type = [+ measurements-format]

measurements-format = [
    content-type:   coap-content-format,
    content-format: JC< $measurements-body-json,
                        $measurements-body-cbor >
]

$measurements-body-cbor /= bytes .cbor untagged-coswid
$measurements-body-json /= base64-url-text

]]></sourcecode></figure>

</section>
<section anchor="measurementresults"><name>measres (Software Measurement Results) Claim</name>

<t>The "measres" claim is a general-purpose structure for reporting comparison of measurements to expected reference values.
This claim provides a simple standard way to report the result of a comparison as success, failure, fail to run, ...</t>

<t>It is the nature of measurement systems that they are specific to the operating system, software and hardware of the entity that is being measured.
It is not possible to standardize what is measured and how it is measured across platforms, OS's, software and hardware.
The recipient must obtain the information about what was measured and what it indicates for the characterization of the security of the entity from the provider of the measurement system.
What this claim provides is a standard way to report basic success or failure of the measurement.
In some use cases it is valuable to know if measurements succeeded or failed in a general way even if the details of what was measured is not characterized.</t>

<t>This claim <bcp14>MAY</bcp14> be generated by the verifier and sent to the relying party.
For example, it could be the results of the verifier comparing the contents of the "measurements" claim, <xref target="measurements"/>, to reference values.</t>

<t>This claim <bcp14>MAY</bcp14> also be generated on the entity if the entity has the ability for one subsystem to measure and evaluate another subsystem.
For example, a TEE might have the ability to measure the software of the rich OS and may have the reference values for the rich OS.</t>

<t>Within an entity, attestation target or submodule, multiple results can be reported.
For example, it may be desirable to report the results for measurements of the file system, chip configuration, installed software, running software and so on.</t>

<t>Note that this claim is not for reporting the overall result of a verifier.
It is solely for reporting the result of comparison to reference values.</t>

<t>An individual measurement result is an array of two, an identifier of the measurement and an enumerated type that is the result.
The range and values of the measurement identifier varies from one measurement scheme to another.</t>

<t>Each individual measurement result is part of a group that may contain many individual results.
Each group has a text string that names it, typically the name of the measurement scheme or system.</t>

<t>The claim itself consists of one or more groups.</t>

<t>The values for the results enumerated type are as follows:</t>

<dl>
  <dt>1 -- comparison successful:</dt>
  <dd>
    <t>Indicates successful comparison to reference values.</t>
  </dd>
  <dt>2 -- comparison fail:</dt>
  <dd>
    <t>The comparison was completed and did not compare correctly to the reference values.</t>
  </dd>
  <dt>3 -- comparison not run:</dt>
  <dd>
    <t>The comparison was not run. This includes error conditions such as running out of memory.</t>
  </dd>
  <dt>4 -- measurement absent:</dt>
  <dd>
    <t>The particular measurement was not available for comparison.</t>
  </dd>
</dl>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( 
    measurement-results-label => 
        [ + measurement-results-group ] )

measurement-results-group = [
    measurement-system: tstr,
    measurement-results: [ + individual-result ]
]

individual-result = [
    results-id: tstr / binary-data,
    result:     result-type, 
]

result-type = comparison-successful /
              comparison-fail /
              comparison-not-run /
              measurement-absent 

comparison-successful    = JC< "success",       1 >
comparison-fail          = JC< "fail",          2 >
comparison-not-run       = JC< "not-run",       3 >
measurement-absent       = JC< "absent",        4 >

]]></sourcecode></figure>

</section>
<section anchor="submods"><name>submods (Submodules)</name>

<t>Some devices are complex and have many subsystems.  A mobile phone is a good example. It may have subsystems for communications (e.g., Wi-Fi and cellular), low-power audio and video playback, multiple
security-oriented subsystems like a TEE and a Secure Element, and etc. The claims for a subsystem can be grouped together in a submodule.</t>

<t>Submodules may be used in either evidence or attestation results.</t>

<t>Because system architecture will vary greatly from use case to use case, there are no set requirements for what a submodule represents either in evidence or in attestation results.
Profiles, <xref target="profiles"/>, may wish to impose requirements.
An attester that outputs attestation results with submodules should document the semantics it associates with particular submodules for the verifier.
Likewise, verifier that outputs attestation results with submodules should document the semantics it associates with the submodules for the relying party.</t>

<t>A submodule claim is a map that holds some number of submodules.
Each submodule is named by its label in the submodule claim map.
The value of each entry in a submodule may be a Claims-Set, nested token or Detached-Submodule-Digest.
This allows for the submodule to serve as its own attester or not and allows for claims
for each submodule to be represented directly or indirectly, i.e., detached.</t>

<t>A submodule may include a submodule, allowing for arbitrary levels of nesting.
However, submodules do not inherit anything from the containing token and must explicitly include all claims.
Submodules may contain claims that are present in any surrounding token or submodule.
For example, the top-level of the token may have a UEID, a submodule may have a different UEID and a further subordinate submodule may also have a UEID.</t>

<t>The following sub-sections define the three types for representing submodules:</t>

<t><list style="symbols">
  <t>A submodule Claims-Set</t>
  <t>The digest of a detached Claims-Set</t>
  <t>A nested token, which can be any EAT</t>
</list></t>

<t>The Submodule type definition and Nested-Token type definition vary with the type of encoding. The definitions for CBOR-encoded EATs are as follows:</t>

<figure><sourcecode type="CDDL"><![CDATA[
Nested-Token = CBOR-Nested-Token

CBOR-Nested-Token =
    JSON-Token-Inside-CBOR-Token /
    CBOR-Token-Inside-CBOR-Token

CBOR-Token-Inside-CBOR-Token = bstr .cbor $EAT-CBOR-Tagged-Token

JSON-Token-Inside-CBOR-Token = tstr 

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / CBOR-Nested-Token / 
            Detached-Submodule-Digest
]]></sourcecode></figure>

<t>The Submodule and Nested-Token definitions for JSON-encoded EATs is as below. This difference in definitions vs. CBOR is necessary because JSON has no tag mechanism and no byte string type to help indicate the nested token is CBOR.</t>

<figure><sourcecode type="CDDL"><![CDATA[
Nested-Token = JSON-Selector

$JSON-Selector-Type /= "JWT" / "CBOR" / "BUNDLE" / "DIGEST"
$JSON-Selector-Value /= JWT-Message /
                  CBOR-Token-Inside-JSON-Token /
                  Detached-EAT-Bundle /
                  Detached-Submodule-Digest

JSON-Selector = [
   type : $JSON-Selector-Type,
   nested-token : $JSON-Selector-Value
]

CBOR-Token-Inside-JSON-Token = base64-url-text

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / JSON-Selector
]]></sourcecode></figure>

<t>The Detached-Submodule-Digest type is defined as follows:</t>

<figure><sourcecode type="CDDL"><![CDATA[
Detached-Submodule-Digest = [
   hash-algorithm : text / int,
   digest         : binary-data
]
]]></sourcecode></figure>

<t>Nested tokens can be one of three types as defined in this document or types standardized in follow-on documents (e.g., <xref target="UCCS"/>).
Nested tokens are the only mechanism by which JSON can be embedded in CBOR and vice versa.</t>

<t>The addition of further types is accomplished by augmenting the $EAT-CBOR-Tagged-Token socket or the $JSON-Selector-Type and $JSON-Selector-Value sockets.</t>

<t>When decoding a JSON-encoded EAT, the type of submodule is determined as follows.
A JSON object indicates the submodule is a Claims-Set.
In all other cases, it is a JSON-Selector, which is an array of two elements that indicates whether the submodule is a nested token or a Detached-Submodule-Digest.The first element in the array indicates the type present in the second element.
If the value is “JWT”, “CBOR”, “BUNDLE” or a future-standardized token types, e.g., <xref target="UCCS"/>, the submodule is a nested token of the indicated type, i.e., JWT-Message, CBOR-Token-Inside-JSON-Token, Detached-EAT-Bundle, or a future type.
If the value is "DIGEST", the submodule is a Detached-Submodule-Digest.
Any other value indicates a standaridized extension to this specification.</t>

<t>When decoding a CBOR-encoded EAT, the CBOR item type indicates the type of the submodule as follows.
A map indicates a CBOR-encoded submodule Claims-Set.
An array indicates a CBOR-encoded Detached-Submodule-Digest.
A byte string indicates a CBOR-encoded CBOR-Nested-Token.
A text string indicates a JSON-encoded JSON-Selector. Where JSON-Selector is used in a CBOR-encoded EAT, the "DIGEST" type and corresponding Detached-Submodule-Digest type <bcp14>MUST NOT</bcp14> be used.</t>

<t>The type of a CBOR-encoded nested token is always determined by the CBOR tag encountered after the byte string wrapping is removed in a CBOR-encoded enclosing token or after the base64 wrapping is removed in JSON-encoded enclosing token.</t>

<t>The type of a JSON-encoded nested token is always determined by the string name in JSON-Selector and is always “JWT”, “BUNDLE” or a new name standardized outside this document for a further type (e.g., “UCCS”).
This string name may also be “CBOR” to indicate the nested token is CBOR-encoded.</t>

<dl>
  <dt>"JWT":</dt>
  <dd>
    <t>The second array item <bcp14>MUST</bcp14> be a JWT formatted according to <xref target="RFC7519"/></t>
  </dd>
  <dt>"CBOR":</dt>
  <dd>
    <t>The second array item must be some base64url-encoded CBOR that is a tag, typically a CWT or CBOR-encoded detached EAT bundle</t>
  </dd>
  <dt>"BUNDLE":</dt>
  <dd>
    <t>The second array item <bcp14>MUST</bcp14> be a JSON-encoded Detached EAT Bundle as defined in this document.</t>
  </dd>
  <dt>"DIGEST":</dt>
  <dd>
    <t>The second array item <bcp14>MUST</bcp14> be a JSON-encoded Detached-Submodule-Digest as defined in this document.</t>
  </dd>
</dl>

<t>As noted elsewhere, additional EAT types may be defined by a standards action. New type specifications <bcp14>MUST</bcp14> address the integration of the new type into the Submodule claim type for submodules.</t>

<section anchor="submodule-claims-set"><name>Submodule Claims-Set</name>

<t>The Claims-Set type provides a means of representing claims from a submodule that does not have its own attesting environment,
i.e., it has no keys distinct from the attester producing the surrounding token. Claims are represented as a Claims-Set. Submodule claims represented in this way are secured by the same
mechanism as the enclosing token (e.g., it is signed by the same attestation key).</t>

<t>The encoding of a submodule Claims-Set <bcp14>MUST</bcp14> be the same as the encoding as the surrounding EAT, e.g., all submodule Claims-Sets in a CBOR-encoded token must be CBOR-encoded.</t>

</section>
<section anchor="detached-submodule-digest"><name>Detached Submodule Digest</name>

<t>The Detached-Submodule-Digest type is similar to a submodule Claims-Set, except a digest of the Claims-Set is included in the claim with the Claims-Set contents conveyed separately.
The separately-conveyed Claims-Set is called a detached claims set.
The input to the digest algorithm is directly the CBOR or JSON-encoded Claims-Set for the submodule.
There is no byte-string wrapping or base 64 encoding.</t>

<t>The data type for this type of submodule is an array consisting of two data items: an algorithm identifier and a byte string containing the digest. The hash algorithm identifier is always from the COSE Algorithm registry, <xref target="IANA.COSE.Algorithms"/>. Either the integer or string identifier may be used. The hash algorithm identifier is never from the JOSE Algorithm registry.</t>

<t>A detached EAT bundle, described in <xref target="DEB"/>, may be used to convey detached claims sets and the EAT containing the corresponding detached digests.
The EAT format, however, doesn't require use of a detached EAT bundle.
Any other protocols may be used to convey detached claims sets and the EAT containing the corresponding detached digests.
Detached Claims-Sets must not be modified in transit, else validation will fail.</t>

</section>
<section anchor="Nested-Token"><name>Nested Tokens</name>

<t>The CBOR-Nested-Token and JSON-Selector types provide a means of representing claims from a submodule that has its own attesting environment,
i.e., it has keys distinct from the attester producing the surrounding token. Claims are represented in a signed EAT token.</t>

<t>Inclusion of a signed EAT as a claim cryptographically binds the EAT to the surrounding token.
If it was conveyed in parallel with the surrounding token, there would be no such binding and attackers could substitute a good attestation from another device for the attestation of an errant subsystem.</t>

<t>A nested token need not use the same encoding as the enclosing token.
This enables composite devices to be built without regards to the encoding used by components.
Thus, a CBOR-encoded EAT can have a JSON-encoded EAT as a nested token and vice versa.</t>

</section>
</section>
</section>
<section anchor="claims-describing-the-token"><name>Claims Describing the Token</name>

<t>The claims in this section provide meta data about the token they occur in.
They do not describe the entity.</t>

<t>They may appear in evidence or attestation results.
When these claims appear in evidence, they <bcp14>SHOULD NOT</bcp14> be passed through the verifier into attestation results.</t>

<section anchor="iat-timestamp-claim"><name>iat (Timestamp) Claim</name>

<t>The "iat" claim defined in CWT and JWT is used to indicate the
date-of-creation of the token, the time at which the claims are
collected and the token is composed and signed.</t>

<t>The data for some claims may be held or cached for some period of
time before the token is created. This period may be long, even
days. Examples are measurements taken at boot or a geographic
position fix taken the last time a satellite signal was received.
There are individual timestamps associated with these claims to
indicate their age is older than the "iat" timestamp.</t>

<t>CWT allows the use floating-point for this claim. EAT disallows
the use of floating-point. An EAT token <bcp14>MUST NOT</bcp14> contain an "iat" claim in
floating-point format. Any recipient of a token with a floating-point
format "iat" claim <bcp14>MUST</bcp14> consider it an error.</t>

<t>A 64-bit integer representation of the CBOR epoch-based time
<xref target="RFC8949"/> used by this claim can represent a range of +/- 500
billion years, so the only point of a floating-point timestamp is to
have precession greater than one second. This is not needed for EAT.</t>

</section>
<section anchor="profile-claim"><name>eat_profile (EAT Profile) Claim</name>

<t>See <xref target="profiles"/> for the detailed description of an EAT profile.</t>

<t>The "eat_profile" claim identifies an EAT profile by either a URL or an OID.
Typically, the URI will reference a document describing the profile.
An OID is just a unique identifier for the profile.
It may exist anywhere in the OID tree.
There is no requirement that the named document be publicly accessible.
The primary purpose of the "eat_profile" claim is to uniquely identify the profile even if it is a private profile.</t>

<t>The OID is always absolute and never relative.</t>

<t>See <xref target="common-types"/> for OID and URI encoding.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (profile-label => general-uri / general-oid)
]]></sourcecode></figure>

</section>
<section anchor="intuse-intended-use-claim"><name>intuse (Intended Use) Claim</name>

<t>EAT's may be used in the context of several different applications.  The "intuse"
claim provides an indication to an EAT consumer about  the intended usage
of the token. This claim can be used as a way for an application using EAT to internally distinguish between different ways it uses EAT.</t>

<dl>
  <dt>1 -- Generic:</dt>
  <dd>
    <t>Generic attestation describes an application where the EAT consumer
requires the most up-to-date security assessment of the attesting entity. It
is expected that this is the most commonly-used application of EAT.</t>
  </dd>
  <dt>2-- Registration:</dt>
  <dd>
    <t>Entities that are registering for a new service may be expected to
provide an attestation as part of the registration process.  This "intuse"
setting indicates that the attestation is not intended for any use but registration.</t>
  </dd>
  <dt>3 -- Provisioning:</dt>
  <dd>
    <t>Entities may be provisioned with different values or settings by an EAT
consumer.  Examples include key material or device management trees.  The consumer
may require an EAT to assess entity security state of the entity prior to provisioning.</t>
  </dd>
  <dt>4 -- Certificate Issuance:</dt>
  <dd>
    <t>Certificate authorities (CA's) may require attestation results (which in a background check model might require receiving evidence to be passed to a certifier) 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 structure to convey a fully-formed and signed token plus detached claims set that relate to that token.
It is a top-level EAT message like a CWT or JWT.
It can be occur any place that CWT or JWT messages occur.
It may also be sent as a submodule.</t>

<t>A detached EAT bundle consists of two parts.</t>

<t>The first part is a full top-level token.
This top-level token <bcp14>MUST</bcp14> have at least one submodule that is a detached digest.
This top-level token may be either CBOR or JSON-encoded.
It <bcp14>MAY</bcp14> be a CWT, or JWT but NOT a detached EAT bundle.
It <bcp14>MAY</bcp14> also be some future-defined token type.
The same mechanism for distinguishing the type for nested token submodules is employed here.</t>

<t>The second part is a map/object containing the detached Claims-Sets corresponding to the detached digests in the full token.
When the detached EAT bundle is CBOR-encoded, each detached Claims-Set <bcp14>MUST</bcp14> be CBOR-encoded and wrapped in a byte string.
When the detached EAT bundle is JSON-encoded, each detached Claims-Set <bcp14>MUST</bcp14> be JSON-encoded and base64url encoded.
All the detached Claims-Sets <bcp14>MUST</bcp14> be encoded in the same format as the detached EAT bundle.
No mixing of encoding formats is allowed for the Claims-Sets in a detached EAT bundle.</t>

<t>For CBOR-encoded detached EAT bundles, tag TBD602 can be used to identify it.
The normal rules apply for use or non-use of a tag.
When it is sent as a submodule, it is always sent as a tag to distinguish it from the other types of nested tokens.</t>

<t>The digests of the detached claims sets are associated with detached Claims-Sets by label/name.
It is up to the constructor of the detached EAT bundle to ensure the names uniquely identify the detached claims sets.
Since the names are used only in the detached EAT bundle, they can be very short, perhaps one byte.</t>

<figure><sourcecode type="CDDL"><![CDATA[
BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message   = #6.TBD(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
    main-token : Nested-Token,
    detached-claims-sets: {
        + tstr => JC<json-wrapped-claims-set,
                     cbor-wrapped-claims-set>
    }
]

json-wrapped-claims-set = base64-url-text

cbor-wrapped-claims-set = bstr .cbor Claims-Set

]]></sourcecode></figure>

</section>
<section anchor="profiles"><name>Profiles</name>

<t>EAT makes normative use of CBOR, JSON, COSE, JOSE, CWT and JWT.
Most of these have implementation options to accommodate a range of use cases.</t>

<t>For example, COSE doesn't require a particular set of cryptographic algorithms so as to accommodate different usage scenarios and evolution of algorithms over time.
Section 10 of <xref target="RFC9052"/> describes the profiling considerations for COSE.</t>

<t>The use of encryption is optional for both CWT and JWT.
Section 8 of <xref target="RFC7519"/> describes implementation requirement and recommendations for JWT.</t>

<t>Similarly, CBOR provides indefinite length encoding, which is not commonly used, but valuable for very constrained devices.
For EAT itself, in a particular use case some claims will be used and others will not.
Section 4 of <xref target="RFC8949"/> describes serialization considerations for CBOR.</t>

<t>For example a mobile phone use case may require the device make and model, and prohibit UEID and location for privacy reasons.
The general EAT standard retains all this flexibility because it too is aimed to accommodate a broad range of use cases.</t>

<t>It is necessary to explicitly narrow these implementation options to guarantee interoperability.
EAT chooses one general and explicit mechanism, the profile, to indicate the choices made for these implementation options for all aspects of the token.</t>

<t>Below is a list of the various issues that should be addressed by a profile.</t>

<t>The "eat_profile" claim in <xref target="profile-claim"/> provides a unique identifier for the profile a particular token uses.</t>

<t>A profile can apply to evidence or to attestation results or both.</t>

<section anchor="format-of-a-profile-document"><name>Format of a Profile Document</name>

<t>A profile document doesn't have to be in any particular format. It may be simple text, something more formal or a combination.</t>

<t>A profile may define, and possibly register, one or more new claims if needed. A profile may also reuse one or more already defined claims, either as-is or with values constrained to a subset or subrange.</t>

</section>
<section anchor="list-of-profile-issues"><name>List of Profile Issues</name>

<t>The following is a list of EAT, CWT, JWT, COSE, JOSE and CBOR options that a profile should address.</t>

<section anchor="use-of-json-cbor-or-both"><name>Use of JSON, CBOR or both</name>

<t>A profile should specify whether CBOR, JSON or both may be sent.
A profile should specify that the receiver can accept all encoding formats that the sender is allowed to send.</t>

<t>This should be specified for the top-level and all nested tokens.
For example, a profile might require all nested tokens to be of the same encoding of the top level token.</t>

</section>
<section anchor="cbor-map-and-array-encoding"><name>CBOR Map and Array Encoding</name>

<t>A profile should specify whether definite-length arrays/maps, indefinite-length arrays/maps or both may be sent.
A profile should specify that the receiver be able to accept all length encodings that the sender is allowed to send.</t>

<t>This applies to individual EAT claims, CWT and COSE parts of the implementation.</t>

<t>For most use cases, specifying that only definite-length arrays/maps may be sent is suitable.</t>

</section>
<section anchor="cbor-string-encoding"><name>CBOR String Encoding</name>

<t>A profile should specify whether definite-length strings, indefinite-length strings or both may be sent.
A profile should specify that the receiver be able to accept all types of string encodings that the sender is allowed to send.</t>

<t>For most use cases, specifying that only definite-length strings may be sent is suitable.</t>

</section>
<section anchor="cbor-preferred-serialization"><name>CBOR Preferred Serialization</name>

<t>A profile should specify whether or not CBOR preferred serialization must be sent or not.
A profile should specify the receiver be able to accept preferred and/or non-preferred serialization so it will be able to accept anything sent by the sender.</t>

</section>
<section anchor="cbor-tags"><name>CBOR Tags</name>

<t>The profile should specify whether the token should be a CWT Tag or not.</t>

<t>When COSE protection is used, the profile should specify whether COSE tags are used or not.
Note that RFC 8392 requires COSE tags be used in a CWT tag.</t>

<t>Often a tag is unnecessary because the surrounding or carrying protocol identifies the object as an EAT.</t>

</section>
<section anchor="message-type"><name>COSE/JOSE Protection</name>

<t>COSE and JOSE have several options for signed, MACed and encrypted messages.
JWT may use the JOSE NULL protection option.
It is possible to implement no protection, sign only, MAC only, sign then encrypt and so on.
All combinations allowed by COSE, JOSE, JWT, and CWT are allowed by EAT.</t>

<t>A profile should specify all signing, encryption and MAC message formats that may be sent.
For example, a profile might allow only COSE_Sign1 to be sent.
For another example, a profile might allow COSE_Sign and COSE_Encrypt to be sent to carry multiple signatures for post quantum cryptography and to use encryption to provide confidentiality.</t>

<t>A profile should specify the receiver accepts all message formats that are allowed to be sent.</t>

<t>When both signing and encryption are allowed, a profile should specify which is applied first.</t>

</section>
<section anchor="cosejose-algorithms"><name>COSE/JOSE Algorithms</name>

<t>See the section on "Application Profiling Considerations" in <xref target="RFC9052"/> for a discussion on selection of cryptographic algorithms and related issues.</t>

<t>The profile <bcp14>MAY</bcp14> require the protocol or system using EAT provide an algorithm negotiation mechanism.</t>

<t>If not, The profile document should list a set of algorithms for each COSE and JOSE message type allowed by the profile per <xref target="message-type"/>.
The verifier should implement all of them.
The attester may implement any of them it wishes, possibly just one for each message type.</t>

<t>If detached submodule digests are used the profile should address the determination of the hash algorithm(s) for the digests.</t>

</section>
<section anchor="detached-eat-bundle-support"><name>Detached EAT Bundle Support</name>

<t>A profile should specify whether or not a detached EAT bundle (<xref target="DEB"/>) can be sent.
A profile should specify that a receiver be able to accept a detached EAT bundle if the sender is allowed to send it.</t>

</section>
<section anchor="key-identification"><name>Key Identification</name>

<t>A profile should specify what must be sent to identify the verification, decryption or MAC key or keys.
If multiple methods of key identification may be sent, a profile should require the receiver support them all.</t>

<t><xref target="keyid"/> describes a number of methods for identifying verification keys.
When encryption is used, there are further considerations.
In some cases key identification may be very simple and in others involve multiple components.
For example, it may be simple through use of COSE key ID or it may be complex through use of an X.509 certificate hierarchy.</t>

<t>While not always possible, a profile should specify or make reference to, a full end-end specification for key identification.
For example, a profile should specify in full detail how COSE key IDs are to be created, their lifecycle and such rather than just specifying that a COSE key ID be used.
For example, a profile should specify the full details of an X.509 hierarchy including extension processing, algorithms allowed and so on rather than just saying X.509 certificates are used.</t>

</section>
<section anchor="endorsement-identification"><name>Endorsement Identification</name>

<t>Similar to, or perhaps the same as verification key identification, the profile may wish to specify how endorsements are to be identified.
However note that endorsement identification is optional, whereas key identification is not.</t>

</section>
<section anchor="freshness"><name>Freshness</name>

<t>Security considerations <xref target="sec-con-freshness"/> requires a mechanism to provide freshness.
This may be the EAT nonce claim in <xref target="nonce"/>, or some claim or mechanism defined outside this document.
The section on freshness in <xref target="RATS.Architecture"/> describes several options.
A profile should specify which freshness mechanism or mechanisms can be used.</t>

<t>If the EAT nonce claim is used, a profile should specify whether multiple nonces may be sent.
If a profile allows multiple nonces to be sent, it should require the receiver to process multiple nonces.</t>

</section>
<section anchor="claims-requirements"><name>Claims Requirements</name>

<t>A profile may define new claims that are not defined in this document.</t>

<t>This document requires an EAT receiver must accept all claims it does not understand.
A profile for a specific use case may reverse this and allow a receiver to reject tokens with claims it does not understand.
A profile for a specific use case may specify that specific claims are prohibited.</t>

<t>A profile for a specific use case may modify this and specify that some claims are required.</t>

<t>A profile may constrain the definition of claims that are defined in this document or elsewhere.
For example, a profile may require the EAT nonce be a certain length or the "location" claim always include the altitude.</t>

<t>Some claims are "pluggable" in that they allow different formats for their content.
The "manifests" claim (<xref target="manifests"/>) along with the measurement and "measurements" (<xref target="measurements"/>)) claims are examples of this, allowing the use of CoSWID, TEEP Manifests and other formats.
A profile should specify which formats are allowed to be sent, with the assumption that the corresponding COAP content types have been registered.
A profile should require the receiver to accept all formats that are allowed to be sent.</t>

<t>Further, if there is variation within a format that is allowed, the profile should specify which variations can be sent.
For example, there are variations in the CoSWID format.
A profile that require the receiver to accept all variations that are allowed to be sent.</t>

</section>
</section>
<section anchor="the-constrained-device-standard-profile"><name>The Constrained Device Standard Profile</name>

<t>It is anticipated that there will be many profiles defined for EAT for many different use cases.
This section standardizes one profile that is good for many constrained device use cases.</t>

<t>The identifier for this profile is "https://www.rfc-editor.org/rfc/rfcTBD".</t>

<texttable>
      <ttcol align='left'>Issue</ttcol>
      <ttcol align='left'>Profile Definition</ttcol>
      <c>CBOR/JSON</c>
      <c>CBOR only</c>
      <c>CBOR Encoding</c>
      <c>Only definite length maps and arrays are allowed</c>
      <c>CBOR Encoding</c>
      <c>Only definite length strings are allowed</c>
      <c>CBOR Serialization</c>
      <c>Only preferred serialization is allowed</c>
      <c>COSE Protection</c>
      <c>Only COSE_Sign1 format is used</c>
      <c>Algorithms</c>
      <c>Receiver <bcp14>MUST</bcp14> accept ES256, ES384 and ES512; sender <bcp14>MUST</bcp14> send one of these</c>
      <c>Detached EAT Bundle Usage</c>
      <c>Detached EAT bundles may not be sent with this profile</c>
      <c>Verification Key Identification</c>
      <c>Either the COSE kid or the UEID <bcp14>MUST</bcp14> be used to identify the verication key. If both are present, the kid takes precedence</c>
      <c>Endorsements</c>
      <c>This profile contains no endorsement identifier</c>
      <c>Nonce</c>
      <c>A new single unique nonce <bcp14>MUST</bcp14> be used for every token request</c>
      <c>Claims</c>
      <c>No requirement is made on the presence or absence of claims other than requiring an EAT nonce. As per general EAT rules, the receiver <bcp14>MUST NOT</bcp14> error out on claims it doesn't understand.</c>
</texttable>

<t>Strictly speaking, slight modifications such use of a different means of key identification are a divergence from this profile and <bcp14>MUST</bcp14> use a different profile identifier.</t>

<t>A profile that is similar to this can be defined and/or standardized by making normative reference to this and adding other requirements.
Such a definition <bcp14>MUST</bcp14> have a different profile identifier.</t>

</section>
</section>
<section anchor="encoding"><name>Encoding and Collected CDDL</name>

<t>An EAT is fundamentally defined using CDDL.
This document specifies how to encode the CDDL in CBOR or JSON.
Since CBOR can express some things that JSON can't (e.g., tags) or that are expressed differently (e.g., labels) there is some CDDL that is specific to the encoding format.</t>

<section anchor="claims-set-and-cddl-for-cwt-and-jwt"><name>Claims-Set and CDDL for CWT and JWT</name>

<t>CDDL was not used to define CWT or JWT.
It was not available at the time.</t>

<t>This document defines CDDL for both CWT and JWT.
This document does not change the encoding or semantics of anything in a CWT or JWT.</t>

<t>A Claims-Set is the central data structure for EAT, CWT and JWT.
It holds all the claims and is the structure that is secured by signing or other means.
It is not possible to define EAT, CWT, or JWT in CDDL without it.
The CDDL definition of Claims-Set here is applicable to EAT, CWT and JWT.</t>

<t>This document specifies how to encode a Claims-Set in CBOR or JSON.</t>

<t>With the exception of nested tokens and some other externally defined structures (e.g., SWIDs) an entire Claims-Set must be in encoded in either CBOR or JSON, never a mixture.</t>

<t>CDDL for the seven claims defined by <xref target="RFC8392"/> and <xref target="RFC7519"/> is included here.</t>

</section>
<section anchor="encoding-data-types"><name>Encoding Data Types</name>

<t>This makes use of the types defined in <xref target="RFC8610"/> Appendix D, Standard Prelude.</t>

<section anchor="common-types"><name>Common Data Types</name>

<t>time-int is identical to the epoch-based time, but disallows
floating-point representation.</t>

<t>The OID encoding from <xref target="RFC9090"/> is used without the tag number in CBOR-encoded tokens.
In JSON tokens OIDs are a text string in the common form of "nn.nn.nn...".</t>

<t>Unless expliclity indicated, URIs are not the URI tag defined in <xref target="RFC8949"/>.
They are just text strings that contain a URI.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535

]]></sourcecode></figure>

</section>
<section anchor="jsoninterop"><name>JSON Interoperability</name>

<t>JSON should be encoded per <xref target="RFC8610"/> Appendix E. In addition, the
following CDDL types are encoded in JSON as follows:</t>

<t><list style="symbols">
  <t>bstr -- must be base64url encoded</t>
  <t>time -- must be encoded as NumericDate as described section 2 of <xref target="RFC7519"/>.</t>
  <t>string-or-uri -- must be encoded as StringOrURI as described section 2 of <xref target="RFC7519"/>.</t>
  <t>uri -- must be a URI <xref target="RFC3986"/>.</t>
  <t>oid -- encoded as a string using the well established dotted-decimal notation (e.g., the text "1.2.250.1").</t>
</list></t>

<t>The CDDL generic "JC&lt; &gt;" is used in most places where there is a variance between CBOR and JSON.
The first argument is the CDDL for JSON and the second is CDDL for CBOR.</t>

</section>
<section anchor="labels"><name>Labels</name>

<t>Most map labels, Claims-Keys, Claim-Names and enumerated-type values are integers for CBOR-encoded tokens and strings for JSON-encoded tokens.
When this is the case the "JC &lt; &gt;" CDDL construct is used to give both the integer and string values.</t>

</section>
<section anchor="cbor-interoperability"><name>CBOR Interoperability</name>

<t>CBOR allows data items to be serialized in more than one form to accommodate a variety of use cases.
This is addressed in <xref target="profiles"/>.</t>

</section>
</section>
<section anchor="collected-cddl"><name>Collected CDDL</name>

<section anchor="payload-cddl"><name>Payload CDDL</name>

<t>This CDDL defines all the EAT Claims that are added to the main definition of a Claim-Set in <xref target="CDDL_for_CWT"/>.
Claims-Set is the payload for CWT, JWT and potentially other token types.
This is for both CBOR and JSON.
When there is variation between CBOR and JSON, the JC&lt;&gt; CDDL generic defined in <xref target="CDDL_for_CWT"/>.</t>

<t>This CDDL uses, but doesn't define Submodule or nested tokens because the definition for these types varies between CBOR and JSON and the JC&lt;&gt; generic can't be used to define it.
The submodule claim is the one place that that a CBOR token can be nested inside a JSON token and vice versa.
Encoding-specific defintiions are provided in the following sections.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535


$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (10..74), bstr .size (8..64)>


$$Claims-Set-Claims //= (ueid-label => ueid-type)

ueid-type = JC<base64-url-text .size (12..44) , bstr .size (7..33)>

$$Claims-Set-Claims //= (sueids-label => sueids-type)

sueids-type = {
    + tstr => ueid-type
}

$$Claims-Set-Claims //= (
    oemid-label => oemid-pen / oemid-ieee / oemid-random
)

oemid-pen = int

oemid-ieee = JC<oemid-ieee-json, oemid-ieee-cbor>
oemid-ieee-cbor = bstr .size 3
oemid-ieee-json = base64-url-text .size 4

oemid-random = JC<oemid-random-json, oemid-random-cbor>
oemid-random-cbor = bstr .size 16
oemid-random-json = base64-url-text .size 24


$$Claims-Set-Claims //=  (
    hardware-version-label => hardware-version-type
)

hardware-version-type = [
    version:  tstr,
    ? scheme:  $version-scheme
]

$$Claims-Set-Claims //= (
    hardware-model-label => hardware-model-type
)

hardware-model-type = JC<base64-url-text .size (4..44),
                         bytes .size (1..32)>

$$Claims-Set-Claims //= ( sw-name-label => tstr )

$$Claims-Set-Claims //= (sw-version-label => sw-version-type)

sw-version-type = [
    version:  tstr
    ? scheme:  $version-scheme 
]

$$Claims-Set-Claims //= (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

$manifest-body-cbor /= spdx-json
$manifest-body-json /= spdx-json

spdx-json = text

$manifest-body-cbor /= cyclone-dx-json
$manifest-body-cbor /= cyclone-dx-xml
$manifest-body-json /= cyclone-dx-json
$manifest-body-json /= cyclone-dx-xml
cyclone-dx-json = text
cyclone-dx-xml  = text

suit-directive-process-dependency = 19

$$Claims-Set-Claims //= (
    measurements-label => measurements-type
)

measurements-type = [+ measurements-format]

measurements-format = [
    content-type:   coap-content-format,
    content-format: JC< $measurements-body-json,
                        $measurements-body-cbor >
]

$measurements-body-cbor /= bytes .cbor untagged-coswid
$measurements-body-json /= base64-url-text


$$Claims-Set-Claims //= ( 
    measurement-results-label => 
        [ + measurement-results-group ] )

measurement-results-group = [
    measurement-system: tstr,
    measurement-results: [ + individual-result ]
]

individual-result = [
    results-id: tstr / binary-data,
    result:     result-type, 
]

result-type = comparison-successful /
              comparison-fail /
              comparison-not-run /
              measurement-absent 

comparison-successful    = JC< "success",       1 >
comparison-fail          = JC< "fail",          2 >
comparison-not-run       = JC< "not-run",       3 >
measurement-absent       = JC< "absent",        4 >



Detached-Submodule-Digest = [
   hash-algorithm : text / int,
   digest         : binary-data
]


BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message   = #6.TBD(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
    main-token : Nested-Token,
    detached-claims-sets: {
        + tstr => JC<json-wrapped-claims-set,
                     cbor-wrapped-claims-set>
    }
]

json-wrapped-claims-set = base64-url-text

cbor-wrapped-claims-set = bstr .cbor Claims-Set



nonce-label            = JC< "eat_nonce",  10 >
ueid-label             = JC< "ueid",       256 >
sueids-label           = JC< "sueids",     257 >
oemid-label            = JC< "oemid",      258 >
hardware-model-label   = JC< "hwmodel",    259 >
hardware-version-label = JC< "hwversion",  260 >
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-Type /= "JWT" / "CBOR" / "BUNDLE" / "DIGEST"
$JSON-Selector-Value /= JWT-Message /
                  CBOR-Token-Inside-JSON-Token /
                  Detached-EAT-Bundle /
                  Detached-Submodule-Digest

JSON-Selector = [
   type : $JSON-Selector-Type,
   nested-token : $JSON-Selector-Value
]

CBOR-Token-Inside-JSON-Token = base64-url-text

$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / JSON-Selector

]]></sourcecode></figure>

</section>
</section>
</section>
<section anchor="privacyconsiderations"><name>Privacy Considerations</name>

<t>Certain EAT claims can be used to track the owner of an entity and
therefore, implementations should consider providing privacy-preserving
options dependent on the intended usage of the EAT.  Examples would
include suppression of location claims for EAT's provided to
unauthenticated consumers.</t>

<section anchor="ueidprivacyconsiderations"><name>UEID and SUEID Privacy Considerations</name>

<t>A UEID is usually not privacy-preserving. Relying Parties
receiving tokens that happen to be from a particular entity will be
able to know the tokens are  from the same entity and be able to
identify the entity issuing those tokens.</t>

<t>Thus the use of the claim may violate privacy policies. In other usage situations a UEID will
not be allowed for certain products like browsers that give privacy
for the end user. It will often be the case that tokens will not have
a UEID for these reasons.</t>

<t>An SUEID is also usually not privacy-preserving.  In some cases it may
have fewer privacy issues than a UEID depending on when and how and
when it is generated.</t>

<t>There are several strategies that can be used to still be able to put
UEIDs and SUEIDs in tokens:</t>

<t><list style="symbols">
  <t>The entity obtains explicit permission from the user of the entity
to use the UEID/SUEID. This may be through a prompt. It may also be through
a license agreement.  For example, agreements for some online banking
and brokerage services might already cover use of a UEID/SUEID.</t>
  <t>The UEID/SUEID is used only in a particular context or particular use
case. It is used only by one relying party.</t>
  <t>The entity authenticates the relying party and generates a derived
UEID/SUEID just for that particular relying party.  For example, the Relying
Party could prove their identity cryptographically to the entity, then
the entity generates a UEID just for that relying party by hashing a
proofed relying party ID with the main entity UEID/SUEID.</t>
</list></t>

<t>Note that some of these privacy preservation strategies result in
multiple UEIDs and SUEIDs per entity. Each UEID/SUEID is used in a
different context, use case or system on the entity. However, from the
view of the relying party, there is just one UEID and it is still
globally universal across manufacturers.</t>

</section>
<section anchor="locationprivacyconsiderations"><name>Location Privacy Considerations</name>

<t>Geographic location is most always considered personally identifiable information.
Implementers should consider laws and regulations governing the transmission of location data from end user devices to servers and services.
Implementers should consider using location management facilities offered by the operating system on the entity generating the attestation.
For example, many mobile phones prompt the user for permission when before sending location data.</t>

</section>
<section anchor="bootseedprivacyconsiderations"><name>Boot Seed Privacy Considerations</name>

<t>The "bootseed" claim is effectively a stable entity identifier within a given boot epoch.  Therefore, it is not suitable for use in attestation schemes that are privacy-preserving.</t>

</section>
<section anchor="replayprivacyconsiderations"><name>Replay Protection and Privacy</name>

<t>EAT defines the nonce claim for 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="RATS.Architecture"/> is also applicable to implementations of EAT.  In addition,
implementors should consider the following.</t>

<section anchor="claim-trustworthiness"><name>Claim Trustworthiness</name>

<t>This specification defines semantics for each claim.
It does not require any particular level of security in the implementation of the claims or even the attester itself.
Such specification is far beyond the scope of this document which is about a message format not the security level of an implementation.</t>

<t>The receiver of an EAT comes to know the trustworthiness of the claims in it by understanding the implementation made by the attester vendor and/or understanding the checks and processing performed by the verifier.</t>

<t>For example, this document says that a UEID is permanent and that it must not change, but it doesn't say what degree of attack to change it must be defended.</t>

<t>The degree of security will vary from use case to use case.
In some cases the receiver may only need to know something of the implementation such as that it was implemented in a TEE.
In other cases the receiver may require the attester be certified by a particular certification program.
Or perhaps the receiver is content with very little security.</t>

</section>
<section anchor="key-provisioning"><name>Key Provisioning</name>

<t>Private key material can be used to sign and/or encrypt the EAT, or
can be used to derive the keys used for signing and/or encryption.  In
some instances, the manufacturer of the entity may create the key
material separately and provision the key material in the entity
itself.  The manufacturer of any entity that is capable of producing
an EAT should take care to ensure that any private key material be
suitably protected prior to provisioning the key material in the
entity itself.  This can require creation of key material in an
enclave (see <xref target="RFC4949"/> for definition of "enclave"), secure
transmission of the key material from the enclave to the entity using
an appropriate protocol, and persistence of the private key material
in some form of secure storage to which (preferably) only the entity
has access.</t>

<section anchor="transmission-of-key-material"><name>Transmission of Key Material</name>

<t>Regarding transmission of key material from the enclave to the entity,
the key material may pass through one or more intermediaries.
Therefore some form of protection ("key wrapping") may be necessary.
The transmission itself may be performed electronically, but can also
be done by human courier.  In the latter case, there should be minimal
to no exposure of the key material to the human (e.g. encrypted
portable memory).  Moreover, the human should transport the key
material directly from the secure enclave where it was created to a
destination secure enclave where it can be provisioned.</t>

</section>
</section>
<section anchor="sec-con-freshness"><name>Freshness</name>

<t>All EAT use must provide a freshness mechanism to prevent replay and related attacks.
The extensive discussions on freshness in <xref target="RATS.Architecture"/> including security considerations apply here.
The EAT nonce claim, in <xref target="nonce"/>, is one option to provide freshness.</t>

</section>
<section anchor="multiple-eat-consumers"><name>Multiple EAT Consumers</name>

<t>In many cases, more than one EAT consumer may be required to fully
verify the entity attestation.  Examples include individual consumers
for nested EATs, or consumers for individual claims with an EAT.  When
multiple consumers are required for verification of an EAT, it is
important to minimize information exposure to each consumer.  In
addition, the communication between multiple consumers should be
secure.</t>

<t>For instance, consider the example of an encrypted and signed EAT with
multiple claims.  A consumer may receive the EAT (denoted as the
"receiving consumer"), decrypt its payload, verify its signature, but
then pass specific subsets of claims to other consumers for evaluation
("downstream consumers").  Since any COSE encryption will be removed
by the receiving consumer, the communication of claim subsets to any
downstream consumer should leverage a secure protocol (e.g.one that
uses transport-layer security, i.e. TLS),</t>

<t>However, assume the EAT of the previous example is hierarchical and
each claim subset for a downstream consumer is created in the form of
a nested EAT.  Then transport security between the receiving and
downstream consumers is not strictly required.  Nevertheless,
downstream consumers of a nested EAT should provide a nonce unique to
the EAT they are consuming.</t>

</section>
<section anchor="detached-eat-bundle-digest-security-considerations"><name>Detached EAT Bundle Digest Security Considerations</name>

<t>A detached EAT bundle is composed of a nested full token appended to
an unsigned claims set as per <xref target="DEB"/> .  Although the attached claims set is vulnerable to
modification in transit, any modification can be detected by the receiver through the associated
digest, which is a claim fully contained within an EAT.  Moreover, the digest itself can only be derived using
an appropriate COSE hash algorithm, implying that an attacker cannot induce false detection
of a modifie detached claims because the algorithms in the COSE registry are assumed to be
of sufficient cryptographic strength.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="reuse-of-cbor-and-json-web-token-cwt-and-jwt-claims-registries"><name>Reuse of CBOR and JSON Web Token (CWT and JWT) Claims Registries</name>

<t>Claims defined for EAT are compatible with those of CWT and JWT
so the CWT and JWT Claims Registries, <xref target="IANA.CWT.Claims"/> and <xref target="IANA.JWT.Claims"/>, are re used. No new IANA registry
is created.</t>

<t>All EAT claims defined in this document are placed in both registries.
All new EAT claims defined subsequently should be placed in both registries.</t>

<t><xref target="Claim_Characteristics"/> describes some considerations when defining new claims.</t>

</section>
<section anchor="claims-registered-by-this-document"><name>Claims Registered by This Document</name>

<t>This specification adds the following values to the "JSON Web Token
Claims" registry established by <xref target="RFC7519"/> and the "CBOR Web Token Claims Registry"
established by <xref target="RFC8392"/>.
Each entry below is an addition to both registries.</t>

<t>The "Claim Description", "Change Controller" and "Specification Documents" are common and equivalent for the JWT and CWT registries.
The "Claim Key" and "Claim Value Types(s)" are for the CWT registry only.
The "Claim Name" is as defined for the CWT registry, not the JWT registry.
The "JWT Claim Name" is equivalent to the "Claim Name" in the JWT registry.</t>

<section anchor="claims-for-early-assignment"><name>Claims for Early Assignment</name>
<t>RFC Editor: in the final publication this section should be combined with the following
section as it will no longer be necessary to distinguish claims with early assignment.
Also, the following paragraph should be removed.</t>

<t>The claims in this section have been (requested for / given) early assignment according to <xref target="RFC7120"/>.
They have been assigned values and registered before final publication of this document.
While their semantics is not expected to change in final publication, it is possible that they will.
The JWT Claim Names and CWT Claim Keys are not expected to change.</t>

<t>In draft -06 an early allocation was described.
The processing of that early allocation was never correctly completed.
This early allocation assigns different numbers for the CBOR claim labels.
This early allocation will presumably complete correctly</t>

<t><list style="symbols">
  <t>Claim Name: Nonce</t>
  <t>Claim Description: Nonce</t>
  <t>JWT Claim Name: "eat_nonce"</t>
  <t>Claim Key: TBD (requested value 10)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: UEID</t>
  <t>Claim Description: The Universal Entity ID</t>
  <t>JWT Claim Name: "ueid"</t>
  <t>CWT Claim Key: TBD (requested value 256)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: SUEIDs</t>
  <t>Claim Description: Semi-permanent UEIDs</t>
  <t>JWT Claim Name: "sueids"</t>
  <t>CWT Claim Key: TBD (requested value 257)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware OEMID</t>
  <t>Claim Description: Hardware OEM ID</t>
  <t>JWT Claim Name: "oemid"</t>
  <t>Claim Key: TBD (requeste value 258)</t>
  <t>Claim Value Type(s): byte string or integer</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware Model</t>
  <t>Claim Description: Model identifier for hardware</t>
  <t>JWT Claim Name: "hwmodel"</t>
  <t>Claim Key: TBD (requested value 259)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware Version</t>
  <t>Claim Description: Hardware Version Identifier</t>
  <t>JWT Claim Name: "hwversion"</t>
  <t>Claim Key: TBD (requested value 260)</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Secure Boot</t>
  <t>Claim Description: Indicate whether the boot was secure</t>
  <t>JWT Claim Name: "secboot"</t>
  <t>Claim Key: 262</t>
  <t>Claim Value Type(s): Boolean</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Debug Status</t>
  <t>Claim Description: Indicate status of debug facilities</t>
  <t>JWT Claim Name: "dbgstat"</t>
  <t>Claim Key: 263</t>
  <t>Claim Value Type(s): integer or string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Location</t>
  <t>Claim Description: The geographic location</t>
  <t>JWT Claim Name: "location"</t>
  <t>Claim Key: TBD (requested value 264)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: EAT Profile</t>
  <t>Claim Description: Indicates the EAT profile followed</t>
  <t>JWT Claim Name: "eat_profile"</t>
  <t>Claim Key: TBD (requested value 265)</t>
  <t>Claim Value Type(s): URI or OID</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Submodules Section</t>
  <t>Claim Description: The section containing submodules</t>
  <t>JWT Claim Name: "submods"</t>
  <t>Claim Key: TBD (requested value 266)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

</section>
<section anchor="to-be-assigned-claims"><name>To be Assigned Claims</name>

<t>(Early assignment is NOT requested for these claims. Implementers should be aware they may change)</t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Uptime</t>
  <t>Claim Description: Uptime</t>
  <t>JWT Claim Name: "uptime"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): unsigned integer</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Boot Seed</t>
  <t>Claim Description: Identifies a boot cycle</t>
  <t>JWT Claim Name: "bootseed"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): bytes</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Intended Use</t>
  <t>Claim Description: Indicates intended use of the EAT</t>
  <t>JWT Claim Name: "intuse"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): integer or string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: DLOAs</t>
  <t>Claim Description: Certifications received as Digital Letters of Approval</t>
  <t>JWT Claim Name: "dloas"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Name</t>
  <t>Claim Description: The name of the software running in the entity</t>
  <t>JWT Claim Name: "swname"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Version</t>
  <t>Claim Description: The version of software running in the entity</t>
  <t>JWT Claim Name: "swversion"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Manifests</t>
  <t>Claim Description: Manifests describing the software installed on the entity</t>
  <t>JWT Claim Name: "manifests"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Measurements</t>
  <t>Claim Description: Measurements of the software, memory configuration and such on the entity</t>
  <t>JWT Claim Name: "measurements"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Measurement Results</t>
  <t>Claim Description: The results of comparing software measurements to reference values</t>
  <t>JWT Claim Name: "measres"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Boot Count</t>
  <t>Claim Description: The number times the entity or submodule has been booted</t>
  <t>JWT Claim Name: "bootcount"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): uint</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

</section>
<section anchor="registerueidurn"><name>UEID URN Registered by this Document</name>

<t>IANA is requested to register the following new subtypes in the "DEV URN Subtypes" registry under "Device Identification". See <xref target="RFC9039"/>.</t>

<texttable>
      <ttcol align='left'>Subtype</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>ueid</c>
      <c>Universal Entity Identifier</c>
      <c>This document</c>
      <c>sueid</c>
      <c>Semi-permanent Universal Entity Identifier</c>
      <c>This document</c>
</texttable>

</section>
<section anchor="tag-for-detached-eat-bundle"><name>Tag for Detached EAT Bundle</name>

<t>In the registry <xref target="IANA.cbor-tags"/>, IANA is requested to allocate the
following tag from the  FCFS space, with the present document as the
specification reference.</t>

<texttable>
      <ttcol align='left'>Tag</ttcol>
      <ttcol align='left'>Data Items</ttcol>
      <ttcol align='left'>Semantics</ttcol>
      <c>TBD602</c>
      <c>array</c>
      <c>Detached EAT Bundle <xref target="DEB"/></c>
</texttable>

</section>
<section anchor="media-types-registered-by-this-document"><name>Media Types Registered by this Document</name>

<t>It is requested that the CoAP Content-Format for SPDX and CycloneDX be been registered in the "CoAP Content-Formats" subregistry within the "Constrained RESTful Environments (CoRE) Parameters" registry <xref target="IANA.core-parameters"></xref>:</t>

<t><list style="symbols">
  <t>Media Type: application/spdx+json</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="SPDX"/></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Media Type: vendor/vnd.cyclonedx+xml</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="CycloneDX"/></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Media Type: vendor/vnd.cyclonedx+json</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="CycloneDX"/></t>
</list></t>

</section>
</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>





<reference anchor='RFC7515' target='https://www.rfc-editor.org/info/rfc7515'>
<front>
<title>JSON Web Signature (JWS)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification.  Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7515'/>
<seriesInfo name='DOI' value='10.17487/RFC7515'/>
</reference>



<reference anchor='RFC8949' target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='December' year='2020'/>
<abstract><t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t><t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t></abstract>
</front>
<seriesInfo name='STD' value='94'/>
<seriesInfo name='RFC' value='8949'/>
<seriesInfo name='DOI' value='10.17487/RFC8949'/>
</reference>



<reference anchor='RFC7252' target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='K. Hartke' initials='K.' surname='Hartke'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference anchor='RFC7519' target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t></abstract>
</front>
<seriesInfo name='RFC' value='7519'/>
<seriesInfo name='DOI' value='10.17487/RFC7519'/>
</reference>



<reference anchor='RFC8126' target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference anchor='RFC8259' target='https://www.rfc-editor.org/info/rfc8259'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author fullname='T. Bray' initials='T.' role='editor' surname='Bray'><organization/></author>
<date month='December' year='2017'/>
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='STD' value='90'/>
<seriesInfo name='RFC' value='8259'/>
<seriesInfo name='DOI' value='10.17487/RFC8259'/>
</reference>



<reference anchor='RFC8392' target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'><organization/></author>
<author fullname='S. Erdtman' initials='S.' surname='Erdtman'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<date month='May' year='2018'/>
<abstract><t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8392'/>
<seriesInfo name='DOI' value='10.17487/RFC8392'/>
</reference>



<reference anchor='RFC8610' target='https://www.rfc-editor.org/info/rfc8610'>
<front>
<title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
<author fullname='H. Birkholz' initials='H.' surname='Birkholz'><organization/></author>
<author fullname='C. Vigano' initials='C.' surname='Vigano'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2019'/>
<abstract><t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8610'/>
<seriesInfo name='DOI' value='10.17487/RFC8610'/>
</reference>



<reference anchor='RFC8792' target='https://www.rfc-editor.org/info/rfc8792'>
<front>
<title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<author fullname='E. Auerswald' initials='E.' surname='Auerswald'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<author fullname='Q. Wu' initials='Q.' surname='Wu'><organization/></author>
<date month='June' year='2020'/>
<abstract><t>This document defines two strategies for handling long lines in width-bounded text content.  One strategy, called the &quot;single backslash&quot; strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line.  The second strategy, called the &quot;double backslash&quot; strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy.  Both strategies use a self-describing header enabling automated reconstitution of the original content.</t></abstract>
</front>
<seriesInfo name='RFC' value='8792'/>
<seriesInfo name='DOI' value='10.17487/RFC8792'/>
</reference>



<reference anchor='RFC3986' target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author fullname='T. Berners-Lee' initials='T.' surname='Berners-Lee'><organization/></author>
<author fullname='R. Fielding' initials='R.' surname='Fielding'><organization/></author>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<date month='January' year='2005'/>
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>



<reference anchor='RFC9052' target='https://www.rfc-editor.org/info/rfc9052'>
<front>
<title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<date month='August' year='2022'/>
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need to be able to define basic security services for this data format.  This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.  </t><t>This document, along with RFC 9053, obsoletes RFC 8152.</t></abstract>
</front>
<seriesInfo name='STD' value='96'/>
<seriesInfo name='RFC' value='9052'/>
<seriesInfo name='DOI' value='10.17487/RFC9052'/>
</reference>



<reference anchor='RFC9090' target='https://www.rfc-editor.org/info/rfc9090'>
<front>
<title>Concise Binary Object Representation (CBOR) Tags for Object Identifiers</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='July' year='2021'/>
<abstract><t>The Concise Binary Object Representation (CBOR), defined in RFC 8949, is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.</t><t>This document defines CBOR tags for object identifiers (OIDs) and is the reference document for the IANA registration of the CBOR tags so defined.</t></abstract>
</front>
<seriesInfo name='RFC' value='9090'/>
<seriesInfo name='DOI' value='10.17487/RFC9090'/>
</reference>



<reference anchor='RFC9165' target='https://www.rfc-editor.org/info/rfc9165'>
<front>
<title>Additional Control Operators for the Concise Data Definition Language (CDDL)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='December' year='2021'/>
<abstract><t>The Concise Data Definition Language (CDDL), standardized in RFC 8610, provides &quot;control operators&quot; as its main language extension point.</t><t>The present document defines a number of control operators that were not yet ready at the time RFC 8610 was completed: , , and  for the construction of constants; / for including ABNF (RFC 5234 and RFC 7405) in CDDL specifications; and for indicating the use of a non-basic feature in an instance.</t></abstract>
</front>
<seriesInfo name='RFC' value='9165'/>
<seriesInfo name='DOI' value='10.17487/RFC9165'/>
</reference>


<reference anchor="WGS84" target="https://earth-info.nga.mil/php/download.php?file=coord-wgs84">
  <front>
    <title>WORLD GEODETIC SYSTEM 1984, NGA.STND.0036_1.0.0_WGS84</title>
    <author >
      <organization>National Geospatial-Intelligence Agency (NGA)</organization>
    </author>
    <date year="2014" month="July" day="08"/>
  </front>
</reference>
<reference anchor="IANA.CWT.Claims" target="http://www.iana.org/assignments/cwt">
  <front>
    <title>CBOR Web Token (CWT) Claims</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.JWT.Claims" target="https://www.iana.org/assignments/jwt">
  <front>
    <title>JSON Web Token (JWT) Claims</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.COSE.Algorithms" target="https://www.iana.org/assignments/cose/">
  <front>
    <title>COSE Algorithms</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="ThreeGPP.IMEI" target="https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=729">
  <front>
    <title>3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Numbering, addressing and identification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2019"/>
  </front>
</reference>



<reference anchor='CoSWID'>
   <front>
      <title>Concise Software Identification Tags</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Jessica Fitzgerald-McKay' initials='J.' surname='Fitzgerald-McKay'>
         <organization>National Security Agency</organization>
      </author>
      <author fullname='Charles Schmidt' initials='C.' surname='Schmidt'>
         <organization>The MITRE Corporation</organization>
      </author>
      <author fullname='David Waltermire' initials='D.' surname='Waltermire'>
         <organization>National Institute of Standards and Technology</organization>
      </author>
      <date day='20' month='July' year='2022'/>
      <abstract>
	 <t>   ISO/IEC 19770-2:2015 Software Identification (SWID) tags provide an
   extensible XML-based structure to identify and describe individual
   software components, patches, and installation bundles.  SWID tag
   representations can be too large for devices with network and storage
   constraints.  This document defines a concise representation of SWID
   tags: Concise SWID (CoSWID) tags.  CoSWID supports a similar set of
   semantics and features as SWID tags, as well as new semantics that
   allow CoSWIDs to describe additional types of information, all in a
   more memory efficient format.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-sacm-coswid-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-sacm-coswid-22.txt' type='TXT'/>
</reference>


<reference anchor="DLOA" target="https://globalplatform.org/wp-content/uploads/2015/12/GPC_DigitalLetterOfApproval_v1.0.pdf">
  <front>
    <title>Digital Letter of Approval</title>
    <author >
      <organization></organization>
    </author>
    <date year="2015" month="November"/>
  </front>
</reference>
<reference anchor="PEN" target="https://pen.iana.org/pen/PenApplication.page">
  <front>
    <title>Private Enterprise Number (PEN) Request</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="IANA.cbor-tags" target="https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml">
  <front>
    <title>IANA CBOR Tags Registry</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="SPDX" target="https://spdx.dev/wp-content/uploads/sites/41/2020/08/SPDX-specification-2-2.pdf">
  <front>
    <title>Software Package Data Exchange (SPDX)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="CycloneDX" target="https://cyclonedx.org/specification/overview/">
  <front>
    <title>CycloneDX</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.core-parameters" target="&lt;https://www.iana.org/assignments/core-parameters&gt;">
  <front>
    <title>IANA Constrained RESTful Environments (CoRE) Parameters</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>



<reference anchor='SUIT.Manifest'>
   <front>
      <title>A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest</title>
      <author fullname='Brendan Moran' initials='B.' surname='Moran'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Hannes Tschofenig' initials='H.' surname='Tschofenig'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Koen Zandberg' initials='K.' surname='Zandberg'>
         <organization>Inria</organization>
      </author>
      <author fullname='Øyvind Rønningstad' initials='O.' surname='Rønningstad'>
         <organization>Nordic Semiconductor</organization>
      </author>
      <date day='9' month='November' year='2022'/>
      <abstract>
	 <t>   This specification describes the format of a manifest.  A manifest is
   a bundle of metadata about code/data obtained by a recipient (chiefly
   the firmware for an IoT device), where to find the that code/data,
   the devices to which it applies, and cryptographic information
   protecting the manifest.  Software updates and Trusted Invocation
   both tend to use sequences of common operations, so the manifest
   encodes those sequences of operations, rather than declaring the
   metadata.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-suit-manifest-21'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-manifest-21.txt' type='TXT'/>
</reference>



<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor='RFC4122' target='https://www.rfc-editor.org/info/rfc4122'>
<front>
<title>A Universally Unique IDentifier (UUID) URN Namespace</title>
<author fullname='P. Leach' initials='P.' surname='Leach'><organization/></author>
<author fullname='M. Mealling' initials='M.' surname='Mealling'><organization/></author>
<author fullname='R. Salz' initials='R.' surname='Salz'><organization/></author>
<date month='July' year='2005'/>
<abstract><t>This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier).  A UUID is 128 bits long, and can guarantee uniqueness across space and time.  UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.</t><t>This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group).  Information from earlier versions of the DCE specification have been incorporated into this document.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4122'/>
<seriesInfo name='DOI' value='10.17487/RFC4122'/>
</reference>



<reference anchor='RFC4949' target='https://www.rfc-editor.org/info/rfc4949'>
<front>
<title>Internet Security Glossary, Version 2</title>
<author fullname='R. Shirey' initials='R.' surname='Shirey'><organization/></author>
<date month='August' year='2007'/>
<abstract><t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='FYI' value='36'/>
<seriesInfo name='RFC' value='4949'/>
<seriesInfo name='DOI' value='10.17487/RFC4949'/>
</reference>



<reference anchor='RFC7120' target='https://www.rfc-editor.org/info/rfc7120'>
<front>
<title>Early IANA Allocation of Standards Track Code Points</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<date month='January' year='2014'/>
<abstract><t>This memo describes the process for early allocation of code points by IANA from registries for which &quot;Specification Required&quot;, &quot;RFC                        Required&quot;, &quot;IETF Review&quot;, or &quot;Standards Action&quot; policies apply.  This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation.  The procedures in this document are intended to apply only to IETF Stream documents.</t></abstract>
</front>
<seriesInfo name='BCP' value='100'/>
<seriesInfo name='RFC' value='7120'/>
<seriesInfo name='DOI' value='10.17487/RFC7120'/>
</reference>



<reference anchor='RFC9039' target='https://www.rfc-editor.org/info/rfc9039'>
<front>
<title>Uniform Resource Names for Device Identifiers</title>
<author fullname='J. Arkko' initials='J.' surname='Arkko'><organization/></author>
<author fullname='C. Jennings' initials='C.' surname='Jennings'><organization/></author>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<date month='June' year='2021'/>
<abstract><t>This document describes a new Uniform Resource Name (URN) namespace for hardware device identifiers. A general representation of device identity can be useful in many applications, such as in sensor data streams and storage or in equipment inventories. A URN-based representation can be passed along in applications that need the information.</t></abstract>
</front>
<seriesInfo name='RFC' value='9039'/>
<seriesInfo name='DOI' value='10.17487/RFC9039'/>
</reference>


<reference anchor='RATS.Architecture'>
   <front>
      <title>Remote Attestation Procedures Architecture</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Dave Thaler' initials='D.' surname='Thaler'>
         <organization>Microsoft</organization>
      </author>
      <author fullname='Michael Richardson' initials='M.' surname='Richardson'>
         <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Ned Smith' initials='N.' surname='Smith'>
         <organization>Intel Corporation</organization>
      </author>
      <author fullname='Wei Pan' initials='W.' surname='Pan'>
         <organization>Huawei Technologies</organization>
      </author>
      <date day='28' month='September' year='2022'/>
      <abstract>
	 <t>   In network protocol exchanges it is often useful for one end of a
   communication to know whether the other end is in an intended
   operating state.  This document provides an architectural overview of
   the entities involved that make such tests possible through the
   process of generating, conveying, and evaluating evidentiary claims.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-architecture-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-architecture-22.txt' type='TXT'/>
</reference>


<reference anchor="BirthdayAttack" target="https://en.wikipedia.org/wiki/Birthday_attack.">
  <front>
    <title>Birthday attack</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.802.1AR" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
  <front>
    <title>IEEE Standard, "IEEE 802.1AR Secure Device Identifier"</title>
    <author >
      <organization></organization>
    </author>
    <date year="2009" month="December"/>
  </front>
</reference>
<reference anchor="W3C.GeoLoc" target="https://www.w3.org/TR/geolocation-API/#coordinates_interface">
  <front>
    <title>Geolocation API Specification 2nd Edition</title>
    <author >
      <organization>Worldwide Web Consortium</organization>
    </author>
    <date year="2018" month="January"/>
  </front>
</reference>
<reference anchor="OUI.Guide" target="https://standards.ieee.org/content/dam/ieee-standards/standards/web/documents/tutorials/eui.pdf">
  <front>
    <title>Guidelines for Use of Extended Unique Identifier (EUI), Organizationally Unique Identifier (OUI), and Company ID (CID)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2017" month="August"/>
  </front>
</reference>
<reference anchor="OUI.Lookup" target="https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries">
  <front>
    <title>IEEE Registration Authority Assignments</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.RA" target="https://standards.ieee.org/products-services/regauth/index.html">
  <front>
    <title>IEEE Registration Authority</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.802-2001" target="https://webstore.ansi.org/standards/ieee/ieee8022001r2007">
  <front>
    <title>IEEE Standard For Local And Metropolitan Area Networks Overview And Architecture</title>
    <author >
      <organization></organization>
    </author>
    <date year="2007"/>
  </front>
</reference>



<reference anchor='COSE.X509.Draft'>
   <front>
      <title>CBOR Object Signing and Encryption (COSE): Header parameters for carrying and referencing X.509 certificates</title>
      <author fullname='Jim Schaad' initials='J.' surname='Schaad'>
         <organization>August Cellars</organization>
      </author>
      <date day='13' month='October' year='2022'/>
      <abstract>
	 <t>   The CBOR Signing And Encrypted Message (COSE) structure uses
   references to keys in general.  For some algorithms, additional
   properties are defined which carry parameters relating to keys as
   needed.  The COSE Key structure is used for transporting keys outside
   of COSE messages.  This document extends the way that keys can be
   identified and transported by providing attributes that refer to or
   contain X.509 certificates.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-cose-x509-09'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-cose-x509-09.txt' type='TXT'/>
</reference>


<reference anchor='CBOR.Cert.Draft'>
   <front>
      <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
      <author fullname='John Preuß Mattsson' initials='J. P.' surname='Mattsson'>
         <organization>Ericsson AB</organization>
      </author>
      <author fullname='Göran Selander' initials='G.' surname='Selander'>
         <organization>Ericsson AB</organization>
      </author>
      <author fullname='Shahid Raza' initials='S.' surname='Raza'>
         <organization>RISE AB</organization>
      </author>
      <author fullname='Joel Höglund' initials='J.' surname='Höglund'>
         <organization>RISE AB</organization>
      </author>
      <author fullname='Martin Furuhed' initials='M.' surname='Furuhed'>
         <organization>Nexus Group</organization>
      </author>
      <date day='10' month='July' year='2022'/>
      <abstract>
	 <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly (&quot;natively signed&quot;), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-cose-cbor-encoded-cert-04'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-04.txt' type='TXT'/>
</reference>


<reference anchor='UCCS'>
   <front>
      <title>A CBOR Tag for Unprotected CWT Claims Sets</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Jeremy O&#39;Donoghue' initials='J.' surname='O&#39;Donoghue'>
         <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname='Nancy Cam-Winget' initials='N.' surname='Cam-Winget'>
         <organization>Cisco Systems</organization>
      </author>
      <author fullname='Carsten Bormann' initials='C.' surname='Bormann'>
         <organization>Universität Bremen TZI</organization>
      </author>
      <date day='11' month='July' year='2022'/>
      <abstract>
	 <t>   CBOR Web Token (CWT, RFC 8392) Claims Sets sometimes do not need the
   protection afforded by wrapping them into COSE, as is required for a
   true CWT.  This specification defines a CBOR tag for such unprotected
   CWT Claims Sets (UCCS) and discusses conditions for its proper use.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-uccs-03'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-uccs-03.txt' type='TXT'/>
</reference>


<reference anchor="JTAG" target="https://ieeexplore.ieee.org/document/5412866">
  <front>
    <title>IEEE Standard for Reduced-Pin and Enhanced-Functionality Test Access Port and Boundary-Scan Architecture</title>
    <author >
      <organization></organization>
    </author>
    <date year="2010" month="February"/>
  </front>
</reference>



<reference anchor='EAT.media-types'>
   <front>
      <title>EAT Media Types</title>
      <author fullname='Laurence Lundblade' initials='L.' surname='Lundblade'>
         <organization>Security Theory LLC</organization>
      </author>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer Institute for Secure Information Technology</organization>
      </author>
      <author fullname='Thomas Fossati' initials='T.' surname='Fossati'>
         <organization>arm</organization>
      </author>
      <date day='19' month='October' year='2022'/>
      <abstract>
	 <t>   Payloads used in Remote Attestation Procedures may require an
   associated media type for their conveyance, for example when used in
   RESTful APIs.

   This memo defines media types to be used for Entity Attestation
   Tokens (EAT).

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-eat-media-type-01'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-eat-media-type-01.txt' type='TXT'/>
</reference>




    </references>


<section anchor="examples"><name>Examples</name>

<t>Most examples are shown as just a Claims-Set that would be a payload for a CWT, JWT, detached EAT bundle or future token types.
It is shown this way because the payload is all the claims, the most interesting part and showing full tokens makes it harder to show the claims.</t>

<t>Some examples of full tokens are also given.</t>

<t>WARNING: These examples use tag and label numbers not yet assigned by IANA.</t>

<section anchor="payload-examples"><name>Payload Examples</name>

<section anchor="simple-tee-attestation"><name>Simple TEE Attestation</name>

<t>This is a simple attestation of a TEE that includes a manifest that is a payload CoSWID to describe the TEE's software.</t>

<figure><artwork><![CDATA[
/ This is an EAT payload that describes a simple TEE. /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / 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'948f8860d13a463e8e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: h'894823', / IEEE OUI format OEM ID /
    / hwmodel /        259: h'549dcecc8b987c737b44e40f7c635ce8'
                              / Hash of chip model name /,
    / hwversion /      260: ["1.3.4", 1], / Multipartnumeric  /
    / swname /         271: "Acme OS",
    / swversion /      272: ["3.5.5", 1],
    / 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'948f8860d13a463e',
    / 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, for example a   /
/ TEE. The key store is the Attester.                          /
/                                                              /
/ There is some attestation of the high-level OS, just version /
/ and boot & debug status. It is a Claims-Set submodule because/
/ it has lower security level than the key store. The key      /
/ store's implementation has access to info about the HLOS, so /
/ it is able to include it.                                    /
/                                                              /
/ A key and an indication of the user authentication given to  /
/ allow access to the key is given. The labels for these are   /
/ in the private space since this is just a hypothetical       /
/ example, not part of a standard protocol.                    /
/                                                              /
/ This is similar to Android Key Attestation.                  /


{
    / eat_nonce /       10: h'948f8860d13a463e',
    / 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'948f8860d13a463e',
           / 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 and IoT device.
It includes CoSWID format measurments of the SW.
The CoSWID is in byte-string wrapped in the token and also shown in diagnostic form.</t>

<figure><artwork><![CDATA[
/ This EAT payload is for an IoT device with a TEE. The attestation /
/ is produced by the TEE. There is a submodule for the IoT OS (the  /
/ main OS of the IoT device that is not as secure as the TEE). The  /
/ submodule contains claims for the IoT OS. The TEE also measures   /
/ the IoT OS and puts the measurements in the submodule.            /

{
    / eat_nonce / 10: h'948f8860d13a463e',
    / 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-format"><name>Attestation Results in JSON format</name>

<t>This is a JSON-format payload that might be the output of a verifier that evaluated the IoT Attestation example immediately above.</t>

<t>This particular verifier knows enough about the TEE attester to be able to pass claims like debug status directly through to the relying party.
The verifier also knows the reference values for the measured software components and is able to check them.
It informs the relying party that they were correct in the "measres" claim.
"Trustus Verifications" is the name of the services that verifies the software component measurements.</t>

<figure><artwork><![CDATA[
{
   "eat_nonce": "jkd8KL-8=Qlzg4",
   "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-sumodules"><name>JSON-encoded Token with Sumodules</name>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
{
   "eat_nonce": "lI-IYNE6Rj6O",
   "ueid": "AJj1Ck_2wFhhyIYNE6Y46g==",
   "secboot": true,
   "dbgstat": "disabled-permanently",
   "iat": 1526542894,
   "submods": {
      "Android App Foo": {
         "swname": "Foo.app"
      },
      "Secure Element Eat": [
         "CBOR",
         "2D3ShEOhASagWGaoCkiUj4hg0TpGPhkBAFABmPUKT_bAWGHIhg0TpjjqGQ\
ECGfryGQEFBBkBBvUZAQcDGQEEgmMzLjEBGQEKoWNURUWCL1gg5c-V_ST6txRGdC3VjU\
Pa4XjlX-K5QpGpKRCC_8JjWgtYQPaQywOIZ3-mJKN3X9fLxOhAnsmBa-MvpHRzOw-Ywn\
-67bvJljuctezAPD41s6_At7NbSV3qwJlxIuqGfwe41es="
      ],
      "Linux Android": {
         "swname": "Android"
      },
      "Subsystem J": [
         "JWT",
         "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJKLUF0dGVzd\
GVyIiwiaWF0IjoxNjUxNzc0ODY4LCJleHAiOm51bGwsImF1ZCI6IiIsInN1YiI6IiJ9.\
gjw4nFMhLpJUuPXvMPzK1GMjhyJq2vWXg1416XKszwQ"
      ]
   }
}
]]></artwork></figure>

</section>
</section>
<section anchor="full-token-examples"><name>Full Token Examples</name>

<section anchor="basic-cwt-example"><name>Basic CWT Example</name>

<t>This is a simple ECDSA signed CWT-format token.</t>

<figure><artwork><![CDATA[
/ This is a full CWT-format token with a very simple payloal. / 
/ The main structure visible here is that of the COSE_Sign1.  /

61( 18( [
    h'A10126',                           / protected headers  /
    {},                           / empty unprotected headers / 
    h'A20B46024A6B0978DE0A49000102030405060708',    / payload /
    h'9B9B2F5E470000F6A20C8A4157B5763FC45BE759
      9A5334028517768C21AFFB845A56AB557E0C8973
      A07417391243A79C478562D285612E292C622162
      AB233787'                                   / signature / 
] ) )
]]></artwork></figure>

</section>
<section anchor="detached-eat-bundle"><name>Detached EAT Bundle</name>

<t>In this detached EAT bundle, the main token is produced by a HW attestation block.
The detached Claims-Set is produced by a TEE and is largely identical to the Simple TEE examples above.
The TEE digests its Claims-Set and feeds that digest to the HW block.</t>

<t>In a better example the attestation produced by the HW block would be a CWT and thus signed and secured by the HW block.
Since the signature covers the digest from the TEE that Claims-Set is also secured.</t>

<t>The detached EAT bundle itself can be assembled by untrusted software.</t>

<figure><artwork><![CDATA[
/ This is a detached EAT bundle tag.  Note that 602, the tag /
/ identifying a detached EAT bundle is not yet registered /
/ with IANA /

602([

    / First part is a full EAT token with claims like nonce and /
    / UEID. Most importantly, it includes a submodule that is a /
    / detached digest which is the hash of the "TEE" claims set /
    / in the next section. The COSE payload follows:            /
    / { /
    /      10: h'948F8860D13A463E', /
    /     256: h'0198F50A4FF6C05861C8860D13A638EA', /
    /     258: 64242, /
    /     262: true, /
    /     263: 3, /
    /     260: ["3.1", 1], /
    /     266: { /
    /         "TEE": [ /
    /             -16, /
    /              h'8DEF652F47000710D9F466A4C666E209  /
    /                DD74F927A1CEA352B03143E188838ABE' /
    /         ] /
    /     } /
    /   }  /
    h'D83DD28443A10126A05866A80A48948F8860D13A463E1901
      00500198F50A4FF6C05861C8860D13A638EA19010219FAF2
      19010504190106F5190107031901048263332E310119010A
      A163544545822F58208DEF652F47000710D9F466A4C666E2
      09DD74F927A1CEA352B03143E188838ABE5840F690CB0388
      677FA624A3775FD7CBC4E8409EC9816BE32FA474733B0F98
      C27FBAEDBBC9963B9CB5ECC03C3E35B3AFC0B7B35B495DEA
      C0997122EA867F07B8D5EB',
    {
       / A CBOR-encoded byte-string wrapped EAT claims-set. It /
       / contains claims suitable for a TEE                    /
       "TEE" : h'a40a48948f8860d13a463e190106f519010702
                 190111818218795858a60064336132340c0101
                 6b41636d6520544545204f530d65332e312e34
                 0282a2181f6b41636d6520544545204f531821
                 01a2181f6b41636d6520544545204f53182102
                 06a111a118186e61636d655f7465655f332e65
                 7865'
    }
 ])
 
]]></artwork></figure>

<figure><artwork><![CDATA[
/ This example contains submodule that is a detached digest,   /
/ which is the hash of a Claims-Set convey outside this token. /
/ Other than that is is the other example of a token from an   /
/ attestation HW block                                         /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / 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, "CS1" and "CS2".
The JWT at the start of the bundle has detached signature submodules with hashes of "CS1" and "CS2".
TODO: make the JWT actually be correct verifiable JWT.</t>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
[
   [
      "JWT",
      "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJKLUF0dGVzdGVy\
IiwiaWF0IjoxNjUxNzc0ODY4LCJleHAiOm51bGwsImF1ZCI6IiIsInN1YiI6IiJ9.gjw\
4nFMhLpJUuPXvMPzK1GMjhyJq2vWXg1416XKszwQ"
   ],
   {
      "Audio Subsystem Claims": "ewogICAgICAgICAgICAibm9uY2UiOiAgICA\
gImxJK0lZTkU2Umo2TyIsCiAgICAgICAgICAgICJpYXQiOiAgICAgIDE1MjY1NDI4OTQ\
KICAgICAgICAgfQo=",
      "Graphics Subsystem Claims": "ewogICAgICAgICAgICAibm9uY2UiOiAg\
ICJsSStJWU5FNlJqNk8iLAogICAgICAgICAgICAiaWF0IjogICAgIDE1MjY1NDI4OTQK\
ICAgICAgICB9"
   }
]
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="UEID-Design"><name>UEID Design Rationale</name>

<section anchor="collision-probability"><name>Collision Probability</name>

<t>This calculation is to determine the probability of a collision of
UEIDs given the total possible entity population and the number of
entities in a particular entity management database.</t>

<t>Three different sized databases are considered. The number of devices
per person roughly models non-personal devices such as traffic lights,
devices in stores they shop in, facilities they work in and so on,
even considering individual light bulbs. A device may have
individually attested subsystems, for example parts of a car or a
mobile phone. It is assumed that the largest database will have at
most 10% of the world's population of devices. Note that databases
that handle more than a trillion records exist today.</t>

<t>The trillion-record database size models an easy-to-imagine reality
over the next decades. The quadrillion-record database is roughly at
the limit of what is imaginable and should probably be accommodated.
The 100 quadrillion datadbase is highly speculative perhaps involving
nanorobots for every person, livestock animal and domesticated
bird. It is included to round out the analysis.</t>

<t>Note that the items counted here certainly do not have IP address and
are not individually connected to the network. They may be connected
to internal buses, via serial links, Bluetooth and so on.  This is
not the same problem as sizing IP addresses.</t>

<texttable>
      <ttcol align='left'>People</ttcol>
      <ttcol align='left'>Devices / Person</ttcol>
      <ttcol align='left'>Subsystems / Device</ttcol>
      <ttcol align='left'>Database Portion</ttcol>
      <ttcol align='left'>Database Size</ttcol>
      <c>10 billion</c>
      <c>100</c>
      <c>10</c>
      <c>10%</c>
      <c>trillion (10^12)</c>
      <c>10 billion</c>
      <c>100,000</c>
      <c>10</c>
      <c>10%</c>
      <c>quadrillion (10^15)</c>
      <c>100 billion</c>
      <c>1,000,000</c>
      <c>10</c>
      <c>10%</c>
      <c>100 quadrillion (10^17)</c>
</texttable>

<t>This is conceptually similar to the Birthday Problem where m is the
number of possible birthdays, always 365, and k is the number of
people. It is also conceptually similar to the Birthday Attack where
collisions of the output of hash functions are considered.</t>

<t>The proper formula for the collision calculation is</t>

<figure><artwork><![CDATA[
   p = 1 - e^{-k^2/(2n)}

   p   Collision Probability
   n   Total possible population
   k   Actual population
]]></artwork></figure>

<t>However, for the very large values involved here, this formula requires floating
point precision higher than commonly available in calculators and software so this
simple approximation is used. See <xref target="BirthdayAttack"/>.</t>

<figure><artwork><![CDATA[
   p = k^2 / 2n
]]></artwork></figure>

<t>For this calculation:</t>

<figure><artwork><![CDATA[
   p  Collision Probability
   n  Total population based on number of bits in UEID
   k  Population in a database
]]></artwork></figure>

<texttable>
      <ttcol align='left'>Database Size</ttcol>
      <ttcol align='left'>128-bit UEID</ttcol>
      <ttcol align='left'>192-bit UEID</ttcol>
      <ttcol align='left'>256-bit UEID</ttcol>
      <c>trillion (10^12)</c>
      <c>2 * 10^-15</c>
      <c>8 * 10^-35</c>
      <c>5 * 10^-55</c>
      <c>quadrillion (10^15)</c>
      <c>2 * 10^-09</c>
      <c>8 * 10^-29</c>
      <c>5 * 10^-49</c>
      <c>100 quadrillion (10^17)</c>
      <c>2 * 10^-05</c>
      <c>8 * 10^-25</c>
      <c>5 * 10^-45</c>
</texttable>

<t>Next, to calculate the probability of a collision occurring in one year's
operation of a database, it is assumed that the database size is in
a steady state and that 10% of the database changes per year. For example,
a trillion record database would have 100 billion states per year. Each
of those states has the above calculated probability of a collision.</t>

<t>This assumption is a worst-case since it assumes that each
state of the database is completely independent from the previous state.
In reality this is unlikely as state changes will be the addition or
deletion of a few records.</t>

<t>The following tables gives the time interval until there is a probability of
a collision based on there being one tenth the number of states per year
as the number of records in the database.</t>

<figure><artwork><![CDATA[
  t = 1 / ((k / 10) * p)

  t  Time until a collision
  p  Collision probability for UEID size
  k  Database size
]]></artwork></figure>

<texttable>
      <ttcol align='left'>Database Size</ttcol>
      <ttcol align='left'>128-bit UEID</ttcol>
      <ttcol align='left'>192-bit UEID</ttcol>
      <ttcol align='left'>256-bit UEID</ttcol>
      <c>trillion (10^12)</c>
      <c>60,000 years</c>
      <c>10^24 years</c>
      <c>10^44 years</c>
      <c>quadrillion (10^15)</c>
      <c>8 seconds</c>
      <c>10^14 years</c>
      <c>10^34 years</c>
      <c>100 quadrillion (10^17)</c>
      <c>8 microseconds</c>
      <c>10^11 years</c>
      <c>10^31 years</c>
</texttable>

<t>Clearly, 128 bits is enough for the near future thus the requirement that UEIDs
be a minimum of 128 bits.</t>

<t>There is no requirement for 256 bits today as quadrillion-record databases
are not expected in the near future and because this time-to-collision
calculation is a very worst case.  A future update of the standard may
increase the requirement to 256 bits, so there is a requirement that
implementations be able to receive 256-bit UEIDs.</t>

</section>
<section anchor="no-use-of-uuid"><name>No Use of UUID</name>

<t>A UEID is not a UUID <xref target="RFC4122"/> by conscious choice for the following
reasons.</t>

<t>UUIDs are limited to 128 bits which may not be enough for some future
use cases.</t>

<t>Today, cryptographic-quality random numbers are available from common
CPUs and hardware. This hardware was introduced between 2010 and 2015.
Operating systems and cryptographic libraries give access to this
hardware. Consequently, there is little need for implementations
to construct such random values from multiple sources on their own.</t>

<t>Version 4 UUIDs do allow for use of such cryptographic-quality
random numbers, but do so by mapping into the overall UUID
structure of time and clock values. This structure is of no
value here yet adds complexity. It also slightly reduces the
number of actual bits with entropy.</t>

<t>The design of UUID accommodates the construction of a unique identifier by combination of several identifiers that separately do not provide sufficient uniqueness.
UEID takes the view that this construction is no longer needed, in particular because cryptographic-quality random number generators are readily available.
It takes the view that hardware, software and/or manufacturing process implement UEID in a simple and direct way.</t>

</section>
</section>
<section anchor="eat-relation-to-ieee8021ar-secure-device-identity-devid"><name>EAT Relation to IEEE.802.1AR Secure Device Identity (DevID)</name>

<t>This section describes several distinct ways in which an IEEE IDevID <xref target="IEEE.802.1AR"/> relates to EAT, particularly to UEID and SUEID.</t>

<t><xref target="IEEE.802.1AR"/> orients around the definition of an implementation called a "DevID Module."
It describes how IDevIDs and LDevIDs are stored, protected and accessed using a DevID Module.
A particular level of defense against attack that should be achieved to be a DevID is defined.
The intent is that IDevIDs and LDevIDs can be used with any network protocol or message format.
In these protocols and message formats the DevID secret is used to sign a nonce or similar to prove the association of the DevID certificates with the device.</t>

<t>By contrast, EAT standardize a message format that is sent to a relying party, the very thing that is not defined in <xref target="IEEE.802.1AR"/>.
Nor does EAT give details on how keys, data and such are stored protected and accessed.
EAT is intended to work with a variety of different on-device implementations ranging from minimal protection of assets to the highest levels of asset protection.
It does not define any particular level of defense against attack, instead providing a set of security considerations.</t>

<t>EAT and DevID can be viewed as complimentary when used together or as competing to provide a device identity service.</t>

<section anchor="devid-used-with-eat"><name>DevID Used With EAT</name>

<t>As just described, EAT standardizes a message format and <xref target="IEEE.802.1AR"/> doesn't.
Vice versa, EAT doesn't define a an device implementation and DevID does.</t>

<t>Hence, EAT can be the message format that a DevID is used with.
The DevID secret becomes the attestation key used to sign EATs.
The DevID and its certificate chain become the endorsement sent to the verifier.</t>

<t>In this case, the EAT and the DevID are likely to both provide a device identifier (e.g. a serial number).
In the EAT it is the UEID (or SUEID).
In the DevID (used as an endorsement), it is a device serial number included in the subject field of the DevID certificate.
It is probably a good idea in this use for them to be the same serial number or for the UEID to be a hash of the DevID serial number.</t>

</section>
<section anchor="how-eat-provides-an-equivalent-secure-device-identity"><name>How EAT Provides an Equivalent Secure Device Identity</name>

<t>The UEID, SUEID and other claims like OEM ID are equivalent to the secure device identity put into the subject field of a DevID certificate.
These EAT claims can represent all the same fields and values that can be put in a DevID certificate subject.
EAT explicitly and carefully defines a variety of useful claims.</t>

<t>EAT secures the conveyance of these claims by having them signed on the device by the attestation key when the EAT is generated.
EAT also signs the nonce that gives freshness at this time.
Since these claims are signed for every EAT generated, they can include things that vary over time like GPS location.</t>

<t>DevID secures the device identity fields by having them signed by the manufacturer of the device sign them into a certificate.
That certificate is created once during the manufacturing of the device and never changes so the fields cannot change.</t>

<t>So in one case the signing of the identity happens on the device and the other in a manufacturing facility,
but in both cases the signing of the nonce that proves the binding to the actual device happens on the device.</t>

<t>While EAT does not specify how the signing keys, signature process and storage of the identity values should be secured against attack,
an EAT implementation may have equal defenses against attack.
One reason EAT uses CBOR is because it is simple enough that a basic EAT implementation can be constructed entirely in hardware.
This allows EAT to be implemented with the strongest defenses possible.</t>

</section>
<section anchor="an-x509-format-eat"><name>An X.509 Format EAT</name>

<t>It is possible to define a way to encode EAT claims in an X.509 certificate.
For example, the EAT claims might be mapped to X.509 v3 extensions.
It is even possible to stuff a whole CBOR-encoded unsigned EAT token into a X.509 certificate.</t>

<t>If that X.509 certificate is an IDevID or LDevID, this becomes another way to use EAT and DevID together.</t>

<t>Note that the DevID must still be used with an authentication protocol that has a nonce or equivalent.
The EAT here is not being used as the protocol to interact with the rely party.</t>

</section>
<section anchor="device-identifier-permanence"><name>Device Identifier Permanence</name>

<t>In terms of permanence, an IDevID is similar to a UEID in that they do not change over the life of the device.
They cease to exist only when the device is destroyed.</t>

<t>An SUEID is similar to an LDevID.
They change on device life-cycle events.</t>

<t><xref target="IEEE.802.1AR"/> describes much of this permanence as resistant to attacks that seek to change the ID.
IDevID permanence can be described this way because <xref target="IEEE.802.1AR"/> is oriented around the definition of an implementation with a particular level of defense against attack.</t>

<t>EAT is not defined around a particular implementation and must work on a range of devices that have a range of defenses against attack.
EAT thus can't be defined permanence in terms of defense against attack.
EAT's definition of permanence is in terms of operations and device lifecycle.</t>

</section>
</section>
<section anchor="CDDL_for_CWT"><name>CDDL for CWT and JWT</name>

<t><xref target="RFC8392"/> was published before CDDL was available and thus is specified in prose, not CDDL.
Following is CDDL specifying CWT as it is needed to complete this specification.
This CDDL also covers the Claims-Set for JWT.</t>

<t>The COSE-related types in this CDDL are defined in <xref target="RFC9052"/>.</t>

<t>This however is NOT a normative or standard definition of CWT or JWT in CDDL.
The prose in CWT and JWT remain the normative definition.</t>

<figure><sourcecode type="CDDL"><![CDATA[
; This is replicated from draft-ietf-rats-uccs

Claims-Set = {
    * $$Claims-Set-Claims
    * Claim-Label .feature "extended-claims-label" => any
}
Claim-Label = int / text
string-or-uri = text

$$Claims-Set-Claims //= ( iss-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( sub-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( aud-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( exp-claim-label => ~time )
$$Claims-Set-Claims //= ( nbf-claim-label => ~time )
$$Claims-Set-Claims //= ( iat-claim-label => ~time )
$$Claims-Set-Claims //= ( cti-claim-label => bytes )

iss-claim-label = JC<"iss", 1>
sub-claim-label = JC<"sub", 2>
aud-claim-label = JC<"aud", 3>
exp-claim-label = JC<"exp", 4>
nbf-claim-label = JC<"nbf", 5>
iat-claim-label = JC<"iat", 6>
cti-claim-label = CBOR-ONLY<7>  ; jti in JWT: different name and text

JSON-ONLY<J> = J .feature "json"
CBOR-ONLY<C> = C .feature "cbor"

JC<J,C> = JSON-ONLY<J> / CBOR-ONLY<C>

]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; A JWT message is either a JWS or JWE in compact serialization form
; with the payload a Claims-Set. Compact serialization is the
; protected headers, payload and signature, each b64url encoded and
; separated by a ".". This CDDL simply matches top-level syntax of of
; a JWS or JWE since it is not possible to do more in CDDL.

JWT-Message =
   text .regexp "[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+"


; Note that the payload of a JWT is defined in claims-set.cddl. That 
; definition is common to CBOR and JSON.
]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; This is some CDDL describing a CWT at the top level This is
; not normative. RFC 8392 is the normative definition of CWT.

CWT-Messages = CWT-Tagged-Message / CWT-Untagged-Message

; The payload of the COSE_Message is always a Claims-Set

; The contents of a CWT Tag must always be a COSE tag
CWT-Tagged-Message = #6.61(COSE_Tagged_Message)

; An untagged CWT may be a COSE tag or not
CWT-Untagged-Message = COSE_Messages
]]></sourcecode></figure>

</section>
<section anchor="Claim_Characteristics"><name>Claim Characteristics</name>

<t>The following is design guidance for creating new EAT claims, particularly those to be registered with IANA.</t>

<t>Much of this guidance is generic and could also be considered when designing new CWT or JWT claims.</t>

<section anchor="interoperability-and-relying-party-orientation"><name>Interoperability and Relying Party Orientation</name>

<t>It is a broad goal that EATs can be processed by Relying Parties in a general way regardless of the type, manufacturer or technology of the device from which they originate.
It is a goal that there be general-purpose verification implementations that can verify tokens for large numbers of use cases with special cases and configurations for different device types.
This is a goal of interoperability of the semantics of claims themselves, not just of the signing, encoding and serialization formats.</t>

<t>This is a lofty goal and difficult to achieve broadly requiring careful definition of claims in a technology neutral way.
Sometimes it will be difficult to design a claim that can represent the semantics of data from very different device types.
However, the goal remains even when difficult.</t>

</section>
<section anchor="operating-system-and-technology-neutral"><name>Operating System and Technology Neutral</name>

<t>Claims should be defined such that they are not specific to an operating system.
They should be applicable to multiple large high-level operating systems from different vendors.
They should also be applicable to multiple small embedded operating systems from multiple vendors and everything in between.</t>

<t>Claims should not be defined such that they are specific to a software environment or programming language.</t>

<t>Claims should not be defined such that they are specific to a chip or particular hardware.
For example, they should not just be the contents of some HW status register as it is unlikely that the same HW status register with the same bits exists on a chip of a different manufacturer.</t>

<t>The boot and debug state claims in this document are an example of a claim that has been defined in this neutral way.</t>

</section>
<section anchor="security-level-neutral"><name>Security Level Neutral</name>

<t>Many use cases will have EATs generated by some of the most secure hardware and software that exists.
Secure Elements and smart cards are examples of this.
However, EAT is intended for use in low-security use cases the same as high-security use case.
For example, an app on a mobile device may generate EATs on its own.</t>

<t>Claims should be defined and registered on the basis of whether they are useful and interoperable, not based on security level.
In particular, there should be no exclusion of claims because they are just used only in low-security environments.</t>

</section>
<section anchor="reuse-of-extant-data-formats"><name>Reuse of Extant Data Formats</name>

<t>Where possible, claims should use already standardized data items, identifiers and formats.
This takes advantage of the expertise put into creating those formats and improves interoperability.</t>

<t>Often extant claims will not be defined in an encoding or serialization format used by EAT.
It is preferred to define a CBOR and JSON format for them so that EAT implementations do not require a plethora of encoders and decoders for serialization formats.</t>

<t>In some cases, it may be better to use the encoding and serialization as is.
For example, signed X.509 certificates and CRLs can be carried as-is in a byte string.
This retains interoperability with the extensive infrastructure for creating and processing X.509 certificates and CRLs.</t>

</section>
<section anchor="proprietary-claims"><name>Proprietary Claims</name>

<t>EAT allows the definition and use of proprietary claims.</t>

<t>For example, a device manufacturer may generate a token with proprietary claims intended only for verification by a service offered by that device manufacturer.
This is a supported use case.</t>

<t>In many cases proprietary claims will be the easiest and most obvious way to proceed, however for better interoperability, use of general standardized claims is preferred.</t>

</section>
</section>
<section anchor="keyid"><name>Endorsements and Verification Keys</name>

<t>The verifier must possess the correct key when it performs the cryptographic part of an EAT verification (e.g., verifying the COSE/JOSE signature).
This section describes several ways to identify the verification key.
There is not one standard method.</t>

<t>The verification key itself may be a public key, a symmetric key or something complicated in the case of a scheme like Direct Anonymous Attestation (DAA).</t>

<t>RATS Architecture <xref target="RATS.Architecture"/> describes what is called an endorsement.
This is an input to the verifier that is usually the basis of the trust placed in an EAT and the attester that generated it.
It may contain the public key for verification of the signature on the EAT.
It may contain reference values to which EAT claims are compared as part of the verification process.
It may contain implied claims, those that are passed on to the relying party in attestation results.</t>

<t>There is not yet any standard format(s) for an endorsement.
One format that may be used for an endorsement is an X.509 certificate.
Endorsement data like reference values and implied claims can be carried in X.509 v3 extensions.
In this use, the public key in the X.509 certificate becomes the verification key, so identification of the endorsement is also identification of the verification key.</t>

<t>The verification key identification and establishment of trust in the EAT and the attester may also be by some other means than an endorsement.</t>

<t>For the components (attester, verifier, relying party,...) of a particular end-end attestation system to reliably interoperate, its definition should specify how the verification key is identified.
Usually, this will be in the profile document for a particular attestation system.</t>

<section anchor="identification-methods"><name>Identification Methods</name>

<t>Following is a list of possible methods of key identification. A specific attestation system may employ any one of these or one not listed here.</t>

<t>The following assumes endorsements are X.509 certificates or equivalent and thus does not mention or define any identifier for endorsements in other formats. If such an endorsement format is created, new identifiers for them will also need to be created.</t>

<section anchor="cosejws-key-id"><name>COSE/JWS Key ID</name>

<t>The COSE standard header parameter for Key ID (kid) may be used. See <xref target="RFC9052"/> and <xref target="RFC7515"/></t>

<t>COSE leaves the semantics of the key ID open-ended.
It could be a record locator in a database, a hash of a public key, an input to a KDF, an authority key identifier (AKI) for an X.509 certificate or other.
The profile document should specify what the key ID's semantics are.</t>

</section>
<section anchor="jws-and-cose-x509-header-parameters"><name>JWS and COSE X.509 Header Parameters</name>

<t>COSE X.509 <xref target="COSE.X509.Draft"/> and JSON Web Siganture <xref target="RFC7515"/> define several header parameters (x5t, x5u,...) for referencing or carrying X.509 certificates any of which may be used.</t>

<t>The X.509 certificate may be an endorsement and thus carrying additional input to the verifier. It may be just an X.509 certificate, not an endorsement. The same header parameters are used in both cases. It is up to the attestation system design and the verifier to determine which.</t>

</section>
<section anchor="cbor-certificate-cose-header-parameters"><name>CBOR Certificate COSE Header Parameters</name>

<t>Compressed X.509 and CBOR Native certificates are defined by CBOR Certificates <xref target="CBOR.Cert.Draft"/>. These are semantically compatible with X.509 and therefore can be used as an equivalent to X.509 as described above.</t>

<t>These are identified by their own header parameters (c5t, c5u,...).</t>

</section>
<section anchor="claim-based-key-identification"><name>Claim-Based Key Identification</name>

<t>For some attestation systems, a claim may be re-used as a key identifier. For example, the UEID uniquely identifies the entity and therefore can work well as a key identifier or endorsement identifier.</t>

<t>This has the advantage that key identification requires no additional bytes in the EAT and makes the EAT smaller.</t>

<t>This has the disadvantage that the unverified EAT must be substantially decoded to obtain the identifier since the identifier is in the COSE/JOSE payload, not in the headers.</t>

</section>
</section>
<section anchor="other-considerations"><name>Other Considerations</name>

<t>In all cases there must be some way that the verification key is itself verified or determined to be trustworthy.
The key identification itself is never enough.
This will always be by some out-of-band mechanism that is not described here.
For example, the verifier may be configured with a root certificate or a master key by the verifier system administrator.</t>

<t>Often an X.509 certificate or an endorsement carries more than just the verification key.
For example, an X.509 certificate might have key usage constraints and an endorsement might have reference values.
When this is the case, the key identifier must be either a protected header or in the payload such that it is cryptographically bound to the EAT.
This is in line with the requirements in section 6 on Key Identification in JSON Web Signature <xref target="RFC7515"/>.</t>

</section>
</section>
<section anchor="changes-from-previous-drafts"><name>Changes from Previous Drafts</name>

<t>The following is a list of known changes since the immediately previous drafts.  This list is
non-authoritative.  It is meant to help reviewers see the significant
differences. A comprehensive history is available via the IETF Datatracker's record for this document.</t>

<section anchor="from-draft-ietf-rats-eat-17"><name>From draft-ietf-rats-eat-17</name>
<t><list style="symbols">
  <t>Rename secboot to oemboot and describe it as OEM Authorized Boot</t>
  <t>Replace use of "attestations" in intended use claim</t>
  <t>Be clear about nonce providing freshness and replay protection in privacy considerations section</t>
</list></t>

</section>
</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>

<t>Many thanks to the following contributors to draft versions of this
document:</t>

    <contact initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </contact>
    <contact initials="T." surname="Fossati" fullname="Thomas Fossati">
      <organization>Arm Limited</organization>
      <address>
        <email>thomas.fossati@arm.com</email>
      </address>
    </contact>
    <contact initials="M." surname="Ballesteros" fullname="Miguel Ballesteros">
      <organization></organization>
      <address>
      </address>
    </contact>
    <contact initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </contact>
    <contact initials="P." surname="Uiterwijk" fullname="Patrick Uiterwijk">
      <organization></organization>
      <address>
      </address>
    </contact>
    <contact initials="M." surname="Brossard" fullname="Mathias Brossard">
      <organization></organization>
      <address>
      </address>
    </contact>
    <contact initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization>Arm Limited</organization>
      <address>
        <email>hannes.tschofenig@arm.com</email>
      </address>
    </contact>
    <contact initials="P." surname="Crowley" fullname="Paul Crowley">
      <organization></organization>
      <address>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+y963LcWHog+B9PgWV1RJHdmUmRolSS7Co3i2RVs6zbiFSX
PbUVMpgJJtHKBNIAUlS2Wo55kNmIfZZ9lHmS/e7nOwCSYrvtid0IK+wuJnBw
rt/57pfxeJx8eJY+TJJp1j5Lm3aWTKuyyctm3TxL23qdJ01b59nyWXp+dvlD
ksyqaZkt82fprM6u23GRt9fjOmubcZ6144MnSXI7f5a+Ob68SH+u6vdFOU9/
rKv1Kvkqdf1+vcmbr+FRs75aFk1TVGW7WeUyxKp4lqRpW021Hf2Y5av2Bp4c
4e+mqmFS101o0WyW8YNptVxl09a1WF+FZ2WFj+rraT5r2s0i12Zt0eKPy5s8
PSvhxyY9btu8abMW5pheVu/zMt09O77cS7KrqzqHnYMfSQYbBJMv27wu8zZ5
fwsbWcxLXHzmPp9eVTUsepa1MMThg4OH44MHSbZub6r6WTJOixKm/3ySPl+X
s6tFNsthhrzVz7N1nZfTPHpV1bDRF/l0XeM0YcZVvUmfPz+BV/kyKxbP0sV8
8ftGGrT0fgI7oCP9OElfZOVsky1tnB+LupjdZLV7QaP8t3W2gC+X6WU+vSmr
RTUv8gbWO53gvsJJ5LCnj7755lH6oqrzm2rd5OlpXXzAaU5hcJhnVqanRT6v
cNfzOezGs/QkWxTXVV0WGR3XumxraPn24hh+rm6qEia087uD9MmjJ+njRwfp
N4cPHuyExS15ir//17aY/KvMzy/vp0n66uvTqqzmN+uwkz/ldb7cxG/uv8TD
b56mP2R1CedYrec36Zsqm9kS3Qtazww39O3BUfrN84togWXR5rP0HwE6ZtUy
rPV3R0fpweGjw/Th44cHT56Glf6pmtFkty71ZJL+nC0W2TSs8ySrF+4hLfEN
jPoHmMUsvaiu21sA2pEuUEaawle/r/PZDbZqpBGNhEihrYurdcuwyqP8IS/f
p98X9fubavFnHeaHOluXN9V1XqcX55fwVG9K74WMegO9TK6kl983RTu5tpYT
AHUd7fKmWmZN+kPVNHCfdLjjepk+L5a4p6HLlppOrrnp77Na94t7elHM1/ki
/R72By5nXleNezW9yeDdG/xvDZtQ2lUDgMsXAHa2fYThGgeS0/p3iA9/32jT
yTSznl9nsIHT9+lbmGp9W/zpfRgza28KWNn3Nc63noX9zcoSoPCymeJmlMX8
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
6uKaBXa3+gnNQingYiM9PcGeEmZjaQeinoLo73oaCZUfX4SJJjZRVlSiWPnw
cZglLI6yb9tdgtuDRStEjwdcEnB6sJCEOF+JNcBQ5BM2TNFdixcefH8IVzSr
jJPjZGXCm4hXACU+jQwgfi/aET4Hyo6ypjQZsJOhvFfiy3uJDlaKcxHD4DSF
6raqJQEWVCMr0STI3JYLZxHxPrFtcKkIK86oXKZ+D1ISgCM4Tq8W1fR9k4i5
pMkxdIY+4llwyDjljqtql4ndpX46oZxFko5OknzkH1chid0fgBHFKGMs9vAm
VmJ1ouGSnhY1yu6CEYs5M50nWVlxwU9GAZOUwg4in6zEHPMQU1L4tCm4hNqQ
tKm2RtVQh+bcKtm+gK46h+8c46yd45Px6dn46MkO06MkzsCvZjIuPcDhlA8+
Hp+M4H9Pz/B/j56og6egOdoHIuMPwzLY84adobZhxtEXUCNrj7nr4MDD2BJd
9LZX7YzwKLVFNK0xgRH23NpJI7U/P32C/+CRH2O9Uc2yvcV3kxVY2pFmnbsS
FIaaLDV0seWAcgU4Zc7uK/RyYZ8a9sdoo4isVyhO19NUg2kckcJlPkvhYbV7
sBf6nI19yvHdh3tAs2a7j/dEVZO32HrFm7B7tOemDy8wqyMHP1qk+ajvfioZ
L5qQQpC2XGBWNg3WlH/ISi2FRCZeuLe4IM2uIL5zDBXcqcKG0/6joPQnFS8f
2CSE5QkhxMGequ5yX+qX+cN7CR4kSxDHH4QP/rmigB7+G8un2Q9mQhOQS0LD
b3H6+oBakzoq/B7/qUFfe/cA86V8l3QewGdOQ/Uw6XSArwc1XEc6tnDIbnR+
Eo0vj/wM3KN4DgePk14/W6dxeJR4EezmlhNqBiGMknSK3CXiljRSgcv0VQVx
SpZQnf2kRt7NZ8a+C2Ub+SkJo+e0OoA+WFBHuhPuE7YjofCUbaqqxE/UPhv8
mRCJkhs9e6PwVxM1izjjs0gW0i0lVLL1Udov4/wcruDo3zBfWaKw8CADlfjY
pSDgXe2GtTWhfgqO32odNEs9f5VzDRrtMaR+DPkSyAyAmm92ww9mrV4n7D0c
+iBsIrn6OCmwhpjqkU2GT1wmTl7YZcdnTHkism3FPuGXN6ok5dj6yP5nZNrZ
iWDm1M0YmTmVidHFsVrX6IYeIreJs/FzEV8O75Ct4ak1pTnjTMOlcorjohxj
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
iUXFNp2iHY4gDCAhf0FtrxopmE7ACOuHBX/6BF0Xs0hRmLn8gjoHBAxdFd5t
vyiZ+s+OonY5J/FX12D5WPnYrY62fbFs12HVCUX1l6oJLcoP1eKDq8vmA1G2
JC1XHYwEU6hZALEGToHLJYbmmkW10x6rLE4ePXgaOT/dAM7ABJ8bIid4LnQD
2ASonMsdtANlC9SlBm/kFhOCs2UaoHWMEBtFfdMJ9XduK6/QGRDTDWHf7IxN
VSLcRkheISKSEiQxkuiBRXGdY0kmycKOcVFwrFaBhtBbVyzKok22xBf3m6kZ
6F39AzsD23fxGyS5zhKoiKsk8V2e4gkmMC5wYAUZzb530AEBK/I4K2dV3TDu
7yKRC4tOJj8MtUyazgQ48e696hxnLIb4JKy6PXhyeZiDPzlj/2eWjpLSEfCh
uI+6t89Za0bsopsN3lI2jnDkY/oD0J6bErYbuRpxTesYHT59Aj4Hg6LH19oY
EJHJRZlzJ3EMobUVtxi5nuo0DGLnNPcKZ3qAgbBRvBCX4tLuVbk5mOnDKm4q
S2YzEK7r+PJicuzS+XbMLpFQdAdpY4YxdB6m5+faeP8F5g8Gl67Y9w7+lMmz
oUz6vIkljfNr10G3Yq18EJhnwq53USA+Rqqj0ulFoEbcC9+4XMLDam+v0jZ2
nqP0tqbf6NaiVDhjr1ObJFFzpyhSxblLR7FGLoIsU/48Jbu0lv3pWMswfFEg
y/LXek6G0vmTRC5KVdKo/4cMHjFP1iRE4ZmRTjLf3qdPCofehPXEYzjjJTvC
017HvUtmWrYUCJdquU1RROmc7l0Z9CyhynbhuGOyDBeGtEGI1HEaoqQTPnhH
bZVqwhISrl7p5E2/wEDfWa5Fs92yd1aL9XyO/OkOz9rKQ9Hh9+rEKv9d1JpX
YrKlZvtuVGltDzqsMFuDBjF3q4R0Kuvsdmvq7O35aefqfC8l9Fye4zaY87Uc
3eXZ2etQeD6Yp0Px2y9hPFn8sEA+CqvKQBxdioJAVbSxY9/Jq+PXunWi4CXN
1BWGrYQS0gNT2oauHB64n/bgB+ZxRyJxcBAXGlI1QQBX5VGXOXP6VH3CnXpG
3C7rq4lFpm52ZuG5XfNioOqg3wrx3P3iRrgu794LNPFd0ojBHnjKrgIXatYX
05+a3ymNerHKXHROrgnyr6Rygfr3GEaQ4EQuM4QtvAuMGfgvfSS4S/DFxvho
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
ypsJPVFISzBIqdbE2NPYteFy6Z+k6V7OUe2QB3zXgInrght5vidQzsccFOkf
U8cuAWDItLuDe+FR6+zi+OXF8Cw6f/c4Skcfk7cf2hfnzTfLx68uPh4OT4aH
l6/ePn3zfjx89/jrU/rmw4d/Pf7mR+949Hi2unn8zfHJ4eHHw8Ortz8Mv5kc
wd/H55fPf3724fgQfn+avnvx9vXbd6Nnwfl5Z1L/9v3Zm+760+vH01Hr2w9v
f/ReRe3vPsy/qz/tfLN8vHz6ejR633/y4d35+vtvXkXf3Fy/PP2hVb988vRF
67vB7NknGOoiuzyM6s+vll+//vnldf3768WPXr3bG189mX/YTNbxz8NXR+0g
674frnsvxmfftv51/WT+6XTzr8ez67gdxNmXunI/mZV7liw2nzR4cOvC6/fl
hd+Mpfb6k8KKP3n3Jrfg8c2TZvzdMHmZPHn6bfBN8mz05GL8eIJ/n779+TR4
kTwZNOCh5aT1nB569vakOX387c/TH73H396cJtdJ9O6kefoh/fTiw9tPL36e
NF8efd+GZubx19DsZScYP77OTi9Pgh9Gp93T5DQ7XbwIvk/wd2j6R+/8w3V7
cfL84tnyydvNq++unr/6+Wnw+PmHi5sn/wqv3n13HrSD7ndPs5+vv9lzT24u
x8E/QQgaPrB5XBiw2ZMJlQGQzyuuJI9HR2dDrQoIj6r05nTEcrw4A94UH9Tb
P6qoLC2z/J83MOzIybPM4MxyWhoW7URhpheAJEVEtFDQ0hmMKiAHvNcN9v2g
vy/7efFgGDSDsPvgFpwM/6FTE/gijrAquPryf/l8+4vx5RKL6y7KDUgIFQwg
bB62u82wPeweNge9/tFxc9geYHxFM2y2mu1mp9lt9pp9HqKTHyzvDw4Hh+FJ
57jdwxCvky60N+oP20Gnd9jpdVsno3bn8LjXUQV1MOy0CKygE/R63f4oDIYn
J4f9dmfY6Q4PO53eMbw+6Kk+OmyCetprDYKw3Rr2BqN2r9/phkfwejcIj8E+
H3XDMOiqlT48DFutXr/34JZVsatjSjfiavzkH/huxvB2+DYEfStjP9XsPQ1T
UuGemFJs3LtkSrdpSA10ac6Jci+9Tooeq05zzKAEzY0LKUxsGVwHQMnCXbFi
qRfAXHWOJZ7THbY8i+OpUK/UppNmNTmIi9hEWPMQtU0VoNYvaeqX567HTW6R
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
kWKKZQIA

-->

</rfc>

