<?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.4.19 -->

<!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-09" category="std" 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 
ciphersuites 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-cipher-suites => [ + ciphersuite ],
    ? supported-freshness-mechanisms => [ + freshness-mechanism ],
    ? challenge => bstr .size (8..512),
    ? versions => [ + version ],
    * $$query-request-extensions
    * $$teep-option-extensions
  },
  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.
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="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 Attestation Results, 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-cipher-suites"><vspace blankLines='0'/>
  The supported-cipher-suites parameter lists the ciphersuites supported by the TAM. If this parameter is not present, it is to be treated the same as if
it contained all ciphersuites defined in this document that are listed as “MUST”. Details
about the ciphersuite encoding can be found in <xref target="ciphersuite"/>.</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.</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 => ciphersuite,
    ? selected-version => version,
    ? attestation-payload-format => text,
    ? attestation-payload => bstr,
    ? suit-reports => [ + SUIT_Report ],
    ? tc-list => [ + tc-info ],
    ? requested-tc-list => [ + requested-tc-info ],
    ? unneeded-tc-list => [ + SUIT_Component_Identifier ],
    ? ext-list => [ + ext-info ],
    * $$query-response-extensions,
    * $$teep-option-extensions
  }
]

tc-info = {
  component-id => SUIT_Component_Identifier,
  ? tc-manifest-sequence-number => .within uint .size 8
}

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 ciphersuite. If this
parameter is not present, it is to be treated as if the TEEP Agent accepts
any ciphersuites listed in the QueryRequest, so the TAM can select one.
Details about the ciphersuite 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.  The absence of this parameter indicates that
the format is “application/eat-cwt; profile=https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-09” (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 evidence 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 Attestation Results.  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 tc-info objects.  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-tc-list"><vspace blankLines='0'/>
  The unneeded-tc-list parameter enumerates the Trusted Components that 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 Trusted Component can be deleted.  Each unneeded Trusted Component is identified
by its SUIT Component Identifier.
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 tc-info object 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 suit-manifest-sequence-number value from the SUIT manifest for the Trusted Component,
if a SUIT manifest was used.</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.
When an Entity
Attestation Token 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>Device unique identifier</c>
      <c>ueid</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.4</c>
      <c>Vendor of the device</c>
      <c>oemid</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.6</c>
      <c>Class of the device</c>
      <c>hwmodel</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.7</c>
      <c>TEE hardware type</c>
      <c>chip-version</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.8</c>
      <c>TEE hardware version</c>
      <c>chip-version</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.8</c>
      <c>TEE firmware type</c>
      <c>sw-name</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.9</c>
      <c>TEE firmware version</c>
      <c>sw-version</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.10</c>
      <c>Freshness proof</c>
      <c>nonce</c>
      <c><xref target="I-D.ietf-rats-eat"/> section 3.3</c>
</texttable>

</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.</t>

<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),
    ? manifest-list => [ + bstr .cbor SUIT_Envelope ],
    * $$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="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>
</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 examples of using SUIT manifests in the Update Message.</t>

<section anchor="example-1-having-one-suit-manifest-pointing-to-a-uri-of-a-trusted-component-binary" title="Example 1: Having one SUIT Manifest pointing to a URI of a Trusted Component Binary">

<t>In this example, 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 Example 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>
</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: {                                | |
    |       |       set-parameter: {                        | |
    |       |         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 1: 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="example-2-having-a-suit-manifest-include-the-trusted-component-binary" title="Example 2: Having a SUIT Manifest include the Trusted Component Binary">

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

<t>A Trusted Component Developer delegates to the TAM the task of delivering the Trusted Component Binary in the SUIT manifest. The Trusted Component Developer creates a SUIT manifest and embeds the Trusted Component Binary, which is referenced in the URI parameter with identifier “#tc”. The Trusted Component Developer provides the SUIT manifest 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 its SUIT manifest together in one Update message</t>
  <t>The Trusted Component Developer does not have to host a server to deliver the Trusted Component Binary directly to devices</t>
</list></t>

<t>Cons:</t>

<t><list style="symbols">
  <t>The TAM must host the Trusted Component Binary itself, rather than delegating such storage to the Trusted Component Developer</t>
  <t>The TAM must deliver Trusted Component Binaries in Update messages, which result in increased Update message size</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({                 | |
      |       |   "#tc": h'48 65 6C 6C ...',    | |
      |       |   manifest: {                   | |
      |       |     install: {                  | |
      |       |       set-parameter: {          | |
      |       |         uri: "#tc"              | |
      |       |       },                        | |
      |       |       fetch                     | |
      |       |     }                           | |
      |       |   }                             | |
      |       | })                              | |
      |       +=================================+ |
      |     ]                                     |
      |   }                                       |
      | ])                                        |
      +===========================================+

    Figure 2: 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="example-3-supplying-personalization-data-for-the-trusted-component-binary" title="Example 3: Supplying Personalization Data for the Trusted Component Binary">

<t>In this example, Personalization Data is associated with the Trusted Component Binary “tc-uuid.suit” from Example 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 Example 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: {                    | |
      |       |       set-parameter: {                          | |
      |       |         uri: "https://example.org/tc-uuid.suit" | |
      |       |       }                                         | |
      |       |       fetch                                     | |
      |       |     }                                           | |
      |       |     install: {                                  | |
      |       |       set-parameter: {                          | |
      |       |         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 3: Personalization Data
]]></artwork></figure>

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

</section>
<section anchor="example-4-unlinking-trusted-component" title="Example 4: Unlinking Trusted Component">

<t>This subsection shows an example deleting the Trusted Component Binary in the TEEP Device.</t>

<t>A Trusted Component Developer can also generate SUIT Manifest which unlinks the installed Trusted Component. The TAM deliver it when the TAM want to uninstall the component.</t>

<t>The directive-unlink (see <xref target="I-D.ietf-suit-trust-domains"/> Section-6.5.4) is located in the manifest to delete the Trusted Component. Note that in case other Trusted Components depend on it, i.e. the reference count is not zero, the TEEP Device SHOULD NOT delete it immediately.</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 4: 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 an Update message.</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 => [ + ciphersuite ],
     ? 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 Update
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 ciphersuite(s) supported by the TEEP Agent.
Details about the ciphersuite 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 agressive 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 ciphersuites indicated in the request message.
A TAM receiving this error might retry the request using a different
set of supported ciphersuites 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-09">https://datatracker.ietf.org/doc/html/draft-ietf-teep-protocol-09</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>

</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-tc-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 that contains Evidence, the Evidence
is passed 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 Attestation
Results, processing continues as follows.</t>

<t>Based on the results of attestation (if any), any SUIT Reports,
and the lists of installed, requested,
and unneeded Trusted Components reported in the QueryResponse, the TAM
determines, in any implementation specific manner, which Trusted Components
need to be installed, updated, or deleted, if any.
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.</t>

</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 drops the message if it is not valid.
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 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="Ciphersuites">

<t>The TEEP protocol uses COSE for protection of TEEP messages.
After a QueryResponse is received, the selected cryptographic algorithm is used in subsequent TEEP messages (Install, Success, and Error).
To negotiate cryptographic mechanisms and algorithms, the TEEP protocol defines the following ciphersuite structure.</t>

<figure><artwork><![CDATA[
ciphersuite = [
    teep-cose-sign-algs / nil,
    teep-cose-encrypt-algs / nil,
    teep-cose-mac-algs / nil
]
]]></artwork></figure>

<t>The ciphersuite structure is used to present the combination of mechanisms and cryptographic algorithms.
Each ciphersuite value corresponds with a COSE-type defined in Section 2 of <xref target="RFC8152"/>.</t>

<figure><artwork><![CDATA[
supported-cipher-suites = [ + ciphersuite ]
]]></artwork></figure>

<t>Cryptographic algorithm values are defined in the COSE Algorithms registry <xref target="COSE.Algorithm"/>.
A TAM MUST support both of the following ciphersuites.  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 ciphersuite if it has hardware support for it.</t>

<figure><artwork><![CDATA[
teep-cose-sign-algs /= cose-alg-es256
teep-cose-sign-algs /= cose-alg-eddsa
]]></artwork></figure>

<t>A TAM or TEEP Agent MUST also support the following algorithms:</t>

<figure><artwork><![CDATA[
teep-cose-encrypt-algs /= cose-alg-accm-16-64-128

teep-cose-mac-algs /= cose-alg-hmac-256
]]></artwork></figure>

<t>A TAM or TEEP Agent MAY also support one or more of the following algorithms:</t>

<figure><artwork><![CDATA[
teep-cose-sign-algs /= cose-alg-ps256
teep-cose-sign-algs /= cose-alg-ps384
teep-cose-sign-algs /= cose-alg-ps512
teep-cose-sign-algs /= cose-alg-rsa-oaep-256
teep-cose-sign-algs /= cose-alg-rsa-oaep-512
]]></artwork></figure>

<t>Any ciphersuites 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>

</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 Query Response 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 <xref target="freshness-mechanism-registry"/>.
This document defines the following freshness mechanisms:</t>

<texttable>
      <ttcol align='left'>Value</ttcol>
      <ttcol align='left'>Freshness mechanism</ttcol>
      <c>1</c>
      <c>Nonce</c>
      <c>2</c>
      <c>Timestamp</c>
      <c>3</c>
      <c>Epoch ID</c>
</texttable>

<t>In the Nonce mechanism, the attestation payload MUST include a nonce provided
in the QueryRequest challenge.  In other mechanisms, a timestamp
or epoch ID determined via mechanisms outside the TEEP protocol is
used, 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.

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
EATS, 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 EATs is used, it is
up to that mechanism to specify how privacy is provided.</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 symmetric encryption.</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 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.  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. 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="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 anchor="freshness-mechanism-registry" title="Freshness Mechanism Registry">

<t>IANA is also requested to create a new registry for freshness mechanisms.</t>

<t>Name of registry: TEEP Freshness Mechanisms</t>

<t>Policy: Specification Required <xref target="RFC8126"/></t>

<t>Additional requirements: The specification must document relevant security considerations.</t>

<t>Initial values:</t>

<texttable>
      <ttcol align='left'>Value</ttcol>
      <ttcol align='left'>Freshness mechanism</ttcol>
      <ttcol align='left'>Specification</ttcol>
      <c>1</c>
      <c>Nonce</c>
      <c>RFC TBD <xref target="freshness-mechanisms"/></c>
      <c>2</c>
      <c>Timestamp</c>
      <c>RFC TBD <xref target="freshness-mechanisms"/></c>
      <c>3</c>
      <c>Epoch ID</c>
      <c>RFC TBD <xref target="freshness-mechanisms"/></c>
</texttable>

<t>(RFC Editor: please replace TBD above with the number assigned to this document.)</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'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Dave Thaler'>
	 <organization>Microsoft</organization>
      </author>
      <author fullname='Michael Richardson'>
	 <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Ned Smith'>
	 <organization>Intel Corporation</organization>
      </author>
      <author fullname='Wei Pan'>
	 <organization>Huawei Technologies</organization>
      </author>
      <date day='14' month='June' 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-18'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-architecture-18.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-rats-eat'>
   <front>
      <title>The Entity Attestation Token (EAT)</title>
      <author fullname='Laurence Lundblade'>
	 <organization>Security Theory LLC</organization>
      </author>
      <author fullname='Giridhar Mandyam'>
	 <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <author fullname='Jeremy O&#39;Donoghue'>
	 <organization>Qualcomm Technologies Inc.</organization>
      </author>
      <date day='10' month='July' 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 phone, 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.  To a large degree, all this document
   does is extend CWT and JWT.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-eat-14'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-eat-14.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'>
	 <organization>Arm Limited</organization>
      </author>
      <author fullname='Hannes Tschofenig'>
	 <organization>Arm Limited</organization>
      </author>
      <author fullname='Henk Birkholz'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Koen Zandberg'>
	 <organization>Inria</organization>
      </author>
      <date day='11' month='July' 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-18'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-suit-manifest-18.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'>
	 <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'>
	 <organization>Arm Limited</organization>
      </author>
      <author fullname='Henk 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-teep-architecture'>
   <front>
      <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
      <author fullname='Mingliang Pei'>
	 <organization>Broadcom</organization>
      </author>
      <author fullname='Hannes Tschofenig'>
	 <organization>Arm Limited</organization>
      </author>
      <author fullname='Dave Thaler'>
	 <organization>Microsoft</organization>
      </author>
      <author fullname='David 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'>
	 <organization>Security Theory LLC</organization>
      </author>
      <author fullname='Henk Birkholz'>
	 <organization>Fraunhofer Institute for Secure Information Technology</organization>
      </author>
      <author fullname='Thomas 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='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 MUST 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>

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

teep-message-framework = [
  type: uint (0..23) / $teep-type-extension,
  options: { * teep-option },
  * uint; further integers, 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-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 = $data-item-requested
attestation = 1
$data-item-requested /= attestation
trusted-components = 2
$data-item-requested /= trusted-components
extensions = 4
$data-item-requested /= extensions

query-request = [
  type: TEEP-TYPE-query-request,
  options: {
    ? token => bstr .size (8..64),
    ? supported-cipher-suites => [ + ciphersuite ],
    ? supported-freshness-mechanisms => [ + freshness-mechanism ],
    ? challenge => bstr .size (8..512),
    ? versions => [ + version ],
    * $$query-request-extensions
    * $$teep-option-extensions
  },
  data-item-requested: data-item-requested
]

; For ciphersuites from this line
COSE_Sign_Tagged     = 98
COSE_Sign1_Tagged    = 18
COSE_Encrypt_Tagged  = 96
COSE_Encrypt0_Tagged = 16
COSE_Mac_Tagged      = 97
COSE_Mac0_Tagged     = 17

;RECOMMENDED to implement:
cose-alg-hss-lms = -46
teep-cose-algs /= cose-alg-hss-lms

;OPTIONAL to implement any from IANA cose registry. Listing only partially:
cose-alg-es256 = -7
cose-alg-eddsa = -8
cose-alg-a256gcm = 3
cose-alg-hmac-256-256 = 5
cose-alg-hmac-384-385 = 6
cose-alg-hmac-512-512 = 7
teep-cose-algs /= cose-alg-es256
teep-cose-algs /= cose-alg-eddsa
teep-cose-algs /= cose-alg-a256gcm
teep-cose-algs /= cose-alg-hmac-256-256
teep-cose-algs /= cose-alg-hmac-384-385
teep-cose-algs /= cose-alg-hmac-512-512

teep-cose-sign = [ COSE_Sign_Tagged / COSE_Sign1_Tagged, teep-cose-algs ]
teep-cose-encrypt = [ COSE_Encrypt_Tagged / COSE_Encrypt0_Tagged, teep-cose-algs ]
teep-cose-mac = [ COSE_Mac_Tagged / COSE_Mac0_Tagged, teep-cose-algs ]

ciphersuite = [ * ( teep-cose-sign / teep-cose-encrypt / teep-cose-mac ) ]

; freshness-mechanisms

freshness-mechanism = $TEEP-freshness-mechanism

FRESHNESS_NONCE = 0
FRESHNESS_TIMESTAMP = 1
FRESHNESS_EPOCH_ID = 2

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

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

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

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),
    ? manifest-list => [ + bstr .cbor SUIT_Envelope ],
    * $$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 => [ + ciphersuite ],
     ? supported-freshness-mechanisms => [ + freshness-mechanism ],
     ? versions => [ + version ],
     ? suit-reports => [ + SUIT_Report ],
     * $$teep-error-extensions,
     * $$teep-option-extensions
  },
  err-code: uint (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-tc-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',
    / supported-cipher-suites / 1 : [ [ -7, null, null ] ]  / use only ES256 /,
    / versions / 3 : [ 0 ]  / 0 is current TEEP Protocol /
  },
  / 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[
83                  # array(3)
   01               # unsigned(1) / TEEP-TYPE-query-request /
   A3               # map(3)
      14            # unsigned(20) / token: /
      50            # bytes(16)
         A0A1A2A3A4A5A6A7A8A9AAABACADAEAF
      01            # unsigned(1) / supported-cipher-suites: /
      81            # array(1)
         83         # array(3)
            26      # negative(6) / -7 = cose-alg-es256 /
            F6      # primitive(22) / null /
            F6      # primitive(22) / null /
      03            # unsigned(3) / versions: /
      81            # array(1) / [ 0 ] /
         00         # unsigned(0)
   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 : [ -7, null, null ] / only use ES256 /,
    / selected-version / 6 : 0,
    / attestation-payload / 7 : h'' / empty only for example purpose /,
    / tc-list / 8 : [
      {
        / component-id / 16 : [ h'0102030405060708090A0B0C0D0E0F' ]
      },
      {
        / component-id / 16 : [ 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: /
      83            # array(3)
         26         # negative(6) / -7 = cose-alg-es256 /
         F6         # primitive(22) / null /
         F6         # primitive(22) / null /
      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)
            10      # unsigned(16) / component-id: /
            81      # array(1)
               4F   # bytes(15)
                  0102030405060708090A0B0C0D0E0F
         A1         # map(1)
            10      # unsigned(16) / 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 : [ ] / array of SUIT_Envelope /
      / empty, example purpose only /
  }
]
]]></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: /
      80            # array(0) / [] /
]]></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-representation" title="CBOR Binary Representation">

<figure><artwork><![CDATA[
D8 6B                                               # tag(107) / SUIT_Envelope_Tagged /
   A2                                               # map(2)
      02                                            # unsigned(2) / suit-authentication-wrapper /
      58 73                                         # bytes(115)
         82                                         # array(2)
            58 24                                   # bytes(36)
               82                                   # array(2)
                  2F                                # negative(15) / -16 = suit-cose-alg-sha256 /
                  58 20                             # bytes(32)
                     DB601ADE73092B58532CA03FBB663DE49532435336F1558B49BB622726A2FEDD
            58 4A                                   # bytes(74)
               D2                                   # tag(18) / COSE_Sign1_Tagged /
                  84                                # array(4)
                     43                             # bytes(3)
                        A1                          # map(1)
                           01                       # unsigned(1) / algorithm-id /
                           26                       # negative(6) / -7 = ES256 /
                     A0                             # map(0)
                     F6                             # primitive(22) / null /
                     58 40                          # bytes(64)
                        5B2D535A2B6D5E3C585C1074F414DA9E10BD285C99A33916DADE3ED38812504817AC48B62B8E984EC622785BD1C411888BE531B1B594507816B201F6F28579A4
      03                                            # unsigned(3) / suit-manifest: /
      58 D4                                         # bytes(212)
         A4                                         # map(4)
            01                                      # unsigned(1) / suit-manifest-version: /
            01                                      # unsigned(1)
            02                                      # unsigned(2) / suit-manifest-sequence-number: /
            03                                      # unsigned(3)
            03                                      # unsigned(3) / suit-common: /
            58 84                                   # bytes(132)
               A2                                   # map(2)
                  02                                # unsigned(2) / suit-components: /
                  81                                # array(1)
                     84                             # array(4)
                        4B                          # bytes(11)
                           544545502D446576696365   # "TEEP-Device"
                        48                          # bytes(8)
                           5365637572654653         # "SecureFS"
                        50                          # bytes(16)
                           8D82573A926D4754935332DC29997F74 # tc-uuid
                        42                          # bytes(2)
                           7461                     # "ta"
                  04                                # unsigned(4) / suit-common-sequence: /
                  58 54                             # bytes(84)
                     86                             # array(6)
                        14                          # unsigned(20) / suit-directive-override-parameters: /
                        A4                          # map(4)
                           01                       # unsigned(1) / suit-parameter-vendor-identifier: /
                           50                       # bytes(16)
                              C0DDD5F15243566087DB4F5B0AA26C2F
                           02                       # unsigned(2) / suit-parameter-class-identifier: /
                           50                       # bytes(16)
                              DB42F7093D8C55BAA8C5265FC5820F4E
                           03                       # unsigned(3) / suit-parameter-image-digest: /
                           58 24                    # bytes(36)
                              82                    # array(2)
                                 2F                 # negative(15) / -16 = suit-cose-alg-sha256 /
                                 58 20              # bytes(32)
                                    8CF71AC86AF31BE184EC7A05A411A8C3A14FD9B77A30D046397481469468ECE8
                           0E                       # unsigned(14) / suit-parameter-image-size: /
                           14                       # unsigned(20)
                        01                          # unsigned(1) / suit-condition-vendor-identifier: /
                        0F                          # unsigned(15)
                        02                          # unsigned(2) / suit-condition-class-identifier: /
                        0F                          # unsigned(15)
            09                                      # unsigned(9) / suit-install: /
            58 45                                   # bytes(69)
               86                                   # array(6)
                  14                                # unsigned(20) / suit-directive-override-parameters: /
                  A1                                # map(1)
                     15                             # unsigned(21) / suit-parameter-uri: /
                     78 3B                          # text(59)
                        68747470733A2F2F6578616D706C652E6F72672F38643832353733612D393236642D343735342D393335332D3332646332393939376637342E7461 # "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.ta"
                  15                                # unsigned(21) / suit-directive-fetch: /
                  0F                                # unsigned(15)
                  03                                # unsigned(3) / suit-condition-image-match: /
                  0F                                # unsigned(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: << [
    << [
      / suit-digest-algorithm-id: / -16 / suit-cose-alg-sha256 /,
      / suit-digest-bytes: / h'14A98BE957DE38FAE37376EA491FD6CAD9BFBD3C90051C8F5B017D7A496C3B05'
    ] >>,
    << / COSE_Sign1_Tagged / 18( [
      / protected: / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'4093B323953785981EB607C8BA61B21E5C4F85726A2AF48C1CB05BD4401B1B1565070728FDA38E6496D631E1D23F966CFF7805EDE721D48507D9192993DA8722'
    ] ) >>
  ] >>,
  / suit-integrated-payload / "#tc": h'48656C6C6F2C2053656375726520576F726C6421', / "Hello, Secure World!" /
  / 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: "#tc"
      },
      / suit-directive-fetch / 21, 15,
      / suit-condition-image-match / 3, 15
    ] >>
  } >>
} )
]]></artwork></figure>

</section>
<section numbered="no" anchor="cbor-binary-representation-1" title="CBOR Binary Representation">

<figure><artwork><![CDATA[
D8 6B                                               # tag(107) / SUIT_Envelope_Tagged /
   A3                                               # map(3)
      02                                            # unsigned(2) / suit-authentication-wrapper /
      58 73                                         # bytes(115)
         82                                         # array(2)
            58 24                                   # bytes(36)
               82                                   # array(2)
                  2F                                # negative(15) / -16 = suit-cose-alg-sha256 /
                  58 20                             # bytes(32)
                     14A98BE957DE38FAE37376EA491FD6CAD9BFBD3C90051C8F5B017D7A496C3B05
            58 4A                                   # bytes(74)
               D2                                   # tag(18) / COSE_Sign1_Tagged /
                  84                                # array(4)
                     43                             # bytes(3)
                        A1                          # map(1)
                           01                       # unsigned(1) / algorithm-id /
                           26                       # negative(6) / -7 = ES256 /
                     A0                             # map(0)
                     F6                             # primitive(22) / null /
                     58 40                          # bytes(64)
                        4093B323953785981EB607C8BA61B21E5C4F85726A2AF48C1CB05BD4401B1B1565070728FDA38E6496D631E1D23F966CFF7805EDE721D48507D9192993DA8722
      63                                            # text(3) / suit-integrated-payload /
         237463                                     # "#tc"
      54                                            # bytes(20)
         48656C6C6F2C2053656375726520576F726C6421   # "Hello, Secure World!"
      03                                            # unsigned(3) / suit-manifest: /
      58 9A                                         # bytes(154)
         A4                                         # map(4)
            01                                      # unsigned(1) / suit-manifest-version: /
            01                                      # unsigned(1)
            02                                      # unsigned(2) / suit-manifest-sequence-number: /
            03                                      # unsigned(3)
            03                                      # unsigned(3) / suit-common: /
            58 84                                   # bytes(132)
               A2                                   # map(2)
                  02                                # unsigned(2) / suit-components: /
                  81                                # array(1)
                     84                             # array(4)
                        4B                          # bytes(11)
                           544545502D446576696365   # "TEEP-Device"
                        48                          # bytes(8)
                           5365637572654653         # "SecureFS"
                        50                          # bytes(16)
                           8D82573A926D4754935332DC29997F74 # tc-uuid
                        42                          # bytes(2)
                           7461                     # "ta"
                  04                                # unsigned(4) / suit-common-sequence: /
                  58 54                             # bytes(84)
                     86                             # array(6)
                        14                          # unsigned(20) / suit-directive-override-parameters: /
                        A4                          # map(4)
                           01                       # unsigned(1) / suit-parameter-vendor-identifier: /
                           50                       # bytes(16)
                              C0DDD5F15243566087DB4F5B0AA26C2F
                           02                       # unsigned(2) / suit-parameter-class-identifier: /
                           50                       # bytes(16)
                              DB42F7093D8C55BAA8C5265FC5820F4E
                           03                       # unsigned(3) / suit-parameter-image-digest: /
                           58 24                    # bytes(36)
                              82                    # array(2)
                                 2F                 # negative(15) / -16 = suit-cose-alg-sha256 /
                                 58 20              # bytes(32)
                                    8CF71AC86AF31BE184EC7A05A411A8C3A14FD9B77A30D046397481469468ECE8
                           0E                       # unsigned(14) / suit-parameter-image-size: /
                           14                       # unsigned(20)
                        01                          # unsigned(1) / suit-condition-vendor-identifier: /
                        0F                          # unsigned(15)
                        02                          # unsigned(2) / suit-condition-class-identifier: /
                        0F                          # unsigned(15)
            09                                      # unsigned(9) / suit-install: /
            4C                                      # bytes(12)
               86                                   # array(6)
                  14                                # unsigned(20) / suit-directive-override-parameters: /
                  A1                                # map(1)
                     15                             # unsigned(21) / suit-parameter-uri: /
                     63                             # text(3)
                        237463                      # "#tc"
                  15                                # unsigned(21) / suit-directive-fetch: /
                  0F                                # unsigned(15)
                  03                                # unsigned(3) / suit-condition-image-match: /
                  0F                                # unsigned(15)
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA3025873825824822F582014A98BE957DE38FAE37376EA491FD6CAD9
BFBD3C90051C8F5B017D7A496C3B05584AD28443A10126A0F658404093B3
23953785981EB607C8BA61B21E5C4F85726A2AF48C1CB05BD4401B1B1565
070728FDA38E6496D631E1D23F966CFF7805EDE721D48507D9192993DA87
22632374635448656C6C6F2C2053656375726520576F726C642103589AA4
01010203035884A20281844B544545502D44657669636548536563757265
4653508D82573A926D4754935332DC29997F744274610458548614A40150
C0DDD5F15243566087DB4F5B0AA26C2F0250DB42F7093D8C55BAA8C5265F
C5820F4E035824822F58208CF71AC86AF31BE184EC7A05A411A8C3A14FD9
B77A30D046397481469468ECE80E14010F020F094C8614A1156323746315
0F030F
]]></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( {
  / suit-authentication-wrapper / 2: << [
    << [
      / suit-digest-algorithm-id: / -16 / suit-cose-alg-sha256 /,
      / suit-digest-bytes: / h'CE596D785169B72712560B3A246AA98F814498EA3625EEBB72CED9AF273E7FFD'
    ] >>,
    << / COSE_Sign1_Tagged / 18( [
      / protected: / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'E9083AA71D2BFCE48253037B9C3116A5EDF23BE0F4B4357A8A835F724660DA7482C64345B4C73DE95F05513BD09FC2E58BD2CC865CC851AD797513A9A951A3CA'
    ] ) >>
  ] >>,
  / suit-manifest / 3: << {
    / suit-manifest-version / 1: 1,
    / suit-manifest-sequence-number / 2: 3,
    / suit-common / 3: << {
      / suit-dependencies / 1: [
        {
          / suit-dependency-digest / 1: [
            / suit-digest-algorithm-id: / -16 / suit-cose-alg-sha256 /,
            / suit-digest-bytes: / h'F8690E5A86D010BF2B5348ABB99F2254DB7B608D0D626B98DB51AB3ECFC51907'
          ]
        }
      ],
      / suit-components / 2: [
        [
          h'544545502D446576696365', / "TEEP-Device" /
          h'5365637572654653',       / "SecureFS" /
          h'636F6E6669672E6A736F6E'  / "config.json" /
        ]
      ],
      / suit-common-sequence / 4: << [
        / suit-directive-set-component-index / 12, 0,
        / 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'AAABCCCDEEEF00012223444566678889ABBBCDDDEFFF01112333455567778999'
          ] >>,
          / suit-parameter-image-size / 14: 64
        },
        / suit-condition-vendor-idnetifier / 1, 15,
        / suit-condition-class-identifier / 2, 15
      ] >>
    } >>,
    / suit-dependency-resolution / 7: << [
      / suit-directive-set-dependency-index / 13, 0,
      / suit-directive-override-parameters / 20, {
        / suit-parameter-uri / 21: "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.suit"
      },
      / suit-directive-fetch / 21, 2,
      / suit-condition-image-match / 3, 15
    ] >>,
    / suit-install / 9: << [
      / suit-directive-set-dependency-index / 13, 0,
      / suit-directive-process-dependency / 18, 0,
      / suit-directive-set-component-index / 12, 0,
      / suit-directive-override-parameters / 20, {
        / suit-parameter-uri / 21: "https://example.org/config.json"
      },
      / suit-directive-fetch / 21, 2,
      / suit-condition-image-match / 3, 15
    ] >>,
    / suit-validate / 10: << [
      / suit-directive-set-component-index / 12, 0,
      / suit-condition-image-match/ 3, 15
    ] >>
  } >>
} )
]]></artwork></figure>

</section>
<section numbered="no" anchor="cbor-binary-represenation" title="CBOR Binary Represenation">

<figure><artwork><![CDATA[
D8 6B                                               # tag(107) / SUIT_Envelope_Tagged /
   A2                                               # map(2)
      02                                            # unsigned(2) / suit-authentication-wrapper: /
      58 73                                         # bytes(115)
         82                                         # array(2)
            58 24                                   # bytes(36)
               82                                   # array(2)
                  2F                                # negative(15) / -16 = suit-cose-alg-sha256 /
                  58 20                             # bytes(32)
                     CE596D785169B72712560B3A246AA98F814498EA3625EEBB72CED9AF273E7FFD
            58 4A                                   # bytes(74)
               D2                                   # tag(18) / COSE_Sign1_Tagged /
                  84                                # array(4)
                     43                             # bytes(3)
                        A1                          # map(1)
                           01                       # unsigned(1) / algorithm-id /
                           26                       # negative(6) / -7 = ES256 /
                     A0                             # map(0)
                     F6                             # primitive(22) / null /
                     58 40                          # bytes(64)
                        E9083AA71D2BFCE48253037B9C3116A5EDF23BE0F4B4357A8A835F724660DA7482C64345B4C73DE95F05513BD09FC2E58BD2CC865CC851AD797513A9A951A3CA
      03                                            # unsigned(3) / suit-manifest: /
      59 0134                                       # bytes(308)
         A6                                         # map(6)
            01                                      # unsigned(1) / suit-manifest-version: /
            01                                      # unsigned(1)
            02                                      # unsigned(2) / suit-manifest-sequence-number: /
            03                                      # unsigned(3)
            03                                      # unsigned(3) / suit-common: /
            58 A7                                   # bytes(167)
               A3                                   # map(3)
                  01                                # unsigned(1) / suit-dependencies: /
                  81                                # array(1)
                     A1                             # map(1)
                        01                          # unsigned(1) suit-dependency-digest: /
                        82                          # array(2)
                           2F                       # negative(15) / -16 = suit-cose-alg-sha256 /
                           58 20                    # bytes(32)
                              F8690E5A86D010BF2B5348ABB99F2254DB7B608D0D626B98DB51AB3ECFC51907
                  02                                # unsigned(2) / suit-components: /
                  81                                # array(1)
                     83                             # array(3)
                        4B                          # bytes(11)
                           544545502D446576696365   # "TEEP-Device"
                        48                          # bytes(8)
                           5365637572654653         # "SecureFS"
                        4B                          # bytes(11)
                           636F6E6669672E6A736F6E   # "config.json"
                  04                                # unsigned(4) / suit-common-sequence: /
                  58 57                             # bytes(87)
                     88                             # array(8)
                        0C                          # unsigned(12) / suit-directive-set-component-index: /
                        00                          # unsigned(0)
                        14                          # unsigned(20) / suit-directive-override-parameters: /
                        A4                          # map(4)
                           01                       # unsigned(1) / suit-parameter-vendor-identifier: /
                           50                       # bytes(16)
                              C0DDD5F15243566087DB4F5B0AA26C2F
                           02                       # unsigned(2) / suit-parameter-class-identifier: /
                           50                       # bytes(16)
                              DB42F7093D8C55BAA8C5265FC5820F4E
                           03                       # unsigned(3) / suit-parameter-image-digest: /
                           58 24                    # bytes(36)
                              82                    # array(2)
                                 2F                 # negative(15) / -16 = suit-cose-alg-sha256 /
                                 58 20              # bytes(32)
                                    AAABCCCDEEEF00012223444566678889ABBBCDDDEFFF01112333455567778999
                           0E                       # unsigned(14) / suit-parameter-image-size: /
                           18 40                    # unsigned(64)
                        01                          # unsigned(1) / suit-condition-vendor-identifier: /
                        0F                          # unsigned(15)
                        02                          # unsigned(2) / suit-condition-class-identifier: /
                        0F                          # unsigned(15)
            07                                      # unsigned(7) / suit-dependency-resolution: /
            58 49                                   # bytes(73)
               88                                   # array(8)
                  0D                                # unsigned(13) / suit-directive-set-dependency-index: /
                  00                                # unsigned(0)
                  14                                # unsigned(20) / suit-directive-override-parameters: /
                  A1                                # map(1)
                     15                             # unsigned(21) / suit-parameter-uri: /
                     78 3D                          # text(61)
                        68747470733A2F2F6578616D706C652E6F72672F38643832353733612D393236642D343735342D393335332D3332646332393939376637342E73756974 # "https://example.org/8d82573a-926d-4754-9353-32dc29997f74.suit"
                  15                                # unsigned(21) / suit-directive-fetch: /
                  02                                # unsigned(2)
                  03                                # unsigned(3) / suit-condition-image-match: /
                  0F                                # unsigned(15)
            09                                      # unsigned(9) / suit-install: /
            58 2F                                   # bytes(47)
               8C                                   # array(12)
                  0D                                # unsigned(13) / suit-directive-set-dependency-index: /
                  00                                # unsigned(0)
                  12                                # unsigned(18) / suit-directive-process-dependency: /
                  00                                # unsigned(0)
                  0C                                # unsigned(12) / suit-directive-set-component-index: /
                  00                                # unsigned(0)
                  14                                # unsigned(20) / suit-directive-override-parameters: /
                  A1                                # map(1)
                     15                             # unsigned(21) / suit-parameter-uri: /
                     78 1F                          # text(31)
                        68747470733A2F2F6578616D706C652E6F72672F636F6E6669672E6A736F6E # "https://example.org/config.json"
                  15                                # unsigned(21) / suit-directive-fetch: /
                  02                                # unsigned(2)
                  03                                # unsigned(3) / suit-condition-image-match: /
                  0F                                # unsigned(15)
            0A                                      # unsigned(10) / suit-validate: /
            45                                      # bytes(5)
               84                                   # array(4)
                  0C                                # unsigned(12) / suit-directive-set-component-index: /
                  00
                  03                                # unsigned(3) / suit-condition-image-match: /
                  0F                                # unsigned(15)
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA2025873825824822F5820CE596D785169B72712560B3A246AA98F81
4498EA3625EEBB72CED9AF273E7FFD584AD28443A10126A0F65840E9083A
A71D2BFCE48253037B9C3116A5EDF23BE0F4B4357A8A835F724660DA7482
C64345B4C73DE95F05513BD09FC2E58BD2CC865CC851AD797513A9A951A3
CA03590134A6010102030358A7A30181A101822F5820DB601ADE73092B58
532CA03FBB663DE49532435336F1558B49BB622726A2FEDD0281834B5445
45502D4465766963654853656375726546534B636F6E6669672E6A736F6E
045857880C0014A40150C0DDD5F15243566087DB4F5B0AA26C2F0250DB42
F7093D8C55BAA8C5265FC5820F4E035824822F5820AAABCCCDEEEF000122
23444566678889ABBBCDDDEFFF011123334555677789990E1840010F020F
075849880D0014A115783D68747470733A2F2F6578616D706C652E6F7267
2F38643832353733612D393236642D343735342D393335332D3332646332
393939376637342E737569741502030F09582F8C0D0012000C0014A11578
1F68747470733A2F2F6578616D706C652E6F72672F636F6E6669672E6A73
6F6E1502030F0A45840C00030F
]]></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( {
  / suit-authentication-wrapper / 2: << [
    << [
      / suit-digest-algorithm-id: / -16 / suit-cose-alg-sha256 /,
      / suit-digest-bytes: / h'632454F19A9440A5B83493628A7EF8704C8A0205A62C34E425BAA34C71341F42'
    ] >>,
    << / COSE_Sign1_Tagged / 18( [
      / protected / << {
        / algorithm-id / 1: -7 / ES256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'A32CDB7C1D089C27408CED3C79087220EB0D77F105BB5330912875F4D94AD108D7658C650463AEB7E1CCA5084F22B2F3993176E8B3529A3202ED735E4D39BBBF'
    ] ) >>
  ] >>,
  / suit-manifest / 3: << {
    / suit-manifest-version / 1: 1,
    / suit-manifest-sequence-number / 2: 18446744073709551615 / UINT64_MAX /,
    / 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-condition-vendor-identifier / 1, 15,
        / suit-condition-class-identifier / 2, 15
      ] >>
    } >>,
    / suit-install / 9: << [
      / suit-directive-set-component-index: / 12, 0,
      / suit-directive-unlink: / 33, 0
    ] >>
  } >>
} )
]]></artwork></figure>

</section>
<section numbered="no" anchor="cbor-binary-representation-2" title="CBOR Binary Representation">

<figure><artwork><![CDATA[
D8 6B                                               # tag(107) / SUIT_Envelope_Tagged /
   A2                                               # map(2)
      02                                            # unsigned(2) / suit-authentication-wrapper /
      58 73                                         # bytes(115)
         82                                         # array(2)
            58 24                                   # bytes(36)
               82                                   # array(2)
                  2F                                # negative(15) / -16 = suit-cose-alg-sha256 /
                  58 20                             # bytes(32)
                     632454F19A9440A5B83493628A7EF8704C8A0205A62C34E425BAA34C71341F42
            58 4A                                   # bytes(74)
               D2                                   # tag(18) / COSE_Sign1_Tagged /
                  84                                # array(4)
                     43                             # bytes(3)
                        A1                          # map(1)
                           01                       # unsigned(1) / algorithm-id /
                           26                       # negative(6) / -7 = ES256 /
                     A0                             # map(0)
                     F6                             # primitive(22) / null /
                     58 40                          # bytes(64)
                        A32CDB7C1D089C27408CED3C79087220EB0D77F105BB5330912875F4D94AD108D7658C650463AEB7E1CCA5084F22B2F3993176E8B3529A3202ED735E4D39BBBF
      03                                            # unsigned(3) / suit-manifest: /
      58 73                                         # bytes(115)
         A4                                         # map(4)
            01                                      # unsigned(1) / suit-manifest-version: /
            01                                      # unsigned(1)
            02                                      # unsigned(2) / suit-manifest-sequence-number: /
            1B FFFFFFFFFFFFFFFF                     # unsigned(18446744073709551615)
            03                                      # unsigned(3) / suit-common: /
            58 5B                                   # bytes(91)
               A2                                   # map(2)
                  02                                # unsigned(2) / suit-components: /
                  81                                # array(1)
                     84                             # array(4)
                        4B                          # bytes(11)
                           544545502D446576696365   # "TEEP-Device"
                        48                          # bytes(8)
                           5365637572654653         # "SecureFS"
                        50                          # bytes(16)
                           8D82573A926D4754935332DC29997F74 # tc-uuid
                        42                          # bytes(2)
                           7461                     # "ta"
                  04                                # unsigned(4) / suit-common-sequence: /
                  58 2B                             # bytes(84)
                     86                             # array(6)
                        14                          # unsigned(20) / suit-directive-override-parameters: /
                        A2                          # map(2)
                           01                       # unsigned(1) / suit-parameter-vendor-identifier: /
                           50                       # bytes(16)
                              C0DDD5F15243566087DB4F5B0AA26C2F
                           02                       # unsigned(2) / suit-parameter-class-identifier: /
                           50                       # bytes(16)
                              DB42F7093D8C55BAA8C5265FC5820F4E
                        01                          # unsigned(1) / suit-condition-vendor-identifier: /
                        0F                          # unsigned(15)
                        02                          # unsigned(2) / suit-condition-class-identifier: /
                        0F                          # unsigned(15)
            09                                      # unsigned(9) / suit-install: /
            46                                      # bytes(6)
               84                                   # array(4)
                  0C                                # unsigned(12) / suit-directive-set-component-index: /
                  00                                # unsigned(0)
                  18 21                             # unsigned(33) / suit-directive-unlink: /
                  00                                # unsigned(0)
]]></artwork></figure>

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

<figure><artwork><![CDATA[
D86BA2025873825824822F5820632454F19A9440A5B83493628A7EF8704C
8A0205A62C34E425BAA34C71341F42584AD28443A10126A0F65840A32CDB
7C1D089C27408CED3C79087220EB0D77F105BB5330912875F4D94AD108D7
658C650463AEB7E1CCA5084F22B2F3993176E8B3529A3202ED735E4D39BB
BF035873A40101021BFFFFFFFFFFFFFFFF03585BA20281844B544545502D
446576696365485365637572654653508D82573A926D4754935332DC2999
7F7442746104582B8614A20150C0DDD5F15243566087DB4F5B0AA26C2F02
50DB42F7093D8C55BAA8C5265FC5820F4E010F020F0946840C00182100
]]></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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
9e5s7yb4fXfHkgQeJtjfYyYfYXcYJgbyY5THz/ceRATwGAPdeyYfAU/uZ8x/
kIqyxSD3N+o/UIXJzOUhKk3BIA91bjxQ5XEIOX9uFwd/KXBwmNTC7eEwWhhg
MVfQ7nu1mtdueu06mkvaNfz6GA8H6HUuMf2x2mQqFNTh3mgce28Xs3BBAWgZ
+Z8VDUpTeiHjxzBQP+H8EzwEhSpu6wAgpOALNdvEQslcgyrRpr101mLWtIBE
uERy0yqXvZTORMWxVEAU5mTwOQZwvVCBfOLSAg8g9S42PsMQJX612+tCcYul
aTRHz452vZRa5Wa5cYDq9Sya+EZmKdN1IG51OEFqxsCHMoZ+de2yLSdCxEIN
L1xxKVxxa0NecZpE64XKc/NLEEeH6Y3ydHVzOS+MTZ6LO3GitvKfXyF8sjt7
v7Xd+bEmZMeqCgQmcVrv86YioeDJRuvq9BvbaBUDczASyaH2k/V8Dkzo4MH8
9Dt1K21U5uaKgX6//4zDB2gWB+LGnyzWalS5Qs7hqOFq3fBzljqQd67oGrCV
2CHj+d3iSl92Cr/TnT6rfmfOzT6zzWPu9yVXMnWtbFEtl6u1zsG9s9Sqi31i
Vo+/+pfekI9w96+ZufuXSXCafmtealPh68apf7LUpji4TNnH7Vbmcpwjm9cB
sL+Za0yuLZtdzJHwVCa44F9xKCtfm13lSOZDXbiOEl/oS67UNT7AOkeGN5W9
H6Snq0WUUCFD8w4cJahT6ZLeno9LHa4pWG/VuiBIcgDQy2BVersIsSmnU6Im
zWq3A03IYTH3f/YAx3V1pILLmB81dd1vnXeuGAv+cLnmMtOVWeH54qu+JU5X
YmVtZuuiuHVFdjsuIm7Yfhwmkn7/78lCeFlFDISvFrvYx1b8A/OAx3FpIxN5
WL2+j1Kwb4tCfPfgcZqFMQZmWNxWNfsQZkidjjnj936lXK7VDzLsz0alj8D8
Wq6L7/ZbNjC7J06X5nQW+DgvGp8IlRZNHBALItdr0O9KmK+Jrk9pfseHiAwY
8n2C6eGsmL99JL73Ccs5uYuRmDz1I2YAF7eRiSLfhmjxyRYB0rWgBZ8HHJCn
EPdj9ObND29fnr19/frVm/PR8IfByesXozc/IAkYnf1BKjRtAt/DCjV9fNiN
34zOXrwcnZ39cDoavOi9PDk7Pfv0lW7MknvlT7Cq07Mvfvh69Obs5NXLP55I
iOSL+m4vE1rEMiM0/ZHFQblLJoGlXXNpFAvFPQTjjWLKyKFqF5C4dVD2XvEt
fJHzX9TCo3o8nDP0YiYLh3IuBGNC55ni3mIH0wxbJl0JTHC7GTii3+vRm9Pe
y9HL8x/g26s3XB2S1yzRXZbfMlOBy0KmskJ5LP9S1eywDcgkyUqmGiQBkCRa
bkqUYUwpHIgxYc5NkcJBJN94Mxq8Oj09Hb0cjoZWgVJaMVCmNSXz9RPOOSI2
NEgxS8pmqq4tMzZg9B03C6+usVLo5ZrFcYw1WS8oAaK6gi8nnxJWLuXF/2UQ
h9GUUABTDKxhjjNcAQpTPDvONjELgxvOkUOruwWMBQGEE3P4VwBZTjWLiUCv
Kb3BChPiTThNHwlHmIkCq4HxevVcOdUsJvSBLYp9rIyBe3s+OgXC0nvzrdhb
Ll8nEjyKRC28X5wRxL/CTMH4DiBYfHX51o9jUCNEKs40vRr963z0EqkVF+TU
aCNApG4bCFLKfishq8obPMoBE2fzfz8ORdYLRcLpYBpvfjimIGCM2apM4iwe
GXlkXQBzsS3MFVUAO5yWBt+dwcr92VUUw9vnnsH9bVg+dnG8KF9nWaHZME/R
7NEhXRRMJAsVg+1xpdWtgJHLu1UK0zRmfRJoOKfgXKYl76GV8B67blXE+U3X
l9nt1FQKd7nfg2WP3pyfjE8GvfMRaoe46Nc69w0lAZkE8Yr5GtN1TDRWdOxx
XpmTL+4DmqY8LbfiqCS26jflsgzPygXFWoMxQZR2KGcaKUuaxJDxg3JmunrE
wU0kkgPhxS7OlrPdRmHK2flyJZNtklMeBJAFDm28RgHdADhQ6NcnbwBA+90D
TndszgsZlKy6HanqTSodupCjwum9pwn9g1taZwreF8ElMhpGNMycgmxPTTzN
r/arFTHreZhMgtnMXwTRmnOrwauiGCMbROI6Xfh8HgAzu6MSykJQEqIC7M2E
FjfFyIWZnYLp8aeIEjfJMYipUuoUTk0jkY0zPfFyQe46GY/Ozn94/ebVAHjC
ycsvfhj3Tr7C7aq2XdQBtS8QLwLaMCOVlwpdMFYkFp3oupq5+kJolB8LU9dh
pZglSptuB5RkhRlcDISQAR2RTpAkhUGjcATJIqIQpQ6ckLOANVsh+C8BxUxZ
WwhNqqw0SLp4MXZ2d0gDUlkHIM93qeLYJOtHfEeBUwVzIMtK5HxaGeYVElzl
pUA78+7ujriMqorAYvVheD+masR7lmiMweTyOdOmBF2Yz0rUxL5UYTF0U2TJ
KsNK5CiGfSO95iK49m9COAiYMkunQsOCUKLW6NJchCZy9kXLH/GG5Cy6ulJF
em7YBPAioKzKpI3oSfONXtLcVFq8xBc3Mjgtzu6OnpqaGGWnthZzIYzvVN7p
NddxQsu7v1K2dpu/YhQEae4Xweo2oDrFZp41LELMRb29b66pJlRWSlBCqciP
LGvnYgFh42+aKp43vHI65WRF79+nKsR+wNVQ8VWEv9DHfCD4dDOW0u4VlUai
fN+paocwdYrMylaBNWsgCbYUKTQ18n972fTfmC9PpxhjPSM1gCtnM3MEWZrN
aLG7I5tcYqEtvRkqM7TaCm9f2JTfBOLelB+v7vD2e2+GkvPVtfPVKnU2V0yB
cShZWYBUi3DOMh/LzeXStQlxbSrHwIYNMjYIZcMnyqdOhZX2HBH5Yh3OuPCP
rzKLr8TFex9lJNhhQA9unFf9Jy9buJGo2NTejUlwNYA8hJG1zlSVCrlChXtc
KU2VRKOEqolItY+goun9RTYozXzQS5nPWD+Ji2wZm0OoUont7vz10RXx/oZZ
D7evZJesKNMB6+Mfq4idq4QdQugtU4J/nL16eegN+q/eHMrkgcf0lSh2GVvS
t1N/yVUDQF++gwPPZtJjNvnQ7qDFGetyo4kKG3EO1Lm/TPQoZ7zCnO4l0Z3h
ICxHaPch9VwM8ZpiC/HknMFZVMGnxzwoXlWj+/CIFEvVNDGbkiWOs2CKHpS9
nwrxUZ1OdGKUcjrzRF6djY7+Af9Cmr5iFD0WpdzSlvW/kJV5cg0DIeb2OSnu
GUvVx95w1Ke5oowiC0BSL6Y0Ai2/DO5U5Y6JWC9Ogh+APPUunB7oTPqEEdKk
846bCNQAmfialRJGQXq8L5Lu4inRv2IaXK5+RzIACZ+xf2s0kRn0LQ3ngKY/
wlz0CR/59MxfCUsy02loBBQIoxR8MQeUNIUVFwbfAAh6m8qiLnch11j/F5mV
f8r5+KHHS66n+hfczOvwggqNZ571pnD82P4tn8llqGIDNH3Q4oySrim2JibA
lmmuBzBk5CfAqLcRpp/7V8mx/tOThjJROeYvKqaMT9pZdLmijPSKVcqJklNF
JLmnuRL1UykdEdQ6qu06mk0VEZRcxFXvhtIvmrHLz5BILIXSS2xLxhq81pVO
gWnTir5CKowFR1awtA/i2jCi9GGaetDxECQBRF3KmHEjstPAiBwTAHoqRQig
xMG/i1S6YYyImpT5qrWstapSeOMK/MmKjDvRJcjKgjKVvTOVgvE2iqfeHoxC
GSQx3np2pxJJohLIgr6Qhw/poOzuWHmo+bA4+A2xW7Lew+H39og37WnmtObo
Ptb7gALDMHnWcjWSNpXPeTtENYqXuP0F4ZK8JVyVIM9lqdrip8pt4XjNkHDn
DM5ta9xWeauK2tbFHJxVnFNtm6m20kTmGlcUuHDVQs20FVUsZOm1wvmK0hKq
dFdRW1FBwk7B7m4rK0SgYlbw4bZiL6QiV9i2lgsHWURVtxV7ka1m6BhXlCHJ
1K1ztRX7ZtWAz5tvS+1Fbtkj1Vbsm1k+KXfcjsR1w2iQ11bsG/vYcj/UtlZJ
nyGnG5vbVkURD68v1EnvzDzV+Ew90UdeWEaBZKhKLXZZOtP9icW9jbJzm/Mz
y3gx1AnUy5FQz4lOfyPvtAgr54ATneJrWREhQ+Ch0u8TygHgO4vEl10DnsOU
JOfIG/QyjBNhTSYTnoCWnwLR+/f6KSqVJPXF0ZIppfLVXgpvC3JXaRF8JR3f
ZDMiwxNV+UoEgWVFSBie1EishSXSicz2JruEEVZlkKE5dh09aVwD0RNgvk44
g/nKSAxc1pkZyF3M1k3D/ct+4XTCWWILBDH5QtCcpIIpUncZ5T0JBEYycsrW
dbUgFxpWY8PbWnj+1DYmsveNFuA8Ed1EMxIZMsw50vzxzs+FwY6Zk0pjuGn1
lNVDLAeYLAYhagn4ai2Go4wqeUWuy0vqttoL6D9j14Bd8dAIr6dg0dwqwyJl
tIGgN2woYERj6+NE1CK5Myq/qypWU+/CF2nvaWWgcpbgSM6Tkq7m6igmzChN
l9gEpqvq79iU4wsoi9udFUlAKChFD9oVysjseIN5Sny5qZmwrxVV3bKMDVJc
hYVqsGQOX5ki1lTFjWlEFkIpatumTCXxYBp9EiMkfpi2vVgVKz/JmkC4sAJN
ybAlo5koXFCwQuZ4b7HrXjoXuflNSuN2GTtA5IQKODNNQJ+HYQtRVqb0zT+y
r9jU+gDjCFWJ1cCsgyashhyK4nMpY/LK32Gl7xXC/pUUcq3E5y5L2HYA65tI
HOvSaObq9kM6BQeHaazE+E8Z4MuxXdDTKGGhToJol18WFvdGeK1slOZNVPi4
u6MAlxzKc5KHdCB9LDCve05WHsAtsiPkV95Q5bSmFD8J7yozisFLHUvYfjRh
BtbMNlshJVUuQauOZDnDUAuyAEvBKhGmeN5GVRqcZpHISSTGJHD7TxjX0HO1
EnddF1Y5JW3Kfg7QElMkrj9dx+qgkvE9molU6VOzPCZCysxzgupeylcsZUS5
T0haKNCEYlnQQWVGkSOCElBkeSlYUCaQS14PFl4M5q4iqlxSnfRitHMhUxvR
EU6Ak18beEmzFvsPm7JC1kslTPaD8lUZC0UQZT/QQTrK85ZiaDKEV60rzdMy
DVwEzkCfTIkdeXbV3D8SN8qJtRNnP0+KU94PGhMpnJbj5ASxbMsMkYeCaHj0
DWf/1r/T0gh1keiIXtgZOpMnbORz++eJ3qoUw+oYHHIZlyzzktsDL2CZKHdv
9LJQzuSlkTjrWhDgkrUitL+9f5+9CPJBp56F9wBxAAwWdaYI4xAQ1wLJlLqg
/VSG1kBldW29QRdSd0r3RgQaiaxUwCYx+RoLTaIqfI/LBnHZXkUnmfvLGlep
h6KSrvEm4sSIN3zKLvzJO+lewt2lFG8GIgHZSe8kTDOKEpmGDUMUxf16wTWN
cvQ6v7IgXVhuljQFzYyASW5EyAO182ipU+Ijno879bPYRxXja1Sxp4Wx/Cjx
2OPkFOtYGsqpjBkDh4FivJFrxZHut4pYjjvtfStKimERUerh7+7kCFCXHrnM
L1NWKxiT5T9hUY3XwTG7LFCFmPmAEk75VBErodn47NXSUZ2wu0xc0O4njVaH
cmChfPI5Q8REGRcJicBObfW0C7SYE5K6lb5FwaEx5sTClagMw6817O04LSN6
JbJc5IK64H7gpERYS9l1sF5T7d0BHptNJwyrEU+REqrTZWCvFX8pYo8BUcyC
WZIfAe5SZASWq8JjoBz5wtIsSozBUtaLGd0oYWSfyKgIEU4qjirVMZdxqio5
pAA9ghPDdw7KeMSxnnG4snDUlxhKkrGNoplji29VFeBoSTAaF/TWnQE+IRbV
gkcUSmC+Dfjhoc7gyM5/XfwaxWfnplANIJLsGLv4Kl2MIbQcjoB8VlwCBuAh
g+HA25VZ25rDWimZNpF/fewkKfPFRRghH5xfr6m63STQYDILYGYwBEdF3YnM
bMZWAWlQZJXxZepCGLlrTkOPPmsFKJrmakzetuLTVsQHvQt9z2aCe7MGtne5
5tJr1xEZFdCJwQB6kJXKZGG/kZ1qg4JmWxio+DHV5kxZ4tyWuqzIwQtUF+Hk
3YRCYi+C6G8RhdcL9L2uooh1mWxlVlaRxM4hITXCw4zpZnSdnJmKcC061zJI
i3Atq3nZZta0/wtwH5ipZlgu8V8PQTEw+SUTeK9TUMxeLr7E8zbL1LREOOqS
uTNLxnkITDdpcH8Epe1TqGpogR+Ycb/vn5l+fHesFnncyAuPTG6pIgGU+1Na
RzEWiCaStiVlMFXdnbG9hzoS3ihhZ5hhrbd5+ycM+0MJKoYdwQqd8+cRelEj
weStFxn+CbYrivcmBlnWgWbO+znmBUR119q4VG0+F7eqPU6NNAHBoYRW5xK8
N/GOvEU4O0w/F/Vii5rM/YnxOHMj2DlB84atvIDFbhVVYpeJpQWfnF3CDR8h
DzdfxVZv8+qwOOuIQSWixo4razV217wZDzrVZk34Zng1uZfBs3fBNQAGOXhl
3NUyZoEQIATvqaUBwl6FCcYEv3+Pj8rqEU2up30TMrwfQ4ocUr5x2qh8tMHy
re5AeGaBj9dmjHtoq9uIdFcUDoTEyYQDAyhS8e1WBKUtpUrB1AQWM1kUC6/9
eEoBFXIqVPN7lU4QkEbbzz36Bb6UgqTWbG3RbDpNjGR8DMMozoCENCvzeogG
p8a9Y9f07FNjvNqfTOalaqvUapSqtQ5dSnecI6PDNf5KqyqcrtQD5WxNq1EG
FzZM3g205XawXSb1TmObZs1qbXOzOPFLkQ9ttnq3ak1jK3ilr7vIG1ake5Pb
CkS71Z3JUaiuDkdQe2YANUqSKod+KpJRuyJ1jV266SLLLtP9xWkQywLiqJTK
i5ohzuBQqLla4EC+zFG/urSyIUWnq4xLKtbaoigwR78lKclemQ/JLkI2ldhf
JIRTaiGivrbgUCx+CDqRaazi2JMMvFckTmrnkzg0uAAO+xclW4XTAVURU3bR
tlgMWMK0iQnDYx6JeET6zSjSLnuiumtPRWqH4lXElAgZDLgLWVoHCqPpFWs8
m2HVcge65c62jn8dTOedanb3/pkzpI4JgMuibdiyYMFC20Q8XgWwNmlvSDm+
ZDyOtFqZAeSeKTbRG9mrLLRhpcTfYvAYl75mxzsWvSaVywmZasUVw+wADHF0
p+0+0aW9ptJOIuPTmLOqOxVW5hBUZb2T3sueYKp078X1BuEGdOxASbJjmuS5
GeibI5+5LjOKCLGvSUT51UAAPYWCD0W7UJQM9H1JtoWtP6pvDdNegpwPmDBf
3rNvHfqOlhHA92S4/XtFoZJATFktlUVdF1YSE5b38IQLxkbVjPNc2Rn5/rKM
FJSAR+lkJVdNGk0g16HOz9S7CX1T8gReYdI7QyLHm4McASyVJR2ch/cmkIMo
6pXr6Wct0e6qewkNSypTLjghIeSL4SI2EgkloLpCPe1bJ1sqywiGHc554ZZ0
UHmnRd8FUtOkywDAh4Su4jRikLwo7/8xPBK+hhWw1UjvlwyyDFdrdTXAvtrj
xb68ayIuOWF1GLyCZ/lkTJvoMg5R0sHsTlqanXPBwZ91vUeRRkBQ9k15U/Lj
QkiRmWYesjnTeJNByy7JaLDNtW7SJymOwY6DkMq9kX2EhUK1z44XC9ZzJln6
wJZN3j+T/PuDDn+VGaMp+yaANBEqtFu8sYg/sgftC+OwdFcGCVtd0loQ3V20
jp7SvmEfqaT7VN0aUsxZbIUGCQW5x4Fk7tCHjZOkWHmOIN8YkyzIgjqUIyFH
A7X8Pjyc91q7GsgSSG9fo9SzMq6/5Kd6M9qqmBF5lYLCrjD41ue822YAybG6
UCknL2rYu+5FmfPW160441dIOMP1JaGFKtIo73VrNM4lkTjO/oXsQtKa7rUS
fisVQK9eJU6Yi9hFImlMKsAEgXIVrIhOKs+ZY8EH4g6FXAxdSgZ6n3aFRjGo
olNJdZ2X2TJzpBxcaprZi3h4VaLoyESXEs10DEwqYkE6gEa9cw5GIA1PKxxl
zqc7NGIg5L0U2JIlursCFcNqgtdgx2zzXkYJ38ZEuQkvpodAy9DiKQP9VPSf
MnOn7PtiLc5NVOlyTA+cNAghuhb0lnfVeErMtkBPiv2Q7iCFN/7kjuNzY7wh
ex55eKUpliPKFqj4iHOYIZ0keajEQCLHkWsdC65ZimK1cVrZb4i/REgop4oc
UX56Ogs4ImziGYFbZGTH/TWUoLQE7bz3J3RGzt9iKzXCcZH2SKdEGKqTysqo
l9LhtOUVXQeOzqymoVdNKpFM5SQ5EOGX0Il8h/i3QTNW6r4w3X9Ut6lUSob1
koMC/JVNNETFNtJz1G5qUsY3NnLrsiKBJN0i20REsIeJpJh8WTTT7oyzLXgn
6n63ur5MirxxkjmOFmmxLwQgEanqjKIjEcTEm5xXowlvyGUP7hRFzDY2buzq
2MSVdKw554wTPtRp+yxyZSaFcyAVHy5GDTyjWol2un1URu6Mw8cT1yIkdxTI
idIeSqEcMg1byZNW07sMKHyaAgtRtsP5T8MrSl9FRFUGWLMxObmbz9EDPDHO
HKGOu3QHcdWc7SBrnFC3Eyro6KVqdQjn8CwS901d26VT201lwUYK7VDCCmFj
unaglyk1Qr0FApOky8vbhM7GgVTZqTgWInX/W5bARqzqx9E71DcAOilqlWxv
i1Kp2mzqsrpbhhTrZUgywrjMr9UHS0qDnBNkkxhIt/llC2M4pjrovYJjGNI6
2OSNrmEjZe6U3om9p/oM6udSRqNrxnpuMhkXDEjxctGUw+oj7baFY73fE/1w
lFuRgcKwYXEUh0tkLB9gOhZj8vJMitVNaLA4iOJpoBO5cdyaK7cGmkBndPDk
JS+SaRz1S04yfF8f5WCR0InjwAQz4WGSEsUpd0uyYr1wGt0uQMqekpDiYzya
lDKwvzzpTA80MNRbmavlMAKB7gMFKi0yOxJR3Aih0nVwBGESWWimaBgKYZcF
4SRepfcnoUwMnmAanG5IZRuSyT5krgdmf1Mp+VMMELwONNvY4/DUlN5wyAlJ
RBkDJWJgkdV4Tl6VtfTaSxUQiQ1Gp4TObcXeAlJY28aXjl2BXXYYZM5Uiepu
OdvCqZIrrZfaMnQuDjAcMVmnUjGJpPhonDYv3mZxgAUY0BvMpZX/WLskYqjy
V4ojyJs5sJTEIgKS2yf69o6S2uLgR81YhLBC6IDJpbSG6t/44cxnVcDmALD7
A0N+H2GQ3J3cGq59jIxZUmAfbTUorGnxaDKLQFdDjqgrSpmmbOomBBTr2gVl
/qOYPCllGVChRVhQkpeQGZNMIokpFs+idTwJMlzMv4huYCxTRaEoIFLdOEo2
DsiuxfeaY7GdqtFU4iJpOmwHE9EVbJ/WjA0DeOkQrPQl8YSmJRNB6jgr9k93
q03KomoTfUoZKToSxWfeuk7MK3HJ+gJouiC1qSUJyxCZyTNWIfz1g4g/PsV6
Ud45OtLfsFFcXaGkzmGiL5DQeUxIr0OzAXYkDzwlJxE+MOx8hNLBZ5OLKGYE
wzZ4jf4Y98ZoRzlR1hcr67nqi09V1gF994saLcg5sbvzKpNd134+UomJLRhQ
mzO8bidieRxtpEBuLEut6Myt+vOwQZBrkDvToS52dhG2q8P0KZOROCkFcw5T
bYXimDJDpOfuZQPoAAXblUZXOGvI1pVcp72ix0wM0hPuLS3Vm9Pg8MI0chxn
jX4pXyVV/on9K/K+KJdQ7Fr+y6Mevdi46qaFFmoxDEDfF8r7LMRYZIBYolMD
iCl5nhrM8079K1Af+E70fnKQfjzG7FMqg6ejwak/gf2IkmsuhU7ojClSMk1Z
xBcRsiAPsfNTJpRNLwUPwt9l4hyJIIspmTtB5qM2yNdeveSTgmKLuOBHiQ1k
G3kWeqSQKhxFYrbHvyXPMVEHZnkNkj0l8qeRlGguGWk5oWyEgfA03MnofCzI
icMLKunKndsbqn1xJs0hnckiPFwGHh1Iwa0OpyEAOvwenAsOTwvdIODWAhFd
nlraHgo2PrbvkuvEJyKeqNb68CGFhOZVSZE3xBqCUusoB6O6GJZjQBTEgPM1
c4TRsfc4V2P6evzDHY+UJOm8P8xNFvMYz+TWgz/EdbnF4Jx2yhuJtFNLjKAK
VJ4p7EuyhI5bF3kUmCcymjqyRpVKJTJm49/IlHtl5AusZER4mfn9sRgpmH7+
fBE954s/gVAcZ1j0hS1oi3egBoYgNH2DGY8W3v7ZHWYBCiYHh8DC8V7Kl+Ec
fo1gwqEPP74MQS4bRNE70Ejj+QEb2L3TcHEded9Gkbd/EpFUfSAoJCZ+mci5
MXEWcs+rJV5FINH4tSTk+6/O49cHUgoC+jWjW5BToVSToCCpiHUihHTSL3u9
ybtFdDsLplfypvF9gDGCzThDPyEuXawAxKErrMSuSFigOQ8yg3LBeF9GAAHv
JIlAyto/f9M7O3l1dIbKAyzyS1y//86/8+c+gJh+3d35cr0I7/xk7Z2tf/Hf
hapX7+TsHDclWb/zE997pZ6IPfh2DSALccBwZQyndwEPPknrqZj9yyCYIjLZ
yyByaa9l4MeYZd3rI1NZLOitLwLEoDB+dx3NfjG2/DqYLTVWY8Efrjf0zBuU
Sd1ShYBy9udryn1gB9Ry8N2Uc2RFqXgKKipEJq6pyuSENpfgZ0olRtLE/1j1
K/+HVsC/KQ3whxMlL/wPagfKO5mxtacCyFU4olgV2bOkv/tz7z/M7xxmWpbq
jfnkEqXO2yh+p2IAM0/sIkhm1R3vSLwHH+lqPamaSN5fPKOojyjj8xca6D8N
2UGmdWLHEm6tSoagcyFQVK+YqBjvc2+f5vT53+h2OT7+T72HMqqVShUAr3fA
5ehzT6a/FG7y4kbytpe7lbxi4H5q1vgrbBOwl91YC4tljLl4FduqfqRLU1lL
AeBUXQ9FQNXnXs18KnT+z726+WuqoGIz80xWymoZdUrgK02QK1o18FisSigf
Zh7gCtnOjFkvUMC/CFeY/2t3x7H/iNlOtDC9YrRoVzOEruUnFUpuyUjWSzDJ
65xtTysTqfGhbyO/r1nMancnvU3OMmNWo0cUqnxA/bCPUT7sv4xYouwEm9Wa
nuGmMmNYGcyCRqo22Ha1wxw7c1xAZf6TwjitmF0Rm4OWyBCVEgyx+AGNeD+c
+1cY/IGfz71ux3hUNZ4BaspHI3aHqIfQq2U/qshn0Es+AlXNfBX2autHFXsa
1TYtI2U9VPz4GANQZXw37OAMt9UrNawQ52wkOLekkV+9Pj959bL3lTWsKOcA
gCJdCDsqBabsfRXyTWjyQWLG2hBdK+ZUKHoeJ9I2f8RYefyxY/zoQ8OryZwp
ViZUvcTDNNOP6p0G/NNkimU/ApzEf+BRuxAGmQD/vNj+ghZi8sWwNpayuaFY
2OaGYpl22D8Ju3iJJIPTR14Glw+91Du+d1w70KOlcP3Ic6F58Zgwbz2ecQqO
vDTyu8bJ3D8CerGfun4EQ2WXcGRfMPIOPEEa3JXMML9WliAC0yKi7nhGtiMV
Zvfy1cvBCJpXzB/PT05HZ+e909fM2PSD0etXgxc/gAJJPAs4T95LEANSL9m6
tXr71j3ktEw2pwSOQj4ngqgeweicuSOhj7H72cZKZvmb5DuqTUGyRFG0s6ip
nO29y0H/l8pAKRrBV5KedINsakbR1HqQ6pTJ0WjOwaWTGH1VnkvRR0l0Lh7N
O/mwKtZw6idSVnwvPeEqWyS8PXe29JL/KswYCd0N+ROYCWl/WZj9Fq/GDmbG
SsSWCGMVaU5KGnceGX76mOLlVipSsafcniztlupq7TG/+sF7+7+4PvtTaeE/
a2lh5Pjn1656iWlN3FV8kPh2fpE5Yt9bxd6ToFtUZow00OICXSQRu4pYkTyc
V2gJ9Ax3MSNYW2Vj3R+lingzzv+NcUr+EkPSyYYHG6PMHNoRmgZt/s3nKl62
UKomglMjF4IsRy5ASGSlAASDk5mTUiAZJxJwzRIROimKSnChI+hVq6qyMX6r
OcdXcoVXrac4khywgclg0hzcq5KGY/IpUhcLWRHth8V7SDG1z5tX7Ypi1QjT
ysb7KNCoqu+7PvOGZW/EISa04UNdqPllJEw1aBHt8wzeBCLQWdhmnGZa6waI
uupK8fyBfJUyAxs3jZNkPV9KN+zuTokOs4gbp0uXnMP2NvLOB84RKNxRx+1o
xp+Qh7Tk/d/vvMrPlUqlWqlV6pVGpVlpVdqVTqVb8SsXlUllWgkql97//d5o
Xd2mdcmOtORNJyCsPAyVE9G8ZjyPKipH9wdVifsRhayhE31C+aJ1bJyA3IFw
gQ7L1bJ9j0olD3RuyjPRB3pRjn/HRuf0ZFw58tLWsKPdHWKOR4I9HnlV+CfP
yHl0yG0VrzzC74JhHgl+eYQJuo+96+e9Sq/aq/XqvUav2Wv12r1Or9vr9fq9
QW/YG/XGzw9lxzx6g7M5Bl70nVdqH8KqMOUG/tv7Hv4HT6nYEm7K6AxNEEdq
QEWUjrw6jVDhDhXK9CXicsgHoTxUR5o9HbntVzjWkXUr4FeHnRIHMvJByC2r
iS27zxnkMTr1rIvyGddwoMKf8LVSzTyX9Rr2qwdFG0rde+k3PEOeIQf3KPO8
e/Ba5UDuu0AG/DQrdnMq5L5fbanx8J0bkEM2tZeWXlcO4hhz6aT6M9yq5lQM
AKfgqj61lnwuy2Pst/D9pbaXNlbpV/NnrLou43BON8v3azXsTJj8wNYVa8sM
sJCvSKL/FnCA1nw6zIlUKq6hKwLZsthiv32bE6KPB5wOOBt59aqKuFNIte9u
F+xyQicenbCpJorI6CkH84wDMqWAoS57sEFXjVTWJ7b2CCIb+KsSlYEpIe8g
IqtoJIZ0glxw5GU/1WNv78co2FNUTF1c9vZDf3Vgdmode9X9arPWajZqnW7j
QHbhK9PO0StIk7uNzmWn06pMq3W/0aoHncCgwhhkAnJKFK1SI1Sbx5QmUjWd
BhfrqxLu1Dqx21ZhZvVDbBIm6JSeljDvhL/gC8FH1rtgx0uzABRfc4hqQwwg
phOLaCW0QOrXozxRMiLAaIC/nveHf8NVBt1uq1KZTru1aqvRbXc7F5VqPei2
m7Xp5LIyaT43GAWWUcofqXZRqXfa3Yt6vVFv+O2J3+rULjr+ZacxqXYvp43n
h54cCnYcpLT0SHqobrva8JvtbutiWms0fYC/f9G47Lbbk4tOo9O+1JOaXIdL
JSVb0K21kJntnd4BQd87BO74ve5kCKbGFNTrW5VOrdbptKf1ZtCoT5sXrUp9
Wu1cTHy/flnpTJ+nmWcai8RIezeVcnWPTCfWIa6X83L7F4gy9Y8gyiiLZ1aW
qTlZn+jwyYQZpwp05DVJEMkIMkcswaAok5ZiMhrTkdeCQSqqgUt5OvLaNOHn
8Fex2Gq8Seo4R14HZylZwXvNE2wEQ8msReu5fu4QrXuVfmVQGVZGlfFz73s5
yIfDe41b3Xpc/uN7bf6xha/6Y4Svmpf5SOZZE/ww3cSUj9zCl8RAlr6amf4o
fTX/ENJX0x5Lvbp5kIfppsyRElIcspUUrLz7y1Zjs+tG2eoerSu6qb3o1oHj
UBrrrVRyOlbUkivtnCbtA/d5NoZvODe2khJV9fO9PfXWTs5bOwf68JsbV7Pb
W/jOn17VeI74Wk3No1rJvK1KADTP+3Fa/pViqlNQF2AYG6uvNp3LL6ZJf5pl
FJPAFANulGXizW04b+MRnFc5TLIct27RO9HwU3Fa21RzhHuFrAN5KoEdbWG2
d0Vtk+CNhxmeSMzyKI+VND4xK9mkWmVByywky4IQl2t/CBbSy3l1lV5t7aFJ
glJTYDhRl+++z2iQzbLK6LsN8jcfgfwpt1r2CDStfbKaf+SDkIelzU+MpVmB
xZYL8lbPuJq1Vdl093fBVQubWuV0KZcCXGo9FpekkzKLSa0sLLnxpyKo0nVy
hDUsQdUDHf5dCfNe75nGUe29O8J6kEfeBp+UyyDaUih68UkMoq3Mc1uKc4P1
j09MBzmvrpIcK/bPeHmra3dAF/V+13x1q9Hqtuutfm3YarWbrUFrgKKjvfNY
/jQXnlUSXTfjgHZXjWx3Vape1vtn5ByTvpIP2zio0HqX9k7JkXVy1WmQTOLw
Qgb8i/AKABiX5CnLBNZqCMpNzLZCnR1Fu6pGg+FZD+ewBN0krlLiL/Jonb3o
obbCBZIxJQnlOFkvJupGi47z8+wUaF8Gd0aO3hJ++qMvTl56r9+cfI3O4y9H
39KvuzunJ1+86F2Neqf90y/6dz99cXba6ML3LwYD8fft6EX/i8qtf3vS7/3z
n1e95X9/++N/D95+8dVps/J1fwCz+PHbs9W/Pqt0f/xivrj7x+t4Ofzq/Jej
6/Bfr67f9F4Oer2z0Swa+fHV+qefuv+4/vrnMGi/jOY3P/30VefN6mZ35/Vn
F+Hqm28m19ObXnyeXH75bpUMvh39fPvly1X88sW/wu6rfv3lZ7eL3ttV8sv8
Ta1+2lh9GX4jljZ6OXQszEomrhJ6IsSNYi6pop+UZOdOXHyXG5gDybf9r04G
JiDH725Ht9+++DL675NffqwMev/89kT8Pez9czIE0I2u/+H3v/ip8dVPP92c
ffv15NvF+hf/H3Hrp/BodLG7c/HL0bwRfz1bnPzr4vbLSvvF3fKri968fzoZ
/Hjh//Km2rg5v5r+cpn843b81cVp89109curr86i2dXnn5ugSM/MYEvixKCV
2Dow3jIKF5yBIjIriufkQ7qT52sdh3lHC0l0HkfLHNgNLM6Sv3UoabXS3meG
dcSxJ3aevNItHIclGTBrx95f/ypNUvov1ZFPV0ll5mN1zCtVW7KFsiEk175p
YEsPQYQZ+14/H/ZblWpvOGrXK91av9lp1muDXqU+7vdbrfpw1OjCD416s15v
javNZqff6MKTWq1da/Vq49Fw+FyYpLy//e1QzdwR3YuQ6Oyba1LpUXAi0Mky
lZmLxK7HaCQ5knZDZQ/TbyUn6cIa8/0H45k2MrBR0gCMzJ3EAGkCf2jWm71a
vzVsjuoDAMkA9rAxblQbw153VK30hzX4rdvt1evdamsIwKuPhvVOp1prVhqd
ars3aHQARv3OqNtpjAYIrU6zP6wOGtVqp9Ppj5r1ar/ab3YbzUq7UwWGVKmO
W2MYtN3tNRRAD2Bx+LcCrdhD5WMHHfTYAFzqsWFKBehVD92N0lEchIV1uzHW
4qFxrNeZj5W7C3t/p/fR+NND0DYazUazWakNG41Ws91qdVv1VvP5ocFtj7w9
EliG5PfYs60NMAK0b9XbzTa6g1rNutVXjUCZBoLxWaZ7Z9ipNdv1XrfWGjba
zUYXEbs2HNS63W573EYfBxmJ1utwmu7bbrSqzzNvS7965VsvVZbb79MnkYGq
4A8/N46tQ2+cWUznGN4EpQi2NA6nQUnHM5Hse2ieHdVPNSq5XD9VlJcHleFw
2ISDjUe81ap02sN+Y9zsV3q9WmtQU/JyzrgOP1DtmGhKozZuV7r1YWfQbPZ7
PfgPbNgYzlKtMm6MNgwbzql2IMsSEussVPooJNE1kEEYO4Nxu9obdFq9MRzX
URWPcrtXafbgFMOC6r1qYzzs9tvtXr0yrDRa9W4bDj+ImI1WZzQYdZ6b7/ne
JFQFi6aIyiPyDGJwlGz94TCDFaq0nXt3D71qs6iTa+sOKexLT5j/NmisGEVm
0TryusduPnUvhM2AAvg1tkIn8fVqtUyOj46EmINJH446UzrEfglO8bSEx7iE
57hUr00ndJAv240ynMOsMyYzv8sAq6fjuyx4ZaDFm8O11o/QZysBJcH0gf77
wTvQgowhXNzfNjHseK2+d78PqDz+1T6wKlRS3MKIW+vbPLCtFWbcQBt62z6i
QhlIaZIdr+3QfXNfITRN27jsMvDkjuAw/PM8ao28To4Z1FtZ6/ZW08ibAH9q
4839lUupSpYpJIGf55BA1ytwpZXsz9YrxBrdc4TPY2XJDOwbPed73PNqN7Lz
Gm4Hezo45CFyyK2uxXY2IoXcUMek+NMoxm8F7bz+nsPAaPV3+XhSn0w0ne5t
R5/Z4njhmLW0QUqP6fB6pgT61Ke3CSNxjXluQdMR6u69TZia+iA6FkxH7lcr
d8NxjN9Zt1AUfHva6mVdM5YGcWwR7eE2xNIGWK1qe1vvMwJufxreuTid6Z0O
sHQoTxl354NGTw2xJVtyMs48xS070S232NrcjzCErd9kpgU4spl2egZLd3Gb
rSSYtNRifjZvgRP4WtPNrIs/nY3YUeAmF0MUQ2cjW4FPo0By1KJSMWdwq+o0
gKWgF8yik/dEz6KzYRIpbd/or3X8Amq7BbmuOgQ287PJYoDCA9sLCiBRgG2K
ChZPA40POf33DFXH/FS2EFEUjjdS51aRlxxEh2Pc3ISoYotzMbWziT0zphdt
ULVgDhlv1WbdNGex/CliTG5OlPpsLWxtst4UTtMrwPttkR4+myxDxSvNQ3gn
Vc23J/0WC91kqypeaB6HdLJEt4Vr4yLzVNAinTP1caugxTpn6uNQQR+tc6Y+
DhV0s86Z+jzWale83aOcB+YJbuTuNxr3Nu12LkWzyVn+GEUCqpPQFBgSCydb
KbBJmC9yx/uJMQo5o1MCyzNgfpK5Vrp5vXLH6B6kzKQuEbiRjityDyo0yq7D
plTMO+UARRy0iHfK/h+LgxYZKuS7Cs0V1WKAmTN1sdB1HObjR7vj1QslZook
aTp2QX1anXYD/ldp1+u92rg2Bom50wL1vV1pDVrN2qg1BhG2XRvXO61GvVOv
gRAJTVvV2rDehW+tVgP+asBvzXqDfquzmAn/rbWASEGbLv0PBHFo1aiNSCB8
9nEM5PcAdC6sUzb1HGgXncPM6HkBzxu10hx91GHM/2jTzDf6hwvvRfDzBmN/
q9+rVWrNTrsOO9epNTq12hjlj80G1d2dYpNqs9PoDWudRgM4X6UKv1YAOTuN
CluidnceY4va3XmMNQp6Nyr1ZmfYgP9WRRg7fIcJAyw6wLkbfbcW2ujgzG3V
sFnZpKk1anhmKg1YZ2N3B44nvbdZ2STpwr5UbCFxdycrJuLM9b4VSSGw7i3k
kMqoilCBt8M/XdixJs0YeleBttT7D6M4ALVH0JzdHYQggGwMOzW2kV4F7dTS
QTu6YNU2sTpcWQNT1T+F7OR5pgEPunC2us02nMjOuDeC7Wm3Rr1GtzoetgY9
wKtxf1gfdCuVZnXQQVyutodteN4a1PuV5r9dyE4DTmYf8RWQvNPsdqojoJvt
Qaffa1X7teqoOWiMO02iib1xozOoDgAKfaApFaRO1WYLqFOlXeuMh716Z9QC
OA1b9eqoOqzVx91WazAetzuV5gjocK06BOpTaQ+71S4Qlvqw12nXahtDdjRW
G5cX956tJnsYLtHotCgaFQjjoFYxjV7wrU0neQCntUrRKXsvgtksOuRqGoH3
TRTPpv9HxJw8BQg9BQg9BQilYPMUIPTvHCCENPQp0Ccn0OdeXl5PKuHaDfgU
6JM7g//dgT6PlUCfAn3M/k+BPv92gT6/t0YiZ9a6Z6APmTrrhgk7q7cYi67V
Qebd7g3PbFa9wXmc6Syc5BYGbKs28dudapNidJ8qHqq7DV2zF1ltWoj1FA/l
GOIpHsr6PMVDPcVDPcVDif5P8VB5/Z/ioTIveoqHSn+e4qGe4qGe4qGe4qF+
u3ioxiBvmPSggog5cP8pHip3pveOh9qg0SsjQT56FdkFUoYA8/MUe/SgaT4+
9qjuij3abOPd3Sm28ubFHrFxbHfnMeax3Z3HGMjg3bVWndEUNLstDUkY49Pt
4S26+8cr6TF3d+4fr6SjlXZ37h+vpIU46H3veCUtJcB+bxmv1BhwtBLslIAy
+tEK44bqx97Zermc3WGk0GsgndHCn4W/cFjPEIv5Yl7nTeFDS7vjUwxRnvN6
MGrCkYHDV22B9FdrV6FfpV/v1RqtHpz7Mexto9sZ9eqtWnM06kOTwWjY7Y1r
7fqoPR7/+6X9GXUrnXqv1wYK0h8PRnA0mnC82/3uoF6ttnpASsa1en8EZ6cP
5w7T1nXqTSANDTiCwx4chhrQiHqj2W8M2vUhkM0xEMBqvT+sdMeD2qjZ6Q9r
AzgWTfhXs9obtrtteNzr9rrwrT7o/enS/kwDrAEEg4RcvsaK63GFm6gOdzp0
w+71kZB+A+qPO61uZdTsdVpDoFj9ca3frDc6vX6/2x3Xas3GsN8GbtQZVoat
Wqvf7Qz7sEP9+mgAOnC1W2nbcRtGDEZRKM9jA6AeGvZUFOwEQ49boxa+pF0b
tXpt+v6cOoHIchlelX8EavoJ45WSwAAOKAjT4GdEitqhyvzv7PYU5vQbHhdM
zjkYDIaj0WiMtchqtVq9AWgKeNPudEAg6vf7AwDfaDweV6rVaq1eBzLYbLba
7XYHZJnHhjm1GsYR2yrMaRH8NmFOBkGLgySarVdMd9sbgp4Q642+Cu3rJtr/
gXIp4ZD3DbKqPTDG6qGBZA+DKcgNVHlV9yR5pbDPNjTrt9k8k0b/LttzA4I2
52anmksbN2hLsDnn8vhovKesW24V5PgpGu/PHY33WF0uA/unaLynaLyCz58u
Gu/31u0VCf80YWZdQKj6tmFiCsErVrBJbxsHihwBtz9NcZ/CzPgtf9gws147
byBrTBko0HaEmW0zsfQdAvOzeRed2GFamj5doNkGn9xmwr69p9ltDiv02BZJ
M1vGLeRKMx8vbiFXmrlH3MJjzXNOxPsDxzdukkfcZZrNz1N8o5jBR4CD2ybK
U3Dp2+bnk0cYFlNwBWQH6eZPp2CLPI1rRbtUKQjWyBTp2WwCKI5SKZT7HCUn
s5+ngEjX5ykg8ikg0v787wmIfKw7o3i7f4OAyDx92Kz7VkRongIiP+JcK9so
VfYY7axeY/qPnOnitgm7VPY4h6i4gfHLAYrYf2W4ub+GUz2H/addNHlBcMUG
KG8L/v8Uzik+mN6uYO9EOGerSC7+HdLbgRbQ6tJ1oo/kt7wHuHMhvmWg6f2U
TecQf8Q4U6v3J0qMudnj4mlK13AoOp1tgsmVUp4D/T8bqbsPwrG/ZaMf/NPN
tkiDzM72cXrkEx/JnelD+Ei1UEriawEfg4/kGGFyeMEms8wTtX80td8yi0Gm
5L0VJZK9+LNNFmRP03uHorDl3fkin/BvS4/+NPv/iTLabo5V2N0pjlbIu1XC
Tt7dnce4eXd3HuPohd69Sr3ZRW9sr2XeEenhtYlqp4ozzsvtu7tz33JpdOuk
zrdOAGob7p2gQb3Rd5PW3R26Z9LudCqDSuW+mXF3d4rsY/ZNk6z5Be8B3ccA
U8HrKRV51wTvAcHud2HmQ5p5lfLjDrdjNfDuRygtuzt5agsAD3eeMvfWxp0B
za0G6x3oOe7uVMcPZ4i7O/iLek+vgUcARnfdsCk3VBV6jMl+u5iFi3ee77hM
IwtmU4unyzN5IdEtOJfNxrgK577RqPSafTiFXaBXcM5H40670hh0erAxzV6r
Nqg3Ro0aHos60BQgDNVxo/YRLs94f6S7Mz0gXMN+e1AdVjrdQa3dqHSAZtcH
bSDJ7VqtMupXhu32uFpp9vtwhirdaq3Tbo4bwy6Q8mqlM2wDBQeEx3tlvVG/
PaoOBr1mpdMY12p9OKHdbr3abo06/Xqz1oWXVWqjIZzLUQOOJVCL8R/g7gxe
/2u1ARuABMCpB/YGYueR9/bk5Xmr8cNp718Kr55y5hp9n3LmfrzLJHrUP2s2
WLcgvSm2nrkVNqxjtL+mrfjXnypf6x82RPwpQvzPHSH+WIEl65F6ihB/ihDP
//zpIsR/bwlWUfBPlYj08UT7KRGpY4gHRIhX+9449dk4UYdy8dsEjTe3kXUk
wnQdRO0pNelTatKn1KSi/++VmrRWfIr//VKTFu5iPq1Rn6dI3H+vSNynmMeP
ONdPkwRyy/uHSpr/N/AF3+NdObEpQNo33VrT4p4rUEnZzj7KDD+Rz3iz9WJ3
p9h+keczZrVvd+cxih9WIn246oc5FNFDCnKLqIJa7afVA3ze7LuyDKKvvMjf
W5xlENZt5Rms9SlrX2073+/uTn6eQeX71RkBW+yfrHZqVYyCkKjyzBsr52Si
vIdvgmUUrxLpj4z5a55D8vw6TLwEMTpaeMl1dAvfonngBelhxThl4Rgdl6va
MVrF/IMTjILLeYs1sWv/JvAWEYw4ieJp4oWX+E0RYtHg0g9nwbSMMwy8t29O
8BiscLJiZh78iUVR4+AS3oUOC2y0jKMbIOFTbh3w1KV6WdYHxvSP8sq0Emok
WPvrX7+T5viUh5CdoHtsfNwzHFSmx5McfH77ctpqduuBP6nXgovGRdBsd2rt
TgBoVpk0J89zuMz180p3cjltTxvTGpzZdr0CSFqvX9QuuvVKvdKqcHao721v
XXoxIg3OMcrP8/IqCJZlAcAjle8xIXs1h/w6xpL7RA6h777f3flgoCBiQq1s
VrAd+yFoLIXk6g8E/T8kjHk1abcmt9GvFZ7q7zKevHRDebxpjujWzkm+lTOO
6F6KLi+BQ7PXtdXKaezII9U8znqgRGs85IAs8NVPaIKtY69REUnLKCegjW63
14BOdLDdSyBiAHQhOtbIhvEQBEq3e0ZshuXl/utflY/b6d7W3u1Cx7bMCcm6
pvjinLh4JgQ88U3G/omv8Vo2w2BR8s8RWn4whAd/MSXoFGyfC0TioOHx2ZwT
rOIduhpbHuBq91BBUCXiep45HVnS9zyYTruNybRT6k67k1JjMoG/atVW6aLu
T5t+bdq86Ph0iqQn+EN2Okayrpp8mp+jCx2xfMAZGP8/c1/VcOfPAQA=

-->

</rfc>

