<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.3 (Ruby 3.2.2) -->
<?rfc rfcedstyle="yes"?>
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc text-list-symbols="-o*+"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tschofenig-rats-psa-token-18" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="PSA Attestation Token">Arm's Platform Security Architecture (PSA) Attestation Token</title>
    <seriesInfo name="Internet-Draft" value="draft-tschofenig-rats-psa-token-18"/>
    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization/>
      <address>
        <email>Hannes.Tschofenig@gmx.net</email>
      </address>
    </author>
    <author initials="S." surname="Frost" fullname="Simon Frost">
      <organization>Arm Limited</organization>
      <address>
        <email>Simon.Frost@arm.com</email>
      </address>
    </author>
    <author initials="M." surname="Brossard" fullname="Mathias Brossard">
      <organization>Arm Limited</organization>
      <address>
        <email>Mathias.Brossard@arm.com</email>
      </address>
    </author>
    <author initials="A." surname="Shaw" fullname="Adrian Shaw">
      <organization>HP Labs</organization>
      <address>
        <email>adrianlshaw@acm.org</email>
      </address>
    </author>
    <author initials="T." surname="Fossati" fullname="Thomas Fossati">
      <organization>Linaro</organization>
      <address>
        <email>thomas.fossati@linaro.org</email>
      </address>
    </author>
    <date year="2023" month="December" day="04"/>
    <area/>
    <workgroup/>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 162?>

<t>The Platform Security Architecture (PSA) is a set of hardware and firmware
specifications, backed by reference implementations and a security
certification program (PSA Certified).  The security specifications have been published by Arm,
while the certification program and reference implementations are the result of
a collaborative effort by companies from multiple sectors, including evaluation
laboratories, semiconductor IP and security consultancy.  The main objective of
the PSA initiative is to assist device manufacturers and chip makers in
incorporating best-practice security measures into their products.
Devices that are PSA compliant can produce attestation tokens
as described in this memo, which are the basis for many different
protocols, including secure provisioning and network access control.  This
document specifies the PSA attestation token structure and semantics.</t>
      <t>The PSA attestation token is a profiled Entity Attestation Token (EAT).
This specification describes what claims are used in an attestation token
generated by PSA compliant systems, how these claims get serialized to the
wire, and how they are cryptographically protected.</t>
      <t>This document is produced through the Independent RFC Stream and was not subject to the IETF's approval process.</t>
    </abstract>
  </front>
  <middle>
    <?line 184?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Trusted execution environments are now present in many devices, which provide a
safe environment to place security sensitive code such as cryptography, secure
boot, secure storage, and other essential security functions. These security
functions are typically exposed through a narrow and well-defined interface,
and can be used by operating system libraries and applications.  Various APIs
have been developed by Arm as part of the Platform Security Architecture
<xref target="PSA"/> framework.  This document focuses on the output provided by PSA's
Initial Attestation API <xref target="PSA-API"/>. Since the tokens are also consumed by services outside
the device, there is an actual need to ensure interoperability.
Interoperability needs are addressed here by describing the exact syntax and
semantics of the attestation claims, and defining the way these claims are
encoded and cryptographically protected.</t>
      <t>Further details on concepts expressed below can be found in the PSA Security
Model documentation <xref target="PSA-SM"/>.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
      <t>The terms Attester, Relying Party, Verifier, Attestation Result, and Evidence
are defined in <xref target="RFC9334"/>. We use the term receiver to refer to Relying Parties
and Verifiers.</t>
      <t>We use the terms Evidence, PSA attestation token, and PSA token interchangeably.
The terms sender and Attester are used interchangeably. Likewise, we use the terms
Verifier, and verification service interchangeably.</t>
      <dl newline="true">
        <dt>RoT:</dt>
        <dd>
          <t>Root of Trust, the minimal set of software, hardware and data that has to be
implicitly trusted in the platform - there is no software or hardware at a
deeper level that can verify that the Root of Trust is authentic and
unmodified.  An example of RoT is an initial bootloader in ROM, which contains
cryptographic functions and credentials, running on a specific hardware
platform.</t>
        </dd>
        <dt>SPE:</dt>
        <dd>
          <t>Secure Processing Environment, a platform's processing environment for
software that provides confidentiality and integrity for its runtime state,
from software and hardware, outside of the SPE. Contains trusted code and
trusted hardware.  (Equivalent to Trusted Execution Environment (TEE), or
"secure world".)</t>
        </dd>
        <dt>NSPE:</dt>
        <dd>
          <t>Non Secure Processing Environment, the security domain outside of the SPE,
the Application domain, typically containing the application firmware,
operating systems, and general hardware.  (Equivalent to Rich Execution
Environment (REE), or "normal world".)</t>
        </dd>
      </dl>
    </section>
    <section anchor="psa-attester-model">
      <name>PSA Attester Model</name>
      <t><xref target="fig-psa-attester"/> outlines the structure of the PSA Attester according to
the conceptual model described in <xref section="3.1" sectionFormat="of" target="RFC9334"/>.</t>
      <figure anchor="fig-psa-attester">
        <name>PSA Attester</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="448" width="560" viewBox="0 0 560 448" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,144 L 8,432" fill="none" stroke="black"/>
              <path d="M 24,160 L 24,272" fill="none" stroke="black"/>
              <path d="M 24,304 L 24,416" fill="none" stroke="black"/>
              <path d="M 40,336 L 40,384" fill="none" stroke="black"/>
              <path d="M 96,304 L 96,336" fill="none" stroke="black"/>
              <path d="M 144,336 L 144,384" fill="none" stroke="black"/>
              <path d="M 160,192 L 160,256" fill="none" stroke="black"/>
              <path d="M 160,336 L 160,384" fill="none" stroke="black"/>
              <path d="M 208,256 L 208,336" fill="none" stroke="black"/>
              <path d="M 264,192 L 264,256" fill="none" stroke="black"/>
              <path d="M 272,336 L 272,384" fill="none" stroke="black"/>
              <path d="M 288,336 L 288,384" fill="none" stroke="black"/>
              <path d="M 296,208 L 296,240" fill="none" stroke="black"/>
              <path d="M 328,288 L 328,336" fill="none" stroke="black"/>
              <path d="M 360,208 L 360,240" fill="none" stroke="black"/>
              <path d="M 400,336 L 400,384" fill="none" stroke="black"/>
              <path d="M 408,192 L 408,256" fill="none" stroke="black"/>
              <path d="M 416,336 L 416,384" fill="none" stroke="black"/>
              <path d="M 424,32 L 424,64" fill="none" stroke="black"/>
              <path d="M 464,72 L 464,192" fill="none" stroke="black"/>
              <path d="M 464,304 L 464,336" fill="none" stroke="black"/>
              <path d="M 512,32 L 512,64" fill="none" stroke="black"/>
              <path d="M 520,192 L 520,256" fill="none" stroke="black"/>
              <path d="M 520,336 L 520,384" fill="none" stroke="black"/>
              <path d="M 536,160 L 536,272" fill="none" stroke="black"/>
              <path d="M 536,304 L 536,416" fill="none" stroke="black"/>
              <path d="M 552,144 L 552,432" fill="none" stroke="black"/>
              <path d="M 424,32 L 512,32" fill="none" stroke="black"/>
              <path d="M 424,64 L 512,64" fill="none" stroke="black"/>
              <path d="M 8,144 L 456,144" fill="none" stroke="black"/>
              <path d="M 472,144 L 552,144" fill="none" stroke="black"/>
              <path d="M 24,160 L 456,160" fill="none" stroke="black"/>
              <path d="M 472,160 L 536,160" fill="none" stroke="black"/>
              <path d="M 160,192 L 264,192" fill="none" stroke="black"/>
              <path d="M 312,192 L 344,192" fill="none" stroke="black"/>
              <path d="M 408,192 L 520,192" fill="none" stroke="black"/>
              <path d="M 264,224 L 288,224" fill="none" stroke="black"/>
              <path d="M 368,224 L 408,224" fill="none" stroke="black"/>
              <path d="M 160,256 L 264,256" fill="none" stroke="black"/>
              <path d="M 312,256 L 344,256" fill="none" stroke="black"/>
              <path d="M 408,256 L 520,256" fill="none" stroke="black"/>
              <path d="M 24,272 L 200,272" fill="none" stroke="black"/>
              <path d="M 216,272 L 536,272" fill="none" stroke="black"/>
              <path d="M 112,288 L 448,288" fill="none" stroke="black"/>
              <path d="M 24,304 L 88,304" fill="none" stroke="black"/>
              <path d="M 104,304 L 200,304" fill="none" stroke="black"/>
              <path d="M 216,304 L 320,304" fill="none" stroke="black"/>
              <path d="M 336,304 L 456,304" fill="none" stroke="black"/>
              <path d="M 472,304 L 536,304" fill="none" stroke="black"/>
              <path d="M 40,336 L 88,336" fill="none" stroke="black"/>
              <path d="M 104,336 L 144,336" fill="none" stroke="black"/>
              <path d="M 160,336 L 200,336" fill="none" stroke="black"/>
              <path d="M 216,336 L 272,336" fill="none" stroke="black"/>
              <path d="M 288,336 L 320,336" fill="none" stroke="black"/>
              <path d="M 336,336 L 400,336" fill="none" stroke="black"/>
              <path d="M 416,336 L 456,336" fill="none" stroke="black"/>
              <path d="M 472,336 L 520,336" fill="none" stroke="black"/>
              <path d="M 40,384 L 144,384" fill="none" stroke="black"/>
              <path d="M 160,384 L 272,384" fill="none" stroke="black"/>
              <path d="M 288,384 L 400,384" fill="none" stroke="black"/>
              <path d="M 416,384 L 520,384" fill="none" stroke="black"/>
              <path d="M 24,416 L 536,416" fill="none" stroke="black"/>
              <path d="M 8,432 L 552,432" fill="none" stroke="black"/>
              <path d="M 312,192 C 303.16936,192 296,199.16936 296,208" fill="none" stroke="black"/>
              <path d="M 344,192 C 352.83064,192 360,199.16936 360,208" fill="none" stroke="black"/>
              <path d="M 312,256 C 303.16936,256 296,248.83064 296,240" fill="none" stroke="black"/>
              <path d="M 344,256 C 352.83064,256 360,248.83064 360,240" fill="none" stroke="black"/>
              <path d="M 112,288 C 103.16936,288 96,295.16936 96,304" fill="none" stroke="black"/>
              <path d="M 448,288 C 456.83064,288 464,295.16936 464,304" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="472,72 460,66.4 460,77.6" fill="black" transform="rotate(270,464,72)"/>
              <polygon class="arrowhead" points="296,224 284,218.4 284,229.6" fill="black" transform="rotate(0,288,224)"/>
              <circle cx="96" cy="336" r="6" class="opendot" fill="white" stroke="black"/>
              <circle cx="208" cy="336" r="6" class="opendot" fill="white" stroke="black"/>
              <circle cx="328" cy="336" r="6" class="opendot" fill="white" stroke="black"/>
              <circle cx="360" cy="224" r="6" class="opendot" fill="white" stroke="black"/>
              <circle cx="464" cy="336" r="6" class="opendot" fill="white" stroke="black"/>
              <g class="text">
                <text x="468" y="52">Verifier</text>
                <text x="420" y="116">Evidence</text>
                <text x="72" y="180">Attesting</text>
                <text x="160" y="180">Environment</text>
                <text x="188" y="212">Main</text>
                <text x="324" y="212">Main</text>
                <text x="448" y="212">Initial</text>
                <text x="212" y="228">Bootloader</text>
                <text x="324" y="228">Boot</text>
                <text x="464" y="228">Attestation</text>
                <text x="328" y="244">State</text>
                <text x="448" y="244">Service</text>
                <text x="92" y="356">Updateable</text>
                <text x="216" y="356">Application</text>
                <text x="344" y="356">Application</text>
                <text x="440" y="356">PSA</text>
                <text x="472" y="356">RoT</text>
                <text x="64" y="372">PSA</text>
                <text x="96" y="372">RoT</text>
                <text x="184" y="372">RoT</text>
                <text x="324" y="372">Loader</text>
                <text x="468" y="372">Parameters</text>
                <text x="60" y="404">Target</text>
                <text x="136" y="404">Environment</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
                                                    .----------.
                                                    | Verifier |
                                                    '----------'
                                                         ^
                                                         |
                                                Evidence |
                                                         |
.--------------------------------------------------------|----------.
| .------------------------------------------------------|--------. |
| | Attesting Environment                                |        | |
| |                .------------.    .-----.      .------+------. | |
| |                | Main       |   | Main  |     | Initial     | | |
| |                | Bootloader +-->| Boot  o-----+ Attestation | | |
| |                |            |   | State |     | Service     | | |
| |                '-----+------'    '-----'      '-------------' | |
| '----------------------|----------------------------------------' |
|           .------------+--------------+---------------.           |
| .--------|-------------|--------------|----------------|--------. |
| |        |             |              |                |        | |
| | .------o-----. .-----o-------. .----o--------. .-----o------. | |
| | | Updateable | | Application | | Application | | PSA RoT    | | |
| | | PSA RoT    | | RoT         | | Loader      | | Parameters | | |
| | '------------' '-------------' '-------------' '------------' | |
| | Target Environment                                            | |
| '---------------------------------------------------------------' |
'-------------------------------------------------------------------'
]]></artwork>
        </artset>
      </figure>
      <t>The PSA Attester is a relatively straightforward embodiment of the RATS
Attester with exactly one Attesting Environment and one or more Target Environments.</t>
      <t>The Attesting Environment is responsible for collecting the information to be
represented in PSA claims and to assemble them into Evidence. It is made of two
cooperating components:</t>
      <ul spacing="normal">
        <li>
          <t>The Main Bootloader (executing at boot-time) measures the loaded software
components, collects the relevant PSA RoT parameters, and stores the recorded
information in secure memory (Main Boot State) from where the Initial
Attestation Service will, when asked for claims about the platform,
retrieve them.</t>
        </li>
        <li>
          <t>The Initial Attestation Service (executing at run-time in SPE) answers
requests coming from NSPE via the PSA attestation API <xref target="PSA-API"/>, collects
and formats the claims from Main Boot State, and uses the Initial Attestation
Key (IAK) to sign them and produce Evidence. The word "Initial" in "Initial
Attestation Service" refers to a limited set of target environments, namely
those representing the first, foundational stages establishing the chain of
trust of a PSA device.</t>
        </li>
      </ul>
      <t>The Target Environments can be of four types, some of
which may or may not be present depending on the device architecture:</t>
      <ul spacing="normal">
        <li>
          <t>(A subset of) the PSA RoT parameters, including Instance and Implementation
IDs.</t>
        </li>
        <li>
          <t>The updateable PSA RoT, including the Secure Partition Manager and all PSA
RoT services.</t>
        </li>
        <li>
          <t>The (optional) Application RoT, that is any application-defined security
service, possibly making use of the PSA RoT services.</t>
        </li>
        <li>
          <t>The loader of the application software running in NSPE.</t>
        </li>
      </ul>
      <t>A reference implementation of the PSA Attester is provided by <xref target="TF-M"/>.</t>
    </section>
    <section anchor="sec-psa-claims">
      <name>PSA Claims</name>
      <t>This section describes the claims to be used in a PSA attestation token.</t>
      <t>CDDL <xref target="RFC8610"/> along with text descriptions is used to define each claim
independent of encoding.  The following CDDL type(s) are reused by different
claims:</t>
      <artwork><![CDATA[
psa-hash-type = bytes .size 32 / bytes .size 48 / bytes .size 64
]]></artwork>
      <section anchor="caller-claims">
        <name>Caller Claims</name>
        <section anchor="sec-nonce-claim">
          <name>Nonce</name>
          <t>The Nonce claim is used to carry the challenge provided by the caller to demonstrate freshness of the generated token.</t>
          <t>The EAT <xref target="EAT"/> <tt>nonce</tt> (claim key 10) is used.  The following constraints
apply to the <tt>nonce-type</tt>:</t>
          <ul spacing="normal">
            <li>
              <t>The length MUST be either 32, 48, or 64 bytes.</t>
            </li>
            <li>
              <t>Only a single nonce value is conveyed. The array notation MUST NOT be used for encoding the nonce value.</t>
            </li>
          </ul>
          <t>This claim MUST be present in a PSA attestation token.</t>
          <artwork><![CDATA[
psa-nonce = (
    nonce-label => psa-hash-type
)
]]></artwork>
        </section>
        <section anchor="sec-client-id">
          <name>Client ID</name>
          <t>The Client ID claim represents the security domain of the caller.</t>
          <t>In PSA, a security domain is represented by a signed
integer whereby negative values represent callers from the NSPE and where
positive IDs represent callers from the SPE. The value 0 is not permitted.</t>
          <t>For an example definition of client IDs, see the PSA Firmware Framework <xref target="PSA-FF"/>.</t>
          <t>It is essential that this claim is checked in the verification process to
ensure that a security domain, i.e., an attestation endpoint, cannot spoof a
report from another security domain.</t>
          <t>This claim MUST be present in a PSA attestation token.</t>
          <artwork><![CDATA[
psa-client-id-nspe-type = -2147483648...0
psa-client-id-spe-type = 1..2147483647

psa-client-id-type = psa-client-id-nspe-type / psa-client-id-spe-type

psa-client-id = (
    psa-client-id-key => psa-client-id-type
)
]]></artwork>
        </section>
      </section>
      <section anchor="target-identification-claims">
        <name>Target Identification Claims</name>
        <section anchor="sec-instance-id-claim">
          <name> Instance ID</name>
          <t>The Instance ID claim represents the unique identifier of the Initial
Attestation Key (IAK).  The full definition is in <xref target="PSA-SM"/>.</t>
          <t>The EAT <tt>ueid</tt> (claim key 256) of type RAND is used.  The following constraints
apply to the <tt>ueid-type</tt>:</t>
          <ul spacing="normal">
            <li>
              <t>The length MUST be 33 bytes.</t>
            </li>
            <li>
              <t>The first byte MUST be 0x01 (RAND) followed by the 32-bytes key hash.</t>
            </li>
          </ul>
          <t>This claim MUST be present in a PSA attestation token.</t>
          <artwork><![CDATA[
psa-instance-id-type = bytes .size 33

psa-instance-id = (
    ueid-label => psa-instance-id-type
)
]]></artwork>
        </section>
        <section anchor="sec-implementation-id">
          <name>Implementation ID</name>
          <t>The Implementation ID claim uniquely identifies the implementation of the
immutable PSA RoT. A verification service uses this claim to locate the
details of the PSA RoT implementation from an Endorser or manufacturer.
Such details are used by a verification service to determine the security properties
or certification status of the PSA RoT implementation.</t>
          <t>The value and format of the ID is decided by
the manufacturer or a particular certification scheme. For example, the ID
could take the form of a product serial number,
database ID, or other appropriate identifier.</t>
          <t>This claim MUST be present in a PSA attestation token.</t>
          <t>Note that this identifies the PSA RoT implementation, not a particular instance.
To uniquely identify an instance, see the Instance ID claim <xref target="sec-instance-id-claim"/>.</t>
          <artwork><![CDATA[
psa-implementation-id-type = bytes .size 32

psa-implementation-id = (
    psa-implementation-id-key => psa-implementation-id-type
)
]]></artwork>
        </section>
        <section anchor="sec-certification-reference">
          <name>Certification Reference</name>
          <t>The Certification Reference claim is used to link the class of chip and PSA RoT
of the attesting device to an associated entry in the PSA Certification
database. It MUST be represented as a string made of nineteen numeric
characters: a thirteen-digit <xref target="EAN-13"/>, followed by a dash "-", followed by
the five-digit versioning information described in <xref target="PSA-Cert-Guide"/>.</t>
          <t>Linking to the PSA Certification entry can still be achieved if this claim is
not present in the token by making an association at a Verifier between the
reference value and other token claim values - for example, the Implementation
ID.</t>
          <artwork><![CDATA[
psa-certification-reference-type = text .regexp "[0-9]{13}-[0-9]{5}"

psa-certification-reference = (
    ? psa-certification-reference-key => 
        psa-certification-reference-type
)
]]></artwork>
        </section>
      </section>
      <section anchor="target-state-claims">
        <name>Target State Claims</name>
        <section anchor="sec-security-lifecycle">
          <name>Security Lifecycle</name>
          <t>The Security Lifecycle claim represents the current lifecycle state of the PSA
RoT. The state is represented by an integer that is divided to convey a major
state and a minor state. A major state is mandatory and defined by <xref target="PSA-SM"/>.
A minor state is optional and 'IMPLEMENTATION DEFINED'. The PSA security
lifecycle state and implementation state are encoded as follows:</t>
          <ul spacing="normal">
            <li>
              <t>version[15:8] - PSA security lifecycle state, and</t>
            </li>
            <li>
              <t>version[7:0] - IMPLEMENTATION DEFINED state.</t>
            </li>
          </ul>
          <t>The PSA lifecycle states are illustrated in <xref target="fig-lifecycle-states"/>. For PSA,
a Verifier can only trust reports from the PSA RoT when it is in SECURED or
NON_PSA_ROT_DEBUG major states.</t>
          <t>This claim MUST be present in a PSA attestation token.</t>
          <figure anchor="fig-lifecycle-states">
            <name>PSA Lifecycle States</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="352" width="528" viewBox="0 0 528 352" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 48,272 L 48,288" fill="none" stroke="black"/>
                  <path d="M 72,64 L 72,120" fill="none" stroke="black"/>
                  <path d="M 72,168 L 72,192" fill="none" stroke="black"/>
                  <path d="M 72,224 L 72,256" fill="none" stroke="black"/>
                  <path d="M 104,288 L 104,304" fill="none" stroke="black"/>
                  <path d="M 168,144 L 168,256" fill="none" stroke="black"/>
                  <path d="M 184,256 L 184,272" fill="none" stroke="black"/>
                  <path d="M 192,48 L 192,64" fill="none" stroke="black"/>
                  <path d="M 208,208 L 208,240" fill="none" stroke="black"/>
                  <path d="M 224,304 L 224,336" fill="none" stroke="black"/>
                  <path d="M 248,128 L 248,160" fill="none" stroke="black"/>
                  <path d="M 264,160 L 264,200" fill="none" stroke="black"/>
                  <path d="M 288,64 L 288,120" fill="none" stroke="black"/>
                  <path d="M 288,240 L 288,272" fill="none" stroke="black"/>
                  <path d="M 312,96 L 312,120" fill="none" stroke="black"/>
                  <path d="M 312,168 L 312,208" fill="none" stroke="black"/>
                  <path d="M 328,128 L 328,160" fill="none" stroke="black"/>
                  <path d="M 360,304 L 360,336" fill="none" stroke="black"/>
                  <path d="M 368,208 L 368,240" fill="none" stroke="black"/>
                  <path d="M 384,32 L 384,48" fill="none" stroke="black"/>
                  <path d="M 392,208 L 392,256" fill="none" stroke="black"/>
                  <path d="M 432,160 L 432,200" fill="none" stroke="black"/>
                  <path d="M 448,256 L 448,272" fill="none" stroke="black"/>
                  <path d="M 480,96 L 480,208" fill="none" stroke="black"/>
                  <path d="M 520,208 L 520,256" fill="none" stroke="black"/>
                  <path d="M 208,32 L 384,32" fill="none" stroke="black"/>
                  <path d="M 88,48 L 104,48" fill="none" stroke="black"/>
                  <path d="M 168,48 L 192,48" fill="none" stroke="black"/>
                  <path d="M 192,64 L 368,64" fill="none" stroke="black"/>
                  <path d="M 328,80 L 464,80" fill="none" stroke="black"/>
                  <path d="M 24,128 L 128,128" fill="none" stroke="black"/>
                  <path d="M 248,128 L 328,128" fill="none" stroke="black"/>
                  <path d="M 168,144 L 248,144" fill="none" stroke="black"/>
                  <path d="M 328,144 L 416,144" fill="none" stroke="black"/>
                  <path d="M 24,160 L 128,160" fill="none" stroke="black"/>
                  <path d="M 248,160 L 328,160" fill="none" stroke="black"/>
                  <path d="M 208,208 L 368,208" fill="none" stroke="black"/>
                  <path d="M 392,208 L 520,208" fill="none" stroke="black"/>
                  <path d="M 208,240 L 368,240" fill="none" stroke="black"/>
                  <path d="M 64,256 L 184,256" fill="none" stroke="black"/>
                  <path d="M 392,256 L 520,256" fill="none" stroke="black"/>
                  <path d="M 184,272 L 448,272" fill="none" stroke="black"/>
                  <path d="M 48,288 L 168,288" fill="none" stroke="black"/>
                  <path d="M 224,304 L 360,304" fill="none" stroke="black"/>
                  <path d="M 120,320 L 216,320" fill="none" stroke="black"/>
                  <path d="M 224,336 L 360,336" fill="none" stroke="black"/>
                  <path d="M 208,32 C 199.16936,32 192,39.16936 192,48" fill="none" stroke="black"/>
                  <path d="M 88,48 C 79.16936,48 72,55.16936 72,64" fill="none" stroke="black"/>
                  <path d="M 368,64 C 376.83064,64 384,56.83064 384,48" fill="none" stroke="black"/>
                  <path d="M 328,80 C 319.16936,80 312,87.16936 312,96" fill="none" stroke="black"/>
                  <path d="M 464,80 C 472.83064,80 480,87.16936 480,96" fill="none" stroke="black"/>
                  <path d="M 24,128 C 15.16936,128 8,135.16936 8,144" fill="none" stroke="black"/>
                  <path d="M 128,128 C 136.83064,128 144,135.16936 144,144" fill="none" stroke="black"/>
                  <path d="M 416,144 C 424.83064,144 432,151.16936 432,160" fill="none" stroke="black"/>
                  <path d="M 24,160 C 15.16936,160 8,152.83064 8,144" fill="none" stroke="black"/>
                  <path d="M 128,160 C 136.83064,160 144,152.83064 144,144" fill="none" stroke="black"/>
                  <path d="M 64,256 C 55.16936,256 48,263.16936 48,272" fill="none" stroke="black"/>
                  <path d="M 168,288 C 176.83064,288 184,280.83064 184,272" fill="none" stroke="black"/>
                  <path d="M 120,320 C 111.16936,320 104,312.83064 104,304" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="440,200 428,194.4 428,205.6" fill="black" transform="rotate(90,432,200)"/>
                  <polygon class="arrowhead" points="320,168 308,162.4 308,173.6" fill="black" transform="rotate(270,312,168)"/>
                  <polygon class="arrowhead" points="320,120 308,114.4 308,125.6" fill="black" transform="rotate(90,312,120)"/>
                  <polygon class="arrowhead" points="296,120 284,114.4 284,125.6" fill="black" transform="rotate(90,288,120)"/>
                  <polygon class="arrowhead" points="272,200 260,194.4 260,205.6" fill="black" transform="rotate(90,264,200)"/>
                  <polygon class="arrowhead" points="224,320 212,314.4 212,325.6" fill="black" transform="rotate(0,216,320)"/>
                  <circle cx="72" cy="112" r="6" class="closeddot" fill="black"/>
                  <circle cx="72" cy="176" r="6" class="closeddot" fill="black"/>
                  <g class="text">
                    <text x="136" y="52">Enrol</text>
                    <text x="252" y="52">Provisioning</text>
                    <text x="340" y="52">Lockdown</text>
                    <text x="76" y="148">Verifier</text>
                    <text x="288" y="148">Secured</text>
                    <text x="72" y="212">Blocklist</text>
                    <text x="248" y="228">Non-PSA</text>
                    <text x="296" y="228">RoT</text>
                    <text x="336" y="228">Debug</text>
                    <text x="448" y="228">Recoverable</text>
                    <text x="416" y="244">PSA</text>
                    <text x="448" y="244">RoT</text>
                    <text x="488" y="244">Debug</text>
                    <text x="120" y="276">Terminate</text>
                    <text x="292" y="324">Decommissioned</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
                        .----------------------.
         .--- Enrol ---+ Provisioning Lockdown |
        |              '-----------+----------'
        |                          |   .------------------.
        |                          |  |                    |
        *                          v  v                    |
 .--------------.             .---------.                  |
|    Verifier    |  .---------+ Secured +-----------.      |
 '--------------'   |         '-+-------'            |     |
        *           |           |     ^              |     |
        |           |           v     |              v     |
    Blocklist       |    .------------+------.  .----------+----.
        |           |    | Non-PSA RoT Debug |  | Recoverable   |
        |           |    '---------+---------'  | PSA RoT Debug |
      .-+-----------+-.            |            '------+--------'
     |    Terminate   +------------+-------------------'
     '------+--------'
            |              .----------------.
             '------------>| Decommissioned |
                           '----------------'
]]></artwork>
            </artset>
          </figure>
          <artwork><![CDATA[
psa-lifecycle-unknown-type = 0x0000..0x00ff
psa-lifecycle-assembly-and-test-type = 0x1000..0x10ff
psa-lifecycle-psa-rot-provisioning-type = 0x2000..0x20ff
psa-lifecycle-secured-type = 0x3000..0x30ff
psa-lifecycle-non-psa-rot-debug-type = 0x4000..0x40ff
psa-lifecycle-recoverable-psa-rot-debug-type = 0x5000..0x50ff
psa-lifecycle-decommissioned-type = 0x6000..0x60ff

psa-lifecycle-type = 
    psa-lifecycle-unknown-type /
    psa-lifecycle-assembly-and-test-type /
    psa-lifecycle-psa-rot-provisioning-type /
    psa-lifecycle-secured-type /
    psa-lifecycle-non-psa-rot-debug-type /
    psa-lifecycle-recoverable-psa-rot-debug-type /
    psa-lifecycle-decommissioned-type

psa-lifecycle = (
    psa-lifecycle-key => psa-lifecycle-type
)
]]></artwork>
        </section>
        <section anchor="sec-boot-seed">
          <name>Boot Seed</name>
          <t>The Boot Seed claim represents a value created at system boot time that
will allow differentiation of reports from different boot sessions.</t>
          <t>This claim MAY be present in a PSA attestation token.</t>
          <t>If present, it MUST be between 8 and 32 bytes.</t>
          <artwork><![CDATA[
psa-boot-seed-type = bytes .size (8..32)

psa-boot-seed = (
    psa-boot-seed-key => psa-boot-seed-type
)
]]></artwork>
        </section>
      </section>
      <section anchor="software-inventory-claims">
        <name>Software Inventory Claims</name>
        <section anchor="sec-sw-components">
          <name>Software Components</name>
          <t>The Software Components claim is a list of software components that includes
all the software (both code and configuration) loaded by the PSA RoT.  This
claim MUST be included in attestation tokens produced by an implementation
conformant with <xref target="PSA-SM"/>.</t>
          <t>Each entry in the Software Components list describes one software component
using the attributes described in the following subsections.  Unless explicitly
stated, the presence of an attribute is OPTIONAL.</t>
          <t>Note that, as described in <xref target="RFC9334"/>, a relying party will typically see the
result of the verification process from the Verifier in form of an attestation
result, rather than the PSA token from the attesting endpoint.
Therefore, a relying party is not expected to understand the Software
Components claim.  Instead, it is for the Verifier to check this claim against
the available endorsements and provide an answer in form of an "high level"
attestation result, which may or may not include the original Software
Components claim.</t>
          <artwork><![CDATA[
psa-software-component = {
  ? &(measurement-type: 1) => text
    &(measurement-value: 2) => psa-hash-type
  ? &(version: 4) => text
    &(signer-id: 5) => psa-hash-type
  ? &(measurement-desc: 6) => text
}

psa-software-components = (
    psa-software-components-key => [ + psa-software-component ]
)
]]></artwork>
          <section anchor="measurement-type">
            <name>Measurement Type</name>
            <t>The Measurement Type attribute (key=1) is short string representing the role of
this software component.</t>
            <t>The following measurement types MAY be used for code measurements:</t>
            <ul spacing="normal">
              <li>
                <t>"BL": a Boot Loader</t>
              </li>
              <li>
                <t>"PRoT": a component of the PSA Root of Trust</t>
              </li>
              <li>
                <t>"ARoT": a component of the Application Root of Trust</t>
              </li>
              <li>
                <t>"App": a component of the NSPE application</t>
              </li>
              <li>
                <t>"TS": a component of a Trusted Subsystem</t>
              </li>
            </ul>
            <t>The same labels with a "-cfg" postfix (e.g., "PRoT-cfg") MAY be used for
configuration measurements.</t>
            <t>This attribute SHOULD be present in a PSA software component unless
there is a very good reason to leave it out - for example in networks
with severely constrained bandwidth, where sparing a few bytes really
makes a difference.</t>
          </section>
          <section anchor="measurement-value">
            <name> Measurement Value</name>
            <t>The Measurement Value attribute (key=2) represents a hash of the invariant
software component in memory at startup time. The value MUST be a cryptographic
hash of 256 bits or stronger.</t>
            <t>This attribute MUST be present in a PSA software component.</t>
          </section>
          <section anchor="version">
            <name>Version</name>
            <t>The Version attribute (key=4) is the issued software version in the form of a
text string. The value of this attribute will correspond to the entry in the
original signed manifest of the component.</t>
          </section>
          <section anchor="signer-id">
            <name>Signer ID</name>
            <t>The Signer ID attribute (key=5) is the hash of a signing authority public key
for the software component. The value of this attribute will correspond to the
entry in the original manifest for the component. This can be used by a
Verifier to ensure the components were signed by an expected trusted source.</t>
            <t>This attribute MUST be present in a PSA software component to be compliant with
<xref target="PSA-SM"/>.</t>
          </section>
          <section anchor="measurement-description">
            <name>Measurement Description</name>
            <t>The Measurement Description attribute (key=6) contains a string identifying the
hash algorithm used to compute the corresponding Measurement Value.  The string
SHOULD be encoded according to <xref target="IANA-HashFunctionTextualNames"/>.</t>
          </section>
        </section>
      </section>
      <section anchor="verification-claims">
        <name>Verification Claims</name>
        <section anchor="sec-verification-service-indicator">
          <name>Verification Service Indicator</name>
          <t>The Verification Service Indicator claim is a hint used by a relying party to
locate a verification service for the token. The value is a text string that
can be used to locate the service (typically, a URL specifying the address of
the verification service API). A Relying Party may choose to ignore this claim
in favor of other information.</t>
          <artwork><![CDATA[
psa-verification-service-indicator-type = text

psa-verification-service-indicator = (
    ? psa-verification-service-indicator-key =>
        psa-verification-service-indicator-type
)
]]></artwork>
        </section>
        <section anchor="sec-profile-definition-claim">
          <name>Profile Definition</name>
          <t>The Profile Definition claim encodes the unique identifier that corresponds to
the EAT profile described by this document.  This allows a receiver to assign
the intended semantics to the rest of the claims found in the token.</t>
          <t>The EAT <tt>eat_profile</tt> (claim key 265) is used.</t>
          <t>The URI encoding MUST be used.</t>
          <t>The value MUST be <tt>tag:psacertified.org,2023:psa#tfm</tt> for the profile defined in <xref target="sec-tfm-profile"/>.</t>
          <t>Future profiles derived from the baseline PSA profile SHALL create their unique value, as described in <xref target="sec-profile-uri-structure"/>.</t>
          <t>This claim MUST be present in a PSA attestation token.</t>
          <t>See <xref target="sec-backwards-compat"/>, for considerations about backwards compatibility
with previous versions of the PSA attestation token format.</t>
          <artwork><![CDATA[
psa-profile-type = "tag:psacertified.org,2023:psa#tfm"

psa-profile = (
    profile-label => psa-profile-type
)
]]></artwork>
          <section anchor="sec-profile-uri-structure">
            <name>URI Structure for the Derived Profile Identifiers</name>
            <t>A new profile is associated with a unique string.</t>
            <t>The string MUST use the URI fragment syntax defined in <xref section="3.5" sectionFormat="of" target="RFC3986"/>.</t>
            <t>The string SHOULD be short to avoid unnecessary overhead.</t>
            <t>To avoid collisions, profile authors SHOULD communicate upfront their intent to use a certain string using the enquiry form on the <xref target="PSACertified"/> website.</t>
            <t>To derive the value to be used for the <tt>eat_profile</tt> claim, the string is added as a fragment to the <tt>tag:psacertified.org,2023:psa</tt> tag URI <xref target="RFC4151"/>.</t>
            <t>For example, an hypothetical profile using only COSE_Mac0 with the AES Message Authentication Code (AES-MAC) may decide to use the string "aes-mac".  The <tt>eat_profile</tt> value would then be: <tt>tag:psacertified.org,2023:psa#aes-mac</tt>.</t>
          </section>
        </section>
      </section>
      <section anchor="sec-backwards-compat">
        <name>Backwards Compatibility Considerations</name>
        <t>A previous version of this specification (identified by the <tt>PSA_IOT_PROFILE_1</tt>
profile) used claim key values from the "private use range" of the CWT Claims
registry.  These claim keys have now been retired and their use is deprecated.</t>
        <t><xref target="tab-claim-map"/> provides the mappings between the deprecated and new claim
keys.</t>
        <table anchor="tab-claim-map">
          <name>Claim Key Mappings</name>
          <thead>
            <tr>
              <th align="left"> </th>
              <th align="left">PSA_IOT_PROFILE_1</th>
              <th align="left">tag:psacertified.org,2023:psa#tfm</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Nonce</td>
              <td align="left">-75008</td>
              <td align="left">10 (EAT nonce)</td>
            </tr>
            <tr>
              <td align="left">Instance ID</td>
              <td align="left">-75009</td>
              <td align="left">256 (EAT euid)</td>
            </tr>
            <tr>
              <td align="left">Profile Definition</td>
              <td align="left">-75000</td>
              <td align="left">265 (EAT eat_profile)</td>
            </tr>
            <tr>
              <td align="left">Client ID</td>
              <td align="left">-75001</td>
              <td align="left">2394</td>
            </tr>
            <tr>
              <td align="left">Security Lifecycle</td>
              <td align="left">-75002</td>
              <td align="left">2395</td>
            </tr>
            <tr>
              <td align="left">Implementation ID</td>
              <td align="left">-75003</td>
              <td align="left">2396</td>
            </tr>
            <tr>
              <td align="left">Boot Seed</td>
              <td align="left">-75004</td>
              <td align="left">2397</td>
            </tr>
            <tr>
              <td align="left">Certification Reference</td>
              <td align="left">-75005</td>
              <td align="left">2398</td>
            </tr>
            <tr>
              <td align="left">Software Components</td>
              <td align="left">-75006</td>
              <td align="left">2399</td>
            </tr>
            <tr>
              <td align="left">Verification Service Indicator</td>
              <td align="left">-75010</td>
              <td align="left">2400</td>
            </tr>
          </tbody>
        </table>
        <t>The new profile introduces three further changes:</t>
        <ul spacing="normal">
          <li>
            <t>the "Boot Seed" claim is now optional and of variable length (see
<xref target="sec-boot-seed"/>),</t>
          </li>
          <li>
            <t>the "No Software Measurements" claim has been retired,</t>
          </li>
          <li>
            <t>the "Certification Reference" claim syntax changed from EAN-13 to EAN-13+5 (see
<xref target="sec-certification-reference"/>).</t>
          </li>
        </ul>
        <t>To simplify the transition to the token format described in this
document it is RECOMMENDED that Verifiers
accept tokens encoded according to the old profile (<tt>PSA_IOT_PROFILE_1</tt>) as well as
to the new profile (<tt>tag:psacertified.org,2023:psa#tfm</tt>), at least for the time needed to
their devices to upgrade.</t>
      </section>
    </section>
    <section anchor="profiles">
      <name>Profiles</name>
      <t>This document defines a baseline with common requirements that all PSA profiles must satisfy.</t>
      <t>This document also defines a profile (<xref target="sec-tfm-profile"/>) that builds on the baseline while constraining the use of COSE algorithms to improve interoperability between PSA Attesters and Verifiers.</t>
      <section anchor="baseline-profile">
        <name>Baseline Profile</name>
        <section anchor="sec-token-encoding-and-signing">
          <name> Token Encoding and Signing</name>
          <t>The PSA attestation token is encoded in CBOR <xref target="RFC8949"/> format.  Only
definite-length string, arrays, and maps are allowed.
Given that a PSA attester is typically found in a constrained device, it MAY
NOT emit CBOR preferred serializations (<xref section="4.1" sectionFormat="of" target="RFC8949"/>).
Therefore, the Verifier MUST be a variation-tolerant CBOR decoder.</t>
          <t>Cryptographic protection is obtained by wrapping the <tt>psa-token</tt> claims-set in a COSE
Web Token (CWT) <xref target="RFC8392"/>.  For asymmetric key algorithms, the signature
structure MUST be a tagged (18) COSE_Sign1.  For symmetric key algorithms, the signature
structure MUST be a tagged (17) COSE_Mac0.</t>
          <t>Acknowledging the variety of markets, regulations and use cases in which the
PSA attestation token can be used, the baseline profile does not impose any
strong requirement on the cryptographic algorithms that need to be supported by
Attesters and Verifiers.  The flexibility provided by the COSE format should be
sufficient to deal with the level of cryptographic agility needed to adapt to
specific use cases.  It is RECOMMENDED that commonly adopted algorithms are
used, such as those discussed in <xref target="COSE-ALGS"/>.  It is expected that receivers
will accept a wider range of algorithms, while Attesters would produce PSA tokens
using only one such algorithm.</t>
          <t>The CWT CBOR tag (61) is not used.  An application that needs to exchange PSA
attestation tokens can wrap the serialised COSE_Sign1 or COSE_Mac0 in the media
type defined in <xref target="sec-iana-media-types"/> or the CoAP Content-Format defined in
<xref target="sec-iana-coap-content-format"/>.</t>
          <t>A PSA token is always directly signed by the PSA RoT.  Therefore, a PSA
claims-set (<xref target="sec-psa-claims"/>) is never carried in a Detached EAT bundle
(<xref section="5" sectionFormat="of" target="EAT"/>).</t>
        </section>
        <section anchor="freshness-model">
          <name>Freshness Model</name>
          <t>The PSA Token supports the freshness models for attestation Evidence based on
nonces and epoch handles (Section <xref target="RFC9334" section="10.2" sectionFormat="bare"/> and Section <xref target="RFC9334" section="10.3" sectionFormat="bare"/> of <xref target="RFC9334"/>) using
the <tt>nonce</tt> claim to convey the nonce or epoch handle supplied by the Verifier.
No further assumption on the specific remote attestation protocol is made.</t>
          <t>Note that use of epoch handles is constrained by the type restrictions imposed by the <tt>eat_nonce</tt> syntax.
For use in PSA tokens, it must be possible to encode the epoch handle as an opaque binary string between 8 and 64 octets.</t>
        </section>
        <section anchor="synopsis">
          <name>Synopsis</name>
          <t><xref target="tbl-baseline-profile"/> presents a concise view of the requirements described in the preceding sections.</t>
          <table anchor="tbl-baseline-profile">
            <name>Baseline Profile</name>
            <thead>
              <tr>
                <th align="left">Issue</th>
                <th align="left">Profile Definition</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">CBOR/JSON</td>
                <td align="left">CBOR MUST be used</td>
              </tr>
              <tr>
                <td align="left">CBOR Encoding</td>
                <td align="left">Definite length maps and arrays MUST be used</td>
              </tr>
              <tr>
                <td align="left">CBOR Encoding</td>
                <td align="left">Definite length strings MUST be used</td>
              </tr>
              <tr>
                <td align="left">CBOR Serialization</td>
                <td align="left">Variant serialization MAY be used</td>
              </tr>
              <tr>
                <td align="left">COSE Protection</td>
                <td align="left">COSE_Sign1 and/or COSE_Mac0 MUST be used</td>
              </tr>
              <tr>
                <td align="left">Algorithms</td>
                <td align="left">
                  <xref target="COSE-ALGS"/> SHOULD be used</td>
              </tr>
              <tr>
                <td align="left">Detached EAT Bundle Usage</td>
                <td align="left">Detached EAT bundles MUST NOT be sent</td>
              </tr>
              <tr>
                <td align="left">Verification Key Identification</td>
                <td align="left">Any identification method listed in <xref section="F.1" sectionFormat="of" target="EAT"/></td>
              </tr>
              <tr>
                <td align="left">Endorsements</td>
                <td align="left">See <xref target="sec-psa-endorsements"/></td>
              </tr>
              <tr>
                <td align="left">Freshness</td>
                <td align="left">nonce or epoch ID based</td>
              </tr>
              <tr>
                <td align="left">Claims</td>
                <td align="left">Those defined in <xref target="sec-psa-claims"/>. As per general EAT rules, the receiver MUST NOT error out on claims it does not understand.</td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
      <section anchor="sec-tfm-profile">
        <name>Profile TFM</name>
        <t>This profile is appropriate for the code base implemented in <xref target="TF-M"/> and should apply for most derivative implementations. If an implementation changes the requirements described below then, to ensure interoperability, a new profile value should be used (<xref target="sec-profile-uri-structure"/>). This includes a restriction of the profile to a subset of the COSE Protection scheme requirements.</t>
        <t><xref target="tbl-tfm-profile"/> presents a concise view of the requirements.</t>
        <t>The value of the <tt>eat_profile</tt> MUST be <tt>tag:psacertified.org,2023:psa#tfm</tt>.</t>
        <table anchor="tbl-tfm-profile">
          <name>TF-M Profile</name>
          <thead>
            <tr>
              <th align="left">Issue</th>
              <th align="left">Profile Definition</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CBOR/JSON</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
            <tr>
              <td align="left">CBOR Encoding</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
            <tr>
              <td align="left">CBOR Encoding</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
            <tr>
              <td align="left">CBOR Serialization</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
            <tr>
              <td align="left">COSE Protection</td>
              <td align="left">COSE_Sign1 or COSE_Mac0 MUST be used</td>
            </tr>
            <tr>
              <td align="left">Algorithms</td>
              <td align="left">The receiver MUST accept ES256, ES384 and ES512 with COSE_Sign1 and HMAC256/256, HMAC384/384 and HMAC512/512 with COSE_Mac0; the sender MUST send one of these</td>
            </tr>
            <tr>
              <td align="left">Detached EAT Bundle Usage</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
            <tr>
              <td align="left">Verification Key Identification</td>
              <td align="left">Claim-Based Key Identification (<xref section="F.1.4" sectionFormat="of" target="EAT"/>) using Implementation ID and Instance ID</td>
            </tr>
            <tr>
              <td align="left">Endorsements</td>
              <td align="left">See <xref target="sec-psa-endorsements"/></td>
            </tr>
            <tr>
              <td align="left">Freshness</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
            <tr>
              <td align="left">Claims</td>
              <td align="left">See <xref target="baseline-profile"/></td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="collated-cddl">
      <name>Collated CDDL</name>
      <artwork><![CDATA[
psa-token = {
    psa-nonce
    psa-instance-id
    psa-verification-service-indicator
    psa-profile
    psa-implementation-id
    psa-client-id
    psa-lifecycle
    psa-certification-reference
    ? psa-boot-seed
    psa-software-components
}

psa-client-id-key = 2394
psa-lifecycle-key = 2395
psa-implementation-id-key = 2396
psa-boot-seed-key = 2397
psa-certification-reference-key = 2398
psa-software-components-key = 2399
psa-verification-service-indicator-key = 2400

nonce-label = 10
ueid-label = 256
profile-label = 265

psa-hash-type = bytes .size 32 / bytes .size 48 / bytes .size 64

psa-boot-seed-type = bytes .size (8..32)

psa-boot-seed = (
    psa-boot-seed-key => psa-boot-seed-type
)

psa-client-id-nspe-type = -2147483648...0
psa-client-id-spe-type = 1..2147483647

psa-client-id-type = psa-client-id-nspe-type / psa-client-id-spe-type

psa-client-id = (
    psa-client-id-key => psa-client-id-type
)

psa-certification-reference-type = text .regexp "[0-9]{13}-[0-9]{5}"

psa-certification-reference = (
    ? psa-certification-reference-key => 
        psa-certification-reference-type
)

psa-implementation-id-type = bytes .size 32

psa-implementation-id = (
    psa-implementation-id-key => psa-implementation-id-type
)

psa-instance-id-type = bytes .size 33

psa-instance-id = (
    ueid-label => psa-instance-id-type
)

psa-nonce = (
    nonce-label => psa-hash-type
)

psa-profile-type = "tag:psacertified.org,2023:psa#tfm"

psa-profile = (
    profile-label => psa-profile-type
)

psa-lifecycle-unknown-type = 0x0000..0x00ff
psa-lifecycle-assembly-and-test-type = 0x1000..0x10ff
psa-lifecycle-psa-rot-provisioning-type = 0x2000..0x20ff
psa-lifecycle-secured-type = 0x3000..0x30ff
psa-lifecycle-non-psa-rot-debug-type = 0x4000..0x40ff
psa-lifecycle-recoverable-psa-rot-debug-type = 0x5000..0x50ff
psa-lifecycle-decommissioned-type = 0x6000..0x60ff

psa-lifecycle-type = 
    psa-lifecycle-unknown-type /
    psa-lifecycle-assembly-and-test-type /
    psa-lifecycle-psa-rot-provisioning-type /
    psa-lifecycle-secured-type /
    psa-lifecycle-non-psa-rot-debug-type /
    psa-lifecycle-recoverable-psa-rot-debug-type /
    psa-lifecycle-decommissioned-type

psa-lifecycle = (
    psa-lifecycle-key => psa-lifecycle-type
)

psa-software-component = {
  ? &(measurement-type: 1) => text
    &(measurement-value: 2) => psa-hash-type
  ? &(version: 4) => text
    &(signer-id: 5) => psa-hash-type
  ? &(measurement-desc: 6) => text
}

psa-software-components = (
    psa-software-components-key => [ + psa-software-component ]
)

psa-verification-service-indicator-type = text

psa-verification-service-indicator = (
    ? psa-verification-service-indicator-key =>
        psa-verification-service-indicator-type
)

]]></artwork>
    </section>
    <section anchor="sec-scalability">
      <name>Scalability Considerations</name>
      <t>IAKs can be either raw public keys or certified public keys.</t>
      <t>Certified public keys require the manufacturer to run the certification
authority (CA) that issues X.509 certs for the IAKs.  (Note that operating a CA
is a complex and expensive task that may be unaffordable to certain
manufacturers.)</t>
      <t>If applicable, such approach provides sensibly better scalability properties
compared to using raw public keys, namely:</t>
      <ul spacing="normal">
        <li>
          <t>storage requirements on the verifier side are minimised - the same
manufacturer's trust anchor is used for any number of devices,</t>
        </li>
        <li>
          <t>the provisioning model is simpler and more robust since there is no need to
notify the verifier about each newly manufactured device,</t>
        </li>
        <li>
          <t>already existing and well understood revocation mechanisms can be
used.</t>
        </li>
      </ul>
      <t>The IAK's X.509 cert can be inlined in the PSA token using the <tt>x5chain</tt> COSE
header parameter <xref target="COSE-X509"/> at the cost of an increase in the PSA token
size.  <xref section="4.4" sectionFormat="of" target="TLS12-IoT"/> and <xref section="15" sectionFormat="of" target="TLS13-IoT"/> provide
guidance for profiling X.509 certs used in IoT deployments.
Note that the exact split between pre-provisioned and inlined certs may vary
depending on the specific deployment.  In that respect, <tt>x5chain</tt> is quite
flexible: it can contain the end-entity (EE) cert only, the EE and a partial
chain, or the EE and the full chain up to the trust anchor (see <xref section="2" sectionFormat="of" target="COSE-X509"/> for the details).  Deciding on a sensible split point may depend on
constraints around network bandwidth and computing resources available to the
endpoints (especially network buffers).</t>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>Implementations of this specification are provided by the Trusted
Firmware-M project <xref target="TF-M"/>, <xref target="IAT-VERIFIER"/>, the Veraison project <xref target="Veraison"/>, and the Xclaim
<xref target="Xclaim"/> library.  All four implementations are released as open-source software.</t>
    </section>
    <section anchor="security-and-privacy-considerations">
      <name>Security and Privacy Considerations</name>
      <t>This specification re-uses the EAT specification and therefore the CWT specification.
Hence, the security and privacy considerations of those specifications apply here as well.</t>
      <t>Since CWTs offer different ways to protect the token, this specification
profiles those options and allows signatures using public key cryptography as
well as message authentication codes (MACs). COSE_Sign1 is used for digital
signatures and COSE_Mac0 for MACs, as defined in the COSE specification <xref target="STD96"/>.
Note, however, that the use of MAC authentication is NOT RECOMMENDED due to the associated
infrastructure costs for key management and protocol complexities.</t>
      <t>A PSA attester MUST NOT provide attestation evidence to an untrusted
challenger, as it may allow attackers to interpose and trick the verifier into
believing the attacker is a legitimate attester.</t>
      <t>Attestation tokens contain information that may be unique to a device and
therefore they may allow to single out an individual device for tracking
purposes.  Deployments that have privacy requirements must take appropriate
measures to ensure that the token is only used to provision anonymous/pseudonym
keys.</t>
    </section>
    <section anchor="verification">
      <name>Verification</name>
      <t>To verify the token, the primary need is to check correct encoding and signing
as detailed in <xref target="sec-token-encoding-and-signing"/>.
The key used for verification is either supplied to the Verifier by an
authorized Endorser along with the corresponding Attester's Instance ID or
inlined in the token using the <tt>x5chain</tt> header parameter as described in
<xref target="sec-scalability"/>.
If the IAK is a raw public key, the Instance and Implementation ID claims are
used (together with the kid in the COSE header, if present) to assist in
locating the key used to verify the signature covering the CWT token.
If the IAK is a certified public key, X.509 path construction and validation
(<xref section="6" sectionFormat="of" target="X509"/>) up to a trusted CA MUST be successful before the key is
used to verify the token signature.</t>
      <t>In addition, the Verifier will typically operate a policy where values of some
of the claims in this profile can be compared to reference values, registered
with the Verifier for a given deployment, in order to confirm that the device
is endorsed by the manufacturer supply chain.  The policy may require that the
relevant claims must have a match to a registered reference value.  All claims
may be worthy of additional appraisal.  It is likely that most deployments
would include a policy with appraisal for the following claims:</t>
      <ul spacing="normal">
        <li>
          <t>Implementation ID - the value of the Implementation ID can be used to
identify the verification requirements of the deployment.</t>
        </li>
        <li>
          <t>Software Component, Measurement Value - this value can uniquely identify a
firmware release from the supply chain. In some cases, a Verifier may
maintain a record for a series of firmware releases, being patches to an
original baseline release. A verification policy may then allow this value to
match any point on that release sequence or expect some minimum level of
maturity related to the sequence.</t>
        </li>
        <li>
          <t>Software Component, Signer ID - where present in a deployment, this could
allow a Verifier to operate a more general policy than that for Measurement
Value as above, by allowing a token to contain any firmware entries signed by
a known Signer ID, without checking for a uniquely registered version.</t>
        </li>
        <li>
          <t>Certification Reference - if present, this value could be used as a hint to
locate security certification information associated with the attesting
device. An example could be a reference to a <xref target="PSACertified"/> certificate.</t>
        </li>
      </ul>
      <section anchor="ar4si-trustworthiness-claims-mappings">
        <name> AR4SI Trustworthiness Claims Mappings</name>
        <t><xref target="RATS-AR4SI"/> defines an information model that Verifiers can employ to
produce Attestation Results.
AR4SI provides a set of standardized appraisal categories and tiers that
greatly simplifies the task of writing Relying Party policies in multi-attester
environments.</t>
        <t>The contents of <xref target="tab-ar4si-map"/> are intended as guidance for implementing a
PSA Verifier that computes its results using AR4SI.
The table describes which PSA Evidence claims (if any) are related to which
AR4SI trustworthiness claim, and therefore what the Verifier must consider when
deciding if and how to appraise a certain feature associated with the PSA
Attester.</t>
        <table anchor="tab-ar4si-map">
          <name>AR4SI Claims mappings</name>
          <thead>
            <tr>
              <th align="left">Trustworthiness Vector claims</th>
              <th align="left">Related PSA claims</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>configuration</tt></td>
              <td align="left">Software Components (<xref target="sec-sw-components"/>)</td>
            </tr>
            <tr>
              <td align="left">
                <tt>executables</tt></td>
              <td align="left">ditto</td>
            </tr>
            <tr>
              <td align="left">
                <tt>file-system</tt></td>
              <td align="left">N/A</td>
            </tr>
            <tr>
              <td align="left">
                <tt>hardware</tt></td>
              <td align="left">Implementation ID (<xref target="sec-implementation-id"/>)</td>
            </tr>
            <tr>
              <td align="left">
                <tt>instance-identity</tt></td>
              <td align="left">Instance ID (<xref target="sec-instance-id-claim"/>).  The Security Lifecycle (<xref target="sec-security-lifecycle"/>) can also impact the derived identity.</td>
            </tr>
            <tr>
              <td align="left">
                <tt>runtime-opaque</tt></td>
              <td align="left">Indirectly derived from <tt>executables</tt>, <tt>hardware</tt>, and <tt>instance-identity</tt>.  The Security Lifecycle (<xref target="sec-security-lifecycle"/>) can also be relevant: for example, any debug state will expose otherwise protected memory.</td>
            </tr>
            <tr>
              <td align="left">
                <tt>sourced-data</tt></td>
              <td align="left">N/A</td>
            </tr>
            <tr>
              <td align="left">
                <tt>storage-opaque</tt></td>
              <td align="left">Indirectly derived from <tt>executables</tt>, <tt>hardware</tt>, and <tt>instance-identity</tt>.</td>
            </tr>
          </tbody>
        </table>
        <t>This document does not prescribe what value must be chosen based on each
possible situation: when assigning specific Trustworthiness Claim values, an
implementation is expected to follow the algorithm described in <xref section="2.3.3" sectionFormat="of" target="RATS-AR4SI"/>.</t>
      </section>
      <section anchor="sec-psa-endorsements">
        <name>Endorsements, Reference Values and Verification Key Material</name>
        <t><xref target="PSA-Endorsements"/> defines a protocol based on the <xref target="RATS-CoRIM"/> data model
that can be used to convey PSA Endorsements, Reference Values and verification
key material to the Verifier.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="cbor-web-token-claims-registration">
        <name>CBOR Web Token Claims Registration</name>
        <t>IANA is requested to make permanent the following claims that have been
assigned via early allocation in the "CBOR Web Token (CWT) Claims" registry
<xref target="IANA-CWT"/>.</t>
        <section anchor="client-id-claim">
          <name> Client ID Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-client-id</t>
            </li>
            <li>
              <t>Claim Description: PSA Client ID</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2394</t>
            </li>
            <li>
              <t>Claim Value Type(s): signed integer</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-client-id"/> of RFCthis</t>
            </li>
          </ul>
        </section>
        <section anchor="security-lifecycle-claim">
          <name> Security Lifecycle Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-security-lifecycle</t>
            </li>
            <li>
              <t>Claim Description: PSA Security Lifecycle</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2395</t>
            </li>
            <li>
              <t>Claim Value Type(s): unsigned integer</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-security-lifecycle"/> of RFCthis</t>
            </li>
          </ul>
        </section>
        <section anchor="implementation-id-claim">
          <name> Implementation ID Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-implementation-id</t>
            </li>
            <li>
              <t>Claim Description: PSA Implementation ID</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2396</t>
            </li>
            <li>
              <t>Claim Value Type(s): byte string</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-implementation-id"/> of RFCthis</t>
            </li>
          </ul>
        </section>
        <section anchor="boot-seed-claim">
          <name> Boot Seed Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-boot-seed</t>
            </li>
            <li>
              <t>Claim Description: PSA Boot Seed</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2397</t>
            </li>
            <li>
              <t>Claim Value Type(s): byte string</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-boot-seed"/> of RFCthis</t>
            </li>
          </ul>
        </section>
        <section anchor="certification-reference-claim">
          <name> Certification Reference Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-certification-reference</t>
            </li>
            <li>
              <t>Claim Description: PSA Certification Reference</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2398</t>
            </li>
            <li>
              <t>Claim Value Type(s): text string</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-certification-reference"/> of RFCthis</t>
            </li>
          </ul>
        </section>
        <section anchor="software-components-claim">
          <name> Software Components Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-software-components</t>
            </li>
            <li>
              <t>Claim Description: PSA Software Components</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2399</t>
            </li>
            <li>
              <t>Claim Value Type(s): array</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-sw-components"/> of RFCthis</t>
            </li>
          </ul>
        </section>
        <section anchor="verification-service-indicator-claim">
          <name> Verification Service Indicator Claim</name>
          <ul spacing="normal">
            <li>
              <t>Claim Name: psa-verification-service-indicator</t>
            </li>
            <li>
              <t>Claim Description: PSA Verification Service Indicator</t>
            </li>
            <li>
              <t>JWT Claim Name: N/A</t>
            </li>
            <li>
              <t>Claim Key: 2400</t>
            </li>
            <li>
              <t>Claim Value Type(s): text string</t>
            </li>
            <li>
              <t>Change Controller: Hannes Tschofenig</t>
            </li>
            <li>
              <t>Specification Document(s): <xref target="sec-verification-service-indicator"/> of RFCthis</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sec-iana-media-types">
        <name>Media Types</name>
        <t>No new media type registration is requested.
To indicate that the transmitted content is a PSA Attestation Token,
applications can use the <tt>application/eat+cwt</tt> media type defined in
<xref target="EAT-MEDIATYPES"/> with the <tt>eat_profile</tt> parameter set to
<tt>tag:psacertified.org,2023:psa#tfm</tt> (or <tt>PSA_IOT_PROFILE_1</tt> if the token is encoded
according to the old profile, see <xref target="sec-backwards-compat"/>).</t>
      </section>
      <section anchor="sec-iana-coap-content-format">
        <name>CoAP Content-Formats Registration</name>
        <t>IANA is requested to register two CoAP Content-Format IDs in the "CoAP
Content-Formats" registry <xref target="IANA-CoAP-Content-Formats"/>:</t>
        <ul spacing="normal">
          <li>
            <t>One for the <tt>application/eat+cwt</tt> media type with the <tt>eat_profile</tt> parameter
equal to <tt>tag:psacertified.org,2023:psa#tfm</tt></t>
          </li>
          <li>
            <t>Another for the <tt>application/eat+cwt</tt> media type with the <tt>eat_profile</tt>
parameter equal to <tt>PSA_IOT_PROFILE_1</tt></t>
          </li>
        </ul>
        <t>The Content-Formats should be allocated from the Expert review range (0-255).</t>
        <section anchor="registry-contents">
          <name>Registry Contents</name>
          <ul spacing="normal">
            <li>
              <t>Media Type: <tt>application/eat+cwt; eat_profile="tag:psacertified.org,2023:psa#tfm"</tt></t>
            </li>
            <li>
              <t>Encoding: -</t>
            </li>
            <li>
              <t>Id: [[To-be-assigned by IANA]]</t>
            </li>
            <li>
              <t>Reference: RFCthis</t>
            </li>
            <li>
              <t>Media Type: <tt>application/eat+cwt; eat_profile="PSA_IOT_PROFILE_1"</tt></t>
            </li>
            <li>
              <t>Encoding: -</t>
            </li>
            <li>
              <t>Id: [[To-be-assigned by IANA]]</t>
            </li>
            <li>
              <t>Reference: RFCthis</t>
            </li>
          </ul>
        </section>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="PSA-SM" target="https://www.psacertified.org/app/uploads/2021/12/JSADEN014_PSA_Certified_SM_V1.1_BET0.pdf">
          <front>
            <title>Platform Security Model 1.1</title>
            <author>
              <organization>Arm</organization>
            </author>
            <date year="2021" month="December"/>
          </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="PSA-FF" target="https://developer.arm.com/documentation/den0063/a">
          <front>
            <title>Platform Security Architecture Firmware Framework 1.0 (PSA-FF)</title>
            <author>
              <organization>Arm</organization>
            </author>
            <date year="2019" month="February"/>
          </front>
        </reference>
        <reference anchor="PSA-Cert-Guide" target="https://www.psacertified.org/app/uploads/2020/07/JSADEN011-PSA_Certified_Level_2_Step-by-Step-1.1-20200403.pdf">
          <front>
            <title>PSA Certified Level 2 Step by Step Guide Version 1.1</title>
            <author>
              <organization>PSA Certified</organization>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="STD96">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="COSE-ALGS">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="IANA-CWT" target="https://www.iana.org/assignments/cwt/cwt.xhtml#claims-registry">
          <front>
            <title>CBOR Web Token (CWT) Claims</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="X509">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="EAT">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Giridhar Mandyam" initials="G." surname="Mandyam">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Jeremy O'Donoghue" initials="J." surname="O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Carl Wallace" initials="C." surname="Wallace">
              <organization>Red Hound Software, Inc.</organization>
            </author>
            <date day="14" month="October" year="2023"/>
            <abstract>
              <t>   An Entity Attestation Token (EAT) provides an attested claims set
   that describes state and characteristics of an entity, a device like
   a smartphone, IoT device, network equipment or such.  This claims set
   is used by a relying party, server or service to determine the type
   and degree of trust placed in the entity.

   An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with
   attestation-oriented claims.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-22"/>
        </reference>
        <reference anchor="EAT-MEDIATYPES">
          <front>
            <title>EAT Media Types</title>
            <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer Institute for Secure Information Technology</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="7" month="November" year="2023"/>
            <abstract>
              <t>   Payloads used in Remote Attestation Procedures may require an
   associated media type for their conveyance, for example when used in
   RESTful APIs.

   This memo defines media types to be used for Entity Attestation
   Tokens (EAT).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-media-type-05"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC4151">
          <front>
            <title>The 'tag' URI Scheme</title>
            <author fullname="T. Kindberg" initials="T." surname="Kindberg"/>
            <author fullname="S. Hawke" initials="S." surname="Hawke"/>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document describes the "tag" Uniform Resource Identifier (URI) scheme. Tag URIs (also known as "tags") are designed to be unique across space and time while being tractable to humans. They are distinct from most other URIs in that they have no authoritative resolution mechanism. A tag may be used purely as an entity identifier. Furthermore, using tags has some advantages over the common practice of using "http" URIs as identifiers for non-HTTP-accessible resources. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4151"/>
          <seriesInfo name="DOI" value="10.17487/RFC4151"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="TLS12-IoT">
          <front>
            <title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t>
              <t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery. The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7925"/>
          <seriesInfo name="DOI" value="10.17487/RFC7925"/>
        </reference>
        <reference anchor="TLS13-IoT">
          <front>
            <title>TLS/DTLS 1.3 Profiles for the Internet of Things</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="22" month="October" year="2023"/>
            <abstract>
              <t>   This document is a companion to RFC 7925 and defines TLS/DTLS 1.3
   profiles for Internet of Things devices.  It also updates RFC 7925
   with regards to the X.509 certificate profile.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-uta-tls13-iot-profile-08"/>
        </reference>
        <reference anchor="COSE-X509">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Header Parameters for Carrying and Referencing X.509 Certificates</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>The CBOR Object Signing and Encryption (COSE) message structure uses references to keys in general. For some algorithms, additional properties are defined that carry parameters relating to keys as needed. The COSE Key structure is used for transporting keys outside of COSE messages. This document extends the way that keys can be identified and transported by providing attributes that refer to or contain X.509 certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9360"/>
          <seriesInfo name="DOI" value="10.17487/RFC9360"/>
        </reference>
        <reference anchor="RFC9334">
          <front>
            <title>Remote ATtestation procedureS (RATS) Architecture</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="N. Smith" initials="N." surname="Smith"/>
            <author fullname="W. Pan" initials="W." surname="Pan"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9334"/>
          <seriesInfo name="DOI" value="10.17487/RFC9334"/>
        </reference>
        <reference anchor="IANA-HashFunctionTextualNames" target="https://www.iana.org/assignments/hash-function-text-names">
          <front>
            <title>Hash Function Textual Names</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="IANA-CoAP-Content-Formats" target="https://www.iana.org/assignments/core-parameters">
          <front>
            <title>CoAP Content-Formats</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="TF-M" target="https://www.trustedfirmware.org/projects/tf-m/">
          <front>
            <title>Trusted Firmware-M</title>
            <author>
              <organization>Linaro</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="IAT-VERIFIER" target="https://git.trustedfirmware.org/TF-M/tf-m-tools.git/tree/iat-verifier">
          <front>
            <title>iat-verifier</title>
            <author>
              <organization>Linaro</organization>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="Veraison" target="https://github.com/veraison/psatoken">
          <front>
            <title>Veraison psatoken package</title>
            <author>
              <organization>The Veraison Project</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="Xclaim" target="https://github.com/laurencelundblade/xclaim">
          <front>
            <title>Xclaim</title>
            <author initials="L." surname="Lundblade" fullname="Laurence Lundblade">
              <organization/>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="PSA" target="https://developer.arm.com/architectures/security-architectures/platform-security-architecture/documentation">
          <front>
            <title>Platform Security Architecture Resources</title>
            <author>
              <organization>Arm</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="PSACertified" target="https://psacertified.org">
          <front>
            <title>PSA Certified IoT Security Framework</title>
            <author>
              <organization>PSA Certified</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="PSA-API" target="https://arm-software.github.io/psa-api/attestation/1.0/IHI0085-PSA_Certified_Attestation_API-1.0.3.pdf">
          <front>
            <title>PSA Attestation API 1.0.3</title>
            <author>
              <organization>Arm</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="PSA-Endorsements">
          <front>
            <title>Arm's Platform Security Architecture (PSA) Attestation Verifier Endorsements</title>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>Arm Ltd</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="10" month="September" year="2023"/>
            <abstract>
              <t>   PSA Endorsements include reference values, cryptographic key material
   and certification status information that a Verifier needs in order
   to appraise attestation Evidence produced by a PSA device.  This memo
   defines such PSA Endorsements as a profile of the CoRIM data model.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-fdb-rats-psa-endorsements-03"/>
        </reference>
        <reference anchor="RATS-CoRIM">
          <front>
            <title>Concise Reference Integrity Manifest</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>arm</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>arm</organization>
            </author>
            <author fullname="Ned Smith" initials="N." surname="Smith">
              <organization>Intel</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   Remote Attestation Procedures (RATS) enable Relying Parties to assess
   the trustworthiness of a remote Attester and therefore to decide
   whether to engage in secure interactions with it.  Evidence about
   trustworthiness can be rather complex and it is deemed unrealistic
   that every Relying Party is capable of the appraisal of Evidence.
   Therefore that burden is typically offloaded to a Verifier.  In order
   to conduct Evidence appraisal, a Verifier requires not only fresh
   Evidence from an Attester, but also trusted Endorsements and
   Reference Values from Endorsers and Reference Value Providers, such
   as manufacturers, distributors, or device owners.  This document
   specifies the information elements for representing Endorsements and
   Reference Values in CBOR format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-corim-03"/>
        </reference>
        <reference anchor="RATS-AR4SI">
          <front>
            <title>Attestation Results for Secure Interactions</title>
            <author fullname="Eric Voit" initials="E." surname="Voit">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Thomas Hardjono" initials="T." surname="Hardjono">
              <organization>MIT</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Vincent Scarlata" initials="V." surname="Scarlata">
              <organization>Intel</organization>
            </author>
            <date day="30" month="August" year="2023"/>
            <abstract>
              <t>   This document defines reusable Attestation Result information
   elements.  When these elements are offered to Relying Parties as
   Evidence, different aspects of Attester trustworthiness can be
   evaluated.  Additionally, where the Relying Party is interfacing with
   a heterogeneous mix of Attesting Environment and Verifier types,
   consistent policies can be applied to subsequent information exchange
   between each Attester and the Relying Party.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-ar4si-05"/>
        </reference>
      </references>
    </references>
    <?line 1186?>

<section anchor="examples">
      <name>Examples</name>
      <t>The following examples show PSA attestation tokens for an hypothetical system
comprising a single measured software component.
The attesting device is in a lifecycle state (<xref target="sec-security-lifecycle"/>) of
SECURED.  The attestation has been requested from a client residing in the
SPE.</t>
      <t>The example in <xref target="ex-sign1"/> illustrates the case where the IAK is an asymmetric key.  A COSE Sign1 envelope is used to wrap the PSA claims-set.</t>
      <t><xref target="ex-mac0"/> illustrates the case where the IAK is a symmetric key and a COSE Mac0 envelope is used instead.</t>
      <t>The claims sets are identical, except for the Instance ID which is synthesized from the key material.</t>
      <t>The examples have been created using the <tt>iat-verifier</tt> tool <xref target="IAT-VERIFIER"/>.</t>
      <section anchor="ex-sign1">
        <name>COSE Sign1 Token</name>
        <artwork><![CDATA[
{
  / ueid /                     256: h'01020202020202020202020202
0202020202020202020202020202020202020202',
  / psa-implementation-id /   2396: h'00000000000000000000000000
00000000000000000000000000000000000000',
  / eat_nonce /                 10: h'01010101010101010101010101
01010101010101010101010101010101010101',
  / psa-client-id /           2394: 2147483647,
  / psa-security-lifecycle /  2395: 12288,
  / eat_profile /              265: "tag:psacertified.org,2023:p
sa#tfm",
  / psa-boot-seed /           2397: h'0000000000000000',
  / psa-software-components / 2399: [
    {
      / signer ID /         5: h'0404040404040404040404040404040
404040404040404040404040404040404',
      / measurement value / 2: h'0303030303030303030303030303030
303030303030303030303030303030303'
    }
  ]
}
]]></artwork>
        <t>The JWK representation of the IAK used for creating the COSE Sign1 signature
over the PSA token is:</t>
        <artwork><![CDATA[
{
  "kty": "EC",
  "crv": "P-256",
  "alg": "ES256",
  "x": "Tl4iCZ47zrRbRG0TVf0dw7VFlHtv18HInYhnmMNybo8",
  "y": "gNcLhAslaqw0pi7eEEM2TwRAlfADR0uR4Bggkq-xPy4",
  "d": "Q__-y5X4CFp8QOHT6nkL7063jN131YUDpkwWAPkbM-c"
}
]]></artwork>
        <t>The resulting COSE object is:</t>
        <artwork><![CDATA[
18([
  h'A10126',  
  {},
  h'A81901005821010202020202020202020202020202020202020202020202
02020202020202020219095C5820000000000000000000000000000000000000
00000000000000000000000000000A5820010101010101010101010101010101
010101010101010101010101010101010119095A1A7FFFFFFF19095B19300019
010978217461673A7073616365727469666965642E6F72672C323032333A7073
612374666D19095D48000000000000000019095F81A205582004040404040404
0404040404040404040404040404040404040404040404040402582003030303
03030303030303030303030303030303030303030303030303030303',
  h'2F4C8152ED1691833EEBB6A182D2120E3D19220DF85B9AC51109113A423F
A024205CEDA0815968548DE4FBB6DC94B88C916F0D266E64CEA24183A84F977D
E475'
])
]]></artwork>
        <t>which has the following base16 encoding:</t>
        <artwork><![CDATA[
d28443a10126a058faa81901005821010202020202020202020202020202
02020202020202020202020202020202020219095c582000000000000000
000000000000000000000000000000000000000000000000000a58200101
010101010101010101010101010101010101010101010101010101010101
19095a1a7fffffff19095b19300019010978217461673a70736163657274
69666965642e6f72672c323032333a7073612374666d19095d4800000000
0000000019095f81a2055820040404040404040404040404040404040404
040404040404040404040404040402582003030303030303030303030303
0303030303030303030303030303030303030358402f4c8152ed1691833e
ebb6a182d2120e3d19220df85b9ac51109113a423fa024205ceda0815968
548de4fbb6dc94b88c916f0d266e64cea24183a84f977de475
]]></artwork>
      </section>
      <section anchor="ex-mac0">
        <name>COSE Mac0 Token</name>
        <artwork><![CDATA[
{
  / ueid /                     256: h'01C557BD4FADC83F756FCA2CD5
EA2DCC8B82159BB4E7453D6A744D4EECD6D0AC60',
  / psa-implementation-id /   2396: h'00000000000000000000000000
00000000000000000000000000000000000000',
  / eat_nonce /                 10: h'01010101010101010101010101
01010101010101010101010101010101010101',
  / psa-client-id /           2394: 2147483647,
  / psa-security-lifecycle /  2395: 12288,
  / eat_profile /              265: "tag:psacertified.org,2023:p
sa#tfm",
  / psa-boot-seed /           2397: h'0000000000000000',
  / psa-software-components / 2399: [
    {
      / signer ID /         5: h'0404040404040404040404040404040
404040404040404040404040404040404',
      / measurement value / 2: h'0303030303030303030303030303030
303030303030303030303030303030303'
    }
  ]
}
]]></artwork>
        <t>The JWK representation of the IAK used for creating the COSE Mac0 signature
over the PSA token is:</t>
        <artwork><![CDATA[
========== NOTE: '\\' line wrapping per RFC 8792 ==========

{
  "kty": "oct",
  "alg": "HS256",
  "k": "3gOLNKyhJXaMXjNXq40Gs2e5qw1-i-Ek7cpH_gM6W7epPTB_8imqNv8k\
       \bBKVlk-s9xq3qm7E_WECt7OYMlWtkg"
}
]]></artwork>
        <t>The resulting COSE object is:</t>
        <artwork><![CDATA[
17([
  h'A10105',
  {},
  h'A8190100582101C557BD4FADC83F756FCA2CD5EA2DCC8B82159BB4E7453D
6A744D4EECD6D0AC6019095C5820000000000000000000000000000000000000
00000000000000000000000000000A5820010101010101010101010101010101
010101010101010101010101010101010119095A1A7FFFFFFF19095B19300019
010978217461673A7073616365727469666965642E6F72672C323032333A7073
612374666D19095D48000000000000000019095F81A205582004040404040404
0404040404040404040404040404040404040404040404040402582003030303
03030303030303030303030303030303030303030303030303030303',
  h'9B9FAA23F25D630B620C40508C978FBDC46130A5898BA1E8014085B13E43
256E'
])
]]></artwork>
        <t>which has the following base16 encoding:</t>
        <artwork><![CDATA[
d18443a10105a058faa8190100582101c557bd4fadc83f756fca2cd5ea2d
cc8b82159bb4e7453d6a744d4eecd6d0ac6019095c582000000000000000
000000000000000000000000000000000000000000000000000a58200101
010101010101010101010101010101010101010101010101010101010101
19095a1a7fffffff19095b19300019010978217461673a70736163657274
69666965642e6f72672c323032333a7073612374666d19095d4800000000
0000000019095f81a2055820040404040404040404040404040404040404
040404040404040404040404040402582003030303030303030303030303
0303030303030303030303030303030303030358209b9faa23f25d630b62
0c40508c978fbdc46130a5898ba1e8014085b13e43256e
]]></artwork>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Carsten Bormann for help with the CDDL and Nicholas Wood for ideas
and comments.</t>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="L." surname="Lundblade" fullname="Laurence Lundblade">
        <organization>Security Theory LLC</organization>
        <address>
          <email>lgl@securitytheory.com</email>
        </address>
      </contact>
      <contact initials="T." surname="Ban" fullname="Tamas Ban">
        <organization>Arm Limited</organization>
        <address>
          <email>Tamas.Ban@arm.com</email>
        </address>
      </contact>
      <contact initials="S." surname="Trofimov" fullname="Sergei Trofimov">
        <organization>Arm Limited</organization>
        <address>
          <email>Sergei.Trofimov@arm.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
h4v9Zr/z16tWp/XDN6eLh6fvBtcPo8v6eMuGIjvkED4Em3REsb16/62DHcSm
++0BXK52f7vmY9rY+481/vCgdQi3rtk7aLc2E6QXkykY7LB3AoO9iKg8T3sG
NMyztOIFJIVWNGgN9s/4D/1+3DrEJMDWIQ5wuA973+/2W/39zmC/ud+Bnzr9
3n4bPjvs9+H/vX63Peyf7bf7++2TThsQut3pcFuv32p3oGG/f0ojn3YPyvug
z88OWoN2s0dbcu6f96kLWvG3TcPI3fI+dfk2XkrGgPZZ9+Sg1WsPT1v9w9ZB
pzMcHh/3B62D9mm71W4OO7Cxdrt5enbQOz7EwgwAsVarM+i2O2feoNnuwrZO
hqeDJgxy2D/odQ9Oh90zGOL05LB7fHBwctjqnzVP2/3+sN89GQ7aXZhkcNA9
O9zfP/WG3f3etvejlE9n5n4f5CUDP3o5Wn0dSSmYHbYPut1OQGgdAAZPguDF
2PwiFksnN17H5hfyTOdPoLD5hWxwA8LTkoJWsD/hP/T7SKFzCZsDF5s9C52j
/oTQeazRWRoLNoc0cGiwWe+ZvpgctIJKdK7++zySO+i8/veFCN47gJEm3THi
chQKLkdeNBr1A0DmEJE56oSEzOHkoDc6DMYKmQNA5knAuDyOwkBw2QNkDqPu
BIYIx4fd0cHBGJAZWAAgc9TvjqOAkDk46E4AmaHlfk+/emnEYEtMJPH6c6XE
k15v//i0ezY4PTnonO33+mcng/bJac+Du3R6cnJwDAfeOzw+7g73u73OaX+w
3+2edofDk9P+aXNw0m/+JiX+JiX+/ygl0u17mZD4lf6DCR7DI3/7L3/Z9rlS
s6qxi8XNbs5O/IP9w7ZvOniOhJmOC0egfGUEygf8vTN9fXH1p9X9H78PLr//
69X3P3WbX+ftqPfTU6se14cP++PFqzfTy/53+9Hi+u74zUE8++nq8eDhLyqn
+S+j4z99mzzU88N3P3V+mu0P33w3PCn2X/9wmXxXPEw/SzLctyTDZo/OuFou
3ESCqimQt06CfpML/9vJhYfHh2eDAQh57d5pv9M87rebJ91mrwkC3f7B2fHp
CUCmg4dxeHA8aA0Pmq1uE0TEVmfY7XiA9MOfLda1lFjX7FWJdWNAxlHYnQTh
+KAzAWScjIP2OOwBNw698fhgRNg4GnUjxMawHwAyht0oGof9sBmMBRl/E+vc
Pf/XFevazcPRISABiGjtXgioOOqD+D4mXBwDXCajcEy4GCAujoJWJLg4anWi
bgdQMVLVHUzBcE53eH/EefpR+NXWJEjyiKPZgvkDxdqfBFleAJs4pue46QkG
/z5KFsaNgTXPyO55BRieJoDh32HmPEXVhsAoPckplkjd/wf7SgAOB8gAAA==

-->

</rfc>
