<?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-19" 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="19"/>

    <area>Security</area>
    <workgroup>RATS</workgroup>
    <keyword>signing attestation cbor</keyword>

    <abstract>


<t>An Entity Attestation Token (EAT) provides an attested claims set
that describes state and characteristics of an entity,
a device like a smartphone, IoT device, network equipment or such.  This claims set is used by a
relying party, server or service to determine 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 <bcp14>MUST NOT</bcp14> 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. They may appear in evidence or attestation results.</t>

<section anchor="iat-claim"><name>iat (Timestamp) Claim</name>

<t>The "iat" claim defined in CWT and JWT is used to indicate the
date-of-creation of the token, the time at which the claims are
collected and the token is composed and signed.</t>

<t>The data for some claims may be held or cached for some period of
time before the token is created. This period may be long, even
days. Examples are measurements taken at boot or a geographic
position fix taken the last time a satellite signal was received.
There are individual timestamps associated with these claims to
indicate their age is older than the "iat" timestamp.</t>

<t>CWT allows the use floating-point for this claim. EAT disallows
the use of floating-point. An EAT token <bcp14>MUST NOT</bcp14> contain an "iat" claim in
floating-point format. Any recipient of a token with a floating-point
format "iat" claim <bcp14>MUST</bcp14> consider it an error.</t>

<t>A 64-bit integer representation of the CBOR epoch-based time
<xref target="RFC8949"/> used by this claim can represent a range of +/- 500
billion years, so the only point of a floating-point timestamp is to
have precession greater than one second. This is not needed for EAT.</t>

</section>
<section anchor="profile-claim"><name>eat_profile (EAT Profile) Claim</name>

<t>See <xref target="profiles"/> for the detailed description of an EAT profile.</t>

<t>The "eat_profile" claim identifies an EAT profile by either a URL or an OID.
Typically, the URI will reference a document describing the profile.
An OID is just a unique identifier for the profile.
It may exist anywhere in the OID tree.
There is no requirement that the named document be publicly accessible.
The primary purpose of the "eat_profile" claim is to uniquely identify the profile even if it is a private profile.</t>

<t>The OID is always absolute and never relative.</t>

<t>See <xref target="common-types"/> for OID and URI encoding.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (profile-label => general-uri / general-oid)
]]></sourcecode></figure>

</section>
<section anchor="intuse-intended-use-claim"><name>intuse (Intended Use) Claim</name>

<t>EAT's may be used in the context of several different applications.  The "intuse"
claim provides an indication to an EAT consumer about  the intended usage
of the token. This claim can be used as a way for an application using EAT to internally distinguish between different ways it uses EAT.</t>

<dl>
  <dt>1 -- Generic:</dt>
  <dd>
    <t>Generic attestation describes an application where the EAT consumer
requires the most up-to-date security assessment of the attesting entity. It
is expected that this is the most commonly-used application of EAT.</t>
  </dd>
  <dt>2-- Registration:</dt>
  <dd>
    <t>Entities that are registering for a new service may be expected to
provide an attestation as part of the registration process.  This "intuse"
setting indicates that the attestation is not intended for any use but registration.</t>
  </dd>
  <dt>3 -- Provisioning:</dt>
  <dd>
    <t>Entities may be provisioned with different values or settings by an EAT
consumer.  Examples include key material or device management trees.  The consumer
may require an EAT to assess entity security state of the entity prior to provisioning.</t>
  </dd>
  <dt>4 -- Certificate Issuance:</dt>
  <dd>
    <t>Certification Authorities (CAs) may require attestation results (which in a background check model might require receiving evidence to be passed to a verifier) to make decisions about the issuance of certificates.
An EAT may be used as part of the certificate signing request (CSR).</t>
  </dd>
  <dt>5 -- Proof-of-Possession:</dt>
  <dd>
    <t>An EAT consumer may require an attestation as part of an accompanying
proof-of-possession (PoP) application. More precisely, a PoP transaction is intended
to provide to the recipient cryptographically-verifiable proof that the sender has possession
of a key.  This kind of attestation may be necessary to verify the
security state of the entity storing the private key used in a PoP application.</t>
  </dd>
</dl>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( intended-use-label => intended-use-type )

intended-use-type = generic /
                    registration / 
                    provisioning / 
                    csr /
                    pop

generic      = JC< "generic",      1 >
registration = JC< "registration", 2 >
provisioning = JC< "provisioning", 3 >
csr          = JC< "csr",          4 >
pop          = JC< "pop",          5 >
]]></sourcecode></figure>

</section>
</section>
</section>
<section anchor="DEB"><name>Detached EAT Bundles</name>

<t>A detached EAT bundle is a 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 <bcp14>MUST NOT</bcp14> be 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, see <xref target="sec-con-freshness"/>, require a mechanism to provide freshness.
This may be the EAT nonce claim in <xref target="nonce"/>, or some claim or mechanism defined outside this document.
The section on freshness in <xref target="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 verification 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, even slight modifications, such as the use of a different means of key identification, are a divergence from this profile and require allocation of 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 section and adding requirements.
Such a profile <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 -- <bcp14>MUST</bcp14> be base64url encoded</t>
  <t>time -- <bcp14>MUST</bcp14> be encoded as NumericDate as described in Section 2 of <xref target="RFC7519"/>.</t>
  <t>string-or-uri -- <bcp14>MUST</bcp14> be encoded as StringOrURI as described in Section 2 of <xref target="RFC7519"/>.</t>
  <t>uri -- <bcp14>MUST</bcp14> be a URI <xref target="RFC3986"/>.</t>
  <t>oid -- <bcp14>MUST</bcp14> be encoded as a string using the well established dotted-decimal notation (e.g., the text "1.2.250.1").</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 definitions are provided in the following sections.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535


$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (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 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 communication security protocol
(e.g. Transport Layer Security).</t>

<t>However, assume the EAT of the previous example is hierarchical and
each claim subset for a downstream consumer is created in the form of
a nested EAT.  Then, Transport Layer Security between the receiving and
downstream consumers is not strictly required.  Nevertheless,
downstream consumers of a nested EAT should provide a nonce unique to
the EAT they are consuming.</t>

</section>
<section anchor="detached-eat-bundle-digest-security-considerations"><name>Detached EAT Bundle Digest Security Considerations</name>

<t>A detached EAT bundle is composed of a nested 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 modified 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="cwt-and-jwt-claims-registered-by-this-document"><name>CWT and JWT Claims Registered by This Document</name>

<t>This specification adds the following values to the "JSON Web Token
Claims" registry established by <xref target="RFC7519"/> and the "CBOR Web Token Claims Registry"
established by <xref target="RFC8392"/>.
Each entry below is an addition to both registries.</t>

<t>The "Claim Description", "Change Controller" and "Specification Documents" are common and equivalent for the JWT and CWT registries.
The "Claim Key" and "Claim Value Types(s)" are for the CWT registry only.
The "Claim Name" is as defined for the CWT registry, not the JWT registry.
The "JWT Claim Name" is equivalent to the "Claim Name" in the JWT registry.</t>

<t>IANA is requested to register the following claims.</t>

<t>RFC Editor: Please make the following adjustments and remove this paragraph.
Replace "<strong>this document</strong>" with this RFC number.
In the following, the claims with "Claim Key: TBD" need to be assigned a value in the Specification Required Range, preferrably starting around 267.
Those below already with a Claim Key number were given early assignment.
No change is requested for them except for Claim Key 262.
Claim 262 should be renamed from "secboot" to "oemboot" in the JWT registry and it's description changed in both the CWT and JWT registries.</t>

<t><list style="symbols">
  <t>Claim Name: Nonce</t>
  <t>Claim Description: Nonce</t>
  <t>JWT Claim Name: "eat_nonce"</t>
  <t>Claim Key: 10</t>
  <t>Claim Value Type(s): 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: 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: 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: 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: 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 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: OEM Authortised Boot</t>
  <t>Claim Description: Indicate whether the software booted was OEM authorized</t>
  <t>JWT Claim Name: "oemboot"</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: 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: 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: 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>

<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 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>

<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: 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: 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>

</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="cbor-tag-for-detached-eat-bundle-registered-by-this-document"><name>CBOR Tag for Detached EAT Bundle Registered by this Document</name>

<t>In the registry <xref target="IANA.cbor-tags"/>, IANA is requested to allocate the
following tag from the  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>


  </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='https://www.iana.org/assignments/cwt'>
  <front>
    <title>CBOR Web Token (CWT) Claims</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
  <format target='http://www.iana.org/assignments/cwt' type='TXT'/>
</reference>

<reference anchor='IANA.JWT.Claims' target='https://www.iana.org/assignments/jwt'>
  <front>
    <title>JSON Web Token (JWT)</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
  <format target='http://www.iana.org/assignments/jwt' type='TXT'/>
</reference>

<reference anchor='IANA.COSE.Algorithms' target='https://www.iana.org/assignments/cose'>
  <front>
    <title>CBOR Object Signing and Encryption (COSE)</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
  <format target='http://www.iana.org/assignments/cose' type='TXT'/>
</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'>
  <front>
    <title>Concise Binary Object Representation (CBOR) Tags</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
  <format target='http://www.iana.org/assignments/cbor-tags' type='TXT'/>
</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='https://www.iana.org/assignments/core-parameters'>
  <front>
    <title>Constrained RESTful Environments (CoRE) Parameters</title>
    <author>
      <organization>IANA</organization>
    </author>
  </front>
  <format target='http://www.iana.org/assignments/core-parameters' type='TXT'/>
</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'>
  <front>
    <title>IEEE Standard for Local and Metropolitan Area Networks - Secure Device Identity</title>
    <author>
      <organization/>
    </author>
    <date month='July' year='2018'/>
  </front>
  <seriesInfo name='IEEE' value='standard'/>
  <seriesInfo name='DOI' value='10.1109/ieeestd.2018.8423794'/>
</reference>

<reference anchor='W3C.GeoLoc' target='https://www.w3.org/TR/2013/REC-geolocation-API-20131024/'>
  <front>
    <title>Geolocation API Specification</title>
    <author fullname='Andrei Popescu' role='editor'/>
    <date day='24' month='October' year='2013'/>
  </front>
  <seriesInfo name='W3C REC' value='REC-geolocation-API-20131024'/>
  <seriesInfo name='W3C' value='REC-geolocation-API-20131024'/>
  <format target='https://www.w3.org/TR/2013/REC-geolocation-API-20131024/' type='TXT'/>
</reference>


<reference anchor="OUI.Guide" target="https://standards.ieee.org/content/dam/ieee-standards/standards/web/documents/tutorials/eui.pdf">
  <front>
    <title>Guidelines for Use of Extended Unique Identifier (EUI), Organizationally Unique Identifier (OUI), and Company ID (CID)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2017" month="August"/>
  </front>
</reference>
<reference anchor="OUI.Lookup" target="https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries">
  <front>
    <title>IEEE Registration Authority Assignments</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE-RA" target="https://standards.ieee.org/products-services/regauth/index.html">
  <front>
    <title>IEEE Registration Authority</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>


<reference anchor='IEEE.802-2001'>
  <front>
    <title>IEEE Standard for Local and Metropolitan Area Networks: Overview and Architecture</title>
    <author>
      <organization/>
    </author>
    <date month='July' year='2014'/>
  </front>
  <seriesInfo name='IEEE' value='standard'/>
  <seriesInfo name='DOI' value='10.1109/ieeestd.2014.6847097'/>
</reference>


<reference anchor='COSE.X509.Draft'>
   <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>Note that <xref target="iat-claim"/> requires that the iat claim be the type ~time-int (<xref target="common-types"/>), not the type ~time when it is used in an EAT as floating-point values are not allowed for the "iat" claim in EAT.</t>

<t>The COSE-related types in this CDDL are defined in <xref target="RFC9052"/>.</t>

<t>This however is NOT a normative or standard definition of CWT or JWT in CDDL.
The prose in CWT and JWT remain the normative definition.</t>

<figure><sourcecode type="CDDL"><![CDATA[
; This is replicated from draft-ietf-rats-uccs

Claims-Set = {
    * $$Claims-Set-Claims
    * Claim-Label .feature "extended-claims-label" => any
}
Claim-Label = int / text
string-or-uri = text

$$Claims-Set-Claims //= ( iss-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( sub-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( aud-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( exp-claim-label => ~time )
$$Claims-Set-Claims //= ( nbf-claim-label => ~time )
$$Claims-Set-Claims //= ( iat-claim-label => ~time )
$$Claims-Set-Claims //= ( cti-claim-label => bytes )

iss-claim-label = JC<"iss", 1>
sub-claim-label = JC<"sub", 2>
aud-claim-label = JC<"aud", 3>
exp-claim-label = JC<"exp", 4>
nbf-claim-label = JC<"nbf", 5>
iat-claim-label = JC<"iat", 6>
cti-claim-label = CBOR-ONLY<7>  ; jti in JWT: different name and text

JSON-ONLY<J> = J .feature "json"
CBOR-ONLY<C> = C .feature "cbor"

JC<J,C> = JSON-ONLY<J> / CBOR-ONLY<C>

]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; A JWT message is either a JWS or JWE in compact serialization form
; with the payload a Claims-Set. Compact serialization is the
; protected headers, payload and signature, each b64url encoded and
; separated by a ".". This CDDL simply matches top-level syntax of of
; a JWS or JWE since it is not possible to do more in CDDL.

JWT-Message =
   text .regexp "[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+"


; Note that the payload of a JWT is defined in claims-set.cddl. That 
; definition is common to CBOR and JSON.
]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; This is some CDDL describing a CWT at the top level This is
; not normative. RFC 8392 is the normative definition of CWT.

CWT-Messages = CWT-Tagged-Message / CWT-Untagged-Message

; The payload of the COSE_Message is always a Claims-Set

; The contents of a CWT Tag must always be a COSE tag
CWT-Tagged-Message = #6.61(COSE_Tagged_Message)

; An untagged CWT may be a COSE tag or not
CWT-Untagged-Message = COSE_Messages
]]></sourcecode></figure>

</section>
<section anchor="Claim_Characteristics"><name>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-18"><name>From draft-ietf-rats-eat-18</name>
<t><list style="symbols">
  <t>Update IANA section, particularly CWT and JWT claims to be registered</t>
  <t>Remove sentence discussing pass through of claims about the token in section 4.3</t>
  <t>Add paragraph to appendix D noting that the "iat" claim is ~time-int</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+y9a3PkRpIg+B2/Ake1mcjuzOSjWM9ZqZsiKTU19doiqzWz
OpkGzAST6MoEcgBksbKra2x/yJ7Z/Zb7KftLzt/hASBZ1dMza3dmWzbTYgKB
eHh4ePjbx+Nx8v5Z+iBJ2qJd5M/Sq9s8PS/hxyY9adu8abO2qMr0qnqXl+nu
+cnVXpJdX9c5fAQ/klk1LbMlfDers5t2XOTtzbjO2macZ+348GkyzdpnadPO
kmRalU1eNuvmWdrW6zxp2jrPls/Si/Or75NiVdPjpj06OHh6cJRk8PJZeplP
1zVMJbmbP0vfnFxdJu/uoLtiXhblPM3c/KbXVZ0kq+JZkqZtNX2Wfr3Jm6/5
xyxftbfw5Bh/N1UNA980oUWzWcYPptVylU1b12J9HZ6VFT6qb6b5rGk3CDJu
Bv+ydXtb1c+ScVqU0N/zSfp8Xc6uF9ksh08YTs+zdZ2X0zx6VdXzsFjcgqre
pM+fn8KrfJkVi2fpYr74QyMNWno/gSnpSD9M0hdZOdtkSxvnh6IuZrdZ7V7Q
KP91nS3gy2V6lU9vy2pRzYu8SS/K6QQXCqDJYZEPHz9+mL6o6vy2Wjd5elYX
73GaUxgc5pmV6VmRzysEQz4H6D9LT7NFcVPVZZER/NZlW0PLt5cn8HN1W5Uw
oZ3fHaZPHj5JHz08TB/DLu+ExS15in/417aY/KvMzy/vx0n66uuzqqzmt+sA
yR/zOl9u4jdfvsSjx0/T77O6BLyp1vPb9E2VzWyJ7gWtZ4YAfXt4nD5+fhkt
sCzafJb+I2DjrFqGtf7u+Dg9PHp4lD549ODwydOw0j9XM5rs1qWeTtKfssUi
m4Z1nmb1wj2kJb6BUf8Is5ill9VNewenZaQLlJGm8NUf6nx2i60aaUQj4Uls
6+J63TKu8ih/zMt36XdF/e62WvxFh/m+ztblbXWT1+nlxRU81aPfeyGj3kIv
k2vp5Q9N0U5urOUEUF1Hu7qtllmTfl81DZxfHe6kXqbPiyXCNHTZUtPJDTf9
Q1YrvLinF8V8nS/S7wA+QAzyumrcq+ltBu/e4H9rAEJpRw0QLl8A2hn40p+q
+l3jUHJa/w6J2R8abTqZZtbz6wwAOH2XvoWp1nfFn9+FMbP2toCVfVfjfOtZ
gG9WloCFV80UgVEW83sXfUutJ6217q37dbZepKd1dbfIN0lSVvUSoPM+R/r3
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
mCfBEYtnkniwWKXniBGKqL1spaxXGwUImDEDljhlSa0UJrRY8bQ0Z8TOmx+f
Mw4pdHHNYDakoF4mieZqrs7hV2Fzblr/fY4EGNYGaa7EjbRM6tgyn6wali6X
HVEuQ+Sk6Zo6SYFXKFJk6o8QVgDq9JmbDU1JR4hxR6RGrA64FhamXZCQH4LB
iFCyQSgNV4DLqbWSz7sumvZSuNrPJSd6zukqi6pcQoiT1++/WYE6cb1YId8l
XD/G0smhUCpns6nzBteWSJFy0k3eva3xmyuXwnUiqKq67JDQdLG4jWOvUpUA
Sq+2whD5DpVZEnCI/FAxiylGANmbhabejUHkKt6VTVW3QM5ULDkuwEmbpF4z
WjN+l5G52cwGPoSf4drHl6xcWKs/v9yF2RJRIYuyyCKqCRRWiWBRRKUw63JF
aC0Kx1Fug0pOZ1rASVAzkd9LWdiRiy9DIBoF2yGX64+6nWQ2qT5swnslmwox
DSTV3iIycHKXA6OSxYK4O0nQ+JNSyeT5WiiKQ2oz9oEaySWl9RLNS2aryEtw
hUj6xPCMIi6mLJltBXjaHP4LyiYy5bCmjtk+W9CnskCHA+jC00acC/OI4v+/
OT6mrpmjbunbBeoymzsyFblNbSbHRs3VKIfNBaUcjuXLPB6p6STNDJQaV/hB
WB7QV9czS/ACSYDwRW6JeM975ZScNkXci74KAZdHOlQ8fnEcIjKFV3ichRc9
gbDDFjDIwWp3msIzh8zPow1UFUNQfFwzp1A4m3QOQrrVrjwzgSyB5YxJkZLz
wVPWJ+1UU1dh94QXcaX6Yt/IAqVvBfgYx0ti6yTv0VvGHg2uisZMGwGbEHo/
X3gzZtjxZdXqjxJPFGEjUNHaqqp2v20+nirjdj4C9KPUSCsnHLrYQDyH94GJ
wSbuM/4riM0WF6ujosG51NY9eXbvoCaAJ17RaCuN0riotJ+cK4LVHo+LhK0W
S8xQtSD2Uk0L73XhKM2t7la1mF4qjEFBIXiEVHWdENwXIjv2GfUMF/2A2YVD
FlgSPqZwIslwflOYIJ6r59ql9zo5R+Ak3J7Cc/dYhJpXWjWk+GVMahq76Nwi
YASMAHw/pbTYhmcMrPz8HQ1tfw9bp/ATDG4+KJWxZxMmNwcmKH3SChu6P1kB
TZJniYUC1csC/cdDNs+1Xf2LDZwq1MhXKJJI58FpzpAxMgdV34hVhi+B2C5h
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

-->

</rfc>

