<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.17 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc tocdepth="4"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc rfcedstyle="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-rats-eat-07" category="std">

  <front>
    <title abbrev="EAT">The Entity Attestation Token (EAT)</title>

    <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="L." surname="Lundblade" fullname="Laurence Lundblade">
      <organization>Security Theory LLC</organization>
      <address>
        <email>lgl@island-resort.com</email>
      </address>
    </author>
    <author initials="M." surname="Ballesteros" fullname="Miguel Ballesteros">
      <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 4299</phone>
        <email>mballest@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>

    <date year="2021" month="February" day="03"/>

    <area>Internet</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>signing attestation cbor</keyword>

    <abstract>


<t>An Entity Attestation Token (EAT) provides a signed (attested) set of
claims that describe state and characteristics of an entity, typically
a device like a phone or an IoT device.  These claims are used by a
relying party to determine how much it wishes to trust the entity.</t>

<t>An EAT is either a CWT or JWT with some attestation-oriented 
claims. To a large degree, all this document does is extend
CWT and JWT.</t>



    </abstract>


    <note title="Contributing">


<t>TBD</t>


    </note>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>Remote device attestation is a fundamental service that allows a remote
device such as a mobile phone, an Internet-of-Things (IoT) device, or
other endpoint to prove itself to a relying party, a server or a
service.  This allows the relying party to know some characteristics
about the device and decide whether it trusts the device.</t>

<t>Remote attestation is a fundamental service that can underlie other
protocols and services that need to know about the trustworthiness of
the device before proceeding. One good example is biometric
authentication where the biometric matching is done on the device. The
relying party needs to know that the device is one that is known to do
biometric matching correctly.  Another example is content protection
where the relying party wants to know the device will protect the
data.  This generalizes on to corporate enterprises that might want to
know that a device is trustworthy before allowing corporate data to be
accessed by it.</t>

<t>The notion of attestation here is large and may include, but is not
limited to the following:</t>

<t><list style="symbols">
  <t>Proof of the make and model of the device hardware (HW)</t>
  <t>Proof of the make and model of the device processor, particularly
for security-oriented chips</t>
  <t>Measurement of the software (SW) running on the device</t>
  <t>Configuration and state of the device</t>
  <t>Environmental characteristics of the device such as its GPS location</t>
</list></t>

<t>TODO: mention use for Attestation Evidence and Results.</t>

<section anchor="cwt-jwt-and-uccs" title="CWT, JWT and UCCS">

<t>For flexibility and ease of imlpementation in a wide variety of environments, EATs can be either CBOR <xref target="RFC8949"/> or JSON <xref target="ECMAScript"/> format.
This specification simultaneously describes both formats.</t>

<t>An EAT is either a CWT as defined in <xref target="RFC8392"/>, a UCCS as defined in <xref target="UCCS.Draft"/>, or a JWT as defined in <xref target="RFC7519"/>.
This specification extends those specifications with additional claims for attestation.</t>

<t>The identification of a protocol element as an EAT, whether CBOR or JSON format, follows the general conventions used by CWT, JWT and UCCS.
Largely this depends on the protocol carrying the EAT.
In some cases it may be by content type (e.g., MIME type).
In other cases it may be through use of CBOR tags.
There is no fixed mechanism across all use cases.</t>

</section>
<section anchor="cddl" title="CDDL">

<t>This specification uses CDDL, <xref target="RFC8610"/>, as the primary formalism to
define each claim.  The implementor then interprets the CDDL to come
to either the CBOR <xref target="RFC8949"/> or JSON <xref target="ECMAScript"/>
representation. In the case of JSON, Appendix E of <xref target="RFC8610"/> is
followed. Additional rules are given in <xref target="jsoninterop"/> of this
document where Appendix E is insufficient.  (Note that this is not to
define a general means to translate between CBOR and JSON, but only to
define enough such that the claims defined in this document can be
rendered unambiguously in JSON).</t>

<t>The CWT specification was authored before CDDL was available and did not use it.
This specification includes a CDDL definition of most of what is described in <xref target="RFC8392"/>.</t>

</section>
<section anchor="entity-overview" title="Entity Overview">

<t>An “entity” can be any device or device subassembly (“submodule”) that
can generate its own attestation in the form of an EAT.  The
attestation should be cryptographically verifiable by the EAT
consumer. An EAT at the device-level can be composed of several
submodule EAT’s.  It is assumed that any entity that can create an EAT
does so by means of a dedicated root-of-trust (RoT).</t>

<t>Modern devices such as a mobile phone have many different execution
environments operating with different security levels. For example, it
is common for a mobile phone to have an “apps” environment that runs
an operating system (OS) that hosts a plethora of downloadable
apps. It may also have a TEE (Trusted Execution Environment) that is
distinct, isolated, and hosts security-oriented functionality like
biometric authentication. Additionally, it may have an eSE (embedded
Secure Element) - a high security chip with defenses against HW
attacks that can serve as a RoT.  This device attestation format
allows the attested data to be tagged at a security level from which
it originates.  In general, any discrete execution environment that
has an identifiable security level can be considered an entity.</t>

</section>
<section anchor="eat-operating-models" title="EAT Operating Models">

<t>TODO: Rewrite (or eliminate) this section in light of the RATS architecture draft.</t>

<t>At least the following three participants exist in all EAT operating
models. Some operating models have additional participants.</t>

<t><list style="hanging">
  <t hangText="The Entity.">
  This is the phone, the IoT device, the sensor, the sub-assembly or
such that the attestation provides information about.</t>
  <t hangText="The Manufacturer.">
  The company that made the entity.  This may be a chip vendor, a
circuit board module vendor or a vendor of finished consumer products.</t>
  <t hangText="The Relying Party.">
  The server, service or company that makes use of the information in
the EAT about the entity.</t>
</list></t>

<t>In all operating models, the manufacturer provisions some secret
attestation key material (AKM) into the entity during manufacturing.
This might be during the manufacturer of a chip at a fabrication
facility (fab) or during final assembly of a consumer product or any
time in between. This attestation key material is used for signing
EATs.</t>

<t>In all operating models, hardware and/or software on the entity create
an EAT of the format described in this document. The EAT is always
signed by the attestation key material provisioned by the
manufacturer.</t>

<t>In all operating models, the relying party must end up knowing that
the signature on the EAT is valid and consistent with data from claims
in the EAT.  This can happen in many different ways. Here are some
examples.</t>

<t><list style="symbols">
  <t>The EAT is transmitted to the relying party. The relying party gets
corresponding key material (e.g. a root certificate) from the
manufacturer. The relying party performs the verification.</t>
  <t>The EAT is transmitted to the relying party. The relying party
transmits the EAT to a verification service offered by the
manufacturer. The server returns the validated claims.</t>
  <t>The EAT is transmitted directly to a verification service, perhaps
operated by the manufacturer or perhaps by another party. It
verifies the EAT and makes the validated claims available to the
relying party. It may even modify the claims in some way and re-sign
the EAT (with a different signing key).</t>
</list></t>

<t>All these operating models are supported and there is no preference
of one over the other. It is important to support this variety of
operating models to generally facilitate deployment and to allow for
some special scenarios. One special scenario has a validation service
that is monetized, most likely by the manufacturer.  In another, a
privacy proxy service processes the EAT before it is transmitted to
the relying party. In yet another, symmetric key material is used for
signing. In this case the manufacturer should perform the
verification, because any release of the key material would enable a
participant other than the entity to create valid signed EATs.</t>

</section>
<section anchor="what-is-not-standardized" title="What is Not Standardized">

<t>The following is not standardized for EAT, just the same they are not
standardized for CWT or JWT.</t>

<section anchor="transmission-protocol" title="Transmission Protocol">

<t>EATs may be transmitted by any protocol the same as CWTs and JWTs. For
example, they might be added in extension fields of other protocols,
bundled into an HTTP header, or just transmitted as files. This
flexibility is intentional to allow broader adoption. This flexibility
is possible because EAT’s are self-secured with signing (and possibly
additionally with encryption and anti-replay). The transmission
protocol is not required to fulfill any additional security
requirements.</t>

<t>For certain devices, a direct connection may not exist between the
EAT-producing device and the Relying Party. In such cases, the EAT
should be protected against malicious access. The use of COSE and JOSE
allows for signing and encryption of the EAT. Therefore, even if the
EAT is conveyed through intermediaries between the device and Relying
Party, such intermediaries cannot easily modify the EAT payload or
alter the signature.</t>

</section>
<section anchor="signing-scheme" title="Signing Scheme">

<t>The term “signing scheme” is used to refer to the system that includes
end-end process of establishing signing attestation key material in
the entity, signing the EAT, and verifying it. This might involve key
IDs and X.509 certificate chains or something similar but
different. The term “signing algorithm” refers just to the algorithm
ID in the COSE signing structure. No particular signing algorithm or
signing scheme is required by this standard.</t>

<t>There are three main implementation issues driving this. First, secure
non-volatile storage space in the entity for the attestation key
material may be highly limited, perhaps to only a few hundred bits, on
some small IoT chips. Second, the factory cost of provisioning key
material in each chip or device may be high, with even millisecond
delays adding to the cost of a chip. Third, privacy-preserving signing
schemes like ECDAA (Elliptic Curve Direct Anonymous Attestation) are
complex and not suitable for all use cases.</t>

<t>Over time to faciliate interoperability, some signing schemes may be
defined in EAT profiles or other documents either in the IETF or outside.</t>

</section>
</section>
</section>
<section anchor="terminology" title="Terminology">

<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"/>, COSE
<xref target="RFC8152"/>, and CWT <xref target="RFC8392"/>.</t>

<t><list style="hanging">
  <t hangText="Claim Name.">
  The human-readable name used to identify a claim.</t>
  <t hangText="Claim Key.">
  The CBOR map key or JSON name used to identify a claim.</t>
  <t hangText="Claim Value.">
  The value portion of the claim. A claim value can be any CBOR data item or JSON value.</t>
  <t hangText="CWT Claims Set.">
  The CBOR map or JSON object that contains the claims conveyed by the CWT or JWT.</t>
  <t hangText="Attestation Key Material (AKM).">
  The key material used to sign the EAT token. If it is done
symmetrically with HMAC, then this is a simple symmetric key.
If it is done with ECC, such as an IEEE DevID <xref target="IDevID"/>, then this
is the private part of the EC key pair. If ECDAA 
is used, (e.g., as used by Enhanced Privacy ID, i.e. EPID) then it is the key material 
needed for ECDAA.</t>
</list></t>

</section>
<section anchor="the-claims" title="The Claims">

<t>This section describes new claims defined for attestation. It also
mentions several claims defined by CWT and JWT that are particularly
important for EAT.</t>

<t>Note also:
* Any claim defined for CWT or JWT may be used in an EAT including 
  those in the CWT <xref target="IANA.CWT.Claims"/> and JWT IANA <xref target="IANA.JWT.Claims"/>
  claims registries.</t>

<t><list style="symbols">
  <t>All claims are optional</t>
  <t>No claims are mandatory</t>
  <t>All claims that are not understood by implementations MUST be ignored</t>
</list></t>

<t>There are no default values or meanings assigned to absent claims
other than they are not reported. The reason for a claim’s absence may
be the implementation not supporting the claim, an inability to
determine its value, or a preference to report in a different way such
as a proprietary claim.</t>

<t>CDDL along with text descriptions is used to define each claim
indepdent of encoding.  Each claim is defined as a CDDL group (the
group is a general aggregation and type definition feature of
CDDL). In the encoding section <xref target="encoding"/>, the CDDL groups turn into
CBOR map entries and JSON name/value pairs.</t>

<t>TODO: add paragraph here about use for Attestation Evidence and for Results.</t>

<section anchor="token-id-claim-cti-and-jti" title="Token ID Claim (cti and jti)">

<t>CWT defines the “cti” claim. JWT defines the “jti” claim. These are
equivalent to each other in EAT and carry a unique token identifier as
they do in JWT and CWT.  They may be used to defend against re use of
the token but are distinct from the nonce that is used by the relying
party to guarantee freshness and defend against replay.</t>

</section>
<section anchor="timestamp-claim-iat" title="Timestamp claim (iat)">

<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. No token may contain an iat claim in
float-point format. Any recipient of a token with a floating-point
format iat claim may consider it an error.  A 64-bit integer 
representation of epoch time 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="nonce-claim-nonce" title="Nonce Claim (nonce)">

<t>All EATs should have a nonce to prevent replay attacks. The nonce is
generated by the relying party, the end consumer of the token. It is
conveyed to the entity over whatever transport is in use before the
token is generated and then included in the token as the nonce claim.</t>

<t>This documents the nonce claim for registration in the IANA CWT 
claims registry. This is equivalent to the JWT nonce claim that is
already registered.</t>

<t>The nonce must be at least 8 bytes (64 bits) as fewer are unlikely
to be secure. A maximum of 64 bytes is set to limit the memory
a constrained implementation uses. This size range is not set
for the already-registered JWT nonce, but it should follow
this size recommendation when used in an EAT.</t>

<t>Multiple nonces are allowed to accommodate multistage verification
and consumption.</t>

<section anchor="nonce-cddl" title="nonce CDDL">

<figure><artwork type="CDDL"><![CDATA[
nonce-type = bstr .size (8..64)

nonce-claim = (
    nonce => nonce-type / [ 2* nonce-type ]
)
]]></artwork></figure>

</section>
</section>
<section anchor="universal-entity-id-claim-ueid" title="Universal Entity ID Claim (ueid)">

<t>UEID’s identify individual manufactured entities / devices such as a
mobile phone, a water meter, a Bluetooth speaker or a networked
security camera. It may identify the entire device or a submodule or
subsystem. It does not identify types, models or classes of
devices. It is akin to a serial number, though it does not have to be
sequential.</t>

<t>UEID’s 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 device to keep devices distinct
between manufacturers).</t>

<t>There are privacy considerations for UEID’s. See <xref target="ueidprivacyconsiderations"/>.</t>

<t>The UEID should be permanent. It should never change for a given
device / entity. In addition, it should not be reprogrammable.  UEID’s
are variable length. All implementations MUST be able to receive
UEID’s that are 33 bytes long (1 type byte and 256 bits).  The
recommended maximum sent is also 33 bytes.</t>

<t>When the entity constructs the UEID, the first byte is a type and the
following bytes the ID for that type. Several types are allowed to
accommodate different industries and different manufacturing processes
and to give options to avoid paying fees for certain types of
manufacturer registrations.</t>

<t>Creation of new types requires a Standards Action <xref target="RFC8126"/>.</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 device. 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 device and stored. It may not be smaller than 128 bits.</c>
      <c>0x02</c>
      <c>IEEE EUI</c>
      <c>This makes use of 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-device 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 devices with multiple network interfaces may have multiple MAC addresses, there is only one UEID for a device) <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. <xref target="ThreeGPP.IMEI"/></c>
</texttable>

<t>UEID’s 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 (the relying party) 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 device. Instead they
should use the oemid claim that is defined elsewhere. 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>Device manufacturers are allowed to change from one type of UEID to
another anytime they want. For example, they may find they can
optimize their manufacturing by switching from type 0x01 to type
0x02 or vice versa.  The main requirement on the manufacturer is
that UEIDs be universally unique.</t>
</list></t>

<section anchor="ueid-cddl" title="ueid CDDL">

<figure><artwork type="CDDL"><![CDATA[
ueid-type = bstr .size (7..33)

ueid-claim = (
     ueid => ueid-type
)
]]></artwork></figure>

</section>
</section>
<section anchor="origination-claim-origination" title="Origination Claim (origination)">

<t>TODO: this claim is likely to be dropped in favor of Endorsement identifier and locators.</t>

<t>This claim describes the parts of the device or entity that are
creating the EAT. Often it will be tied back to the device or chip
manufacturer. The following table gives some examples:</t>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Description</ttcol>
      <c>Acme-TEE</c>
      <c>The EATs are generated in the TEE authored and configured by “Acme”</c>
      <c>Acme-TPM</c>
      <c>The EATs are generated in a TPM manufactured by “Acme”</c>
      <c>Acme-Linux-Kernel</c>
      <c>The EATs are generated in a Linux kernel configured and shipped by “Acme”</c>
      <c>Acme-TA</c>
      <c>The EATs are generated in a Trusted Application (TA) authored by “Acme”</c>
</texttable>

<t>TODO: consider a more structure approach where the name and the URI
and other are in separate fields.</t>

<t>TODO: This needs refinement. It is somewhat parallel to issuer claim
in CWT in that it describes the authority that created the token.</t>

<section anchor="origination-cddl" title="origination CDDL">

<figure><artwork type="CDDL"><![CDATA[
origination-claim = (
    origination => string-or-uri
)
]]></artwork></figure>

</section>
</section>
<section anchor="oemid" title="OEM Identification by IEEE (oemid)">

<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
services <xref target="OUI.Lookup"/></t>

<t>Companies that have more than one of these IDs or MAC address blocks
should pick one and prefer that for all their devices.</t>

<t>Commonly, these are expressed in Hexadecimal Representation
<xref target="IEEE.802-2001"/> 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. For JSON encoded
tokens, this is further base64url encoded.</t>

<section anchor="oemid-cddl" title="oemid CDDL">

<figure><artwork type="CDDL"><![CDATA[
oemid-claim = (
    oemid => bstr
)
]]></artwork></figure>

</section>
</section>
<section anchor="hardware-version-claims-hardware-version-claims" title="Hardware Version Claims (hardware-version-claims)">

<t>The hardware version can be claimed at three different levels, the chip, the circuit board and the final device assembly.
An EAT can include any combination these claims.</t>

<t>The hardware version is a simple 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"/>.</t>

<t>The hardware version can also be given by a 13-digit European Article Number <xref target="EAN-13"/>.
An EAN-13 is also known as an International Article Number or most commonly as a bar code.
This claim is the ASCII text representation of actual digits often printed with a bar code.
Use of this claim must comply with the EAN allocation and assignment rules.
For example, this requires the manufacturer to obtain a manufacture code from GS1.</t>

<t>Both the simple version string and EAN-13 versions may be included for the same hardware.</t>

<figure><artwork type="CDDL"><![CDATA[
chip-version-claim = (
    chip-version => tstr
)

chip-version-scheme-claim = (
    chip-version-scheme => $version-scheme
)

board-version-claim = (
    board-version => tstr
)

board-version-scheme-claim = (
    board-version-scheme => $version-scheme
)

device-version-claim = (
    device-version => tstr
)

device-version-scheme-claim = (
    device-version-scheme => $version-scheme
)


ean-type = text .regexp "[0-9]{13}"

ean-chip-version-claim = (
    ean-chip-version => ean-type
)

ean-board-version-claim = (
    ean-board-version => ean-type
)

ean-device-version-claim = (
    ean-device-version => ean-type
)

hardware-version-claims = (
    ? chip-version-claim,
    ? board-version-claim,
    ? device-version-claim,
    ? chip-version-scheme-claim,
    ? board-version-scheme-claim,
    ? device-version-scheme-claim,
    ? ean-chip-version-claim,
    ? ean-board-version-claim,
    ? ean-device-version-claim,
)

]]></artwork></figure>

</section>
<section anchor="software-description-and-version" title="Software Description and Version">

<t>TODO: Add claims that reference CoSWID.</t>

</section>
<section anchor="the-security-level-claim-security-level" title="The Security Level Claim (security-level)">

<t>This claim characterizes the device/entity 
ability to defend against attacks aimed at capturing the signing
key, forging claims and at forging EATs. This is done by
defining four security levels as described below. This is similar
to the key protection types defined by the Fast Identity Online (FIDO) Alliance <xref target="FIDO.Registry"/>.</t>

<t>These claims describe security environment and countermeasures
available on the end-entity / client device where the attestation key
reside and the claims originate.</t>

<t><list style="hanging">
  <t hangText="1 – Unrestricted">
  There is some expectation that implementor will
protect the attestation signing keys at this level. Otherwise
the EAT provides no meaningful security assurances.</t>
  <t hangText="2– Restricted">
  Entities at this level should not be general-purpose
operating environments that host features such as app download
systems, web browsers and complex productivity applications.
It is akin to the Secure Restricted level (see below) without the
security orientation. Examples include a Wi-Fi subsystem,
an IoT camera, or sensor device.</t>
  <t hangText="3 – Secure Restricted">
  Entities at this level must meet the criteria defined by FIDO Allowed
Restricted Operating Environments <xref target="FIDO.AROE"/>. Examples include TEE’s and 
schemes using virtualization-based security. Like the FIDO security goal,
security at this level is aimed at defending well against large-scale
network / remote attacks against the device.</t>
  <t hangText="4 – Hardware">
  Entities at this level must include substantial defense 
against physical or electrical attacks against the device itself.
It is assumed any potential attacker has captured the device and can 
disassemble it. Example include TPMs and Secure Elements.</t>
</list></t>

<t>The entity should claim the highest security level it achieves and no higher.
This set is not extensible so as to provide a common interoperable description of security level to the relying party.
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 security and its own proprietary claim as a refined indication.</t>

<t>This claim is not intended as a replacement for a proper end-device
security certification schemes such as those based on FIPS 140 <xref target="FIPS-140"/> 
or those based on Common Criteria <xref target="Common.Criteria"/>. The 
claim made here is solely a self-claim made by the Entity Originator.</t>

<section anchor="security-level-cddl" title="security-level CDDL">

<figure><artwork type="CDDL"><![CDATA[
security-level-type = &(
    unrestricted: 1,
    restricted: 2,
    secure-restricted: 3,
    hardware: 4
)

security-level-claim = (
    security-level => security-level-type
)
]]></artwork></figure>

</section>
</section>
<section anchor="secure-boot-claim-secure-boot" title="Secure Boot Claim (secure-boot)">

<t>The value of true indicates secure boot is enabled. Secure boot is
considered enabled when base software, the firmware and operating
system, are under control of the entity manufacturer identified in the
oemid claimd described in <xref target="oemid"/>. This may because the software is
in ROM or because it is cryptographically authenticated or some
combination of the two or other.</t>

<section anchor="secure-boot-cddl" title="secure-boot CDDL">

<figure><artwork type="CDDL"><![CDATA[
secure-boot-claim = (
    secure-boot => bool
)
]]></artwork></figure>

</section>
</section>
<section anchor="debug-status-claim-debug-status" title="Debug Status Claim (debug-status)">

<t>This applies to system-wide or submodule-wide debug facilities of the
target device / submodule 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-device
public keys.</t>

<t>As with all claims, the absence of the debug level claim means
it is not reported. A conservative interpretation might assume
the Not Disabled state. It could however be that it is reported
in a proprietary claim.</t>

<t>This claim is not extensible so as to provide a common interoperable description of debug status to the relying party.
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 verifier or relying party receiving an EAT cannot
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 individual target device / submodule 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 relying party can know the debug status
of the submodules since there is no inheritance.</t>

<section anchor="enabled" title="Enabled">

<t>If any debug facility, even manufacturer hardware diagnostics, is
currently enabled, then this level must be indicated.</t>

</section>
<section anchor="disabled" title="Disabled">

<t>This level indicates all debug facilities are currently disabled. It
may be possible to enable them in the future, and it may also be
possible that they were enabled in the past after the
target device/sub-system booted/started, but they are currently disabled.</t>

</section>
<section anchor="disabled-since-boot" title="Disabled Since Boot">

<t>This level indicates all debug facilities are currently disabled and
have been so since the target device/sub-system booted/started.</t>

</section>
<section anchor="disabled-permanently" title="Disabled Permanently">

<t>This level indicates all non-manufacturer facilities are permanently
disabled such that no end user or developer cannot 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" title="Disabled Fully and Permanently">

<t>This level indicates that all debug capabilities for the target
device/sub-module are permanently disabled.</t>

</section>
<section anchor="debug-status-cddl" title="debug-status CDDL">

<figure><artwork type="CDDL"><![CDATA[
debug-status-type = &(
    enabled: 0,
    disabled: 1,
    disabled-since-boot: 2,
    disabled-permanently: 3,
    disabled-fully-and-permanently: 4
)

debug-status-claim = (
    debug-status => debug-status-type
)
]]></artwork></figure>

</section>
</section>
<section anchor="including-keys" title="Including Keys">

<t>An EAT may include a cryptographic key such as a public key.
The signing of the EAT binds the key to all the other claims in the token.</t>

<t>The purpose for inclusion of the key may vary by use case.
For example, the key may be included as part of an IoT device onboarding protocol.
When the FIDO protocol includes a pubic key in its attestation message, the key represents the binding of a user, device and relying party.
This document describes how claims containing keys should be defined for the various use cases.
It does not define specific claims for specific use cases.</t>

<t>Keys in CBOR format tokens SHOULD be the COSE_Key format <xref target="RFC8152"/> and keys in JSON format tokens SHOULD be the JSON Web Key format <xref target="RFC7517"/>.
These two formats support many common key types.
Their use avoids the need to decode other serialization formats.
These two formats can be extended to support further key types through their IANA registries.</t>

<t>The general confirmation claim format <xref target="RFC8747"/>, <xref target="RFC7800"/> may also be used.
It provides key encryption. 
It also allows for inclusion by reference through a key ID.
The confirmation claim format may employed in the definition of some new claim for a a particular use case.</t>

<t>When the actual confirmation claim is included in an EAT, this document associates no use case semantics other than proof of posession.
Different EAT use cases may choose to associate further semantics.
The key in the confirmation claim MUST be protected the same as the key used to sign the EAT. 
That is, the same, equivalent or better hardware defenses, access controls, key generation and such must be used.</t>

</section>
<section anchor="the-location-claim-location" title="The Location Claim (location)">

<t>The location claim gives the location of the device 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 device is stationary, the heading is NaN (floating-point not-a-number).
The speed is the horizontal component of the device velocity in meters per second.</t>

<t>When encoding floating-point numbers half-precision should not be used.
It usually does not provide enough precision for a geographic location.
It is not a requirement that the receiver of an EAT implement half-precision, so the receiver may not be able to decode the location.</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"/> below.</t>

<section anchor="location-cddl" title="location CDDL">

<figure><artwork type="CDDL"><![CDATA[
location-type = {
    latitude => number,
    longitude => number,
    ? altitude => number,
    ? accuracy => number,
    ? altitude-accuracy => number,
    ? heading => number,
    ? speed => number,
    ? timestamp => ~time-int,
    ? age => uint
}

latitude = 1
longitude = 2
altitude = 3
accuracy = 4
altitude-accuracy = 5
heading = 6
speed = 7
timestamp = 8
age = 9

location-claim = (
    location => location-type
)
]]></artwork></figure>

</section>
</section>
<section anchor="the-uptime-claim-uptime" title="The Uptime Claim (uptime)">

<t>The “uptime” claim contains a value that represents the number of
seconds that have elapsed since the entity or submod was last booted.</t>

<section anchor="uptime-cddl" title="uptime CDDL">

<figure><artwork type="CDDL"><![CDATA[
uptime-claim = (
    uptime => uint
)
]]></artwork></figure>

</section>
<section anchor="the-boot-seed-claim-boot-seed" title="The Boot Seed Claim (boot-seed)">

<t>The Boot Seed claim is a random value created at system boot time that will allow differentiation of reports from different boot sessions.
This value is usually public and not protected.
It is not the same as a seed for a random number generator which must be kept secret.</t>

<figure><artwork type="CDDL"><![CDATA[
boot-seed-claim = (
    boot-seed => bytes
)
]]></artwork></figure>

</section>
</section>
<section anchor="the-intended-use-claim-intended-use" title="The Intended Use Claim (intended-use)">

<t>EAT’s may be used in the context of several different applications.  The intended-use
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>

<t><list style="hanging">
  <t hangText="1 – Generic">
  Generic attestation describes an application where the EAT consumer
requres 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>
  <t hangText="2– Registration">
  Entities that are registering for a new service may be expected to 
provide an attestation as part of the registration process.  This intended-use
setting indicates that the attestation is not intended for any use but registration.</t>
  <t hangText="3 – Provisioning">
  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 device security state of the entity prior to provisioning.</t>
  <t hangText="4 – Certificate Issuance (Certificate Signing Request)">
  Certifying 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>
  <t hangText="5 – Proof-of-Possession">
  An EAT consumer may require an attestation as part of an accompanying 
proof-of-possession (PoP) appication. More precisely, a PoP transaction is intended
to provide to the recipient cryptographically-verifiable proof that the sender has posession
of a key.  This kind of attestation may be neceesary to verify the
security state of the entity storing the private key used in a PoP application.</t>
</list></t>

<section anchor="intended-use-cddl" title="intended-use CDDL">

<figure><artwork type="CDDL"><![CDATA[
intended-use-type = &(
    generic: 1,
    registration: 2,
    provisioning: 3,
    csr: 4,
    pop:  5
)

intended-use-claim = (
    intended-use => intended-use-type
 )
]]></artwork></figure>

</section>
</section>
<section anchor="profile-claim" title="The Profile Claim (profile)">

<t>The profile claim is a text string that simply gives the name of the profile to which the token purports to adhere to.
It may name an IETF document, some other document or no particular document.
There is no requirement that the named document be publicly accessible.</t>

<t>See <xref target="profiles"/> for a detailed description of a profile.</t>

<t>Note that this named “eat-profile” for JWT and is distinct from the already registered “profile” claim in the JWT claims registry.</t>

<figure><artwork type="CDDL"><![CDATA[
profile-claim = (
    profile => tstr
)
]]></artwork></figure>

</section>
<section anchor="the-submodules-part-of-a-token-submods" title="The Submodules Part of a Token (submods)">

<t>Some devices are complex, having many subsystems or submodules.  A
mobile phone is a good example. It may have several connectivity
submodules for communications (e.g., Wi-Fi and cellular). It may have
subsystems for low-power audio and video playback. It may have one or
more security-oriented subsystems like a TEE or a Secure Element.</t>

<t>The claims for each these can be grouped together in a submodule.</t>

<t>The submods part of a token are in a single map/object with many entries, one
per submodule.  There is only one submods map 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 claim set rather
than an individual claim. This submods part of a token allows what
might be called recursion. It allows claim sets inside of claim sets
inside of claims sets…</t>

<section anchor="two-types-of-submodules" title="Two Types of Submodules">

<t>Each entry in the submod map is one of two types:</t>

<t><list style="symbols">
  <t>A non-token submodule that is a map or object directly containing claims for the submodule.</t>
  <t>A nested EAT that is a fully formed, independently signed EAT token</t>
</list></t>

<section anchor="non-token-submodules" title="Non-token Submodules">

<t>This is simply a map or object containing claims about the submodule.</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>It is signed/encrypted along with the rest of the token and thus the claims are secured by the same Attester with the same signing key as the rest of the token.</t>

<t>If a token is in CBOR format (a CWT or a UCCS), all non-token submodules must be CBOR format.
If a token in in JSON format (a JWT), all non-token submodules must be in JSON format.</t>

<t>When decoding, this type of submodule is recognized from the other type by being a data item of type map for CBOR or type object for JSON.</t>

</section>
<section anchor="nested-eats" title="Nested EATs">

<t>This type of submodule is a fully formed secured EAT as defined in this document except that it MUST NOT be a UCCS or an unsecured JWT.
A nested token that is one that is always secured using COSE or JOSE, usually by an independent Attester.
When the surrounding EAT is a CWT or secured JWT, the nested token becomes securely bound with the other claims in the surrounding token.</t>

<t>It is allowed to have a CWT as a submodule in a JWT and vice versa, but this SHOULD be avoided unless necessary.</t>

<section anchor="surrounding-eat-is-cbor-format" title="Surrounding EAT is CBOR format">
<t>They type of an EAT nested in a CWT is determined by whether the CBOR type is a text string or a byte string.
If a text string, then it is a JWT.
If a byte string, then it is a CWT.</t>

<t>A CWT nested in a CBOR-format token is always wrapped by a byte string for easier handling with standard CBOR decoders and token processing APIs that will typically take a byte buffer as input.</t>

<t>Nested CWTs may be either a CWT CBOR tag or a CWT Protocol Message.
COSE layers in nested CWT EATs MUST be a COSE_Tagged_Message, never a COSE_Untagged_Message.
If a nested EAT has more than one level of COSE, for example one that is both encrypted and signed, a COSE_Tagged_message must be used at every level.</t>

</section>
<section anchor="surrounding-eat-is-json-format" title="Surrounding EAT is JSON format">
<t>When a CWT is nested in a JWT, it must be as a 55799 tag in order to distinguish it from a nested JWT.</t>

<t>When a nested EAT in a JWT is decoded, first remove the base64url encoding.
Next, check to see if it starts with the bytes 0xd9d9f7.
If so, then it is a CWT as a JWT will never start with these four bytes. 
If not if it is a JWT.</t>

<t>Other than the 55799 tag requirement, tag usage for CWT’s nested in a JSON format token follow the same rules as for CWTs nested in CBOR-format tokens.
It may be a CWT CBOR tag or a CWT Protocol Message and COSE_Tagged_Message MUST be used at all COSE layers.</t>

</section>
</section>
<section anchor="unsecured-jwts-and-uccs-tokens-as-submodules" title="Unsecured JWTs and UCCS Tokens as Submodules">

<t>To incorporate a UCCS token as a submodule, it MUST be as a non-token submodule. 
This can be accomplished inserting the content of the UCCS Tag into the submodule map.
The content of a UCCS tag is exactly a map of claims as required for a non-token submodule.
If the UCCS is not a UCCS tag, then it can just be inserted into the submodule map directly.</t>

<t>The definition of a nested EAT type of submodule is that it is one that is secured (signed) by an Attester.
Since UCCS tokens are unsecured, they do not fulfill this definition and must be non-token submodules.</t>

<t>To incorporate an Unsecured JWT as a submodule, the null-security JOSE wrapping should be removed.
The resulting claims set should be inserted as a non-token submodule.</t>

<t>To incorporate a UCCS token in a surrounding JSON token, the UCCS token claims should be translated from CBOR to JSON.
To incorporate an Unsecured JWT into a surrounding CBOR-format token, the null-security JOSE should be removed and the claims translated from JSON to CBOR.</t>

</section>
</section>
<section anchor="no-inheritance" title="No Inheritance">

<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 the nonce and age.</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" title="Security Levels">

<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" title="Submodule Names">

<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 anchor="submods-cddl" title="submods CDDL">

<figure><artwork type="CDDL"><![CDATA[
; The part of a token that contains all the submodules.  It is a peer
; with the claims in the token, but not a claim, only a map/object to
; hold all the submodules.

submods-part = (
    submods => submods-type
)

submods-type = { + submod-type }


; The type of a submodule which can either be a nested claim set or a
; nested separately signed token. Nested tokens are wrapped in a bstr
; or a tstr.

submod-type = (
    submod-name => eat-claim-set / nested-token
)


; When this is a bstr, the contents are an eat-token in CWT or UCCS
; format.  When this is a tstr, the contents are an eat-token in JWT
; format.

nested-token = bstr / tstr; 


; Each submodule has a unique text string name.

submod-name = tstr 


]]></artwork></figure>

</section>
</section>
</section>
<section anchor="keyid" title="Endorsements and Verification Keys">

<t>TODO: fill this section in. It will discuss key IDs, endorsement ID and such that
are needed as input needed to by the Verifier to verify the signature. This will
NOT discuss the contents of an Endorsement, just and ID/locator.</t>

</section>
<section anchor="profiles" title="Profiles">

<t>This EAT specification does not gaurantee that implementations of it will interoperate.
The variability in this specification is necessary to accommodate the widely varying use cases.
An EAT profile narrows the specification for a specific use case.
An ideal EAT profile will gauarantee interoperability.</t>

<t>The profile can be named in the token using the profile claim described in <xref target="profile-claim"/>.</t>

<section anchor="list-of-profile-issues" title="List of Profile Issues">

<t>The following is a list of EAT, CWT, UCCS, JWS, COSE, JOSE and CBOR options that a profile should address.</t>

<section anchor="use-of-json-cbor-or-both" title="Use of JSON, CBOR or both">

<t>The profile should indicate whether the token format should be CBOR, JSON, both or even some other encoding.
If some other encoding, a specification for how the CDDL described here is serialized in that encoding is necessary.</t>

<t>This should be addressed for the top-level token and for any 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" title="CBOR Map and Array Encoding">

<t>The profile should indicate whether definite-length arrays/maps, indefinite-length arrays/maps or both are allowed.
A good default is to allow only definite-length arrays/maps.</t>

<t>An alternate is to allow both definite and indefinite-length arrays/maps.
The decoder should accept either.
Encoders that need to fit on very small hardware or be actually implement in hardware can use indefinite-length encoding.</t>

<t>This applies to individual EAT claims, CWT and COSE parts of the implementation.</t>

</section>
<section anchor="cbor-string-encoding" title="CBOR String Encoding">

<t>The profile should indicate whether definite-length strings, indefinite-length strings or both are allowed.
A good default is to allow only definite-length strings.
As with map and array encoding, allowing indefinite-length strings can be beneficial for some smaller implementations.</t>

</section>
<section anchor="cosejose-protection" title="COSE/JOSE Protection">

<t>COSE and JOSE have several options for signed, MACed and encrypted messages.
EAT/CWT has the option to have no protection using UCCS and JOSE has a 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, CWT and UCCS are allowed by EAT.</t>

<t>The profile should list the protections that must be supported by all decoders implementing the profile.
The encoders them must implement a subset of what is listed for the decoders, perhaps only one.</t>

<t>Implementations may choose to sign or MAC before encryption so that the implementation layer doing the signing or MACing can be the smallest.
It is often easier to make smaller implementations more secure, perhaps even implementing in solely in hardware.
The key material for a signature or MAC is a private key, while for encryption it is likely to be a public key.
The key for encryption requires less protection.</t>

</section>
<section anchor="cosejose-algorithms" title="COSE/JOSE Algorithms">

<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.</t>

</section>
<section anchor="verification-key-identification" title="Verification Key Identification">

<t>Section <xref target="keyid"/> describes a number of methods for identifying a verification key.
The profile document should specify one of these or one that is not described.
The ones described in this document are only roughly described.
The profile document should go into the full detail.</t>

</section>
<section anchor="endorsement-identification" title="Endorsement Identification">

<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="required-claims" title="Required Claims">

<t>The profile can list claims whose absence results in Verification failure.</t>

</section>
<section anchor="prohibited-claims" title="Prohibited Claims">

<t>The profile can list claims whose presence results in Verification failure.</t>

</section>
<section anchor="additional-claims" title="Additional Claims">
<t>The profile may describe entirely new claims.
These claims can be required or optional.</t>

</section>
<section anchor="refined-claim-definition" title="Refined Claim Definition">

<t>The profile may lock down optional aspects of individual claims.
For example, it may require altitude in the location claim, or it may require that HW Versions always be described using EAN-13.</t>

</section>
<section anchor="cbor-tags" title="CBOR Tags">

<t>The profile should specify whether the token should be a CWT Tag or not.
Similarly, the profile should specify whether the token should be a UCCS 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 unncessary because the surrounding or carrying protocol identifies the object as an EAT.</t>

</section>
</section>
</section>
<section anchor="encoding" title="Encoding">
<t>This makes use of the types defined in CDDL Appendix D, Standard Prelude.</t>

<t>Some of the CDDL included here is for claims that are defined in CWT <xref target="RFC8392"/> or JWT <xref target="RFC7519"/> or are in the IANA CWT or JWT registries.
CDDL was not in use when these claims where defined.</t>

<section anchor="common-cddl-types" title="Common CDDL Types">

<t>time-int is identical to the epoch-based time, but disallows
floating-point representation.</t>

<figure><artwork type="CDDL"><![CDATA[
string-or-uri = tstr 

time-int = #6.1(int)
]]></artwork></figure>

</section>
<section anchor="cddl-for-cwt-defined-claims" title="CDDL for CWT-defined Claims">

<t>This section provides CDDL for the claims defined in CWT. It is
non-normative as <xref target="RFC8392"/> is the authoritative definition of these
claims.</t>

<figure><artwork type="CDDL"><![CDATA[
$$eat-extension //= (
    ? issuer => text,
    ? subject => text,
    ? audience => text,
    ? expiration => time,
    ? not-before => time,
    ? issued-at => time,
    ? cwt-id => bytes,
)

issuer = 1
subject = 2
audience = 3
expiration = 4
not-before = 5
issued-at = 6
cwt-id = 7

]]></artwork></figure>

</section>
<section anchor="json" title="JSON">

<section anchor="json-labels" title="JSON Labels">

<figure><artwork type="JSON"><![CDATA[
ueid /= "ueid"
nonce /= "nonce"
origination /= "origination"
oemid /= "oemid"
security-level /= "security-level"
secure-boot /= "secure-boot"
debug-status /= "debug-status"
location /= "location"
age /= "age"
uptime /= "uptime"
profile /= "eat-profile"
boot-seed /= "bootseed"
submods /= "submods"
timestamp /= "timestamp"

latitude /= "lat"
longitude /= "long"
altitude /= "alt"
accuracy /= "accry"
altitude-accuracy /= "alt-accry"
heading /= "heading"
speed /= "speed"
]]></artwork></figure>

</section>
<section anchor="jsoninterop" title="JSON Interoperability">

<t>JSON should be encoded per RFC 8610 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>
</list></t>

</section>
</section>
<section anchor="cbor" title="CBOR">

<section anchor="cbor-interoperability" title="CBOR Interoperability">

<t>CBOR allows data items to be serialized in more than one form.
If the sender uses a form that the receiver can’t decode, there will not be interoperability.</t>

<t>This specification gives no blanket requirements to narrow CBOR serialization for all uses of EAT.
This allows individual uses to tailor serialization to the environment.
It also may result in EAT implementations that don’t interoperate.</t>

<t>One way to guarantee interoperability is to clearly specify CBOR serialization in a profile document.
See <xref target="profiles"/> for a list of serialization issues that should be addressed.</t>

<t>EAT will be commonly used where the device generating the attestation is constrained and the receiver/verifier of the attestation is a capacious server.
Following is a set of serialization requirements that work well for that use case and are guaranteed to interoperate.
Use of this serialization is recommended where possible, but not required.
An EAT profile may just reference the following section rather than spell out serialization details.</t>

<section anchor="eat-constrained-device-serialization" title="EAT Constrained Device Serialization">

<t><list style="symbols">
  <t>Preferred serialization described in section 4.1 of <xref target="RFC8949"/> is not required.
The EAT decoder must accept all forms of number serialization.
The EAT encoder may use any form it wishes.</t>
  <t>The EAT decoder must accept indefinite length arrays and maps as described in section 3.2.2 of <xref target="RFC8949"/>.
The EAT encoder may use indefinite length arrays and maps if it wishes.</t>
  <t>The EAT decoder must accept indefinite length strings as described in section 3.2.3 of <xref target="RFC8949"/>.
The EAT encoder may use indefinite length strings if it wishes.</t>
  <t>Sorting of maps by key is not required.
The EAT decoder must not rely on sorting.</t>
  <t>Deterministic encoding described in Section 4.2 of <xref target="RFC8949"/> is not required.</t>
  <t>Basic validity described in section 5.3.1 of <xref target="RFC8949"/> must be followed.
The EAT encoder must not send duplicate map keys/labels or invalid UTF-8 strings.</t>
</list></t>

</section>
</section>
</section>
<section anchor="collected-cddl" title="Collected CDDL">

<figure><artwork type="CDDL"><![CDATA[
; This is the top-level definition of the claims in EAT tokens.  To
; form an actual EAT Token, this claim set is enclosed in a COSE, JOSE
; or UCCS message.

eat-claim-set = {
    ? ueid-claim,
    ? nonce-claim,
    ? origination-claim,
    ? oemid-claim,
    ? hardware-version-claims,
    ? security-level-claim,
    ? secure-boot-claim,
    ? debug-status-claim,
    ? location-claim,
    ? profile-claim,
    ? uptime-claim,
    ? boot-seed-claim,
    ? submods-part,
    * $$eat-extension,
}


; This is the top-level definition of an EAT Token.  It is a CWT, JWT
; or UCSS where the payload is an eat-claim-set. A JWT_Message is what
; is defined by JWT in RFC 7519. (RFC 7519 doesn't use CDDL so a there
; is no actual CDDL definition of JWT_Message).

eat-token = EAT_Tagged_Message / EAT_Untagged_Message / JWT_Message


; This is CBOR-format EAT token in the CWT or UCCS format that is a
; tag.  COSE_Tagged_message is defined in RFC 8152.  Tag 601 is
; proposed by the UCCS draft, but not yet assigned.

EAT_Tagged_Message = #6.61(COSE_Tagged_Message) / #6.601(eat-claim-set)


; This is a CBOR-format EAT token that is a CWT or UCSS that is not a
; tag COSE_Tagged_message and COSE_Untagged_Message are defined in RFC
; 8152.

EAT_Untagged_Message = COSE_Tagged_Message /
     COSE_Untagged_Message /
     UCCS_Untagged_Message


; This is an "unwrapped" UCCS tag. Unwrapping a tag means to use the
; definition of its content without the preceding type 6 tag
; integer. Since a UCCS is nothing but a tag for an unsecured CWT
; claim set, unwrapping reduces to a bare eat-claim-set.

UCCS_Untagged_Message = eat-claim-set


; The following Claim Keys (labels) are temporary. They are not
; assigned by IANA

nonce = 10
ueid = 11
origination = 12
oemid = 13
security-level = 14
secure-boot = 15
debug-status = 16
location = 17
profile = 18
uptime = 19
submods = 20
boot-seed = 21

chip-version = 21
board-version = 22
device-version = 23
chip-version-scheme = 24
board-version-scheme = 25
device-version-scheme = 26
ean-chip-version = 27
ean-board-version = 28
ean-device-version = 29
string-or-uri = tstr 

time-int = #6.1(int)
$$eat-extension //= (
    ? issuer => text,
    ? subject => text,
    ? audience => text,
    ? expiration => time,
    ? not-before => time,
    ? issued-at => time,
    ? cwt-id => bytes,
)

issuer = 1
subject = 2
audience = 3
expiration = 4
not-before = 5
issued-at = 6
cwt-id = 7

debug-status-type = &(
    enabled: 0,
    disabled: 1,
    disabled-since-boot: 2,
    disabled-permanently: 3,
    disabled-fully-and-permanently: 4
)

debug-status-claim = (
    debug-status => debug-status-type
)
location-type = {
    latitude => number,
    longitude => number,
    ? altitude => number,
    ? accuracy => number,
    ? altitude-accuracy => number,
    ? heading => number,
    ? speed => number,
    ? timestamp => ~time-int,
    ? age => uint
}

latitude = 1
longitude = 2
altitude = 3
accuracy = 4
altitude-accuracy = 5
heading = 6
speed = 7
timestamp = 8
age = 9

location-claim = (
    location => location-type
)
nonce-type = bstr .size (8..64)

nonce-claim = (
    nonce => nonce-type / [ 2* nonce-type ]
)
oemid-claim = (
    oemid => bstr
)
; copied from CoSWID
; TODO: how to properly make reference to CoSWID and have tool validate

  $version-scheme /= multipartnumeric
  $version-scheme /= multipartnumeric-suffix
  $version-scheme /= alphanumeric
  $version-scheme /= decimal
  $version-scheme /= semver
  $version-scheme /= uint / text
  multipartnumeric = 1
  multipartnumeric-suffix = 2
  alphanumeric = 3
  decimal = 4
  semver = 16384

chip-version-claim = (
    chip-version => tstr
)

chip-version-scheme-claim = (
    chip-version-scheme => $version-scheme
)

board-version-claim = (
    board-version => tstr
)

board-version-scheme-claim = (
    board-version-scheme => $version-scheme
)

device-version-claim = (
    device-version => tstr
)

device-version-scheme-claim = (
    device-version-scheme => $version-scheme
)


ean-type = text .regexp "[0-9]{13}"

ean-chip-version-claim = (
    ean-chip-version => ean-type
)

ean-board-version-claim = (
    ean-board-version => ean-type
)

ean-device-version-claim = (
    ean-device-version => ean-type
)

hardware-version-claims = (
    ? chip-version-claim,
    ? board-version-claim,
    ? device-version-claim,
    ? chip-version-scheme-claim,
    ? board-version-scheme-claim,
    ? device-version-scheme-claim,
    ? ean-chip-version-claim,
    ? ean-board-version-claim,
    ? ean-device-version-claim,
)

origination-claim = (
    origination => string-or-uri
)
secure-boot-claim = (
    secure-boot => bool
)
security-level-type = &(
    unrestricted: 1,
    restricted: 2,
    secure-restricted: 3,
    hardware: 4
)

security-level-claim = (
    security-level => security-level-type
)
; The part of a token that contains all the submodules.  It is a peer
; with the claims in the token, but not a claim, only a map/object to
; hold all the submodules.

submods-part = (
    submods => submods-type
)

submods-type = { + submod-type }


; The type of a submodule which can either be a nested claim set or a
; nested separately signed token. Nested tokens are wrapped in a bstr
; or a tstr.

submod-type = (
    submod-name => eat-claim-set / nested-token
)


; When this is a bstr, the contents are an eat-token in CWT or UCCS
; format.  When this is a tstr, the contents are an eat-token in JWT
; format.

nested-token = bstr / tstr; 


; Each submodule has a unique text string name.

submod-name = tstr 


ueid-type = bstr .size (7..33)

ueid-claim = (
     ueid => ueid-type
)
uptime-claim = (
    uptime => uint
)
profile-claim = (
    profile => tstr
)
boot-seed-claim = (
    boot-seed => bytes
)
ueid /= "ueid"
nonce /= "nonce"
origination /= "origination"
oemid /= "oemid"
security-level /= "security-level"
secure-boot /= "secure-boot"
debug-status /= "debug-status"
location /= "location"
age /= "age"
uptime /= "uptime"
profile /= "eat-profile"
boot-seed /= "bootseed"
submods /= "submods"
timestamp /= "timestamp"

latitude /= "lat"
longitude /= "long"
altitude /= "alt"
accuracy /= "accry"
altitude-accuracy /= "alt-accry"
heading /= "heading"
speed /= "speed"
]]></artwork></figure>

</section>
</section>
<section anchor="iana-considerations" title="IANA Considerations">

<section anchor="reuse-of-cbor-web-token-cwt-claims-registry" title="Reuse of CBOR Web Token (CWT) Claims Registry">

<t>Claims defined for EAT are compatible with those of CWT
so the CWT Claims Registry is re used. No new IANA registry
is created. All EAT claims should be registered in the
CWT and JWT Claims Registries.</t>

</section>
<section anchor="claim-characteristics" title="Claim Characteristics">

<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" title="Interoperability and Relying Party Orientation">

<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" title="Operating System and Technology Neutral">

<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 SW 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" title="Security Level Neutral">

<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" title="Reuse of Extant Data Formats">

<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" title="Proprietary Claims">

<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="claims-registered-by-this-document" title="Claims Registered by This Document">

<t><list style="symbols">
  <t>Claim Name: UEID</t>
  <t>Claim Description: The Universal Entity ID</t>
  <t>JWT Claim Name: N/A</t>
  <t>Claim Key: 8</t>
  <t>Claim Value Type(s): byte string</t>
  <t>Change Controller: IESG</t>
  <t>Specification Document(s): <spanx style="strong">this document</spanx></t>
</list></t>

<t>TODO: add the rest of the claims in here</t>

</section>
</section>
<section anchor="privacyconsiderations" title="Privacy Considerations">

<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" title="UEID Privacy Considerations">

<t>A UEID is usually not privacy-preserving. Any set of relying parties
that receives tokens that happen to be from a single device will be
able to know the tokens are all from the same device and be able to
track the device. Thus, in many usage situations ueid violates
governmental privacy regulation. In other usage situations 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>There are several strategies that can be used to still be able to put
UEID’s in tokens:</t>

<t><list style="symbols">
  <t>The device obtains explicit permission from the user of the device
to use the UEID. 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.</t>
  <t>The UEID is used only in a particular context or particular use
case. It is used only by one relying party.</t>
  <t>The device authenticates the relying party and generates a derived
UEID just for that particular relying party.  For example, the relying
party could prove their identity cryptographically to the device, then
the device generates a UEID just for that relying party by hashing a
proofed relying party ID with the main device UEID.</t>
</list></t>

<t>Note that some of these privacy preservation strategies result in multiple UEIDs
per device. Each UEID is used in a different context, use case or system 
on the device. 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" title="Location Privacy Considerations">

<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 device generating the attestation.
For example, many mobile phones prompt the user for permission when before sending location data.</t>

</section>
</section>
<section anchor="securitycons" title="Security Considerations">

<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.  In addition, 
implementors should consider the following.</t>

<section anchor="key-provisioning" title="Key Provisioning">

<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 manfuacturer 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" title="Transmission of Key Material">

<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="transport-security" title="Transport Security">

<t>As stated in Section 8 of <xref target="RFC8392"/>, “The security of the CWT relies
upon on the protections offered by COSE”.  Similar considerations
apply to EAT when sent as a CWT.  However, EAT introduces the concept
of a nonce to protect against replay.  Since an EAT may be created by
an entity that may not support the same type of transport security as
the consumer of the EAT, intermediaries may be required to bridge
communications between the entity and consumer.  As a result, it is
RECOMMENDED that both the consumer create a nonce, and the entity
leverage the nonce along with COSE mechanisms for encryption and/or
signing to create the EAT.</t>

<t>Similar considerations apply to the use of EAT as a JWT.  Although the
security of a JWT leverages the JSON Web Encryption (JWE) and JSON Web
Signature (JWS) specifications, it is still recommended to make use of
the EAT nonce.</t>

</section>
<section anchor="multiple-eat-consumers" title="Multiple EAT Consumers">

<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>


  </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 initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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="RFC8949" target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<date year='2020' month='December' />
<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="RFC7517" target='https://www.rfc-editor.org/info/rfc7517'>
<front>
<title>JSON Web Key (JWK)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<date year='2015' month='May' />
<abstract><t>A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.  This specification also defines a JWK Set JSON data structure that represents a set of JWKs.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and IANA registries established by that specification.</t></abstract>
</front>
<seriesInfo name='RFC' value='7517'/>
<seriesInfo name='DOI' value='10.17487/RFC7517'/>
</reference>



<reference  anchor="RFC7519" target='https://www.rfc-editor.org/info/rfc7519'>
<front>
<title>JSON Web Token (JWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='J.' surname='Bradley' fullname='J. Bradley'><organization /></author>
<author initials='N.' surname='Sakimura' fullname='N. Sakimura'><organization /></author>
<date year='2015' month='May' />
<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="RFC7800" target='https://www.rfc-editor.org/info/rfc7800'>
<front>
<title>Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='J.' surname='Bradley' fullname='J. Bradley'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2016' month='April' />
<abstract><t>This specification describes how to declare in a JSON Web Token (JWT) that the presenter of the JWT possesses a particular proof-of- possession key and how the recipient can cryptographically confirm proof of possession of the key by the presenter.  Being able to prove possession of a key is also sometimes described as the presenter being a holder-of-key.</t></abstract>
</front>
<seriesInfo name='RFC' value='7800'/>
<seriesInfo name='DOI' value='10.17487/RFC7800'/>
</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 initials='M.' surname='Cotton' fullname='M. Cotton'><organization /></author>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<author initials='T.' surname='Narten' fullname='T. Narten'><organization /></author>
<date year='2017' month='June' />
<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 initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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="RFC8152" target='https://www.rfc-editor.org/info/rfc8152'>
<front>
<title>CBOR Object Signing and Encryption (COSE)</title>
<author initials='J.' surname='Schaad' fullname='J. Schaad'><organization /></author>
<date year='2017' month='July' />
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined 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></abstract>
</front>
<seriesInfo name='RFC' value='8152'/>
<seriesInfo name='DOI' value='10.17487/RFC8152'/>
</reference>



<reference  anchor="RFC8392" target='https://www.rfc-editor.org/info/rfc8392'>
<front>
<title>CBOR Web Token (CWT)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='E.' surname='Wahlstroem' fullname='E. Wahlstroem'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2018' month='May' />
<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 initials='H.' surname='Birkholz' fullname='H. Birkholz'><organization /></author>
<author initials='C.' surname='Vigano' fullname='C. Vigano'><organization /></author>
<author initials='C.' surname='Bormann' fullname='C. Bormann'><organization /></author>
<date year='2019' month='June' />
<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="RFC8747" target='https://www.rfc-editor.org/info/rfc8747'>
<front>
<title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
<author initials='M.' surname='Jones' fullname='M. Jones'><organization /></author>
<author initials='L.' surname='Seitz' fullname='L. Seitz'><organization /></author>
<author initials='G.' surname='Selander' fullname='G. Selander'><organization /></author>
<author initials='S.' surname='Erdtman' fullname='S. Erdtman'><organization /></author>
<author initials='H.' surname='Tschofenig' fullname='H. Tschofenig'><organization /></author>
<date year='2020' month='March' />
<abstract><t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key. Being able to prove possession of a key is also sometimes described as being the holder-of-key. This specification provides equivalent functionality to &quot;Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)&quot; (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t></abstract>
</front>
<seriesInfo name='RFC' value='8747'/>
<seriesInfo name='DOI' value='10.17487/RFC8747'/>
</reference>


<reference anchor="WGS84" target="http://earth-info.nga.mil/GandG/publications/tr8350.2/wgs84fin.pdf">
  <front>
    <title>National Imagery and Mapping Agency Technical Report 8350.2, Third Edition</title>
    <author >
      <organization>National Imagery and Mapping Agency</organization>
    </author>
    <date year="2000"/>
  </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="UCCS.Draft" target="https://tools.ietf.org/html/draft-birkholz-rats-uccs-01">
  <front>
    <title>A CBOR Tag for Unprotected CWT Claims Sets</title>
    <author fullname="Henk Birkholz">
      <organization></organization>
    </author>
    <date year="2020"/>
  </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="FIDO.AROE" target="https://fidoalliance.org/specs/fido-uaf-v1.0-fd-20191115/fido-allowed-AROE-v1.0-fd-20191115.html">
  <front>
    <title>FIDO Authenticator Allowed Restricted Operating Environments List</title>
    <author >
      <organization>The FIDO Alliance</organization>
    </author>
    <date year="2019" month="November"/>
  </front>
</reference>
<reference anchor="EAN-13" target="https://www.gs1.org/standards/barcodes/ean-upc">
  <front>
    <title>International Article Number - EAN/UPC barcodes</title>
    <author >
      <organization>GS1</organization>
    </author>
    <date year="2019"/>
  </front>
</reference>
<reference anchor="CoSWID" target="https://tools.ietf.org/html/draft-ietf-sacm-coswid-16">
  <front>
    <title>Concise Software Identification Tags</title>
    <author >
      <organization></organization>
    </author>
    <date year="2020" month="November"/>
  </front>
</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 initials='P.' surname='Leach' fullname='P. Leach'><organization /></author>
<author initials='M.' surname='Mealling' fullname='M. Mealling'><organization /></author>
<author initials='R.' surname='Salz' fullname='R. Salz'><organization /></author>
<date year='2005' month='July' />
<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 initials='R.' surname='Shirey' fullname='R. Shirey'><organization /></author>
<date year='2007' month='August' />
<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="BirthdayAttack" target="https://en.wikipedia.org/wiki/Birthday_attack.">
  <front>
    <title>Birthday attack</title>
    <author >
      <organization></organization>
    </author>
    <date />
  </front>
</reference>
<reference anchor="IDevID" 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="ECMAScript" target="http://www.ecma-international.org/ecma-262/5.1/ECMA-262.pdf">
  <front>
    <title>Ecma International, "ECMAScript Language Specification, 5.1 Edition", ECMA Standard 262</title>
    <author >
      <organization></organization>
    </author>
    <date year="2011" month="June"/>
  </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="FIDO.Registry" target="https://fidoalliance.org/specs/common-specs/fido-registry-v2.1-ps-20191217.html">
  <front>
    <title>FIDO Registry of Predefined Values</title>
    <author >
      <organization>The FIDO Alliance</organization>
    </author>
    <date year="2019" month="December"/>
  </front>
</reference>
<reference anchor="FIPS-140" target="https://csrc.nist.gov/publications/detail/fips/140/2/final">
  <front>
    <title>Security Requirements for Cryptographic Modules</title>
    <author >
      <organization>National Institue of Standards</organization>
    </author>
    <date year="2001" month="May"/>
  </front>
</reference>
<reference anchor="Common.Criteria" target="https://www.commoncriteriaportal.org/cc/">
  <front>
    <title>Common Criteria for Information Technology Security Evaluation</title>
    <author >
      <organization></organization>
    </author>
    <date year="2017" month="April"/>
  </front>
</reference>


    </references>


<section anchor="examples" title="Examples">

<section anchor="very-simple-eat" title="Very Simple EAT">

<t>This is shown in CBOR diagnostic form. Only the payload signed by COSE
is shown.</t>

<figure><artwork><![CDATA[
{
    / issuer /           1: "joe",
    / nonce /           10: h'948f8860d13a463e8e',
    / UEID /            11: h'0198f50a4ff6c05861c8860d13a638ea',
    / secure-boot /     15: true,
    / debug-disable /   16: 3, / permanent-disable /
    / timestamp (iat) /  6: 1(1526542894),
    / chip-version /    21: "1.4a",
    / chip-version-scheme / 24: 2 / multipartnumeric+suffix /
}
]]></artwork></figure>

</section>
<section anchor="example-with-submodules-nesting-and-security-levels" title="Example with Submodules, Nesting and Security Levels">

<figure><artwork><![CDATA[
{
    / nonce /                 10: h'948f8860d13a463e8e',
    / UEID /                  11: h'0198f50a4ff6c05861c8860d13a638ea'
    / secure-boot /           15: true,
    / debug-disable /         16: 3, / permanent-disable  /
    / timestamp (iat) /        6: 1(1526542894),
    / security-level /        14: 3, / secure restricted OS /
    / submods / 20: {
        / first submod, an Android Application /
        "Android App Foo" :  {
            / security-level /  14: 1 / unrestricted /
        },

        / 2nd submod, A nested EAT from a secure element /
        "Secure Element Eat" :
            / an embedded EAT, bytes of which are not shown /
            h'420123',

        / 3rd submod, information about Linux Android /
        "Linux Android": {
            / security-level /  14: 1 / unrestricted /
        }
    }
}
]]></artwork></figure>

</section>
</section>
<section anchor="ueid-design-rationale" title="UEID Design Rationale">

<section anchor="collision-probability" title="Collision Probability">

<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 SW 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" title="No Use of UUID">

<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>UUIDs seem to have been designed for scenarios where the implementor
does not have full control over the environment and uniqueness has to
be constructed from identifiers at hand. UEID takes the view that
hardware, software and/or manufacturing process directly implement
UEID in a simple and direct way. It takes the view that cryptographic
quality random number generators are readily available as they are
implemented in commonly used CPU hardware.</t>

</section>
</section>
<section anchor="changes-from-previous-drafts" title="Changes from Previous Drafts">

<t>The following is a list of known changes from the previous drafts.  This list is
non-authoritative.  It is meant to help reviewers see the significant
differences.</t>

<section anchor="from-draft-rats-eat-01" title="From draft-rats-eat-01">

<t><list style="symbols">
  <t>Added UEID design rationale appendix</t>
</list></t>

</section>
<section anchor="from-draft-mandyam-rats-eat-00" title="From draft-mandyam-rats-eat-00">

<t>This is a fairly large change in the orientation of the document, but
no new claims have been added.</t>

<t><list style="symbols">
  <t>Separate information and data model using CDDL.</t>
  <t>Say an EAT is a CWT or JWT</t>
  <t>Use a map to structure the boot_state and location claims</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-01" title="From draft-ietf-rats-eat-01">

<t><list style="symbols">
  <t>Clarifications and corrections for OEMID claim</t>
  <t>Minor spelling and other fixes</t>
  <t>Add the nonce claim, clarify jti claim</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-02" title="From draft-ietf-rats-eat-02">

<t><list style="symbols">
  <t>Roll all EUIs back into one UEID type</t>
  <t>UEIDs can be one of three lengths, 128, 192 and 256.</t>
  <t>Added appendix justifying UEID design and size.</t>
  <t>Submods part now includes nested eat tokens so they can be named and
there can be more tha one of them</t>
  <t>Lots of fixes to the CDDL</t>
  <t>Added security considerations</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-03" title="From draft-ietf-rats-eat-03">

<t><list style="symbols">
  <t>Split boot_state into secure-boot and debug-disable claims</t>
  <t>Debug disable is an enumerated type rather than Booleans</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-eat-04" title="From draft-ietf-rats-eat-04">

<t><list style="symbols">
  <t>Change IMEI-based UEIDs to be encoded as a 14-byte string</t>
  <t>CDDL cleaned up some more</t>
  <t>CDDL allows for JWTs and UCCSs</t>
  <t>CWT format submodules are byte string wrapped</t>
  <t>Allows for JWT nested in CWT and vice versa</t>
  <t>Allows UCCS (unsigned CWTs) and JWT unsecured tokens</t>
  <t>Clarify tag usage when nesting tokens</t>
  <t>Add section on key inclusion</t>
  <t>Add hardware version claims</t>
  <t>Collected CDDL is now filled in. Other CDDL corrections.</t>
  <t>Rename debug-disable to debug-status; clarify that it is not extensible</t>
  <t>Security level claim is not extensible</t>
  <t>Improve specification of location claim and added a location privacy section</t>
  <t>Add intended use claim</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-05" title="From draft-ietf-rats-05">

<t><list style="symbols">
  <t>CDDL format issues resolved</t>
  <t>Corrected reference to Location Privacy section</t>
</list></t>

</section>
<section anchor="from-draft-ietf-rats-06" title="From draft-ietf-rats-06">

<t><list style="symbols">
  <t>Added boot-seed claim</t>
  <t>Rework CBOR interoperability section</t>
  <t>Added profiles claim and section</t>
</list></t>

</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIANokG2AAA+296XIjV5Im+v88RRjV94qsBsA117KqHoqkJKpymySzNNfa
usoCQIAMJRCBigiQCUk51q8xZnNfrp/kun/ufpYASEldbXZt2rpsRs1ERJzF
jx/fl+Fw6Nour6Z/zed1VbzMumZVuHLZ4K+2Ozo4eHFw5CZ59zJru6lz03pS
5Qt6cdrks25YFt1s2ORdOyzybnjwzLn7m5fZ+9Prq+z7uvlYVjfZN029Wrov
skldtUXVrtqX2Zfrov2SfmpX40XZtmVddesljXl5cf21W5YvXZZ19cTewz+m
xbK7pV9O+N9t3XRNMWvDG+16kf4wqRfLfNJFb6zG4beq5p+a2aSYtt16Xthr
XdnxP65vi+yion+ss9OuKwhAHa0xu64/FlW2e3F6vefy8bgp7l5m9A+XN0VO
i6+6oqmKzn28J1iVNxVvPo8+n4zrhjY9zTua4ujg8Hh4eODyVXdbNy/dMCsr
Wv43o+w1ncY6X9D6BNDflE05vc2b6EHdEJD/+yqf044W2XUxua3qeX1TFi2t
YjLi3RJ8Ctrpk2fPnmSv66a4rVdtkZ035V3B0KGtvcyu8io7L4ubmmFR3NAa
X2Zn+byc1U1V5gDiquoaevPD1Sn9c3kLFNn5x8Ps+ZPn2dMnh9kzQpAdelQs
8nL+MlvIEv/b37py9Ddd34j+Y9t7NcperarpeJ5PC7/BV/mqKapJkTzCFq+K
yarhU6ADqZt19urVWZhrfjP/b2U7pxmHTcEYEU/0epR9lc/nBPuiqVs/1evy
ZlXMe4/+/4VmBMyToxcvIliOZZUPAvO7Ufb2y/O6qm9uVwGa3xVNsVinT379
Do+evci+zpuKULVe3dxm7+t86ncYPcB2poydHw5PsmevrpL9VWVXTLM/0QWY
1otoqycn2eHRk6Ps+Onx4fNoqz/UUyx2c6uuqpsFXZ+7gonC+6/Pjg4PX+if
z1+c2J/Pnhw+C3/6X58fHNi7h0dP/Z/PTvyfT47sz+MX/s+nh/6zZyc0Lv39
/TdXz/EVEaO8uWFQ3Xbd8uX+fpE33e2wrGb1qLrJR4tyvv8N4eQ3+8vVeF5O
cPXb/a55fvzkYHS0f3/TPj+ZldVoOZ3JcEJy3uDFfJ5dLvKbgnCdxqAbv1wy
FTm9ofuxloOjIefZ+2JJCJ/JmAO6HmUzzS6mJY+BUY2s8N9DOf9fMQNeN/p0
cIB/0n8uT9+cjs6+vx6dzfNy0W4Fw/39/ajMq3xEc+3nLdO/RVF17f7kvov3
efbV2/fZ98XYiCkNu5fJuPHCs3jlPH+0tFk+bwtn6/qut65kYe1jK/tBV2ZL
++7q7Zt4ad/1lpaubWNx/dV9ODu7Gp0zl3xgYV1dz9sRc1As7bZbzPeFq47L
5uNtPf9ROOtqMmmHB4fJWk8FkNf5TUb0hW7csqm7YsLXjiCqqyb62aVLt5XP
VvO5kItvi+pj9pXOF+/j6ODogLdxfUuU4Zt370aXry8uN4+eN8K4mM9HxzfL
JXYyLdqPXb1c1NMVEbD9q2UxKWf+KiT/PC86ogDtKG+Xn/6pjZ9cTv/w7OhF
jDrHhOPfFFXRCDt9RxeP/tHelsvsXVP/QLv/fXRFkmlECMnOiHRnb4runkQT
oP910SxKuhPt77M3q8W4aOguDLJ8OiWO0oJ/00vllNDFD/XQ9TomGCX35/BF
xvD7+vL87ej0/duLl/Fe+NfslEbhoWlgOsPT+by+p/N7TzS/KXGUb5fYLK3j
ororm1oQN3tVtt3Wg5iV05qYBmH7pMBJMERb/Dxc5bPh3eHoYDibDnlxh4eH
T+RJLhMPeZEbr4wYLR/aM8tJshOdNALAm/quYIgGSFycvhkeHm9HIb6kN+2h
LJrl0byZtvvjvGEu0xKRrYar5SSGoIhbRtNOGwLjvNBTpPXRZPsf3p1lNsRD
W/jm6rB3arzUs/rq+8vz7Ut9+NpCGG7zyWI4qdv7cjo8fJqQvrqalCQ2XNWz
7p5kxuwyQSy+zO12APJNZA6TssKTwyNjWSdghfQ33eTudpqvSWzNJx8TlLNH
LJPSs617K6rRffmxXBbTUugl/2vfvvyrfDnaSovPizsPMT2hi4uL7EoPc5Dt
4N/PD45Gh6fvRbQjEaq4KycBEkWzEw1+XkwMAgcvtjEdjyl0HIVgPLFWEukJ
d+zZvs445EEEmxkXz16fXk2actklS76YLPIUs2jd4V0SVaubFXHPlLoMsiej
Q2O/OwMM7jeeHT09ivaUfbeqCsazw4e4aEFrIHkiWgM2hp9prH2aa59n4H9A
imDx5Phs9E1RvyKlKd4O/TSvFbtO3132aOJRlcoMssDv8mqVk3RAS3z+4FW9
P8aart/v34QphjTF/heTum6mRFNJ7/krdjHLlS5suX2kI86ndFMK8F26ICzH
l6sF7+nth8vRNyt6lm6Jf5mXFYmuYHx0n+pZdvGpK6opUUwSPf+2ivGJ1LUP
l3uD7G1zk1fljwrR+Xrbm2/xJpP8M9YUqzVhNUkol+d7EXxOVzekFzN4nm0F
zxacJM2XltftT/PFPv84DBQu/HVfjPdJuV6JbNKtiCWUdLn2i1Vpp8wQeVXX
H1fLzXv2njQO4ht61oA01Ncg72xdLSkqfCyjLav2P5EUMuTVkUC7f1cW97hE
XzQyYVm0W8kBrWn0/vTXrvPXQpKknOlqQjJRWzRMOFrbwD5d++JTYFbblkOE
gInA4cNEKvuaUIouETMUFo6LrqmX9bykx8RhitxkhzZ7e8cLKO7x3mkzuS1Z
+iKKtv3KFOOWzrMY5VVb9ngc7w3/oeXx6hr6z7NUEH/m5QiF3npTlrAnfBve
NcW0IEJI9+HP+XxVbD/6B4QFVr3oLkeSg570enhHhHS4bEU2ODp89u+WDSLC
zrJBhu29uxoenhwkO/P6//vib6uS9FqIP3zvz5r1sqtvmnx5W05IJYekuXWb
k7aZjCrawOimvkuVsimET9rkst2nqfePmHvkD+4oKFBVSwtcgfIY6sS34HXO
5BMSO2QJBujojDZC8mWebFCeZfYMW7s0Rs8iganq6wCLizs60yCKbiPPcoYT
HVXFc1CiyX5MypZNORdK5obDYZaP+WZOOudOq1+wf2V0E++IErdZDlsXodqu
2LqK6V7WFh3Bxk1EC+lu8y6jV2k94yLjwQoQ2cltzrPREgmck5ahSfeswLyD
rFsvWY6fr11OH0NKmJcf6UuxJtCR8NuX9bU+HbGqUhA70FlZwFq1tK4xSTyu
KeZrlqOXpDSss66mjzrI/kV2W99ni9XkNiu77L5saQx+DusnLb3QBY0EKKfX
WdlmRUkPaH7oWrQQ0hTp0+42a+tFEdv8hkTd6HtahQJjRECk7+Z8aLSGG9Kt
iOPM5zQTjWv0n/6gVfBE4GuOp2GIsa4rR1WRtvdX4pdEgMcr1hCcu/7q3MnD
RTmdzonufcGijFBMxhb3vljQZwbN2DRZ8jnOVoTJPD2huNJXOTsoCPxGgwGc
DtAy0HL+fVGPSxK+cTADHIvaQof1bHh9S8trs106qj2de0BAczVgSNtb1iQn
MMwZpwo6hraYz/jfPGF0bAPGNVoXfcWH73SNOHjegKySj2zjtD9WdMg4nB7S
uXxcr+ScDSwE5ymJSSST3N8WWCMhBtChjd4beXD+ejhOCDL0rGjmJeEvD+1Y
ba8npFBgXuNq8npVEN7Y4sM6sRTiQoQxJAXxtXHR8sfFjJVcGndCnxMQRtlb
QvKbup4SNuWLJZ0TrXJcEjBYzYQBWpVQ3gHtuSkwj38lI2I04UPMgKJ896oY
EnzveheMl976tWM30RppGB4FP9Pf/E6FO1m7LZNO6qYh3jpf00GfVoo1YScq
XGVqAGFED3tIV3WfM/sIq/ILui/pBuoA/Lsj+pgbXt3A5DAvfyxabLzmFRFN
ZTLGd7shKtramS3Km9sOE9GLLuw+j/YeDnBtxwXc1c3q0LwEnmxcuHxCOKGk
rOwI85i3EiT4vJhoRgiIndMcQmAYpxbEjMpqMl9N6doRreCn9K2blwtYaZnW
0XCzWpfAauTv2KBCI9P/42eL/KOORZr03H7VDdF9mkKb3f32+73f9imQtCWR
f4ADKicrWvYcwiAzwlY5XiCihBDLlud4XeTtSuQBG7M1rXr36vu9rFlV8L8k
mMpfEs2clTcrFUBx6cCQkpXxi5HFhe7xFl4VbcQoIZGu7Jt3V5lpRHRSb8/f
vsx4EJ6OnQa8s5ipXjAbrZTwvC/a1bxr6Yi/+IKZywCshZ+wNdE5lk9n8+JT
SfSWuTM/IVBg+eVivgRElBTR7jKoVnc5wa+DZFhEZqQBc7MWRInYsrI0WBV/
+kmt658/g7uxXfSnn4IaTD+LiDJyuCGJ3Y7EgQXtIa+KetWSnmWMn2gO3V39
sH2YnRIYTXilLchSjl8cff7M5J+hsPFGMLTyS8waBGqbA7Fv4PPnrasWTsu3
uCZwJs9a4e35VHRlxgYRMfgoo8unFzM1F+KCZkbms2IuSMtsE/sfeC4D0Bu4
BUwDvZbCeJQQMcW7E4RqvYSzgSsj94pJAB2ASBbFEtvT++DXM8mbBhSSf6Xl
jNxlpYwyZ6JGrI8JCCEITWKklp212W4xuhkNsteXry/wwx4+FfLc/7a7FW/S
SjAVO+3ym5ZPQglWVWez8hNtZkEiL2nq7SLLJ03dgq/jQwyqN+P8/JXbdoor
npefDhRznh4eAHNa3Xa5YNsGoDvnOYhIC5LQNaI7jIMVSZLu01IOi86EWWRW
CrEvVA7gaYQbLApH/1exGI9+3S0ipknDtXZlRyQ24fOJ3mj+ZEBSOh9d+Sm7
4N+ibRHYnOBHMR1lpwE9G1aGIADflHdYOH32Q1tX2EG95AXNgBfOS5zCM6O5
CLZl1a5mBFumvgSU3Tcs7igzL1tlJBEIc4+ii4I0XRGj6Y85E9gxqc4FLQaw
gTCL3TFHqitG03ASFZAFRNWLDnrlohudSsxCxgiiLF/RC6sqX4yJ0AsRotd5
uj29okxnUsS55wsJlY/vkzBlHDAe3JGamI/nKhyWU+ybcbLcTgKV37IwiEGw
6tLIwaJuwbXuVf4xCtkneILrqoeZwQF0c0d0kh0j3myqUlZEmOaZ0jgnqWEx
pv3v7nCoBbTknT0A1fGnclwdZO6MhbBElq1UMGgWqpoxfcDdcPF77W29mjPQ
skmslMPIRosmqAB047XRGMeRIHRqDSGt8IBEPBzOi7tiblvjmI2aiRwtoaUH
hF3O74U//pJ0quwSgKTt0rBTlbgIJgKmIHxPmkKUTywDSlZb88oEX0GqpyQ1
0zHSMCTHQIERVXD3PekvdCSvSZBpKl1r+4ASRFLRHQs/fC7lbEYYSShafCKB
BmJBzIaz2jt5wGbC+yb/ZAAIbZO5v0q+AzoyB+kXBgRwonQFdPmwCNrsv/3r
/86Xy/bf/vX/jQUAAQsJSqQEVdEq2jUp8Yts9+2VYAopyKz6EBObF3xBcobT
lLBlXudTPlrHg4/4DJjc5/PWZs6uLy6y3WsGH4HzwrYfi1Z7pgW4KUtW1YR4
XtnWTDGmYoqV2TdlQdKyJkLvAKLyYxEpD6lSExPH+XpgjMnAU1zRKtkeNaWz
d+qYuBDav5cNaR+3JdMjOw6WQvWsillRMcvJb3Iill327fdOfCRtQDqorIIi
hEKmVWxRwoXnu0iPNYtKpAww37yhX6BTpBiSzZp6QVSlnNw62iJB6kbs8HxB
7LLPB0ItSqI5BWsw/lT6qOFuRUgxeQa3uDejv6RVWwrd9RYcpV50u4MXk+/O
vDWp+H1xzxaqbJfRmtURXuye0PVWVDkmQnOoVCpwI7Isj+ytEofG4mRHa8rV
ZuO1GRY9ikLVi3IJBZDEZ3qN5WOSLHiBHvcdtBSC1xVLQOFKyM+KMIHPxqOK
Uwz/cyF8bOReynGXKoCIhYT/DJYr+TfHxrEmhL9X46Gn3XXjUlYY44w3w5WR
1RC2AmV1r/NqNcsBqkZWIzSVkUA01nxaxHYuxU+V3HLBdpIipry43E3KZrIi
7BrXbC9XMiyPRfS2v2cZ87z2ltU2pfeZme91be9VO2dPPk2sqxMTz8CbTmiw
3oI/Fq2JkrzweOtl5ZTLRBYTj5CXcub9gx2oqhogJXBtIWJDGiZ8pOuS8L2P
xZqNFGxhnWe7p396vccSYh3NmE1XDWbxI7M9RgQGMRQQhPWdjRWAGQH4uOqz
fNxYBAK9I+rfLv26B5Yvg8B8nQXMwRA94IvhdO26csGgM7lspEa0hzZYqq4B
xVyCGx3rj4T3D4PV2waIkO/zh6ajqxqiYBK27IQt26nKmabCUSLyjSRMU1TI
fH6fr1unpmiVNR7cjD9d/65bJPfkcUxJrUoLlg4I6bPVEoYlOU2in7jJtKAc
dEq3rOu9I7Y1FSs4084WepXwFCb1oOQi8rrSf2h3k6nubc6iOgOlJ2UwHEbZ
tyzNM6QZe50KDXzvfhdDDdL5ouwiO1CyNwFxut0biSmCVa5d1hXbGHt3gTVD
Nt6S/JRNikaVYSLt2BZDO0twfds0BHjGACGbIkZOTMv+e/dA09tXrT8U2Jvj
iQIBAmg9pmxbu5qliUSsmkrXzCcMOVIt/xGDeHAD01JMnQ+vZsCQocNH4Cqw
M+B7Sj8aexMeEDWcKkguOX5Ihi8CCMRc+LHYvoFIDRI4u6wPaRUBC1Y66cKU
s3Wsu5VqWbjPxXDVFEO+HnwauoBdMbTEMrDGUROCsfB9Ck8Je3k2mDOQfbVk
Z1chN6uLbAukZ2PESeHYOMk27DtV1gGYkaoQpPSzt0z8ETqckJ1gRXMbc9O7
Kl3R0Sl1hg23WM7rtRh8KqAnhDumbU7YCquN7CaYFBWNX7dire//nEEUsxOJ
sMGZDZ2UgKIrf2ShGeoly8O0li2IIcKg4gNz9GVT3uWTNRPFT2uP9GqbjbBD
teKy27x1bsuto0nWRRcmatcLFc4f4itOD1vtICB0bbGJ2apwKoUAJsY3ZUAr
neQsHzBhpFWZgZQHSua+xzgEYqj2LhLn1I5F0E0YFVt7RIUU+q3sRvgg5N3v
9TzeEOkz1zAfiwg8QSxV20kbvQLWCovgD+Z6bPMF9r8GdrPVfuOD4IGEwP1F
di0ng6wKtsXDzufAq705Ljo80IZ1MAj6aQnjaOzW/I6ifjqvfmJVXojJWXXi
Cw4zKqYmyjKfQqdWymOeroEbr6rpHO/zjaiyb6+v32W3BQmiDey3sv9okbSW
Wcn8C/zPxRZwmKk6MYfSkforNm5qHo9WVi9FBwTrjD5l9XlZE5xgnVCUgUFB
aEkxnw2h7tACxLmrtGiXQaJfrl0eqZbyHlEZNoSYf4HQqRw2RAlyImEg/F10
RN4DaCjRSKgDqMVsNZ+xa4pPKNI7TAlzTRQWMRLvAPNb0kXNPjEANWWmwoJG
pVoV4wHPJZqQWeb4ItH+hyIo8k4jl2i3Ka+zpZgVExhmB966E+xBISbZ9GO2
uk7KekUghk9L4GFm4bekiAPd6A9TgyN5U7wdAbh6pSEYwY7M9Gkg3Kec2XbU
R3hXrGEZEkM0DKELjnLkAKYYAvGedb/unXifsdnelySKAZB5W9LxRzyPZ17m
a7aRsAaXzztlN14i1Pt6pZu7mtzSQQqd4CmyHdt2iyc7nlQSYoCbmbijBhth
BWp5dCSQDlkoVToO5w8Rj/GcVDIMuiVBKSXMoklZOIa9r3sT2wzILlCi7PSC
CUkoq7t6fgdy6y7PhYj8j9GTgxexPMhOtZLNbg3kgk7XtSAho2G7sPNigF6b
BCr5/IZDx24XOwKNVsmGwMQ/penNkgn88kDtmhX4yYhodeR+zDbGzwJn0qPg
k/DXdKweFqPMotuq9C3WhwVfSO9OsEiBdkX4MyXmK2AtmcKWTdsN5H4Xrqqr
4R2bwtiox/FjHHjaLvNJYTtStjQTD0X/LJ0/S6X7bMaas60Mnl8vSTLMYIIn
vaO4z26JOmNjJfsIiUKJpLJgfYiNFnDCjjgeiYR/ufbMmjk/a6KWba9fqejm
IqxSRwsrtsFWHS1woEQUMiQRv7LFRI4ELdJsQAYZXnLMNqFoyiNJhBlkKtIM
4V1p7iJ8d3KCrcQSXZydn55muxc0C5GUSXa2YlPdudDLU4L/esG0KnLX7vGx
OrZHECMBWoONr8oOQgTssD1/1VsImqxtM0WHcAiTu/hiSGgUdjRQQ0OCacay
XeT3AGVpajBEBqGwVx86an4oRRFOqcRbq45NdEx0NOsBYWVCb/ji39cNseud
1x+urncG8n+zN2/x9/uL//7h8v3FOf999e3pq1f+D3nD0T/efnilz/mv8OXZ
29evL96cy8f0a9b76fXp/7MDYuJ23r67vnz75vTVzqZ3B3cJ5k/vhBOxIDYP
uK/O3mWHJ+JC4Tyxz5/VnXL47IT+vr8tKqFbwHb5p0hXpEvnjZoE3SRf0nGy
sk8TEDe7l7CKkXoc/aKaAu7GLkBTFFx2w0bu5gEIj9OVPBFPdiV5Oqm3B1k7
2RuSvsxSd7siyZeEBzG0I8PP8wC1y/K1FbelDfCnYm3fw9m2yJc4YXNC/rpR
EDlq43DIIfFzDs4OjFedpafyh74TeaQwOcwZJfMnm/5OBnZpntLGiu31evyD
ROXkEGE6sIxIq/S8XXWdRCCOAy0ILNnrxF5ncyZ8zwDDFzEyDnxkE9nlTNUf
joJyXqMJot+3r0/PBuItNhcpx0ciVilRgEYuGUu+vjg7GwSHUiWxycirIESR
BAtGHj+8K71b+45JCnMxLxWdYVvLvGywbiF1TmWIgbnv8xBCcFHdcpjulJQG
UQgvzwdZOSIGefHu8nxPfeCdmbIToDkO+DIVhmeCOiQHKlYsdZOqABqCQiri
OD3fbj+sglVz9iq5hUU9qCOw/6HEQZjGom7ApkiDi4KGr/oWLRWObZ7ipfsd
0f21YnS8oCjSU5kV4MYkQ+NYIHkx6YZBg6NITO7ARe8lURI9snXyE3vhu+gF
trLJBkOsPaxfbAWJolxFwcnn/IhkmegJp2Nzbtm695WHDPzY7DEn8aKW+LJE
TGkz8AGmuzcV+8Zj4abiKNpZvpp3cqfBjdiTinhPybSUu5SPW/joBRVS3drr
trRLMd6YxS5vvWcTX7JixgOJvODGYhroyVXCjmG3MXEVHyMstayU2Uq0gUUA
sxkQO9DooWAsElkbRiDEUyVmVlxVB8sM8eMlm4c4uMSTUfb8c1UFdex2pBsr
4i8FtpFAvxGE4jihYTnVADdaSy3BnNmFf0ViBwRFcx9rcINMx13WfuRP0CAL
zMhvbjhjwiunCOWJwhNmhVqrZ1j/no9JsRX4K/zTT/aT0qRoesKwVYOAmdp5
gl5UwGAf+wE+tK+chcgUvEJwDJKMx3c2RySBhDSKM+cX4+f4YRJDJyHrRECF
qe3S2vHiD125JyxIICg0bYce7xhf+67/8Ifo4TWMkCwLsh5AmyjEZIgDrE0A
M6MqoqzoFFaScwRu4v2qbKRoHW7CtEakitIwJhYIt1gnJEewhXU706obU6Gh
scnoHFfDF8vc6t72TjekmoTgW6P+kQXP+bDpmxWdAglcBHWSpG8Rbizx0b35
2bihFrBrknTpbBZLRdJdknb3RMzcoT93erSV9hvT7OhK0AUQNbGTgNyCYzFg
fotkEGxW0A8idt6JAzyWEERin8/VFKHGDD2ENkSYIBgUNEv9k+KKUfXURjNV
pZhP4ZqkAze3GL9FAn1ZT3EWvB41mqYTwoQ4VYVZP9BhmVyoCYP2zJ6cC/Xd
CEEPca+ElDkPmLMvtha3Hl1zC79xtCe90uUnfZVXMYeLHKDKWloGqT6dGiXm
CHYi3aco7xgGgdLzUdA1W7GBzY4XFL6elPAQCIGL0y/o5scHWNLqbiTyez6N
LauCE35UlQujGAjc+XkNe/tQUgVE32VIymXka0Z4Lh85+4g90Ml30PTlFBja
KkyCL+SdkdTK4aMwE4e5QiYgwJTLUglyrgOpwyKdyKnvMgyr8yFIgmUojpJo
mpqN8afZ05PhmOUqumg39LgXFQjyv6wZpcuFyNf+BXay5dUN9vqP+8PsycEB
qe10pKS1r0mjaVmpFCcHazyyJ6y+B1EPf0h3deYQ6rBkXBBD8g1wVs+NBVbR
ykc+uoH5biwEnoo9mkDO1EapL0jPnrhxYJBWW6GGCyllgrfmTjQsJiyasKzG
QnmJhF8LXuuTL0sWEa4VRR/EJEP9PS5YBhPHPZxDHJ9XQHlne60IAfBiMXaF
i+38xQ4rUiLjIwGnJgvKuxqOKlsxeSFRLjdeAFSbOHnSFHyWHvnOuFRYXIez
SVkUf8SkNh7cgrDyOeuaax2DvZ4+2wBi16oVc7/F2jwn2BMrznafnsBetAdT
fXHPPI25UiV+KCe6u9i1WGNc5J/KxQpxhfwlxoB6gBXCQCV+n2LB0qtEMdDG
hWWkEh8r4brXtvyx0BthDpYCt1FtgtjcMGwuwEFTIzrDSPHUuC6MWnCoXVFN
fZpM1dMAODaQBI+SdT2MKSRbqytADJ4gXI95WcYx8rQKJoqx88rlHmOX6u1m
I7GAX8Ke/yf9D3/hxyEkuD9knLqXjbDU3eej0dOTPacvyAn/IduFA1pG+sMf
s+jr/eyfs6Pfxb/8i9vDPLjCHyriBw2RV4tFDeLUqiinNNGHi8vzf/vX/9UG
a0LEMSLf3VTuF0uB+5sRlK6XRkbsiEnOguV0/udXJCmSmsKemGVBDE0DjirJ
ySXdJETokWTZ5N4f7VdlN7wponDZPAvxpIi1GotBHZ8jRpQRKYxB8GkH5vll
CWCew09KLF+3ZM7k/GNZiSe/FTW5QnUKJk3ihYjGBwmUdJ+W7itPls9HEWjt
7q3sNObiRb+Z12P8Q4VLjZqPPaatYtVKJPBRxoPqiAjXlGGjr3tpaYBHO2Bd
BwSsValAk+7ldlsE5ZaYlGQ4p8MJO76vfVQYG40Qhm4+nCoTQ2vHrmw/GssV
K9GGJXiNyT8NE6ZL9g46GT92HhAJ+/GOTwYOSa2zVDkVMGP9/gS8nZKUQTXL
xDyIZxBpSjXRhSSa8XROYuMnHy1j4tH8Ik5ZK4qlvzIm1DtzXCU73ktcEObe
N/FD9XoUT6CdfglTfkHqHN9lfTl9F7ZJZgKATOTeI/U5r+CeufSEswLH5BSO
GzWHSxKCJY3u+zhDjkJQn+YgorwM7HEBGYdl2cWCLZ8kJ9lF4Gp7CMaARZSY
2k13O4Jx4yHThYWsqGTrZNvBCHJ8rBwIuvruoSjF/BOw/+jJU+FtGvvuOQEn
qygfgzCGMDS6TTYeQe372yKNdAMbA7J3ClD1oLDnR+aEvo4lqBThQtiArBNs
/1zF4FzycfgUxSgGAtVjPS5mPeGiRDdJMhs2bxCQ2WJBnEax8Imq2QniYn5X
l6yyA/VnhdbmMFe0LIjIYxLFEcsyDKqzSLNjo6B8pW42BonPtM9OzQKhhd2A
oD9n1wyzrxiE+jdb0unvtOrJz/TmwaeDQ3rw/vTNOb/rLbWHR88H2eGLIybr
euwsTkxJcxbSHYl4tdkcUNnBC3ghJzYE0fpTF1mV/slqUSUhRJrtEqwBgCjy
JldLKApBetNFEIR0VYyXQdicScavesb8JIg8FL93nuZocFzRrY+kT0P4Jfg3
eZsr8zEWPw4SkdzGdLyagimkbF7OelmWEfT81Hr74W00dYNOBRsd2dkd0aHB
Nn7x4dLObyMqGC9Y4HAvJy+IyJyAQoNESYj4YXhCiMD/9+kB4wL+OtH4uCkO
RjJi3n64HPB/hsdPRZQ44wsd7lEkavaXUrB2Bgiw2UDZL5HUoSUK+/dGPL+a
emedEhSL0UF4hLjMCW1en55Z9TIvFIOU+IwkegObYzVu3NbMXMUhNNN9njwf
xZle97cskhnjgbq78FKuVlLzZX7akFfhX0qWNAhBedBIWZMEVxFOIdPssTE8
LtjCBsaffvL1gD5/NkQ4ZkR4fXGZXuKT4bS8KbvYwKZBtoqOtPfn+g7oBFde
U8w4I7FOonayp/pKIruBpk4eCrocqPFJfKNjtZqKeRa0nYmtrEEYF7srxd3N
dkNhOVplgOf+Uu3SrDnLtTq9Oru8DMZYu0/88u/Dn9mxzsxGGgBqgJt18On4
WGOQADYZ3BbpPbqGLdmr1S3JYLcFKd8rOPCu/vwmDrcf0bEk9QFxND+9zL5g
YQKqRDsUzzgKnvxhB4d9BoubWKf4ANqdz864sslbtHZxHzBmaAQT9O61OEVb
82CRyFLJwUrAiiVPemyCDaSqYX9nfaRnXglGdJVyvL1gd8OosCcDYxOQLjpm
WvYLdJhIYq2XOd/pcObCvS1oQFPj10a0mJRr2a+5i8JTkqwvyKSRpLTSAEm6
HN79J9KDA6HEwmI3bx9lU5I8Qm0b0pIxkYVy2SR1sSinqcXA23FJGSogvMfe
G8gBokTTub5kL5SoHsLcmVjcIR+XUGiu3nMmCckC1WRR0fHB+/XGCwe0dNVk
lM+aYTUBmQpTBI5nAg52HmXR+9k4R4KhhieLQP6grKKRGVjKuUWvxPpGT+k3
Udj2hsXoylkyy3xsNuGChInwGXMJiW1nz1vlGnfyr0leIQ6cvmPNXwytqfBG
F6YlEiO1NMQJoOA4BGgZVTLhqjQZ9gPtRrOgEbsUxRlaHkMCn7KFz5MwQs6j
p6YKcxuxYxTWDCYOYsygH7w5w5OMnjXj2WhEVMvJ89SYISP94Y+Z/za2W7zV
BDjQdbFX1OGnPfM2BUsyCmdI4LSotNOmXi5FtpuRjIvLcsHpTa3AInbh0JGA
M9TiyAqDBl83fPV0SfvqHR9ylKkKfwWk4SgvP3sL1o8aRaTrsPOzBOqSCqk3
JIzGwVBuM0shyooDTWYxXvObLEPkJQvSKjefB18lGO7pZFEMOaXzZ0tf0CRz
LwCqDMzv+GRqNWih6IZwzR0eaCca8t3rR4fMM34jMSNtGeVVWa0+Df/EZYfm
vzAcXiWNGq9Ga4M0RqBbPrDO019apma6ni6XVmQs270+3Ysyy21UQz7vFODs
3aYIYYkck9TULBWEajaQ08x/9eH9JdQxpR2wx5Cswn7TrtDoa+9RBTpKUZ4G
BHthanspCIBcdP6WxG5EUSM+sfG+aFiYcbw5zKQpUue+3qCE6ShdDdZ2sWLW
8YVMbZnRo94djz+imy7cdFg3QyJvyW2/eN0vqErQhhawC8ZFYuUX+OOz8Hk8
0hQauMjFwmO6AQSPRHhVVLbKkO0ovuUrXwKIvYZjJC5EbJdWp/4LLaJhNMAF
B1GowmKxP69Ph68G/N/X+O+VFT3jZ6RpOJWT35+SBszFkfQDls+KhqiYVFaS
YCKoKhCQj8TfBOHPwYatMqcYIW7z+UzEiGj3I6zCVI35Wkd6ziM5ESMBgWSk
IJBEI4nSw7sJC3V+oaJLMdM+fhpWSZt7zUAX4MNcoY4K8VOtGuKytBGHxJ6Z
eCLZz3DG0b9qlkk3Hvzh0KQkrBaQcgJE9gewhMVogGSStg8ROQdOzUFVQaS6
hvKkLi5PqmqiBv4hnitWZ3IJ1LaCenPU+HS+Gpi8LJU/PxP2nnkwSH4+9C3x
Rql3zmDAaJqleJyNiU19bE22W5Zsg6wKXYPElfOoFsoqMoVZtjH5gnW3gc7A
lKf4tGykQhWRiG+Jl3ABtYXUqY9kbbeh18nJcACdkoszEoakfre5Xr/3wXTG
o50pLJBJm6kIsepEEg4E+SFvIquuIqa8Lm+5h1faFyHlZknQ8A5p0OcXpCfv
SAKRi/Q8GtiMiVDrNC7q4BOHBR58Or/g/7KG/bWFN+qX4kSEfix67GzVgBQw
JXl6smrm9qbRUsjifSrKP/bpJ14kyskw8QSTKea3lp37ZxLUvJBEipWl7Q7v
5IGM2GoUh0/q1ae+CAC/JJUJJOw9mEGkgIVYOlk20b+SVHLja5LDbBYiTWUe
WbWoSe59qplShHHpjVwh/mD0wFrjgEwEZKl2hpnFa4/KLKzFq0OSuAi08zRD
mEePmDXsOBJy5jESRxlPooDSWjFcpKa1uQ3SlmDAAbOgUFKJnEiA/OFt8VtP
wQx3UvaHU7uyw2M1Y1ysONochWyTUuk//SR12XlkAJn/4YlmzEEerbjOoX8c
jD9R8iD0cpw36BOSsEoNIBVTBuCzGfHAcGY04KW3avaCpm/BJvHYH8zq56eA
awuq+NrHpvDWzHzjc7N8eWQpmjRyPY2rjEzQG2oP502MJYYkfoBVyel9c3VI
5/VVrStQxLMjU7TghSjY9YnXaH34gPmwQcvs7EfR1edrld5XTwHiR0wIOiEE
6SeCeI98aahJA/xD+hOPhTv8wPzJs3gB6UdbV7DtlQeWoNWDtq8hfRgvovfZ
1lVsfeeBZTjuVaBqLJB7RBIlMchs558Phi/+5Se6aTvy0iNH1n/Mc9m4PAn/
/RjIN55vG+BRgG2+0B/iAS7hR/inbHODA32yZe32aNuqBtsGjE9q+7jb3njk
uO2V7WcTP31k+Q8BdsAg88qKbwER69hMB5QVm952Op0mMdshMFnYgQa5EmHw
5aFfoTCP2jt82SRw4L3ELhFczj8WcWXbfbVFuBAr3Q/4tBpHnuFP8mUX6phY
rtXHYg0Z/wbMT4MxK3xgvyJ12hvvkQoxXku2E+xV9arp18FK037Gxby+DyOo
guLUJIIUCF8YVs2GUboAv/M1BzKJ5sh11iqW3rNdLl2+52uXE5dM6q8bGw7x
jqG+ta02rqfk4y84dxQhnK0L5RR8NRRO2cQq9mlYhBpagVpvA+jn+NFI5TRY
BXQ1vvYTLfMwGw6zD1UT2spI2ou4YdT6QyJJZ1IUa/hR7UO2N7moOG6yhKg+
Q5tZYUCc0yh7ywLsfdkWviSP13Gq2hIFZquQz4wCbg3Dm3DCuSNad2iGQ4u+
sOChZKJe4IBGug9JKeSw3qhYQ1J1zVc2s5D3KBBpufT1zSxYZZDdF2NOKr9v
YeNVSwAnAWr4SnmHHQTTDwkTaRhQZ9e0iHv8yB7ophaCy3sQWLR0UQhpkrpn
qpz4mGAvCmffl8Ovy8wHLw2cFkeXUCgkNkiFqVC/+pgRY2NBD8MZQtWiKLQg
o9Wsj66T1ftn27f75T5Geqm47xAbMDZ2dX1x8aXA2qdtisRMY7B4qO08hmK/
N1CNslespuFq83o8CG/qfD4IEE03V0bUTKgdKvIVnH2vVA81lYlj5PPCmetz
X2uiB5KoL0c+FedOGNKmbv0CgG3zfJScplRCG0KdOSLJOvrydt1CS0bpNLqY
yEJ7ZBFaVd2jpFZKROmHupNoM/2cBFu2aQhJVy07ctiznsHF+lQ1Qw1MO7pw
cu9ey8Gl1fRMLVMqpxfXHEqS/0tY068yxwHTxJCLO+89kzcbK75ZWFVrqz+B
UnU1lP7aqA5qYaFaYpR6C992YMEoMpnMvbWkECfv5XHSeC8k1ay6bayTWP5q
PiWFgkgzgp4Ympr7YzU4t+QSaXBEiCD3uWZjUS38JNC6JiSetIUlUPT3hZZm
D80lAzQ+OWMaqi6lGhxiIi0AUD9azvOJOEZmmkfFQAZf07raIULTlwEILrVA
gSV9zrvluDdIdnhyAIIhbUI+f84cVKLkxX47Ddaak+YbTGYYAb3VdVpkgRPO
CyTBo/JH9IJVLlUBQVlr3aglJpWx+iaZ9KkpBv+3iMiriCu/zA5Fhox/OpKf
JHB6GD85licmhL/MTljA7M2WivS9hbIxfXNxsUldL+9XnF4SC5TFkDNO1Bwk
1lRWv5uVx7lCK3YWkpvC4TWosjMd2aD6u4tKR+orElsNC7rVi/MxcgurJhfV
bFSGpwHnU4n26JraV5tXapN6LM1zZ04rFzm3p/2SvOI2+JxEdUm9GIi7JsyX
KNb2/u1rJsv2hmTMbpbGjUqUFlOrgeFie5blK9zXPs0/Rjk5ha34Jo+2Hb9+
xObAup7Hh31ejFc3HGTXrVo77Sn/xt2q6DdTHiDhSI8UgfwQReZ5AxZGLb/g
Y6uGVRbe4SENazIfDxqir2Fe/e769BuNRsxvqprDYYOxa7wq553kFWoZCs4N
DitifuaPY2MBRMRzLRPHtekGbqPoLRdN44oc84JrrPqRQheUZM+anUCsdikK
xgAxvWIElGIwEQHmch46jR8YOyYsaVB5tCc9KsUNaprarcC7fVud3h6tnL/e
JY5XZmY9npuTcrqu8gXBlBNYgaZZ/Nxy2CSwN2S5SkOSWsbVAlZWPAlRdNaR
g2sD6wzxu5wvL0qMtMhJm47E9VS62ipyYW83yHoNE3D5trA+WbrOMVbndh7w
ZbaSNOxQHyTU9ncWiQG7nq86r7xNMuakQtUEqttG/WUE7zsJ5ek4U6GcbdkY
rLDqW1zS2XGdDQB+HUX7OelLBTWKyxZYywGfsi0U0NKfffgAH75W4hV+xXWs
XenFoZBSfSr915s7dJAMZTRknVK1RzAL2hrXLzs3vECHDFy1icTLk3zPUd5j
SyPt5ARlLgd4b8uI3pQg/n5xTWAgJOo/j7CW7OrfL7CpRN2Y5cSPHO5NZN0W
Gtd/w1n8rgwBHZWBAfBkxWxGpI+4eilJxZzBes8ivGClje786MbUwAS+bHU2
dh+tGvYVIdND8E4aY0l8g8xuBc9ksV1d+0wHqfJYVvQP7tYnd8TadLAlPs7y
kZScFTJvQXkl9ScJfoqHxb1YCoFPQqGakCHtfHlm5W/we9skViiZfXiLZe7r
Ksq7CI73y4M9bNUiCaZZR8uWQrOfmEWUXdRZxZDDBazRKDyt8AnvTFpeNeSl
5N6xxvUFhQTEvKWUZH6WUWYzoaVhSZEY1Gjmgq9eAEREabDtYySQkX4wcZ7x
g1LCZogxFuoCE0yqyi3nq8ZSdTaoB8Q3hhej1kxj73nzA21tIaX3oqIJdRNj
md6ypCA561rSaYwElFDjyvt0QjHvPF35OkSjmLvn/paUkl6xLJRzMYsa8s5R
hkLe8nHeAZ00Mwk+zABF1b1RZYKVOL55TktdGFRWPlAN6xjaOuRfejSJBLJW
jVxdfFJnKd+SngtaGrXhCuTO6E3YQNYacdl20VUkvhCBx4Haox1GvCzNKEtU
AC8kBEGzHUAl8ZRIpai4ok9kqRkHdce88sYyldep+cLrRIG8RhIbL2GT+DG7
dYoxvkplkI06ziazDh0r3tBA+UScweHCl0qd6DgYiiYe6ghLNoHnMy1RmEro
+1yMXuVW1h2KKTcvbVBAbrzSQR/YQwoUZRKsTv798IFkCzIw5gS4tg5Ykv3K
9feX987Eyvn6kfWxGJ/gUW+py2gUv9hw5yFDI6S60StNDHWJnklSSTKcL9cC
5tzpjWhbQzo7vrcXry/PzauDBgzRGKiYCnwI++jx+n83sBmeAs0+LL9eWX7q
L0O1t5pJvhTPUxkRQjlSFx2p0rEeyPu4F2uwfVU5ftYzzOj9eJkdiJnFRvVG
GvthCEBAqfbWGv8sWpc32PiHM4bQkCCUvnYiPuloZX1XdLQhUuM3NhHr9Jde
9PwTKRa+5VrUEnAjx4s9ZqGnTVBLNOJF3T2h9Go2LqVtmjjbpP6uEH8IbqH2
dxwNymOpgwZHjNW0EVP+qKHuSA8Yr31BxY0AjfBqHC7BMXkWfFhFrTaII8F3
q1mNSEoehSxN+AtCQd7QxYngoLDhSp5d2ieBlPE2v4lW48NZBC4MIcs8wsUf
xPb0nrKSlhgMYbbcpTZUvOOgE+92Cxm5ccEyRBVx8fBVG5ejjHPaVZcxhThu
a+d/iytZMhKhYA+XdNJoKc0H17KPWpOLCx7+levt6UtR7UPs+aMOFLW62z4Q
XuDW8P3Bnj05fCad/NgHyyYybSzoi7YvNDxsoYVt4fvFB6UGdHLSqtbZKKyu
EkJ3BHMl78usLr5v4eaMZnL5FNLhbREWxecXkFkmpoRVonhHUt2Nb0bU6I9t
nqqmWhWQANBnJ88kNY4B8vyAjeJx+iaH9uLAvduVlxEKKI8yp5X1rN5OehXH
6yjeIGSQ8iAceXAtwcwPrBB9ABZc/j7OjY3boEFI9uX/1GWQKOr+0mdRJrVG
hm2ZuWyzuNyK9VfsVRK1okWQI20GOuwF+9o4877z1emW1smU6RTq4IzcuQ9q
ZOLnb4eo/Ld1LXHffhaPAX6Cka+4qlDZshPLXA8FtH3sVx5o7bZKlSPuPoTM
rIH/ZhCnEMPkB2tVkH+1i9VAi3Kb/Zx+4Gk0ycEiVMAcfDEKoJgPQnnl0yjF
fmyxduoq8KF3sktJP+niB2lejJU39m2tNsIPoh5X6tmc0q29YxJo4d3fH59l
3xS1n+L03SXdGPp1RL/SgpWKZFxnuUOTXC4DoH/mc/lRwlYmJBlxKQWNLqyk
/UDNw31z9fzERvIfSbUg1C/h0oW1Vpnwr2dcfWvZEhmSD5mo+Ek0dBjyDZIl
6WvJQY1Gle+4dL7aQFH5nbuKq7W7lKoi8M1U3HIY5rDYL4zK1YjpbLRoUjTc
m/xNtturFUWcY5gPZSl7KhYsmYCq0seZID/W0jWXEz2rIjTp1UlZ5p2ger8H
zxJ3BDWl9LL7JNf+/AoEzlPgCs+TUoIpkygQT/tW7QruFs/0zLyoefdhgFmv
gprHSkMt/jpPDEDe5qOlJZrQKDFYGXsL9SW5/DdR3ruVqlBGFN+NUe8OeTMI
RPKoDF0eatBlSQ06ZrDOCuhtWrPFBhyGXJTVqpOingTaRqp70kAuKFooJgdx
ZNJZWC73P/aF5UbZReiKGoqMcUH8myKqDaws1Cja31Z5yFbVrcmmNCvRD+XC
GOyRAL9qRADkqAFoa+EilAtvsXlw+vteyQ5GnOrLTowVSJPiYdTGrvk6ka/P
XteSZhNOtoDRiN/nB20h5eyduSWZmLSdFYahb3aITXwsmp3MtxDUmDFOZcXc
bBAn+iB2Lq2rx0u2B76hQT4hZG3LmLb63tTYvhT0YFeHRwznuB6MvTY0p9kD
dWTgH7WXHygfo0F6opGFVPtUG/MTqib2E9Qdo8qoWCXVk+R3o9H9B/8UyO/m
E6OtD34zfPgVo4obD4T4bfwcsJ0e/U/+15COx094g/WtuFrgZ+fCNrNDF+0t
O3JhO9mxC8sjRXHLorMnzq8ze+p0adkzF60me47L94fshQtAT5VMf0a0xORc
YuWSce/DEhTGqoHhX1bsU/5l9T596e5cIwY0njXRlHx9EyesIE5wIjRcIszL
Ux+r1WeeZ5SvBEkSO48i3ErXmKKb/Nrbt75qBxM2K7tFIMQVg1Q3DC97Sz/o
nsMLXiLNrVqKlkfX1EjaVWST0vYAqLeBfi9wNfv8mdILR2KgVZdGyK/BGCqi
WlqizId6qsIBVZe38gNetozZWyxmciCMZylbS77AFFxG4uDHYtlpq8Q4N8GD
aSO4X39HPAJnTfXx69IijDjFQ4FuUUdDorh7aGz0pbetW0U+lasRfx8aB0cQ
Szzt2u87Glfjg0JOXhU76KRrEbwmVitC6hN7Iow1r9gqYOZsrToZx19HTAfg
ZkP5TDI8o+VpyKO2qLMCEWLpYqmI6Putp/dpG0BmOsjKlOqECAT+ho+O0MC9
9H/GAnUwOPRWESKQ433DIedzYziadrUcdvUQdabisF7CzUUkB8qUEpSr1cDQ
zlgCkYupSVbBlZAkFw0FaNHyOMkSm5Sg4VCuIY629BW/rCyPhJhLEcF73/rM
cnH9WurMead02iM7sjOJSBfVidCqWda0MUEvEgLEN5YaQfvqTT/OTrBDrGFs
e4/ns4Ded1HvlXjz5kuIWl/2+k2HIu66PO0c2OvZvRmnm7QCiJu6VHQBRFBm
jUTvmccdXpE5dPU+ierMOqg1MTccgpeuF9G1hAPRQgZ0zxZuexY1GrpsiQYy
29iNf7XOS++53mLb7RG05DHscZbTzrDbPTv9st3LkgWHY2r9QmCrL20y9kCH
6ZLwI4IYSp4jAt1yJqMWvKeVM0NtRCJiVIv7KJlVtpGN0HKv3nMRwCeKD/WM
S2e/q1tlEbTR0x796p3FAzjOTyaaAY9OB0sbfOkHz3bf1e/2+HL67tuv66ZQ
RavgxOE8o1ekqm4+MUQ3JHdRCIiP57DKyxthdMOow7yYa/xFagsEAyI/2+w3
DjZYNmfrrfzIpVT4x9ieK1CvSD8rWrY/0zKk0xW8Y4+iJJczszQYa8vhbTVw
fPPWI8qlQkpMHfqiSvys56e4ERIexY4GguD9EfHt8H6ISdu8zE70hXr5MiPR
kbhpMlfKrZMlEsPeWJbLetz7nXQpMsatTYu4DoP+KTNoPQb9LRad0gxdlplK
pHQGyxFKYugR2AB0XMFaJMoNfA0sODGBmQorq32ojtbVkF5JZikcxNWAvPmQ
rnmVtAvz3YiTQJStRgKeZhqGYmIMkYwdZTC8IZhO1K+ffrIWT6Q+WXE0EqDZ
t9aLYcht49bIJPBOmXGn4Hrm8s4OBrMOA2UoJRoMZps1oLMd/7VVSRfrPA3T
Lzod4W1yyB6N7JRCCmbISGc0uAp+/3e+foS0cdgVOZ9DUdGg3QIr4LSUbBzu
OY2wFpj/fTpMm8SnMic6TaoNa5MM7oGiJhFfkRDKh284oz0UOdcnitiRcpck
nKwqEyqtPJnk5SBxopjPGWX2kqFdtEYehQR/IqYooL2alrW02SNaSEg3z9dc
7iddGao9cBBTE5jlUJKF4Hf2gyPUNEdtHqBTmplhtc+CBwjxIp2kuImkitYe
4F83RacdLqJgIB1CzyiuRiY1zxuNxGRxFmE8y33t7SRVBfnAtEfIAPGiMAn6
0bMQkuVLB9pc3F4EYye13aMYb25sw74h82rN8zFnqGkyTEZqsmRzRy5Lqwju
VAjTIhUa4NQL785Nv+V4gNCxBpkpRI1pVAePQp7EOPleImX7MNjEM8OGJ+fb
repaGj5CuCWkRRLe9BMzS0VuoEXC4UfX+xHZM+1oZN1j72spyccvhKtIahaj
Ax+P91uo0g3Yt77qyL2UFGtR7O0U9jfZSBR+p6XjcuvzpWjgm19HDs4IIZOg
oJGMXkB6guToB4VjXUrLTAdpgFPUsFfNobxpNCnQVcZbjnJKl0gMSZe7uUpR
AnvrjOJBUSogTuftVygBjq4aumeVdjnkNYF0abRcTMM2XeFdvdTkjljrDMQi
14rDeTg8/yToAVLMEDUwvfdqNa7Zaw5pM4nEg/swGlw2DKgxqPfV3cg3J2qF
BKGu7dJlSg7rKunulhtZC/m6AJZ0AOImDTaelPEJ6ajmKduYh72Jl+GClRsu
7d3cun3Rls7OrvYGPvCnh8qhKnv0/SgZver7uWl04pu/Zsz0Q3OLwDVQcpeY
zld3ZROHPxWEYk9qAsSPsR9M/ZpS2pqGl0j5qD3fTB4ykqPhGe+o1i8U5Wda
tYZBKBfHX0C7L1vXk15Kf6BojxTysTe6PhafJmxQshhza0kppYn5ZLQe1qqy
EdH1z9MFgaxRBhRfNCoxh33EPhMTC/rD8g7p/w682UxU4IiMeNyLAkfiS6s9
hz0SRWsbaLRBtLoxVxP36VI8H48T0HpbFM0GifCXLqo7qXcS3XTaJGgXnNJE
wBDzbOF8ZRyEgSAJhlA1Z628QkOYHHLeF8CAq82dR3eBJYK1xwlV8nX/WMaZ
9Hzyvdhwy+9vC+80wmBSwrivEeCCRmV17eKFVzRw03g0sAPvRF/13jmTvpFY
WLJQWscwDlWJ0Oi+ya1mYDK0ylFtCTW0miLgXlqJay1z7ZEJb5+mlavCIsYj
/uD03WUb2YYJFppB1qGArEw4XjH1Bg+plismFno10cO9V10OmxPA5gpG/sWa
xWevJaBp5HAjSOxUn3Plh5QSiL7AvgT8XOc3N8X0r68tHEpaAejDD8T94sd6
EBEHZ0U9rWLmWdkZbuQssLvkMiOtIuIzvo3XoLcyDdRKohfY9CKB9lq14BHE
jqixXH2PvzGm4J6zP9Wa5TBaPXny7MULgLustEIUu3kjE27ZWaKCDsbYaoEv
CaD8/cXFQVGwgVbc42R0jTLoFQ7D/XhDV2MgBZ0ROEKKZok2pIjhbAPVkRJm
B5+mL6YvZs9wVm29eVNkb7wUoKYcOMaKO4KhiId0RMh4JJg0Z+mtdG9D2A0v
IMArUqUH+AFmdevJ+WUP9v2AMq15GiQElHlClyIZIP5+44633kQwLn71tZEa
f5sXwl8XQzsWAKIbpiQ1+xBzM6EJ4HXX2nmlTYVU9glMajZvsHCmfNG3mYro
/sDzUEPKLdIH4odKH9Mm1j6tbVhy/ljoqil1LE20kiUCv60tfSQnLn24mH1j
C80RZ0LXGpK/ytheN8mjxEA11G9Zs4W0YEQfqGHjB7TlTf3ghSveDHa1bb1e
GbFWgEnoWnIdt0o8UV5cTKrsZHeFQO2pdBEkCgmRD2fYalqzfqhFoKe1lKZc
zWdgCZCawgrRp0D3uU3CHG2iTZWi3QbqiHd2Ph966ydLScL5kD/rY1CFBGlE
U4NenJGKxApxeNcfwoPo+DiCqwEiEGrc/6gnZPSuLcBPDvuzWOSl0h5udi0C
7i8CSDJDk8k3yMeDYNuAVr9+T39tui9MoZr6mzq7DFkw3vbi1TTTJhRXNGMG
RcajUuB6KUWPdaofZQ+N1c9A80HkPrGvbLQNXSjJJDE8xAeQgjOrvTQ7tzIt
le+lAsFAKFCjN4nOGHUlJCyZVXGefC0mDwnhtUo8UVaQEzqPeydmEy0036vC
7rM9tQi78v9eOa1WwZuWBlHKl6DtBsj0qEVS5FKhkKNFxGk4MDOfW86Zd+0E
w4KNYi5t7W3gp0yyBi877YJS1aj1Y/2XLMFxhrmLqKCW9htTpdlqR82SbzSD
NFTXSZO9fZtzx5bF3lBx+QxeM78iBdBhHZVwQRpfjRZvr/bMXe5L5zDc6yUi
IL1nFtGMZhKKtSnJ/Ft73U06bSHSmpNng5E09Vk+uKfKNzXTugpcbEfNpSIj
GsnnkumKJbAtwlFgbVV6qXeJ/aw1A5ooLk41B86gt2pqgTe/qRM7gRlvvHDD
M1qJCB2950v6Pe5238gogWY+QkcTOBJ7eWwqpVG8pLglvyPUTs6t97ZUBI1t
vl1No9zWuBob0znF63aIlfoKFronrlyiz60YYfxvDh7L/lFfkV8+O6db97po
dCDiLULmlMXzBRYfDLl8mWgU/d1KrQerolLPNzFCgn2bfgh2hTK8vxfxkR0g
frO29nivQ+AQCi9qOY8hr2RfF6FEYA+7C4WScVA8zyCW1LQzRYWxPP9UIwUz
ShrDii73B+t+3WDEGMMgzsWLtKYO+xjr9xmWfJFejFuIAdYkO9L0Fa8TmGAc
HkZdjnFjhtZqKYYCHMhd+ekLuvZSAB7lFYP0ZF3NS7GlQ50h7WyyaltNeOCE
7Kj1g5pIfWIf2tJpA1zTwu3fTGaFCP7ZErITl7K0X5ZuL+B9KLnHli5bQgJ5
taSExQxEquX1XJ7vaxcKpgPmgW2Dy7X9rPyVRdc26YzmQ6Rv8pW2/U6LAapn
C71qBEShNENXjLQcEHfmk3RmM+il05SRGanfFZX3yaVV5pL5xWcfJSBp0IJ5
EKu8aaxLdDqF8L2NHCaMQKPn82Qc7IT2bL3Oo3oTmtOc+qdFNRLfatLWN5Rz
Tn3ZvWpCqfP7s+ZPvCrFTm1Oc45ZMZYSGnfgNs71VaS3nLG5ga/vgK4f/Uds
JRAzoYjCjGut+iTr3FZnsokVtHfCOrScMsucA28GZiNLCoeQQS5RKLHVznRv
yMJB2uXBBjowrDbMHO+KpPFOsFZczrb9PohONpz2rer4zOQiePvaXprLZSfG
Rh9LLyhTs6Z44/ySrftDSKoLTpbgtrDArFQYSR00Ae4ikPpwG1hOYp4hxUcs
D56pXb/hF60hi9Yw0pPDYb3Ol1jTadOQgHChX/66s1Mlshhqe7Kcx2j3iW+3
4kp78LHhSNz+iE3x8KnTd/lqLnUgNNlMRIJHBpSKEPlcao4XybeYyL6VSIbH
1jZSFR5WVo/1EzgXhOOPHOAkRWDyzicEzko0PJJCHNyTMGRNSe0kyUZjVcin
exCC+ZeYVkgJov7yAppvlNWKPMSI0VJ39Jla7GEyStoIpQQ6QYYrYaB/HxYI
F96KAfroP+b0dbCRr3+0UFTGWcYUwJPDBxekVHpcVPTCpJSGEkJPrLlkj695
uBF890E/3/nKwU5M4bwWPEmCQoy6ioIqhufXp2eq1QfDtJqfaSI61n0+zlvr
SrG0uGIMXNVx0WLhKrBkRPMzH3jz4dWr+M16GacrxVUjAnYmYw8kd1DaeXCP
EPnLEgorW7z2N8h4cO60G1WpCz4nEnEC7xmIGdxwVlYfNUajlyVedws+gr0p
F9WFmiavRi1Nr1WXCyoH6O31G+1x4pHWHfWXvNAmAQEy0AjaQhtAiL2OlxKR
fptmwNlIt6B6GorCHriemJRmhAqgpROLJmSFTFxJCdMwsV55KhiHSTbrFdfW
saK2EngI1G47wwFpnKAuKGsr+wD+x+px2KB04o6hiipxKJUZUbqQ1eoDgVUI
M9HWNi9aZAiNHGiLUSjKASJlt9GNbbMcwUfJCo+/8/WsYGcJGLR5u0/nNxzf
e7toUyz07uc+OgoJ8F+ZNOVl+hSfZIVRnMKcC11zrd6oQ8+ChK6rjeo2VXFT
a9LHIFUbjGIHpEW2iF+S4quVdfFxgdh6Xx/qtcviwENrrCxq0uc4HSBqPrwg
NsF6ONLFtcOVhBPcxVP4Y3oIsiLGrdOORRxgE1nMtReoyHMyHD1uU5m6l+Ld
aOUhZKxHhbKmjy/npg7OAI5X0IhLA1/c+G8Dcr4FLypt2+WJY3t+AfqDRG9g
2nHPXkGmHAolFnFTHRdRrLCj+0i3kftWi/NVPhT04YWDRCyloctAUzxyUXjL
jRdpQAPFe/PJSMegTf0Id0ZNQ/eo0WulC8UjAINRApEZQXrVeFwl1ntbjsvu
N80huWS/fpJTbT+fz22S694Z+BJrDAyEZ/iCBb4UhFXlECrs3VWMxwraADYJ
dJF46HPvsHEb8yJrlGvQ+zHoXDgdRbTvXghhX9PQIlBBwbB8dCELaRr+QLNT
4y+ANt9+b90ofKDDuIjuneUlceOaROa8zm/arYzdMHlTU4z0LcgM1+JgBcpd
Wc+59Ir8pjG9r9EGFbe6iNJBgEK2nHrZfmkifEtDqoeulSPH4CEK+/3XZ9nz
4xdHgS2Fz6J0Ndk0/cqOcLDs3Dyjq6oyW0lSczjyO7FHhSTkdVzUJpAElTDF
6iqNnETygslM1cqfvjDh+rPb3k49bZ1RSvoud7rkSvmfsvMBlw6WmJZ3dFFW
U0Sy1yE6H+/7+hzG7SJ3kI+IjCchsEitEwIi8SONXbcSMC/kJw0t5llQUEVt
mvxmXFsFK+AcUfGHYXeW7R3usVDB0BKasVrLivP3CI51zvJ54aGaSsVXXyy+
WNaTW+1KwC+KQZwrPyFE1/UKGqTdr+II+qTZZTB5+sn/kH3xdHTIGZEaRc+W
Y6yYl6oRDsNpTHYsTs8Mnj7F0X8SWfXTk7C4avbkVNIC/A78Ij6hMu0IKu+k
3nOA29yE0W7/4R/YmKwlYenV/f3QSkjbkXLSAMewWOr1StC69zNHzoMP9H4v
Pi3Lxic242T0Cde0UKm89wQTT4d5138wue+GZchcRX8fW2V26PzSOIXbryc7
dvEishMXz5w9cdF02VNnc2TPot5BbD4Taguv8Ct2N7XyHI/QE5lAt8N/7Dhx
rvK/8ddO3GoVP0f/3tEq6PiZ/9rpVZTHk/SnnbjkeHgu/95JSpnhafzDjk9A
xyP7xw4S1PkX+r87mqotW5KcckstwW9xdktINcYj/hf/Y8f8Q7I++XsnSorn
n/2/dqJ8fCwr73aipHxZaXWzE1LzsdQ5veUz8fHLhLSSnS1p+vr6UF+wjH3+
Wf/e0dR9LHeJHcT3W4/+smeoJjL+Q8tpXvj5s3N4K/BB61LJiRXgTE8PDwIJ
v6D7XbG9s/TyqAuGZ5AHYQJ5kzS8xCQIqAJ1Q+A/XD3DoVfYN7pY0js41Ogd
G5KGesM5ieXkHJEXsaxvVOuI6UjEBTgdICWW2wcWc9jb5sP7y187sFOxJhJw
+nB3Dj9rAoYPqTZDbmp8TkMc2UTu45c0Y1Ea6WZSXWijwgzJmf/2r/+rU1vE
QBVHib+rNbRpi/9iww0jOXSkbY7nefWx6OJAO6xc3Cuy441aaFA8sVDLvBYr
poAgElClLzLxRRK9635RNeOXoSnQyJckE3m0heGwV1Enj0xC01rAkXqi3FuC
LQrP1qFE8wZg1CI5mRdoaWwS3pYdW0nzRG8cPZSpZ/6Z3hhw6Miqt/gXRihl
4Lu7+z6aVpRGU0U0L9qKcqlRqJc0zmm9XZODd1tkkSHQfigKPdv2bY4CnBPU
DeSMeDaOf536n9RIlm4vRR+EK3ODJHRQErEi70K9NbHqFuFwpr66gT/EuK1n
H5RIcVgsJC1eoGP2zhB+YLrYhueQcQsu07i+XexmM3IguVtyXQk9OMxp1fUW
I1YCH77J85xF8D+XA7uKv2ES+c7XKuoPFxk2bB0no0NPmJ6/OHkhgla6R1a4
eHLzc4D8qZcjl0OQ6B415CTThs/VRgoYoUxiJXkb4vNtbxGe8bvssdmCVT5L
nDESmMiGkbzdvs/j0dHoqLfTh5f2y/OUs79r2eZMeGy5x3/Hcm38jWVeWS/h
mexjvBajzK86c3kFdmlrSoxBzzXJokRPFe9STHZ25RGufwybk9OQX+UtDXVH
aDRFraxtQHoyOt7EXuPNcuXirXio2VaYK2bTlWTMS3Au1w/dR5xVKwXZsYLs
w/XXw+fBiySq23wuVTy2BEKF+MTg091QVaIIJ582iFIWtYa6SFWEztx11xb5
WUa5mNIBaTKvg8LvXSUSDAQLxcJyI1wa72PVsP4pY5k+bTgKqT79KZLoew9C
f3Bf1mp7F1evYW1pKJU8i1sNhR6r/fLF9iStN2W/JgER9mNcoCm0d00KCUVq
oA8Wk99+l/WUyYGzELBfPnRNU7rWYNjLkO8w0AgnnNfVVcSWl/ma20Va1GB8
etx7hT7zaQClZvP+PiuTXqQSVQzBnGXPUbZrf/qiclYcAs1SRPKTYbhJhaCg
BkDE+4km31PUspAs2mc/S2EfP/bTdejnaJgElHHYs78hZo+Jwst8Xobl4NEY
bPLKtubolIn1AdrK4ZMjvnf5Tfb04JANEb9HOxTcKY2vwjzTJp91QQpYF532
+TYhq79lmFGeHu5uSdrYo43zw4PD3eRQ9xIQ5A8AISQlezgQ1sSuDQXCVhD4
PJKNw+hZyQg6NAzgI/vb+OAPWxNS9nFXHphDHzJENx6mm69IL680xnHHm1pH
2YfKpweIORPdiVjOUysmDZJiKuc/W45I1AUVtWMKSXfkGMmnPBojPr15wzHb
4kLL4wQQxLgzCsjUs36m6BkusifQg2wVVkvPVxNtKMZt5ovehXZuK1QIysl7
PuY00qIxH2IRd4V/7Ykbp1hwokGz1gBmBBPWTCMMcxnD2bjp1KDzh+zwQEw9
9NdhYtShH47UkEN/HvdNOPTbSWKzoR+epHYa+uVpMM3Qv555iwv947lZZOjv
F96y8ofs6CAyv9A/D9MW8/JTryt5dnTk+m3Gs6Pjbb3p+cHJ1p7x/OTJ9kbu
/OjpRrd1/vXZZhN1/vn5ltbo/PuL32SM/S9T5mOmzP+0jRf+q4bp/xk1TEVm
1kOCrXLUlj8W2e7z0ejpyZ7S2N6ASnf/mEVf72f/nB39Lv7lX2j4SMz2Xys9
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
4Jkfwfq/RSDyK/j/AKyW08tgSQEA

-->

</rfc>

