<?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-17" category="std" consensus="true" submissionType="IETF" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="TEEP Protocol">Trusted Execution Environment Provisioning (TEEP) Protocol</title>

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

    <date year="2023"/>

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

    <abstract>


<?line 108?>

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



    </abstract>



  </front>

  <middle>


<?line 116?>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    QueryRequest ------->

                           QueryResponse

                 <-------     or

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

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

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

             Update  ---->

                            Success

                    <----    or

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

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

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

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

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

teep-option = (uint => any)

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

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

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

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

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

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

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

<t>When 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. 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-teep-cipher-suite => $teep-cipher-suite,
    ? selected-version => version,
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + bstr ],
    ? tc-list => [ + system-property-claims ],
    ? requested-tc-list => [ + requested-tc-info ],
    ? unneeded-manifest-list => [ + SUIT_Component_Identifier ],
    ? ext-list => [ + ext-info ],
    * $$query-response-extensions,
    * $$teep-option-extensions
  }
]

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

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

<dl newline="true">
  <dt>type</dt>
  <dd>
    <t>The value of (2) corresponds to a QueryResponse message sent from the TEEP Agent
to the TAM.</t>
  </dd>
  <dt>token</dt>
  <dd>
    <t>The value in the token parameter is used to match responses to requests. The
value MUST correspond to the value received with the QueryRequest message
if one was present, and MUST be absent if no token was present in the
QueryRequest.</t>
  </dd>
  <dt>selected-teep-cipher-suite</dt>
  <dd>
    <t>The selected-teep-cipher-suite parameter indicates the selected TEEP cipher suite. If this
parameter is not present, it is to be treated as if the TEEP Agent accepts
any TEEP cipher suites listed in the QueryRequest, so the TAM can select one.
Details about the TEEP cipher suite encoding can be found in <xref target="teep-ciphersuite"/>.</t>
  </dd>
  <dt>selected-version</dt>
  <dd>
    <t>The selected-version parameter indicates the TEEP protocol version selected by the
TEEP Agent. The absence of this parameter indicates the same as if it
was present with a value of 0.</t>
  </dd>
  <dt>attestation-payload-format</dt>
  <dd>
    <t>The attestation-payload-format parameter indicates the IANA Media Type of the
attestation-payload parameter, where media type parameters are permitted after
the media type.  For protocol version 0, the absence of this parameter indicates that
the format is "application/eat+cwt; eat_profile=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 ],
     ? challenge => bstr .size (8..512),
     ? versions => [ + version ],
     ? suit-reports => [ + SUIT_Report ],
     * $$teep-error-extensions,
     * $$teep-option-extensions
  },
  err-code: (0..23)
]

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

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

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

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

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

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

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

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

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

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

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

<t><list style="symbols">
  <t>profile-label: The profile-label for this specification is the URI</t>
</list></t>
<t>&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-teep-cipher-suite</c>
      <c>5</c>
      <c>selected-version</c>
      <c>6</c>
      <c>attestation-payload</c>
      <c>7</c>
      <c>tc-list</c>
      <c>8</c>
      <c>ext-list</c>
      <c>9</c>
      <c>manifest-list</c>
      <c>10</c>
      <c>msg</c>
      <c>11</c>
      <c>err-msg</c>
      <c>12</c>
      <c>attestation-payload-format</c>
      <c>13</c>
      <c>requested-tc-list</c>
      <c>14</c>
      <c>unneeded-manifest-list</c>
      <c>15</c>
      <c>component-id</c>
      <c>16</c>
      <c>tc-manifest-sequence-number</c>
      <c>17</c>
      <c>have-binary</c>
      <c>18</c>
      <c>suit-reports</c>
      <c>19</c>
      <c>token</c>
      <c>20</c>
      <c>supported-freshness-mechanisms</c>
      <c>21</c>
      <c>err-code</c>
      <c>23</c>
</texttable>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

cose-sign1 = 18      ; CoAP Content-Format value

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

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

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

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

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

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

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

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

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

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

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

<t>TEEP uses COSE for confidentiality of EATs and SUIT Reports sent by a TEEP Agent.
The TEEP Agent obtains a signed EAT and then SHOULD encrypt it using the TAM
as the recipient. A SUIT Report is created by a SUIT processor, which
is part of the TEEP Agent itself. The TEEP Agent is therefore in control of signing
the SUIT Report and SHOULD encrypt it. Again, the TAM is the recipient of the encrypted
content. For content-key distribution Ephemeral-Static Diffie-Hellman (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-a128gcm
$suit-cose-profile /= suit-sha256-eddsa-ecdh-a128gcm
]]></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>
      <date day="11" 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-03"/>
   
</reference>


<reference anchor="I-D.ietf-rats-eat">
   <front>
      <title>The Entity Attestation Token (EAT)</title>
      <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
         <organization>Security Theory LLC</organization>
      </author>
      <author fullname="Giridhar Mandyam" initials="G." surname="Mandyam">
         <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname="Jeremy O&#x27;Donoghue" initials="J." surname="O&#x27;Donoghue">
         <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname="Carl Wallace" initials="C." surname="Wallace">
         <organization>Red Hound Software, Inc.</organization>
      </author>
      <date day="14" month="October" year="2023"/>
      <abstract>
	 <t>   An Entity Attestation Token (EAT) provides an attested claims set
   that describes state and characteristics of an entity, a device like
   a smartphone, IoT device, network equipment or such.  This claims set
   is used by a relying party, server or service to determine the type
   and degree of trust placed in the entity.

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

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


<reference anchor="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="10" month="September" year="2023"/>
      <abstract>
	 <t>   This specification describes the format of a manifest.  A manifest is
   a bundle of metadata about code/data obtained by a recipient (chiefly
   the firmware for an IoT device), where to find the 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-23"/>
   
</reference>


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

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


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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-trust-domains-05"/>
   
</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="11" month="September" year="2023"/>
      <abstract>
	 <t>   The Software Update for the Internet of Things (SUIT) manifest
   provides a way for many different update and boot workflows to be
   described by a common format.  However, this does not provide a
   feedback mechanism for developers in the event that an update or boot
   fails.

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-report-07"/>
   
</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="11" month="September" year="2023"/>
      <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-17"/>
   
</reference>


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

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


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

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

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


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

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-media-type-04"/>
   
</reference>


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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-concise-ta-stores-01"/>
   
</reference>

<reference anchor="RFC8610">
  <front>
    <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="C. Vigano" initials="C." surname="Vigano"/>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <date month="June" year="2019"/>
    <abstract>
      <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8610"/>
  <seriesInfo name="DOI" value="10.17487/RFC8610"/>
</reference>

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

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

<reference anchor="RFC9334">
  <front>
    <title>Remote ATtestation procedureS (RATS) Architecture</title>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="D. Thaler" initials="D." surname="Thaler"/>
    <author fullname="M. Richardson" initials="M." surname="Richardson"/>
    <author fullname="N. Smith" initials="N." surname="Smith"/>
    <author fullname="W. Pan" initials="W." surname="Pan"/>
    <date month="January" year="2023"/>
    <abstract>
      <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9334"/>
  <seriesInfo name="DOI" value="10.17487/RFC9334"/>
</reference>




    </references>


<?line 1949?>

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

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

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

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

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

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

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

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

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

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

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

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

teep-option = (uint => any)

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

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

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

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

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

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

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

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

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

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

cose-sign1 = 18      ; CoAP Content-Format value

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

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

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

; freshness-mechanisms
FRESHNESS_NONCE = 0
FRESHNESS_TIMESTAMP = 1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<t>COSE_Sign1 Cryptographic Key:</t>

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<figure><artwork><![CDATA[
{
  / suit-report-manifest-digest / 1:<<[
    / algorithm-id / -16 / "sha256" /,
    / digest-bytes / h'a7fd6593eac32eb4be578278e6540c5c'
                     h'09cfd7d4d234973054833b2b93030609'
  ]>>,
  / suit-report-manifest-uri / 2: "tam.teep.example/personalisation",
  / suit-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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
dfTjP+vDwV9/OJK/Hwz+Oj4AgI2u/xLuf/Ov9qt//ev27Ie/jX+Yr34M/7Lo
/iveGV0EFz/uzNqLv03nR3+/uPu23nt5f/PqYjDbPx4P/3kR/njaaN+eX01+
vEz/cnf46uK4836y/PHNq7NkevXihQOBzLIYAFTZXHzNoJR690LdJPGcs8kk
6rvTI5O+vSydoVwj0HELbxCS3TKulLuUa9hUkbV+R21koHf0exMDUmytyfqp
/ZARNsaMDjutIUjajd3hfqNebzearVa/Ux+MWs1G46DbHI6Gu51mf7fZHnVR
uu51+/1Rr7c/bLT7IBPXn4uCrC0T6wzsdtnldvUN7emuKWSN/bzUbp6zl/dG
rW7vEDQskPxBH+qBlndw2DrothpNUBB2261uo7ffbgxG7V6/eQhqIABh0N5t
DjuNw/6g1wSJfNBuDputg16zOer1e6B9tDr7nUavc7A/6jYODg77h43u4W6n
CwoGjLULytKg3t4/BDWuox0Xb8VMruFp1d6MNdrRh4uM4M7ndXbvHVVi6t5R
5dZtz7j03LFT+xbJ59rw7P38Ofbm58vQmv603fitc6LXwH0m60zEO+qxJrAd
9XMbgt0RfxbbrzvgBubeR9KMTKdfyIybdwdtZrF1jIY76lHGWbf5A/ZYYyi0
RMe5X5kYpY5zVYovR/5ibHQpim7Fc+RVQjn0wqwtuNHbyzKLxyC/ewY/r8n3
U6VgScXWXfeYygy6b51jWc3t/pvt0v2v5tN4/h5H8YcJxA78ydGyXBUfZOCX
0YdSvl5sRtyMxQblPLbMdGh5VvA5TCt4Oteqt4LObr1R7w+6jzcMdjvB042B
/W7wdAPg/iB4utFv0A8eaejruHAIigCxKRwCAQQcNSicMGejYY2ID9kNg3WG
w4dshcE6Y6FrH2zQsfebDfg/Yy10RfRmVkS3Fe42kcy5cgTGj//3ENABSweA
I+3GwajVGRwO2ocDuPKA8Yj83XYHkLvXOxi2OweH+yNAm35nf/fwsF3v9luj
Ub/f+L9FQIcb1Bv0gcQc1A/63X3A9EG9BZet0ejvNnoHeOkPe/1G52CIPo3d
g9F+b9TotIEcNnYbcF1bQEMPB6Nm76AzGAFaD+u9QXPQ3m8O6ge9PhC3Ua+1
D4Sw29sFiA4x0ujgYHdUB2W3N+q0G78L6L8L6L8L6OV7+l1A//cL6I5Y/sVy
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

-->

</rfc>

