<?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-16" category="std" consensus="true" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="EAT">The Entity Attestation Token (EAT)</title>

    <author initials="L." surname="Lundblade" fullname="Laurence Lundblade">
      <organization>Security Theory LLC</organization>
      <address>
        <email>lgl@securitytheory.com</email>
      </address>
    </author>
    <author initials="G." surname="Mandyam" fullname="Giridhar Mandyam">
      <organization>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>5775 Morehouse Drive</street>
          <city>San Diego</city>
          <region>California</region>
          <country>USA</country>
        </postal>
        <phone>+1 858 651 7200</phone>
        <email>mandyam@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="J." surname="O'Donoghue" fullname="Jeremy O'Donoghue">
      <organization>Qualcomm Technologies Inc.</organization>
      <address>
        <postal>
          <street>279 Farnborough Road</street>
          <city>Farnborough</city>
          <code>GU14 7LS</code>
          <country>United Kingdom</country>
        </postal>
        <phone>+44 1252 363189</phone>
        <email>jodonogh@qti.qualcomm.com</email>
      </address>
    </author>
    <author initials="C." surname="Wallace" fullname="Carl Wallace">
      <organization>Red Hound Software, Inc.</organization>
      <address>
        <email>carl@redhoundsoftware.com</email>
      </address>
    </author>

    <date year="2022" month="October" day="09"/>

    <area>Internet</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>signing attestation cbor</keyword>

    <abstract>


<t>An Entity Attestation Token (EAT) provides an attested claims set
that describes state and characteristics of an entity,
a device like a smartphone, IoT device, network equipment or such.  This claims set is used by a
relying party, server or service to determine how much it wishes to trust the entity.</t>

<t>An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with attestation-oriented
claims.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>An Entity Attestation Token (EAT) is a message or token made up of claims about an entity.
An entity may be a device, some hardware or some software.
The claims are ultimately used by a relying party who decides if and how it will interact with the entity.
The relying party may choose to trust, not trust or partially trust the entity.
For example, partial trust may be allowing a monetary transaction only up to a limit.</t>

<t>The security model and goal for attestation are unique and are not the same as for other security standards like those for server authentication, user authentication and secured messaging.
The reader is assumed to be familiar with the goals and security model for attestation as described in <xref target="RATS.Architecture"/>.</t>

<t>This document defines some common claims that are potentially of broad use.
EAT additionally allows proprietary claims and for further claims to be standardized.
Here are some examples:</t>

<t><list style="symbols">
  <t>Make and model of manufactured consumer device</t>
  <t>Make and model of a chip or processor, particularly for a security-oriented chip</t>
  <t>Identification and measurement of the software running on a device</t>
  <t>Configuration and state of a device</t>
  <t>Environmental characteristics of a device like its GPS location</t>
  <t>Formal certifications received</t>
</list></t>

<t>EAT is constructed to support a wide range of use cases.</t>

<t>No single set of claims can accommodate all use cases so EAT is constructed as a framework for defining specific attestation tokens for specific use cases.
In particular, EAT provides a profile mechanism to be able to clearly specify the claims needed, the cryptographic algorithms that should be used and other for a particular token and use case.</t>

<t>The entity side of an EAT implementation generates the claims and typically signs them with an attestation key.
It is responsible for protecting the attestation key.
Some EAT implementations will use components with very high resistance to attack like TPMs or secure elements.
Other may rely solely on simple SW defenses.</t>

<t>Nesting of tokens and claims sets is accommodated for composite devices that have multiple subsystems.</t>

<t>An EAT may be encoded in either JSON <xref target="RFC8259"/> or CBOR <xref target="RFC8949"/> as needed for each use case.
EAT is built on CBOR Web Token (CWT) <xref target="RFC8392"/> and JSON Web Token (JWT) <xref target="RFC7519"/> and inherits all their characteristics and their security mechanisms.</t>

<section anchor="entity-overview"><name>Entity Overview</name>

<t>The document uses the term "entity" to refer to the target of an EAT. Many of the claims defined in this document are claims about an entity, which is equivalent to an attesting environment as defined in <xref target="RATS.Architecture"></xref>. An entity may be the whole device, a subsystem, a subsystem of a subsystem, etc.
Correspondingly, the EAT format allows claims to be organized using mechanisms like submodules and nested EATs (see <xref target="submods"/>).
The entity to which a claim applies is the submodule in which it appears, or to the top-level entity if it doesn't appear in a submodule.</t>

<t>An entity also corresponds to a "system component", as defined in the Internet Security Glossary <xref target="RFC4949"/>.
That glossary also defines "entity" and "system entity" as something that may be a person or organization as well as a system component.
In the EAT context, "entity" never refers to a person or organization. The hardware and software that implement a server or service used by a web site may be an entity, but the organization that runs the web site is not an entity nor is the web site itself. An entity is an implementation in hardware, software or both.</t>

<t>Some examples of entities:</t>

<t><list style="symbols">
  <t>A Secure Element</t>
  <t>A TEE</t>
  <t>A card in a network router</t>
  <t>A network router, perhaps with each 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.
That is left for a follow-on document.</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 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all
capitals, as shown here.</t>

<t>This document reuses terminology from JWT <xref target="RFC7519"/> 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.</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>
</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 MUST always contains a Claims-Set.</t>

<t>Authenticity and integrity protection MUST be provided for EATs. This document relies on CWT or JWT for this purpose.
Extensions to this specification MAY 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, enabling future token formats to be defined.
Any new format that plugs into one or more of these sockets MUST 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 MUST 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 MUST 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 MUST also be added to the <spanx style="verb">$$Claims-Set-Claims</spanx> socket group.</t>

<t>All claims in an EAT MUST 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 MUST use only the integer for claim keys.
JSON-encoded tokens MUST 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 MUST NOT 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 MUST have at least 64 bits of entropy.
A maximum EAT nonce size is set to limit the memory required for an implementation.
All receivers MUST 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 MUST be universally and globally unique across manufacturers
and countries. UEIDs MUST also be unique across protocols and systems,
as tokens are intended to be embedded in many different protocols and
systems. No two products anywhere, even in completely different
industries made by two different manufacturers in two different
countries should have the same UEID (if they are not global and
universal in this way, then Relying Parties receiving them will have
to track other characteristics of the 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 MUST 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 MUST 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 SHOULD NOT 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 MUST NOT 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 SHALL be encoded as byte string of length 14 with each byte as the digit's value (not the ASCII encoding of the digit; the digit 3 encodes as 0x03, not 0x33). The IMEI value encoded SHALL NOT include Luhn checksum or SVN information. 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 MUST treat a UEID as a
completely opaque string of bytes and not make any use of its internal
structure. For example, they should not use the OUI part of a type
0x02 UEID to identify the manufacturer of the 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 MUST be treated as part of the opaque UEID and MUST not 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 MAY change to a different value on entity life-cycle events.
An entity MAY 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 MAY provide this specification.</t>

<t>There MAY be multiple SUEIDs.
Each has a text string label the purpose of which is to distinguish it from others.
The label MAY name the purpose, application or type of the SUEID.
For example, the label for the SUEID used by FIDO Onboarding Protocol could be "FDO".
It is beyond the scope of this document to specify any SUEID labeling schemes.
They are use-case specific and MAY be specified in an EAT profile.</t>

<t>If there is only one SUEID, the claim remains a map and there still MUST 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 MAY be used at the convenience of the claim sender.
The receiver of this claim MUST 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 MUST always 16 bytes (128 bits).</t>

<t>The OEM MAY create their own ID by using a cryptographic-quality random number generator.
They would perform this only once in the life of the company to generate the single ID for said company.
They would use that same ID in every entity they make.
This uniquely identifies the OEM on a statistical basis and is large enough should there be ten billion companies.</t>

<t>The OEM MAY 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 MAY be something whose uniqueness is managed by a central registry like a domain name.</t>

<t>In JSON format tokens this MUST 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
SHOULD 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 MUST 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 MUST be encoded as a major type 0 integer and is typically 3 bytes.
In JSON, this value MUST 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"/>.</t>

<t>This claim must be unique so as to differentiate the models and products for the OEM ID.
This claim does not have to be globally unique, but it can be.
A receiver of this claim MUST not assume it is globally unique.
To globally identify a particular product, the receiver should concatenate the OEM ID and this claim.</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 purpose of this claim is to identify models within protocols, not for human-readable descriptions.
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 MUST be able to receive this maximum size.</t>

<t>The receiver of this claim MUST treat it as a completely opaque string of bytes, even if there is some apparent naming or structure.
The OEM is free to alter the internal structure of these bytes as long as the claim continues to uniquely identify its models.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (
    hardware-model-label => hardware-model-type
)

hardware-model-type = JC<base64-url-text .size (4..44),
                         bytes .size (1..32)>
]]></sourcecode></figure>

</section>
<section anchor="hwversion-hardware-version-claim"><name>hwversion (Hardware Version) Claim</name>

<t>The "hwversion" claim is a text string the format of which is set by each manufacturer.
The structure and sorting order of this text string can be specified using the version-scheme item from CoSWID <xref target="CoSWID"/>.
It is useful to know how to sort versions so the newer can be distinguished from the older.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //=  (
    hardware-version-label => hardware-version-type
)

hardware-version-type = [
    version:  tstr,
    ? scheme:  $version-scheme
]
]]></sourcecode></figure>

</section>
<section anchor="swname-software-name-claim"><name>swname (Software Name) Claim</name>

<t>The "swname" claim contains a very simple free-form text value for naming the software used by the entity.
Intentionally, no general rules or structure are set.
This will make it unsuitable for use cases that wish precise naming.</t>

<t>If precise and rigourous naming of the software for the entity is needed, the "manifests" claim <xref target="manifests"/> may be used instead.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= ( sw-name-label => tstr )
]]></sourcecode></figure>

</section>
<section anchor="swversion-software-version-claim"><name>swversion (Software Version) Claim</name>

<t>The "swversion" claim makes use of the CoSWID version scheme data type to give a simple version for the software.
A full CoSWID manifest or other type of manifest can be instead if this is too simple.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (sw-version-label => sw-version-type)

sw-version-type = [
    version:  tstr
    ? scheme:  $version-scheme 
]
]]></sourcecode></figure>

</section>
<section anchor="secboot-secure-boot-claim"><name>secboot (Secure Boot) Claim</name>

<t>A "secboot" claim with value of true indicates secure boot is enabled. Secure boot is
considered enabled when the firmware and operating
system, are under control of the manufacturer of the entity identified in the
"oemid" claim described in <xref target="oemid"/>.
Control by the manufacturer of the firmware and the operating system may be by it being in ROM, being cryptographically authenticated, a combination of the two or similar.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (secure-boot-label => bool)
]]></sourcecode></figure>

</section>
<section anchor="dbgstat-debug-status-claim"><name>dbgstat (Debug Status) Claim</name>

<t>The "dbgstat" claim applies to entity-wide or submodule-wide debug facilities of the
entity like 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 MUST not
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 must conform to <xref target="WGS84"/>.
The altitude is in meters above the <xref target="WGS84"/> ellipsoid.
The two accuracy values are positive numbers in meters.
The heading is in degrees relative to true north.
If the 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 MUST still have a "ticker" that can measure a time
interval. The age is the interval between acquisition of the location
data and token creation.</t>

<t>See 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 MUST 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 MUST NOT 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 Boot Seed. 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 MUST NOT issue this claim unless the entity has received the certification indicated by the DLOA.</t>

<t>This claim MAY contain more than one DLOA.
If multiple DLOAs are present, verifiers MUST NOT 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 MUST be encoded as an array with either two or three elements.
The first element MUST be the URI for the registrar.
The second element MUST be a platform label indicating which platform was certified.
If the DLOA applies to an application, then the third element is added which MUST 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 SHOULD 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 MUST be an array of one or more manifests.
Each manifest in the claim MUST be an array of two.
The first item in the array of two MUST be an integer CoAP Content-Format identifier.
The second item is MUST be the actual manifest.</t>

<t>In JSON-format tokens the manifest, whatever format it is, MUST 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 MUST 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 MAY 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 MUST 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 MUST be evidence CoSWIDs, not payload CoSWIDS.</t>

<t>Formats other than CoSWID can 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 MAY 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 MAY 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,
    measruement-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, having many subsystems.  A
mobile phone is a good example. It may have several connectivity
subsystems for communications (e.g., Wi-Fi and cellular). It may have
subsystems for low-power audio and video playback. It may have multiple
security-oriented subsystems like a TEE and a Secure Element.</t>

<t>The claims for a subsystem can be grouped together in a submodule or submod.</t>

<t>The submods are in a single map/object, one entry per submodule.
There is only one submods map/object in a token. It is
identified by its specific label. It is a peer to other claims, but it
is not called a claim because it is a container for a claims set rather
than an individual claim. This submods part of a token allows what
might be called recursion. It allows claims sets inside of claims sets
inside of claims sets...</t>

<section anchor="submodule-types"><name>Submodule Types</name>

<t>The following sections define the three types of submodules:</t>

<t><list style="symbols">
  <t>A submodule Claims-Set</t>
  <t>A nested token, which can be any valid EAT token, CBOR or JSON</t>
  <t>The digest of a detached Claims-Set</t>
</list></t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / Nested-Token / Detached-Submodule-Digest

]]></sourcecode></figure>

<section anchor="submodule-claims-set"><name>Submodule Claims-Set</name>

<t>This is a subordinate Claims-Set containing claims about a submodule, a subordinate entity.</t>

<t>The submodule Claims-Set is produced by the same attester as the surrounding token.
It is secured by the same mechanism as the enclosing token (e.g., it is signed by the same attestation key).
It roughly corresponds to an attesting environment, as described in the RATS architecture.</t>

<t>It may contain claims that are the same as its surrounding token or superior submodules.
For example, the top-level of the token may have a UEID, a submod may have a different UEID and a further subordinate submodule may also have a UEID.</t>

<t>The encoding of a submodule Claims-Set MUST be the same as the encoding as the token it is part of.</t>

<t>The data type for this type of submodule is a map/object.
It is identified when decoding by its type being a map/object.</t>

</section>
<section anchor="Nested-Token"><name>Nested Token</name>

<t>This type of submodule is a fully formed complete token.
It is typically produced by a separate attester.
It is typically used by a composite device as described in RATS Architecture <xref target="RATS.Architecture"/>
In being a submodule of the surrounding token, it is cryptographically bound 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 does not need to use the same encoding as the enclosing token.
This is to allow composite devices to be built without regards to the encoding supported by their attesters.
Thus, a CBOR-encoded token like a CWT can have a JWT as a nested token submodule and vice versa.</t>

<section anchor="surrounding-eat-is-cbor-encoded"><name>Surrounding EAT is CBOR-Encoded</name>

<t>This describes the encoding and decoding of CBOR or JSON-encoded tokens nested inside a CBOR-encoded token.</t>

<t>If the nested token is CBOR-encoded, then it MUST be a CBOR tag and MUST be wrapped in a byte string.
The tag identifies whether the nested token is a CWT, a CBOR-encoded detached EAT bundle, or some other CBOR-format token defined in the future.
A nested CBOR-encoded token that is not a CBOR tag is NOT allowed.</t>

<t>If the nested token is JSON-encoded, then the data item MUST be a text string containing JSON.
The JSON is defined in CDDL by JSON-Nested-Token in the next section.</t>

<t>When decoding, if a byte string is encountered, it is known to be a nested CBOR-encoded token.
The byte string wrapping is removed.
The type of the token is determined by the CBOR tag.</t>

<t>When decoding, if a text string is encountered, it is known to be a JSON-encoded token.
The two-item array is decoded and tells the type of the JSON-encoded token.</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 
]]></sourcecode></figure>

</section>
<section anchor="surrounding-eat-is-json-encoded"><name>Surrounding EAT is JSON-Encoded</name>

<t>This describes the encoding and decoding of CBOR or JSON-encoded tokens nested inside a JSON-encoded token.</t>

<t>The nested token MUST be an array of two, a text string type indicator and the actual token.</t>

<t>The string identifying the JSON-encoded token MUST be one of the following:</t>

<dl>
  <dt>"JWT":</dt>
  <dd>
    <t>The second array item MUST 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 MUST be a JSON-encoded detached EAT bundle as defined in this document.</t>
  </dd>
</dl>

<t>Additional types may be defined by a standards action.</t>

<t>When decoding, the array of two is decoded.
The first item indicates the type and encoding of the nested token.
If the type string is not "CBOR", then the token is JSON-encoded and of the type indicated by the string.</t>

<t>If the type string is "CBOR", then the token is CBOR-encoded.
The base64url encoding is removed.
The CBOR-encoded data is then decoded.
The type of nested token is determined by the CBOR-tag.
It is an error if the CBOR is not a tag.</t>

<figure><sourcecode type="CDDL"><![CDATA[
Nested-Token = JSON-Nested-Token

JSON-Nested-Token = [
   type : "JWT" / "CBOR" / "BUNDLE",
   nested-token : JWT-Message /
                  CBOR-Token-Inside-JSON-Token /
                  Detached-EAT-Bundle 
]

CBOR-Token-Inside-JSON-Token = base64-url-text
]]></sourcecode></figure>

</section>
</section>
<section anchor="detached-submodule-digest"><name>Detached Submodule Digest</name>

<t>This is type of submodule equivalent to a Claims-Set submodule, except the Claims-Set is conveyed separately outside of the token.</t>

<t>This type of submodule consists of a digest made using a cryptographic hash of a Claims-Set.
The Claims-Set is not included in the token.
It is conveyed to the verifier outside of the token.
The submodule containing the digest is called a detached digest.
The separately conveyed Claims-Set is called a detached claims set.
A detached Claims-Set can include other submodules including nested tokens and detached digests.</t>

<t>The input to the digest algorithm is directly the CBOR or JSON-encoded Claims-Set of the submodule.
There is no byte-string wrapping or base 64 encoding.</t>

<t>The encoding type of the detached claims set is part of the carrying protocol and varies from protocol to protocol.
For example, a detached EAT bundle uses mechanisms defined in this document.
Other use cases may use a content/media type.</t>

<t>The primary use for this is to facilitate the implementation of a small and secure attester, perhaps purely in hardware.
This small, secure attester implements COSE signing and only a few claims, perhaps just UEID and hardware identification.
It has inputs for digests of submodules, perhaps 32-byte hardware registers.
Software running on the device constructs larger claim sets, perhaps very large, encodes them and digests them.
The digests are written into the small secure attesters registers.
The EAT produced by the small secure attester only contains the UEID, hardware identification and digests and is thus simple enough to be implemented in hardware.
Probably, every data item in it is of fixed length.</t>

<t>The data type for this type of submodule MUST be an array
It contains two data items, a hash algorithm identifier and a byte string containing the digest.</t>

<t>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>When decoding a CBOR format token, the detached digest type is distinguished from the other types by it being an array.
In CBOR encoded tokens none of other submodule types are arrays.</t>

<t>When decoding a JSON format token, a little more work is required because both the nested token and detached digest types are an array.
To distinguish the nested token from the detached digest, the first element in the array is examined.
If it is "JWT" or "BUNDLE", then the submodule is a nested token.
Otherwise it will contain an algorithm identifier and is a detached digest.</t>

<t>A detached EAT bundle, described in <xref target="DEB"/>, may be used to convey detached claims sets and the token with their detached digests.
EAT, however, doesn't require use of a detached EAT bundle.
Any other protocols may be used to convey detached claims sets and the token with their detached digests.
Note that since detached Claims-Sets are signed, protocols conveying them must make sure they are not modified in transit.</t>

<figure><sourcecode type="CDDL"><![CDATA[
Detached-Submodule-Digest = [
   hash-algorithm : text / int,
   digest         : binary-data
]
]]></sourcecode></figure>

</section>
</section>
<section anchor="no-inheritance"><name>No Inheritance</name>

<t>The subordinate modules do not inherit anything from the containing
token.  The subordinate modules must explicitly include all of their
claims. This is the case even for claims like an EAT nonce (<xref target="nonce"/>).</t>

<t>This rule is in place for simplicity. It avoids complex inheritance
rules that might vary from one type of claim to another.</t>

</section>
<section anchor="security-levels"><name>Security Levels</name>

<t>The security level of the non-token subordinate modules should always
be less than or equal to that of the containing modules in the case of non-token
submodules. It makes no sense for a module of lesser security to be
signing claims of a module of higher security. An example of this is a
TEE signing claims made by the non-TEE parts (e.g. the high-level OS)
of the device.</t>

<t>The opposite may be true for the nested tokens. They usually have
their own more secure key material. An example of this is an embedded
secure element.</t>

</section>
<section anchor="submodule-names"><name>Submodule Names</name>

<t>The label or name for each submodule in the submods map is a text
string naming the submodule. No submodules may have the same name.</t>

</section>
</section>
</section>
<section anchor="claims-describing-the-token"><name>Claims Describing the Token</name>

<t>The claims in this section provide meta data about the token they occur in.
They do not describe the entity.</t>

<t>They may appear in evidence or attestation results.
When these claims appear in evidence, they SHOULD not be passed through the verifier into attestation results.</t>

<section anchor="iat-timestamp-claim"><name>iat (Timestamp) Claim</name>

<t>The "iat" claim defined in CWT and JWT is used to indicate the
date-of-creation of the token, the time at which the claims are
collected and the token is composed and signed.</t>

<t>The data for some claims may be held or cached for some period of
time before the token is created. This period may be long, even
days. Examples are measurements taken at boot or a geographic
position fix taken the last time a satellite signal was received.
There are individual timestamps associated with these claims to
indicate their age is older than the "iat" timestamp.</t>

<t>CWT allows the use floating-point for this claim. EAT disallows
the use of floating-point. An EAT token MUST NOT contain an "iat" claim in
floating-point format. Any recipient of a token with a floating-point
format "iat" claim MUST consider it an error.</t>

<t>A 64-bit integer representation of the CBOR epoch-based time
<xref target="RFC8949"/> used by this claim can represent a range of +/- 500
billion years, so the only point of a floating-point timestamp is to
have precession greater than one second. This is not needed for EAT.</t>

</section>
<section anchor="profile-claim"><name>eat_profile (EAT Profile) Claim</name>

<t>See <xref target="profiles"/> for the detailed description of an EAT profile.</t>

<t>The "eat_profile" claim identifies an EAT profile by either a URL or an OID.
Typically, the URI will reference a document describing the profile.
An OID is just a unique identifier for the profile.
It may exist anywhere in the OID tree.
There is no requirement that the named document be publicly accessible.
The primary purpose of the "eat_profile" claim is to uniquely identify the profile even if it is a private profile.</t>

<t>The OID is always absolute and never relative.</t>

<t>See <xref target="common-types"/> for OID and URI encoding.</t>

<figure><sourcecode type="CDDL"><![CDATA[
$$Claims-Set-Claims //= (profile-label => general-uri / general-oid)
]]></sourcecode></figure>

</section>
<section anchor="intuse-intended-use-claim"><name>intuse (Intended Use) Claim</name>

<t>EAT's may be used in the context of several different applications.  The "intuse"
claim provides an indication to an EAT consumer about  the intended usage
of the token. This claim can be used as a way for an application using EAT to internally distinguish between different ways it uses EAT.</t>

<dl>
  <dt>1 -- Generic:</dt>
  <dd>
    <t>Generic attestation describes an application where the EAT consumer
requires the most up-to-date security assessment of the attesting entity. It
is expected that this is the most commonly-used application of EAT.</t>
  </dd>
  <dt>2-- Registration:</dt>
  <dd>
    <t>Entities that are registering for a new service may be expected to
provide an attestation as part of the registration process.  This "intuse"
setting indicates that the attestation is not intended for any use but registration.</t>
  </dd>
  <dt>3 -- Provisioning:</dt>
  <dd>
    <t>Entities may be provisioned with different values or settings by an EAT
consumer.  Examples include key material or device management trees.  The consumer
may require an EAT to assess entity security state of the entity prior to provisioning.</t>
  </dd>
  <dt>4 -- Certificate Issuance</dt>
  <dd>
    <t>Certification Authorities (CA's) may require attestations prior to
the issuance of certificates related to keypairs hosted at the entity.  An
EAT may be used as part of the certificate signing request (CSR).</t>
  </dd>
  <dt>5 -- Proof-of-Possession:</dt>
  <dd>
    <t>An EAT consumer may require an attestation as part of an accompanying
proof-of-possession (PoP) application. More precisely, a PoP transaction is intended
to provide to the recipient cryptographically-verifiable proof that the sender has possession
of a key.  This kind of attestation may be necceesary 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 has two main parts.</t>

<t>The first part is a full top-level token.
This top-level token must have at least one submodule that is a detached digest.
This top-level token may be either CBOR or JSON-encoded.
It may be a CWT, or JWT but not a detached EAT bundle.
It may also be some future-defined token type.
The same mechanism for distinguishing the type for nested token submodules is used 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 Claims-Set is wrapped in a byte string.
When the detached EAT bundle is JSON-encoded, each Claims-Set is base64url encoded.
All the detached Claims-Sets MUST 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 detachedclaims 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 policy.
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="cosejose-protection"><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 cryptgraphic algorithms and related issues.</t>

<t>The profile document should list the COSE algorithms that a verifier must implement.
The attester will select one of them.
Since there is no negotiation, the verifier should implement all algorithms listed in the profile.
If detached submodule digests are used, the COSE algorithms allowed for their digests should also be in the profile.</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 a 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 certificate are used.
Though not always possible, ideally, a profile should be a complete specification for key identification for both the sender and the receiver such that interoperability is guaranteed.</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, where as key identification is not.</t>

</section>
<section anchor="freshness"><name>Freshness</name>

<t>Security considerations <xref target="sec-con-freshness"/> requires a mechanism to provide freshness.
This may be the EAT nonce claim in <xref target="nonce"/>, or some claim or mechanism defined outside this document.
The section on freshness in <xref target="RATS.Architecture"/> describes several options.
A profile should specify which freshness mechanism or mechanisms can be used.</t>

<t>If the EAT nonce claim is used, a profile should specify whether multiple nonces may be sent.
If a profile allows multiple nonces to be sent, it should require the receiver to process multiple nonces.</t>

</section>
<section anchor="claims-requirements"><name>Claims Requirements</name>

<t>A profile may define new claims that are not defined in this document.</t>

<t>This document requires an EAT receiver must accept all claims it does not understand.
A profile for a specific use case may reverse this and allow a receiver to reject tokens with claims it does not understand.
A profile for a specific use case may specify that specific claims are prohibited.</t>

<t>A profile for a specific use case may modify this and specify that some claims are required.</t>

<t>A profile may constrain the definition of claims that are defined in this document or elsewhere.
For example, a profile may require the EAT nonce be a certain length or the "location" claim always include the altitude.</t>

<t>Some claims are "pluggable" in that they allow different formats for their content.
The "manifests" claim (<xref target="manifests"/>) along with the measurement and "measurements" (<xref target="measurements"/>)) claims are examples of this, allowing the use of CoSWID, TEEP Manifests and other formats.
A profile should specify which formats are allowed to be sent, with the assumption that the corresponding COAP content types have been registered.
A profile should require the receiver to accept all formats that are allowed to be sent.</t>

<t>Further, if there is variation within a format that is allowed, the profile should specify which variations can be sent.
For example, there are variations in the CoSWID format.
A profile that require the receiver to accept all variations that are allowed to be sent.</t>

</section>
</section>
<section anchor="the-constrained-device-standard-profile"><name>The Constrained Device Standard Profile</name>

<t>It is anticipated that there will be many profiles defined for EAT for many different use cases.
This section standardizes one profile that is good for many constrained device use cases.</t>

<t>The identifier for this profile is "https://www.rfc-editor.org/rfc/rfcTBD".</t>

<texttable>
      <ttcol align='left'>Issue</ttcol>
      <ttcol align='left'>Profile Definition</ttcol>
      <c>CBOR/JSON</c>
      <c>CBOR only</c>
      <c>CBOR Encoding</c>
      <c>Only definite length maps and arrays are allowed</c>
      <c>CBOR Encoding</c>
      <c>Only definite length strings are allowed</c>
      <c>CBOR Serialization</c>
      <c>Only preferred serialization is allowed</c>
      <c>COSE Protection</c>
      <c>Only COSE_Sign1 format is used</c>
      <c>Algorithms</c>
      <c>Receiver MUST accept ES256, ES384 and ES512; sender MUST 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 MUST be used to identify the verication key. If both are present, the kid takes precedence</c>
      <c>Endorsements</c>
      <c>This profile contains no endorsement identifier</c>
      <c>Nonce</c>
      <c>A new single unique nonce MUST 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 MUST not error out on claims it doesn't understand.</c>
</texttable>

<t>Strictly speaking, slight modifications such use of a different means of key identification are a divergence from this profile and MUST use a different profile identifier.</t>

<t>A profile that is similar to this can be defined and/or standardized by making normative reference to this and adding other requirements. 
Such a definition MUST have a different profile identifier.</t>

</section>
</section>
<section anchor="encoding"><name>Encoding and Collected CDDL</name>

<t>An EAT is fundamentally defined using CDDL.
This document specifies how to encode the CDDL in CBOR or JSON.
Since CBOR can express some things that JSON can't (e.g., tags) or that are expressed differently (e.g., labels) there is some CDDL that is specific to the encoding format.</t>

<section anchor="claims-set-and-cddl-for-cwt-and-jwt"><name>Claims-Set and CDDL for CWT and JWT</name>

<t>CDDL was not used to define CWT or JWT.
It was not available at the time.</t>

<t>This document defines CDDL for both CWT and JWT.
This document does not change the encoding or semantics of anything in a CWT or JWT.</t>

<t>A Claims-Set is the central data structure for EAT, CWT and JWT.
It holds all the claims and is the structure that is secured by signing or other means.
It is not possible to define EAT, CWT, or JWT in CDDL without it.
The CDDL definition of Claims-Set here is applicable to EAT, CWT and JWT.</t>

<t>This document specifies how to encode a Claims-Set in CBOR or JSON.</t>

<t>With the exception of nested tokens and some other externally defined structures (e.g., SWIDs) an entire Claims-Set must be in encoded in either CBOR or JSON, never a mixture.</t>

<t>CDDL for the seven claims defined by <xref target="RFC8392"/> and <xref target="RFC7519"/> is included here.</t>

</section>
<section anchor="encoding-data-types"><name>Encoding Data Types</name>

<t>This makes use of the types defined in <xref target="RFC8610"/> Appendix D, Standard Prelude.</t>

<section anchor="common-types"><name>Common Data Types</name>

<t>time-int is identical to the epoch-based time, but disallows
floating-point representation.</t>

<t>The OID encoding from <xref target="RFC9090"/> is used without the tag number in CBOR-encoded tokens.
In JSON tokens OIDs are a text string in the common form of "nn.nn.nn...".</t>

<t>Unless expliclity indicated, URIs are not the URI tag defined in <xref target="RFC8949"/>.
They are just text strings that contain a URI.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535

]]></sourcecode></figure>

</section>
<section anchor="jsoninterop"><name>JSON Interoperability</name>

<t>JSON should be encoded per <xref target="RFC8610"/> Appendix E. In addition, the
following CDDL types are encoded in JSON as follows:</t>

<t><list style="symbols">
  <t>bstr -- must be base64url encoded</t>
  <t>time -- must be encoded as NumericDate as described section 2 of <xref target="RFC7519"/>.</t>
  <t>string-or-uri -- must be encoded as StringOrURI as described section 2 of <xref target="RFC7519"/>.</t>
  <t>uri -- must be a URI <xref target="RFC3986"/>.</t>
  <t>oid -- encoded as a string using the well established dotted-decimal notation (e.g., the text "1.2.250.1").</t>
</list></t>

<t>The CDDL generic "JC&lt; &gt;" is used in most places where there is a variance between CBOR and JSON.
The first argument is the CDDL for JSON and the second is CDDL for CBOR.</t>

</section>
<section anchor="labels"><name>Labels</name>

<t>Most map labels, Claims-Keys, Claim-Names and enumerated-type values are integers for CBOR-encoded tokens and strings for JSON-encoded tokens.
When this is the case the "JC &lt; &gt;" CDDL construct is used to give both the integer and string values.</t>

</section>
<section anchor="cbor-interoperability"><name>CBOR Interoperability</name>

<t>CBOR allows data items to be serialized in more than one form to accommodate a variety of use cases.
This is addressed in <xref target="profiles"/>.</t>

</section>
</section>
<section anchor="collected-cddl"><name>Collected CDDL</name>

<section anchor="payload-cddl"><name>Payload CDDL</name>

<t>This CDDL defines all the EAT Claims that are added to the main definition of a Claim-Set in <xref target="CDDL_for_CWT"/>.
Claims-Set is the payload for CWT, JWT and potentially other token types.
This is for both CBOR and JSON.
When there is variation between CBOR and JSON, the JC&lt;&gt; CDDL generic defined in <xref target="CDDL_for_CWT"/>.</t>

<t>This CDDL uses, but doesn't define Nested-Token because its definition varies between CBOR and JSON and the JC&lt;&gt; generic can't be used to define it.
Nested-Token is the one place that that a CBOR token can be nested inside a JSON token and vice versa.
Nested-Token is defined in the following sections.</t>

<figure><sourcecode type="CDDL"><![CDATA[
time-int = #6.1(int)

binary-data = JC< base64-url-text, bstr>

base64-url-text = tstr .regexp "[A-Za-z0-9_=-]+"

general-oid = JC< json-oid, ~oid >

json-oid = tstr .regexp "([0-2])((\.0)|(\.[1-9][0-9]*))*"

general-uri = JC< text, ~uri >

coap-content-format = uint .le 65535


$$Claims-Set-Claims //= 
    (nonce-label => nonce-type / [ 2* nonce-type ])

nonce-type = JC< tstr .size (10..74), bstr .size (8..64)>


$$Claims-Set-Claims //= (ueid-label => ueid-type)

ueid-type = JC<base64-url-text .size (12..44) , bstr .size (7..33)>

$$Claims-Set-Claims //= (sueids-label => sueids-type)

sueids-type = {
    + tstr => ueid-type
}

$$Claims-Set-Claims //= (
    oemid-label => oemid-pen / oemid-ieee / oemid-random
)

oemid-pen = int

oemid-ieee = JC<oemid-ieee-json, oemid-ieee-cbor>
oemid-ieee-cbor = bstr .size 3
oemid-ieee-json = base64-url-text .size 4

oemid-random = JC<oemid-random-json, oemid-random-cbor>
oemid-random-cbor = bstr .size 16
oemid-random-json = base64-url-text .size 24


$$Claims-Set-Claims //=  (
    hardware-version-label => hardware-version-type
)

hardware-version-type = [
    version:  tstr,
    ? scheme:  $version-scheme
]

$$Claims-Set-Claims //= (
    hardware-model-label => hardware-model-type
)

hardware-model-type = JC<base64-url-text .size (4..44),
                         bytes .size (1..32)>

$$Claims-Set-Claims //= ( sw-name-label => tstr )

$$Claims-Set-Claims //= (sw-version-label => sw-version-type)

sw-version-type = [
    version:  tstr
    ? scheme:  $version-scheme 
]

$$Claims-Set-Claims //= (secure-boot-label => bool)

$$Claims-Set-Claims //= ( debug-status-label => debug-status-type )

debug-status-type = ds-enabled /
                    disabled /
                    disabled-since-boot /
                    disabled-permanently /
                    disabled-fully-and-permanently

ds-enabled                     = JC< "enabled", 0 >
disabled                       = JC< "disabled", 1 >
disabled-since-boot            = JC< "disabled-since-boot", 2 >
disabled-permanently           = JC< "disabled-permanently", 3 >
disabled-fully-and-permanently = 
                       JC< "disabled-fully-and-permanently", 4 >

$$Claims-Set-Claims //= (location-label => location-type)

location-type = {
    latitude => number,
    longitude => number,
    ? altitude => number,
    ? accuracy => number,
    ? altitude-accuracy => number,
    ? heading => number,
    ? speed => number,
    ? timestamp => ~time-int,
    ? age => uint
}

latitude          = JC< "latitude",          1 >
longitude         = JC< "longitude",         2 >
altitude          = JC< "altitude",          3 >
accuracy          = JC< "accuracy",          4 >
altitude-accuracy = JC< "altitude-accuracy", 5 >
heading           = JC< "heading",           6 >
speed             = JC< "speed",             7 >
timestamp         = JC< "timestamp",         8 >
age               = JC< "age",               9 >

$$Claims-Set-Claims //= (uptime-label => uint)

$$Claims-Set-Claims //=  (boot-seed-label => binary-data)

$$Claims-Set-Claims //= (boot-count-label => uint)

$$Claims-Set-Claims //= ( intended-use-label => intended-use-type )

intended-use-type = generic /
                    registration / 
                    provisioning / 
                    csr /
                    pop

generic      = JC< "generic",      1 >
registration = JC< "registration", 2 >
provisioning = JC< "provisioning", 3 >
csr          = JC< "csr",          4 >
pop          = JC< "pop",          5 >

$$Claims-Set-Claims //= (
    dloas-label => [ + dloa-type ]
)

dloa-type = [
    dloa_registrar: general-uri
    dloa_platform_label: text 
    ? dloa_application_label: text
]

$$Claims-Set-Claims //= (profile-label => general-uri / general-oid)

$$Claims-Set-Claims //= (
    manifests-label => manifests-type
)

manifests-type = [+ manifest-format]

manifest-format = [
    content-type:   coap-content-format,
    content-format: JC< $manifest-body-json,
                        $manifest-body-cbor >
]

$manifest-body-cbor /= bytes .cbor untagged-coswid
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= bytes .cbor SUIT_Envelope
$manifest-body-json /= base64-url-text

$manifest-body-cbor /= spdx-json
$manifest-body-json /= spdx-json

spdx-json = text

$manifest-body-cbor /= cyclone-dx-json
$manifest-body-cbor /= cyclone-dx-xml
$manifest-body-json /= cyclone-dx-json
$manifest-body-json /= cyclone-dx-xml
cyclone-dx-json = text
cyclone-dx-xml  = text

suit-directive-process-dependency = 19

$$Claims-Set-Claims //= (
    measurements-label => measurements-type
)

measurements-type = [+ measurements-format]

measurements-format = [
    content-type:   coap-content-format,
    content-format: JC< $$measurements-body-json,
                        $$measurements-body-cbor > 
]

$$measurements-body-cbor /= bytes .cbor untagged-coswid
$$measurements-body-json /= base64-url-text


$$Claims-Set-Claims //= ( 
    measurement-results-label => 
        [ + measurement-results-group ] )

measurement-results-group = [
    measurement-system: tstr,
    measruement-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 >



$$Claims-Set-Claims //= (submods-label => { + text => Submodule })

Submodule = Claims-Set / Nested-Token / Detached-Submodule-Digest



Detached-Submodule-Digest = [
   hash-algorithm : text / int,
   digest         : binary-data
]


BUNDLE-Messages = BUNDLE-Tagged-Message / BUNDLE-Untagged-Message

BUNDLE-Tagged-Message   = #6.TBD(BUNDLE-Untagged-Message)
BUNDLE-Untagged-Message = Detached-EAT-Bundle

Detached-EAT-Bundle = [
    main-token : Nested-Token,
    detached-claims-sets: {
        + tstr => JC<json-wrapped-claims-set,
                     cbor-wrapped-claims-set>
    }
]

json-wrapped-claims-set = base64-url-text

cbor-wrapped-claims-set = bstr .cbor Claims-Set



nonce-label            = JC< "eat_nonce",  10 >
ueid-label             = JC< "ueid",       256 >
sueids-label           = JC< "sueids",     257 >
oemid-label            = JC< "oemid",      258 >
hardware-model-label   = JC< "hwmodel",    259 >
hardware-version-label = JC< "hwversion",  260 >
secure-boot-label      = JC< "secboot",    262 >
debug-status-label     = JC< "dbgstat",    263 >
location-label         = JC< "location",   264 >
profile-label          = JC< "eat_profile",265 >
submods-label          = JC< "submods",    266 >

uptime-label           = JC< "uptime",     TBD >
boot-seed-label        = JC< "bootseed",   TBD >
intended-use-label     = JC< "intuse",     TBD >
dloas-label            = JC< "dloas",      TBD >
sw-name-label          = JC< "swname",     TBD >
sw-version-label       = JC< "swversion",  TBD >
manifests-label        = JC< "manifests",  TBD >
measurements-label     = JC< "measurements", TBD >
measurement-results-label = JC< "measres" , TBD >
boot-count-label       = JC< "bootcount",  TBD >


]]></sourcecode></figure>

</section>
<section anchor="cbor-specific-cddl"><name>CBOR-Specific CDDL</name>

<figure><sourcecode type="CDDL"><![CDATA[
EAT-CBOR-Token = $$EAT-CBOR-Tagged-Token / $$EAT-CBOR-Untagged-Token 

$$EAT-CBOR-Tagged-Token /= CWT-Tagged-Message
$$EAT-CBOR-Tagged-Token /= BUNDLE-Tagged-Message

$$EAT-CBOR-Untagged-Token /= CWT-Untagged-Message
$$EAT-CBOR-Untagged-Token /= BUNDLE-Untagged-Message


Nested-Token = CBOR-Nested-Token

CBOR-Nested-Token =
    JSON-Token-Inside-CBOR-Token /
    CBOR-Token-Inside-CBOR-Token

CBOR-Token-Inside-CBOR-Token = bstr .cbor $$EAT-CBOR-Tagged-Token

JSON-Token-Inside-CBOR-Token = tstr 

]]></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-Nested-Token

JSON-Nested-Token = [
   type : "JWT" / "CBOR" / "BUNDLE",
   nested-token : JWT-Message /
                  CBOR-Token-Inside-JSON-Token /
                  Detached-EAT-Bundle 
]

CBOR-Token-Inside-JSON-Token = base64-url-text

]]></sourcecode></figure>

</section>
</section>
</section>
<section anchor="privacyconsiderations"><name>Privacy Considerations</name>

<t>Certain EAT claims can be used to track the owner of an entity and
therefore, implementations should consider providing privacy-preserving
options dependent on the intended usage of the EAT.  Examples would
include suppression of location claims for EAT's provided to
unauthenticated consumers.</t>

<section anchor="ueidprivacyconsiderations"><name>UEID and SUEID Privacy Considerations</name>

<t>A UEID is usually not privacy-preserving. Relying Parties
receiving tokens that happen to be from a particular entity will be
able to know the tokens are  from the same entity and be able to
identify the entity issuing those tokens.</t>

<t>Thus the use of the claim may violate privacy policies. In other usage situations a UEID will
not be allowed for certain products like browsers that give privacy
for the end user. It will often be the case that tokens will not have
a UEID for these reasons.</t>

<t>An SUEID is also usually not privacy-preserving.  In some cases it may
have fewer privacy issues than a UEID depending on when and how and
when it is generated.</t>

<t>There are several strategies that can be used to still be able to put
UEIDs and SUEIDs in tokens:</t>

<t><list style="symbols">
  <t>The entity obtains explicit permission from the user of the entity
to use the UEID/SUEID. This may be through a prompt. It may also be through
a license agreement.  For example, agreements for some online banking
and brokerage services might already cover use of a UEID/SUEID.</t>
  <t>The UEID/SUEID is used only in a particular context or particular use
case. It is used only by one relying party.</t>
  <t>The entity authenticates the relying party and generates a derived
UEID/SUEID just for that particular relying party.  For example, the Relying
Party could prove their identity cryptographically to the entity, then
the entity generates a UEID just for that relying party by hashing a
proofed relying party ID with the main entity UEID/SUEID.</t>
</list></t>

<t>Note that some of these privacy preservation strategies result in
multiple UEIDs and SUEIDs per entity. Each UEID/SUEID is used in a
different context, use case or system on the entity. However, from the
view of the relying party, there is just one UEID and it is still
globally universal across manufacturers.</t>

</section>
<section anchor="locationprivacyconsiderations"><name>Location Privacy Considerations</name>

<t>Geographic location is most always considered personally identifiable information.
Implementers should consider laws and regulations governing the transmission of location data from end user devices to servers and services.
Implementers should consider using location management facilities offered by the operating system on the entity generating the attestation.
For example, many mobile phones prompt the user for permission when before sending location data.</t>

</section>
<section anchor="bootseedprivacyconsiderations"><name>Boot Seed Privacy Considerations</name>

<t>The "bootseed" claim is effectively a stable entity identifier within a given boot epoch.  Therefore, it is not suitable for use in attestation schemes that are privacy-preserving.</t>

</section>
<section anchor="replayprivacyconsiderations"><name>Replay Protection and Privacy</name>

<t>EAT defines the nonce claim for token replay protection (also sometimes known as token "freshness"). The nonce claim is based on a value that is usually derived remotely (outside of the entity). This claim can be used to extract and convey personally-identifying information either inadvertently or by intention. For instance, an implementor may choose a nonce that is equivalent to a username associated with the device (e.g., account login). If the token is inspected by a 3rd-party then this information could be used to identify the source of the token or an account associated with the token. In order to avoid the conveyance of privacy-related information in the nonce claim, it should be derived using a salt that originates from a true and reliable random number generator or any other source of randomness that would still meet the target system requirements for replay protection.</t>

</section>
</section>
<section anchor="securitycons"><name>Security Considerations</name>

<t>The security considerations provided in Section 8 of <xref target="RFC8392"/> and Section 11
of <xref target="RFC7519"/> apply to EAT in its CWT and JWT form, respectively.  Moreover, Chapter 12
of <xref target="RATS.Architecture"/> is also applicable to implementations of EAT.  In addition,
implementors should consider the following.</t>

<section anchor="claim-trustworthiness"><name>Claim Trustworthiness</name>

<t>This specification defines semantics for each claim.
It does not require any particular level of security in the implementation of the claims or even the attester itself.
Such specification is far beyond the scope of this document which is about a message format not the security level of an implementation.</t>

<t>The receiver of an EAT comes to know the trustworthiness of the claims in it by understanding the implementation made by the attester vendor and/or understanding the checks and processing performed by the verifier.</t>

<t>For example, this document says that a UEID is permanent and that it must not change, but it doesn't say what degree of attack to change it must be defended.</t>

<t>The degree of security will vary from use case to use case.
In some cases the receiver may only need to know something of the implementation such as that it was implemented in a TEE.
In other cases the receiver may require the attester be certified by a particular certification program.
Or perhaps the receiver is content with very little security.</t>

</section>
<section anchor="key-provisioning"><name>Key Provisioning</name>

<t>Private key material can be used to sign and/or encrypt the EAT, or
can be used to derive the keys used for signing and/or encryption.  In
some instances, the manufacturer of the entity may create the key
material separately and provision the key material in the entity
itself.  The manufacturer of any entity that is capable of producing
an EAT should take care to ensure that any private key material be
suitably protected prior to provisioning the key material in the
entity itself.  This can require creation of key material in an
enclave (see <xref target="RFC4949"/> for definition of "enclave"), secure
transmission of the key material from the enclave to the entity using
an appropriate protocol, and persistence of the private key material
in some form of secure storage to which (preferably) only the entity
has access.</t>

<section anchor="transmission-of-key-material"><name>Transmission of Key Material</name>

<t>Regarding transmission of key material from the enclave to the entity,
the key material may pass through one or more intermediaries.
Therefore some form of protection ("key wrapping") may be necessary.
The transmission itself may be performed electronically, but can also
be done by human courier.  In the latter case, there should be minimal
to no exposure of the key material to the human (e.g. encrypted
portable memory).  Moreover, the human should transport the key
material directly from the secure enclave where it was created to a
destination secure enclave where it can be provisioned.</t>

</section>
</section>
<section anchor="sec-con-freshness"><name>Freshness</name>

<t>All EAT use must provide a freshness mechanism to prevent replay and related attacks.
The extensive discussions on freshness in <xref target="RATS.Architecture"/> including security considerations apply here.
The EAT nonce claim, in <xref target="nonce"/>, is one option to provide freshness.</t>

</section>
<section anchor="multiple-eat-consumers"><name>Multiple EAT Consumers</name>

<t>In many cases, more than one EAT consumer may be required to fully
verify the entity attestation.  Examples include individual consumers
for nested EATs, or consumers for individual claims with an EAT.  When
multiple consumers are required for verification of an EAT, it is
important to minimize information exposure to each consumer.  In
addition, the communication between multiple consumers should be
secure.</t>

<t>For instance, consider the example of an encrypted and signed EAT with
multiple claims.  A consumer may receive the EAT (denoted as the
"receiving consumer"), decrypt its payload, verify its signature, but
then pass specific subsets of claims to other consumers for evaluation
("downstream consumers").  Since any COSE encryption will be removed
by the receiving consumer, the communication of claim subsets to any
downstream consumer should leverage a secure protocol (e.g.one that
uses transport-layer security, i.e. TLS),</t>

<t>However, assume the EAT of the previous example is hierarchical and
each claim subset for a downstream consumer is created in the form of
a nested EAT.  Then transport security between the receiving and
downstream consumers is not strictly required.  Nevertheless,
downstream consumers of a nested EAT should provide a nonce unique to
the EAT they are consuming.</t>

</section>
<section anchor="detached-eat-bundle-digest-security-considerations"><name>Detached EAT Bundle Digest Security Considerations</name>

<t>A detached EAT bundle is composed of a nested full token appended to
an unsigned claims set as per <xref target="DEB"/> .  Although the attached claims set is vulnerable to
modification in transit, any modification can be detected by the receiver through the associated
digest, which is a claim fully contained within an EAT.  Moreover, the digest itself can only be derived using
an appropriate COSE hash algorithm, implying that an attacker cannot induce false detection
of a modifie detached claims because the algorithms in the COSE registry are assumed to be
of sufficient cryptographic strength.</t>

</section>
</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<section anchor="reuse-of-cbor-and-json-web-token-cwt-and-jwt-claims-registries"><name>Reuse of CBOR and JSON Web Token (CWT and JWT) Claims Registries</name>

<t>Claims defined for EAT are compatible with those of CWT and JWT
so the CWT and JWT Claims Registries, <xref target="IANA.CWT.Claims"/> and <xref target="IANA.JWT.Claims"/>, are re used. No new IANA registry
is created.</t>

<t>All EAT claims defined in this document are placed in both registries.
All new EAT claims defined subsequently should be placed in both registries.</t>

<t><xref target="Claim_Characteristics"/> describes some considerations when defining new claims.</t>

</section>
<section anchor="claims-registered-by-this-document"><name>Claims Registered by This Document</name>

<t>This specification adds the following values to the "JSON Web Token
Claims" registry established by <xref target="RFC7519"/> and the "CBOR Web Token Claims Registry"
established by <xref target="RFC8392"/>.
Each entry below is an addition to both registries.</t>

<t>The "Claim Description", "Change Controller" and "Specification Documents" are common and equivalent for the JWT and CWT registries.
The "Claim Key" and "Claim Value Types(s)" are for the CWT registry only.
The "Claim Name" is as defined for the CWT registry, not the JWT registry.
The "JWT Claim Name" is equivalent to the "Claim Name" in the JWT registry.</t>

<section anchor="claims-for-early-assignment"><name>Claims for Early Assignment</name>
<t>RFC Editor: in the final publication this section should be combined with the following
section as it will no longer be necessary to distinguish claims with early assignment.
Also, the following paragraph should be removed.</t>

<t>The claims in this section have been (requested for / given) early assignment according to <xref target="RFC7120"/>.
They have been assigned values and registered before final publication of this document.
While their semantics is not expected to change in final publication, it is possible that they will.
The JWT Claim Names and CWT Claim Keys are not expected to change.</t>

<t>In draft -06 an early allocation was described.
The processing of that early allocation was never correctly completed.
This early allocation assigns different numbers for the CBOR claim labels.
This early allocation will presumably complete correctly</t>

<t><list style="symbols">
  <t>Claim Name: Nonce</t>
  <t>Claim Description: Nonce</t>
  <t>JWT Claim Name: "eat_nonce"</t>
  <t>Claim Key: TBD (requested value 10)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: UEID</t>
  <t>Claim Description: The Universal Entity ID</t>
  <t>JWT Claim Name: "ueid"</t>
  <t>CWT Claim Key: TBD (requested value 256)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: SUEIDs</t>
  <t>Claim Description: Semi-permanent UEIDs</t>
  <t>JWT Claim Name: "sueids"</t>
  <t>CWT Claim Key: TBD (requested value 257)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware OEMID</t>
  <t>Claim Description: Hardware OEM ID</t>
  <t>JWT Claim Name: "oemid"</t>
  <t>Claim Key: TBD (requeste value 258)</t>
  <t>Claim Value Type(s): byte string or integer</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware Model</t>
  <t>Claim Description: Model identifier for hardware</t>
  <t>JWT Claim Name: "hwmodel"</t>
  <t>Claim Key: TBD (requested value 259)</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Hardware Version</t>
  <t>Claim Description: Hardware Version Identifier</t>
  <t>JWT Claim Name: "hwversion"</t>
  <t>Claim Key: TBD (requested value 260)</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Secure Boot</t>
  <t>Claim Description: Indicate whether the boot was secure</t>
  <t>JWT Claim Name: "secboot"</t>
  <t>Claim Key: 262</t>
  <t>Claim Value Type(s): Boolean</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Debug Status</t>
  <t>Claim Description: Indicate status of debug facilities</t>
  <t>JWT Claim Name: "dbgstat"</t>
  <t>Claim Key: 263</t>
  <t>Claim Value Type(s): integer or string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Location</t>
  <t>Claim Description: The geographic location</t>
  <t>JWT Claim Name: "location"</t>
  <t>Claim Key: TBD (requested value 264)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: EAT Profile</t>
  <t>Claim Description: Indicates the EAT profile followed</t>
  <t>JWT Claim Name: "eat_profile"</t>
  <t>Claim Key: TBD (requested value 265)</t>
  <t>Claim Value Type(s): URI or OID</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Submodules Section</t>
  <t>Claim Description: The section containing submodules</t>
  <t>JWT Claim Name: "submods"</t>
  <t>Claim Key: TBD (requested value 266)</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

</section>
<section anchor="to-be-assigned-claims"><name>To be Assigned Claims</name>

<t>(Early assignment is NOT requested for these claims. Implementers should be aware they may change)</t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Uptime</t>
  <t>Claim Description: Uptime</t>
  <t>JWT Claim Name: "uptime"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): unsigned integer</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Boot Seed</t>
  <t>Claim Description: Identifies a boot cycle</t>
  <t>JWT Claim Name: "bootseed"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): bytes</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Intended Use</t>
  <t>Claim Description: Indicates intended use of the EAT</t>
  <t>JWT Claim Name: "intuse"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): integer or string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: DLOAs</t>
  <t>Claim Description: Certifications received as Digital Letters of Approval</t>
  <t>JWT Claim Name: "dloas"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Name</t>
  <t>Claim Description: The name of the software running in the entity</t>
  <t>JWT Claim Name: "swname"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Version</t>
  <t>Claim Description: The version of software running in the entity</t>
  <t>JWT Claim Name: "swversion"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): map</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Manifests</t>
  <t>Claim Description: Manifests describing the software installed on the entity</t>
  <t>JWT Claim Name: "manifests"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Measurements</t>
  <t>Claim Description: Measurements of the software, memory configuration and such on the entity</t>
  <t>JWT Claim Name: "measurements"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Software Measurement Results</t>
  <t>Claim Description: The results of comparing software measurements to reference values</t>
  <t>JWT Claim Name: "measres"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): array</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Claim Name: Boot Count</t>
  <t>Claim Description: The number times the entity or submodule has been booted</t>
  <t>JWT Claim Name: "bootcount"</t>
  <t>Claim Key: TBD</t>
  <t>Claim Value Type(s): uint</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <strong>this document</strong></t>
</list></t>

</section>
<section anchor="registerueidurn"><name>UEID URN Registered by this Document</name>

<t>IANA is requested to register the following new subtypes in the "DEV URN Subtypes" registry under "Device Identification". See <xref target="RFC9039"/>.</t>

<texttable>
      <ttcol align='left'>Subtype</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>ueid</c>
      <c>Universal Entity Identifier</c>
      <c>This document</c>
      <c>sueid</c>
      <c>Semi-permanent Universal Entity Identifier</c>
      <c>This document</c>
</texttable>

</section>
<section anchor="tag-for-detached-eat-bundle"><name>Tag for Detached EAT Bundle</name>

<t>In the registry <xref target="IANA.cbor-tags"/>, IANA is requested to allocate the
following tag from the  FCFS space, with the present document as the
specification reference.</t>

<texttable>
      <ttcol align='left'>Tag</ttcol>
      <ttcol align='left'>Data Items</ttcol>
      <ttcol align='left'>Semantics</ttcol>
      <c>TBD602</c>
      <c>array</c>
      <c>Detached EAT Bundle <xref target="DEB"/></c>
</texttable>

</section>
<section anchor="media-types-registered-by-this-document"><name>Media Types Registered by this Document</name>

<t>It is requested that the CoAP Content-Format for SPDX and CycloneDX be been registered in the "CoAP Content-Formats" subregistry within the "Constrained RESTful Environments (CoRE) Parameters" registry <xref target="IANA.core-parameters"></xref>:</t>

<t><list style="symbols">
  <t>Media Type: application/spdx+json</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="SPDX"/></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Media Type: vendor/vnd.cyclonedx+xml</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="CycloneDX"/></t>
</list></t>

<t> </t>

<t><list style="symbols">
  <t>Media Type: vendor/vnd.cyclonedx+json</t>
  <t>Encoding: binary</t>
  <t>ID: TBD</t>
  <t>Reference: <xref target="CycloneDX"/></t>
</list></t>

</section>
</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>





<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC7515' target='https://www.rfc-editor.org/info/rfc7515'>
<front>
<title>JSON Web Signature (JWS)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification.  Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7515'/>
<seriesInfo name='DOI' value='10.17487/RFC7515'/>
</reference>



<reference anchor='RFC8949' target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='December' year='2020'/>
<abstract><t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t><t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t></abstract>
</front>
<seriesInfo name='STD' value='94'/>
<seriesInfo name='RFC' value='8949'/>
<seriesInfo name='DOI' value='10.17487/RFC8949'/>
</reference>



<reference anchor='RFC7252' target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='K. Hartke' initials='K.' surname='Hartke'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference anchor='RFC7519' target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='J. Bradley' initials='J.' surname='Bradley'><organization/></author>
<author fullname='N. Sakimura' initials='N.' surname='Sakimura'><organization/></author>
<date month='May' year='2015'/>
<abstract><t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t></abstract>
</front>
<seriesInfo name='RFC' value='7519'/>
<seriesInfo name='DOI' value='10.17487/RFC7519'/>
</reference>



<reference anchor='RFC8126' target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='RFC8259' target='https://www.rfc-editor.org/info/rfc8259'>
<front>
<title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
<author fullname='T. Bray' initials='T.' role='editor' surname='Bray'><organization/></author>
<date month='December' year='2017'/>
<abstract><t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format.  It was derived from the ECMAScript Programming Language Standard.  JSON defines a small set of formatting rules for the portable representation of structured data.</t><t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t></abstract>
</front>
<seriesInfo name='STD' value='90'/>
<seriesInfo name='RFC' value='8259'/>
<seriesInfo name='DOI' value='10.17487/RFC8259'/>
</reference>



<reference anchor='RFC8392' target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author fullname='M. Jones' initials='M.' surname='Jones'><organization/></author>
<author fullname='E. Wahlstroem' initials='E.' surname='Wahlstroem'><organization/></author>
<author fullname='S. Erdtman' initials='S.' surname='Erdtman'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<date month='May' year='2018'/>
<abstract><t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8392'/>
<seriesInfo name='DOI' value='10.17487/RFC8392'/>
</reference>



<reference anchor='RFC8610' target='https://www.rfc-editor.org/info/rfc8610'>
<front>
<title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
<author fullname='H. Birkholz' initials='H.' surname='Birkholz'><organization/></author>
<author fullname='C. Vigano' initials='C.' surname='Vigano'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2019'/>
<abstract><t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t></abstract>
</front>
<seriesInfo name='RFC' value='8610'/>
<seriesInfo name='DOI' value='10.17487/RFC8610'/>
</reference>



<reference anchor='RFC8792' target='https://www.rfc-editor.org/info/rfc8792'>
<front>
<title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<author fullname='E. Auerswald' initials='E.' surname='Auerswald'><organization/></author>
<author fullname='A. Farrel' initials='A.' surname='Farrel'><organization/></author>
<author fullname='Q. Wu' initials='Q.' surname='Wu'><organization/></author>
<date month='June' year='2020'/>
<abstract><t>This document defines two strategies for handling long lines in width-bounded text content.  One strategy, called the &quot;single backslash&quot; strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line.  The second strategy, called the &quot;double backslash&quot; strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy.  Both strategies use a self-describing header enabling automated reconstitution of the original content.</t></abstract>
</front>
<seriesInfo name='RFC' value='8792'/>
<seriesInfo name='DOI' value='10.17487/RFC8792'/>
</reference>



<reference anchor='RFC3986' target='https://www.rfc-editor.org/info/rfc3986'>
<front>
<title>Uniform Resource Identifier (URI): Generic Syntax</title>
<author fullname='T. Berners-Lee' initials='T.' surname='Berners-Lee'><organization/></author>
<author fullname='R. Fielding' initials='R.' surname='Fielding'><organization/></author>
<author fullname='L. Masinter' initials='L.' surname='Masinter'><organization/></author>
<date month='January' year='2005'/>
<abstract><t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='STD' value='66'/>
<seriesInfo name='RFC' value='3986'/>
<seriesInfo name='DOI' value='10.17487/RFC3986'/>
</reference>



<reference anchor='RFC9052' target='https://www.rfc-editor.org/info/rfc9052'>
<front>
<title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<date month='August' year='2022'/>
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need to be able to define basic security services for this data format.  This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.  </t><t>This document, along with RFC 9053, obsoletes RFC 8152.</t></abstract>
</front>
<seriesInfo name='STD' value='96'/>
<seriesInfo name='RFC' value='9052'/>
<seriesInfo name='DOI' value='10.17487/RFC9052'/>
</reference>



<reference anchor='RFC9090' target='https://www.rfc-editor.org/info/rfc9090'>
<front>
<title>Concise Binary Object Representation (CBOR) Tags for Object Identifiers</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='July' year='2021'/>
<abstract><t>The Concise Binary Object Representation (CBOR), defined in RFC 8949, is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation.</t><t>This document defines CBOR tags for object identifiers (OIDs) and is the reference document for the IANA registration of the CBOR tags so defined.</t></abstract>
</front>
<seriesInfo name='RFC' value='9090'/>
<seriesInfo name='DOI' value='10.17487/RFC9090'/>
</reference>


<reference anchor="WGS84" target="https://earth-info.nga.mil/php/download.php?file=coord-wgs84">
  <front>
    <title>WORLD GEODETIC SYSTEM 1984, NGA.STND.0036_1.0.0_WGS84</title>
    <author >
      <organization>National Geospatial-Intelligence Agency (NGA)</organization>
    </author>
    <date year="2014" month="July" day="08"/>
  </front>
</reference>
<reference anchor="IANA.CWT.Claims" target="http://www.iana.org/assignments/cwt">
  <front>
    <title>CBOR Web Token (CWT) Claims</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.JWT.Claims" target="https://www.iana.org/assignments/jwt">
  <front>
    <title>JSON Web Token (JWT) Claims</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.COSE.Algorithms" target="https://www.iana.org/assignments/cose/">
  <front>
    <title>COSE Algorithms</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="ThreeGPP.IMEI" target="https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=729">
  <front>
    <title>3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Numbering, addressing and identification</title>
    <author >
      <organization>3GPP</organization>
    </author>
    <date year="2019"/>
  </front>
</reference>



<reference anchor='CoSWID'>
   <front>
      <title>Concise Software Identification Tags</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Jessica Fitzgerald-McKay' initials='J.' surname='Fitzgerald-McKay'>
         <organization>National Security Agency</organization>
      </author>
      <author fullname='Charles Schmidt' initials='C.' surname='Schmidt'>
         <organization>The MITRE Corporation</organization>
      </author>
      <author fullname='David Waltermire' initials='D.' surname='Waltermire'>
         <organization>National Institute of Standards and Technology</organization>
      </author>
      <date day='20' month='July' year='2022'/>
      <abstract>
	 <t>   ISO/IEC 19770-2:2015 Software Identification (SWID) tags provide an
   extensible XML-based structure to identify and describe individual
   software components, patches, and installation bundles.  SWID tag
   representations can be too large for devices with network and storage
   constraints.  This document defines a concise representation of SWID
   tags: Concise SWID (CoSWID) tags.  CoSWID supports a similar set of
   semantics and features as SWID tags, as well as new semantics that
   allow CoSWIDs to describe additional types of information, all in a
   more memory efficient format.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-sacm-coswid-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-sacm-coswid-22.txt' type='TXT'/>
</reference>


<reference anchor="DLOA" target="https://globalplatform.org/wp-content/uploads/2015/12/GPC_DigitalLetterOfApproval_v1.0.pdf">
  <front>
    <title>Digital Letter of Approval</title>
    <author >
      <organization></organization>
    </author>
    <date year="2015" month="November"/>
  </front>
</reference>
<reference anchor="PEN" target="https://pen.iana.org/pen/PenApplication.page">
  <front>
    <title>Private Enterprise Number (PEN) Request</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="IANA.cbor-tags" target="https://www.iana.org/assignments/cbor-tags/cbor-tags.xhtml">
  <front>
    <title>IANA CBOR Tags Registry</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="SPDX" target="https://spdx.dev/wp-content/uploads/sites/41/2020/08/SPDX-specification-2-2.pdf">
  <front>
    <title>Software Package Data Exchange (SPDX)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020"/>
  </front>
</reference>
<reference anchor="CycloneDX" target="https://cyclonedx.org/specification/overview/">
  <front>
    <title>CycloneDX</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IANA.core-parameters" target="&lt;https://www.iana.org/assignments/core-parameters&gt;">
  <front>
    <title>IANA Constrained RESTful Environments (CoRE) Parameters</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>



<reference anchor='SUIT.Manifest'>
   <front>
      <title>A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest</title>
      <author fullname='Brendan Moran' initials='B.' surname='Moran'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Hannes Tschofenig' initials='H.' surname='Tschofenig'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Koen Zandberg' initials='K.' surname='Zandberg'>
         <organization>Inria</organization>
      </author>
      <author fullname='Øyvind Rønningstad' initials='O.' surname='Rønningstad'>
         <organization>Nordic Semiconductor</organization>
      </author>
      <date day='7' month='October' year='2022'/>
      <abstract>
	 <t>   This specification describes the format of a manifest.  A manifest is
   a bundle of metadata about code/data obtained by a recipient (chiefly
   the firmware for an IoT device), where to find the that code/data,
   the devices to which it applies, and cryptographic information
   protecting the manifest.  Software updates and Trusted Invocation
   both tend to use sequences of common operations, so the manifest
   encodes those sequences of operations, rather than declaring the
   metadata.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-suit-manifest-20'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-manifest-20.txt' type='TXT'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor='RFC4122' target='https://www.rfc-editor.org/info/rfc4122'>
<front>
<title>A Universally Unique IDentifier (UUID) URN Namespace</title>
<author fullname='P. Leach' initials='P.' surname='Leach'><organization/></author>
<author fullname='M. Mealling' initials='M.' surname='Mealling'><organization/></author>
<author fullname='R. Salz' initials='R.' surname='Salz'><organization/></author>
<date month='July' year='2005'/>
<abstract><t>This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier).  A UUID is 128 bits long, and can guarantee uniqueness across space and time.  UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.</t><t>This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group).  Information from earlier versions of the DCE specification have been incorporated into this document.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4122'/>
<seriesInfo name='DOI' value='10.17487/RFC4122'/>
</reference>



<reference anchor='RFC4949' target='https://www.rfc-editor.org/info/rfc4949'>
<front>
<title>Internet Security Glossary, Version 2</title>
<author fullname='R. Shirey' initials='R.' surname='Shirey'><organization/></author>
<date month='August' year='2007'/>
<abstract><t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='FYI' value='36'/>
<seriesInfo name='RFC' value='4949'/>
<seriesInfo name='DOI' value='10.17487/RFC4949'/>
</reference>



<reference anchor='RFC7120' target='https://www.rfc-editor.org/info/rfc7120'>
<front>
<title>Early IANA Allocation of Standards Track Code Points</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<date month='January' year='2014'/>
<abstract><t>This memo describes the process for early allocation of code points by IANA from registries for which &quot;Specification Required&quot;, &quot;RFC                        Required&quot;, &quot;IETF Review&quot;, or &quot;Standards Action&quot; policies apply.  This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation.  The procedures in this document are intended to apply only to IETF Stream documents.</t></abstract>
</front>
<seriesInfo name='BCP' value='100'/>
<seriesInfo name='RFC' value='7120'/>
<seriesInfo name='DOI' value='10.17487/RFC7120'/>
</reference>



<reference anchor='RFC9039' target='https://www.rfc-editor.org/info/rfc9039'>
<front>
<title>Uniform Resource Names for Device Identifiers</title>
<author fullname='J. Arkko' initials='J.' surname='Arkko'><organization/></author>
<author fullname='C. Jennings' initials='C.' surname='Jennings'><organization/></author>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<date month='June' year='2021'/>
<abstract><t>This document describes a new Uniform Resource Name (URN) namespace for hardware device identifiers. A general representation of device identity can be useful in many applications, such as in sensor data streams and storage or in equipment inventories. A URN-based representation can be passed along in applications that need the information.</t></abstract>
</front>
<seriesInfo name='RFC' value='9039'/>
<seriesInfo name='DOI' value='10.17487/RFC9039'/>
</reference>


<reference anchor='RATS.Architecture'>
   <front>
      <title>Remote Attestation Procedures Architecture</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Dave Thaler' initials='D.' surname='Thaler'>
         <organization>Microsoft</organization>
      </author>
      <author fullname='Michael Richardson' initials='M.' surname='Richardson'>
         <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Ned Smith' initials='N.' surname='Smith'>
         <organization>Intel Corporation</organization>
      </author>
      <author fullname='Wei Pan' initials='W.' surname='Pan'>
         <organization>Huawei Technologies</organization>
      </author>
      <date day='28' month='September' year='2022'/>
      <abstract>
	 <t>   In network protocol exchanges it is often useful for one end of a
   communication to know whether the other end is in an intended
   operating state.  This document provides an architectural overview of
   the entities involved that make such tests possible through the
   process of generating, conveying, and evaluating evidentiary claims.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-architecture-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-architecture-22.txt' type='TXT'/>
</reference>


<reference anchor="BirthdayAttack" target="https://en.wikipedia.org/wiki/Birthday_attack.">
  <front>
    <title>Birthday attack</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.802.1AR" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
  <front>
    <title>IEEE Standard, "IEEE 802.1AR Secure Device Identifier"</title>
    <author >
      <organization></organization>
    </author>
    <date year="2009" month="December"/>
  </front>
</reference>
<reference anchor="W3C.GeoLoc" target="https://www.w3.org/TR/geolocation-API/#coordinates_interface">
  <front>
    <title>Geolocation API Specification 2nd Edition</title>
    <author >
      <organization>Worldwide Web Consortium</organization>
    </author>
    <date year="2018" month="January"/>
  </front>
</reference>
<reference anchor="OUI.Guide" target="https://standards.ieee.org/content/dam/ieee-standards/standards/web/documents/tutorials/eui.pdf">
  <front>
    <title>Guidelines for Use of Extended Unique Identifier (EUI), Organizationally Unique Identifier (OUI), and Company ID (CID)</title>
    <author >
      <organization></organization>
    </author>
    <date year="2017" month="August"/>
  </front>
</reference>
<reference anchor="OUI.Lookup" target="https://regauth.standards.ieee.org/standards-ra-web/pub/view.html#registries">
  <front>
    <title>IEEE Registration Authority Assignments</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.RA" target="https://standards.ieee.org/products-services/regauth/index.html">
  <front>
    <title>IEEE Registration Authority</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IEEE.802-2001" target="https://webstore.ansi.org/standards/ieee/ieee8022001r2007">
  <front>
    <title>IEEE Standard For Local And Metropolitan Area Networks Overview And Architecture</title>
    <author >
      <organization></organization>
    </author>
    <date year="2007"/>
  </front>
</reference>



<reference anchor='COSE.X509.Draft'>
   <front>
      <title>CBOR Object Signing and Encryption (COSE): Header parameters for carrying and referencing X.509 certificates</title>
      <author fullname='Jim Schaad' initials='J.' surname='Schaad'>
         <organization>August Cellars</organization>
      </author>
      <date day='14' month='December' year='2020'/>
      <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-08'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-cose-x509-08.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>




    </references>


<section anchor="examples"><name>Examples</name>

<t>Most examples are shown as just a Claims-Set that would be a payload for a CWT, JWT, detached EAT bundle or future token types.
It is shown this way because the payload is all the claims, the most interesting part and showing full tokens makes it harder to show the claims.</t>

<t>Some examples of full tokens are also given.</t>

<t>WARNING: These examples use tag and label numbers not yet assigned by IANA.</t>

<section anchor="payload-examples"><name>Payload Examples</name>

<section anchor="simple-tee-attestation"><name>Simple TEE Attestation</name>

<t>This is a simple attestation of a TEE that includes a manifest that is a payload CoSWID to describe the TEE's software.</t>

<figure><artwork><![CDATA[
/ This is an EAT payload that describes a simple TEE. /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / secboot /        262: true,
    / dbgstat /        263: 2, / disabled-since-boot /
    / manifests /      273: [
                              [
                               121, / CoAP Content ID. A     /
                                    / made up one until one  /
                                    / is assigned for CoSWID /

                               / This is byte-string wrapped      /
                               / payload CoSWID. It gives the TEE /
                               / software name, the version and   /
                               / the  name of the file it is in.  /
                               / {0: "3a24",                      /
                               /  12: 1,                          /
                               /   1: "Acme TEE OS",              /
                               /  13: "3.1.4",                    /
                               /   2: [{31: "Acme TEE OS", 33: 1}, /
                               /       {31: "Acme TEE OS", 33: 2}], /
                               /   6: {                           /
                               /       17: {                      /
                               /           24: "acme_tee_3.exe"   /
                               /       }                          /
                               /    }                             /
                               /  }                               /
                               h' a60064336132340c01016b
                                  41636d6520544545204f530d65332e31
                                  2e340282a2181f6b41636d6520544545
                                  204f53182101a2181f6b41636d652054
                                  4545204f5318210206a111a118186e61
                                  636d655f7465655f332e657865'
                              ]
                            ]
}
]]></artwork></figure>

<figure><artwork><![CDATA[
/ A payload CoSWID created by the SW vendor. All this really does /
/ is name the TEE SW, its version and lists the one file that     /
/ makes up the TEE. /

1398229316({
    / Unique CoSWID ID /    0: "3a24",
    / tag-version /        12: 1,
    / software-name /       1: "Acme TEE OS",
    / software-version /   13: "3.1.4",
    / entity /              2: [
                                   {
        / entity-name /                31: "Acme TEE OS",
        / role        /                33: 1 / tag-creator /
                                   },
                                   {
        / entity-name /                31: "Acme TEE OS",
        / role        /                33: 2 / software-creator /
                                   }
                               ],
    / payload /                6: {
        / ...file /                17: {
            / ...fs-name /             24: "acme_tee_3.exe"
                                   }
                               }
})
]]></artwork></figure>

</section>
<section anchor="submodules-for-board-and-device"><name>Submodules for Board and Device</name>

<figure><artwork><![CDATA[
/ This example shows use of submodules to give information  /
/ about the chip, board and overall device.                 /
/                                                           /
/ The main attestation is associated with the chip with the /
/ CPU and running the main OS. It is what has the keys and  /
/ produces the token.                                       /
/                                                           /
/ The board is made by a different vendor than the chip.    /
/ Perhaps it is some generic IoT board.                     /
/                                                           /
/ The device is some specific appliance that is made by a   /
/ different vendor than either the chip or the board.       /
/                                                           /
/ Here the board and device submodules aren't the typical   /
/ target environments as described by the RATS architecture /
/ document, but they are a valid use of submodules.         /

{
    / eat_nonce /       10: h'948f8860d13a463e8e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: h'894823', / IEEE OUI format OEM ID /
    / hwmodel /        259: h'549dcecc8b987c737b44e40f7c635ce8'
                              / Hash of chip model name /,
    / hwversion /      260: ["1.3.4", 1], / Multipartnumeric  /
    / swname /         271: "Acme OS",
    / swversion /      272: ["3.5.5", 1],
    / secboot /        262: true,
    / dbgstat /        263: 3, / permanent-disable  /
    / timestamp (iat) /  6: 1526542894,
    / submods / 266: {
        / A submodule to hold some claims about the circuit board /
        "board" :  {
            / oemid /     258: h'9bef8787eba13e2c8f6e7cb4b1f4619a',
            / hwmodel /   259: h'ee80f5a66c1fb9742999a8fdab930893'
                                  / Hash of board module name /,
            / hwversion / 260: ["2.0a", 2] / multipartnumeric+sfx /
        },

        / A submodule to hold claims about the overall device /
        "device" :  {
            / oemid /     258: 61234, / PEN Format OEM ID / 
            / hwversion / 260: ["4.0", 1] / Multipartnumeric /
        }
    }
}
]]></artwork></figure>

</section>
<section anchor="eat-produced-by-attestation-hardware-block"><name>EAT Produced by Attestation Hardware Block</name>

<figure><artwork><![CDATA[
/ This is an example of a token produced by a HW block            /
/ purpose-built for attestation.  Only the nonce claim changes    /
/ from one attestation to the next as the rest  either come       /
/ directly from the hardware or from one-time-programmable memory /
/ (e.g. a fuse). 47 bytes encoded in CBOR (8 byte nonce, 16 byte  /
/ UEID). /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / secboot /        262: true,
    / dbgstat /        263: 3, / disabled-permanently /
    / hwversion /      260: [ "3.1", 1 ] / Type is multipartnumeric /
}

]]></artwork></figure>

</section>
<section anchor="key-key-store-attestation"><name>Key / Key Store Attestation</name>

<figure><artwork><![CDATA[
/ This is an attestation of a public key and the key store     /
/ implementation that protects and manages it. The key store   /
/ implementation is in a security-oriented execution           /
/ environment separate from the high-level OS, for example a   /
/ TEE. The key store is the Attester.                          /
/                                                              /
/ There is some attestation of the high-level OS, just version /
/ and boot & debug status. It is a Claims-Set submodule because/
/ it has lower security level than the key store. The key      /
/ store's implementation has access to info about the HLOS, so /
/ it is able to include it.                                    /
/                                                              /
/ A key and an indication of the user authentication given to  /
/ allow access to the key is given. The labels for these are   /
/ in the private space since this is just a hypothetical       /
/ example, not part of a standard protocol.                    /
/                                                              /
/ This is similar to Android Key Attestation.                  /


{
    / eat_nonce /       10: h'948f8860d13a463e',
    / secboot /        262: true,
    / dbgstat /        263: 2, / disabled-since-boot /
    / manifests /      273: [
                                [ 121, / CoAP Content ID. A      /
                                       / made up one until one   /
                                       / is assigned for CoSWID  /
                                  h'a600683762623334383766
                                    0c000169436172626f6e6974650d6331
                                    2e320e0102a2181f75496e6475737472
                                    69616c204175746f6d6174696f6e1821
                                    02'
                                 ]
                                 / Above is an encoded CoSWID     /
                                 / with the following data        /
                                 /   SW Name: "Carbonite"         /
                                 /   SW Vers: "1.2"               /
                                 /   SW Creator:                  /
                                 /      "Industrial Automation"   /
                            ],
    / exp /              4: 1634324274, / 2021-10-15T18:57:54Z /
    / iat /              6: 1634317080, / 2021-10-15T16:58:00Z /
                   -80000 : "fingerprint",
                   -80001 : { / The key -- A COSE_Key  / 
                / kty /       1: 2, / EC2, eliptic curve with x & y /
                / kid /       2: h'36675c206f96236c3f51f54637b94ced',
                / curve /    -1: 2, / curve is P-256 /
                / x-coord /  -2: h'65eda5a12577c2bae829437fe338701a
                                   10aaa375e1bb5b5de108de439c08551d',
                / y-coord /  -3: h'1e52ed75701163f7f9e40ddf9f341b3d
                                   c9ba860af7e0ca7ca7e9eecd0084d19c'
             },

    / submods /        266 : { 
                           "HLOS" : { / submod for high-level OS /
         / eat_nonce /         10: h'948f8860d13a463e',
           / secboot /        262: true,
           / manifests /      273: [ 
                                [ 121, / CoAP Content ID. A      /
                                       / made up one until one   /
                                       / is assigned for CoSWID  /
                                    h'a600687337
                                      6537346b78380c000168
                                      44726f6964204f530d65
                                      52322e44320e0302a218
                                      1F75496E647573747269
                                      616c204175746f6d6174
                                      696f6e182102' 
                                  ]
                                  / Above is an encoded CoSWID /
                                  / with the following data:   /
                                  /   SW Name: "Droid OS"      /
                                  /   SW Vers: "R2.D2"         /
                                  /   SW Creator:              /
                                  /     "Industrial Automation"/
                               ]
                           }
                       }
}
           
   
]]></artwork></figure>

</section>
<section anchor="software-measurements-of-an-iot-device"><name>Software Measurements of an IoT Device</name>

<t>This is a simple token that might be for and IoT device.
It includes CoSWID format measurments of the SW.
The CoSWID is in byte-string wrapped in the token and also shown in diagnostic form.</t>

<figure><artwork><![CDATA[
/ This EAT payload is for an IoT device with a TEE. The attestation /
/ is produced by the TEE. There is a submodule for the IoT OS (the  /
/ main OS of the IoT device that is not as secure as the TEE). The  /
/ submodule contains claims for the IoT OS. The TEE also measures   /
/ the IoT OS and puts the measurements in the submodule.            /

{
    / eat_nonce / 10: h'948f8860d13a463e',
    / secboot /  262: true,
    / dbgstat /  263: 2, / disabled-since-boot /
    / oemid /    258: h'8945ad', / IEEE CID based /
    / ueid /     256: h'0198f50a4ff6c05861c8860d13a638ea', 
    / submods /  266: {
                        "OS" : {
        / secboot /         262: true,
        / dbgstat /         263: 2, / disabled-since-boot /
        / measurements      274: [
                                   [
                                     121, / CoAP Content ID. A     /
                                          / made up one until one  /
                                          / is assigned for CoSWID /

                                    / This is a byte-string wrapped /
                                    / evidence CoSWID. It has       /
                                    / hashes of the main files of   /
                                    / the IoT OS.  /
                                    h'a600663463613234350c
                                      17016d41636d6520522d496f542d4f
                                      530d65332e312e3402a2181f724163
                                      6d6520426173652041747465737465
                                      7218210103a11183a318187161636d
                                      655f725f696f745f6f732e65786514
                                      1a0044b349078201582005f6b327c1
                                      73b4192bd2c3ec248a292215eab456
                                      611bf7a783e25c1782479905a31818
                                      6d7265736f75726365732e72736314
                                      1a000c38b10782015820c142b9aba4
                                      280c4bb8c75f716a43c99526694caa
                                      be529571f5569bb7dc542f98a31818
                                      6a636f6d6d6f6e2e6c6962141a0023
                                      3d3b0782015820a6a9dcdfb3884da5
                                      f884e4e1e8e8629958c2dbc7027414
                                      43a913e34de9333be6'
                                   ]
                                 ]
                               }
                            }
}

]]></artwork></figure>

<figure><artwork><![CDATA[
/ An evidence CoSWID created for the "Acme R-IoT-OS" created by /
/ the "Acme Base Attester" (both fictious names).  It provides  /
/ measurements of the SW (other than the attester SW) on the    /
/ device. /

1398229316({
    / Unique CoSWID ID /    0: "4ca245",
    / tag-version /        12: 23, / Attester-maintained counter /
    / software-name /       1: "Acme R-IoT-OS",
    / software-version /   13: "3.1.4",
    / entity /              2: {
        / entity-name /        31: "Acme Base Attester",
        / role        /        33: 1 / tag-creator /
                            },
    / evidence /            3: {
        / ...file /             17: [
                                    {
            / ...fs-name /              24: "acme_r_iot_os.exe",
            / ...size    /              20: 4502345,
            / ...hash    /               7: [
                                             1, / SHA-256 /
                                             h'05f6b327c173b419
                                               2bd2c3ec248a2922
                                               15eab456611bf7a7
                                               83e25c1782479905'
                                         ]
                                    },
                                    {
            / ...fs-name /              24: "resources.rsc",
            / ...size    /              20: 800945,
            / ...hash    /               7: [
                                              1, / SHA-256 /
                                             h'c142b9aba4280c4b
                                               b8c75f716a43c995
                                               26694caabe529571
                                               f5569bb7dc542f98'
                                         ]
                                    },
                                    {
            / ...fs-name /              24: "common.lib",
            / ...size    /              20: 2309435,
            / ...hash    /               7: [
                                             1, / SHA-256 /
                                             h'a6a9dcdfb3884da5
                                               f884e4e1e8e86299
                                               58c2dbc702741443
                                               a913e34de9333be6'
                                         ]
                                    }
                                ]
                            }
})
]]></artwork></figure>

</section>
<section anchor="attestation-results-in-json-format"><name>Attestation Results in JSON format</name>

<t>This is a JSON-format payload that might be the output of a verifier that evaluated the IoT Attestation example immediately above.</t>

<t>This particular verifier knows enough about the TEE attester to be able to pass claims like debug status directly through to the relying party.
The verifier also knows the reference values for the measured software components and is able to check them.
It informs the relying party that they were correct in the "measres" claim.
"Trustus Verifications" is the name of the services that verifies the software component measurements.</t>

<figure><artwork><![CDATA[
{
   "eat_nonce": "jkd8KL-8=Qlzg4",
   "secboot": true,
   "dbgstat": "disabled-since-boot",
   "oemid": "iUWt",
   "ueid": "AZj1Ck_2wFhhyIYNE6Y4",
   "swname": "Acme R-IoT-OS",
   "swversion": [
      "3.1.4"
   ],
   "measres": [
      [
         "Trustus Measurements",
         [
            [
               "all",
               "success"
            ]
         ]
      ]
   ]
}
]]></artwork></figure>

</section>
<section anchor="json-encoded-token-with-sumodules"><name>JSON-encoded Token with Sumodules</name>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
{
   "eat_nonce": "lI-IYNE6Rj6O",
   "ueid": "AJj1Ck_2wFhhyIYNE6Y46g==",
   "secboot": true,
   "dbgstat": "disabled-permanently",
   "iat": 1526542894,
   "submods": {
      "Android App Foo": {
         "swname": "Foo.app"
      },
      "Secure Element Eat": [
         "CBOR",
         "2D3ShEOhASagWGaoCkiUj4hg0TpGPhkBAFABmPUKT_bAWGHIhg0TpjjqGQ\
ECGfryGQEFBBkBBvUZAQcDGQEEgmMzLjEBGQEKoWNURUWCL1gg5c-V_ST6txRGdC3VjU\
Pa4XjlX-K5QpGpKRCC_8JjWgtYQPaQywOIZ3-mJKN3X9fLxOhAnsmBa-MvpHRzOw-Ywn\
-67bvJljuctezAPD41s6_At7NbSV3qwJlxIuqGfwe41es="
      ],
      "Linux Android": {
         "swname": "Android"
      },
      "Subsystem J": [
         "JWT",
         "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJKLUF0dGVzd\
GVyIiwiaWF0IjoxNjUxNzc0ODY4LCJleHAiOm51bGwsImF1ZCI6IiIsInN1YiI6IiJ9.\
gjw4nFMhLpJUuPXvMPzK1GMjhyJq2vWXg1416XKszwQ"
      ]
   }
}
]]></artwork></figure>

</section>
</section>
<section anchor="full-token-examples"><name>Full Token Examples</name>

<section anchor="basic-cwt-example"><name>Basic CWT Example</name>

<t>This is a simple ECDSA signed CWT-format token.</t>

<figure><artwork><![CDATA[
/ This is a full CWT-format token with a very simple payloal. / 
/ The main structure visible here is that of the COSE_Sign1.  /

61( 18( [
    h'A10126',                           / protected headers  /
    {},                           / empty unprotected headers / 
    h'A20B46024A6B0978DE0A49000102030405060708',    / payload /
    h'9B9B2F5E470000F6A20C8A4157B5763FC45BE759
      9A5334028517768C21AFFB845A56AB557E0C8973
      A07417391243A79C478562D285612E292C622162
      AB233787'                                   / signature / 
] ) )
]]></artwork></figure>

</section>
<section anchor="detached-eat-bundle"><name>Detached EAT Bundle</name>

<t>In this detached EAT bundle, the main token is produced by a HW attestation block.
The detached Claims-Set is produced by a TEE and is largely identical to the Simple TEE examples above.
The TEE digests its Claims-Set and feeds that digest to the HW block.</t>

<t>In a better example the attestation produced by the HW block would be a CWT and thus signed and secured by the HW block.
Since the signature covers the digest from the TEE that Claims-Set is also secured.</t>

<t>The detached EAT bundle itself can be assembled by untrusted software.</t>

<figure><artwork><![CDATA[
/ This is a detached EAT bundle tag.  Note that 602, the tag /
/ identifying a detached EAT bundle is not yet registered /
/ with IANA /

602([

    / First part is a full EAT token with claims like nonce and /
    / UEID. Most importantly, it includes a submodule that is a /
    / detached digest which is the hash of the "TEE" claims set /
    / in the next section. The COSE payload follows:            /
    / { /
    /      10: h'948F8860D13A463E', /
    /     256: h'0198F50A4FF6C05861C8860D13A638EA', /
    /     258: 64242, /
    /     262: true, /
    /     263: 3, /
    /     260: ["3.1", 1], /
    /     266: { /
    /         "TEE": [ /
    /             -16, /
    /              h'8DEF652F47000710D9F466A4C666E209  /
    /                DD74F927A1CEA352B03143E188838ABE' /
    /         ] /
    /     } /
    /   }  /
    h'D83DD28443A10126A05866A80A48948F8860D13A463E1901
      00500198F50A4FF6C05861C8860D13A638EA19010219FAF2
      19010504190106F5190107031901048263332E310119010A
      A163544545822F58208DEF652F47000710D9F466A4C666E2
      09DD74F927A1CEA352B03143E188838ABE5840F690CB0388
      677FA624A3775FD7CBC4E8409EC9816BE32FA474733B0F98
      C27FBAEDBBC9963B9CB5ECC03C3E35B3AFC0B7B35B495DEA
      C0997122EA867F07B8D5EB',
    {
       / A CBOR-encoded byte-string wrapped EAT claims-set. It /
       / contains claims suitable for a TEE                    /
       "TEE" : h'a40a48948f8860d13a463e190106f519010702
                 190111818218795858a60064336132340c0101
                 6b41636d6520544545204f530d65332e312e34
                 0282a2181f6b41636d6520544545204f531821
                 01a2181f6b41636d6520544545204f53182102
                 06a111a118186e61636d655f7465655f332e65
                 7865'
    }
 ])
 
]]></artwork></figure>

<figure><artwork><![CDATA[
/ This example contains submodule that is a detached digest,   /
/ which is the hash of a Claims-Set convey outside this token. /
/ Other than that is is the other example of a token from an   /
/ attestation HW block                                         /

{
    / eat_nonce /       10: h'948f8860d13a463e',
    / ueid /           256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /          258: 64242, / Private Enterprise Number /
    / secboot /        262: true,
    / dbgstat /        263: 3, / disabled-permanently /
    / hwversion /      260: [ "3.1", 1 ], / multipartnumeric /
    / submods/         266: {
                                "TEE": [ / detached digest submod /
                                           -16, / SHA-256 /
                                           h'e5cf95fd24fab7144674
                                             2dd58d43dae178e55fe2
                                             b94291a9291082ffc263
                                             5a0b'
                                       ]
                            }
}

]]></artwork></figure>

</section>
<section anchor="json-encoded-detached-eat-bundle"><name>JSON-encoded Detached EAT Bundle</name>

<t>In this bundle there are two detached Claims-Sets, "CS1" and "CS2".
The JWT at the start of the bundle has detached signature submodules with hashes of "CS1" and "CS2".
TODO: make the JWT actually be correct verifiable JWT.</t>

<t>This example has its lines wrapped per <xref target="RFC8792"/>.</t>

<figure><artwork><![CDATA[
[
   [
      "JWT",
      "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJKLUF0dGVzdGVy\
IiwiaWF0IjoxNjUxNzc0ODY4LCJleHAiOm51bGwsImF1ZCI6IiIsInN1YiI6IiJ9.gjw\
4nFMhLpJUuPXvMPzK1GMjhyJq2vWXg1416XKszwQ"
   ],
   {
      "Audio Subsystem Claims": "ewogICAgICAgICAgICAibm9uY2UiOiAgICA\
gImxJK0lZTkU2Umo2TyIsCiAgICAgICAgICAgICJpYXQiOiAgICAgIDE1MjY1NDI4OTQ\
KICAgICAgICAgfQo=",
      "Graphics Subsystem Claims": "ewogICAgICAgICAgICAibm9uY2UiOiAg\
ICJsSStJWU5FNlJqNk8iLAogICAgICAgICAgICAiaWF0IjogICAgIDE1MjY1NDI4OTQK\
ICAgICAgICB9"
   }
]
]]></artwork></figure>

</section>
</section>
</section>
<section anchor="UEID-Design"><name>UEID Design Rationale</name>

<section anchor="collision-probability"><name>Collision Probability</name>

<t>This calculation is to determine the probability of a collision of
UEIDs given the total possible entity population and the number of
entities in a particular entity management database.</t>

<t>Three different sized databases are considered. The number of devices
per person roughly models non-personal devices such as traffic lights,
devices in stores they shop in, facilities they work in and so on,
even considering individual light bulbs. A device may have
individually attested subsystems, for example parts of a car or a
mobile phone. It is assumed that the largest database will have at
most 10% of the world's population of devices. Note that databases
that handle more than a trillion records exist today.</t>

<t>The trillion-record database size models an easy-to-imagine reality
over the next decades. The quadrillion-record database is roughly at
the limit of what is imaginable and should probably be accommodated.
The 100 quadrillion datadbase is highly speculative perhaps involving
nanorobots for every person, livestock animal and domesticated
bird. It is included to round out the analysis.</t>

<t>Note that the items counted here certainly do not have IP address and
are not individually connected to the network. They may be connected
to internal buses, via serial links, Bluetooth and so on.  This is
not the same problem as sizing IP addresses.</t>

<texttable>
      <ttcol align='left'>People</ttcol>
      <ttcol align='left'>Devices / Person</ttcol>
      <ttcol align='left'>Subsystems / Device</ttcol>
      <ttcol align='left'>Database Portion</ttcol>
      <ttcol align='left'>Database Size</ttcol>
      <c>10 billion</c>
      <c>100</c>
      <c>10</c>
      <c>10%</c>
      <c>trillion (10^12)</c>
      <c>10 billion</c>
      <c>100,000</c>
      <c>10</c>
      <c>10%</c>
      <c>quadrillion (10^15)</c>
      <c>100 billion</c>
      <c>1,000,000</c>
      <c>10</c>
      <c>10%</c>
      <c>100 quadrillion (10^17)</c>
</texttable>

<t>This is conceptually similar to the Birthday Problem where m is the
number of possible birthdays, always 365, and k is the number of
people. It is also conceptually similar to the Birthday Attack where
collisions of the output of hash functions are considered.</t>

<t>The proper formula for the collision calculation is</t>

<figure><artwork><![CDATA[
   p = 1 - e^{-k^2/(2n)}

   p   Collision Probability
   n   Total possible population
   k   Actual population
]]></artwork></figure>

<t>However, for the very large values involved here, this formula requires floating
point precision higher than commonly available in calculators and software so this
simple approximation is used. See <xref target="BirthdayAttack"/>.</t>

<figure><artwork><![CDATA[
   p = k^2 / 2n
]]></artwork></figure>

<t>For this calculation:</t>

<figure><artwork><![CDATA[
   p  Collision Probability
   n  Total population based on number of bits in UEID
   k  Population in a database
]]></artwork></figure>

<texttable>
      <ttcol align='left'>Database Size</ttcol>
      <ttcol align='left'>128-bit UEID</ttcol>
      <ttcol align='left'>192-bit UEID</ttcol>
      <ttcol align='left'>256-bit UEID</ttcol>
      <c>trillion (10^12)</c>
      <c>2 * 10^-15</c>
      <c>8 * 10^-35</c>
      <c>5 * 10^-55</c>
      <c>quadrillion (10^15)</c>
      <c>2 * 10^-09</c>
      <c>8 * 10^-29</c>
      <c>5 * 10^-49</c>
      <c>100 quadrillion (10^17)</c>
      <c>2 * 10^-05</c>
      <c>8 * 10^-25</c>
      <c>5 * 10^-45</c>
</texttable>

<t>Next, to calculate the probability of a collision occurring in one year's
operation of a database, it is assumed that the database size is in
a steady state and that 10% of the database changes per year. For example,
a trillion record database would have 100 billion states per year. Each
of those states has the above calculated probability of a collision.</t>

<t>This assumption is a worst-case since it assumes that each
state of the database is completely independent from the previous state.
In reality this is unlikely as state changes will be the addition or
deletion of a few records.</t>

<t>The following tables gives the time interval until there is a probability of
a collision based on there being one tenth the number of states per year
as the number of records in the database.</t>

<figure><artwork><![CDATA[
  t = 1 / ((k / 10) * p)

  t  Time until a collision
  p  Collision probability for UEID size
  k  Database size
]]></artwork></figure>

<texttable>
      <ttcol align='left'>Database Size</ttcol>
      <ttcol align='left'>128-bit UEID</ttcol>
      <ttcol align='left'>192-bit UEID</ttcol>
      <ttcol align='left'>256-bit UEID</ttcol>
      <c>trillion (10^12)</c>
      <c>60,000 years</c>
      <c>10^24 years</c>
      <c>10^44 years</c>
      <c>quadrillion (10^15)</c>
      <c>8 seconds</c>
      <c>10^14 years</c>
      <c>10^34 years</c>
      <c>100 quadrillion (10^17)</c>
      <c>8 microseconds</c>
      <c>10^11 years</c>
      <c>10^31 years</c>
</texttable>

<t>Clearly, 128 bits is enough for the near future thus the requirement that UEIDs
be a minimum of 128 bits.</t>

<t>There is no requirement for 256 bits today as quadrillion-record databases
are not expected in the near future and because this time-to-collision
calculation is a very worst case.  A future update of the standard may
increase the requirement to 256 bits, so there is a requirement that
implementations be able to receive 256-bit UEIDs.</t>

</section>
<section anchor="no-use-of-uuid"><name>No Use of UUID</name>

<t>A UEID is not a UUID <xref target="RFC4122"/> by conscious choice for the following
reasons.</t>

<t>UUIDs are limited to 128 bits which may not be enough for some future
use cases.</t>

<t>Today, cryptographic-quality random numbers are available from common
CPUs and hardware. This hardware was introduced between 2010 and 2015.
Operating systems and cryptographic libraries give access to this
hardware. Consequently, there is little need for implementations
to construct such random values from multiple sources on their own.</t>

<t>Version 4 UUIDs do allow for use of such cryptographic-quality
random numbers, but do so by mapping into the overall UUID
structure of time and clock values. This structure is of no
value here yet adds complexity. It also slightly reduces the
number of actual bits with entropy.</t>

<t>The design of UUID accommodates the construction of a unique identifier by combination of several identifiers that separately do not provide sufficient uniqueness.
UEID takes the view that this construction is no longer needed, in particular because cryptographic-quality random number generators are readily available.
It takes the view that hardware, software and/or manufacturing process implement UEID in a simple and direct way.</t>

</section>
</section>
<section anchor="eat-relation-to-ieee8021ar-secure-device-identity-devid"><name>EAT Relation to IEEE.802.1AR Secure Device Identity (DevID)</name>

<t>This section describes several distinct ways in which an IEEE IDevID <xref target="IEEE.802.1AR"/> relates to EAT, particularly to UEID and SUEID.</t>

<t><xref target="IEEE.802.1AR"/> orients around the definition of an implementation called a "DevID Module."
It describes how IDevIDs and LDevIDs are stored, protected and accessed using a DevID Module.
A particular level of defense against attack that should be achieved to be a DevID is defined.
The intent is that IDevIDs and LDevIDs can be used with any network protocol or message format.
In these protocols and message formats the DevID secret is used to sign a nonce or similar to prove the association of the DevID certificates with the device.</t>

<t>By contrast, EAT standardize a message format that is sent to a relying party, the very thing that is not defined in <xref target="IEEE.802.1AR"/>.
Nor does EAT give details on how keys, data and such are stored protected and accessed.
EAT is intended to work with a variety of different on-device implementations ranging from minimal protection of assets to the highest levels of asset protection.
It does not define any particular level of defense against attack, instead providing a set of security considerations.</t>

<t>EAT and DevID can be viewed as complimentary when used together or as competing to provide a device identity service.</t>

<section anchor="devid-used-with-eat"><name>DevID Used With EAT</name>

<t>As just described, EAT standardizes a message format and <xref target="IEEE.802.1AR"/> doesn't.
Vice versa, EAT doesn't define a an device implementation and DevID does.</t>

<t>Hence, EAT can be the message format that a DevID is used with.
The DevID secret becomes the attestation key used to sign EATs.
The DevID and its certificate chain become the endorsement sent to the verifier.</t>

<t>In this case, the EAT and the DevID are likely to both provide a device identifier (e.g. a serial number).
In the EAT it is the UEID (or SUEID).
In the DevID (used as an endorsement), it is a device serial number included in the subject field of the DevID certificate.
It is probably a good idea in this use for them to be the same serial number or for the UEID to be a hash of the DevID serial number.</t>

</section>
<section anchor="how-eat-provides-an-equivalent-secure-device-identity"><name>How EAT Provides an Equivalent Secure Device Identity</name>

<t>The UEID, SUEID and other claims like OEM ID are equivalent to the secure device identity put into the subject field of a DevID certificate.
These EAT claims can represent all the same fields and values that can be put in a DevID certificate subject.
EAT explicitly and carefully defines a variety of useful claims.</t>

<t>EAT secures the conveyance of these claims by having them signed on the device by the attestation key when the EAT is generated.
EAT also signs the nonce that gives freshness at this time.
Since these claims are signed for every EAT generated, they can include things that vary over time like GPS location.</t>

<t>DevID secures the device identity fields by having them signed by the manufacturer of the device sign them into a certificate.
That certificate is created once during the manufacturing of the device and never changes so the fields cannot change.</t>

<t>So in one case the signing of the identity happens on the device and the other in a manufacturing facility,
but in both cases the signing of the nonce that proves the binding to the actual device happens on the device.</t>

<t>While EAT does not specify how the signing keys, signature process and storage of the identity values should be secured against attack,
an EAT implementation may have equal defenses against attack.
One reason EAT uses CBOR is because it is simple enough that a basic EAT implementation can be constructed entirely in hardware.
This allows EAT to be implemented with the strongest defenses possible.</t>

</section>
<section anchor="an-x509-format-eat"><name>An X.509 Format EAT</name>

<t>It is possible to define a way to encode EAT claims in an X.509 certificate.
For example, the EAT claims might be mapped to X.509 v3 extensions.
It is even possible to stuff a whole CBOR-encoded unsigned EAT token into a X.509 certificate.</t>

<t>If that X.509 certificate is an IDevID or LDevID, this becomes another way to use EAT and DevID together.</t>

<t>Note that the DevID must still be used with an authentication protocol that has a nonce or equivalent.
The EAT here is not being used as the protocol to interact with the rely party.</t>

</section>
<section anchor="device-identifier-permanence"><name>Device Identifier Permanence</name>

<t>In terms of permanence, an IDevID is similar to a UEID in that they do not change over the life of the device.
They cease to exist only when the device is destroyed.</t>

<t>An SUEID is similar to an LDevID.
They change on device life-cycle events.</t>

<t><xref target="IEEE.802.1AR"/> describes much of this permanence as resistant to attacks that seek to change the ID.
IDevID permanence can be described this way because <xref target="IEEE.802.1AR"/> is oriented around the definition of an implementation with a particular level of defense against attack.</t>

<t>EAT is not defined around a particular implementation and must work on a range of devices that have a range of defenses against attack.
EAT thus can't be defined permanence in terms of defense against attack.
EAT's definition of permanence is in terms of operations and device lifecycle.</t>

</section>
</section>
<section anchor="CDDL_for_CWT"><name>CDDL for CWT and JWT</name>

<t><xref target="RFC8392"/> was published before CDDL was available and thus is specified in prose, not CDDL.
Following is CDDL specifying CWT as it is needed to complete this specification.
This CDDL also covers the Claims-Set for JWT.</t>

<t>The COSE-related types in this CDDL are defined in <xref target="RFC9052"/>.</t>

<t>This however is NOT a normative or standard definition of CWT or JWT in CDDL.
The prose in CWT and JWT remain the normative definition.</t>

<figure><sourcecode type="CDDL"><![CDATA[
; This is replicated from draft-ietf-rats-uccs

Claims-Set = {
    * $$Claims-Set-Claims
    * Claim-Label .feature "extended-claims-label" => any
}
Claim-Label = int / text
string-or-uri = text

$$Claims-Set-Claims //= ( iss-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( sub-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( aud-claim-label => string-or-uri  )
$$Claims-Set-Claims //= ( exp-claim-label => ~time )
$$Claims-Set-Claims //= ( nbf-claim-label => ~time )
$$Claims-Set-Claims //= ( iat-claim-label => ~time )
$$Claims-Set-Claims //= ( cti-claim-label => bytes )

iss-claim-label = JC<"iss", 1>
sub-claim-label = JC<"sub", 2>
aud-claim-label = JC<"aud", 3>
exp-claim-label = JC<"exp", 4>
nbf-claim-label = JC<"nbf", 5>
iat-claim-label = JC<"iat", 6>
cti-claim-label = CBOR-ONLY<7>  ; jti in JWT: different name and text

JSON-ONLY<J> = J .feature "json"
CBOR-ONLY<C> = C .feature "cbor"

; Be sure to have cddl 0.8.29 or higher for this to work
JC<J,C> = JSON-ONLY<J> / CBOR-ONLY<C>

]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; A JWT message is either a JWS or JWE in compact serialization form
; with the payload a Claims-Set. Compact serialization is the
; protected headers, payload and signature, each b64url encoded and
; separated by a ".". This CDDL simply matches top-level syntax of of
; a JWS or JWE since it is not possible to do more in CDDL.

JWT-Message =
   text .regexp "[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+\.[A-Za-z0-9_=-]+"


; Note that the payload of a JWT is defined in claims-set.cddl. That 
; definition is common to CBOR and JSON.
]]></sourcecode></figure>

<figure><sourcecode type="CDDL"><![CDATA[
; This is some CDDL describing a CWT at the top level This is
; not normative. RFC 8392 is the normative definition of CWT.

CWT-Messages = CWT-Tagged-Message / CWT-Untagged-Message

; The payload of the COSE_Message is always a Claims-Set

; The contents of a CWT Tag must always be a COSE tag
CWT-Tagged-Message = #6.61(COSE_Tagged_Message)

; An untagged CWT may be a COSE tag or not
CWT-Untagged-Message = COSE_Messages
]]></sourcecode></figure>

</section>
<section anchor="Claim_Characteristics"><name>Claim Characteristics</name>

<t>The following is design guidance for creating new EAT claims, particularly those to be registered with IANA.</t>

<t>Much of this guidance is generic and could also be considered when designing new CWT or JWT claims.</t>

<section anchor="interoperability-and-relying-party-orientation"><name>Interoperability and Relying Party Orientation</name>

<t>It is a broad goal that EATs can be processed by Relying Parties in a general way regardless of the type, manufacturer or technology of the device from which they originate.
It is a goal that there be general-purpose verification implementations that can verify tokens for large numbers of use cases with special cases and configurations for different device types.
This is a goal of interoperability of the semantics of claims themselves, not just of the signing, encoding and serialization formats.</t>

<t>This is a lofty goal and difficult to achieve broadly requiring careful definition of claims in a technology neutral way.
Sometimes it will be difficult to design a claim that can represent the semantics of data from very different device types.
However, the goal remains even when difficult.</t>

</section>
<section anchor="operating-system-and-technology-neutral"><name>Operating System and Technology Neutral</name>

<t>Claims should be defined such that they are not specific to an operating system.
They should be applicable to multiple large high-level operating systems from different vendors.
They should also be applicable to multiple small embedded operating systems from multiple vendors and everything in between.</t>

<t>Claims should not be defined such that they are specific to a software environment or programming language.</t>

<t>Claims should not be defined such that they are specific to a chip or particular hardware.
For example, they should not just be the contents of some HW status register as it is unlikely that the same HW status register with the same bits exists on a chip of a different manufacturer.</t>

<t>The boot and debug state claims in this document are an example of a claim that has been defined in this neutral way.</t>

</section>
<section anchor="security-level-neutral"><name>Security Level Neutral</name>

<t>Many use cases will have EATs generated by some of the most secure hardware and software that exists.
Secure Elements and smart cards are examples of this.
However, EAT is intended for use in low-security use cases the same as high-security use case.
For example, an app on a mobile device may generate EATs on its own.</t>

<t>Claims should be defined and registered on the basis of whether they are useful and interoperable, not based on security level.
In particular, there should be no exclusion of claims because they are just used only in low-security environments.</t>

</section>
<section anchor="reuse-of-extant-data-formats"><name>Reuse of Extant Data Formats</name>

<t>Where possible, claims should use already standardized data items, identifiers and formats.
This takes advantage of the expertise put into creating those formats and improves interoperability.</t>

<t>Often extant claims will not be defined in an encoding or serialization format used by EAT.
It is preferred to define a CBOR and JSON format for them so that EAT implementations do not require a plethora of encoders and decoders for serialization formats.</t>

<t>In some cases, it may be better to use the encoding and serialization as is.
For example, signed X.509 certificates and CRLs can be carried as-is in a byte string.
This retains interoperability with the extensive infrastructure for creating and processing X.509 certificates and CRLs.</t>

</section>
<section anchor="proprietary-claims"><name>Proprietary Claims</name>

<t>EAT allows the definition and use of proprietary claims.</t>

<t>For example, a device manufacturer may generate a token with proprietary claims intended only for verification by a service offered by that device manufacturer.
This is a supported use case.</t>

<t>In many cases proprietary claims will be the easiest and most obvious way to proceed, however for better interoperability, use of general standardized claims is preferred.</t>

</section>
</section>
<section anchor="keyid"><name>Endorsements and Verification Keys</name>

<t>The verifier must possess the correct key when it performs the cryptographic part of an EAT verification (e.g., verifying the COSE/JOSE signature).
This section describes several ways to identify the verification key.
There is not one standard method.</t>

<t>The verification key itself may be a public key, a symmetric key or something complicated in the case of a scheme like Direct Anonymous Attestation (DAA).</t>

<t>RATS Architecture <xref target="RATS.Architecture"/> describes what is called an endorsement.
This is an input to the verifier that is usually the basis of the trust placed in an EAT and the attester that generated it.
It may contain the public key for verification of the signature on the EAT.
It may contain reference values to which EAT claims are compared as part of the verification process.
It may contain implied claims, those that are passed on to the relying party in attestation results.</t>

<t>There is not yet any standard format(s) for an endorsement.
One format that may be used for an endorsement is an X.509 certificate.
Endorsement data like reference values and implied claims can be carried in X.509 v3 extensions.
In this use, the public key in the X.509 certificate becomes the verification key, so identification of the endorsement is also identification of the verification key.</t>

<t>The verification key identification and establishment of trust in the EAT and the attester may also be by some other means than an endorsement.</t>

<t>For the components (attester, verifier, relying party,...) of a particular end-end attestation system to reliably interoperate, its definition should specify how the verification key is identified.
Usually, this will be in the profile document for a particular attestation system.</t>

<section anchor="identification-methods"><name>Identification Methods</name>

<t>Following is a list of possible methods of key identification. A specific attestation system may employ any one of these or one not listed here.</t>

<t>The following assumes endorsements are X.509 certificates or equivalent and thus does not mention or define any identifier for endorsements in other formats. If such an endorsement format is created, new identifiers for them will also need to be created.</t>

<section anchor="cosejws-key-id"><name>COSE/JWS Key ID</name>

<t>The COSE standard header parameter for Key ID (kid) may be used. See <xref target="RFC9052"/> and <xref target="RFC7515"/></t>

<t>COSE leaves the semantics of the key ID open-ended.
It could be a record locator in a database, a hash of a public key, an input to a KDF, an authority key identifier (AKI) for an X.509 certificate or other.
The profile document should specify what the key ID's semantics are.</t>

</section>
<section anchor="jws-and-cose-x509-header-parameters"><name>JWS and COSE X.509 Header Parameters</name>

<t>COSE X.509 <xref target="COSE.X509.Draft"/> and JSON Web Siganture <xref target="RFC7515"/> define several header parameters (x5t, x5u,...) for referencing or carrying X.509 certificates any of which may be used.</t>

<t>The X.509 certificate may be an endorsement and thus carrying additional input to the verifier. It may be just an X.509 certificate, not an endorsement. The same header parameters are used in both cases. It is up to the attestation system design and the verifier to determine which.</t>

</section>
<section anchor="cbor-certificate-cose-header-parameters"><name>CBOR Certificate COSE Header Parameters</name>

<t>Compressed X.509 and CBOR Native certificates are defined by CBOR Certificates <xref target="CBOR.Cert.Draft"/>. These are semantically compatible with X.509 and therefore can be used as an equivalent to X.509 as described above.</t>

<t>These are identified by their own header parameters (c5t, c5u,...).</t>

</section>
<section anchor="claim-based-key-identification"><name>Claim-Based Key Identification</name>

<t>For some attestation systems, a claim may be re-used as a key identifier. For example, the UEID uniquely identifies the entity and therefore can work well as a key identifier or endorsement identifier.</t>

<t>This has the advantage that key identification requires no additional bytes in the EAT and makes the EAT smaller.</t>

<t>This has the disadvantage that the unverified EAT must be substantially decoded to obtain the identifier since the identifier is in the COSE/JOSE payload, not in the headers.</t>

</section>
</section>
<section anchor="other-considerations"><name>Other Considerations</name>

<t>In all cases there must be some way that the verification key is itself verified or determined to be trustworthy.
The key identification itself is never enough.
This will always be by some out-of-band mechanism that is not described here.
For example, the verifier may be configured with a root certificate or a master key by the verifier system administrator.</t>

<t>Often an X.509 certificate or an endorsement carries more than just the verification key.
For example, an X.509 certificate might have key usage constraints and an endorsement might have reference values.
When this is the case, the key identifier must be either a protected header or in the payload such that it is cryptographically bound to the EAT.
This is in line with the requirements in section 6 on Key Identification in JSON Web Signature <xref target="RFC7515"/>.</t>

</section>
</section>
<section anchor="changes-from-previous-drafts"><name>Changes from Previous Drafts</name>

<t>The following is a list of known changes since the immediately previous drafts.  This list is
non-authoritative.  It is meant to help reviewers see the significant
differences. A comprehensive history is available via the IETF Datatracker's record for this document.</t>

<section anchor="from-draft-ietf-rats-eat-14"><name>From draft-ietf-rats-eat-14</name>

<t><list style="symbols">
  <t>Reference to SUIT manifest</t>
  <t>Clarifications about manifest extensibility</t>
  <t>Removed security level claim</t>
  <t>Changed capitalization throughout the document for various terms</t>
  <t>Eliminated use of DEB acronym for detached EAT bundles</t>
  <t>Replicate claim optionality text from CWT and JWT</t>
  <t>Several edits and clarifications for freshness and nonces</t>
  <t>Correct eat_nonce registration for JSON-encoded tokens</t>
  <t>Add security considerations for freshness</t>
  <t>Change/clarify the input to digest algorithm for detached claims sets</t>
  <t>Removed EAN-13 references and IANA registration</t>
  <t>Add section on Claim Trustworthiness to Security Considerations</t>
  <t>Removed section discussing cti/jti and other mention of cti/jti</t>
  <t>Some rework on section 3 including adding back in a <strong>non-normative</strong> reference to UCCS</t>
  <t>Improved wording in section 1.3</t>
  <t>Improvements to abstract</t>
  <t>Appendix C clarifications -- say "message" not "protocol"</t>
  <t>Removed "transport security" section from security considerations</t>
  <t>Entirely remove section 4.4 that discussed including keys in claims</t>
  <t>Largely rewrite the first paragraphs in section 1, the introduction</t>
  <t>Mention $$Claims-Set-Claims in prose and require future claims be in CDDL</t>
  <t>Add Carl Wallace as an author</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-15"><name>From draft-ietf-rats-eat-15</name>
<t><list style="symbols">
  <t>Repair all too-long lines</t>
  <t>Remove tabs from examples</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+y9a3Pc2HUo+h2/AkW5aki7uylS1DNHY3NIzpgTSdQRqUxy
fKcUsBskYXUDHQAtqi3Lv/2s914bQFN0nFSdWxVV4mEDG/u59no/xuNx0rRZ
OfuQzasyf5G29SpPimVNfzXt/sOHzx/uJ9OsfZE27SxJZtW0zBbQcFZnV+24
yNurcZ21zTjP2vHekyS5vX6Rvju8OE9/qeqPRXmd/lRXq2XyIJ1WZZOXzap5
kX63zpvv4FGzulwUTVNUZbteQp+nJxc/JsviRZKmbTXVdvRjli/bG3hygL+b
qm7r/KoJLZr1In4wrRbLbNq6FqvL8Kys8FF9Nc1nTbue59qsLVr8cXGTpycl
/Finh22bwwa1MMf0ovqYl+n2yeHFTpJdXtb5pxcp/EiyOs9g8mWb12XeJh9v
Ya+K6xIXn7nPp5dVDYueZS0Msf9w79F472GSrdqbqn6RjNOihOm/mqSvVuXs
cp7Ncpghb/WrbFXn5TSPXlU1bPR5Pl3VOE2YcVWv01evjuBVvsiK+Yt0fj3/
QyMNWno/gR3QkX6apK/h3NfZwsb5qaiL2U1Wuxc0yv9eZXP4cpFe5NObsppX
10XewHqnE9xXOIkc9vTx06eP09dVnd9UqyZPj+viE05zCoPDPLMyPS7y6wp3
Pb+G3XiRHmXz4qqqyyKj41qVbQ0t358fws/lDQHj1u/20mePn6VPHu+lTwEU
t8LiFjzFP/xHW0z+Q+bnl/fzJD377rgqq+ubVdjJn/M6X6zjN/df4v7T5+mP
WV3COVar65v0XZXNbInuBa1nhhv6fu8gffrqPFpgWbT5LP1ngI5ZtQhr/d3B
Qbq3/3g/ffTk0d6z52Glf65mNNmNSz2apL9k83k2Des8yuq5e0hLfAej/hFm
MUvPq6v2FoB2pAuUkabw1R/qfHaDrRppRCMlcHnburhctQyrPMof8/Jj+kNR
f7yp5n/RYX6ss1V5U13ldXp+egFP9ab0XsioN9DL5FJ6+UNTtJMrazkBUNfR
Lm6qRdakP1ZNA/dJhzusF+mrYoF7Grpsqenkipv+Iat1v7in18X1Kp+nP8D+
wOXM66pxr6Y3Gbx7h/+tYRNKu2oAcPkcwM62jzBc40ByWv8O8eEfGm06mWbW
89sMNnD6MX0PU61viz9/DGNm7U0BK/uhxvnWs7C/WVkCFF40U9yMsri+c9E3
1HrSWuveut9mq3l6VFe383ydJGVVL2B3PuWIbt/9eLS/t/dc/nz6eO+x/Pns
+YE9BegMDfTps739J/bn0wP9c/+xNXj0XD979mTvof751J4+ev5Me3j+0IZ4
DoTnRQJ///LT+TPqFuhAVl/jRdy6adtl82J3N8/q9mZclFfVpLzOJotivru8
We7OqttyDpdzAj9+f1XM85fTqqpn49vr5tnBFnfFmP6Xs3evjtOfTs6OTy5O
j9Lzfzu/OHmd7j1/djBK3/x0ODm/eHM8efjw0ZMPe5OHk4cfaDLUgSJu/HvM
x/KG8Hw2T3/Kq2YJP7L5GKnCfF5cE/4+xP+s023oeYc+NFpwMH74dPzwGa73
9PDN4eTol4vJ0TwrFk28clw4rPv29nZSZGU2gXF3swapzSIv22Z3etv65R39
cPYu/SW/VNIF3e6k3O+mReDwbm5X2bzJbVo/d6YVzau5a2J/lonpzH4+P3vj
Z/ZzZ2bR1HpzG5zc0dn5yeRwfl0BwbsZ2rg7JzitmnzX790W9peG/rb6O3bn
hl3cANX46e3byenrk9PhySyBj8nmk0fXyyXNZ5Y3H9tquahmK8BMu+fLfFpc
FVMCq87P47yFW99Msmb5+feNf3M6e/l0/7lfyaN6BiBZ5jXzIW/h0sCP5qZY
pm/r6s/5tP0npnvQwzyNhmHuLT0Cup6+ydtbwHgpYDdoXi8KAPXmn9I3q8Vl
XgM5G6XZbFbnsKfI+ECjYgY7a11tArhHsEfxZXiO23dUnf9yegzbOz6eEJfZ
ZNPFGE7ptpjh++NXZ4fDu3o9ry6z+XKetcBeLGhjb5djpGAwnd3VEjFDswvj
PN7d29/96e3Rh+PiuoCDeJUDt1afXR0ul3X1KZt/+ISXfjm78pspbVNunFZX
qTZ3i3hTfcpxV3A1jxOc7tuTNxtgIC8DQMKP3bd5CT3OZdcmy+w69+O/BcYK
xkD+NK+XdQG8Fp9Aug1j7ACZ/48VULXErgWyneM2u9YLwd3gK0YPF/AKvrou
gM1Z/513RrsOf00+37SLOY1+/vb4X6MxjXC+zaYfYVnpcdZm6clnILUl/NrG
D3YGZ9AsZ5+BF/g0dJDAMcBdOdiDE91/uPvw2S52M46uxHh/vG/nqGC2/5DA
bD1FwUdnaohTHw+juSm/hknhlkRj7cLR15+K/HZ3AFPZmcB9Gi+zGsgynOLQ
ycCFb+usgDHSdyfnF1dAuU/KT0Vd8dYDKq/enezgXZY+on37X/dAd9EMvucT
e396MQHmv7gCCOKr58S8ZlW044W8hfZIdmMW4mBvX8n3geMb9vYfGlF/9JyI
OkqIk8N6egOHN21BvHEXncTJzL3DD4DNbG9m2RrkMQCeaMP0FQpb8G4QgOCS
3RYfi2U+K3gv8NeufvmBv5wM0r2Tk5PJs4f7k73Dd/E5wYv0HGVn4NlG6Rb9
loYsmAGA558KoPunggjzessNcZxPFUk8fD5E5RvpvIF9yXOa9lUBnHmLUC/v
dmXEMXYy4bsHPNOjowkwIa9AiPZThkfzShD74dvTDqrfB5R9MisMV/Msf87K
VQaiJWCyZxuxw+0jmt3Fu93rMMQYhth9QJwXkAq4pB8KxFlXLJMM0gLgqOcz
QPA5sQZ4CYBCFqsFruns/enkpxW8i5eET+YF8skAjel7QIeAkk8+A4qYwd0B
aQvQoTsAEN/fn+6M0rP6GiD5L8KxzddDLc+oJVKyI9QclOv09Bgu3umxZ94O
V9erpsXteTqMuvqHqBhsli128eHY2oTWu7f5JfCx0xVf1xYlL+Anm918VRAq
kx15VVUfV8s+YApCl7OmnSZ1RkABg7MF4RyPZTIwa3sEF3SMs1uuLncR0RHU
Pah5QBCbN96id4f3ned9dxII72w1BXTRIM6dAh2QBezCPck/832441Ljrdnb
fKtB2KxTuERA7g8BCl7nbV0tqznQf5hrnWfKEjXpmSB9aufx2vCVyS8bOM98
kpVNEW8uAQT9D0wPZ1fD/zyNCBf8RMKF3O6/PoZLf4wo2uFP5GTHn+ENNQMS
PznK63a4GdFtEEoquCzjKTTDb94fHZ138fFqOm2SZDwegzyP5zWFloflN7Rk
KTJGcD8buESiCoM7OSUuP23yNmlvsjaF99O6uIRW2EVOFw6lbxgD+MqmLaYN
3mnoIqfRRkkG3xBinRcfoX3aLIClJT3KKD2tLuTtKC2FYwWWqFgi0AOWSZvV
9GaC7HnRuKmk8GvVwOwugY4kdT5fIxcLBBLGSxG6kNerU4GztK1gkJaY4Dy9
qW7TBfSaFm16WzQ3sBJ4T/rTtL3JZdoT3rDDCxwqB5ECesyGJTQYaFA+uoWv
vEoRBJACOs9nCS9kwie0KGazOcD5A9RJ8g1BnH6P84KZZekCWHjkzmAWLb1b
ZICQQQqAQ5ANyy6rVRtOZIJd85/QeJ1e4qHoITTVArYIYJtYP9xDfGDqpQSV
rdotNFjN2wKYCjiAcB5pdB7p7Q3u/pQAq7gieMEjoN2fz1OiMgA8vF3+AHCo
uCuc7fSmgqtgRwZgU7VyejBbbFcQhegfKKKH/HO2WM5hndJQmuk2zOfVLclD
6QLAs0VKCrenBGGGNr8qcZ1LHDwDaF4ULZwhTlMVt/AZ0Dda43UFvSOR80pl
2jImXdgGf9L0sQvg7dKM6WJF4GadGrrhGwRYFzbgSuAb4RJQKC6SCfkIT6L7
kIajDuGQGGRgnbrHADE1QVPTAAWb4fpgN66yRTEvsjqcDK6pCV2FBffW2Rie
AMGyTL986bGQX7/S3sGoSjfhkytiDQjkUG+KaniGNUI9uF3LCokxHzFA+GUN
UgUueJLgXQWRtjAegU6zQawGghcfpkIurACnfLWqaad1EFq27nbxl3w2Sf6Y
w6A4ME1KwAdEgOS36evsIx8j7wHMBtjtFTBMLe0yWlBgXbVcrcEPMgBnkOsR
cOsKCCIwUAKa09U8q2ERtLO23YZC6Dvo8jQS2rnzPGtgAoxArxi2VJSrVyUZ
OrBpmBdwblfF9ap2kEKonSZorZxAA5A9hPIjPF+A2PPT2/NU+Uvo4UcUQOBT
IFxBUQLgN81BKJkliWDbKUlTgAYZEpvVEjUv0D2xmjVJnzAc2i2mWZMjHn0D
zWBd85yIQ8B8U6RkUwKlGRErQDj2HWxLOjBkhlj1CkUtokZ4AASYuG8qO0bA
TmiXL669d5M7Ld2JjmjEQGjxT1R5wqmhXF00C4HC7HJOSG46zwkOuOc1Hacs
rsxz4ANG/KheL9vqus6WNzg7U4PxxWluqtV8ht0SksYTZhTD0BWmJyQEG+gK
BMMJvWjwCJi809bhbSCIoJ24ZrUVUlRHJqCzdr1EbRWuAxhaer0Q+lhGe/kx
B0R9SvS9zpslHEuBG3HFNwRRBx4D9t776hwvaH9SDZMZWg7IBYDWUSCnsQF3
rtOb4voGxyrw3jOvwPIlg/HF29cNsxIkIubcMxzrGW0gEg6kUQBLc/wPTKah
8dPzXxBsADAYQGGudPGuFFyIbzKGpiH0GyCV8RNNGDUmcrPkOG+yTwAwSHpx
oGZ12ayBVSOGQngWoWfCKiIGFhaGGBXAxqzz//oVl0ZMDT97foDPMoUtmkSe
Aa8UoEFuzOWqmLe43EGWiHt79Hwfe4OFDvJH1AhtE9KoKGGGiDbwlsJsi7qH
ZQiW6E0gQHpxcPnJgwfKNCmPz+BrNGbVCHQiO5huMVhv4anXORq7kK/AtyQD
BEgn8+ta8amcG9Mr2t42ImSIaod5rxGwQwXyng2xuZ+yObZHmNN7gFCSB1TL
pNTG+RPRUa9u+XWS9tg5nCOwXfPc2LosgEn0g/G2e5e300lyVNV8+2aIVNeM
YvDgWYWklDUimxWL6DliDlxDOBe+SOg9wJpyOsWSpQvotEm3mzwHaOAWzdev
OxOPcqB73rOMB0wz1LfmdGOIuGnHuD+yuy02AsTZjJgv5jOtluN5/gkor/QM
3Ci0nFV5U36nX2AnWeiTr5S0B+YHELLtTcN84JbspGGXrVHn0HBw9TcITgA/
zcmAuOZ7cEBXDxcO+3utr2hEZYsMWHH/dFR7xmwTwCHhxyzwtOkyrxtkXms9
I+PRbnO4aUTvumsgsqWnThqQz8Bq2wzKHPlOujGyC8ODTMg5w8QJYi2UF6FJ
Gq4mJqcrtwWRAmTwlBChripcqMsVM9DR4qhz4HYYROxrABnkt+1r+FUrHIVG
bZPPr/y1Kkgk7hA7OFhd2CisCvq7BNoKcHPuGUa8Z9RZIczjoSodT7hPenRx
ckL/naI2gwBRZeIasEhe08v40Qh3/iZbCkkjZK2f46q4lQdp7KR0gjf/LuCu
A0+yAv5MWFF+DreCucUgtdMswk8eeIHo0d1xpByIy/W5kCj+1rBPEfes8k1O
HPKC7i6iW+DF6izpiK1EBYFrq5Av00ulJDfNrrMCeLoAe0X5KWuAzxTq3hCb
gf3QHaPOAKlZTyN8hHeprJj3go3pjUJ4qhawAkG+LBarRWhWI4oXTly4uiCD
M61CmQXv34/KbxoXvJEHvTfryaJxFt4wc8cd0e1MfrlB3lNJeobXTSQA8r5q
ifmi8wWyzpT8l4sRYk3irHHnLnMn6mUC3GXHmqhMYK6IhrgbJh+FCnlj5IPg
62ObIF0bEQSHFCnyIYowQSXhEO/R8fErEVdRHeuoE3EtoriBzw0pA+XN59Uy
d7tBhmVaOvwBbR0r5/k3WiEfBzETS6ASePC4kfP8s20q+fQIO0e3oS8BhONc
d4yz60gI4fNkmrwJCBiejOtB15Jd4DpWIElnRd1Eqgd3xrgGHdPjBtVcffkC
H/IP4N6UQn37qIIgD6I6y3c4Az8yWdSCfnqSHDYDIFhWXg2F/mVZiz51jq1G
6AfhsrpmtiQIQSCCVDUK98n7EjEO05A7IR430VbJ3QsgVeUUrbpkHA2Qm74C
MXWFerltBELliJ/sPUQiD7R1UTWtiKF2BASu4XqakvNKiApvFUDuLs5NYdpd
MHiNAL37c/c1LPUVotbemggwIgjHIxH5NOiQCCGipu6abgkJkEtTtExRfzBj
tQzhNpJx0ZuN8GKZ36KAhQ5VcqnLjfLqCFq2mSA6FgM6ba/gMhWXBQ6EV/AI
V4ILGBHw6ComDPd6ZKgmzQRRlnJ/N8hhyM04jcHfKYKxBkafixK9BiD+cYWr
4SEJvJo+ylGpbQGoVMQ2IhhTYAdtxswbC/scxHVWdEYtgbOlO0BzhWUhTjBY
I9EQm27nk+sJygQIG0FuhI5kBrivO7KfcGkZXjM5AdasE9PRwYWA/GYs5zc5
Wq5JR3xVVwunzrK1kyDAO4vMJpJuVCcV13ljSiweJ7JI9DSIjDaQKUV6jObj
lMRosuARAWIYwP46FEpGISKFNslDonNN55qJAFTV/TUI7w7TmedXrahWrioU
lcZVaXOEOf9Y0L1hsQpOSIYXnYrSgwJJIxsE8KSx76tsitseNCx1bpMvs7qu
bvOZQyCNLORuNgEPuT9NlabPluSIBIDy2lTb5DAemc0IJp2AyP3xJKuluDIB
+WDFZ6Qa/hE1j3m6t1lNnF6gEnABXCLg8ZEzTtVO4ZQjwkL9jfC9OBHRsAar
kQyMq/kEvVWr5k7TFSAy6xVR8co0WCqWfMzXfDKIMeVQbHJ2La0TaofnyVTL
0GtkViHzFlzAFSsIywo/VUMMq+0YmSGmalDVC9cqb24AJZAGCNVabBInvFwT
UlIeD0h/QXOnRmtVpuGaMtxuxl8Zvm9FD++pHUl8tBbiIZgBDgPictwSHaMK
EwSk2Kj6w/juyzywSqJ7ZX0LdTzQAxsBmD4Z+9AxAJqKBd+phSro4+Wmv8sX
FTz2xrW3KPnMVmrnio1PxkMNzipSmSHe0PsVBLRgXSqdbgOIDRxcEPVG3goF
Nzkrp2yncmYoMYsiH8FnxOx+688CDzJegFqbZgjq5bQ1gXSCN/0BbMicNaZo
kriE2eRwmnYDsD+/V+9k5V8e1O67ryiliZ1ls36sqk0tQu5TQHmQF4f/CN9n
mqyVUCG7Qx1Dk+w/6xn8RBx7XpSDRwZ7n7vrfQV8ecbGDbjk1+gXJte8t63+
wXdNij4GUzIYKwOsZ0/9CrmJekAA4c+I3cprQldA3UAwHcGnc9TGMwrH5iKR
41GylG+HwhBZlMtVK4wb3j0S9xFhrmW1G/eAKBaw91OjKbhw5Lxu8mxO+nm2
Bq0avTeD5lRndGqi85JzJOa65hvbRSJyhXlGMIho++o+alDd+hLw3u5VVsw3
rAvOgm0IhGOAf2MrAttCHFITIDQYJ0vBJRGP26zG27wqgWThuQ3jmo3jE1si
3WBr+AVMIjrvaj8OgDqKJTpxgak+GgpiTMYKp6theMRxPpbVLWwnclUEWkiB
bmAjBeBYvtW9aHW+jZh8DGLxDGkb1gONR2wkUEBAudHp9Jbo/wqToXOsPwkT
tSqnzBAgIKXDR+XGp2NBCI+PbSNAX6OaZ8Yu16KAD4ArMM8bgWC5QuiCJcwr
4JJmaN4nrhe4/+ySLB4RoLfdjXG2uiVr+reqfFHMtgQJ3jFZwC1yEoztcQY4
flDEpO9P0ImNedC0JM/hHZy8Gk39XVNuOHJwJfU2oX0c/nJeNHinSfHJzqBp
bfq6aG2wHubiRoJlGraDgyiVqS/1nJytFFb5HNk9gvSQMeCiBFLOgDdvFYc6
tMaTQCUpfugnQTCMDiMIWexFnbd3o3ZiXcXpHYPD1gzPyKwBhQUJZuv1+/OL
rRH/N31zRn+/O/nf70/fnRzj3+d/PHz1yv7gFgn8OHv/St7jX+HLo7PXr0/e
HPPH8DTtPHp9+G9b5JuYbJ29vTg9e3P4amvYbMR6QlsoIz7PMCc/HL1N9w5Y
oYBRQF+/inJh7+kB/H0LPBi7QZK3Cv+E3V57A8d8nkyzJXrGN3S8gFRuyxR1
mQMiFTM+YTdZikNq3bXgHekzNv1BX6SXe5G8QD1XkU8JXZknMhkhALZplWwn
Uyw5QS0435+mSwZQcSXGY6YgNLb5aKGKC+8z8eZei9XqfNI3GGBFkxJnHDRv
oC7ZjCcqHHpTtmIqtqG7FzzklfqBqWhtw/1zvsbRLkR7AxdoSbOjjvwURVix
D/8FV6efitYOXWyDuCoT083iNqibJWXzmsdDVAbLZ4U6TZHa6TBNep63vQlq
00qoViSbOyMoPPuUrwOnFJi5e4NSJE+iEDIoBwJ/JZIVH12N9s1AyVAeM756
OzgcqFfKDlpEGyeNLdDxC7dpuayzQvhMQA+MdgBIWaAB1N+KAp8Zk0jGE98R
6JKYG3QmAxTT3qAbIvoYopHthpTu04IYAfhFcFow0WMX2r8wHCgfyJKeis2w
jf8i+NAtnPWoMnU+EJLtRC0WOES1P0di6V0ymqCgDe58MJt38hsjk9bdKc3y
ZY6m0arszSm6991pMRuxXNXAAjAlgGELIFiEt3jALATaOE8cVipO2OsbgGc3
mu8uW83ZwPorqrFkZ3jisbuQqhMUmmzPxHpjkEL7olRqEhhIZAhEdmfp27yq
8A7GbDJgZfImAWlnxBKRsMUkxfclLb2hsHHIaMRztcmMnK8Nz4TYz7u3/pas
WBH5/1QB+Hq+wB2k49cRGpSbJ2zVRPsqDL4a4/gCycPYS8vLCITja/a+sLMv
dfuN42DGU5mfNO3OxNz22mKRNyx2iAiCN52uoam7cFBkNcrxdVXNZI4jkAPn
M/Spjc4NlcgVBdRZO5SVKMqcnTMRxTXuJNixUlZYNKxIRA8QYoHlAGAGdA49
+WhRXN8QqlpgYB8fPGvinIRMdtaKdy2MgwBfzqq6obnr2RCSJR8/tk0SLkF3
Y2rZP/yg+Wf1mELOd03Qo2VL1gkjyVTUZyRiPs+nJtsYbpK0CxPi1qrl+BU5
Z7CLUDCleEfsLN0Sf2dkp9ItUmxujVQjIihe9b30AZO4MZC4ri+OKdWYr/Ym
ejL+45jEIGbz22zdeM106BTvqrOSiCOTbpf6rMHKqadLp7vCzUX3l0napZLk
3YKWx6AX4ZOAZoIhJwkFzTSkIiCJssf4A89JighVGQJkzujWhUmJoNfXhJNf
YlvBwanHW1DNRcpdBUbiAkrWWJjNCubfqLkJ7e3xMB1KYQNOs7o2xSSpAiM1
F1JOkbsu16LjJ6W9GDJIePvjxcVbNM0hGIwv8C0gtflsh/riDel21t5wmogV
xyQRH0QhkpGN/6r4TA7UaqrNppgGIPYr7fE9kRdPRvaw4Isk8DyKbRy4z5cg
LgFZFe+o45Mfvn7dUeXmDeAl7MtdLZj0gImED0BOzlTV7Iwf2fO8rc/DreAA
YEqP+5Mz3C3ctzerq/ehABlDDZlMzcyprni2Gf/+m99A52PsZnyRXV/nszGh
g38fRa/ew0V0L2n+8h5H5sfjH9kw/u8APNOPOSLuvEQJGKZwtSJld2xAb8WZ
gZSWE9Jj4lGJSYP3br66po2rUnRXgZUSSmaa2OQ6kl121YAyO4EJc5wzfyZ3
8OzKe+AiGJnrFk+QwDs+OwDFWVEjYx6dG7ERA8gHDxE7Zk9+VCWjHNF4Jz3m
3oLtl2xTOcrnqEYMsQgSugUQiYFHJOQ5jwjy5ytE1y2uxk4N/OXLGzJc8gmx
vxvZucTc0YppU3rzYFuwRfCKaGPrTqXs2D7NeuAs6dCXHziQWB7SQWTQVjeK
I39BBp4vrQcX52vClzeYmDsIVTy5nMVWyEoTQ1zyN/iHc0nCJaDmL9MN9yLd
TTdeizRJNn71EnGzPnvNGOiu1j+8f3P86qT7QbJ5bBnBng6M0f9CRul9hNvS
2ZxwzW1z+jdfJ9h/g6MBUepMa7jd3bNC1gUhiBHulwfBLUa1cXIFQ9wcglLH
g7gbP2NeMiJ4dH1lvnzp5B1RP+vw7mf/rudTkxzO595SPPLOamiCUMsy9kq8
P/9cqoWsGQWcoBJwJl350ZwVo0GkyRK/9/chek9mB1wh3d5454R86vbdkJce
WSlQNs8AGUTdiVcQCg5487TDbmiIMb3oLo+qAGHvZMudVM82U5b0SVHEnAtR
9pJeAFvZKM5sptVSKEKXJZsk5ya1BlG2MbxJem45h14UQ6w+dVahrkXD0RJk
WyfJHwETf0IxT1XRlw2b0q6YaY5PHlmZrq8Wqo9lcBSOgJp1Z6cEL7hW4VXF
3io1WmWpbB4e5JIj1VSb1ip/JA6sOH6CQcG60cSbi1otTU+sEfagl4gsRITK
rzENCvF6X77oZxjrUFono4D3qTEsdlWXTNlNBZaXdFtCBEPXew6lqzCVjeZO
JF3+BgOrEgSIMf+pXIrMXRGKYyAkKDDKMhMTkr93EMYCTpXuZJ5hZ6H88zRf
tqIvoAndovNb/hmhuWjna5YqZxEzTtheQ1GI/kVQpno432xn2Jbh3CK6vnIY
fVexs9CtsAsR3+GU0ufFoqDgutGQ2GRj0AhXxOLd3S8rwInnaDzXwSwCtcK+
PkBfHwBTCarWe2WGmC4wqcr/huB6QFFtoiYpKmOlNSq7+/vehLMl44DJ9hIK
xkN/zBFrEDH85td+PqEHvCdkhUEPIiAkH9iJBaOW0zf4pySPAnpJb76ajM8N
fcj15brl4GY3ElJLDKatMw4C7TcRzxRpsmSVIQcSNuyfB4B6zT5LrPNyjsrs
KbIUCfnQLWqWbtEMtwC1OsRDrhbseQY/CdsRDbxi6Z39S9XWFJSr+TTDzZQY
FIIGDXY0F0IaDlbzBjnz/BPpWnQOPC8/E5G6YfGVuHlcr9DiR0SXpWzuY762
b5BoRj3KtTD8Kgu3cyTLVQQeqsZg5oTPULpPVHhGOCtV76FqA9FmEEzxLgb7
wtYbv0oysaASMc9mQTSwxEH0ftIBI9px8n6EyzHPM7jGTw7Sy6LVcIy6WmI0
PCD7z+S5Hz5tir/QrJFnAIRKsd7C5C+q2lz7hXPrxoZMCLGKjbYO1FENxd7B
lDqV8XFU9F3gqLqRImS7FHIbGMQZwi3oQCb8jJoI+Pt+8SWunt/iGHiEQ2O4
a6RGXQsMRzRDl9/85mLznBiBUPir06dhrxGx0dzVxQJvAIbN9LCIkgOQr8fI
5pVwmZCJgP70wuAnz+DxpYvespSXtMF2tr0tUitdBLu4xL2HvDfm4dPdvKdh
84IsMkBk010QGigFyDZt6nieXebz9OX3vMdjkuZ30z+l+7/1T37dwSSP9hPk
k6P/lbawKemEZrC993AyeXqwA8jEPXw2mTw52Pk+EWkE0K1M4ji4OpIejTSe
ifcz7Mi5RnG8r4SEQuFn68EGas4iA3M1BYGg661lDwcN9eek24o8yL5yuEvR
TFeUbBjZNuT5h0xV9GHuXbnYbfVBusqBZ99+X9IFzOYaFXp6HEgP+lZ85S3Z
wuaKatii2Yj3hbkTBuKaReFSUdC/bAtnOkkW1SV68kqukwxQdcuqWOTGs/QH
YCSBoUZn8GWefeTYN3MEBNwZJCyKgCIDNJmY1GCsJ1HnTqcdhS+eOuISPkNH
6BF741J0Myy8YbNbElTgcvU/skyUpZEXChIJ0pd66qWe5pc5TB3YFYoIwDAL
2MeABVd6KHPWPHIGQMysIZkxWKfq9rVuEqbLK+bIJ6nrUbnf+GtVJ4voyd75
owTN9uL3X+eBJrHM5x3vKW4tqJui7hKNtwZmJoWzSjWxERphiDcepYi5KLSJ
wn/I+d16Q8lmxZI4Z2tBrHlbueGitdNN9a8T2wj1BuONV3adnYaKK3H7EEaT
t5nmbydgSAAkxRG773rrbpFregbBIwvG3zhcQhlYME5e9Ol9R2rvdFUBW5kv
zcBiTqiJOppGS2b+X1NvqBNZrGfgDGIIB5OU0QheYmkbN5VcI7IzBTnAwXjo
jY9QTmDEIa2S3JCd99GPzAXsHdrnPl0EB1Bz8gnC3ETmWNsdCCKTlqDWcVaX
vEY0yPoMjlAgNyv5vsMtBBAJMDQaBByygLOGIOfr00qYI0XuYTQy+3+J4pfJ
qGoflhlbXSM1TnqVk9OIjzpAtShNWr5EtHluKu5DJi3in7T/hA4Cd/GcFonG
Q+KJ5nl5jZrpPmvEnSuvyiBB4eM6ro917sRcs5ZfxNxNGgvlyYRbE8zCXmyP
HsnBIQMySeynuJYTW9K0mwV/wm7FJ9L5qSZdWBNNaXFJVlO8MoLA2I2fARrn
MgZKXlyXtnNNGpzPcP7CG5EiXCcIaN9dfm5B19vsWNcruK2A/dSRxJhVY9Ac
r4oiP5uAkuSvKZnTfkAgl7/Rmwr+jtMT/hVaPvz8cA9evDt8c4xtSdOP8LG3
/2yU7j3fR8qz//jJGPk4mM0MZBQxxQbnhkp9zykFmx2tXEru1HyMw628JGyB
Xs1lJikVmFrZpSON2gIz8sBZo004pGMI9mCZFbGxwhfSLZgpX+UGIbUt2xCz
TswaiPA35vVqVNzUNp3W4hXwjS1hceQSrqek9GF8Oy+u8g7uDbsXsJ0AT7PA
rOoCPXAstFJGp9QZX8uszObrhmS4HlDqQe/DCVM2vpP3p3rYFjFBL6aSlbFj
HFGPfza5w8dO+KcH4wOAFvzvk4cIMPTXgcSpWKYzaHr2/nSE/zN+9IS5oCNk
3gJqdBJ6dyo5JopgFfXCGAmgEWNlgwOqxvEZQ1dXbV4GoptxmhjWLSFsvT48
0hTLuRr5iUCYhgla0OJg8tUlJpBp8+BKyCufpNtvqlZu6S1FaxsJ5bh7UxRI
WgDL2tmEKHlrFM3JYQQS6dCiSRROZFpePIauRgkYv34dwSPL7+lg4BHCwOuT
0/iyH4xnmITZbSITcm/leyZtCJ8Atta0p0fVTDKlpU+kScSFEpmcZk7y9GyE
su7sxOvy4WSNF6TJk5khfe/ApVGgJuLnSWOTuwsqf7c1advh+dHpaVCPaqQi
Nv6n8Gf6SEYmLyPcKA7Nf/j50aMd1pvQtnHnOklzPTaPslerm1I8+Vfky3n+
L2+8a5fyQVEucz6fLy/SB8gekXDZjFvG7phE8+UWnfmRxLlSjkFss/VV6Y3F
DeUS+sbyGVmfURyHnb9ZLdD2KVpf4MFKPtwyISSZNVEysR0S/IEKodyPIpRp
EDKNew420YubOHRLfOIJi7XIiegTVJMmjt2ulhle43DGQbzH1Sw4GdtaHT6K
lnVUwBbNE6YjyDykXe9/i8Ago4hoI+A2BJc1uuUJ4USamPfw7YJoJ6gmPWUN
F4+UyEg6ShRYoIdNzyhKkrzyskZY44RYETg7ysjAJ8kcE4X3IStyBWCiQbl4
+aOJiRmhhCOaJJT2QDkumDJ3p3QXTwGJS7RV4pUD2/CUtwFaJ6lrH8IcfGSj
n0LEezYA+KTi+216EW2iY3RjzOX9EDCTmrD2NdVx4XhGXLVG/OpZZSVNZZJ2
1+PnBj3g6jHBMwMF+sGgnnmBapmWUlTppOB+NIBVppSahzWxsjN7SUr7LD+J
IaLENySdCfAHoaKwIMM2Vu/ycaADkFE7xxxfkrYOmYZYTHQImTAPq6klaDyC
WDEChbScYU7KRrdyqM53E7+US8gXFJPykqhVtaYENyasMbZFb2Fqt1DfYDck
iPUydafv373hUAEj8j3xUN8hHlzVzFF/U5G3TVjTVHiGQ3eSxP5mZR2C85OD
8aqej0mfqWq7/cnk4GAnjfV2TycTwP3fmxPBAyyvBf0BDj2HCz02AZWXoEqr
7XP+KVor/qSrt/KeSc1AZ9YLsVz0NxmZ7KSZoIwGs695YzFbXFlJRhaOw3/T
W0YKowCNTNmqMujHrvIxpuXPSVGCmsCQ3Ae7IUilnBdZAB6eNiYKJv5wpCsl
QKM7myQnLuFSbxROzHajGSSrWymsMcLI+pb1+qjx5+iZ8WWl0XslZ2gLSZMQ
GWTX7BnJ2iBVlV/m60o0yLErgEmFbWXZHH3mRcWt50J1pZP+IuhSA1W7ZrlP
8uTBmiZq/tAUAriTwZ+r744gOhZsdum4RJ7BhM2RbH70Gnq+DGRNEvONBW0W
TRc1YaQg0Rc8HzFLcAc4KnG7rqdR5ONf1Yacsc05X/9eOB53p77KDM8avfDj
6fFZelbaSb41L1ONotz68fhs6z91eMg88Gg0A0rNQ0SqEYU5ZfvFtN3I/4SA
BUSDvOPyzFJ9uLNDE83VAIN+ztettdijGgtKkVMyuiwI1JB7NwrypuXgObKF
jCdtvoRROKaXYMhlESS3V4Bu4YMgB2AJA9WpfVtHd/53KOkCai+/hdvP/wuQ
OyPQgN7ltyB49wtQ/Bey6fyObTKeFCRfPRonfizd/qPmHTs7ed3J0hssEMy7
CTKPo0bj+LMzuO0Ub3BiudFfe05pG0bZ0XuiKc/YhVXzmqBMQJjdhxPCsqtb
hUaOa2tVrwHIplA/oQBumNYFES1zm6Iz0lvCTbqaNcBN6MfM6XxsFpx04EH6
jrUcUhXnB+IJYTWnx7wtsRLkMryOXPP3ngh3v61KDNEg0/YTXSL+RNAlBjtC
D5drYQM7GpjxnRqYqpbrfUsoRIO2aAPkmoY0JF4do1oH2BJV5jCmYeWxCN5N
VpiCIhqIpQCMYEekiYpoNLTlrFLkwOZ8TcyUeNWyHmO+7gETbAmn9EN5C0k7
ABbsbNGoP9scs5+qykyEEMYqyOnlJezwfI4YmudZ5E1nt0m1RUb9WPfFhjGQ
bMf7j58wsqpXpEFjIs6hTbBBpoviAAXNb8Dg3dy4KHjLeukzM5m9//mTrr2f
WZUleQBTeJkOFfkEDI+qaNsSbXK8SVDcpqSNRM5AwrKm2CNJuJLXQmogAFih
r6F4LYgx3pyaJY0cHqJeJuYugbl0bvV0fwhD964NPeUQQlLJi/HHpoGQFimD
LD8dF07RFAZ8o0WRh3YCiYqPhFoYV9w/JPJGrT9c6MCySplWj2b3+nD8aoT/
+5r+91y8eujdEaxDyM27QxRukVPlDyjcEzNiU7SWhKWQ7o/UTfsHpE4mhjPx
kbpXRU3pIOdXLKS71U9oFkr55mvp6Rn2lDDrSjsQ9RTEfdfTSKj7+DxMNLGJ
snISRclHT8IsYXGUW9juEtweTMkvujvgjIC7g4UkxO1KpAGG/B6xMYruWrzw
4O9DuKJZZpwrJCsT3kS8AiiFaVwA8XjRjvA5ULKIFWUNgJ0M1XsSX71H9K5S
e4cYBacdVFdVTXg+pxI4iaZ45bZcF4cjxm0bXKK1ivPFlqnfg5SE3giO08t5
Nf3YJGIiaXIMjqGPeBac4plSaVW1yzPtMuEcUQoXyc4lOQ/yz0u6JcSn/RGY
TwznxVT272LFVTdUv6c5jZJdYGhgzszmUVZWXM+PUcAkpaCDyA8rMWc8xJQU
p2xKLaE2JGGqfVG10qE5t0o2L6CrwuE7xzhr6/BofHwyPni2xfQoifOLq2mM
E6tz3OLDz4dHI/jf4xP834Nn6tQpaI72gcj3o7AM9rZhB6hNmHH0DdTIGmPu
OjjtMLZEt7zNRfkiPEptEU1r1F+EPTd20khpvy9f4D945IdYTlBzCG/w12Sl
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
d9jp/ltMnIO0qqd+Fl8lFnnF1ydL85bcqJ1n3ts686to+U+f8deSVOW/On6x
bdPdZ7ZsNud33UHhZrr9XTaaShYybuW/bgVeYMJZ9QrQV8UKI5qPVrUemr62
w5kPO4N/C9o36/Ad50rdQwvylKmaQTtVsQ6aebXLSnS3sz8qlfLPP//sDsKI
terpnwrodK6+OcWToTSTS6UqpiDJhvlVCLvhtvnCEOZxtPinz/gIUx4RmXy9
2cL3zJQ5LxLlOeVJOiGJVTPWbMnijFvbZqw4tVTA4l9C8Rqsul3UXZSDUavm
ahI9dyLy9v9Vho+mtNZ8unO/M+PDtOXoOENjm5qjqas7rUJn6yoggjUQwSsW
R//c864Z9pnGX22nBbUuxE1G90Tm9WpFgJNzd1qO7frPn0sUdCdMKRRDtWTY
jPS8/eOiVQTvvnx17ueNqDXFwuttRVU4M2aUkIwgQ4TDLXH0B1v1TUpKrl56
811ZweRU5tLybltI47f9V2kWJvB5y0FTyYmOWJIhVIC4aqom9HnnyRJSyz99
hqeazPc2u5ebOIl/btpf1XQlhXznyf7rRcfR81fDLfJy5MZEZeqUp+u6o+Qi
WYPd9Dxer+VaZIgecmAClSKUEuN3XoV/kYqUztZ0uPHP7dySoqZllzN9ZbVZ
LJySHxKzUsU6OcN/56n/KwSnmfid+vE5BzJqGM3vmfpWjfnfYvam0ugWS8kU
IhWPkMZ+mZWgO/P5nBMM7l4LC8Pwb3YIXjhwD1vWwXmieA5qEteDqsQsudgI
PqIpPH//urhoE/9mS2MJxamB+4bRL7YfGYHHoNt8hnxC9UqbcufLdZq1fh17
YbetEWJr/JstD+kEI0zRuIN3cuoD5+44kTso3gzAFEb6kUcadYNqndziheyu
IyU8sD9pDUjdpCjtt29eFm7I1u4NGaVC8bfoPtusFp89j+4Xk8zRP2nv+bHC
ZQHVt9yMuQiQMNm9o+PvqOMz+cK5O6ModXiCc3jypT/3Gqi1aQWsFlXa8X7T
VqjqqNmxMgpE/geroSqx0t/QEM6Qvyu7Uq2LqdRQvsAbNpRJS7+VnJN3tFtu
SKyCiIoNVoVW0B0ARxjI8skdMSFXYTFEvCKu3C7xt5Mt4FRswuJcJibRPxmd
nPnZMsJAKnPnJFXKnLtijnfK36IaVkBbhHOg9aBiaqdUscbXBZIbloo9wjcP
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
nXc78TTqREHY6fUm4TiK+yFwod4sbrX6vWYQ7XLeg2YURa1eJw7G4864M42D
Zn8at1uDSbPf6QTVE7h1RtLCkQRxJ4ynwHWaARDBrDcbxO3mdDobzFrtYNya
7jKSyWAcgeCLZr24OYl68L94EMeTabPZb0+DwaTAltTId50t8oMlGpFC7up1
D7WzPSEkboHTjV1V1N2GKpF9j9A2b94nu82DW2TxnTOhn/9BwtiK416r1dux
z26n1Wu1u+Nev9UXgdzf8dU2iFeQkAOwkM3d+o6vdsJWGMbtNsnuFsvuHV8N
TkjEH1sR3x3sOtcKIb/rq0YXADF/P1XtJOjvlvS77PhWMY9ScrcGXBl/ROo4
nm7+cvcGRMC/CRtH4YMUhLul+64NbJXs9zZw5zZtvQ1FH6LzJ/7u+hSrckwy
QdvE6y+9HC3FX0p0K/pKuLjXmMGf0PbEF+WakwJfNSBTyEWuNjgVJZfWc/aO
MW/kQXakVIXkiZUpoIJo7lKZFgqvhe+mSXSxSBGSjDorhHG6AZxJJqN2Bi14
q9ap4nozJOzDdZ2awA3jA4kcD4WC6WD7IG32KTqPAz/oclXn7vSvF35oARss
BHWRQk9SaoadFqYjyabO3GKOtmN+BUMOaKkkDyjz5ULODpCAtjcSspJLF5JF
Nz3mrN8t7tDdDd67TN3djFzHKWov1jrR1F6sjYCouCKPvuN4Ynf2wfplnaRw
A1T82RM1xLmxKKkLVfpChb2/01rwu7nN43d77R0DcnZ66M8J+zXD/SPBv9rI
7w4Blvctn6tiO7sGIseIxYoHwAkFRjeifL9jK4jwGRveSOwC423ok91bcVnA
w3QzsPS6EszY6jQnuyo9YB90p07gYBhOQQkCgwn+ne2qdDnRjxzaKC6TEBve
VRGi/tsh6E4t+g10KHTZoCq2s/rXCzkistnCUMZ+K2phMGMv6NIEd9ZcOzD0
Diqgs14b/p31TFhjsKteF0TNZrs9brUHzV4/bAYd+E8T2hq3wt5kN78PTKc1
bgeDcDwNJ614Erb7UTgIw6ATR+N2ZzdfGCqnwXjWi0APj8POJIDRtHuDQbPD
a7Pz7oA6DHsBa9GB31r4exj3wBjqth60Js1Jqz8O7JpMgnY4HkTjaNdGQrAm
2uNxf9KDXQq6Ubs1GQw6wNLBuo92MrDhZwzW8aDTC2adTncwHvemEyD42aD/
sDUBEUPa/hRVeKCQCVBMGLRxmuGuZN+atsZ2NaJuNJhOprNxqw8mdrQr2YO4
bsftOIj7cb8bwnL0J+F0POk1QYTsvDvtVjQIWnB8p/Gg1WqN4+4uQQS72CP3
PnJ3dOBne8uo0cCLItM28cCqR3Goyps6MNM6ynMnXlhVKH7kECsV6b3bnr9P
yK6zBDFvNhwwnCGK+6kp1pCJQliR6A72xn4qAV1RoYjW2bsDTXD35YpcYgsf
GkEMdB62O/fHEId0/atTq6NIEpxrSo5275fvDjI2q/inhRnfG39r427z+3Nv
+O3DA4c/m9EqSeXG29oljBZjaHdTwnaOtHVCbVfvk3T9Ps0o2rYYmAMNZFgL
wvdLDQCxtDvAitqdipcIkbz8kr/zTMwPKZVnXw+3uEnv/AEN3ghFlnYPex9m
WZCOD31fpamKyYe+XxSrOzFN/tnFlbNrRPtDCQusSSolmTVW2eSBRNVvNgf/
ZJr6g0RltQpWFx66qUX14sFEKeqI6hkPfb+ol/w/QlQMWt6YJ+MHUlTYAopq
/Tuzqd+pmZmfoor20PfzKl17V/XS/Pwu3Y5/dqSoe5+6ux0nAYR8nW68pMDo
oE+LagOwT9L1c+LHdXFV5tK9jbuTYko36+VGQlS06qaAdHMpn3hqLHC3f1O8
5orKt3HVQvSwN2QMTmlI0y4WscRYRapIYmOQyKmnSiFV3jAxSFSGSPyB8+Rj
nAutshGVpspJKlGYTnV79siaMZD3kAfCj+bxg4y2LMrs1GY0U22YBcf6L6Zu
pBRVNcW3rsRfjMuelYfiYrLHK4MubjA7FKhIa9ruUWlcmOh3TiWsbE9D43LA
alJVnruQ2WZ5uC0zgZymrs5lYmwORjkwrw8fp/1vntf7X347/+VCdFiDX+v4
+gzCKyLVlZ168iIDQyOm39t3+hkhg6Ne++OHYPTxfXhzcnl5e/rDy+PuD6Y/
BoCr1rwdjDTL/UTlxr84msAsrH3G4ZRmld0rBJdb57lqicfuRfN5ORBgL9tQ
EFo+F8w58Por/ftzPlKazq5eUnG5DvLpn20UZNTLpXldUg0GPCJYJFm9fVyG
CKt49LiKx9aNnp/WadHffOi+Ku7Ms/LOdC++/PKB1OBE2sqbCT1RSEswSKnW
xNjT2LXhcumfpOlezlHtkAd814CJ64Ibeb4nUM7HHBTpH1PHLgFgyLS7g3vh
Uevs8vjV5fAsunj3NEpHH5O3H9qXF83z5dPXlx8PhyfDw6vXb785fz8evnv6
9Sl98+HDP55++5N3PHo6W90+/fb45PDw4+Hh9dsfh99OjuDv44urF788/3B8
CL9/k757+fbN23ej58HFRWdS/+792Xl3/enN0+mo9d2Htz95r6P29x/m39e/
6Xy7fLr85s1o9L7/7MO7i/UP376Ovr29eXX6Y6t+9eybl63vB7Pnn2Coi+zq
MKq/uF5+/eaXVzf1H24WP3n1bm98/Wz+YTNZx78MXx+1g6z7frjuvRyffdf6
x82z+afTzT+ezm7idhBnX+rK/WxW7nmy2HzS4MGtC6/flxd+M5Y6688KK/7s
3XluwePbZ834+2HyKnn2zXfBt8nz0bPL8dMJ/n369pfT4GXybNCAh5aT1gt6
6Pnbk+b06Xe/TH/ynn53e5rcJNG7k+bph/TTyw9vP738ZdJ8dfRDG5qZx19D
s1edYPz0Jju9Ogl+HJ12T5PT7HTxMvghwd+h6Z+8iw837cXJi8vny2dvN6+/
v37x+pdvgqcvPlzePvtHeP3u+4ugHXS//yb75ebbPffk5nIc/BOEoOEDm8eF
AZs9mVAZAPm84kryeHR0NtSqgPCoSm9ORyzHizPgTfFBvf2jisrSMsv/eQPD
jpw8ywzOLKelYdFOFGZ6AUhSREQLBS2dwagCcsB73WDfD/r7sp+Xj4ZBMwi7
j+7AyfAfOzWBL+MIq4KrL//Xz3e/GF8tsbjuotyAhFDBAMLmYbvbDNvD7mFz
0OsfHTeH7QHGVzTDZqvZbnaa3Wav2echOvnB8v7gcHAYnnSO2z0M8TrpQnuj
/rAddHqHnV63dTJqdw6Pex1VUAfDTovACjpBr9ftj8JgeHJy2G93hp3u8LDT
6R3D64Oe6qPDJqinvdYgCNutYW8wavf6nW54BK93g/AY7PNRNwyDrlrpw8Ow
1er1e4/uWBW7OqZ0I67Gz/6B72YMb4dvQ9C3MvZTzd7TMCUV7okpxca9S6Z0
m4bUQJfmnCj30uuk6LHqNMcMStDcuJDCxJbBdQCULNwVK5Z6AcxV51jiOd1h
y7M4ngr1Sm06aVaTg7iITYQ1D1HbVAFq/ZKmfnnuetzkFjmoWlpTbX25yfTU
EqAViZvSqw3vTKLIY2fbJpjUxXqaDNikTRhAqPyScqQA92EK0FcUM7Q1+cZU
1y6+QkGMo9os1qjxOLptFXOpanQdXWCVx3Qtd/xw6JhoEEGLIgsYXJBU3uom
Egus5aDW4bvEtwg5EJlMM9z/mwbPnSSrTGLpLd+jmpCW4blGAl/e416oOxdz
nho+gaiZurFY8jnJwW05OXgGb0tbMHORbTKVEzmRi7MGSYuHfdtzqzuaeNSF
TRcTBHkOaqAyhBajDYOLslx0jrbwq/mNfkxswgle8B8FrWG72zp+VMs95UQF
nHSAL56cdEcUFTDSl7qt/vGw9JaTjuV+bu74Cx9LalXusybnvQaaXJv7kjCA
ctPxfV47jCUsfoE/9aBbq/wCAyWOjk+6nfCEWHgvaB4NTtrd7rA96na7x2Fz
4Fe/6PtHR732ySDsDYPR8bDVCQ+braDdOg76/X6rPzw8flR68efcJ5+dvz77
RqQc9VtHwOLbwPJJOg5xybvDPmxAv7hhwaCp3rAmiKr7dgofb4bB4GR4ojKD
Puo02/Rv96RD//ZgJvhvuw+702qFxy0YCX0yVFETdFuMrtMPQf71w+bdy6iD
HNy3aJ1+G8TooDmCL/p6d9jt9U6GXRDSrV6vc3LUGx2O2sfw4OB4NOgH3cPj
VngybPfavVbrsHky0NdGYe/kcHh8dHg4Ggy6rcPB6LBzPBo1W6PWcatz2Bqe
jJqHvUP4tT3oHB3r3EbNwaAXhOHxsN/tnTR7h/2jzvGhxO0YNRYTjlD5N7ZW
VdCErThZh+NMsRCPbQPFqKVsk3DBdgZbRCZe8WMaYG6BJzRqNyMijlykEW/p
TLe0wpeP3xBAURiAndfpd/pVOE7l98oYS0XYJgxcKL93F0qTxU6qeK8SlKmI
uFTxXgGDqRpgqfyehVz67Pk/H3h+/sI0Zz+bTaySAAXOX/P5rrJSAOSy/KDV
6/gWXWxYQpTVLoEWwQZeudei3Jm0xhemFQnPpBtECxmBq7BUJT/f+fP/039/
b/ovNlGR9ysDY/+FG+52Z2Sd/ljJV9I0JPD/Qf55lpW/z7d/+SjuTGaDzmwa
tmfRuBe0292dg7flJ5xOO/1puzWN4qDXj+GYxg+8hhwP2uEgiAbwn2Y/nM0m
4c5xU/LTiZrjnX3693riva3+uTvNLFWcybCmQjg3aZWxlGFV3LNA69OehXu2
YqfgQgM5r4xRLu1eRo4lZ60KB8OGlGMbiVfu5NXRqycE4kbtUn+T9YZw4sbW
Rc0eZRJsWA36j/gfyW9gfLWuJ+gPuIGefnf7k/eH3UAXH25+8h7kBmJfmfVV
bqZJ6lu/F28wOsnim/TidDR0/5+MrwabH8K3MBP6+yfv4vTq07NvmvMfzz++
Dd9epeH57Wk2SoaFN58tf/j+W33r4vToOHjx4Yfg5dFp+9X5tz9537hPz75N
v7QL/JRLmGW/a4iwwKNn2dnZ+tm7t52Tl/Nn/3j5sZ88H5bfkk2oGt432Io+
eTjYYx/az+Z0cY2AoxiJ2X9Dwi1CmPUv8PM6f/6Zi22DpZQQp369SsfRGCvQ
3QphTqI53j0pnAGhJIMsuQL6lPRu8wbL14lpLJ15VNBTE8spTB9L9ZjKuhLD
s0yX2oViM0i5BmiCnkliQVJwLsPkZYZkIH80JpFgUDcdqlUcO7hYeD88NQ9k
UgabK5Jj9fVzt0+Jnso8PHfw/wwx8fFaDE4yoeWg5b2o8zeRwshkXGgEg/NX
Eda6h0N8cQn8yNPvyVGYrvg2iQqsL+GzmlP0T6600tVHmi76QFI/XdS8GFdQ
B8w1b6bJdTIF9sLdAB+bjzOMt5bUASwRhiWWPfsk3izy7SCXeieyzfI4ErjA
mexkRNWfIu8qHWNY0vIyXcQGhSHLQGA7YPvkh8rsJnApYCryHK09Qi0Pmv9L
uS5McT59lLlbb9e94ThGzJZ5a8acI259lRLoGAJ9wGpDR1y2AOtNIy9NyF01
jW7FraOP1PkRO0YKG5AtpSrM2W19ndaTq+gCCRxRPvEooGvJuhym8SSa4iix
6X9soum21hEnVMgGloAWKblKSPLcqJ5KPZE0EAh39IrxoWK5gVW0r2CI0Vrr
QAfNptst9TfVDjGjEV5E8DhaWFj+peLaLa7T+TVW8lpEixS6SNd8SxuTh5vJ
uQZjvIZ9RA04WsDw5gzpliIUFlUdm3rjBAHkTgVGmpw+XEYk3SC8oVxGw7mc
32YJXova7cQvEiohwXGCU3aUT+IVmg2EqEpeLaKb09d+NJ2uEIACxuBpQe0c
QcOZWJjy2rxFazw/tDtcKI+ErzzlERwHMDA8t+MN0FXNv04QoYWysEDsfoRP
DuebeJ1isKY5gg1fPXqeVqLP8NYYt2oOzB+zc5Jf8GTaUSPcv/eb/zpOlxJN
+JukUaHP/TUzlt+sBMFPpXgKV9ugTX2druh8OB+dSbSL/Pzm/VZ3fv5SL/1U
fFT3d31QvoGZBE1/LET3G5Fh7oe+L/38Rse+8JE5s/tB8+9BeODMpNRJrel2
9IBO3DNC/XQOtBMcu9MJduF284BOioeROuodUBUTdQFP0CRciiroYIkgER0m
q/UlcCoSvUhIN3QgrsSC9axQMlJzLK8AoUbzG/jXb3U7NSLVjyaiwcjPJVGf
Ydvo895pPMM1KMMfeTieEeomHNmGu5DFPtssJlybryBZPS1dv+QKz2DvRSY0
xOoKeTXD5Ogs/S/BUKz78d9/rX/8e/h4P1wcfHa+9bfoLvIA2vfneZXDChx9
CC39ISnq7pfe1+kN8sWaGSwxSZJyGuHCDFV4WI3NFJ0ilqNJUNTP5mmEdTq8
ZQqMByvwTHi8yKnVbcHBbSgnriPYDRxoYhclXWXCiCT+JEupM08rYGC9w0/J
ldHSgK9Ntd6SbijvJxkPzuLCogLTCWG+JzTNvMb3xF3q+1ZaF9oIdM6vg18s
DY8TjrRCvdBZ/9f2JdLyVIIi99zK9Pwg7NehQdZz4c9B6P4J1rrzZ55D3sXy
7vnTu4N5+aH/X8AQ/l4POvRnX/5s8Z8d+bPTYSa0nUGZhtDf7jQUDnINtQe+
sswtTMg2lB9RmB9Rm0fkvQT1pkZxWEID9+v4k8lmJQopZendxtHqUebhcXfQ
13RDa4qMVdQe8xoZ6RUeQj3F0fSWgtRiMQ2inBppXlOUQeQyOIQGAjIaBCmv
pCU6aippXKRvuFKB+nTbO44mlx51m2axfq0QyHSvaldteseSqcVPS7A0yMyo
EWfr+oTXAF2IyVqWSa5hYxwAL0Vx9iRjcKYUPQj6UbzEsrAL5w4U+M41ZZ1Q
Cw10q4h2a9C4Ngu886NqxbLkuqqkykucI+g2CW/sCgwb6NJs8iy+UR1c2L5b
m2yMPhRbBQXBGVkTA2YqWZ5rmzWdXz/PJTnDVvjxcYztI+lhzullXvoVt9GL
CuLRGA1yp+iYkHyo1ySBHvv7+x8pifkAjszywH7rn+NEePzOKL0KtunOCYUK
cSakd88wwiP3GDyA+/l/Hv/7Yxywy3oUrnUm+tHfw7b+TX+27Z938sA++qbT
xTSzqtbfg3xTrVxT27lg379KJqtU2+OmgnxT9k/PG81jLNtdw0UWmWWibVUd
WMAjpsAXBi5wkCpJffJG0KElB4hHUQ5XCZhTmyskOm2Wj8lK7vJzb2M36HCm
3smWxWN5h7WZGfso/rRki8jck9uREraiKTaGyiKCpILJaym34PGR+CdiTz6y
J7CEhtrcZjl1+JFB5gOrywMeBgxGaprl1iU1E6uxJmNOfXH5vDwAY+YGNEsN
6Byd44J+8YX/MsXa2Tiqt29Bz/CGfAgUR4E+ZX9qOwjDz58xlANV1gkxyMll
ihaY7rPhYR5OB56CPrAB1nTJoGfj09AK32eh5YndjWOXcggTkxfPwz3ABSUy
wB2u+ZPV7XKNgLXoW6zDbhOzWMGyAhvXcmoEcW70ROLwrD96o9dvWVNUPNwG
G60GHvcmoprhJiYHbGWsehg2wd7B9zBVtOG9YuGN1WLFLsXvcmODiY9X0SoR
np7DiQTF1PaP9RCxMiNHiZi9hnmtEQ86lrTKwkajmT6hSoqbyZr9arIIGlyO
s+a7IyzOwOlGIhQSYOw3KGelqLTf9nnDpqmgWmKPBhwe2q5cdi+/7IwxD00A
yY7RsbBcstojhpNiShPJ2XhAPBooIWgF6V6RZyA7Yx9MyLRapB59z24RKpo3
nap0/wSjIkOOI5fI7wfiGswsLbjgmIt89yAUiVcXMe778tZEOpFfWM6I62XK
xDST1TfifcNJo4mtekrH5grrM+pTWUyr4Dwkyoti2VoPj2S8wgagrxRhcaWH
BRBSgzzHoDV8lOFcJ/GNaotsUdvRMfOcpwgmRxQVT2vI+xxfsbK8Hc4X13wQ
o2tFPsBp4lpmlJlQNTIl+po11KDhx0BrV9FiM8MNIU0ZZk6HxdC8sKeFU9MQ
XW6Uk4HlIalOIl2KvYnnBjEbcUwa/WbYCIZvfInMzpXehZntwwenRweickqs
lFOmUPdrmmAtSe6NdCHmYQiGg2gpp9QMFqh1+gS+ucLhcBEUGF3NWXFMJUl5
XjiXMwob87xSCwyIjCtNvkNSweIZSEpDd4siCu+EC51HVGgY2n/BEDR7uC12
ZljkkofN3Ou5/o7mMzrhgUZsJCwBBxELi7FsBAfd5Zr3hi49MWQceaxn8QJh
by8w6mGN/vWIMliQ5i9NiOPkMomvWUyQLsBNU/DoDLOm2bGbMGyKRg1XDV+i
ENHAl/Dkxa26PA0gLnrtwWzIootY0pkaUmw4i81DAmide4wpmgcHxLLiOEnq
DAuHIsOIJCYQZZn1HOFhFvNASsw4WMPcHrp4OfVG71J5sxkcyjskEbxeRRgX
gqSuygTqvVFhnCbMIxOFIsqnB5lyiWTcUAkbi6MkS45UXiTHhvcS5kVFvXAI
JNnwUjiZk2xBmsJiNzVGJTW15S1NbSGphofNkVW7RsOMlpO2TEPMUZSyqWjv
rEDH05IwBTUIGNYFVXolKZiwm1661nMD/a4NcDP5moA8iW4z873zDnE1mrld
IyKu3akemS5Z7MLb+RRhNyQZBIZbfYM8Fdh5XBqpvoRkwgSOXBUXUURfQpNH
NfQS1BUhyIuYonvwioofi0lnEXJE2RKZmjrKECW7i/VE7vEttvYO9wFGAsqi
wFKbEjQlcszK9IjjL/E2XM3FIzh73+EQqHY4tyVfmFVGJle508664Dsw6q9j
KkNAkXS8UpxiVz4dDpMx3ILZTO58g2RMr0SUuWFQiLSaO/jQZea+T+HnQGHO
uUZ/AcK0UZPUIlUjymKBs1+YIHJNImzY+I4JuYfwSyUIyztY0ybfBHJQvJjZ
ssWkl2htB7nUYbl+oDyQ2k/W6iknGbWPVcG5nIM+xT3v0xpEgnVoJnNgHFmm
2JHbl70Vs0hpH1CYw/BAImzji1oc2lz/Rf5Fmk5xahG3xJuptsmVyBNzGZUf
RLoyRgxrUyJ83BhrpQXnPT4bXwOvkzIjDEyC9Y7BOgPtFPexWt9g1RI7q/Fy
cr0zOqZuWLlUScFtjW2bQhsCclc8uXjbYJTt0npGVat5TgLPRp3SkVnFy1VM
tKjVtWnpqCWWiWJi0CmSQ8adV/WiQ2EWD6b3HJRZ1MpJ4YcZYoj9rRz1LM/q
YSuxPLypw018hmZvdPDr+JYqf/F2ZaZu0Jgu96U625UmTQgGjCydpE0UTzWx
UHMOMtV3VUqxbQHtiacsNYXH2Hk3g9FdLuhOdm1dCE5Ohh0kyUWLwMbXzCRY
tcsaBzxMqEYBF0kgga3Zt8jy+fIdbSiinaevz0DX5wxeWDPDzMyqFQlHdrZ6
xWSNrILOxpPTDjE/eoWoLyqSGBKJQw7IyQQOiFZuyjp/vhPyWOZ6QWpZ4AIZ
nyt7RnT0sEIol/lLKtmuDveJ+lhwoE7DZv6XGEO2yArEoQyWDyfRdn58EpRy
W/PGTPzEdslfUdWdQyekDPJDY7yrZ5lMpMg2qQyhcmBYYP4So01UUJI+wrXw
bn0tXa+dszZmw/XUtCLVDDQyFIrF9ZDjbbVzTTMqaDOeVHgviGSNq0HORXMh
VSgrvN3wXnH8CF7xYysYasAVhTCWUcxRqTTINp94iUR4jynNsaJ/4UjGAsZi
MjCxFXv+redHbhkoB0ZSfPA905pbAxJaQuuZtB6Zjl6YsjQYLvzvG53mQMtc
kaYkwkpvVik0TBQaMCPxbw7sdDkwRTVJW7mD5F7XGO4kLxmchSsOh4SWuYXr
FrwDGnXGqiQPiEKl3FFl680MJcTNJYI65bIUNgvhAzYHSk55xRC90xnvTuk7
AUMWMxlmwuaaXAmrihUt+LDJ4mwyq+rwi6rSliJm+OsrVEvBTue7GNcELFZy
MYbgWut0OmablbiszuEYrBN6LRcqqvfI/Z80J8EzEXoKlHiI8gQgQrRqqxOQ
PvZaosMnEs4bI6YDRjSYz2vO8uXrrUTGOWIhH8SDxMzQN8FZ82QW59kqTRDE
C/uhU4kMo4t2IwVt1U3QcuAc3FLQAhD8mTqN3dEsZGu1ZRmC0d9xDPXJ7QTP
87WAQpQNA+OluELzkYacZM5y4MKDOEvQ6GD7lpiK8aXFHxksgzrHSeCAZPmc
VoRV2GKa1M0NhUQxAyoNDb2QWqPqAT4ZMWN3txVF2ymY5NJjrqEKi4gOApnP
+AFZw7ETPqhUj25p98stjJqOPl7gwHI9WvOC8XCcpUwcst02I2joUVZYKreJ
LNeKuSHP3JqpSD9EPuzzGx0dPWf0WkmRxajyX7/Aj9/Dx+/h489IYBga3sLQ
cPLwU62z7JIc/DOMlKRm8Bt7bWDybZHAudIsmytLvCfjmkv4GnJmvcSFR6kl
kcb4EY1LS+ay75VIU26jmeK0kq3obCSYqCGJRjKJu07KD04a4+N9tikws7PO
7sYplpCNM2MQcUsru23k2IEVGTQ7HCzPdyAcz4PjfPnqnBgi1Wu+Zl+WXl3l
tw+nxwOhgoC0HhLPlBFRuPuyijnjm7Qhbdu2J1H72Ij3V5MeDObInMMq2Zsz
XUWzdR0shFkdyCOrbyaTDC8kzcJ8KTHy/+X/x3/Yj+v8q3xDf9SfY20uvzGL
WTfaI1EJG1SXHDyq3bXnf/kV+nm8z5771pfI6BHqEF7yOI2vnq7qoBrCV/Sh
V9G9//jxl/4+TCvjPrgL7CHfhH9wx9tgUP2Bt6PN9A+8DfZb8e3/TabHXS8t
xrOHv5RE64e/NFknxZe4auWB55UW3X82+u89+BRzrb7ySqtKX8OnWGX1K6+0
bPQ1fApft77ySutCX8On8HX7K6+0AvQ1fApfd77ySnPloUVr+Lr7lVeaFeto
r14+/+G/e1/5/l/9D+uE8LnenT9x/KOE2kR8jOiRUonopWdfYRcO5X8ALXzP
s62O8IGR88BknK72PDiWh2jQr7h0LAqQyXQ695uNfiMc+FIvJla3CqdDoBzy
YD7PatRqbhSPfbdPF2hWuMCQGIe671B55YKnEXx+xpznmCIBgZ+i0sWOmuQX
loXo7oNGjCamme9u7iTewFa9K+Glfy3jidRsOwsnFapGAUj+uNverOam7gfG
Zf/V3O4JOsVeY0+uN1lcoAjHG9P15JIui5ZScie7Ban+iYThDFrJTdrEQImK
kDMzUk4AMCzZg1Wsv5BV/BKZIJKE31jFF1j8au9vw/qPUf2XZn3w/sv6z3/5
qXHfB0ALMKC8Eq6rQt4mkgiZK3KcxGYkGlwAeBFacSQKx2ld8f0dGYMkO4Bk
GmXaMMUH0ZlKCymKHPvVRzafDVZU9C0NUf8rrZmRQg0fxKGPGoKJD64QUCLw
YDlHdjkzPCnw53l0cQGiQxf5MX34FvbP/dijYeeWai3C+/0LS+QSteySqb45
4dIBkoGCc4SOWeGTtxgxBIEeoG+vYmhf+l90G91gn3rl77TzA+wGVPuNjJs6
kBQB2yiSICyfVzVDXA1nNpnNtqK5+COwv+GwwVHDbIkMdTX8/H3h88/F+Dg2
P9DVdLFJpuTyQyZDriT8fhHfOBZx8aaVQhLZvnegQAwMCOzoC9fQMF2o9y+Z
sLuSPCKklI3dIG42lnh8OhhHMzL+SzD+TtE8JNVWAt2w3TdyN/eaoPtekX0h
UdZa0nW8Qnq5SCOxWfG2wThf2anD3MVty2SFsT9xTqYNLADocXP0Agn5obpY
K7j4gH/Hk8tFOk8vbguuOFLD+P6brE2whzBFx7rnI2ecGoOoQ6hLjWy54RB7
vHh/Z1zL9NQtex44F4cDzDXUh53E4nWj/SRdGnrnj3jXFrPkYqPGBDZiZaTW
kUGNueEAZdEMoPWkuF8GBRHWiygYPhA3DDpBs3h+jTkzyF7omkyfZ9KosWAg
DkUAPkVxFUnQm45jns6gUxoNxzxgMMhmzkYv35ozbVCcC0aHYdviVy/wLsfF
5O7uIt6shTga3hkwU1SzyGTRsNZcr3IMIylfbrbK3huU1odug4lsyMO9bfVN
RgE2QFNmi0FcVnzIdCh8nGwk1hnnmOIindu5veS5qYHgODVVMtEFtXWdaIyg
mmTi1EgLEV/i3nAiGJZkpogANoFXTK1OFb1iQxKpZZfkmm/R8h0oy9nSS3aF
VzUxHIkp6hxb+jCPSxe0VnTnwDEAdDNJ8W6N4npJnN4da5ZbLxvf45brhnOn
xeaxu3m0uNhE5Kz/Y53BKVhS49YnYp28RbfprdsLHVC5H3QFK2kUX79T8FcV
GdaQN5HgRvmhO7KKV6wLGR+gYDNysmXsmuGxUwaAoQCXEUswGiFQsBdEQWlj
5zgzzFo62dA6c1xVHtTDOavo7RzHJK+MbkYN5PgAHq4zDUl4TqRrztILDHtw
2a7msZJQMndXKI1oJbUsD6a4yuWlCbjMpe1wGD8tD3CiHJamXFlcITABcLcp
X54Z3DaR3A4PKQaUaEgjzBZUiroJt7DzMLsUcZZo+ZkCOaFfebnkjZQUYCe3
WNeBVwWFHG76TflwObSOc3QUFLn4wauOjJNiOaLDHAS5IKVQAyuotCS4SQTI
l3inG3x7WDTo1I5mgY7gyXyT5eWGDYuW3un4bLgPvlzJraxz9kX5eRNLUOnx
J3LcYvC+3JhkeK2Fw1A7pmZgjnhc+GY0X2m+i8aacHw3p8zWcmGVBNKnEpUE
KsckRtPrCJVWQ5cYDg6LkcX2Ct2olaw5avAXrfOVXN8VNQOY4qsZEBveuODk
ZPh0OgosjS95jCaA7rUKRYCXdkw3wjbyAVGkV+xENLdJOUtJ3zYxEHRRyipj
SdGSmwKJK0fH8hxILF1FuDhsw67U/yp/zLYMN+NYFTrxdKAoBESMBwFBlFsd
jnzZqgchm80KZ02uoUo3Szy40ZvnRhsG7rBK6G6mnoiygz4g8XIJKaxiRmEq
qXeGX8u9GRbyXMww6k7jkHNmB5UAZPUb/7xjeA2GbX0NvWF8A17ci0tSogrm
ChTuKG34shyZpfOiMSjy7MhyH0eTz7EiRXeiWZZbtNySDjTONKemk/NCIsRg
TLPYgE9G66rOXYU62ywRDTGeOtwU6eUKhQkz4IoBuYlVMbBBvIKlGw6UJemY
M7bkvpD2AUMm1JON4xfCK+5zTZdVLaMcS9HVcM6bhBjbCCfeWRcu3f8mvkWD
9mN8m0zFgDVg8GShI2+jLIBLC3djIk7gsMD4LJ57Pp1gKYg8cuee2xYK56qJ
raTBFGiFP36GFrvxUB007gtzJgcCXmIKuKZvY9EmJkCm4ebkrCnGwia2IPfQ
pObii4oUahwKdA8zwa+QerPbK3h9xR/4kgvCqinHOPItgNwgUFgH6TbZBLic
BL8ccUz4cJEubq+QNtxKAvtHwyGsgfdmeH7mD1ege6FjD8/0r7/iZw33s9w1
pKJRaGh1LtbNoXK8HUchUoji8zW8dpNxTnlOqpMJviL6mEcTIx7cKD9bs4Di
jIyGlaxJMOCCCrAce+LMupbPsGOPsm83NcFOpbZKJQvQnUuGvxN8oHj/0Yov
xJcOdlSuZ+GTpV5QJiXm1NXUW0NhHqgQRJnmM1bUXKDFcvZ4xdUq8oljDAKL
jMYQKsus/exAi9rmNhRjU9xYUaFYEsjl52XrKyIiHH7BegoRaWlZRa9wVqEo
zJLFlogOG/RYK269EEM5GMMNaS2eUco4UzUqTzLFGc+3PlnmGFv4Qf5tskcz
zIRNsks2GWdyMhIbkVc6E7g5aiAbk4P05Ks4YmfSorTDks6fq7Wxr03WzMmt
FeLmG43GAXOdHNDStB7jtbxDhwJ5RXl484SCVa0MWlOed+4qXLTcYhxXecky
q+QCn33LDEUCaVRaKhtYpVQuzViGDBTqjLw8YvFS5jfmBXH1zMtfdSM1s4PL
3D0w+yeuVt5fxF4ylnvFWuE+xnAK0ls6qihXTFQnDBz/xqOMnQqkRCmLWvPB
45ycXlUcgiwf6WOv+01IHb7MadxutL8TRU0hm25HGHC4lusvUoj9U8mfK/AL
YS02FLJGLmPXejHaO+0pkTflArITW15rMEYgi/p3Z6iA+JjPqQEBlt3x1RVu
PRi4axk8P+7vf0ymBy6LU2QMEyIg4fvwd68TdD6DbkOtz+NI4xhz7j784CO3
DeS+qJNKSWx/YjHNJTuXIlXTVR7WouYEYRe0BEfCRv43Ryc1je5KyeZ0qQ4D
3YffnBoOX2aESFUcT3ZedVwKZ/JGfT08t0eZM2tGNifAxndcGJxWiLv8mhf/
tS5+JuvH3/76K/7R+B5+bxxhcIOsN9ly7+Kxf5ZcQC+ipugWKE2q5lbcYOBm
nzrrmv+ps2GmhYuggkeMThQut1vNllv2OGiqrtIGU1d5LVWpy1O6OVamL4VH
wCTIKl2J8jelMXIwVO0c+zcKPJ3ux8iBU14McZZM83G6CvqzWZoA3DJbUn+3
iB2r07lIf7ROehzRGh85S0ObXUUEIHpWfHHDMyS6wbdf8tVjfkecCB4Qc8Ve
MiQk+KyBnykh0ZpkDAeqxCqoYKCwrYlnky1o+ydnEAVFual0kuCRy0WQdzIn
fs7W5dJerbCSUHJOPq6i1wnS60ToVdeSwh4OyZFF7ConUViKk8AvbxyiP4nf
U8hpFdfNZAqcIg+HQhtN0Y2ccTt3Hs1EF1rr5V1+wThpLUaeXe7Fz0sMt38N
wlK8FOOkIv2zQlky+EmL1D1THO5SUJeuTDIuZVDgbUG5S8QqzveKn24WQvAc
AnwlHnNER0QvVxJx8gYHOwBRpGNjhTjzzkw9CufDxIzT2qpyMV4THDv6VsIu
5MKHBOwolyPHhTbmc+vHRYAwHSlSB3kIdEqVOhVbpmauJPTlcKvQJU0U9nd9
KZXeKnZF2iFvOrogOGZdLEQR5XpLb3TVzbqezupjTjfFoNUkuzImI4d/6gFj
radEq9bNYOD86MrTRED7K7xBKMg+zGggDRonMr7NtyTcL5pi+mS2poRv4+Lc
Jk0L3J+tl8xBoySOXm0iFF3rFSKGwtzppoGz75BSOc4fyyuzHVUYgvNO0exq
oMdZ7CeJ+rA5doWDq9Rkwo+KUUE+6zBuHIy9uEpE13McOox6zPHDqTXA1ZOA
vnSSKzaI3CB/ME6q+HC6Pjueiiq7VmsUBUJsfUeBkPhZSaahC8LXCoFE0iOr
CMGwKj/WNVzYXBx7vp0qjQZSiWI2M0WIpCYIJnJRV81NonBEHqPdRiLmMp4v
fWwlvkERkcVOJg9OdbH29N6MYFGHJNhW8aW4bqE7IFs64TayF+EsKSb8+PyE
riCAfCYf49WjTJVSE76mqqA4b0+qAlBBE68Hbc+r+28MgcHQz96eYugMjBPk
EnwJksyprCg1KfV7tekFMw6bukoxHz5/c8PiDBujdcf8uSWsnXGcS3FKBRjN
2X2YVod7QfHV0MQxIrMsInXIwpYeHR/60WSFnjMOkijX1MloaOKKE+GaLln0
EFIWRpURLTlxv/DOmWipQBpyTCf55cD+nMQ5TPbCdAzsbySOUls7gG/IVuby
IQ+SzrEi8OJw6qxfPqs6359Z0Mc8KuaERjsVcPxofoGUellYHFt+J3P27Xj4
sh60LMvhOVHJIXf0dpRsai4kSurciJpkIbAx5jK2IPtytMJu3SSbbPg+Aj54
jLGhNsvUWLUz/RK3B8XQKtaMAW2oJTmHqrbDP2MEbyBb7T1uRt2Eyb1/7/BX
RLYYjc6g5VO+LZuiXjSVIANtPmi07BPM2NCqG+PiTPDIDDH9bZp88kdFcqnX
QdG/xWqbFGW2R1JyT9Nw9pxF2YPGFhnePBha2DMjIErdQiJ4RDRtbEWNmdfa
jbZcefBKk1mhC4UZdzbcEVp5LvXHYH2hG2ZgMy0zFZE4yHH0oCbkxyhEQiYv
ZN+qYp81KUGuj/kqTwCozN2tBoMKyY2i1dx/B1Io4mwaY0Xfw+g6zAGiZMXp
wWlaR2AZxuM3645wdiJUYlOc0KvDthGGRTLerLEnCiRAveCjAWKw4sZ5kmHV
cTi+lMwwN/6eMrknnvd/AI1LpFbuZwIA

-->

</rfc>

