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

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc strict="yes"?>
<?rfc toc="yes"?>
<?rfc tocdepth="4"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>

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

    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization>Arm Ltd.</organization>
      <address>
        <postal>
          <street></street>
          <city>Absam</city>
          <region>Tirol</region>
          <code>6067</code>
          <country>Austria</country>
        </postal>
        <email>hannes.tschofenig@arm.com</email>
      </address>
    </author>
    <author initials="M." surname="Pei" fullname="Mingliang Pei">
      <organization>Broadcom</organization>
      <address>
        <postal>
          <street>350 Ellis St</street>
          <city>Mountain View</city>
          <region>CA</region>
          <code>94043</code>
          <country>USA</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>AIST</organization>
      <address>
        <postal>
          <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country>JP</country>
        </postal>
        <email>akira.tsukamoto@aist.go.jp</email>
      </address>
    </author>

    <date year="2022"/>

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

    <abstract>


<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>


<section anchor="introduction" title="Introduction">

<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="I-D.ietf-teep-architecture"/> provides design
guidance and introduces the
necessary terminology.</t>

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

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

<t>This specification re-uses the terminology defined in <xref target="I-D.ietf-teep-architecture"/>.</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="I-D.ietf-rats-architecture"/>.</t>

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

<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="RFC8152"/>. 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" title="Detailed Messages Specification">

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

<figure><artwork><![CDATA[
{
    teep-message                => (query-request /
                                    query-response /
                                    update /
                                    teep-success /
                                    teep-error ),
}
]]></artwork></figure>

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

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

<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="RFC8152"/> specification.</t>
  <t>Create a COSE_Sign1 object
  using the TEEP message as the COSE_Sign1 Payload; all
  steps specified in <xref target="RFC8152"/> for creating a
  COSE_Sign1 object MUST be followed.</t>
</list></t>

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

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

<t><list style="numbers">
  <t>Verify that the received message is a valid CBOR object.</t>
  <t>Verify that the message contains a COSE_Sign1 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="RFC8152"/> (“Signing Objects”) for
  validating a COSE_Sign1 object. The COSE_Sign1 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" title="QueryRequest Message">

<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 via the request parameter. Currently, 
the following features are supported:</t>

<t><list style="symbols">
  <t>Request for attestation information,</t>
  <t>Listing supported extensions,</t>
  <t>Querying installed Trusted Components, and</t>
  <t>Listing supported SUIT commands.</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><artwork><![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 ],
    * $$query-request-extensions
    * $$teep-option-extensions
  },
  supported-cipher-suites: [ + $cipher-suite ],
  data-item-requested: data-item-requested  
]
]]></artwork></figure>

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

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

      <list style="hanging">
        <t hangText="attestation (1)">
        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>
        <t hangText="trusted-components (2)">
        With this value the TAM queries the TEEP Agent for all installed Trusted Components.</t>
        <t hangText="extensions (4)">
        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>
        <t hangText="suit-reports (8)">
        With this value the TAM requests the TEEP Agent to return SUIT Reports
in the response.</t>
      </list>

Further values may be added in the future.</t>
  <t hangText="supported-freshness-mechanisms"><vspace blankLines='0'/>
  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>
  <t hangText="challenge"><vspace blankLines='0'/>
  The challenge field is an optional parameter used for ensuring the freshness of the
attestation payload returned with a QueryResponse message. It MUST be absent if
the attestation bit is clear (since the token is used instead in that case).
When a challenge is 
provided in the QueryRequest and an EAT is returned with a QueryResponse message
then the challenge contained in this request MUST be used to generate the EAT,
such as by copying the challenge into the nonce claim found in the EAT if
using the Nonce freshness mechanism.  For more details see <xref target="freshness-mechanisms"/>.

If any format other than EAT is used, it is up to that
format to define the use of the challenge field.</t>
  <t hangText="versions"><vspace blankLines='0'/>
  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>
</list></t>

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

<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><artwork><![CDATA[
query-response = [
  type: TEEP-TYPE-query-response,
  options: {
    ? token => bstr .size (8..64),
    ? selected-cipher-suite => $cipher-suite,
    ? selected-version => version,
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + SUIT_Report ],
    ? tc-list => [ + system-property-claims ],
    ? requested-tc-list => [ + requested-tc-info ],
    ? unneeded-manifest-list => [ + bstr .cbor SUIT_Digest ],
    ? ext-list => [ + ext-info ],
    * $$query-response-extensions,
    * $$teep-option-extensions
  }
]

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

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

<t><list style="hanging">
  <t hangText="type"><vspace blankLines='0'/>
  The value of (2) corresponds to a QueryResponse message sent from the TEEP Agent
to the TAM.</t>
  <t hangText="token"><vspace blankLines='0'/>
  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>
  <t hangText="selected-cipher-suite"><vspace blankLines='0'/>
  The selected-cipher-suite parameter indicates the selected cipher suite. If this
parameter is not present, it is to be treated as if the TEEP Agent accepts
any cipher suites listed in the QueryRequest, so the TAM can select one.
Details about the cipher suite encoding can be found in <xref target="ciphersuite"/>.</t>
  <t hangText="selected-version"><vspace blankLines='0'/>
  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>
  <t hangText="attestation-payload-format"><vspace blankLines='0'/>
  The attestation-payload-format parameter indicates the IANA Media Type of the
attestation-payload parameter, where media type parameters are permitted after
the media type.  For protocol version 0, the absence of this parameter indicates that
the format is “application/eat-cwt; eat_profile=https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-10” (see <xref target="I-D.lundblade-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace URI above with
“https://www.rfc-editor.org/info/rfcXXXX” where XXXX is the RFC number
of this document.)
It MUST be present if the attestation-payload parameter
is present and the format is not an EAT in CWT format with the profile
defined below in <xref target="eat"/>.</t>
  <t hangText="attestation-payload"><vspace blankLines='0'/>
  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>
  <t hangText="suit-reports"><vspace blankLines='0'/>
  If present, the suit-reports parameter contains a set of “boot” (including
starting an executable in an OS context) time SUIT Reports
as defined in Section 4 of <xref target="I-D.ietf-suit-report"/>.
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>
  <t hangText="tc-list"><vspace blankLines='0'/>
  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>
  <t hangText="requested-tc-list"><vspace blankLines='0'/>
  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="I-D.ietf-teep-architecture"/> section 6.2.1.</t>
  <t hangText="unneeded-manifest-list"><vspace blankLines='0'/>
  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 Digest.
A TEEP Agent can get this information from the UnrequestTA conceptual API
defined in <xref target="I-D.ietf-teep-architecture"/> section 6.2.1.</t>
  <t hangText="ext-list"><vspace blankLines='0'/>
  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>
</list></t>

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

<t><list style="hanging">
  <t hangText="component-id"><vspace blankLines='0'/>
  A SUIT Component Identifier.</t>
  <t hangText="tc-manifest-sequence-number"><vspace blankLines='0'/>
  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>
  <t hangText="have-binary"><vspace blankLines='0'/>
  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>
</list></t>

<section anchor="attestation" title="Evidence and Attestation Results">

<t>Section 7 of <xref target="I-D.ietf-teep-architecture"/> 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="I-D.ietf-teep-architecture"/> 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><xref target="I-D.ietf-rats-eat"/> section 4.1</c>
      <c>Device unique identifier</c>
      <c>ueid</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.1</c>
      <c>Vendor of the device</c>
      <c>oemid</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.3</c>
      <c>Class of the device</c>
      <c>hardware-model</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.4</c>
      <c>TEE hardware type</c>
      <c>hardware-version</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.5</c>
      <c>TEE hardware version</c>
      <c>hardware-version</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.5</c>
      <c>TEE firmware type</c>
      <c>manifests</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.16</c>
      <c>TEE firmware version</c>
      <c>manifests</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 4.2.16</c>
</texttable>

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

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

<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="I-D.ietf-rats-architecture"/>)
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><artwork><![CDATA[
update = [
  type: TEEP-TYPE-update,
  options: {
    ? token => bstr .size (8..64),
    ? unneeded-manifest-list => [ + bstr .cbor SUIT_Digest ],
    ? manifest-list => [ + bstr .cbor SUIT_Envelope ],
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    * $$update-extensions,
    * $$teep-option-extensions
  }
]
]]></artwork></figure>

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

<t><list style="hanging">
  <t hangText="type"><vspace blankLines='0'/>
  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>
  <t hangText="token"><vspace blankLines='0'/>
  The value in the token field is used to match responses to requests.</t>
  <t hangText="unneeded-manifest-list"><vspace blankLines='0'/>
  The unneeded-manifest-list parameter enumerates the SUIT manifests to be unlinked.
Each unneeded SUIT manifest is identified by its SUIT Digest.</t>
  <t hangText="manifest-list"><vspace blankLines='0'/>
  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>
  <t hangText="attestation-payload-format"><vspace blankLines='0'/>
  The attestation-payload-format parameter indicates the IANA Media Type of the
attestation-payload parameter, where media type parameters are permitted after
the media type.  The absence of this parameter indicates that
the format is “application/eat-cwt; eat_profile=https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-10” (see <xref target="I-D.lundblade-rats-eat-media-type"/>
for further discussion).
(RFC-editor: upon RFC publication, replace URI above with
“https://www.rfc-editor.org/info/rfcXXXX” where XXXX is the RFC number
of this document.)
It MUST be present if the attestation-payload parameter
is present and the format is not an EAT in CWT format with the profile
defined below in <xref target="eat"/>.</t>
  <t hangText="attestation-payload"><vspace blankLines='0'/>
  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>
</list></t>

<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="I-D.ietf-teep-architecture"/> 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" title="Scenario 1: Having one SUIT Manifest pointing to a URI of a Trusted Component Binary">

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

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

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

<t>Pros:</t>

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

<t>Cons:</t>

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

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

             Update  ---->

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

    and then,

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

                     <----

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

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

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

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

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

<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" title="Scenario 3: Supplying Personalization Data for the Trusted Component Binary">

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

<t>The Trusted Component Developer places Personalization Data in a file named “config.json” and hosts it on an HTTPS server.  The Trusted Component Developer then creates a SUIT manifest with the URI, specifying which Trusted Component Binary it correlates to in the parameter ‘dependency-resolution’, and signs the SUIT manifest.</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: [                           | |
      |       |         {{digest-of-tc.suit}}                   | |
      |       |       ]                                         | |
      |       |     }                                           | |
      |       |     dependency-resolution: {                    | |
      |       |       override-parameters: {                    | |
      |       |         uri: "https://example.org/tc-uuid.suit" | |
      |       |       }                                         | |
      |       |       fetch                                     | |
      |       |     }                                           | |
      |       |     install: {                                  | |
      |       |       override-parameters: {                    | |
      |       |         uri: "https://example.org/config.json"  | |
      |       |       },                                        | |
      |       |       fetch                                     | |
      |       |       set-dependency-index                      | |
      |       |       process-dependency                        | |
      |       |     }                                           | |
      |       |   }                                             | |
      |       | })                                              | |
      |       +=================================================+ |
      |     ]                                                     |
      |   }                                                       |
      | ])                                                        |
      +===========================================================+

    and then,

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

                     <----
      fetch "https://example.org/config.json"

          +=======config.json========+
          | 7B 22 75 73 65 72 22 ... |
          +==========================+

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

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

</section>
<section anchor="unlinking" title="Scenario 4: Unlinking a Trusted Component">

<t>A Trusted Component Developer can also generate a SUIT Manifest that unlinks the installed Trusted Component. The TAM delivers it when the TAM wants to uninstall the component.</t>

<t>The suit-directive-unlink (see <xref target="I-D.ietf-suit-trust-domains"/> Section-6.5.4) is located in the manifest to unlink the Trusted Component, meaning that the reference count
is decremented and the component is deleted when the reference count becomes zero.
(If other Trusted Components depend on it, the reference count will not be zero.)</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: [                  | |
      |       |       unlink                    | |
      |       |     ]                           | |
      |       |   }                             | |
      |       | })                              | |
      |       +=================================+ |
      |     ]                                     |
      |   }                                       |
      | ])                                        |
      +===========================================+

    Figure 5: Unlink Trusted Component example (summary)
]]></artwork></figure>

<t>For the full SUIT Manifest example binary, see <xref target="suit-unlink">Appendix E. SUIT Example 4</xref></t>

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

<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><artwork><![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
  }
]
]]></artwork></figure>

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

<t><list style="hanging">
  <t hangText="type"><vspace blankLines='0'/>
  The value of (5) corresponds to corresponds to a Success message sent from the TEEP Agent to the
TAM.</t>
  <t hangText="token"><vspace blankLines='0'/>
  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>
  <t hangText="msg"><vspace blankLines='0'/>
  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>
  <t hangText="suit-reports"><vspace blankLines='0'/>
  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>
</list></t>

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

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

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

<t><list style="hanging">
  <t hangText="type"><vspace blankLines='0'/>
  The value of (6) corresponds to an Error message sent from the TEEP Agent to the TAM.</t>
  <t hangText="token"><vspace blankLines='0'/>
  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>
  <t hangText="err-msg"><vspace blankLines='0'/>
  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>
  <t hangText="supported-cipher-suites"><vspace blankLines='0'/>
  The supported-cipher-suites parameter lists the cipher suite(s) supported by the TEEP Agent.
Details about the cipher suite encoding can be found in <xref target="ciphersuite"/>.
This otherwise optional parameter MUST be returned if err-code is ERR_UNSUPPORTED_CIPHER_SUITES.</t>
  <t hangText="supported-freshness-mechanisms"><vspace blankLines='0'/>
  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>
  <t hangText="versions"><vspace blankLines='0'/>
  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>
  <t hangText="suit-reports"><vspace blankLines='0'/>
  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>
  <t hangText="err-code"><vspace blankLines='0'/>
  The err-code parameter contains one of the 
error codes listed below). Only selected values are applicable
to each message.</t>
</list></t>

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

<t><list style="hanging">
  <t hangText="ERR_PERMANENT_ERROR (1)"><vspace blankLines='0'/>
  The TEEP
request 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.
A TAM receiving this error might refuse to communicate further with
the TEEP Agent 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>
  <t hangText="ERR_UNSUPPORTED_EXTENSION (2)"><vspace blankLines='0'/>
  The TEEP Agent does not support an extension included in the request
message.
For diagnosis purposes it is RECOMMMENDED to identify the unsupported
extension in the error message.
A TAM receiving this error might retry the request without using extensions.</t>
  <t hangText="ERR_UNSUPPORTED_FRESHNESS_MECHANISMS (3)"><vspace blankLines='0'/>
  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>
  <t hangText="ERR_UNSUPPORTED_MSG_VERSION (4)"><vspace blankLines='0'/>
  The TEEP Agent does not
support the TEEP protocol version indicated in the request message.
A TAM receiving this error might retry the request using a different
TEEP protocol version.</t>
  <t hangText="ERR_UNSUPPORTED_CIPHER_SUITES (5)"><vspace blankLines='0'/>
  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>
  <t hangText="ERR_BAD_CERTIFICATE (6)"><vspace blankLines='0'/>
  Processing of a certificate failed. For diagnosis purposes it is
RECOMMMENDED to include information about the failing certificate
in the error message.  For example, the certificate was of an
unsupported type, or the certificate was revoked by its signer.
A TAM receiving this error might attempt to use an alternate certificate.</t>
  <t hangText="ERR_CERTIFICATE_EXPIRED (9)"><vspace blankLines='0'/>
  A certificate has expired or is not currently
valid.
A TAM receiving this error might attempt to renew its certificate
before using it again.</t>
  <t hangText="ERR_TEMPORARY_ERROR (10)"><vspace blankLines='0'/>
  A miscellaneous
temporary error, such as a memory allocation failure, occurred while processing the request message.
A TAM receiving this error might retry the same request at a later point
in time.</t>
  <t hangText="ERR_MANIFEST_PROCESSING_FAILED (17)"><vspace blankLines='0'/>
  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>
</list></t>

<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" title="EAT Profile">

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

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

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

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

<t><list style="symbols">
  <t>Use of JSON, CBOR, or both: CBOR only.</t>
  <t>CBOR Map and Array Encoding: Only definite length arrays and maps.</t>
  <t>CBOR String Encoding: Only definite-length strings are allowed.</t>
  <t>CBOR Preferred Serialization: Encoders must use preferred serialization,
and decoders need not accept non-preferred serialization.</t>
  <t>COSE/JOSE Protection: See <xref target="ciphersuite"/>.</t>
  <t>Detached EAT Bundle Support: DEB use is permitted.</t>
  <t>Verification 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).</t>
  <t>Endorsement Identification: Optional, but semantics are the same
as in Verification Key Identification.</t>
  <t>Freshness: See <xref target="freshness-mechanisms"/>.</t>
  <t>Required Claims: None.</t>
  <t>Prohibited Claims: None.</t>
  <t>Additional Claims: Optional claims are those listed in <xref target="attestation"/>.</t>
  <t>Refined Claim Definition: None.</t>
  <t>CBOR Tags: CBOR Tags are not used.</t>
  <t>Manifests and Software Evidence Claims: The sw-name claim for a Trusted
Component holds the URI of the SUIT manifest for that component.</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>
<section anchor="tags" title="Mapping of TEEP Message Parameters to CBOR Labels">

<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-cipher-suites</c>
      <c>1</c>
      <c>challenge</c>
      <c>2</c>
      <c>versions</c>
      <c>3</c>
      <c>selected-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>
</texttable>

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

<t>Behavior is specified in terms of the conceptual APIs defined in
section 6.2.1 of <xref target="I-D.ietf-teep-architecture"/>.</t>

<section anchor="tam" title="TAM Behavior">

<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.
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" title="Handling a QueryResponse Message">

<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 send in the QueryRequest message if a token
was present.  If these requirements are not met, the TAM drops the message.  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"/>.</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="I-D.ietf-rats-architecture"/>)
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"/>.</t>

<section anchor="attestation-result" title="Handling an Attestation Result">

<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 can 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.</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 QueryRequest 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" title="Handling a Success or Error Message">

<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 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" title="TEEP Agent Behavior">

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

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

<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><artwork><![CDATA[
$cipher-suite /= teep-cipher-suite-sign1-es256
$cipher-suite /= teep-cipher-suite-sign1-eddsa

; The following two cipher suites have only a single operation each.
; Other cipher suites may be defined to have multiple operations.

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

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

cose-sign1 = 18      ; CoAP Content-Format value

cose-alg-es256 = -7  ; ECDSA w/ SHA-256
cose-alg-eddsa = -8  ; EdDSA
]]></artwork></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="RFC8152"/> 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="I-D.ietf-teep-architecture"/> 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="I-D.ietf-teep-architecture"/>.</t>

<t>The cipher suites defined above do not do encryption at the TEEP layer, but
permit encryption of the SUIT payload (e.g., using <xref target="I-D.ietf-suit-firmware-encryption"/>).
See <xref target="security"/> 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-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 one of the cipher suites mandatory for the TAM.</t>

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

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

<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="I-D.ietf-rats-architecture"/>.</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><artwork><![CDATA[
FRESHNESS_NONCE = 0
FRESHNESS_TIMESTAMP = 1

$freshness-mechanism /= FRESHNESS_NONCE
$freshness-mechanism /= FRESHNESS_TIMESTAMP
]]></artwork></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.  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" title="Security Considerations">

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

<t><list style="hanging">
  <t hangText="Cryptographic Algorithms"><vspace blankLines='0'/>
  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>
  <t hangText="Attestation"><vspace blankLines='0'/>
  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 hangText="Trusted Component Binaries"><vspace blankLines='0'/>
  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 digitial
signatures and can support symmetric encryption if a SUIT mechanism such as <xref target="I-D.ietf-suit-firmware-encryption"/>
is used.</t>
  <t hangText="Personalization Data"><vspace blankLines='0'/>
  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 signed and encrypted (e.g., via <xref target="I-D.ietf-suit-firmware-encryption"/>)
by a Trusted Component Signer other than
the TAM is opaque to the TAM.</t>
  <t hangText="TEEP Broker"><vspace blankLines='0'/>
  As discussed in section 6 of <xref target="I-D.ietf-teep-architecture"/>,
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>
  <t hangText="Trusted Component Signer Compromise"><vspace blankLines='0'/>
  A TAM is responsible for vetting a Trusted Component and
before distributing them to TEEP Agents.<vspace />
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.wallace-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>
  <t hangText="CA Compromise"><vspace blankLines='0'/>
  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 using
a firmware update mechanism such as <xref target="I-D.wallace-rats-concise-ta-stores"/>. If the CA issuing certificates to
devices gets compromised then these devices might be rejected by a
TAM, if revocation is available to the TAM.</t>
  <t hangText="TAM Certificate Expiry"><vspace blankLines='0'/>
  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>
  <t hangText="Compromised Time Source"><vspace blankLines='0'/>
  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>
</list></t>

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

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

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

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

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

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

</section>
</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference anchor='RFC8152' target='https://www.rfc-editor.org/info/rfc8152'>
<front>
<title>CBOR Object Signing and Encryption (COSE)</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<date month='July' year='2017'/>
<abstract><t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t></abstract>
</front>
<seriesInfo name='RFC' value='8152'/>
<seriesInfo name='DOI' value='10.17487/RFC8152'/>
</reference>



<reference anchor='RFC3629' target='https://www.rfc-editor.org/info/rfc3629'>
<front>
<title>UTF-8, a transformation format of ISO 10646</title>
<author fullname='F. Yergeau' initials='F.' surname='Yergeau'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc5198'>
<front>
<title>Unicode Format for Network Interchange</title>
<author fullname='J. Klensin' initials='J.' surname='Klensin'><organization/></author>
<author fullname='M. Padlipsky' initials='M.' surname='Padlipsky'><organization/></author>
<date month='March' year='2008'/>
<abstract><t>The Internet today is in need of a standardized form for the transmission of internationalized &quot;text&quot; 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='RFC5280' target='https://www.rfc-editor.org/info/rfc5280'>
<front>
<title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
<author fullname='D. Cooper' initials='D.' surname='Cooper'><organization/></author>
<author fullname='S. Santesson' initials='S.' surname='Santesson'><organization/></author>
<author fullname='S. Farrell' initials='S.' surname='Farrell'><organization/></author>
<author fullname='S. Boeyen' initials='S.' surname='Boeyen'><organization/></author>
<author fullname='R. Housley' initials='R.' surname='Housley'><organization/></author>
<author fullname='W. Polk' initials='W.' surname='Polk'><organization/></author>
<date month='May' year='2008'/>
<abstract><t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5280'/>
<seriesInfo name='DOI' value='10.17487/RFC5280'/>
</reference>



<reference anchor='RFC7049' target='https://www.rfc-editor.org/info/rfc7049'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='October' year='2013'/>
<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></abstract>
</front>
<seriesInfo name='RFC' value='7049'/>
<seriesInfo name='DOI' value='10.17487/RFC7049'/>
</reference>


<reference anchor='I-D.ietf-rats-architecture'>
   <front>
      <title>Remote Attestation Procedures Architecture</title>
      <author fullname='Henk Birkholz' initials='H.' surname='Birkholz'>
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Dave Thaler' initials='D.' surname='Thaler'>
         <organization>Microsoft</organization>
      </author>
      <author fullname='Michael Richardson' initials='M.' surname='Richardson'>
         <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Ned Smith' initials='N.' surname='Smith'>
         <organization>Intel Corporation</organization>
      </author>
      <author fullname='Wei Pan' initials='W.' surname='Pan'>
         <organization>Huawei Technologies</organization>
      </author>
      <date day='28' month='September' year='2022'/>
      <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.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-architecture-22'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-architecture-22.txt' type='TXT'/>
</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&#39;Donoghue' initials='J.' surname='O&#39;Donoghue'>
         <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname='Carl Wallace' initials='C.' surname='Wallace'>
         <organization>Red Hound Software, Inc.</organization>
      </author>
      <date day='22' month='October' year='2022'/>
      <abstract>
	 <t>   An Entity Attestation Token (EAT) provides an attested claims set
   that describes state and characteristics of an entity, a device like
   a smartphone, IoT device, network equipment or such.  This claims set
   is used by a relying party, server or service to determine how much
   it wishes to trust the entity.

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-eat-17'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-eat-17.txt' type='TXT'/>
</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='7' month='September' year='2022'/>
      <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-06'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-reference-interaction-models-06.txt' type='TXT'/>
</reference>


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

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-suit-manifest-20'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-manifest-20.txt' type='TXT'/>
</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>
      <date day='7' month='March' year='2022'/>
      <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 uses different trust anchors for different purposes or components
   in the context of firmware update.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-suit-trust-domains-00'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-trust-domains-00.txt' type='TXT'/>
</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='July' year='2022'/>
      <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-02'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-report-02.txt' type='TXT'/>
</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' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<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' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<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'>
         <organization>Arm Limited</organization>
      </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='24' month='October' year='2022'/>
      <abstract>
	 <t>   This document specifies techniques for encrypting software, firmware
   and personalization data by utilizing the IETF SUIT manifest.  Key
   establishment is provided by hybrid public-key encryption (HPKE) and
   AES Key Wrap (AES-KW).  HPKE uses public key cryptography while AES-
   KW uses a pre-shared key-encryption 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-09'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-firmware-encryption-09.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-teep-architecture'>
   <front>
      <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
      <author fullname='Mingliang Pei' initials='M.' surname='Pei'>
         <organization>Broadcom</organization>
      </author>
      <author fullname='Hannes Tschofenig' initials='H.' surname='Tschofenig'>
         <organization>Arm Limited</organization>
      </author>
      <author fullname='Dave Thaler' initials='D.' surname='Thaler'>
         <organization>Microsoft</organization>
      </author>
      <author fullname='Dave Wheeler' initials='D. M.' surname='Wheeler'>
         <organization>Amazon</organization>
      </author>
      <date day='11' month='July' year='2022'/>
      <abstract>
	 <t>   A Trusted Execution Environment (TEE) is an environment that enforces
   that any code within that environment cannot be tampered with, and
   that any data used by such code cannot be read or tampered with by
   any code outside that environment.  This architecture document
   motivates the design and standardization of a protocol for managing
   the lifecycle of trusted applications running inside such a TEE.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-teep-architecture-18'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-teep-architecture-18.txt' type='TXT'/>
</reference>


<reference anchor='I-D.lundblade-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='26' month='May' year='2022'/>
      <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-lundblade-rats-eat-media-type-00'/>
   <format target='https://www.ietf.org/archive/id/draft-lundblade-rats-eat-media-type-00.txt' type='TXT'/>
</reference>


<reference anchor='I-D.wallace-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='10' month='October' year='2022'/>
      <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-wallace-rats-concise-ta-stores-01'/>
   <format target='https://www.ietf.org/archive/id/draft-wallace-rats-concise-ta-stores-01.txt' type='TXT'/>
</reference>



<reference anchor='RFC8610' target='https://www.rfc-editor.org/info/rfc8610'>
<front>
<title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
<author fullname='H. Birkholz' initials='H.' surname='Birkholz'><organization/></author>
<author fullname='C. Vigano' initials='C.' surname='Vigano'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<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='RFC8126' target='https://www.rfc-editor.org/info/rfc8126'>
<front>
<title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
<author fullname='M. Cotton' initials='M.' surname='Cotton'><organization/></author>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<author fullname='T. Narten' initials='T.' surname='Narten'><organization/></author>
<date month='June' year='2017'/>
<abstract><t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters.  To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper.  For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t><t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed.  This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t><t>This is the third edition of this document; it obsoletes RFC 5226.</t></abstract>
</front>
<seriesInfo name='BCP' value='26'/>
<seriesInfo name='RFC' value='8126'/>
<seriesInfo name='DOI' value='10.17487/RFC8126'/>
</reference>



<reference anchor='RFC8915' target='https://www.rfc-editor.org/info/rfc8915'>
<front>
<title>Network Time Security for the Network Time Protocol</title>
<author fullname='D. Franke' initials='D.' surname='Franke'><organization/></author>
<author fullname='D. Sibold' initials='D.' surname='Sibold'><organization/></author>
<author fullname='K. Teichel' initials='K.' surname='Teichel'><organization/></author>
<author fullname='M. Dansarie' initials='M.' surname='Dansarie'><organization/></author>
<author fullname='R. Sundblad' initials='R.' surname='Sundblad'><organization/></author>
<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>




    </references>


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

<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" title="B. Acknowledgements">

<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" title="C. Complete CDDL">

<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><artwork type="CDDL"><![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, uint (0..23)
$teep-type = uint .size 1
TEEP-TYPE-query-request = 1
TEEP-TYPE-query-response = 2
TEEP-TYPE-update = 3
TEEP-TYPE-teep-success = 5
TEEP-TYPE-teep-error = 6

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

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

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 ],
    * $$query-request-extensions,
    * $$teep-option-extensions
  },
  supported-cipher-suites: [ + $cipher-suite ],
  data-item-requested: uint .bits data-item-requested
]

;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_Tag       = 18

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

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

;MANDATORY for TAM to support the following cipher-suites, 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_Tag, cose-alg-eddsa ]
teep-operation-sign1-es256 = [ COSE_Sign1_Tag, cose-alg-es256 ]

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

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

; freshness-mechanisms

FRESHNESS_NONCE = 0
FRESHNESS_TIMESTAMP = 1
FRESHNESS_EPOCH_ID = 2

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

query-response = [
  type: TEEP-TYPE-query-response,
  options: {
    ? token => bstr .size (8..64),
    ? selected-cipher-suite => $cipher-suite,
    ? selected-version => version,
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + SUIT_Report ],
    ? tc-list => [ + system-property-claims ],
    ? requested-tc-list => [ + requested-tc-info ],
    ? unneeded-manifest-list => [ + bstr .cbor SUIT_Digest ],
    ? 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 => [ + bstr .cbor SUIT_Digest ],
    ? manifest-list => [ + bstr .cbor SUIT_Envelope_Tagged ],
    * $$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-cipher-suites => [ + $cipher-suite ],
     ? supported-freshness-mechanisms => [ + $freshness-mechanism ],
     ? 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_CERTIFICATE_EXPIRED = 9
ERR_TEMPORARY_ERROR = 10
ERR_MANIFEST_PROCESSING_FAILED = 17

; labels of mapkey for teep message parameters, uint (0..23)
supported-cipher-suites = 1
challenge = 2
versions = 3
selected-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
]]></artwork></figure>

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

<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" title="D.1. QueryRequest Message">

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

<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-cipher-suites: / [ [ [ 18, -7 ] ], / Sign1 using ES256 /
                                 [ [ 18, -8 ] ]  / Sign1 using EdDSA /
                                ],
  / data-item-requested: / 3 / attestation | trusted-components /
]
]]></artwork></figure>

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

<figure><artwork><![CDATA[
84                  # array(4)
   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-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 /
   03               # unsigned(3) / attestation | trusted-components /
]]></artwork></figure>

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

<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" title="D.2.1. CBOR Diagnostic Notation">

<figure><artwork><![CDATA[
/ eat-claim-set = /
{
    / issuer /                   1: "joe",
    / timestamp (iat) /          6: 1(1526542894)
    / nonce /                   10: h'948f8860d13a463e8e',
    / secure-boot /             15: true,
    / debug-status /            16: 3, / disabled-permanently /
    / security-level /          14: 3, / secure-restricted /
    / device-identifier /    <TBD>: h'e99600dd921649798b013e9752dcf0c5',
    / vendor-identifier /    <TBD>: h'2b03879b33434a7ca682b8af84c19fd4', 
    / class-identifier /     <TBD>: h'9714a5796bd245a3a4ab4f977cb8487f',
    / chip-version /            26: [ "MyTEE", 1 ],
    / component-identifier / <TBD>: h'60822887d35e43d5b603d18bcaa3f08d',
    / version /              <TBD>: "v0.1"
}
]]></artwork></figure>

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

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

<figure><artwork><![CDATA[
/ query-response = /
[
  / type: / 2 / TEEP-TYPE-query-response /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF',
    / selected-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' ]
      },
      {
        / system-component-id / 0 : [ h'1102030405060708090A0B0C0D0E0F' ]
      }
    ]
  }
]
]]></artwork></figure>

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

<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-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: /
      82            # array(2)
         A1         # map(1)
            00      # unsigned(0) / system-component-id: /
            81      # array(1)
               4F   # bytes(15)
                  0102030405060708090A0B0C0D0E0F
         A1         # map(1)
            00      # unsigned(0) / system-component-id: /
            81      # array(1)
               4F   # bytes(15)
                  1102030405060708090A0B0C0D0E0F
]]></artwork></figure>

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

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

<figure><artwork><![CDATA[
/ update = /
[
  / type: / 3 / TEEP-TYPE-update /,
  / options: /
  {
    / token / 20 : h'A0A1A2A3A4A5A6A7A8A9AAABACADAEAF',
    / manifest-list / 10 : [
      <<
        / SUIT_Envelope_Tagged / 107( {
          / 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" title="D.4.2. CBOR Binary Representation">

<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 0150    # bytes(336)
            D86BA2025873825824822F5820DB601ADE73092B58532CA03FBB663DE495
            32435336F1558B49BB622726A2FEDD584AD28443A10126A0F658405B2D53
            5A2B6D5E3C585C1074F414DA9E10BD285C99A33916DADE3ED38812504817
            AC48B62B8E984EC622785BD1C411888BE531B1B594507816B201F6F28579
            A40358D4A401010203035884A20281844B544545502D4465766963654853
            65637572654653508D82573A926D4754935332DC29997F74427461045854
            8614A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55
            BAA8C5265FC5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411
            A8C3A14FD9B77A30D046397481469468ECE80E14010F020F0958458614A1
            15783B68747470733A2F2F6578616D706C652E6F72672F38643832353733
            612D393236642D343735342D393335332D3332646332393939376637342E
            7461150F030F
]]></artwork></figure>

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

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

<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" title="D.5.2. CBOR Binary Representation">

<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" title="D.6. Error Message">

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

<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" title="D.6.2. CBOR binary Representation">

<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" title="E. Examples of SUIT Manifests">

<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" title="Example 1: SUIT Manifest pointing to URI of the Trusted Component Binary">

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

<figure><artwork><![CDATA[
/ SUIT_Envelope_Tagged / 107( {
  / 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
    ] >>
  } >>
} )
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA2025873825824822F5820DB601ADE73092B58532CA03FBB663DE495
32435336F1558B49BB622726A2FEDD584AD28443A10126A0F658405B2D53
5A2B6D5E3C585C1074F414DA9E10BD285C99A33916DADE3ED38812504817
AC48B62B8E984EC622785BD1C411888BE531B1B594507816B201F6F28579
A40358D4A401010203035884A20281844B544545502D4465766963654853
65637572654653508D82573A926D4754935332DC29997F74427461045854
8614A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55
BAA8C5265FC5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411
A8C3A14FD9B77A30D046397481469468ECE80E14010F020F0958458614A1
15783B68747470733A2F2F6578616D706C652E6F72672F38643832353733
612D393236642D343735342D393335332D3332646332393939376637342E
7461150F030F
]]></artwork></figure>

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

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

<figure><artwork><![CDATA[
/ SUIT_Envelope_Tagged / 107( {
  / suit-authentication-wrapper / 2: << [
    / digest: / << [
      / suit-digest-algorithm-id: / -16 / SHA-256 /,
      / suit-digest-bytes: / h'E8B5EC4510260B42B489FDEC4B4918E8E97EB6E135C1B3B40E82419BF79224DE'
    ] >>,
    / signatures: / << / COSE_Sign1_Tagged / 18( [
      / protected: / << {
        / alg / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'C3C646030A93EC39E3F27111BE73A2810A9F7A57BB34E9C9916FC0601EAB8EB506B96C70864149664C1D090757714ACE153FBB982DFDA5B3FC150D89581E3994'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 3,
    / common / 3: << {
      / components / 2: [
        [
          h'544545502D446576696365',            / "TEEP-Device" /
          h'5365637572654653',                  / "SecureFS" /
          h'8D82573A926D4754935332DC29997F74',  / tc-uuid /
          h'7461'                               / "ta" /
        ]
      ],
      / common-sequence / 4: << [
        / directive-override-parameters / 20, {
          / vendor-id / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F' / c0ddd5f1-5243-5660-87db-4f5b0aa26c2f /,
          / class-id / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E' / db42f709-3d8c-55ba-a8c5-265fc5820f4e /,
          / image-digest / 3: << [
            / algorithm-id: / -16 / SHA-256 /,
            / digest-bytes: / h'8CF71AC86AF31BE184EC7A05A411A8C3A14FD9B77A30D046397481469468ECE8'
          ] >>,
          / image-size / 14: 20
        },
        / condition-vendor-identifier / 1, 15,
        / condition-class-identifier / 2, 15
      ] >>
    } >>,
    / install / 17: << [
      / directive-override-parameters / 20, {
        / uri / 21: "#tc"
      },
      / directive-fetch / 21, 15,
      / condition-image-match / 3, 15
    ] >>
  } >>,
  "#tc" : h'48656C6C6F2C2053656375726520576F726C6421' / "Hello, Secure World!" /
} )
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA3025873825824822F5820E8B5EC4510260B42B489FDEC4B4918E8E9
7EB6E135C1B3B40E82419BF79224DE584AD28443A10126A0F65840C3C646
030A93EC39E3F27111BE73A2810A9F7A57BB34E9C9916FC0601EAB8EB506
B96C70864149664C1D090757714ACE153FBB982DFDA5B3FC150D89581E39
9403589AA401010203035884A20281844B544545502D4465766963654853
65637572654653508D82573A926D4754935332DC29997F74427461045854
8614A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55
BAA8C5265FC5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411
A8C3A14FD9B77A30D046397481469468ECE80E14010F020F114C8614A115
63237463150F030F632374635448656C6C6F2C2053656375726520576F72
6C6421
]]></artwork></figure>

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

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

<figure><artwork><![CDATA[
/ SUIT_Envelope_Tagged / 107( {
  / authentication-wrapper / 2: << [
    / digest: / << [
      / algorithm-id: / -16 / SHA-256 /,
      / digest-bytes: / h'B2967C80D2DA2C9C226331AC4CF4C147F1D9E059C4EB6D165AB43E4C86275B9C'
    ] >>,
    / signatures: / << 18([
      / protected: / << {
        / alg / 1: -7 / ES256 /
      } >>,
      / unprotected: / {
      },
      / payload: / null,
      / signature: / h'BE370C83AAF922A2D2A807D068879EE3D1F1781750181EEE0251E96D320356B6E6D9553B9E33E4D250C52BCD446272F22A00AF6F3C43DAA7F263EF375307F646'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 3,
    / common / 3: << {
      / dependencies / 1: [
        / dependency-digest / 1: [
          / algorithm-id: / -16 / SHA-256 /,
          / digest-bytes: / h'549B1BF2E6F662167342A91E2CD16A695BE2ECFB7C325639189D0EA8EBA57D0A'
        ]
      ],
      / components / 2: [
        [
          h'544545502D446576696365',  / "TEEP-Device" /
          h'5365637572654653',        / "SecureFS" /
          h'636F6E6669672E6A736F6E'   / "config.json" /
        ]
      ],
      / common-sequence / 4: << [
        / directive-set-component-index / 12, 0,
        / directive-override-parameters / 20, {
          / vendor-id / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F' / c0ddd5f1-5243-5660-87db-4f5b0aa26c2f /,
          / class-id / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E' / db42f709-3d8c-55ba-a8c5-265fc5820f4e /,
          / image-digest / 3: << [
            / algorithm-id: / -16 / SHA-256 /,
            / digest-bytes: / h'AAABCCCDEEEF00012223444566678889ABBBCDDDEFFF01112333455567778999'
          ] >>,
          / image-size / 14: 64
        },
        / condition-vendor-identifier / 1, 15,
        / condition-class-identifier / 2, 15
      ] >>
    } >>,
    / validate / 7: << [
      / directive-set-component-index / 12, 0,
      / condition-image-match / 3, 15
    ] >>,
    / dependency-resolution / 15: << [
      / directive-set-dependency-index / 13, 0,
      / directive-override-parameters / 20, {
        / uri / 21: "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.suit"
      },
      / directive-fetch / 21, 2,
      / condition-image-match / 3, 15
    ] >>,
    / install / 17: << [
      / directive-set-dependency-index / 13, 0,
      / directive-process-dependency / 18, 0,
      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / uri / 21: "https://example.org/config.json"
      },
      / directive-fetch / 21, 2,
      / condition-image-match / 3, 15
    ] >>
  } >>
} )
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA2025873825824822F5820B2967C80D2DA2C9C226331AC4CF4C147F1
D9E059C4EB6D165AB43E4C86275B9C584AD28443A10126A0F65840BE370C
83AAF922A2D2A807D068879EE3D1F1781750181EEE0251E96D320356B6E6
D9553B9E33E4D250C52BCD446272F22A00AF6F3C43DAA7F263EF375307F6
4603590134A6010102030358A7A30181A101822F5820549B1BF2E6F66216
7342A91E2CD16A695BE2ECFB7C325639189D0EA8EBA57D0A0281834B5445
45502D4465766963654853656375726546534B636F6E6669672E6A736F6E
045857880C0014A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42
F7093D8C55BAA8C5265FC5820F4E035824822F5820AAABCCCDEEEF000122
23444566678889ABBBCDDDEFFF011123334555677789990E1840010F020F
0745840C00030F0F5849880D0014A115783D68747470733A2F2F6578616D
706C652E6F72672F38643832353733612D393236642D343735342D393335
332D3332646332393939376637342E737569741502030F11582F8C0D0012
000C0014A115781F68747470733A2F2F6578616D706C652E6F72672F636F
6E6669672E6A736F6E1502030F
]]></artwork></figure>

</section>
</section>
<section numbered="no" anchor="suit-unlink" title="E.4. Example 4: Unlink a Trusted Component">

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

<figure><artwork><![CDATA[
/ SUIT_Envelope_Tagged / 107( {
  / authentication-wrapper / 2: << [
    / digest: / << [
      / algorithm-id: / -16 / SHA-256 /,
      / digest-bytes: / h'54EA3D80AAF5370527E8C4FC9E0D91FF0BD0FED26AEAB602CA516541FEF7F15A'
    ] >>,
    / signatures: / << / COSE_Sign1_Tagged / 18( [
      / protected: / << {
        / alg / 1: -7 / ES256 /
      } >>,
      / unprotected: / {
      },
      / payload: / null,
      / signature: / h'436A36C33A3300D13ACF0075BA751B419FE1E8CCAB6CFB7952C2E97FD5DA70278EA3D8A8377D247CF8FE7F2874DF5A0F31B042C659A98DD57A0DC23F094666E8'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 18446744073709551615 / UINT64_MAX /,
    / common / 3: << {
      / components / 2: [
        [
          h'544545502D446576696365',            / "TEEP-Device" /
          h'5365637572654653',                  / "SecureFS" /
          h'8D82573A926D4754935332DC29997F74',  / tc-uuid /
          h'7461'                               / "ta" /
        ]
      ],
      / common-sequence / 4: << [
        / directive-override-parameters / 20, {
          / vendor-id / 1: h'C0DDD5F15243566087DB4F5B0AA26C2F' / c0ddd5f1-5243-5660-87db-4f5b0aa26c2f /,
          / class-id / 2: h'DB42F7093D8C55BAA8C5265FC5820F4E' / db42f709-3d8c-55ba-a8c5-265fc5820f4e /
        },
        / condition-vendor-identifier / 1, 15,
        / condition-class-identifier / 2, 15
      ] >>
    } >>,
    / install / 17: << [
      / directive-set-component-index / 12, 0,
      / directive-unlink / 33, 0
    ] >>
  } >>
} )
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA2025873825824822F582054EA3D80AAF5370527E8C4FC9E0D91FF0B
D0FED26AEAB602CA516541FEF7F15A584AD28443A10126A0F65840436A36
C33A3300D13ACF0075BA751B419FE1E8CCAB6CFB7952C2E97FD5DA70278E
A3D8A8377D247CF8FE7F2874DF5A0F31B042C659A98DD57A0DC23F094666
E8035873A40101021BFFFFFFFFFFFFFFFF03585BA20281844B544545502D
446576696365485365637572654653508D82573A926D4754935332DC2999
7F7442746104582B8614A20150C0DDD5F15243566087DB4F5B0AA26C2F02
50DB42F7093D8C55BAA8C5265FC5820F4E010F020F1146840C00182100
]]></artwork></figure>

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

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

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

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

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

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

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

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

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

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

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

</section>
</section>


  </back>

<!-- ##markdown-source:
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
z07bA/j7y9FI/n47eXn8Zf3Wvz05Hv7tb5fD9X99/+N/jb758uvTTv3b45E3
+vH7s/Tvf6wPfvzyenX31zfxevz1+c+HV+HfX1+9Hb4aDYdnk2U08ePLzU8/
Df569e2HMOi9iq5vfvrp6/7b9MZ788dZmH733fxqcTOMz5OLr96nyej7yYfb
r16l8auXfw8Hr49br/54uxp+kyY/X79ttk7b6Vfhd7ytyatxflOMGAh/k4cd
oWxVhJX54lUiH1m2gJNZqUMrgt83x1+fjCzwTd/fTm6/f/lV9F8nP/9YHw3/
9v2J/H08/Nt8DACbXP3VP/7yp/bXP/10c/b9t/PvV5uf/b/G3Z/Cw8nMm/18
eN2Ov12uTv4+u/2q3nt5t/56Nrw+Pp2Pfpz5P79ttG/OLxc/XyR/vZ1+PTvt
vF+kP7/++ixaXr54YUEgsywGALIWeTHQPOPcC7GOwhXnp4uoZqlKM1qWQEZe
I9B0C28Qkt0yrpS7lFvY1H32+4fY7S21/+mWnM9snzfWmp3s8dvs8Dva323T
yRZ7e6md/XdqX9d2dQXR7Xb0XeznD7Gbb7eX32snt81UT7aLP80e/gQ7+OPs
38ru/a6Sg9Y9du5HGvM+k13789izH2PH/rXs17+J3brk/Ws3O7VlKn2MXfqh
9mhtKDVE9B6786NQ9DPbmT/leNt2u/LO9mQJHrIfo93YaGa2WQDk5pfBh1JZ
4EnmxyeZHJ9kZnySafFJ5sQnmRCfZDZ8kqnwSebBJ5kEn2QGLDD92fJ2Mytv
m/T3u4jZnOQWU8z9y0jbh1I7lfLoQyRvmapjB2F70j/uTEbtDtyNbh2Q8Ljd
H0zH8Anc8UZ/ApeuNznuThotuLfHreN2fQJo2BgcT3uDZrM9nmSFbUuITeTC
fwXh+7eTuUetEeAn4OBw0JqMWoNJa9rsNRpwyeDiA8mAz6e9Yad3fNxqTwZA
txrd6agO5HMyBAp13Kl3jwfdUa8OF6PRHsA9GDXG9UEdyEgP7tdo0uggWR30
m+PpeNg5bk1HgPPjPlzBxqQ1GCiZOydyl0rb9wjaO8rYpeL1ryhZP120fqJs
/RTheifpehfB+uEytRa3dhaecSn1xWLRuWhUsVEVW1X7vcWs2r7ozOq+3+zO
mxeuVGriJ3YWp3E7s3bzAtpUW4v+vNrpzPyq3593qtDuYo7tLtpBdp6dBO0d
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

-->

</rfc>

