<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.37 (Ruby 2.7.8) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc strict="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>

<rfc ipr="trust200902" docName="draft-ietf-teep-protocol-16" category="std" consensus="true" submissionType="IETF" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="TEEP Protocol">Trusted Execution Environment Provisioning (TEEP) Protocol</title>

    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization></organization>
      <address>
        <postal>
          <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country>Austria</country>
        </postal>
        <email>hannes.tschofenig@gmx.net</email>
      </address>
    </author>
    <author initials="M." surname="Pei" fullname="Mingliang Pei">
      <organization>Broadcom</organization>
      <address>
        <postal>
          <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country>US</country>
        </postal>
        <email>mingliang.pei@broadcom.com</email>
      </address>
    </author>
    <author initials="D." surname="Wheeler" fullname="David Wheeler">
      <organization>Amazon</organization>
      <address>
        <postal>
          <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country>US</country>
        </postal>
        <email>davewhee@amazon.com</email>
      </address>
    </author>
    <author initials="D." surname="Thaler" fullname="Dave Thaler">
      <organization>Microsoft</organization>
      <address>
        <postal>
          <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country>US</country>
        </postal>
        <email>dthaler@microsoft.com</email>
      </address>
    </author>
    <author initials="A." surname="Tsukamoto" fullname="Akira Tsukamoto">
      <organization>ALAXALA Networks Corp.</organization>
      <address>
        <postal>
          <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country>JP</country>
        </postal>
        <email>akira.tsukamoto@alaxala.com</email>
      </address>
    </author>

    <date year="2023"/>

    <area>Security</area>
    <workgroup>TEEP</workgroup>
    <keyword>Trusted Execution Environment</keyword>

    <abstract>


<?line 108?>

<t>This document specifies a protocol that installs, updates, and deletes
Trusted Components in a device with a Trusted Execution
Environment (TEE).  This specification defines an interoperable
protocol for managing the lifecycle of Trusted Components.</t>



    </abstract>



  </front>

  <middle>


<?line 116?>

<section anchor="introduction"><name>Introduction</name>

<t>The Trusted Execution Environment (TEE) concept has been designed to
separate a regular operating system, also referred as a Rich Execution
Environment (REE), from security-sensitive applications. In a TEE
ecosystem, device vendors may use different operating systems in the
REE and may use different types of TEEs. When Trusted Component Developers or
Device Administrators use Trusted Application Managers (TAMs) to
install, update, and delete Trusted Applications and their dependencies on a wide range
of devices with potentially different TEEs then an interoperability
need arises.</t>

<t>This document specifies the protocol for communicating between a TAM
and a TEEP Agent.</t>

<t>The Trusted Execution Environment Provisioning (TEEP) architecture
document <xref target="RFC9397"/> provides design
guidance and introduces the
necessary terminology.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?></t>

<t>This specification re-uses the terminology defined in <xref target="RFC9397"/>.</t>

<t>As explained in Section 4.4 of that document, the TEEP protocol treats
each Trusted Application (TA), any dependencies the TA has, and personalization data as separate
components that are expressed in SUIT manifests, and a SUIT manifest
might contain or reference multiple binaries (see <xref target="I-D.ietf-suit-manifest"/>
for more details).</t>

<t>As such, the term Trusted Component (TC) in this document refers to a
set of binaries expressed in a SUIT manifest, to be installed in
a TEE.  Note that a Trusted Component may include one or more TAs
and/or configuration data and keys needed by a TA to operate correctly.</t>

<t>Each Trusted Component is uniquely identified by a SUIT Component Identifier
(see <xref target="I-D.ietf-suit-manifest"/> Section 8.7.2.2).</t>

<t>Attestation related terms, such as Evidence and Attestation Results,
are as defined in <xref target="RFC9334"/>.</t>

</section>
<section anchor="messages"><name>Message Overview</name>

<t>The TEEP protocol consists of messages exchanged between a TAM
and a TEEP Agent.
The messages are encoded in CBOR and designed to provide end-to-end security.
TEEP protocol messages are signed by the endpoints, i.e., the TAM and the
TEEP Agent, but Trusted
Applications may also be encrypted and signed by a Trusted Component Developer or
Device Administrator.
The TEEP protocol not only uses
CBOR but also the respective security wrapper, namely COSE <xref target="RFC9052"/>. Furthermore, for software updates the SUIT
manifest format <xref target="I-D.ietf-suit-manifest"/> is used, and
for attestation the Entity Attestation Token (EAT) <xref target="I-D.ietf-rats-eat"/>
format is supported although other attestation formats are also permitted.</t>

<t>This specification defines five messages: QueryRequest, QueryResponse,
Update, Success, and Error.</t>

<t>A TAM queries a device's current state with a QueryRequest message.
A TEEP Agent will, after authenticating and authorizing the request, report
attestation information, list all Trusted Components, and provide information about supported
algorithms and extensions in a QueryResponse message. An error message is
returned if the request
could not be processed. A TAM will process the QueryResponse message and
determine
whether to initiate subsequent message exchanges to install, update, or delete Trusted
Applications.</t>

<figure><artwork><![CDATA[
  +------------+           +-------------+
  | TAM        |           |TEEP Agent   |
  +------------+           +-------------+

    QueryRequest ------->

                           QueryResponse

                 <-------     or

                             Error
]]></artwork></figure>

<t>With the Update message a TAM can instruct a TEEP Agent to install and/or
delete one or more Trusted Components.
The TEEP Agent will process the message, determine whether the TAM is authorized
and whether the
Trusted Component has been signed by an authorized Trusted Component Signer.
A Success message is returned when the operation has been completed successfully,
or an Error message
otherwise.</t>

<figure><artwork><![CDATA[
 +------------+           +-------------+
 | TAM        |           |TEEP Agent   |
 +------------+           +-------------+

             Update  ---->

                            Success

                    <----    or

                            Error
]]></artwork></figure>

</section>
<section anchor="detailmsg"><name>Detailed Messages Specification</name>

<t>TEEP messages are protected by the COSE_Sign1 or COSE_Sign structure as described in <xref target="teep-ciphersuite"/>.
The TEEP protocol messages are described in CDDL format <xref target="RFC8610"/> below.</t>

<figure><sourcecode type="cddl-teep-message"><![CDATA[
teep-message = $teep-message-type .within teep-message-framework

teep-message-framework = [
  type: $teep-type / $teep-type-extension,
  options: { * teep-option },
  * any; further elements, e.g., for data-item-requested
]

teep-option = (uint => any)

; messages defined below:
$teep-message-type /= query-request
$teep-message-type /= query-response
$teep-message-type /= update
$teep-message-type /= teep-success
$teep-message-type /= teep-error

; message type numbers, in one byte which could take a number from 0 to 23
$teep-type = (0..23)
TEEP-TYPE-query-request = 1
TEEP-TYPE-query-response = 2
TEEP-TYPE-update = 3
TEEP-TYPE-teep-success = 5
TEEP-TYPE-teep-error = 6
]]></sourcecode></figure>

<section anchor="creating-and-validating-teep-messages"><name>Creating and Validating TEEP Messages</name>

<section anchor="creating-a-teep-message"><name>Creating a TEEP message</name>

<t>To create a TEEP message, the following steps are performed.</t>

<t><list style="numbers">
  <t>Create a TEEP message according to the description below and populate
  it with the respective content.  TEEP messages sent by TAMs (QueryRequest
  and Update) can include a "token".
  The TAM can decide, in any implementation-specific way, whether to include a token
  in a message.  The first usage of a token
  generated by a TAM MUST be randomly created.
  Subsequent token values MUST be different for each subsequent message
  created by a TAM.</t>
  <t>Create a COSE Header containing the desired set of Header
  Parameters.  The COSE Header MUST be valid per the <xref target="RFC9052"/> specification.</t>
  <t>Create a COSE_Sign1 or COSE_Sign object
  using the TEEP message as the COSE_Sign1 or COSE_Sign Payload; all
  steps specified in <xref target="RFC9052"/> for creating a
  COSE_Sign1 or COSE_Sign object MUST be followed.</t>
</list></t>

</section>
<section anchor="validation"><name>Validating a TEEP Message</name>

<t>When TEEP message is received (see the ProcessTeepMessage conceptual API
defined in <xref target="RFC9397"/> section 6.2.1),
the following validation steps are performed. If any of
the listed steps fail, then the TEEP message MUST be rejected.</t>

<t><list style="numbers">
  <t>Verify that the received message is a valid CBOR object.</t>
  <t>Verify that the message contains a COSE_Sign1 or COSE_Sign structure.</t>
  <t>Verify that the resulting COSE Header includes only parameters
  and values whose syntax and semantics are both understood and
  supported or that are specified as being ignored when not
  understood.</t>
  <t>Follow the steps specified in Section 4 of <xref target="RFC9052"/> ("Signing Objects") for
  validating a COSE_Sign1 or COSE_Sign object. The COSE_Sign1 or COSE_Sign payload is the content
  of the TEEP message.</t>
  <t>Verify that the TEEP message is a valid CBOR map and verify the fields of
  the
  TEEP message according to this specification.</t>
</list></t>

</section>
</section>
<section anchor="queryrequest-message"><name>QueryRequest Message</name>

<t>A QueryRequest message is used by the TAM to learn
information from the TEEP Agent, such as
the features supported by the TEEP Agent, including
cipher suites and protocol versions. Additionally,
the TAM can selectively request data items from the
TEEP Agent by using the data-item-requested parameter. Currently,
the following features are supported:</t>

<t><list style="symbols">
  <t>Request for attestation information of the TEEP Agent,</t>
  <t>Listing supported extensions,</t>
  <t>Querying installed Trusted Components, and</t>
  <t>Request for logging information in SUIT Reports.</t>
</list></t>

<t>Like other TEEP messages, the QueryRequest message is
signed, and the relevant CDDL snippet is shown below.
The complete CDDL structure is shown in Appendix C.</t>

<figure><sourcecode type="cddl-query-request"><![CDATA[
query-request = [
  type: TEEP-TYPE-query-request,
  options: {
    ? token => bstr .size (8..64),
    ? supported-freshness-mechanisms => [ + $freshness-mechanism ],
    ? challenge => bstr .size (8..512),
    ? versions => [ + version ],
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + bstr ],
    * $$query-request-extensions,
    * $$teep-option-extensions
  },
  supported-teep-cipher-suites: [ + $teep-cipher-suite ],
  supported-suit-cose-profiles: [ + $suit-cose-profile ],
  data-item-requested: uint .bits data-item-requested
]

version = uint .size 4
ext-info = uint .size 4

; data items as bitmaps
data-item-requested = &(
  attestation: 0,
  trusted-components: 1,
  extensions: 2,
  suit-reports: 3,
)
]]></sourcecode></figure>

<t>The message has the following fields:</t>

<dl newline="true">
  <dt>type</dt>
  <dd>
    <t>The value of (1) corresponds to a QueryRequest message sent from the TAM to
the TEEP Agent.</t>
  </dd>
  <dt>token</dt>
  <dd>
    <t>The value in the token parameter is used to match responses to requests,
such as to look up any implementation-specific state it might have saved about
that request, or to ignore responses to older QueryRequest messages before
some configuration changes were made that affected their content.
This is particularly useful when a TAM issues multiple concurrent requests
to a TEEP Agent. The token MUST be present if and only if the attestation bit is clear in
the data-item-requested value. The size of the token is at least 8 bytes
(64 bits) and maximum of 64 bytes, which is the same as in an EAT Nonce
Claim (see <xref target="I-D.ietf-rats-eat"/> Section 3.3). The first usage of a token
generated by a TAM MUST be randomly created.
Subsequent token values MUST be different for each request message
to distinguish the correct response from multiple requests.
The token value MUST NOT be used for other purposes, such as a TAM to
identify the devices and/or a device to identify TAMs or Trusted Components.
The TAM SHOULD set an expiration time for each token and MUST ignore any messages with expired tokens.
The TAM MUST expire the token value after receiving the first response
containing the token value and ignore any subsequent messages that have the same token
value.</t>
  </dd>
  <dt>supported-teep-cipher-suites</dt>
  <dd>
    <t>The supported-teep-cipher-suites parameter lists the TEEP cipher suites
supported by the TAM. Details
about the cipher suite encoding can be found in <xref target="teep-ciphersuite"/>.</t>
  </dd>
  <dt>supported-suit-cose-profiles</dt>
  <dd>
    <t>The supported-suit-cose-profiles parameter lists the SUIT profiles
supported by the TAM. Details
about the cipher suite encoding can be found in <xref target="eat-suit-ciphersuite"/>.</t>
  </dd>
  <dt>data-item-requested</dt>
  <dd>
    <t>The data-item-requested parameter indicates what information the TAM requests from the TEEP
Agent in the form of a bitmap.
</t>

    <dl>
      <dt>attestation (1)</dt>
      <dd>
        <t>With this value the TAM requests the TEEP Agent to return an attestation payload,
whether Evidence (e.g., an EAT) or an Attestation Result, in the response.</t>
      </dd>
      <dt>trusted-components (2)</dt>
      <dd>
        <t>With this value the TAM queries the TEEP Agent for all installed Trusted Components.</t>
      </dd>
      <dt>extensions (4)</dt>
      <dd>
        <t>With this value the TAM queries the TEEP Agent for supported capabilities
and extensions, which allows a TAM to discover the capabilities of a TEEP
Agent implementation.</t>
      </dd>
      <dt>suit-reports (8)</dt>
      <dd>
        <t>With this value the TAM requests the TEEP Agent to return SUIT Reports
in the response.</t>
      </dd>
    </dl>

    <t>Further values may be added in the future.</t>
  </dd>
  <dt>supported-freshness-mechanisms</dt>
  <dd>
    <t>The supported-freshness-mechanisms parameter lists the freshness mechanism(s) supported by the TAM.
Details about the encoding can be found in <xref target="freshness-mechanisms"/>.
If this parameter is absent, it means only the nonce mechanism is supported.
It MUST be absent if the attestation bit is clear.</t>
  </dd>
  <dt>challenge</dt>
  <dd>
    <t>The challenge field is an optional parameter used for ensuring the freshness of
attestation evidence returned with a QueryResponse message. It MUST be absent if
the attestation bit is clear or the Passport model is used (since the token is used instead in those cases).
When a challenge is
provided in the QueryRequest and Evidence in the form of an EAT is returned with a QueryResponse message
then the challenge contained in this request MUST be used to generate the EAT,
by copying the challenge into the eat_nonce in the EAT profile <xref target="eat"/> if
using the Nonce freshness mechanism.  For more details see <xref target="freshness-mechanisms"/>.
</t>

    <t>If any format other than EAT is used, it is up to that
format to define the use of the challenge field.</t>
  </dd>
  <dt>versions</dt>
  <dd>
    <t>The versions parameter enumerates the TEEP protocol version(s) supported by the TAM.
A value of 0 refers to the current version of the TEEP protocol.
If this field is not present, it is to be treated the same as if
it contained only version 0.</t>
  </dd>
  <dt>attestation-payload-format</dt>
  <dd>
    <t>The attestation-payload-format parameter indicates the IANA Media Type of the
attestation-payload parameter, where media type parameters are permitted after
the media type.  For protocol version 0, the absence of this parameter indicates that
the format is "application/eat+cwt; eat_profile=https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-12" (see <xref target="I-D.ietf-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace URI above with
"https://www.rfc-editor.org/info/rfcXXXX" where XXXX is the RFC number
of this document.)
It MUST be present if the attestation-payload parameter
is present and the format is not an EAT in CWT format with the profile
defined below in <xref target="eat"/>.</t>
  </dd>
  <dt>attestation-payload</dt>
  <dd>
    <t>The attestation-payload parameter contains Evidence or an Attestation Result
for the TEEP Agent to use to perform attestation of the TAM.
If the attestation-payload-format parameter is absent,
the attestation payload contained in this parameter MUST be
an Entity Attestation Token following the encoding
defined in <xref target="I-D.ietf-rats-eat"/>.  See <xref target="attestation"/> for further discussion.</t>
  </dd>
  <dt>suit-reports</dt>
  <dd>
    <t>If present, the suit-reports parameter contains a set of "boot" (including
starting an executable in an OS context) time SUIT Reports of the TAM
as defined by SUIT_Report in Section 4 of <xref target="I-D.ietf-suit-report"/>,
encoded using COSE as discussed in <xref target="eat-suit-ciphersuite"/>.
SUIT Reports can be useful in QueryRequest messages to
pass additional information about the TAM to the TEEP Agent without depending on a Verifier including
the relevant information in the TAM's Attestation Results.</t>
  </dd>
</dl>

</section>
<section anchor="query-response"><name>QueryResponse Message</name>

<t>The QueryResponse message is the successful response by the TEEP Agent after
receiving a QueryRequest message.  As discussed in <xref target="agent"/>, it can also be sent
unsolicited if the contents of the QueryRequest are already known and do not vary
per message.</t>

<t>Like other TEEP messages, the QueryResponse message is
signed, and the relevant CDDL snippet is shown below.
The complete CDDL structure is shown in Appendix C.</t>

<figure><sourcecode type="cddl-query-response"><![CDATA[
query-response = [
  type: TEEP-TYPE-query-response,
  options: {
    ? token => bstr .size (8..64),
    ? selected-teep-cipher-suite => $teep-cipher-suite,
    ? selected-version => version,
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + bstr ],
    ? tc-list => [ + system-property-claims ],
    ? requested-tc-list => [ + requested-tc-info ],
    ? unneeded-manifest-list => [ + SUIT_Component_Identifier ],
    ? ext-list => [ + ext-info ],
    * $$query-response-extensions,
    * $$teep-option-extensions
  }
]

requested-tc-info = {
  component-id => SUIT_Component_Identifier,
  ? tc-manifest-sequence-number => uint .size 8,
  ? have-binary => bool
}
]]></sourcecode></figure>

<t>The QueryResponse message has the following fields:</t>

<dl newline="true">
  <dt>type</dt>
  <dd>
    <t>The value of (2) corresponds to a QueryResponse message sent from the TEEP Agent
to the TAM.</t>
  </dd>
  <dt>token</dt>
  <dd>
    <t>The value in the token parameter is used to match responses to requests. The
value MUST correspond to the value received with the QueryRequest message
if one was present, and MUST be absent if no token was present in the
QueryRequest.</t>
  </dd>
  <dt>selected-teep-cipher-suite</dt>
  <dd>
    <t>The selected-teep-cipher-suite parameter indicates the selected TEEP cipher suite. If this
parameter is not present, it is to be treated as if the TEEP Agent accepts
any TEEP cipher suites listed in the QueryRequest, so the TAM can select one.
Details about the TEEP cipher suite encoding can be found in <xref target="teep-ciphersuite"/>.</t>
  </dd>
  <dt>selected-version</dt>
  <dd>
    <t>The selected-version parameter indicates the TEEP protocol version selected by the
TEEP Agent. The absence of this parameter indicates the same as if it
was present with a value of 0.</t>
  </dd>
  <dt>attestation-payload-format</dt>
  <dd>
    <t>The attestation-payload-format parameter indicates the IANA Media Type of the
attestation-payload parameter, where media type parameters are permitted after
the media type.  For protocol version 0, the absence of this parameter indicates that
the format is "application/eat+cwt; eat_profile=https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-12" (see <xref target="I-D.ietf-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace URI above with
"https://www.rfc-editor.org/info/rfcXXXX" where XXXX is the RFC number
of this document.)
It MUST be present if the attestation-payload parameter
is present and the format is not an EAT in CWT format with the profile
defined below in <xref target="eat"/>.</t>
  </dd>
  <dt>attestation-payload</dt>
  <dd>
    <t>The attestation-payload parameter contains Evidence or an Attestation Result.  This parameter
MUST be present if the QueryResponse is sent in response to a QueryRequest
with the attestation bit set.  If the attestation-payload-format parameter is absent,
the attestation payload contained in this parameter MUST be
an Entity Attestation Token following the encoding
defined in <xref target="I-D.ietf-rats-eat"/>.  See <xref target="attestation"/> for further discussion.</t>
  </dd>
  <dt>suit-reports</dt>
  <dd>
    <t>If present, the suit-reports parameter contains a set of "boot" (including
starting an executable in an OS context) time SUIT Reports
as defined by SUIT_Report in Section 4 of <xref target="I-D.ietf-suit-report"/>,
encoded using COSE as discussed in <xref target="eat-suit-ciphersuite"/>.
If a token parameter was present in the QueryRequest
message the QueryResponse message is in response to,
the suit-report-nonce field MUST be present in the SUIT Report with a
value matching the token parameter in the QueryRequest
message.  SUIT Reports can be useful in QueryResponse messages to
pass information to the TAM without depending on a Verifier including
the relevant information in Attestation Results.</t>
  </dd>
  <dt>tc-list</dt>
  <dd>
    <t>The tc-list parameter enumerates the Trusted Components installed on the device
in the form of system-property-claims objects, as defined in Section 4 of <xref target="I-D.ietf-suit-report"/>. The system-property-claims can
be used to learn device identifying information and TEE identifying information
for distinguishing which Trusted Components to install in the TEE.
This parameter MUST be present if the
QueryResponse is sent in response to a QueryRequest with the
trusted-components bit set.</t>
  </dd>
  <dt>requested-tc-list</dt>
  <dd>
    <t>The requested-tc-list parameter enumerates the Trusted Components that are
not currently installed in the TEE, but which are requested to be installed,
for example by an installer of an Untrusted Application that has a TA
as a dependency, or by a Trusted Application that has another Trusted
Component as a dependency.  Requested Trusted Components are expressed in
the form of requested-tc-info objects.
A TEEP Agent can get this information from the RequestTA conceptual API
defined in <xref target="RFC9397"/> section 6.2.1.</t>
  </dd>
  <dt>unneeded-manifest-list</dt>
  <dd>
    <t>The unneeded-manifest-list parameter enumerates the SUIT manifests whose components are
currently installed in the TEE, but which are no longer needed by any
other application.  The TAM can use this information in determining
whether a SUIT manifest can be unlinked.  Each unneeded SUIT manifest is identified
by its SUIT Manifest Component ID (note that this is the Component ID for the manifest
itself, which is different from the Component ID of a component installed by the manifest,
see <xref target="I-D.ietf-suit-trust-domains"/> for more discussion).
A TEEP Agent can get this information from the UnrequestTA conceptual API
defined in <xref target="RFC9397"/> section 6.2.1.</t>
  </dd>
  <dt>ext-list</dt>
  <dd>
    <t>The ext-list parameter lists the supported extensions. This document does not
define any extensions.  This parameter MUST be present if the
QueryResponse is sent in response to a QueryRequest with the
extensions bit set.</t>
  </dd>
</dl>

<t>The requested-tc-info message has the following fields:</t>

<dl newline="true">
  <dt>component-id</dt>
  <dd>
    <t>A SUIT Component Identifier.</t>
  </dd>
  <dt>tc-manifest-sequence-number</dt>
  <dd>
    <t>The minimum suit-manifest-sequence-number value from a SUIT manifest for
the Trusted Component.  If not present, indicates that any sequence number will do.</t>
  </dd>
  <dt>have-binary</dt>
  <dd>
    <t>If present with a value of true, indicates that the TEEP Agent already has
the Trusted Component binary and only needs an Update message with a SUIT manifest
that authorizes installing it.  If have-binary is true, the
tc-manifest-sequence-number field MUST be present.</t>
  </dd>
</dl>

<section anchor="attestation"><name>Evidence and Attestation Results</name>

<t>Section 7 of <xref target="RFC9397"/> lists information that may appear
in Evidence depending on the circumstance.  However, the Evidence is
opaque to the TEEP protocol and there are no formal requirements on the contents
of Evidence.</t>

<t>TAMs however consume Attestation Results and do need enough information therein to
make decisions on how to remediate a TEE that is out of compliance, or update a TEE
that is requesting an authorized change.  To do so, the information in
Section 7 of <xref target="RFC9397"/> is often required depending on the policy.</t>

<t>Attestation Results SHOULD use Entity Attestation Tokens (EATs).  Use of any other
format, such as a widely implemented format for a specific processor vendor, is
permitted but increases the complexity of the TAM by requiring it to understand
the format for each such format rather than only the common EAT format so is not
recommended.</t>

<t>When an EAT is used, the following claims can be used to meet those
requirements, whether these claims appear in Attestation Results, or in Evidence
for the Verifier to use when generating Attestation Results of some form:</t>

<texttable>
      <ttcol align='left'>Requirement</ttcol>
      <ttcol align='left'>Claim</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>Freshness proof</c>
      <c>nonce</c>
      <c>Section 4.1 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>Device unique identifier</c>
      <c>ueid</c>
      <c>Section 4.2.1 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>Vendor of the device</c>
      <c>oemid</c>
      <c>Section 4.2.3 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>Class of the device</c>
      <c>hwmodel</c>
      <c>Section 4.2.4 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>TEE hardware type</c>
      <c>hwversion</c>
      <c>Section 4.2.5 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>TEE hardware version</c>
      <c>hwversion</c>
      <c>Section 4.2.5 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>TEE firmware type</c>
      <c>manifests</c>
      <c>Section 4.2.15 of <xref target="I-D.ietf-rats-eat"/></c>
      <c>TEE firmware version</c>
      <c>manifests</c>
      <c>Section 4.2.15 of <xref target="I-D.ietf-rats-eat"/></c>
</texttable>

<t>The "manifests" claim should include information about the TEEP Agent as well
as any of its dependencies such as firmware.</t>

</section>
</section>
<section anchor="update-msg-def"><name>Update Message</name>

<t>The Update message is used by the TAM to install and/or delete one or more Trusted
Components via the TEEP Agent.  It can also be used to pass a successful
Attestation Report back to the TEEP Agent when the TAM is configured as
an intermediary between the TEEP Agent and a Verifier, as shown in the figure
below, where the Attestation Result passed back to the Attester can be used
as a so-called "passport" (see section 5.1 of <xref target="RFC9334"/>)
that can be presented to other Relying Parties.</t>

<figure><artwork><![CDATA[
         +---------------+
         |   Verifier    |
         +---------------+
               ^    | Attestation
      Evidence |    v   Result
         +---------------+
         |     TAM /     |
         | Relying Party |
         +---------------+
 QueryResponse ^    |    Update
   (Evidence)  |    | (Attestation
               |    v    Result)
         +---------------+             +---------------+
         |  TEEP Agent   |------------>|     Other     |
         |  / Attester   | Attestation | Relying Party |
         +---------------+    Result   +---------------+

    Figure 1: Example use of TEEP and attestation
]]></artwork></figure>

<t>Like other TEEP messages, the Update message is
signed, and the relevant CDDL snippet is shown below.
The complete CDDL structure is shown in Appendix C.</t>

<figure><sourcecode type="cddl-update"><![CDATA[
update = [
  type: TEEP-TYPE-update,
  options: {
    ? token => bstr .size (8..64),
    ? unneeded-manifest-list => [ + SUIT_Component_Identifier ],
    ? manifest-list => [ + bstr .cbor SUIT_Envelope ],
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? err-code => (0..23),
    ? err-msg => text .size (1..128),
    * $$update-extensions,
    * $$teep-option-extensions
  }
]
]]></sourcecode></figure>

<t>The Update message has the following fields:</t>

<dl newline="true">
  <dt>type</dt>
  <dd>
    <t>The value of (3) corresponds to an Update message sent from the TAM to
the TEEP Agent. In case of successful processing, a Success
message is returned by the TEEP Agent. In case of an error, an Error message
is returned. Note that the Update message
is used for initial Trusted Component installation as well as for updates
and deletes.</t>
  </dd>
  <dt>token</dt>
  <dd>
    <t>The value in the token field is used to match responses to requests.</t>
  </dd>
  <dt>unneeded-manifest-list</dt>
  <dd>
    <t>The unneeded-manifest-list parameter enumerates the SUIT manifests to be unlinked.
Each unneeded SUIT manifest is identified by its SUIT Manifest Component ID.
The SUIT manifest processor MAY execute uninstall section in the manifest.</t>
  </dd>
  <dt>manifest-list</dt>
  <dd>
    <t>The manifest-list field is used to convey one or multiple SUIT manifests
to install.  A manifest is
a bundle of metadata about a Trusted Component, such as where to
find the code, the devices to which it applies, and cryptographic
information protecting the manifest. The manifest may also convey personalization
data. Trusted Component binaries and personalization data can be signed and encrypted
by the same Trusted Component Signer. Other combinations are, however, possible as well. For example,
it is also possible for the TAM to sign and encrypt the personalization data
and to let the Trusted Component Developer sign and/or encrypt the Trusted Component binary.</t>
  </dd>
  <dt>attestation-payload-format</dt>
  <dd>
    <t>The attestation-payload-format parameter indicates the IANA Media Type of the
attestation-payload parameter, where media type parameters are permitted after
the media type.  The absence of this parameter indicates that
the format is "application/eat+cwt; eat_profile=https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-12" (see <xref target="I-D.ietf-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace URI above with
"https://www.rfc-editor.org/info/rfcXXXX" where XXXX is the RFC number
of this document.)
It MUST be present if the attestation-payload parameter
is present and the format is not an EAT in CWT format with the profile
defined below in <xref target="eat"/>.</t>
  </dd>
  <dt>attestation-payload</dt>
  <dd>
    <t>The attestation-payload parameter contains an Attestation Result.  This parameter
If the attestation-payload-format parameter is absent,
the attestation payload contained in this parameter MUST be
an Entity Attestation Token following the encoding
defined in <xref target="I-D.ietf-rats-eat"/>.  See <xref target="attestation"/> for further discussion.</t>
  </dd>
  <dt>err-code</dt>
  <dd>
    <t>The err-code parameter contains one of the error codes listed in the
<xref target="error-message-def"/>, which describes the reasons for the error when
performing QueryResponse in the TAM.</t>
  </dd>
  <dt>err-msg</dt>
  <dd>
    <t>The err-msg parameter is human-readable diagnostic text that MUST be encoded
using UTF-8 <xref target="RFC3629"/> in Net-Unicode format <xref target="RFC5198"/> with a maximum of 128 bytes.</t>
  </dd>
</dl>

<t>Note that an Update message carrying one or more SUIT manifests will inherently
involve multiple signatures, one by the TAM in the TEEP message and one from
a Trusted Component Signer inside each manifest.  This is intentional as they
are for different purposes.</t>

<t>The TAM is what authorizes
apps to be installed, updated, and deleted on a given TEE and so the TEEP
signature is checked by the TEEP Agent at protocol message processing time.
(This same TEEP security wrapper is also used on messages like QueryRequest
so that Agents only send potentially sensitive data such as Evidence to
trusted TAMs.)</t>

<t>The Trusted Component signer on the other hand is what authorizes the
Trusted Component to actually run, so the manifest signature could be
checked at install time or load (or run) time or both, and this checking is
done by the TEE independent of whether TEEP is used or some other update
mechanism.
See section 5 of <xref target="RFC9397"/> for further discussion.</t>

<t>The Update Message has a SUIT_Envelope containing SUIT manifests. Following are some example scenarios using SUIT manifests in the Update Message.</t>

<section anchor="directtam"><name>Scenario 1: Having one SUIT Manifest pointing to a URI of a Trusted Component Binary</name>

<t>In this scenario, a SUIT Manifest has a URI pointing to a Trusted Component Binary.</t>

<t>A Trusted Component Developer creates a new Trusted Component Binary and hosts it at a Trusted Component Developer's URI.  Then the Trusted Component Developer generates an associated SUIT manifest with the filename "tc-uuid.suit" that contains the URI. The filename "tc-uuid.suit" is used in Scenario 3 later.</t>

<t>The TAM receives the latest SUIT manifest from the Trusted Component Developer, and
the URI it contains will not be changeable by the TAM since the SUIT manifest is signed by the Trusted Component Developer.</t>

<t>Pros:</t>

<t><list style="symbols">
  <t>The Trusted Component Developer can ensure that the intact Trusted Component Binary is downloaded by devices</t>
  <t>The TAM does not have to send large Update messages containing the Trusted Component Binary</t>
</list></t>

<t>Cons:</t>

<t><list style="symbols">
  <t>The Trusted Component Developer must host the Trusted Component Binary server</t>
  <t>The device must fetch the Trusted Component Binary in another connection after receiving an Update message</t>
  <t>A device's IP address and therefore location may be revealed to the Trusted Component Binary server</t>
</list></t>

<figure><artwork><![CDATA[
    +------------+           +-------------+
    | TAM        |           | TEEP Agent  |
    +------------+           +-------------+

             Update  ---->

    +=================== teep-protocol(TAM) ==================+
    | TEEP_Message([                                          |
    |   TEEP-TYPE-update,                                     |
    |   options: {                                            |
    |     manifest-list: [                                    |
    |       += suit-manifest "tc-uuid.suit" (TC Developer) =+ |
    |       | SUIT_Envelope({                               | |
    |       |   manifest: {                                 | |
    |       |     install: {                                | |
    |       |       override-parameters: {                  | |
    |       |         uri: "https://example.org/tc-uuid.ta" | |
    |       |       },                                      | |
    |       |       fetch                                   | |
    |       |     }                                         | |
    |       |   }                                           | |
    |       | })                                            | |
    |       +===============================================+ |
    |     ]                                                   |
    |   }                                                     |
    | ])                                                      |
    +=========================================================+

    and then,

    +-------------+          +--------------+
    | TEEP Agent  |          | TC Developer |
    +-------------+          +--------------+

                     <----

      fetch "https://example.org/tc-uuid.ta"

          +======= tc-uuid.ta =======+
          | 48 65 6C 6C 6F 2C 20 ... |
          +==========================+

    Figure 2: URI of the Trusted Component Binary
]]></artwork></figure>

<t>For the full SUIT Manifest example binary, see <xref target="suit-uri"/>.</t>

</section>
<section anchor="scenario-2-having-a-suit-manifest-include-the-trusted-component-binary"><name>Scenario 2: Having a SUIT Manifest include the Trusted Component Binary</name>

<t>In this scenario, the SUIT manifest contains the entire Trusted Component Binary as an integrated payload (see <xref target="I-D.ietf-suit-manifest"/> Section 7.5).</t>

<t>A Trusted Component Developer delegates the task of delivering the Trusted Component Binary to the TAM inside the SUIT manifest. The Trusted Component Developer creates a SUIT manifest and embeds the Trusted Component Binary, which is referenced in the suit-integrated-payload element containing the fragment-only reference "#tc", in the envelope. The Trusted Component Developer transmits the entire bundle to the TAM.</t>

<t>The TAM serves the SUIT manifest containing the Trusted Component Binary to the device in an Update message.</t>

<t>Pros:</t>

<t><list style="symbols">
  <t>The device can obtain the Trusted Component Binary and the SUIT manifest in one Update message.</t>
  <t>The Trusted Component Developer does not have to host a server to deliver the Trusted Component Binary to devices.</t>
</list></t>

<t>Cons:</t>

<t><list style="symbols">
  <t>The TAM must host the Trusted Component Binary rather than delegating storage to the Trusted Component Developer.</t>
  <t>The TAM must deliver Trusted Component Binaries in Update messages, which increases the size of the Update message.</t>
</list></t>

<figure><artwork><![CDATA[
    +------------+           +-------------+
    | TAM        |           | TEEP Agent  |
    +------------+           +-------------+

             Update  ---->

      +=========== teep-protocol(TAM) ============+
      | TEEP_Message([                            |
      |   TEEP-TYPE-update,                       |
      |   options: {                              |
      |     manifest-list: [                      |
      |       +== suit-manifest(TC Developer) ==+ |
      |       | SUIT_Envelope({                 | |
      |       |   manifest: {                   | |
      |       |     install: {                  | |
      |       |       override-parameters: {    | |
      |       |         uri: "#tc"              | |
      |       |       },                        | |
      |       |       fetch                     | |
      |       |     }                           | |
      |       |   },                            | |
      |       |   "#tc": h'48 65 6C 6C ...'     | |
      |       | })                              | |
      |       +=================================+ |
      |     ]                                     |
      |   }                                       |
      | ])                                        |
      +===========================================+

    Figure 3: Integrated Payload with Trusted Component Binary
]]></artwork></figure>

<t>For the full SUIT Manifest example binary, see <xref target="suit-integrated"/>.</t>

</section>
<section anchor="scenario-3-supplying-personalization-data-for-the-trusted-component-binary"><name>Scenario 3: Supplying Personalization Data for the Trusted Component Binary</name>

<t>In this scenario, Personalization Data is associated with the Trusted Component Binary "tc-uuid.suit" from Scenario 1.</t>

<t>The Trusted Component Developer places encrypted Personalization Data in the SUIT manifest, and it will be delivered by the TAM.
The SUIT manifest processor decrypts it and then store it into file named "config.json", and then install the dependency component.</t>

<t>The TAM delivers the SUIT manifest of the Personalization Data which depends on the Trusted Component Binary from Scenario 1.</t>

<figure><artwork><![CDATA[
    +------------+           +-------------+
    | TAM        |           | TEEP Agent  |
    +------------+           +-------------+

             Update  ---->

      +================== teep-protocol(TAM) ======================+
      | TEEP_Message([                                             |
      |   TEEP-TYPE-update,                                        |
      |   options: {                                               |
      |     manifest-list: [                                       |
      |       +========= suit-manifest(TC Developer) ============+ |
      |       | SUIT_Envelope({                                  | |
      |       |   manifest: {                                    | |
      |       |     common: {                                    | |
      |       |       dependencies: {                            | |
      |       |         dependency-prefix 1: {                   | |
      |       |           [tc-uuid, 'suit']                      | |
      |       |         }                                        | |
      |       |       }                                          | |
      |       |       components: [                              | |
      |       |         ['config.json']                          | |
      |       |       ]                                          | |
      |       |     },                                           | |
      |       |     dependency-resolution: {                     | |
      |       |       override-parameters: {                     | |
      |       |         uri: "https://example.org/tc-uuid.suit"  | |
      |       |       },                                         | |
      |       |       fetch                                      | |
      |       |     },                                           | |
      |       |     install: {                                   | |
      |       |       set-component-index 0,                     | |
      |       |       override-parameters: {                     | |
      |       |         content: h'48FE0794...'                  | |
      |       |         encryption-info: << ... >>               | |
      |       |       },                                         | |
      |       |       write,                                     | |
      |       |       set-component-index 1,                     | |
      |       |       process-dependency                         | |
      |       |     }                                            | |
      |       |   }                                              | |
      |       | })                                               | |
      |       +==================================================+ |
      |     ]                                                      |
      |   }                                                        |
      | ])                                                         |
      +============================================================+

    Figure 4: Encrypted Personalization Data
]]></artwork></figure>

<t>For the full SUIT Manifest example binary, see <xref target="suit-personalization"/>.</t>

</section>
</section>
<section anchor="success-message"><name>Success Message</name>

<t>The Success message is used by the TEEP Agent to return a success in
response to an Update message.</t>

<t>Like other TEEP messages, the Success message is
signed, and the relevant CDDL snippet is shown below.
The complete CDDL structure is shown in Appendix C.</t>

<figure><sourcecode type="cddl-teep-success"><![CDATA[
teep-success = [
  type: TEEP-TYPE-teep-success,
  options: {
    ? token => bstr .size (8..64),
    ? msg => text .size (1..128),
    ? suit-reports => [ + SUIT_Report ],
    * $$teep-success-extensions,
    * $$teep-option-extensions
  }
]
]]></sourcecode></figure>

<t>The Success message has the following fields:</t>

<dl newline="true">
  <dt>type</dt>
  <dd>
    <t>The value of (5) corresponds to corresponds to a Success message sent from the TEEP Agent to the
TAM.</t>
  </dd>
  <dt>token</dt>
  <dd>
    <t>The value in the token parameter is used to match responses to requests.
It MUST match the value of the token parameter in the Update
message the Success is in response to, if one was present.  If none was
present, the token MUST be absent in the Success message.</t>
  </dd>
  <dt>msg</dt>
  <dd>
    <t>The msg parameter contains optional diagnostics information encoded in
UTF-8 <xref target="RFC3629"/> using Net-Unicode form <xref target="RFC5198"/> with max 128 bytes
returned by the TEEP Agent.</t>
  </dd>
  <dt>suit-reports</dt>
  <dd>
    <t>If present, the suit-reports parameter contains a set of SUIT Reports
as defined in Section 4 of <xref target="I-D.ietf-suit-report"/>.
If a token parameter was present in the Update
message the Success message is in response to,
the suit-report-nonce field MUST be present in the SUIT Report with a
value matching the token parameter in the Update
message.</t>
  </dd>
</dl>

</section>
<section anchor="error-message-def"><name>Error Message</name>

<t>The Error message is used by the TEEP Agent to return an error in
response to a message from the TAM.</t>

<t>Like other TEEP messages, the Error message is
signed, and the relevant CDDL snippet is shown below.
The complete CDDL structure is shown in Appendix C.</t>

<figure><sourcecode type="cddl-teep-error"><![CDATA[
teep-error = [
  type: TEEP-TYPE-teep-error,
  options: {
     ? token => bstr .size (8..64),
     ? err-msg => text .size (1..128),
     ? supported-teep-cipher-suites => [ + $teep-cipher-suite ],
     ? supported-freshness-mechanisms => [ + $freshness-mechanism ],
     ? challenge => bstr .size (8..512),
     ? versions => [ + version ],
     ? suit-reports => [ + SUIT_Report ],
     * $$teep-error-extensions,
     * $$teep-option-extensions
  },
  err-code: (0..23)
]

; The err-code parameter, uint (0..23)
ERR_PERMANENT_ERROR = 1
ERR_UNSUPPORTED_EXTENSION = 2
ERR_UNSUPPORTED_FRESHNESS_MECHANISMS = 3
ERR_UNSUPPORTED_MSG_VERSION = 4
ERR_UNSUPPORTED_CIPHER_SUITES = 5
ERR_BAD_CERTIFICATE = 6
ERR_ATTESTATION_REQUIRED = 7
ERR_CERTIFICATE_EXPIRED = 9
ERR_TEMPORARY_ERROR = 10
ERR_MANIFEST_PROCESSING_FAILED = 17
]]></sourcecode></figure>

<t>The Error message has the following fields:</t>

<dl newline="true">
  <dt>type</dt>
  <dd>
    <t>The value of (6) corresponds to an Error message sent from the TEEP Agent to the TAM.</t>
  </dd>
  <dt>token</dt>
  <dd>
    <t>The value in the token parameter is used to match responses to requests.
It MUST match the value of the token parameter in the
message the Success is in response to, if one was present.  If none was
present, the token MUST be absent in the Error message.</t>
  </dd>
  <dt>err-msg</dt>
  <dd>
    <t>The err-msg parameter is human-readable diagnostic text that MUST be encoded
using UTF-8 <xref target="RFC3629"/> using Net-Unicode form <xref target="RFC5198"/> with max 128 bytes.</t>
  </dd>
  <dt>supported-teep-cipher-suites</dt>
  <dd>
    <t>The supported-teep-cipher-suites parameter lists the TEEP cipher suite(s) supported by the TEEP Agent.
Details about the cipher suite encoding can be found in <xref target="teep-ciphersuite"/>.
This otherwise optional parameter MUST be returned if err-code is ERR_UNSUPPORTED_CIPHER_SUITES.</t>
  </dd>
  <dt>supported-freshness-mechanisms</dt>
  <dd>
    <t>The supported-freshness-mechanisms parameter lists the freshness mechanism(s) supported by the TEEP Agent.
Details about the encoding can be found in <xref target="freshness-mechanisms"/>.
This otherwise optional parameter MUST be returned if err-code is ERR_UNSUPPORTED_FRESHNESS_MECHANISMS.</t>
  </dd>
  <dt>challenge</dt>
  <dd>
    <t>The challenge field is an optional parameter used for ensuring the freshness of
attestation evidence included with a QueryRequest message.
When a challenge is provided in the Error message and Evidence in the form of an EAT is
returned with a QueryRequest message then the challenge contained in the Error message
MUST be used to generate the EAT, by copying the challenge value into the eat_nonce claim, as described in the
EAT profile <xref target="eat"/>, if the nonce-based freshness mechanism is used.
For more details see <xref target="freshness-mechanisms"/>.
</t>

    <t>If any format other than EAT is used, it is up to that
format to define the use of the challenge field.</t>
  </dd>
  <dt>versions</dt>
  <dd>
    <t>The versions parameter enumerates the TEEP protocol version(s) supported by the TEEP
Agent. This otherwise optional parameter MUST be returned if err-code is ERR_UNSUPPORTED_MSG_VERSION.</t>
  </dd>
  <dt>suit-reports</dt>
  <dd>
    <t>If present, the suit-reports parameter contains a set of SUIT Reports
as defined in Section 4 of <xref target="I-D.ietf-suit-report"/>.  If
a token parameter was present in the Update message the Error message is in response to,
the suit-report-nonce field MUST be present in the SUIT Report with a
value matching the token parameter in the Update
message.</t>
  </dd>
  <dt>err-code</dt>
  <dd>
    <t>The err-code parameter contains one of the
error codes listed below). Only selected values are applicable
to each message.</t>
  </dd>
</dl>

<t>This specification defines the following initial error messages:</t>

<dl newline="true">
  <dt>ERR_PERMANENT_ERROR (1)</dt>
  <dd>
    <t>The received TEEP
message contained incorrect fields or fields that are inconsistent with
other fields.
For diagnosis purposes it is RECOMMMENDED to identify the failure reason
in the error message field.
A TEEP implementation receiving this error might refuse to communicate further with
the problematic TEEP message sender, by silently dropping any TEEP messages
received, for some period of time until it has reason to believe
it is worth trying again, but it should take care not to give up on
communication.  In contrast, ERR_TEMPORARY_ERROR is an indication
that a more aggressive retry is warranted.</t>
  </dd>
  <dt>ERR_UNSUPPORTED_EXTENSION (2)</dt>
  <dd>
    <t>The TEEP implementation does not support an extension included in the
TEEP message it received.
For diagnosis purposes it is RECOMMMENDED to identify the unsupported
extension in the error message field.
A TAM implementation receiving this error might retry sending the last message it sent to
the sender of this error, without using any TEEP extensions.</t>
  </dd>
  <dt>ERR_UNSUPPORTED_FRESHNESS_MECHANISMS (3)</dt>
  <dd>
    <t>The TEEP Agent does not
support any freshness algorithm mechanisms in the request message.
A TAM receiving this error might retry the request using a different
set of supported freshness mechanisms in the request message.</t>
  </dd>
  <dt>ERR_UNSUPPORTED_MSG_VERSION (4)</dt>
  <dd>
    <t>The TEEP implementation does not
support the TEEP protocol version indicated in the received message.
A TAM receiving this error might retry the request using a different
TEEP protocol version.</t>
  </dd>
  <dt>ERR_UNSUPPORTED_CIPHER_SUITES (5)</dt>
  <dd>
    <t>The TEEP Agent does not
support any cipher suites indicated in the request message.
A TAM receiving this error might retry the request using a different
set of supported cipher suites in the request message.</t>
  </dd>
  <dt>ERR_BAD_CERTIFICATE (6)</dt>
  <dd>
    <t>Processing of a certificate failed. For diagnosis purposes it is
RECOMMMENDED to include information about the failing certificate
in the error message field.  For example, the certificate was of an
unsupported type, or the certificate was revoked by its signer.
A TEEP implementation receiving this error might attempt to use an alternate certificate.</t>
  </dd>
  <dt>ERR_ATTESTATION_REQUIRED (7)</dt>
  <dd>
    <t>Indicates that the TEEP implementation sending this error requires
attestation of the TEEP imlementation receiving this error.</t>
  </dd>
  <dt>ERR_CERTIFICATE_EXPIRED (9)</dt>
  <dd>
    <t>A certificate has expired or is not currently
valid.
A TEEP implementation receiving this error might attempt to renew its certificate
before using it again.</t>
  </dd>
  <dt>ERR_TEMPORARY_ERROR (10)</dt>
  <dd>
    <t>A miscellaneous
temporary error, such as a memory allocation failure, occurred while processing the TEEP message.
A TEEP implementation receiving this error might retry the last message it sent to the sender
of this error at some later point, which is up to the implementation.</t>
  </dd>
  <dt>ERR_MANIFEST_PROCESSING_FAILED (17)</dt>
  <dd>
    <t>The TEEP Agent encountered one or more manifest processing failures.
If the suit-reports parameter is present, it contains the failure details.
A TAM receiving this error might still attempt to install or update
other components that do not depend on the failed manifest.</t>
  </dd>
</dl>

<t>New error codes should be added sparingly, not for every implementation
error.  That is the intent of the err-msg field, which can be used to
provide details meaningful to humans.  New error codes should only be
added if the TAM is expected to do something behaviorally different upon
receipt of the error message, rather than just logging the event.
Hence, each error code is responsible for saying what the
behavioral difference is expected to be.</t>

</section>
</section>
<section anchor="eat"><name>EAT Profile</name>

<t>The TEEP protocol operates between a TEEP Agent and a TAM.  While
the TEEP protocol does not require use of EAT, use of EAT is encouraged and
<xref target="query-response"/> explicitly defines a way to carry an Entity Attestation Token
in a QueryResponse.</t>

<t>As discussed in <xref target="attestation"/>, the content of Evidence is opaque to the TEEP
architecture, but the content of Attestation Results is not, where Attestation
Results flow between a Verifier and a TAM (as the Relying Party).
Although Attestation Results required by a TAM are separable from the TEEP protocol
per se, this section is included as part of the requirements for building
a compliant TAM that uses EATs for Attestation Results.</t>

<t>Section 7 of <xref target="I-D.ietf-rats-eat"/> defines the requirement for
Entity Attestation Token profiles.  This section defines an EAT profile
for use with TEEP.</t>

<t><list style="symbols">
  <t>profile-label: The profile-label for this specification is the URI</t>
</list></t>
<t><eref target="https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-12">https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-12</eref>.
(RFC-editor: upon RFC publication, replace string with
"https://www.rfc-editor.org/info/rfcXXXX" where XXXX is the RFC number
of this document.)</t>

<t><list style="symbols">
  <t>Use of JSON, CBOR, or both: CBOR only.</t>
  <t>CBOR Map and Array Encoding: Only definite length arrays and maps.</t>
  <t>CBOR String Encoding: Only definite-length strings are allowed.</t>
  <t>CBOR Preferred Serialization: Encoders must use preferred serialization,
and decoders need not accept non-preferred serialization.</t>
  <t>CBOR Tags: CBOR Tags are not used.</t>
  <t>COSE/JOSE Protection: See <xref target="eat-suit-ciphersuite"/>.</t>
  <t>COSE/JOSE Algorithms: See <xref target="eat-suit-ciphersuite"/>.</t>
  <t>Detached EAT Bundle Support: DEB use is permitted.</t>
  <t>Key Identification: COSE Key ID (kid) is used, where
the key ID is the hash of a public key (where the public key may be
used as a raw public key, or in a certificate) as specified in
<xref target="I-D.ietf-cose-key-thumbprint"/>.  See <xref target="attestation-result-tam"/>
and <xref target="attestation-result-agent"/> for
discussion on the choice of hash algorithm.</t>
  <t>Endorsement Identification: Optional, but semantics are the same
as in Verification Key Identification.</t>
  <t>Freshness: See <xref target="freshness-mechanisms"/> for details.  When the
eat_nonce claim is used, the value is a single bstr.</t>
  <t>Claims Requirements:
  <list style="symbols">
      <t>The following claims are required: ueid, oemid,
hwmodel, hwversion, manifests, and cnf.  See <xref target="attestation"/> for discussion.  Other claims are optional.</t>
      <t>See <xref target="freshness-mechanisms"/> for discussion affecting whether the
eat_nonce claim is used.</t>
      <t>The sw-name claim for a Trusted
Component holds the URI of the SUIT manifest for that component.</t>
      <t>The manifests claim uses a SUIT manifest, where the manifest
body contains a SUIT_Reference as defined in Section 4 of
<xref target="I-D.ietf-suit-report"/>, and the content type is as defined
in <xref target="I-D.ietf-suit-report"/>.</t>
    </list></t>
</list></t>

<t>A TAM implementation might simply accept a TEEP Agent as trustworthy based on a
successful Attestation Result, and if not then attempt to update the TEEP Agent
and all of its dependencies.  This logic is simple but it might result in updating
some components that do not need to be updated.</t>

<t>An alternate TAM implementation might use any Additional Claims to determine whether
the TEEP Agent or any of its dependencies are trustworthy, and only update the
specific components that are out of date.</t>

<section anchor="relationship-to-ar4si"><name>Relationship to AR4SI</name>

<t><xref target="I-D.ietf-rats-ar4si"/> defines an EAT profile for arbitrary Relying Parties
to use with Attestation Results.  However the TAM as a Relying Party needs specific
claims that are not required in the AR4SI profile, and so needs its own more
specific profile.</t>

<t>In some deployments, a TAM can be used as an intermediary between Verifier and a
TEEP Agent acting as an Attester in the Passport model or acting as a Relying
Party in the Background Check Model of <xref target="RFC9334"/>.  This is depicted in the
example in Figure 1.  In such a case, both profiles need to be obtained from the
Verifier: one for use by the TAM itself, and the other to pass on to the TEEP
Agent.</t>

<t>When the TAM and Verifier are combined into the same implementation, obtaining
both profiles can be straightforward, but when they are on different machines,
the situation is more complex, especially if Nonces are used to ensure freshness
of Evidence. There are thus several such cases:</t>

<t><list style="numbers">
  <t>The protocol between the TAM and the Verifier (which is outside
the scope of TEEP itself) allows requesting multiple Attestation Results from
the same Evidence.  In this case, the TAM can request both EAT profiles be
returned.</t>
  <t>The protocol between the TAM and the Verifier only allows requesting one
Attestation Result format, but the Evidence freshness mechanism does not use
Nonces.  In this case, the TAM can send the same Evidence in two separate
requests, each requesting a different EAT profile for the Attestation Results.</t>
  <t>The protocol between the TAM and the Verifier only allows requesting one
Attestation Result format, and the Evidence freshness mechanism uses Nonces.
In this case, it is simpler to not have the TAM be an intermediary, since
the Verifier will require a separate Nonce for each Attestation Result, but
have the Attester or Relying Party contact the Verifier directly to get
Attestation Results in the AR4SI profile.</t>
</list></t>

</section>
</section>
<section anchor="tags"><name>Mapping of TEEP Message Parameters to CBOR Labels</name>

<t>In COSE, arrays and maps use strings, negative integers, and unsigned
integers as their keys. Integers are used for compactness of
encoding. Since the word "key" is mainly used in its other meaning, as a
cryptographic key, this specification uses the term "label" for this usage
as a map key.</t>

<t>This specification uses the following mapping:</t>

<texttable>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Label</ttcol>
      <c>supported-teep-cipher-suites</c>
      <c>1</c>
      <c>challenge</c>
      <c>2</c>
      <c>versions</c>
      <c>3</c>
      <c>supported-suit-cose-profiles</c>
      <c>4</c>
      <c>selected-teep-cipher-suite</c>
      <c>5</c>
      <c>selected-version</c>
      <c>6</c>
      <c>attestation-payload</c>
      <c>7</c>
      <c>tc-list</c>
      <c>8</c>
      <c>ext-list</c>
      <c>9</c>
      <c>manifest-list</c>
      <c>10</c>
      <c>msg</c>
      <c>11</c>
      <c>err-msg</c>
      <c>12</c>
      <c>attestation-payload-format</c>
      <c>13</c>
      <c>requested-tc-list</c>
      <c>14</c>
      <c>unneeded-manifest-list</c>
      <c>15</c>
      <c>component-id</c>
      <c>16</c>
      <c>tc-manifest-sequence-number</c>
      <c>17</c>
      <c>have-binary</c>
      <c>18</c>
      <c>suit-reports</c>
      <c>19</c>
      <c>token</c>
      <c>20</c>
      <c>supported-freshness-mechanisms</c>
      <c>21</c>
      <c>err-code</c>
      <c>23</c>
</texttable>

<figure><sourcecode type="cddl-label"><![CDATA[
; labels of mapkey for teep message parameters, uint (0..23)
supported-teep-cipher-suites = 1
challenge = 2
versions = 3
supported-suit-cose-profiles = 4
selected-teep-cipher-suite = 5
selected-version = 6
attestation-payload = 7
tc-list = 8
ext-list = 9
manifest-list = 10
msg = 11
err-msg = 12
attestation-payload-format = 13
requested-tc-list = 14
unneeded-manifest-list = 15
component-id = 16
tc-manifest-sequence-number = 17
have-binary = 18
suit-reports = 19
token = 20
supported-freshness-mechanisms = 21
err-code = 23
]]></sourcecode></figure>

</section>
<section anchor="behavior-specification"><name>Behavior Specification</name>

<t>Behavior is specified in terms of the conceptual APIs defined in
section 6.2.1 of <xref target="RFC9397"/>.</t>

<section anchor="tam"><name>TAM Behavior</name>

<t>When the ProcessConnect API is invoked, the TAM sends a QueryRequest message.</t>

<t>When the ProcessTeepMessage API is invoked, the TAM first does validation
as specified in <xref target="validation"/>, and drops the message if it is not valid.
It may also do additional implementation specific actions such as logging the results
or attempting to update the TEEP Agent to a version that does not send invalid messages.
Otherwise, it proceeds as follows.</t>

<t>If the message includes a token, it can be used to
match the response to a request previously sent by the TAM.
The TAM MUST expire the token value after receiving the first response
from the device that has a valid signature and ignore any subsequent messages that have the same token
value.  The token value MUST NOT be used for other purposes, such as a TAM to
identify the devices and/or a device to identify TAMs or Trusted Components.</t>

<section anchor="handling-a-queryresponse-message"><name>Handling a QueryResponse Message</name>

<t>If a QueryResponse message is received, the TAM verifies the presence of any parameters
required based on the data-items-requested in the QueryRequest, and also validates that
the nonce in any SUIT Report matches the token sent in the QueryRequest message if a token
was present.  If these requirements are not met, the TAM drops the message and sends an
Update message containing an appropriate err-code and err-msg.  It may also do
additional implementation specific actions such as logging the results.  If the requirements
are met, processing continues as follows.</t>

<t>If a QueryResponse message is received that contains an attestation-payload, the TAM
checks whether it contains Evidence or an Attestation Result by inspecting the attestation-payload-format
parameter.  The media type defined in <xref target="eat"/> indicates an Attestation Result, though future
extensions might also indicate other Attestation Result formats in the future. Any other unrecognized
value indicates Evidence.  If it contains an Attestation Result, processing continues as in
<xref target="attestation-result-tam"/>.</t>

<t>If the QueryResponse is instead determined to contain Evidence, the TAM passes
the Evidence (via some mechanism out of scope of this document) to an attestation Verifier
(see <xref target="RFC9334"/>)
to determine whether the Agent is in a trustworthy state.  Once the TAM receives an Attestation
Result from the Verifier, processing continues as in <xref target="attestation-result-tam"/>.</t>

<section anchor="attestation-result-tam"><name>Handling an Attestation Result</name>

<t>The Attestation Result must first be validated as follows:</t>

<t><list style="numbers">
  <t>Verify that the Attestation Result was signed by a Verifier that the TAM trusts.</t>
  <t>Verify that the Attestation Result contains a "cnf" claim (as defined in Section 3.1 of <xref target="RFC8747"/>) where
the key ID is the hash of the TEEP Agent public key used to verify the signature on the TEEP message,
and the hash is computed using the Digest Algorithm specified by one of the SUIT profiles
supported by the TAM (SHA-256 for the ones mandated in this document).  <vspace blankLines='1'/>
See Sections 3.4 and 6 of <xref target="RFC8747"/> for more discussion.</t>
</list></t>

<t>Based on the results of attestation (if any), any SUIT Reports,
and the lists of installed, requested,
and unneeded Trusted Components reported in the QueryResponse, the TAM
determines, in any implementation specific manner, which Trusted Components
need to be installed, updated, or deleted, if any.  There are in typically three cases:</t>

<t><list style="numbers">
  <t>Attestation failed. This indicates that the rest of the information in the QueryResponse
cannot necessarily be trusted, as the TEEP Agent may not be healthy (or at least up to date).
In this case, the TAM might attempt to use TEEP to update any Trusted Components (e.g., firmware,
the TEEP Agent itself, etc.) needed to get the TEEP Agent back into an up-to-date state that
would allow attestation to succeed.  If the TAM does not have permission to update such components
(this can happen if different TAMs manage different components in the device), the TAM instead
responds with an Update message containing an appropriate err-msg, and err-code set to ERR_ATTESTATION_REQUIRED.</t>
  <t>Attestation succeeded (so the QueryResponse information can be accepted as valid), but the set
of Trusted Components needs to be updated based on TAM policy changes or requests from the TEEP Agent.</t>
  <t>Attestation succeeded, and no changes are needed.</t>
</list></t>

<t>If any Trusted Components need to be installed, updated, or deleted,
the TAM sends an Update message containing SUIT Manifests with command
sequences to do the relevant installs, updates, or deletes.
It is important to note that the TEEP Agent's
Update Procedure requires resolving and installing any dependencies
indicated in the manifest, which may take some time, and the resulting Success
or Error message is generated only after completing the Update Procedure.
Hence, depending on the freshness mechanism in use, the TAM may need to
store data (e.g., a nonce) for some time.  For example, if a mobile device
needs an unmetered connection to download a dependency, it may take
hours or longer before the device has sufficient access.  A different
freshness mechanism, such as timestamps, might be more appropriate in such
cases.</t>

<t>If no Trusted Components need to be installed, updated, or deleted, but the QueryResponse included
Evidence, the TAM MAY (e.g., based on attestation-payload-format parameters received from the TEEP Agent
in the QueryResponse) still send an Update message with no SUIT Manifests, to pass the Attestation
Result back to the TEEP Agent.</t>

</section>
</section>
<section anchor="handling-a-success-or-error-message"><name>Handling a Success or Error Message</name>

<t>If a Success or Error message is received containing one or more SUIT Reports, the TAM also validates that
the nonce in any SUIT Report matches the token sent in the Update message,
and drops the message if it does not match.  Otherwise, the TAM handles
the update in any implementation specific way, such as updating any locally
cached information about the state of the TEEP Agent, or logging the results.</t>

<t>If an Error message is received with the error code ERR_ATTESTATION_REQUIRED, it indicates that the TEEP Agent is requesting attestation of the TAM.
In this case, the TAM MUST send another QueryRequest with an attestation-payload and optionally a suit-report to the TEEP Agent.</t>

<t>If any other Error message is received, the TAM can handle it in any implementation
specific way, but <xref target="error-message-def"/> provides recommendations for such handling.</t>

</section>
</section>
<section anchor="agent"><name>TEEP Agent Behavior</name>

<t>When the RequestTA API is invoked, the TEEP Agent first checks whether the
requested TA is already installed.  If it is already installed, the
TEEP Agent passes no data back to the caller.  Otherwise,
if the TEEP Agent chooses to initiate the process of requesting the indicated
TA, it determines (in any implementation specific way) the TAM URI based on
any TAM URI provided by the RequestTA caller and any local configuration,
and passes back the TAM URI to connect to.  It MAY also pass back a
QueryResponse message if all of the following conditions are true:</t>

<t><list style="symbols">
  <t>The last QueryRequest message received from that TAM contained no token or challenge,</t>
  <t>The ProcessError API was not invoked for that TAM since the last QueryResponse
message was received from it, and</t>
  <t>The public key or certificate of the TAM is cached and not expired.</t>
</list></t>

<t>When the RequestPolicyCheck API is invoked, the TEEP Agent decides
whether to initiate communication with any trusted TAMs (e.g., it might
choose to do so for a given TAM unless it detects that it has already
communicated with that TAM recently). If so, it passes back a TAM URI
to connect to.  If the TEEP Agent has multiple TAMs it needs to connect
with, it just passes back one, with the expectation that
RequestPolicyCheck API will be invoked to retrieve each one successively
until there are no more and it can pass back no data at that time.
Thus, once a TAM URI is returned, the TEEP Agent can remember that it has
already initiated communication with that TAM.</t>

<t>When the ProcessError API is invoked, the TEEP Agent can handle it in
any implementation specific way, such as logging the error or
using the information in future choices of TAM URI.</t>

<t>When the ProcessTeepMessage API is invoked, the Agent first does validation
as specified in <xref target="validation"/>, and if it is not valid then the Agent
responds with an Error message.
Otherwise, processing continues as follows based on the type of message.</t>

<t>When a QueryRequest message is received, the Agent responds with a
QueryResponse message if all fields were understood, or an Error message
if any error was encountered.</t>

<t>If the TEEP Agent requires attesting the TAM, the TEEP Agent MUST send the Error Message with the error code ERR_ATTESTATION_REQUIRED supplying the supported-freshness-mechanisms or the challenge.</t>

<t>When an Update message is received, the Agent attempts to unlink any
SUIT manifests listed in the unneeded-manifest-list field of the message,
and responds with an Error message if any error was encountered.
If the unneeded-manifest-list was empty, or no error was encountered processing it,
the Agent attempts to update
the Trusted Components specified in the SUIT manifests
by following the Update Procedure specified
in <xref target="I-D.ietf-suit-manifest"/>, and responds with a Success message if
all SUIT manifests were successfully installed, or an Error message
if any error was encountered.
It is important to note that the
Update Procedure requires resolving and installing any dependencies
indicated in the manifest, which may take some time, and the Success
or Error message is generated only after completing the Update Procedure.</t>

<section anchor="handling-a-queryrequest-message"><name>Handling a QueryRequest Message</name>

<t>When a QueryRequest message is received, it is processed as follows.</t>

<t>If the TEEP Agent requires attesting the TAM and the QueryRequest message did not
contain an attestation-payload, the TEEP Agent MUST send an Error Message
with the error code ERR_ATTESTATION_REQUIRED supplying the supported-freshness-mechanisms and challenge if needed.
Otherwise, processing continues as follows.</t>

<t>If the TEEP Agent requires attesting the TAM and the QueryRequest message did
contain an an attestation-payload, the TEEP Agent checks whether it contains Evidence or an
Attestation Result by inspecting the attestation-payload-format
parameter.  The media type defined in <xref target="eat"/> indicates an Attestation Result, though future
extensions might also indicate other Attestation Result formats in the future. Any other unrecognized
value indicates Evidence.  If it contains an Attestation Result, processing continues as in
<xref target="attestation-result-agent"/>.</t>

<t>If the QueryRequest is instead determined to contain Evidence, the TEEP Agent passes
the Evidence (via some mechanism out of scope of this document) to an attestation Verifier
(see <xref target="RFC9334"/>)
to determine whether the TAM is in a trustworthy state.  Once the TEEP Agent receives an Attestation
Result from the Verifier, processing continues as in <xref target="attestation-result-agent"/>.</t>

<t>Once the Attestation Result is handled, or if the TEEP Agent does not require attesting the TAM,
the Agent responds with a
QueryResponse message if all fields were understood, or an Error message
if any error was encountered.</t>

<section anchor="attestation-result-agent"><name>Handling an Attestation Result</name>

<t>The Attestation Result must first be validated as follows:</t>

<t><list style="numbers">
  <t>Verify that the Attestation Result was signed by a Verifier that the TEEP Agent trusts.</t>
  <t>Verify that the Attestation Result contains a "cnf" claim (as defined in Section 3.1 of <xref target="RFC8747"/>) where
the key ID is the hash of the TAM public key used to verify the signature on the TEEP message,
and the hash is computed using the Digest Algorithm specified by one of the SUIT profiles
supported by the TEEP Agent (SHA-256 for the ones mandated in this document).  <vspace blankLines='1'/>
See Sections 3.4 and 6 of <xref target="RFC8747"/> for more discussion.</t>
</list></t>

</section>
</section>
</section>
</section>
<section anchor="ciphersuite"><name>Cipher Suites</name>

<t>TEEP requires algorithms for various purposes:</t>

<t><list style="symbols">
  <t>Algorithms for signing TEEP messages exchanged between the TEEP Agent and the TAM.</t>
  <t>Algorithms for signing EAT-based Evidence sent by the Attester via the TEEP Agent and the TAM to the Verifier. (If evidence is not encrypted by the TEEP Agent then it will be opaque to the TEEP Agent and to the TAM.)</t>
  <t>Algorithms for encrypting EAT-based Evidence sent by the TEEP Agent to the TAM. (The TAM will decrypt the encrypted Evidence and will forward it to the Verifier.)</t>
  <t>Algorithms for signing and optionally encrypting SUIT reports sent by the TEEP Agent to the TAM.</t>
  <t>Algorithms for signing and optionally encrypting SUIT manifests sent by the Trusted Component Signer to the TEEP Agent.</t>
</list></t>

<t>Further details are provided for the protection of TEEP messages, SUIT Reports, and EATs.</t>

<section anchor="teep-ciphersuite"><name>TEEP Messages</name>

<t>The TEEP protocol uses COSE for protection of TEEP messages in both directions.
To negotiate cryptographic mechanisms and algorithms, the TEEP protocol defines the following cipher suite structure,
which is used to specify an ordered set of operations (e.g., sign) done as part of composing a TEEP message.
Although this specification only specifies the use of signing and relies on payload encryption to protect sensitive
information, future extensions might specify support for encryption and/or MAC operations if needed.</t>

<figure><sourcecode type="cddl-cipher-suite"><![CDATA[
; teep-cipher-suites
$teep-cipher-suite /= teep-cipher-suite-sign1-eddsa
$teep-cipher-suite /= teep-cipher-suite-sign1-es256

;The following two cipher suites have only a single operation each.
;Other cipher suites may be defined to have multiple operations.
;MANDATORY for TAM to support them, and OPTIONAL
;to support any additional ones that use COSE_Sign_Tagged, or other
;signing, encryption, or MAC algorithms.

teep-operation-sign1-eddsa = [ cose-sign1, cose-alg-eddsa ]
teep-operation-sign1-es256 = [ cose-sign1, cose-alg-es256 ]

teep-cipher-suite-sign1-eddsa = [ teep-operation-sign1-eddsa ]
teep-cipher-suite-sign1-es256 = [ teep-operation-sign1-es256 ]

;MANDATORY for TAM and TEEP Agent to support the following COSE
;operations, and OPTIONAL to support additional ones such as
;COSE_Sign_Tagged, COSE_Encrypt0_Tagged, etc.

cose-sign1 = 18      ; CoAP Content-Format value

;MANDATORY for TAM to support the following, and OPTIONAL to implement
;any additional algorithms from the IANA COSE Algorithms registry.

cose-alg-es256 = -7  ; ECDSA w/ SHA-256
cose-alg-eddsa = -8  ; EdDSA
]]></sourcecode></figure>

<t>Each operation in a given cipher suite has two elements:</t>

<t><list style="symbols">
  <t>a COSE-type defined in Section 2 of <xref target="RFC9052"/> that identifies the type of operation, and</t>
  <t>a specific cryptographic algorithm as defined in the COSE Algorithms registry <xref target="COSE.Algorithm"/> to be used to perform that operation.</t>
</list></t>

<t>A TAM MUST support both of the cipher suites defined above.  A TEEP Agent MUST support at least
one of the two but can choose which one.  For example, a TEEP Agent might
choose a given cipher suite if it has hardware support for it.
A TAM or TEEP Agent MAY also support any other algorithms in the COSE Algorithms
registry in addition to the mandatory ones listed above.  It MAY also support use
with COSE_Sign or other COSE types in additional cipher suites.</t>

<t>Any cipher suites without confidentiality protection can only be added if the
associated specification includes a discussion of security considerations and
applicability, since manifests may carry sensitive information. For example,
Section 6 of <xref target="RFC9397"/> permits implementations that
terminate transport security inside the TEE and if the transport security
provides confidentiality then additional encryption might not be needed in
the manifest for some use cases. For most use cases, however, manifest
confidentiality will be needed to protect sensitive fields from the TAM as
discussed in Section 9.8 of <xref target="RFC9397"/>.</t>

<t>The cipher suites defined above do not do encryption at the TEEP layer, but
permit encryption of the SUIT payload using a mechanism such as <xref target="I-D.ietf-suit-firmware-encryption"/>.
See <xref target="security"/> and <xref target="eat-suit-ciphersuite"/> for more discussion of specific payloads.</t>

<t>For the initial QueryRequest message, unless the TAM has more specific knowledge about the TEEP Agent
(e.g., if the QueryRequest is sent in response to some underlying transport message that contains a hint),
the message does not use COSE_Sign1 with one of the above cipher suites, but instead uses COSE_Sign with multiple signatures,
one for each algorithm used in any of the cipher suites listed in the supported-teep-cipher-suites
parameter of the QueryRequest, so that a TEEP Agent supporting any one of them can verify a signature.
If the TAM does have specific knowledge about which cipher suite the TEEP Agent supports,
it MAY instead use that cipher suite with the QueryRequest.</t>

<t>For an Error message with code ERR_UNSUPPORTED_CIPHER_SUITES, the TEEP Agent MUST
protect it with any of the cipher suites mandatory for the TAM.</t>

<t>For all other TEEP messages between the TAM and TEEP Agent,
the selected TEEP cipher suite MUST be used in both directions.</t>

</section>
<section anchor="eat-suit-ciphersuite"><name>EATs and SUIT Reports</name>

<t>TEEP uses COSE for confidentiality of EATs and SUIT Reports sent by a TEEP Agent.
The TEEP Agent obtains a signed EAT and then SHOULD encrypt it using the TAM
as the recipient. A SUIT Report is created by a SUIT processor, which
is part of the TEEP Agent itself. The TEEP Agent is therefore in control of signing
the SUIT Report and SHOULD encrypt it. Again, the TAM is the recipient of the encrypted
content. For content-key distribution Ephemeral-Static Diffie-Hellman is used
in this specification. See Section 8.5.5 and Appendix B of <xref target="RFC9052"/> for more details.
(If <xref target="I-D.ietf-suit-firmware-encryption"/> is used, it is also the same as discussed in
Section 6.2 of that document.)</t>

<t>To perform encryption with ECDH the TEEP Agent needs to be in possession of the public
key of the recipient, i.e., the TAM. See Section 5 of <xref target="RFC9397"/>
for more discussion of TAM keys used by the TEEP Agent.</t>

<t>This specification defines cipher suites for confidentiality protection of EATs and
SUIT Reports. The TAM MUST support each cipher suite defined below, based on definitions in
<xref target="I-D.ietf-suit-mti"/>.  A TEEP Agent MUST support at least one of the cipher
suites below but can choose which one.  For example, a TEEP Agent might
choose a given cipher suite if it has hardware support for it.
A TAM or TEEP Agent MAY also support other algorithms in the COSE Algorithms registry.
It MAY also support use with COSE_Encrypt or other COSE types in additional cipher suites.</t>

<figure><sourcecode type="cddl-suit-cose-profile"><![CDATA[
; suit-cose-profile
$suit-cose-profile /= suit-sha256-es256-ecdh-a128gcm
$suit-cose-profile /= suit-sha256-eddsa-ecdh-a128gcm
]]></sourcecode></figure>

</section>
</section>
<section anchor="freshness-mechanisms"><name>Freshness Mechanisms</name>

<t>A freshness mechanism determines how a TAM can tell whether an attestation payload provided
in a QueryResponse is fresh.  There are multiple ways this can be done
as discussed in Section 10 of <xref target="RFC9334"/>.</t>

<t>Each freshness mechanism is identified with an integer value, which corresponds to
an IANA registered freshness mechanism (see the IANA Considerations section of
<xref target="I-D.ietf-rats-reference-interaction-models"/>).
This document uses the following freshness mechanisms which may be added to in the
future by TEEP extensions:</t>

<figure><sourcecode type="cddl-freshness"><![CDATA[
; freshness-mechanisms
FRESHNESS_NONCE = 0
FRESHNESS_TIMESTAMP = 1

$freshness-mechanism /= FRESHNESS_NONCE
$freshness-mechanism /= FRESHNESS_TIMESTAMP
]]></sourcecode></figure>

<t>An implementation MUST support the Nonce mechanism and MAY support additional
mechanisms.</t>

<t>In the Nonce mechanism, the attestation payload MUST include a nonce provided
in the QueryRequest challenge if the Background Check model is used, or in
the QueryRequest token if the Passport model is used.  The timestamp mechanism uses a timestamp
determined via mechanisms outside the TEEP protocol,
and the challenge is only needed in the QueryRequest message
if a challenge is needed in generating the attestation payload for reasons other
than freshness.</t>

<t>If a TAM supports multiple freshness mechanisms that require different challenge
formats, the QueryRequest message can currently only send one such challenge.
This situation is expected to be rare, but should it occur, the TAM can
choose to prioritize one of them and exclude the other from the
supported-freshness-mechanisms in the QueryRequest, and resend the QueryRequest
with the other mechanism if an ERR_UNSUPPORTED_FRESHNESS_MECHANISMS Error
is received that indicates the TEEP Agent supports the other mechanism.</t>

</section>
<section anchor="security"><name>Security Considerations</name>

<t>This section summarizes the security considerations discussed in this
specification:</t>

<dl newline="true">
  <dt>Cryptographic Algorithms</dt>
  <dd>
    <t>TEEP protocol messages exchanged between the TAM and the TEEP Agent
are protected using COSE. This specification relies on the
cryptographic algorithms provided by COSE.  Public key based
authentication is used by the TEEP Agent to authenticate the TAM
and vice versa.</t>
  </dd>
  <dt>Attestation</dt>
  <dd>
    <t>A TAM relies on signed Attestation Results provided by a Verifier,
either obtained directly using a mechanism outside the TEEP protocol
(by using some mechanism to pass Evidence obtained in the attestation payload of
a QueryResponse, and getting back the Attestation Results), or indirectly
via the TEEP Agent forwarding the Attestation Results in the attestation
payload of a QueryResponse. See the security considerations of the
specific mechanism in use (e.g., EAT) for more discussion.
</t>

    <t>An impersonation attack, where one TEEP Agent attempts to use the attestation
payload of another TEEP Agent, can be prevented using a proof-of-possession
approach.  The "cnf" claim is mandatory in the EAT profile for EAT for this
purpose.  See Section 6 of <xref target="RFC8747"/> and <xref target="attestation-result-tam"/> and
<xref target="attestation-result-agent"/> of this document
for more discussion.</t>
  </dd>
  <dt>Trusted Component Binaries</dt>
  <dd>
    <t>Each Trusted Component binary is signed by a Trusted Component Signer. It is the responsibility of the
TAM to relay only verified Trusted Components from authorized Trusted Component Signers.  Delivery of
a Trusted Component to the TEEP Agent is then the responsibility of the TAM,
using the security mechanisms provided by the TEEP
protocol.  To protect the Trusted Component binary, the SUIT manifest format is used and
it offers a variety of security features, including digital
signatures and content encryption, if a SUIT mechanism such as <xref target="I-D.ietf-suit-firmware-encryption"/>
is used.</t>
  </dd>
  <dt>Personalization Data</dt>
  <dd>
    <t>A Trusted Component Signer or TAM can supply personalization data along with a Trusted Component.
This data is also protected by a SUIT manifest. Personalization data is signed and encrypted
by a Trusted Component Signer, if a SUIT mechanism such as <xref target="I-D.ietf-suit-firmware-encryption"/>
is used.</t>
  </dd>
  <dt>TEEP Broker</dt>
  <dd>
    <t>As discussed in section 6 of <xref target="RFC9397"/>,
the TEEP protocol typically relies on a TEEP Broker to relay messages
between the TAM and the TEEP Agent.  When the TEEP Broker is
compromised it can drop messages, delay the delivery of messages,
and replay messages but it cannot modify those messages. (A replay
would be, however, detected by the TEEP Agent.) A compromised TEEP
Broker could reorder messages in an attempt to install an old
version of a Trusted Component. Information in the manifest ensures that TEEP
Agents are protected against such downgrade attacks based on
features offered by the manifest itself.</t>
  </dd>
  <dt>Replay Protection</dt>
  <dd>
    <t>The TEEP protocol supports replay protection as follows.
The transport protocol under the TEEP protocol might provide replay
protection, but may be terminated in the TEEP Broker which is not trusted
by the TEEP Agent and so the TEEP protocol does replay protection itself.
If attestation of the TAM is used, the attestation freshness mechanism
provides replay protection for attested QueryRequest messages.
If non-attested QueryRequest messages are replayed, the TEEP Agent will generate
QueryResponse or Error messages, but the REE can already conduct Denial of Service
attacks against the TEE and/or the TAM even without the TEEP protocol.
QueryResponse messages have replay protection via attestation freshness mechanism,
or the token field in the message if attestation is not used.
Update messages have replay protection via the suit-manifest-sequence-number
(see Section 8.4.2 of <xref target="I-D.ietf-suit-manifest"/>).
Error and Success messages have replay protection via SUIT Reports and/or the token
field in the message, where a TAM can detect which message it is in response to.</t>
  </dd>
  <dt>Trusted Component Signer Compromise</dt>
  <dd>
    <t>A TAM is responsible for vetting a Trusted Component and
before distributing them to TEEP Agents.<br />
It is RECOMMENDED to provide a way to
update the trust anchor store used by the TEE, for example using
a firmware update mechanism such as <xref target="I-D.ietf-rats-concise-ta-stores"/>.  Thus, if a Trusted Component
Signer is later compromised, the TAM can update the trust anchor
store used by the TEE, for example using a firmware update mechanism.</t>
  </dd>
  <dt>CA Compromise</dt>
  <dd>
    <t>The CA issuing certificates to a TEE or a Trusted Component Signer might get compromised.
It is RECOMMENDED to provide a way to update the trust anchor store used by the TEE, for example
by using a firmware update mechanism, Concise TA Stores <xref target="I-D.ietf-rats-concise-ta-stores"/>, Trust
Anchor Management Protocol (TAMP) <xref target="RFC5934"/> or a similar mechanism. If the CA issuing 
certificates to devices gets compromised then these devices will be rejected by a
TAM, if revocation is available to the TAM.</t>
  </dd>
  <dt>TAM Certificate Expiry</dt>
  <dd>
    <t>The integrity and the accuracy of the
clock within the TEE determines the ability to determine an expired
TAM certificate, if certificates are used.</t>
  </dd>
  <dt>Compromised Time Source</dt>
  <dd>
    <t>As discussed above, certificate validity checks rely on comparing
validity dates to the current time, which relies on having a trusted
source of time, such as <xref target="RFC8915"/>.  A compromised time source could
thus be used to subvert such validity checks.</t>
  </dd>
</dl>

</section>
<section anchor="privacy"><name>Privacy Considerations</name>

<t>Depending on
the properties of the attestation mechanism, it is possible to
uniquely identify a device based on information in the
attestation payload or in the certificate used to sign the
attestation payload.  This uniqueness may raise privacy concerns. To lower the
privacy implications the TEEP Agent MUST present its
attestation payload only to an authenticated and authorized TAM and when using
an EAT, it SHOULD use encryption as discussed in <xref target="I-D.ietf-rats-eat"/>, since
confidentiality is not provided by the TEEP protocol itself and
the transport protocol under the TEEP protocol might be implemented
outside of any TEE. If any mechanism other than EAT is used, it is
up to that mechanism to specify how privacy is provided.</t>

<t>Since SUIT Reports can also contain sensitive information, a TEEP Agent
SHOULD also encrypt SUIT Reports as discussed in <xref target="eat-suit-ciphersuite"/>.</t>

<t>In addition, in the usage scenario discussed in <xref target="directtam"/>, a device
reveals its IP address to the Trusted Component Binary server.  This
can reveal to that server at least a clue as to its location, which
might be sensitive information in some cases.</t>

</section>
<section anchor="IANA"><name>IANA Considerations</name>

<section anchor="media-type-registration"><name>Media Type Registration</name>

<t>IANA is requested to assign a media type for
application/teep+cbor.</t>

<dl>
  <dt>Type name:</dt>
  <dd>
    <t>application</t>
  </dd>
  <dt>Subtype name:</dt>
  <dd>
    <t>teep+cbor</t>
  </dd>
  <dt>Required parameters:</dt>
  <dd>
    <t>none</t>
  </dd>
  <dt>Optional parameters:</dt>
  <dd>
    <t>none</t>
  </dd>
  <dt>Encoding considerations:</dt>
  <dd>
    <t>Same as encoding considerations of
application/cbor.</t>
  </dd>
  <dt>Security considerations:</dt>
  <dd>
    <t>See Security Considerations Section of this document.</t>
  </dd>
  <dt>Interoperability considerations:</dt>
  <dd>
    <t>Same as interoperability
considerations of application/cbor as specified in <xref target="RFC8949"/>.</t>
  </dd>
  <dt>Published specification:</dt>
  <dd>
    <t>This document.</t>
  </dd>
  <dt>Applications that use this media type:</dt>
  <dd>
    <t>TEEP protocol implementations</t>
  </dd>
  <dt>Fragment identifier considerations:</dt>
  <dd>
    <t>N/A</t>
  </dd>
  <dt>Additional information:</dt>
  <dd>
    <dl>
      <dt>Deprecated alias names for this type:</dt>
      <dd>
        <t>N/A</t>
      </dd>
      <dt>Magic number(s):</dt>
      <dd>
        <t>N/A</t>
      </dd>
      <dt>File extension(s):</dt>
      <dd>
        <t>N/A</t>
      </dd>
      <dt>Macintosh file type code(s):</dt>
      <dd>
        <t>N/A</t>
      </dd>
    </dl>
  </dd>
  <dt>Person to contact for further information:</dt>
  <dd>
    <t>teep@ietf.org</t>
  </dd>
  <dt>Intended usage:</dt>
  <dd>
    <t>COMMON</t>
  </dd>
  <dt>Restrictions on usage:</dt>
  <dd>
    <t>none</t>
  </dd>
  <dt>Author:</dt>
  <dd>
    <t>See the "Authors' Addresses" section of this document</t>
  </dd>
  <dt>Change controller:</dt>
  <dd>
    <t>IETF</t>
  </dd>
</dl>

</section>
</section>


  </middle>

  <back>


    <references title='Normative References'>



<reference anchor="RFC9052">
  <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="RFC3629">
  <front>
    <title>UTF-8, a transformation format of ISO 10646</title>
    <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
    <date month="November" year="2003"/>
    <abstract>
      <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="63"/>
  <seriesInfo name="RFC" value="3629"/>
  <seriesInfo name="DOI" value="10.17487/RFC3629"/>
</reference>

<reference anchor="RFC5198">
  <front>
    <title>Unicode Format for Network Interchange</title>
    <author fullname="J. Klensin" initials="J." surname="Klensin"/>
    <author fullname="M. Padlipsky" initials="M." surname="Padlipsky"/>
    <date month="March" year="2008"/>
    <abstract>
      <t>The Internet today is in need of a standardized form for the transmission of internationalized "text" information, paralleling the specifications for the use of ASCII that date from the early days of the ARPANET. This document specifies that format, using UTF-8 with normalization and specific line-ending sequences. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5198"/>
  <seriesInfo name="DOI" value="10.17487/RFC5198"/>
</reference>

<reference anchor="RFC8747">
  <front>
    <title>Proof-of-Possession Key Semantics for CBOR Web Tokens (CWTs)</title>
    <author fullname="M. Jones" initials="M." surname="Jones"/>
    <author fullname="L. Seitz" initials="L." surname="Seitz"/>
    <author fullname="G. Selander" initials="G." surname="Selander"/>
    <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <date month="March" year="2020"/>
    <abstract>
      <t>This specification describes how to declare in a CBOR Web Token (CWT) (which is defined by RFC 8392) that the presenter of the CWT possesses a particular proof-of-possession key. Being able to prove possession of a key is also sometimes described as being the holder-of-key. This specification provides equivalent functionality to "Proof-of-Possession Key Semantics for JSON Web Tokens (JWTs)" (RFC 7800) but using Concise Binary Object Representation (CBOR) and CWTs rather than JavaScript Object Notation (JSON) and JSON Web Tokens (JWTs).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8747"/>
  <seriesInfo name="DOI" value="10.17487/RFC8747"/>
</reference>

<reference anchor="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="I-D.ietf-cose-key-thumbprint">
   <front>
      <title>COSE Key Thumbprint</title>
      <author fullname="Kohei Isobe" initials="K." surname="Isobe">
         <organization>SECOM CO., LTD.</organization>
      </author>
      <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
      <date day="7" month="August" year="2023"/>
      <abstract>
	 <t>   This specification defines a method for computing a hash value over a
   COSE Key. It defines which fields in a COSE Key structure are used in
   the hash computation, the method of creating a canonical form of the
   fields, and how to hash the byte sequence.  The resulting hash value
   can be used for identifying or selecting a key that is the subject of
   the thumbprint.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-cose-key-thumbprint-01"/>
   
</reference>


<reference anchor="I-D.ietf-rats-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&#x27;Donoghue" initials="J." surname="O&#x27;Donoghue">
         <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname="Carl Wallace" initials="C." surname="Wallace">
         <organization>Red Hound Software, Inc.</organization>
      </author>
      <date day="30" month="June" 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 how much
   it wishes to trust 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-21"/>
   
</reference>


<reference anchor="I-D.ietf-suit-manifest">
   <front>
      <title>A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest</title>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname="Koen Zandberg" initials="K." surname="Zandberg">
         <organization>Inria</organization>
      </author>
      <author fullname="Øyvind Rønningstad" initials="O." surname="Rønningstad">
         <organization>Nordic Semiconductor</organization>
      </author>
      <date day="27" month="February" year="2023"/>
      <abstract>
	 <t>   This specification describes the format of a manifest.  A manifest is
   a bundle of metadata about code/data obtained by a recipient (chiefly
   the firmware for an IoT device), where to find the that code/data,
   the devices to which it applies, and cryptographic information
   protecting the manifest.  Software updates and Trusted Invocation
   both tend to use sequences of common operations, so the manifest
   encodes those sequences of operations, rather than declaring the
   metadata.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-manifest-22"/>
   
</reference>


<reference anchor="I-D.ietf-suit-mti">
   <front>
      <title>Mandatory-to-Implement Algorithms for Authors and Recipients of Software Update for the Internet of Things manifests</title>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Øyvind Rønningstad" initials="O." surname="Rønningstad">
         <organization>Nordic Semiconductor</organization>
      </author>
      <author fullname="Akira Tsukamoto" initials="A." surname="Tsukamoto">
         <organization>ALAXALA Networks Corp.</organization>
      </author>
      <date day="1" month="September" year="2023"/>
      <abstract>
	 <t>   This document specifies algorithm profiles for SUIT manifest parsers
   and authors to ensure better interoperability.  These profiles apply
   specifically to a constrained node software update use case.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-mti-02"/>
   
</reference>


<reference anchor="I-D.ietf-suit-trust-domains">
   <front>
      <title>SUIT Manifest Extensions for Multiple Trust Domains</title>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Ken Takayama" initials="K." surname="Takayama">
         <organization>SECOM CO., LTD.</organization>
      </author>
      <date day="7" month="July" year="2023"/>
      <abstract>
	 <t>   This specification describes extensions to the SUIT Manifest format
   (as defined in [I-D.ietf-suit-manifest]) for use in deployments with
   multiple trust domains.  A device has more than one trust domain when
   it enables delegation of different rights to mutually distrusting
   entities for use for different purposes or Components in the context
   of firmware or software update.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-trust-domains-04"/>
   
</reference>


<reference anchor="I-D.ietf-suit-report">
   <front>
      <title>Secure Reporting of Update Status</title>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer SIT</organization>
      </author>
      <date day="7" month="July" year="2023"/>
      <abstract>
	 <t>   The Software Update for the Internet of Things (SUIT) manifest
   provides a way for many different update and boot workflows to be
   described by a common format.  However, this does not provide a
   feedback mechanism for developers in the event that an update or boot
   fails.

   This specification describes a lightweight feedback mechanism that
   allows a developer in possession of a manifest to reconstruct the
   decisions made and actions performed by a manifest processor.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-report-06"/>
   
</reference>


<reference anchor="COSE.Algorithm" target="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">
  <front>
    <title>COSE Algorithms</title>
    <author >
      <organization>IANA</organization>
    </author>
    <date year="n.d."/>
  </front>
</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>




    </references>

    <references title='Informative References'>




<reference anchor="I-D.ietf-suit-firmware-encryption">
   <front>
      <title>Encrypted Payloads in SUIT Manifests</title>
      <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
      <author fullname="Russ Housley" initials="R." surname="Housley">
         <organization>Vigil Security, LLC</organization>
      </author>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="David Brown" initials="D." surname="Brown">
         <organization>Linaro</organization>
      </author>
      <author fullname="Ken Takayama" initials="K." surname="Takayama">
         <organization>SECOM CO., LTD.</organization>
      </author>
      <date day="26" month="August" year="2023"/>
      <abstract>
	 <t>   This document specifies techniques for encrypting software, firmware
   and personalization data by utilizing the IETF SUIT manifest.  Key
   agreement is provided by ephemeral-static (ES) Diffie-Hellman (DH)
   and AES Key Wrap (AES-KW).  ES-DH uses public key cryptography while
   AES-KW uses a pre-shared key.  Encryption of the plaintext is
   accomplished with conventional symmetric key cryptography.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-firmware-encryption-14"/>
   
</reference>


<reference anchor="I-D.ietf-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>


<reference anchor="I-D.ietf-rats-reference-interaction-models">
   <front>
      <title>Reference Interaction Models for Remote Attestation Procedures</title>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname="Michael Eckel" initials="M." surname="Eckel">
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname="Wei Pan" initials="W." surname="Pan">
         <organization>Huawei Technologies</organization>
      </author>
      <author fullname="Eric Voit" initials="E." surname="Voit">
         <organization>Cisco Systems</organization>
      </author>
      <date day="10" month="March" year="2023"/>
      <abstract>
	 <t>   This document describes interaction models for remote attestation
   procedures (RATS).  Three conveying mechanisms -- Challenge/Response,
   Uni-Directional, and Streaming Remote Attestation -- are illustrated
   and defined.  Analogously, a general overview about the information
   elements typically used by corresponding conveyance protocols are
   highlighted.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-reference-interaction-models-07"/>
   
</reference>

<reference anchor="RFC9397">
  <front>
    <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
    <author fullname="M. Pei" initials="M." surname="Pei"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <author fullname="D. Thaler" initials="D." surname="Thaler"/>
    <author fullname="D. Wheeler" initials="D." surname="Wheeler"/>
    <date month="July" year="2023"/>
    <abstract>
      <t>A Trusted Execution Environment (TEE) is an environment that enforces the following: any code within the environment cannot be tampered with, and any data used by such code cannot be read or tampered with by any code outside the environment. This architecture document discusses the motivation for designing and standardizing a protocol for managing the lifecycle of Trusted Applications running inside such a TEE.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9397"/>
  <seriesInfo name="DOI" value="10.17487/RFC9397"/>
</reference>


<reference anchor="I-D.ietf-rats-eat-media-type">
   <front>
      <title>EAT Media Types</title>
      <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
         <organization>Security Theory LLC</organization>
      </author>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer Institute for Secure Information Technology</organization>
      </author>
      <author fullname="Thomas Fossati" initials="T." surname="Fossati">
         <organization>arm</organization>
      </author>
      <date day="23" month="July" 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-04"/>
   
</reference>


<reference anchor="I-D.ietf-rats-concise-ta-stores">
   <front>
      <title>Concise TA Stores (CoTS)</title>
      <author fullname="Carl Wallace" initials="C." surname="Wallace">
         <organization>Red Hound Software</organization>
      </author>
      <author fullname="Russ Housley" initials="R." surname="Housley">
         <organization>Vigil Security, LLC</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>
      <date day="5" month="June" year="2023"/>
      <abstract>
	 <t>   Trust anchor (TA) stores may be used for several purposes in the
   Remote Attestation Procedures (RATS) architecture including verifying
   endorsements, reference values, digital letters of approval,
   attestations, or public key certificates.  This document describes a
   Concise Reference Integrity Manifest (CoRIM) extension that may be
   used to convey optionally constrained trust anchor stores containing
   optionally constrained trust anchors in support of these purposes.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-concise-ta-stores-01"/>
   
</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="RFC8915">
  <front>
    <title>Network Time Security for the Network Time Protocol</title>
    <author fullname="D. Franke" initials="D." surname="Franke"/>
    <author fullname="D. Sibold" initials="D." surname="Sibold"/>
    <author fullname="K. Teichel" initials="K." surname="Teichel"/>
    <author fullname="M. Dansarie" initials="M." surname="Dansarie"/>
    <author fullname="R. Sundblad" initials="R." surname="Sundblad"/>
    <date month="September" year="2020"/>
    <abstract>
      <t>This memo specifies Network Time Security (NTS), a mechanism for using Transport Layer Security (TLS) and Authenticated Encryption with Associated Data (AEAD) to provide cryptographic security for the client-server mode of the Network Time Protocol (NTP).</t>
      <t>NTS is structured as a suite of two loosely coupled sub-protocols. The first (NTS Key Establishment (NTS-KE)) handles initial authentication and key establishment over TLS. The second (NTS Extension Fields for NTPv4) handles encryption and authentication during NTP time synchronization via extension fields in the NTP packets, and holds all required state only on the client via opaque cookies.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8915"/>
  <seriesInfo name="DOI" value="10.17487/RFC8915"/>
</reference>

<reference anchor="RFC5934">
  <front>
    <title>Trust Anchor Management Protocol (TAMP)</title>
    <author fullname="R. Housley" initials="R." surname="Housley"/>
    <author fullname="S. Ashmore" initials="S." surname="Ashmore"/>
    <author fullname="C. Wallace" initials="C." surname="Wallace"/>
    <date month="August" year="2010"/>
    <abstract>
      <t>This document describes a transport independent protocol for the management of trust anchors (TAs) and community identifiers stored in a trust anchor store. The protocol makes use of the Cryptographic Message Syntax (CMS), and a digital signature is used to provide integrity protection and data origin authentication. The protocol can be used to manage trust anchor stores containing trust anchors represented as Certificate, TBSCertificate, or TrustAnchorInfo objects. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5934"/>
  <seriesInfo name="DOI" value="10.17487/RFC5934"/>
</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>




    </references>


<?line 1923?>

<section numbered="no" anchor="a-contributors"><name>A. Contributors</name>

<t>We would like to thank Brian Witten (Symantec), Tyler Kim (Solacia), Nick Cook (Arm), and  Minho Yoo (IoTrust) for their contributions
to the Open Trust Protocol (OTrP), which influenced the design of this specification.</t>

</section>
<section numbered="no" anchor="b-acknowledgements"><name>B. Acknowledgements</name>

<t>We would like to thank Eve Schooler for the suggestion of the protocol name.</t>

<t>We would like to thank Kohei Isobe (TRASIO/SECOM), Ken Takayama (SECOM)
Kuniyasu Suzaki (TRASIO/AIST), Tsukasa Oi (TRASIO), and Yuichi Takita (SECOM)
for their valuable implementation feedback.</t>

<t>We would also like to thank Carsten Bormann and Henk Birkholz for their help with the CDDL.</t>

</section>
<section numbered="no" anchor="c-complete-cddl"><name>C. Complete CDDL</name>

<t>Valid TEEP messages adhere to the following CDDL data definitions,
except that <spanx style="verb">SUIT_Envelope</spanx> and <spanx style="verb">SUIT_Component_Identifier</spanx> are
specified in <xref target="I-D.ietf-suit-manifest"/>.</t>

<t>This section is informative and merely summarizes the normative CDDL
snippets in the body of this document.</t>

<figure><sourcecode type="CDDL"><![CDATA[
; DO NOT EDIT this cddl file manually.
; This cddl file is Auto-generated file from md file.
; Edit the md file and run make for generating this cddl file.
; Please do not forget to commit and push this cddl file to git repo
; every time you have revised the md file.

teep-message = $teep-message-type .within teep-message-framework

teep-message-framework = [
  type: $teep-type / $teep-type-extension,
  options: { * teep-option },
  * any; further elements, e.g., for data-item-requested
]

teep-option = (uint => any)

; messages defined below:
$teep-message-type /= query-request
$teep-message-type /= query-response
$teep-message-type /= update
$teep-message-type /= teep-success
$teep-message-type /= teep-error

; message type numbers, in one byte which could take a number from 0 to 23
$teep-type = (0..23)
TEEP-TYPE-query-request = 1
TEEP-TYPE-query-response = 2
TEEP-TYPE-update = 3
TEEP-TYPE-teep-success = 5
TEEP-TYPE-teep-error = 6

query-request = [
  type: TEEP-TYPE-query-request,
  options: {
    ? token => bstr .size (8..64),
    ? supported-freshness-mechanisms => [ + $freshness-mechanism ],
    ? challenge => bstr .size (8..512),
    ? versions => [ + version ],
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + bstr ],
    * $$query-request-extensions,
    * $$teep-option-extensions
  },
  supported-teep-cipher-suites: [ + $teep-cipher-suite ],
  supported-suit-cose-profiles: [ + $suit-cose-profile ],
  data-item-requested: uint .bits data-item-requested
]

version = uint .size 4
ext-info = uint .size 4

; data items as bitmaps
data-item-requested = &(
  attestation: 0,
  trusted-components: 1,
  extensions: 2,
  suit-reports: 3,
)

; teep-cipher-suites
$teep-cipher-suite /= teep-cipher-suite-sign1-eddsa
$teep-cipher-suite /= teep-cipher-suite-sign1-es256

;The following two cipher suites have only a single operation each.
;Other cipher suites may be defined to have multiple operations.
;MANDATORY for TAM to support them, and OPTIONAL
;to support any additional ones that use COSE_Sign_Tagged, or other
;signing, encryption, or MAC algorithms.

teep-operation-sign1-eddsa = [ cose-sign1, cose-alg-eddsa ]
teep-operation-sign1-es256 = [ cose-sign1, cose-alg-es256 ]

teep-cipher-suite-sign1-eddsa = [ teep-operation-sign1-eddsa ]
teep-cipher-suite-sign1-es256 = [ teep-operation-sign1-es256 ]

;MANDATORY for TAM and TEEP Agent to support the following COSE
;operations, and OPTIONAL to support additional ones such as
;COSE_Sign_Tagged, COSE_Encrypt0_Tagged, etc.

cose-sign1 = 18      ; CoAP Content-Format value

;MANDATORY for TAM to support the following, and OPTIONAL to implement
;any additional algorithms from the IANA COSE Algorithms registry.

cose-alg-es256 = -7  ; ECDSA w/ SHA-256
cose-alg-eddsa = -8  ; EdDSA

; suit-cose-profile
$suit-cose-profile /= suit-sha256-es256-ecdh-a128gcm
$suit-cose-profile /= suit-sha256-eddsa-ecdh-a128gcm

; freshness-mechanisms
FRESHNESS_NONCE = 0
FRESHNESS_TIMESTAMP = 1

$freshness-mechanism /= FRESHNESS_NONCE
$freshness-mechanism /= FRESHNESS_TIMESTAMP

query-response = [
  type: TEEP-TYPE-query-response,
  options: {
    ? token => bstr .size (8..64),
    ? selected-teep-cipher-suite => $teep-cipher-suite,
    ? selected-version => version,
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + bstr ],
    ? tc-list => [ + system-property-claims ],
    ? requested-tc-list => [ + requested-tc-info ],
    ? unneeded-manifest-list => [ + SUIT_Component_Identifier ],
    ? ext-list => [ + ext-info ],
    * $$query-response-extensions,
    * $$teep-option-extensions
  }
]

requested-tc-info = {
  component-id => SUIT_Component_Identifier,
  ? tc-manifest-sequence-number => uint .size 8,
  ? have-binary => bool
}

update = [
  type: TEEP-TYPE-update,
  options: {
    ? token => bstr .size (8..64),
    ? unneeded-manifest-list => [ + SUIT_Component_Identifier ],
    ? manifest-list => [ + bstr .cbor SUIT_Envelope ],
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? err-code => (0..23),
    ? err-msg => text .size (1..128),
    * $$update-extensions,
    * $$teep-option-extensions
  }
]

teep-success = [
  type: TEEP-TYPE-teep-success,
  options: {
    ? token => bstr .size (8..64),
    ? msg => text .size (1..128),
    ? suit-reports => [ + SUIT_Report ],
    * $$teep-success-extensions,
    * $$teep-option-extensions
  }
]

teep-error = [
  type: TEEP-TYPE-teep-error,
  options: {
     ? token => bstr .size (8..64),
     ? err-msg => text .size (1..128),
     ? supported-teep-cipher-suites => [ + $teep-cipher-suite ],
     ? supported-freshness-mechanisms => [ + $freshness-mechanism ],
     ? challenge => bstr .size (8..512),
     ? versions => [ + version ],
     ? suit-reports => [ + SUIT_Report ],
     * $$teep-error-extensions,
     * $$teep-option-extensions
  },
  err-code: (0..23)
]

; The err-code parameter, uint (0..23)
ERR_PERMANENT_ERROR = 1
ERR_UNSUPPORTED_EXTENSION = 2
ERR_UNSUPPORTED_FRESHNESS_MECHANISMS = 3
ERR_UNSUPPORTED_MSG_VERSION = 4
ERR_UNSUPPORTED_CIPHER_SUITES = 5
ERR_BAD_CERTIFICATE = 6
ERR_ATTESTATION_REQUIRED = 7
ERR_CERTIFICATE_EXPIRED = 9
ERR_TEMPORARY_ERROR = 10
ERR_MANIFEST_PROCESSING_FAILED = 17

; labels of mapkey for teep message parameters, uint (0..23)
supported-teep-cipher-suites = 1
challenge = 2
versions = 3
supported-suit-cose-profiles = 4
selected-teep-cipher-suite = 5
selected-version = 6
attestation-payload = 7
tc-list = 8
ext-list = 9
manifest-list = 10
msg = 11
err-msg = 12
attestation-payload-format = 13
requested-tc-list = 14
unneeded-manifest-list = 15
component-id = 16
tc-manifest-sequence-number = 17
have-binary = 18
suit-reports = 19
token = 20
supported-freshness-mechanisms = 21
err-code = 23
]]></sourcecode></figure>

</section>
<section numbered="no" anchor="d-examples-of-diagnostic-notation-and-binary-representation"><name>D. Examples of Diagnostic Notation and Binary Representation</name>

<t>This section includes some examples with the following assumptions:</t>

<t><list style="symbols">
  <t>The device will have two TCs with the following SUIT Component Identifiers:
  <list style="symbols">
      <t>[ 0x000102030405060708090a0b0c0d0e0f ]</t>
      <t>[ 0x100102030405060708090a0b0c0d0e0f ]</t>
    </list></t>
  <t>SUIT manifest-list is set empty only for example purposes (see Appendix E
for actual manifest examples)</t>
</list></t>

<section numbered="no" anchor="d1-queryrequest-message"><name>D.1. QueryRequest Message</name>

<section numbered="no" anchor="d11-cbor-diagnostic-notation"><name>D.1.1. CBOR Diagnostic Notation</name>

<figure><artwork><![CDATA[
/ query-request = /
[
  / type: / 1 / TEEP-TYPE-query-request /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF',
    / versions / 3 : [ 0 ]  / 0 is current TEEP Protocol /
  },
  / supported-teep-cipher-suites: / [ [ [ 18, -7 ] ] / Sign1 using ES256 /,
                                      [ [ 18, -8 ] ] / Sign1 using EdDSA /
                                    ],
  / supported-suit-cose-profiles: / [ [ -7, 1 ] / ES256+ECDH+A128GCM /,
                                      [ -8, 1 ] / EdDSA+ECDH+A128GCM /
                                    ],
  / data-item-requested: / 3 / attestation | trusted-components /
]
]]></artwork></figure>

</section>
<section numbered="no" anchor="d12-cbor-binary-representation"><name>D.1.2. CBOR Binary Representation</name>

<figure><artwork><![CDATA[
85                  # array(5)
   01               # unsigned(1) / TEEP-TYPE-query-request /
   A2               # map(2)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
      03            # unsigned(3) / versions: /
      81            # array(1) / [ 0 ] /
         00         # unsigned(0)
   82               # array(2) / supported-teep-cipher-suites /
      81            # array(1)
         82         # array(2)
            12      # unsigned(18) / cose-sign1 /
            26      # negative(6) / -7 = cose-alg-es256 /
      81            # array(1)
         82         # array(2)
            12      # unsigned(18) / cose-sign1 /
            27      # negative(7) / -8 = cose-alg-eddsa /
   82               # array(2) / supported-suit-cose-profiles /
      82            # array(2) / suit-sha256-es256-ecdh-a128gcm /
         26         # negative(6) / -7 = cose-alg-es256 /
         01         # unsigned(1) / 1 = A128GCM /
      82            # array(2) / suit-sha256-eddsa-ecdh-a128gcm /
         27         # negative(7) / -8 = cose-alg-eddsa /
         01         # unsigned(1) / 1 = A128GCM /
   03               # unsigned(3) / attestation | trusted-components /
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="d2-entity-attestation-token"><name>D.2. Entity Attestation Token</name>

<t>This is shown below in CBOR diagnostic form.  Only the payload signed by
COSE is shown.</t>

<section numbered="no" anchor="d21-cbor-diagnostic-notation"><name>D.2.1. CBOR Diagnostic Notation</name>

<figure><artwork><![CDATA[
/ eat-claim-set = /
{
    / cnf /          8: {
                         / kid / 3 : h'ba7816bf8f01cfea414140de5dae2223'
                                     h'b00361a396177a9cb410ff61f20015ad'
                        },
    / eat_nonce /   10: h'948f8860d13a463e8e',
    / ueid /       256: h'0198f50a4ff6c05861c8860d13a638ea',
    / oemid /      258: h'894823', / IEEE OUI format OEM ID /
    / hwmodel /    259: h'549dcecc8b987c737b44e40f7c635ce8'
                          / Hash of chip model name /,
    / hwversion /  260: ["1.3.4", 1], / Multipartnumeric  /
    / manifests /  273: [
                          [ 60, / application/cbor, TO BE REPLACED /
                                / with the format value for a /
                                / SUIT_Reference once one is allocated /
                            {   / SUIT_Reference /
                              / suit-report-manifest-uri / 1: "https://example.com/manifest.cbor",
                              / suit-report-manifest-digest / 0:[
                                / algorithm-id / -16 / "sha256" /,
                                / digest-bytes / h'a7fd6593eac32eb4be578278e6540c5c'
                                                 h'09cfd7d4d234973054833b2b93030609'
                                ]
                            }
                          ]
                        ]
}
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="d3-queryresponse-message"><name>D.3. QueryResponse Message</name>

<section numbered="no" anchor="d31-cbor-diagnostic-notation"><name>D.3.1. CBOR Diagnostic Notation</name>

<figure><artwork><![CDATA[
/ query-response = /
[
  / type: / 2 / TEEP-TYPE-query-response /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF',
    / selected-teep-cipher-suite / 5 : [ [ 18, -7 ] ] / only use ES256 /,
    / selected-version / 6 : 0,
    / attestation-payload / 7 : h'' / empty only for example purpose /,
    / tc-list / 8 : [
      {
        / system-component-id / 0 : [ h'0102030405060708090A0B0C0D0E0F' ],
        / suit-parameter-image-digest / 3: << [
          / suit-digest-algorithm-id / -16 / SHA256 /,
          / suit-digest-bytes / h'a7fd6593eac32eb4be578278e6540c5c09cfd7d4d234973054833b2b93030609'
            / SHA256 digest of tc binary /
        ] >>
      }
    ]
  }
]
]]></artwork></figure>

</section>
<section numbered="no" anchor="d32-cbor-binary-representation"><name>D.3.2. CBOR Binary Representation</name>

<figure><artwork><![CDATA[
82                  # array(2)
   02               # unsigned(2) / TEEP-TYPE-query-response /
   A5               # map(5)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
      05            # unsigned(5) / selected-teep-cipher-suite: /
      81            # array(1)
         82         # array(2)
            12      # unsigned(18) / cose-sign1 /
            26      # negative(6) / -7 = cose-alg-es256 /
      06            # unsigned(6) / selected-version: /
      00            # unsigned(0)
      07            # unsigned(7) / attestation-payload: /
      40            # bytes(0)
                    # ""
      08            # unsigned(8) / tc-list: /
      81            # array(1)
         A2         # map(2)
            00      # unsigned(0) / system-component-id: /
            81      # array(1)
               4F   # bytes(15)
                  0102030405060708090A0B0C0D0E0F
            03      # unsigned(3) / suit-parameter-image-digest: /
            58 24   # bytes(36)
               822F5820A7FD6593EAC32EB4BE578278E6540C5C09CFD7D4D234973054833B2B93030609
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="d4-update-message"><name>D.4. Update Message</name>

<section numbered="no" anchor="d41-cbor-diagnostic-notation"><name>D.4.1. CBOR Diagnostic Notation</name>

<figure><artwork><![CDATA[
/ update = /
[
  / type: / 3 / TEEP-TYPE-update /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF',
    / manifest-list / 10 : [
      <<
        / SUIT_Envelope / {
          / suit-authentication-wrapper / 2: << [
            << [
              / suit-digest-algorithm-id: / -16 / suit-cose-alg-sha256 /,
              / suit-digest-bytes: / h'DB601ADE73092B58532CA03FBB663DE49532435336F1558B49BB622726A2FEDD'
            ] >>,
            << / COSE_Sign1_Tagged / 18( [
              / protected: / << {
                / algorithm-id / 1: -7 / ES256 /
              } >>,
              / unprotected: / {},
              / payload: / null,
              / signature: / h'5B2D535A2B6D5E3C585C1074F414DA9E10BD285C99A33916DADE3ED38812504817AC48B62B8E984EC622785BD1C411888BE531B1B594507816B201F6F28579A4'
            ] ) >>
          ] >>,
          / suit-manifest / 3: << {
            / suit-manifest-version / 1: 1,
            / suit-manifest-sequence-number / 2: 3,
            / suit-common / 3: << {
              / suit-components / 2: [
                [
                  h'544545502D446576696365',           / "TEEP-Device" /
                  h'5365637572654653',                 / "SecureFS" /
                  h'8D82573A926D4754935332DC29997F74', / tc-uuid /
                  h'7461'                              / "ta" /
                ]
              ],
              / suit-common-sequence / 4: << [
                / suit-directive-override-parameters / 20, {
                  / suit-parameter-vendor-identifier / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F',
                  / suit-parameter-class-identifier / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E',
                  / suit-parameter-image-digest / 3: << [
                    / suit-digest-algorithm-id: / -16 / suit-cose-alg-sha256 /,
                    / suit-digest-bytes: / h'8CF71AC86AF31BE184EC7A05A411A8C3A14FD9B77A30D046397481469468ECE8'
                  ] >>,
                  / suit-parameter-image-size / 14: 20
                },
                / suit-condition-vendor-identifier / 1, 15,
                / suit-condition-class-identifier / 2, 15
              ] >>
            } >>,
            / suit-install / 9: << [
              / suit-directive-override-parameters / 20, {
                / suit-parameter-uri / 21: "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.ta"
              },
              / suit-directive-fetch / 21, 15,
              / suit-condition-image-match / 3, 15
            ] >>
          } >>
        }
      >>
    ] / array of bstr wrapped SUIT_Envelope /
  }
]
]]></artwork></figure>

</section>
<section numbered="no" anchor="d42-cbor-binary-representation"><name>D.4.2. CBOR Binary Representation</name>

<figure><artwork><![CDATA[
82                  # array(2)
   03               # unsigned(3) / TEEP-TYPE-update /
   A2               # map(2)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
      0A            # unsigned(10) / manifest-list: /
      81            # array(1)
         59 014E    # bytes(336)
            A2025873825824822F5820DB601ADE73092B58532CA03FBB663DE495
            32435336F1558B49BB622726A2FEDD584AD28443A10126A0F658405B2D53
            5A2B6D5E3C585C1074F414DA9E10BD285C99A33916DADE3ED38812504817
            AC48B62B8E984EC622785BD1C411888BE531B1B594507816B201F6F28579
            A40358D4A401010203035884A20281844B544545502D4465766963654853
            65637572654653508D82573A926D4754935332DC29997F74427461045854
            8614A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55
            BAA8C5265FC5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411
            A8C3A14FD9B77A30D046397481469468ECE80E14010F020F0958458614A1
            15783B68747470733A2F2F6578616D706C652E6F72672F38643832353733
            612D393236642D343735342D393335332D3332646332393939376637342E
            7461150F030F
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="d5-success-message"><name>D.5. Success Message</name>

<section numbered="no" anchor="d51-cbor-diagnostic-notation"><name>D.5.1. CBOR Diagnostic Notation</name>

<figure><artwork><![CDATA[
/ teep-success = /
[
  / type: / 5 / TEEP-TYPE-teep-success /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF'
  }
]
]]></artwork></figure>

</section>
<section numbered="no" anchor="d52-cbor-binary-representation"><name>D.5.2. CBOR Binary Representation</name>

<figure><artwork><![CDATA[
82                  # array(2)
   05               # unsigned(5) / TEEP-TYPE-teep-success /
   A1               # map(1)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="d6-error-message"><name>D.6. Error Message</name>

<section numbered="no" anchor="d61-cbor-diagnostic-notation"><name>D.6.1. CBOR Diagnostic Notation</name>

<figure><artwork><![CDATA[
/ teep-error = /
[
  / type: / 6 / TEEP-TYPE-teep-error /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF',
    / err-msg / 12 : "disk-full"
  },
  / err-code: / 17 / ERR_MANIFEST_PROCESSING_FAILED /
]
]]></artwork></figure>

</section>
<section numbered="no" anchor="d62-cbor-binary-representation"><name>D.6.2. CBOR binary Representation</name>

<figure><artwork><![CDATA[
83                  # array(3)
   06               # unsigned(6) / TEEP-TYPE-teep-error /
   A2               # map(2)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
      0C            # unsigned(12) / err-msg: /
      69            # text(9)
         6469736B2D66756C6C # "disk-full"
   11               # unsigned(17) / ERR_MANIFEST_PROCESSING_FAILED /
]]></artwork></figure>

</section>
</section>
</section>
<section numbered="no" anchor="suit-examples"><name>E. Examples of SUIT Manifests</name>

<t>This section shows some examples of SUIT manifests described in <xref target="update-msg-def"/>.</t>

<t>The examples are signed using the following ECDSA secp256r1 key with SHA256 as the digest function.</t>

<t>COSE_Sign1 Cryptographic Key:</t>

<figure><artwork><![CDATA[
-----BEGIN PRIVATE KEY-----
MIGHAgEAMBMGByqGSM49AgEGCCqGSM49AwEHBG0wawIBAQQgApZYjZCUGLM50VBC
CjYStX+09jGmnyJPrpDLTz/hiXOhRANCAASEloEarguqq9JhVxie7NomvqqL8Rtv
P+bitWWchdvArTsfKktsCYExwKNtrNHXi9OB3N+wnAUtszmR23M4tKiW
-----END PRIVATE KEY-----
]]></artwork></figure>

<t>The corresponding public key can be used to verify these examples:</t>

<figure><artwork><![CDATA[
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEhJaBGq4LqqvSYVcYnuzaJr6qi/Eb
bz/m4rVlnIXbwK07HypLbAmBMcCjbazR14vTgdzfsJwFLbM5kdtzOLSolg==
-----END PUBLIC KEY-----
]]></artwork></figure>

<section numbered="no" anchor="suit-uri"><name>Example 1: SUIT Manifest pointing to URI of the Trusted Component Binary</name>

<section numbered="no" anchor="cbor-diagnostic-notation-of-suit-manifest"><name>CBOR Diagnostic Notation of SUIT Manifest</name>

<figure><artwork><![CDATA[
/ SUIT_Envelope / {
  / authentication-wrapper / 2: << [
    << [
      / digest-algorithm-id: / -16 / SHA256 /,
      / digest-bytes: / h'EF53C7F719CB10041233850AE3211D62CEC9528924E656607688E77BC14886A0'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'7E367F9E124859473FBDF3D6312AA8943617B41AE4782FCA0E77A492C51F8A7252EA42C23D722E787AA235B5175DBE61DDF8F16F956E0317B9550A04BF9165DD'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 3,
    / common / 3: << {
      / components / 2: [
        [
           'TEEP-Device',
           'SecureFS',
          h'8D82573A926D4754935332DC29997F74', / tc-uuid /
           'ta'
        ]
      ],
      / shared-sequence / 4: << [
        / directive-override-parameters / 20, {
          / parameter-vendor-identifier / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F',
          / parameter-class-identifier / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E',
          / parameter-image-digest / 3: << [
            / digest-algorithm-id: / -16 / SHA256 /,
            / digest-bytes: / h'8CF71AC86AF31BE184EC7A05A411A8C3A14FD9B77A30D046397481469468ECE8'
          ] >>,
          / parameter-image-size / 14: 20
        },
        / condition-vendor-identifier / 1, 15,
        / condition-class-identifier / 2, 15
      ] >>
    } >>,
    / manifest-component-id / 5: [
       'TEEP-Device',
       'SecureFS',
      h'8D82573A926D4754935332DC29997F74',  / tc-uuid /
       'suit'
    ],
    / install / 17: << [
      / directive-override-parameters / 20, {
        / parameter-uri / 21: "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.ta"
      },
      / directive-fetch / 21, 15,
      / condition-image-match / 3, 15
    ] >>,
    / uninstall / 24: << [
      / directive-unlink / 33, 15
    ] >>
  } >>
}
]]></artwork></figure>

</section>
<section numbered="no" anchor="cbor-binary-in-hex"><name>CBOR Binary in Hex</name>

<figure><artwork><![CDATA[
A2025873825824822F5820EF53C7F719CB10041233850AE3211D62CEC952
8924E656607688E77BC14886A0584AD28443A10126A0F658407E367F9E12
4859473FBDF3D6312AA8943617B41AE4782FCA0E77A492C51F8A7252EA42
C23D722E787AA235B5175DBE61DDF8F16F956E0317B9550A04BF9165DD03
590108A601010203035884A20281844B544545502D446576696365485365
637572654653508D82573A926D4754935332DC29997F7442746104585486
14A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55BA
A8C5265FC5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411A8
C3A14FD9B77A30D046397481469468ECE80E14010F020F05844B54454550
2D446576696365485365637572654653508D82573A926D4754935332DC29
997F7444737569741158458614A115783B68747470733A2F2F6578616D70
6C652E6F72672F38643832353733612D393236642D343735342D39333533
2D3332646332393939376637342E7461150F030F1818448218210F
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="suit-integrated"><name>Example 2: SUIT Manifest including the Trusted Component Binary</name>

<section numbered="no" anchor="cbor-diagnostic-notation-of-suit-manifest-1"><name>CBOR Diagnostic Notation of SUIT Manifest</name>

<figure><artwork><![CDATA[
/ SUIT_Envelope / {
  / authentication-wrapper / 2: << [
    << [
      / digest-algorithm-id: / -16 / SHA256 /,
      / digest-bytes: / h'526A85341DE35AFA4FAF9EDDDA40164525077DC45DFBE25785B9FF40683EE881'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'4B57A8102D0D86B83BA0368E118917D87DBF7815DC31B19DEB7E154F3D191A1434ADFAE27D5AED39C07A2A4B2A0D78031E73B23D679507C4953DD9E00CA7E541'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 3,
    / common / 3: << {
      / components / 2: [
        [
           'TEEP-Device',
           'SecureFS',
          h'8D82573A926D4754935332DC29997F74', / tc-uuid /
           'ta'
        ]
      ],
      / shared-sequence / 4: << [
        / directive-override-parameters / 20, {
          / parameter-vendor-identifier / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F',
          / parameter-class-identifier / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E',
          / parameter-image-digest / 3: << [
            / digest-algorithm-id: / -16 / SHA256 /,
            / digest-bytes: / h'8CF71AC86AF31BE184EC7A05A411A8C3A14FD9B77A30D046397481469468ECE8'
          ] >>,
          / parameter-image-size / 14: 20
        },
        / condition-vendor-identifier / 1, 15,
        / condition-class-identifier / 2, 15
      ] >>
    } >>,
    / manifest-component-id / 5: [
       'TEEP-Device',
       'SecureFS',
      h'8D82573A926D4754935332DC29997F74',  / tc-uuid /
       'suit'
    ],
    / install / 17: << [
      / directive-override-parameters / 20, {
        / uri / 21: "#tc"
      },
      / directive-fetch / 21, 15,
      / condition-image-match / 3, 15
    ] >>,
    / uninstall / 24: << [
      / directive-unlink / 33, 15
    ] >>
  } >>,
  "#tc" : 'Hello, Secure World!'
}
]]></artwork></figure>

</section>
<section numbered="no" anchor="cbor-binary-in-hex-1"><name>CBOR Binary in Hex</name>

<figure><artwork><![CDATA[
A3025873825824822F5820526A85341DE35AFA4FAF9EDDDA40164525077D
C45DFBE25785B9FF40683EE881584AD28443A10126A0F658404B57A8102D
0D86B83BA0368E118917D87DBF7815DC31B19DEB7E154F3D191A1434ADFA
E27D5AED39C07A2A4B2A0D78031E73B23D679507C4953DD9E00CA7E54103
58CEA601010203035884A20281844B544545502D44657669636548536563
7572654653508D82573A926D4754935332DC29997F744274610458548614
A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55BAA8
C5265FC5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411A8C3
A14FD9B77A30D046397481469468ECE80E14010F020F05844B544545502D
446576696365485365637572654653508D82573A926D4754935332DC2999
7F744473756974114C8614A11563237463150F030F1818448218210F6323
74635448656C6C6F2C2053656375726520576F726C6421
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="suit-personalization"><name>Example 3: Supplying Personalization Data for Trusted Component Binary</name>

<section numbered="no" anchor="cbor-diagnostic-notation-of-suit-manifest-2"><name>CBOR Diagnostic Notation of SUIT Manifest</name>

<figure><artwork><![CDATA[
/ SUIT_Envelope / {
  / authentication-wrapper / 2: << [
    << [
      / digest-algorithm-id: / -16 / SHA256 /,
      / digest-bytes: / h'F8CDE205EA2C63FB23042AAF336BA51C12DBDFAA9714149F42FA0F701490DF43'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'34994DB97D120652829B242C9A33AEF892C213BB10550341B9816207EF78E21BE323A8B4C3BF2BD90E3EEE34D749D3AF45C972E3EA96B8FE3D49B3CD27FCF779'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 3,
    / common / 3: << {
      / dependencies / 1: {
        / component-index / 1: {
          / dependency-prefix / 1: [
             'TEEP-Device',
             'SecureFS',
            h'8D82573A926D4754935332DC29997F74', / tc-uuid /
             'suit'
          ]
        }
      },
      / components / 2: [
        [
          'TEEP-Device',
          'SecureFS',
          'config.json'
        ]
      ],
      / shared-sequence / 4: << [
        / directive-set-component-index / 12, 0,
        / directive-override-parameters / 20, {
          / parameter-vendor-identifier / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F',
          / parameter-class-identifier / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E'
        },
        / condition-vendor-identifier / 1, 15,
        / condition-class-identifier / 2, 15
      ] >>
    } >>,
    / manifest-component-id / 5: [
      'TEEP-Device',
      'SecureFS',
      'config.suit'
    ],
    / validate / 7: << [
      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / NOTE: image-digest and image-size of plaintext config.json /
        / parameter-image-digest / 3: << [
          / digest-algorithm-id: / -16 / SHA256 /,
          / digest-bytes: / h'2d62bc330d02054f4028e790a161cf26fce74ae5e05f6165ccbdf23b27faf5c7'
        ] >>,
        / image-size / 14: 64
      },
      / condition-image-match / 3, 15
    ] >>,
    / dependency-resolution / 15: << [
      / directive-set-component-index / 12, 1,
      / directive-override-parameters / 20, {
        / uri / 21: "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.suit"
      },
      / directive-fetch / 21, 2
    ] >>,
    / install / 17: << [
      / directive-set-component-index / 12, 1,
      / directive-process-dependency / 11, 0,

      / NOTE: fetch encrypted firmware /
      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / NOTE: encrypted payload and encryption-info /
        / parameter-content / 18: h'48FE0794D291C42700D614FC7EF638A6CF9C6B40CBE172CC0EB2B0ECB9DA6071BE85CACB416090E350354760A463D3D85D7E835B5E48190DBE61F2DA1C1C687062AC556B89B8459FE99D79378158BAF5',
        / parameter-encryption-info / 19: << 96([
          / protected: / << {
            / alg / 1: 1 / AES-GCM-128 /
          } >>,
          / unprotected: / {
            / IV / 5: h'5318E31B9825AAF12664796B5DC644EB'
          },
          / payload: / null / detached ciphertext /,
          / recipients: / [
            [
              / protected: / << {
              } >>,
              / unprotected: / {
                / alg / 1: -3 / A128KW /,
                / kid / 4: 'kid-1'
              },
              / payload: / h'8A788C02AA608BAD1F94BDC4786E6BAFB9D805173A8B66DD' / CEK encrypted with KEK /
            ]
          ]
        ]) >>
      },

      / decrypt encrypted firmware /
      / directive-write / 18, 15 / consumes the SUIT_Encryption_Info above /
    ] >>,
    / uninstall / 24: << [
      / directive-set-component-index / 12, 1,
      / directive-process-dependency / 11, 0,
      / directive-set-component-index / 12, 0,
      / directive-unlink / 33, 15
    ] >>
  } >>
}
]]></artwork></figure>

</section>
<section numbered="no" anchor="cbor-binary-in-hex-2"><name>CBOR Binary in Hex</name>

<figure><artwork><![CDATA[
A2025873825824822F5820F8CDE205EA2C63FB23042AAF336BA51C12DBDF
AA9714149F42FA0F701490DF43584AD28443A10126A0F6584034994DB97D
120652829B242C9A33AEF892C213BB10550341B9816207EF78E21BE323A8
B4C3BF2BD90E3EEE34D749D3AF45C972E3EA96B8FE3D49B3CD27FCF77903
5901E3A801010203035886A301A101A101844B544545502D446576696365
485365637572654653508D82573A926D4754935332DC29997F7444737569
740281834B544545502D4465766963654853656375726546534B636F6E66
69672E6A736F6E04582D880C0014A20150C0DDD5F15243566087DB4F5B0A
A26C2F0250DB42F7093D8C55BAA8C5265FC5820F4E010F020F05834B5445
45502D4465766963654853656375726546534B636F6E6669672E73756974
075831860C0014A2035824822F58202D62BC330D02054F4028E790A161CF
26FCE74AE5E05F6165CCBDF23B27FAF5C70E1840030F0F5847860C0114A1
15783D68747470733A2F2F6578616D706C652E6F72672F38643832353733
612D393236642D343735342D393335332D3332646332393939376637342E
7375697415021158A48A0C010B000C0014A212585048FE0794D291C42700
D614FC7EF638A6CF9C6B40CBE172CC0EB2B0ECB9DA6071BE85CACB416090
E350354760A463D3D85D7E835B5E48190DBE61F2DA1C1C687062AC556B89
B8459FE99D79378158BAF5135843D8608443A10101A105505318E31B9825
AAF12664796B5DC644EBF6818341A0A2012204456B69642D3158188A788C
02AA608BAD1F94BDC4786E6BAFB9D805173A8B66DD120F18184A880C010B
000C0018210F
]]></artwork></figure>

<t>The Personalization Data above is encrypted with A128KW.
The secret key is h'61616161616161616161616161616161' (0x61 = 'a', and the length is 16).</t>

</section>
</section>
</section>
<section numbered="no" anchor="suit-reports"><name>F. Examples of SUIT Reports</name>

<t>This section shows some examples of SUIT reports.</t>

<section numbered="no" anchor="f1-example-1-success"><name>F.1. Example 1: Success</name>

<t>SUIT Reports have no records if no conditions have failed.
The URI in this example is the reference URI provided in the SUIT manifest.</t>

<figure><artwork><![CDATA[
{
  / suit-report-manifest-digest / 1:<<[
    / algorithm-id / -16 / "sha256" /,
    / digest-bytes / h'a7fd6593eac32eb4be578278e6540c5c'
                     h'09cfd7d4d234973054833b2b93030609'
  ]>>,
  / suit-report-manifest-uri / 2: "tam.teep.example/personalisation.suit",
  / suit-report-records / 4: []
}
]]></artwork></figure>

</section>
<section numbered="no" anchor="f2-example-2-faiure"><name>F.2. Example 2: Faiure</name>

<figure><artwork><![CDATA[
{
  / suit-report-manifest-digest / 1:<<[
    / algorithm-id / -16 / "sha256" /,
    / digest-bytes / h'a7fd6593eac32eb4be578278e6540c5c09cfd7d4d234973054833b2b93030609'
  ]>>,
  / suit-report-manifest-uri / 2: "tam.teep.example/personalisation.suit",
  / suit-report-records / 4: [
    {
      / suit-record-manifest-id / 1:[],
      / suit-record-manifest-section / 2: 7 / dependency-resolution /,
      / suit-record-section-offset / 3: 66,
      / suit-record-dependency-index / 5: 0,
      / suit-record-failure-reason / 6: 404
    }
  ]
}
]]></artwork></figure>

<t>where the dependency-resolution refers to:</t>

<figure><artwork><![CDATA[
{
  authentication-wrapper,
  / manifest / 3:<<{
    / manifest-version / 1:1,
    / manifest-sequence-number / 2:3,
    common,
    dependency-resolution,
    install,
    validate,
    run,
    text
  }>>,
}
]]></artwork></figure>

<t>and the suit-record-section-offset refers to:</t>

<figure><artwork><![CDATA[
<<[
  / directive-set-dependency-index / 13,0 ,
  / directive-set-parameters / 19,{
    / uri / 21:'tam.teep.example/'
               'edd94cd8-9d9c-4cc8-9216-b3ad5a2d5b8a.suit',
    } ,
  / directive-fetch / 21,2 ,
  / condition-image-match / 3,15
]>>,
]]></artwork></figure>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
El+VNKBG2yg/kFkaaywAQEB1qNJMmSybh9kqYi+LgYkkPLH8ZKheB0s25yY+
KtkUSpNbbmvTpuCsR0P3VJErjDAFESAwRuebZC4ZFwBAkpCkG8QvySkwi6e1
rdq2J/kJ58gs5MFdV9CWhWeGuZbO6My2OdUK75g0alrQMWX5JGfDieJLO2hu
32U5sDNAXwsDK4tv4nloG9dUNhcL2Ciq5eCtKggANDNHGFIKVGaqDKhgtDT6
zgjarPwRKoJGnhj7UngbworwztoPZwJEvJGVwWeCSXruJWKQF4g0HSWBhmhW
DaeWqjmdJ9P3xCAM47fdZNRLanvOC1PAdpkRSCqsFixo/Q5sVOUwRGFbRoxv
gC4n63Qa5WV1ipqqOOmJ6H0jWV74UTUI3qgecyWylGmCbjNTZ0KWe7ZVy6wA
TFWNRI+ZwggHjWyT0ZoITNTFkBM0SwwaHemjds4YNyM7krhLKsU6s0OOs/UF
CLRS0Mzthwy4J2l8iwdUsN8u+cPHIBhbKTLJYYJJHiOqw6pDzizOal0kmWUg
yZj6Ax1eL2LglZgAQhW40FUvtMO+mPE48Nr1dH1T+8z0xjGyraSrqlvKi2Fh
AohLGsZUaZ4BQsVx0gXGHyQC69ZzJjb1GT1l0hxbsJqT90qWmUCZ07/8BVfu
Q/HLstiyMmtbV6RCRxVDmRNxpVwCr4zYQVOcHd2ZU0Lz5Iue5KuChvmYDCkZ
+cwnRsBmSZr49eopisKFVUYVLoCyBssiI9CDCCD+3TIZr/iFuSwU7MblBJyy
mjQvx2Csnkih/10fnrEOwSXg+oGOHMVCcWZe3nvjod1QjkCeBfVTIVSudFY4
Fn/EKztMlS+1ohPckFCWTSM0ECb5odhATRbKir5UAZpZYUFU/PDoBMdMKfQ1
KbF4HbBtMQOxXyZ2ANByqiwcSIOYG5jQmBAI+5rCoVCnxtw8kpeoEDZ97F5I
kqWEKmfLbLHPve7/H5/jrx8pTvCY0k2c49OOU45YkbWvqKPJdsnkIMyIIIR2
lgqYXQXEY889jE79bHqRpMjnsAEWf98HPmE1AmxZX6zsj7pXQPnQqCCOySOL
LRYYfBG8kc9KvR8nsphlzsaPDc5kmFnkbyINq9Y25A7O/G4DGpKVE6/j7syE
YzkWbMJJWDQ9W5H8uXyxca4pWZny3ov8okUxiRgxv/aArgS5xbLr/EOIfRI+
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
mkc7I4zeFmbZ+kYS6SCoEgWQkTgUKUY6PBoJzkfe/hTZYAIHjJSQoauxKv7P
P0X9Q71eb9Sb9Va9Xe/Uu/VevV8f1MP6RX1an9Wj+qX4P29N48YWjavuyxA+
cdr/igvusAHDDnNU+cI5KFfniJkE/CYrnK7WoMyZGH4Js12KMhjXGjV/rRXP
STyXHaDL6AAohedofd0IMfZE3kS6FyCX3ZN8dk804P/LLLl7FWqqme4e/JMZ
757ku3uAtGJfXL8Y1oeNYXPYGraHnWF32Bv2h4PhcHgwHA3Hw8nw8EVF9tMU
ZU+0BJrw6uIt/l6npEUywI0sBNptuae4zN4DlsQ9GA7/r9GvoAb8Fv5vT3A2
M47PnJyherwn2dqDf/RYfd9YqDTT2h7+8za/ep81k1df7VXgTHAyWuxnmL/n
syHIKV+Ojh+z8mpfj4MLzY3zmFV7Lal4entOgN5PHjMmTPRWUSiJxU2JxVsT
Iu7e7xTX91yEaRre73R2cTv1RuHzesEvuXYau5uwHHsPm4XewFt3mrsSUo12
ydDN+q66Dfsarp262xp9LdlOo7tr4P7QhZEt662SeVu71mUyM/cbbnuGEO2f
r5p19PW6b+A6LbJfhAcP1dx94Bo+uBSzAGsSM7yDmo1mYX2NPq7AMte5yNzs
qh6L6Iocwjtd7AD04GXeQvorr7RXWGmPVtp3VkqWur3HnIlHOtM7bW7ov8mm
Z69dgfiRUBbOHc3fTjS75snTtqstGBOd1fZ8q90M6cev1r2nonhVtyCVilAC
nQQqOQHBBwQP+9H/OT2+KRPWUF65Tu4WMm9YvGBCOzPiAkq/VClpzsG3St7W
D74DsjGrgWqKajefKHtgHCoZ+qooSKHsoaSH6eIS/lv/6WuF3vdnT7wHcZvl
hesXF2Gv3+heXPYv643pZRS2G/B/9VnUmYVRs9lsvdiORcJA9Xqr2whbg26j
1wsH04t2o3552W1cNkFi7ISz8oE+KmEGNviOswjhZhp1XN+g3b/s97v1WaMV
trutqB9p2Wcd0T74D2AuNq83Bv3LTj1sw9TTeqffbUxV726rH4W6cxLdmN7N
Th8792Ey2HEFfj6aTCbizTdH6g35m8kxlhfak72v7zjZ0B73HmDvTnswm0bT
af9i0O9Ne63eRbsdteuXvWm31ZlG/U2Q3BOvZMWi6XW8lJmMMGZLySg4pdLz
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

-->

</rfc>

