<?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-19" 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>dave.thaler.ietf@gmail.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="2024"/>

    <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 a TEEP message is received (see the ProcessTeepMessage conceptual API
defined in Section 6.2.1 of <xref target="RFC9397"/>),
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. When the attestation bit is
clear then a challenge will be included, which offers replay protection
capabilities. The size of the token is at least 8 bytes
(64 bits) and maximum of 64 bytes. 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 for parsing SUIT Reports. 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.
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 the QueryRequest MUST be used to generate the EAT,
by copying the challenge into the eat_nonce claim (Section 4.1 of <xref target="eat"/>) if
the nonce-based freshness mechanism is used for attestation Evidence.  For more details about freshness
of Evidence 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=urn:ietf:rfc:rfcXXXX" (see <xref target="I-D.ietf-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace XXXX above with 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-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-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=urn:ietf:rfc:rfcXXXX" (see <xref target="I-D.ietf-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace XXXX above with 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 (see Section 4.2.15 of <xref target="I-D.ietf-rats-eat"/>) 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. See
Section 7 of <xref target="I-D.ietf-suit-trust-domains"/> for more information about the 
suit-uninstall Command Sequence.</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=urn:ietf:rfc:rfcXXXX" (see <xref target="I-D.ietf-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace XXXX above with 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" that contains the URI. The filename "tc-uuid" 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" (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" 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"       | |
      |       |       },                                         | |
      |       |       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 ],
     ? supported-suit-cose-profiles => [ + $suit-cose-profile ],
     ? 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_UNSUPPORTED_SUIT_REPORT = 8
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>supported-suit-cose-profiles</dt>
  <dd>
    <t>The supported-suit-cose-profiles parameter lists the SUIT profiles
supported by the TEEP Agent. Details
about the cipher suite encoding can be found in <xref target="eat-suit-ciphersuite"/>.
This otherwise optional parameter MUST be returned if err-code is ERR_UNSUPPORTED_SUIT_REPORT.</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_UNSUPPORTED_SUIT_REPORT (8)</dt>
  <dd>
    <t>Indicates that the TEEP Agent does not support the suit-cose-profile of
the SUIT Reports which was sent by the TAM. The TEEP Agent must report the
error code ERR_UNSUPPORTED_SUIT_REPORT supplying the
supported-suit-cose-profiles.</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>&lt;urn:ietf:rfc:rfcXXXX&gt;.
(RFC-editor: upon RFC publication, replace XXXX with 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-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-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>

<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 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>The TEEP Agent MAY also use (in any implementation specific way) any SUIT Reports in the
QueryRequest in determining whether it trusts the TAM.  If a SUIT Report
uses a suit-cose-profile that the TEEP Agent does not support, then the TEEP
Agent MUST send an Error Message with the error code ERR_UNSUPPORTED_SUIT_REPORT supplying
the supported-suit-cose-profiles.  Otherwise, processing continues as follows.</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 anchor="handling-an-update-message"><name>Handling an Update Message</name>

<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>
</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.</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.
;It is 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 (ES-DH) 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>ES-DH is a scheme that provides public key encryption given
a recipient's public key. Hence, the TEEP Agent needs to be in possession of the public
key of the TAM. See Section 5 of <xref target="RFC9397"/> for more discussion of TAM keys used by the
TEEP Agent. There are multiple variants of this scheme; this document uses the
variant specified in Section 8.5.5 of <xref target="RFC9052"/>.</t>

<t>The following two layer structure is used:</t>

<t><list style="symbols">
  <t>Layer 0: Has a content encrypted with the Content Encryption Key (CEK), a symmetric key.
For encrypting SUIT Reports and EATs the content MUST NOT be detached.</t>
  <t>Layer 1: Uses the AES Key Wrap algorithm to encrypt the randomly generated CEK with the
Key Encryption Key (KEK) derived with ES-DH, whereby the resulting symmetric key is fed
into the HKDF-based key derivation function.</t>
</list></t>

<t>As a result, the two layers combine ES-DH with AES-KW and HKDF.</t>

<t>This document re-uses the CDDL defined in Section 6.2.3 of
<xref target="I-D.ietf-suit-firmware-encryption"/> and the context information structure defined in
Section 6.2.4 of <xref target="I-D.ietf-suit-firmware-encryption"/> although with an important modification.
The COSE_KDF_Context.SuppPubInfo.other value MUST be set to "SUIT Report Encryption" when a
SUIT Report is encrypted and MUST be set to "EAT Encryption" when an EAT is encrypted. The
COSE_KDF_Context.SuppPubInfo.other field captures the protocol in which the ES-DH content key
distribution algorithm is used.</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-a128ctr
$suit-cose-profile /= suit-sha256-eddsa-ecdh-a128ctr
$suit-cose-profile /= suit-sha256-es256-ecdh-a128gcm
$suit-cose-profile /= suit-sha256-eddsa-ecdh-chacha-poly
]]></sourcecode></figure>

</section>
</section>
<section anchor="freshness-mechanisms"><name>Attestation 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>

<t>EATs and SUIT Reports from a TAM can also be present in
a QueryRequest. Typically, the ability to uniquely identify a TAM
is less of a concern than it is for TEEP Agents, but where confidentiality
is a concern for the TAM, such EATs and SUIT Reports SHOULD be encrypted
just like ones from TEEP Agents.</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>CBOR Object Signing and Encryption (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>
      <author fullname="Orie Steele" initials="O." surname="Steele">
         <organization>Transmute</organization>
      </author>
      <date day="23" month="October" 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-04"/>
   
</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>Mediatek USA</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="5" month="May" year="2024"/>
      <abstract>
	 <t>   An Entity Attestation Token (EAT) provides an attested claims set
   that describes state and characteristics of an entity, a device like
   a smartphone, IoT device, network equipment or such.  This claims set
   is used by a relying party, server or service to determine the type
   and degree of trust placed in the entity.

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-26"/>
   
</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">
         </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="5" month="February" year="2024"/>
      <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 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-25"/>
   
</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="12" month="February" year="2024"/>
      <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-05"/>
   
</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="4" month="March" year="2024"/>
      <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-06"/>
   
</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="4" month="March" year="2024"/>
      <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-08"/>
   
</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="3" month="March" year="2024"/>
      <abstract>
	 <t>   This document specifies techniques for encrypting software, firmware,
   machine learning models, 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-19"/>
   
</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>Linaro</organization>
      </author>
      <author fullname="Vincent Scarlata" initials="V." surname="Scarlata">
         <organization>Intel</organization>
      </author>
      <date day="4" month="March" year="2024"/>
      <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-06"/>
   
</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="4" month="March" year="2024"/>
      <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-09"/>
   
</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>Linaro</organization>
      </author>
      <date day="2" month="April" year="2024"/>
      <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-07"/>
   
</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="December" 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-02"/>
   
</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 1958?>

<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.
;It is 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-a128ctr
$suit-cose-profile /= suit-sha256-eddsa-ecdh-a128ctr
$suit-cose-profile /= suit-sha256-es256-ecdh-a128gcm
$suit-cose-profile /= suit-sha256-eddsa-ecdh-chacha-poly

; 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-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 ],
     ? supported-suit-cose-profiles => [ + $suit-cose-profile ],
     ? 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_UNSUPPORTED_SUIT_REPORT = 8
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-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: / [
    [-16, -7, -29, -65534] / suit-sha256-es256-ecdh-a128ctr /,
    [-16, -8, -29, -65534] / suit-sha256-eddsa-ecdh-a128ctr /,
    [-16, -7, -29, 1]      / suit-sha256-es256-ecdh-a128gcm /,
    [-16, -8, -29, 24]     / suit-sha256-eddsa-ecdh-chacha-poly /
  ],
  / 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 /
   84               # array(4) / supported-suit-cose-profiles /
      84            # array(4) / suit-sha256-es256-ecdh-a128ctr /,
         2f         # negative(15) / -16 = SHA-256 /
         26         # negative(6) / -7 = ES256 /
         38 1C      # negative(28) / -29 = ECDH-ES + A128KW /
         39 fffd    # negative(65533) / -65534 = A128CTR /
      84            # array(4) / suit-sha256-eddsa-ecdh-a128ctr /
         2f         # negative(15) / -16 = SHA-256 /
         27         # negative(7) / -8 = EdDSA /
         38 1C      # negative(28) / -29 = ECDH-ES + A128KW /
         39 fffd    # negative(65533) / -65534 = A128CTR /
      84            # array(4) / suit-sha256-es256-ecdh-a128gcm /
         2f         # negative(15) / -16 = SHA-256 /
         26         # negative(6) / -7 = ES256 /
         38 1C      # negative(28) / -29 = ECDH-ES + A128KW /
         01         # unsigned(1) / A128GCM /
      84            # array(4) / suit-sha256-eddsa-ecdh-chacha-poly /
         2f         # negative(15) / -16 = SHA-256 /
         27         # negative(7) / EdDSA /
         38 1C      # negative(28) / -29 = ECDH-ES + A128KW /
         18 18      # unsigned(24) / 24 = ChaCha20/Poly1305 /
   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-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 /
   A4               # map(4)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
      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, {
        / parameter-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>

<t>This example uses the following parameters:</t>

<t><list style="symbols">
  <t>SUIT Profile: suit-sha256-es256-ecdh-a128ctr (see <xref target="I-D.ietf-suit-mti"/> Section 3.2)
  <list style="symbols">
      <t>Algorithm for payload encryption: A128CTR (-65534)</t>
      <t>Algorithm for key wrap: ECDH-ES + A128KW (-29)</t>
    </list></t>
  <t>KEK (Receiver's Private Key):
  <list style="symbols">
      <t>kty: EC2</t>
      <t>crv: P-256</t>
      <t>x: h'5886CD61DD875862E5AAA820E7A15274C968A9BC96048DDCACE32F50C3651BA3'</t>
      <t>y: h'9EED8125E932CD60C0EAD3650D0A485CF726D378D1B016ED4298B2961E258F1B'</t>
      <t>d: h'60FE6DD6D85D5740A5349B6F91267EEAC5BA81B8CB53EE249E4B4EB102C476B3'</t>
    </list></t>
  <t>COSE_KDF_Context
  <list style="symbols">
      <t>AlgorithmID: -3 (A128KW)</t>
      <t>SuppPubInfo
      <list style="symbols">
          <t>keyDataLength: 128</t>
          <t>protected: &lt;&lt; {/ alg / 1: -29 / ECDH-ES+A128KW / } &gt;&gt;</t>
          <t>other: 'SUIT Payload Encryption'</t>
        </list></t>
    </list></t>
</list></t>

<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'FE6CF752367398A8BEBF0EE521242560FF495CBA08883AEDAF8CC4DC5E0DA444'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'DEA71FE757D211B86796EDB058A82F85F93DD95B5494AEC284E19330E376BFDDCAFA97D336F776890ED37B7B068904AD92E0F1657FE3935D78B4AB083ACFCA09'
    ]) >>
  ] >>,
  / 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'8273468FB64BD84BB04825F8371744D952B751C73A60F455AF681E167726F116'
        ] >>,
        / image-size / 14: 61
      },
      / condition-image-match / 3, 15
    ] >>,
    / dependency-resolution / 15: << [
      / directive-set-component-index / 12, 1,
      / directive-override-parameters / 20, {
        / parameter-image-digest / 3: << [
          / algorithm-id / -16 / SHA256 /,
          / digest-bytes / h'EF53C7F719CB10041233850AE3211D62CEC9528924E656607688E77BC14886A0'
        ] >>,
        / parameter-image-size / 14: 389,
        / parameter-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'6D5BE4F569E98AE01F38B071EF025437B742FF28854AB32C868BC6A76CD33B5CA112FF22BA95EA4672B7199C89A7829183794A21A6BE345C4371DCB0DC',
        / parameter-encryption-info / 19: << 96([
          / protected: / h'',
          / unprotected: / {
            / alg / 1: -65534 / A128CTR /,
            / IV / 5: h'67E3BA7CD42D02BBC39C508B5EA0F1C4'
          },
          / payload: / null / detached ciphertext /,
          / recipients: / [
            [
              / protected: / << {
                / alg / 1: -29 / ECDH-ES + A128KW /
              } >>,
              / unprotected: / {
                / ephemeral key / -1: {
                  / kty / 1: 2 / EC2 /,
                  / crv / -1: 1 / P-256 /,
                  / x / -2: h'F2452399667F57993B14C5F1107F667884854C190894FC08531C1E2290A7BA19',
                  / y / -3: h'275EDDE29FD75C9393AFFA706F8FAD3C49D03D67D47F8B0C027BE5F0BCA884CB'
                }
              },
              / payload: / h'7D806DA1ACEC6F704D803F0CFE7420525C81E1957699FCCE'
            ]
          ]
        ]) >>
      },

      / decrypt encrypted firmware /
      / directive-write / 18, 15 / consumes the SUIT_Encryption_Info above /
      / NOTE: decrypted payload would be ``{"name":"FOO Bar","secret":"0123456789abfcdef0123456789abcd"}'' /
    ] >>,
    / 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[
A2025873825824822F5820FE6CF752367398A8BEBF0EE521242560FF495C
BA08883AEDAF8CC4DC5E0DA444584AD28443A10126A0F65840DEA71FE757
D211B86796EDB058A82F85F93DD95B5494AEC284E19330E376BFDDCAFA97
D336F776890ED37B7B068904AD92E0F1657FE3935D78B4AB083ACFCA0903
590242A801010203035886A301A101A101844B544545502D446576696365
485365637572654653508D82573A926D4754935332DC29997F7444737569
740281834B544545502D4465766963654853656375726546534B636F6E66
69672E6A736F6E04582D880C0014A20150C0DDD5F15243566087DB4F5B0A
A26C2F0250DB42F7093D8C55BAA8C5265FC5820F4E010F020F05834B5445
45502D4465766963654853656375726546534B636F6E6669672E73756974
075831860C0014A2035824822F58208273468FB64BD84BB04825F8371744
D952B751C73A60F455AF681E167726F1160E183D030F0F5872860C0114A3
035824822F5820EF53C7F719CB10041233850AE3211D62CEC9528924E656
607688E77BC14886A00E19018515783D68747470733A2F2F6578616D706C
652E6F72672F38643832353733612D393236642D343735342D393335332D
3332646332393939376637342E7375697415021158D88A0C010B000C0014
A212583D6D5BE4F569E98AE01F38B071EF025437B742FF28854AB32C868B
C6A76CD33B5CA112FF22BA95EA4672B7199C89A7829183794A21A6BE345C
4371DCB0DC13588AD8608440A20139FFFD055067E3BA7CD42D02BBC39C50
8B5EA0F1C4F6818344A101381CA120A401022001215820F2452399667F57
993B14C5F1107F667884854C190894FC08531C1E2290A7BA19225820275E
DDE29FD75C9393AFFA706F8FAD3C49D03D67D47F8B0C027BE5F0BCA884CB
58187D806DA1ACEC6F704D803F0CFE7420525C81E1957699FCCE120F1818
4A880C010B000C0018210F
]]></artwork></figure>

</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-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-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',
    } ,
  / directive-fetch / 21,2,
  / condition-image-match / 3,15
]>>,
]]></artwork></figure>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
+yHdHEXHyMfid7sNwaDKhEMa5v43rLvZ4eHZAQA=

-->

</rfc>

