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


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

]>

<?rfc rfcedstyle="yes"?>
<?rfc tocindent="yes"?>
<?rfc strict="yes"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc text-list-symbols="-o*+"?>
<?rfc docmapping="yes"?>
<?rfc toc_levels="4"?>

<rfc ipr="trust200902" docName="draft-ietf-suit-trust-domains-12" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="SUIT Trust Domains">Software Update for the Internet of Things (SUIT) Manifest Extensions for Multiple Trust Domain</title>

    <author initials="B." surname="Moran" fullname="Brendan Moran">
      <organization>Arm Limited</organization>
      <address>
        <email>brendan.moran.ietf@gmail.com</email>
      </address>
    </author>
    <author initials="K." surname="Takayama" fullname="Ken Takayama">
      <organization>SECOM CO., LTD.</organization>
      <address>
        <email>ken.takayama.ietf@gmail.com</email>
      </address>
    </author>

    <date year="2025" month="July" day="22"/>

    <area>Security</area>
    <workgroup>SUIT</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 50?>

<t>A device has
more than one trust domain when it enables delegation of different
rights to mutually distrusting entities for use for different
purposes or Components in the context of firmware or software update. This
specification describes extensions to the Software Update for the Internet
of Things (SUIT) Manifest format for use in deployments with multiple trust
domains.</t>



    </abstract>



  </front>

  <middle>


<?line 60?>

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

<t>Devices that require more advanced configurations than a Manifest signed by a
single authority also require more complex rules for deploying software updates. For example, devices may require:</t>

<t><list style="symbols">
  <t>Components from multiple software signing authorities</t>
  <t>a mechanism to remove an unneeded Component</t>
  <t>Dependencies delivered in the same envelope as the Manifest</t>
  <t>a partly encrypted Manifest so that distribution does not reveal private information</t>
  <t>installation performed by a different execution mode than payload fetch</t>
</list></t>

<t>Devices implementing this specification typically partition their software, dividing it, according to physical or logical features, into multiple "domains" with different requirements for authorities: multiple trust domains. Because of the more complex use cases that are typically targetted by devices implementing this specification, the applicable device class is typically Class 2 or higher and often isolation level Is8, for example Arm TrustZone for Cortex-M, as described in <xref target="I-D.ietf-iotops-7228bis"/>.</t>

<t>Dependencies enable several additional use cases. In particular, they enable two or more entities who are trusted for different privileges to coordinate. This can be used in many scenarios. For example:</t>

<t><list style="symbols">
  <t>Devices with network interface controllers (NICs), including radios, may contain secondary processors in the NICs in addition to the device primary processor. These two processors may have separate Software with separate signing authorities. Dependencies allow the Manifest for the primary processor to reference a Manifest signed by a different authority.</t>
  <t>A network operator may wish to provide local caching of Update Payloads. The network creates a Dependent Manifest that provides a different URI for any Payloads they wish to cache the parameter override mechanism described in <xref target="suit-directive-set-parameters"/>.</t>
  <t>A Device Administrator provides a device with some additional configuration. The Device Administrator wants to test their configuration with each new Software version before releasing it. The configuration is delivered as a binary in the same way as a Software Image. The Device Administrator references the Software Manifest from the Software author in their own Manifest which also defines the configuration.</t>
  <t>An Author wants to entrust a Distributor to provide devices with firmware decryption keys, but not permit the Distributor to sign code. Dependencies allow the Distributor to deliver a device's decryption information without also granting code signing authority.</t>
  <t>A Trusted Application Manager (TAM) wants to distribute personalisation information to a Trusted Execution Environment in addition to a Trusted Application (TA), but does not have code signing authority (see <xref target="RFC9397"/>, Section 2). Dependencies enable the TAM to construct an update containing the personalisation information and a dependency on the TA, but leaves the TA signed by the TA's Author.</t>
</list></t>

<t>When a system has multiple trust domains, each domain might require independent verification of authenticity or security policies. Trust domains might be divided by separation technology such as Arm TrustZone, Intel SGX, or another Trusted Execution Environment (TEE) technology. Trust domains might also be divided into separate processors and memory spaces, with a communication interface between them.</t>

<t>For example, an application processor may have an attached communications module that contains a processor. The communications module might require metadata signed by a specific Trust Authority for regulatory approval. This may be a different Trust Authority than the application processor.</t>

<t>Dependencies enable Components such as Software, configuration, and other Resource data authenticated by different Trust Anchors to be delivered to devices.</t>

<t>These mechanisms are not part of the core Manifest specification (<xref target="I-D.ietf-suit-manifest"/>), but they are needed for more advanced use cases, such as the architecture described in <xref target="RFC9397"/>.</t>

<t>This specification extends the SUIT Manifest specification (<xref target="I-D.ietf-suit-manifest"/>) with:</t>

<t><list style="symbols">
  <t>Integrated Components</t>
  <t>Dependencies</t>
  <t>Manifest Component Identifier</t>
  <t>Candidate Verification</t>
  <t>Parameter Override support</t>
  <t>Uninstall support</t>
</list></t>

</section>
<section anchor="conventions-and-terminology"><name>Conventions and Terminology</name>

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

<t>The terminology from <xref target="I-D.ietf-suit-manifest"/>, Section 2 and <xref target="RFC9397"/>, Section 2 is used in this specification. Additionally, the following terminology is used:</t>

<t><list style="symbols">
  <t>Dependency: A Manifest that is required by a second Manifest in order for operations described by the second Manifest to complete successfully.</t>
  <t>Dependent: A Manifest that depends on another Mani</t>
  <t>Root Manifest: A manifest that has no dependents and, combined with all Dependencies (recursively) specifies a complete Component Set.</t>
  <t>Staging Procedure: A procedure that fetches dependencies and images referenced by an Update and stores them to a Staging Area.</t>
  <t>Installation Procedure: A procedure that installs dependencies and images stored in a Staging Area; copying (and optionally, transforming them) into an active Image storage location.</t>
  <t>Staging Area: A Component or group of Components that are used for transient storage of Images between fetch and installation. Images in this area are opaque, except for use by the Installation Procedure.</t>
  <t>Reference Count: An implementation-defined mechanism to track the number of manifests that refer to another manifest.</t>
</list></t>

</section>
<section anchor="changes-to-suit-workflow-model"><name>Changes to SUIT Workflow Model</name>

<t>The use of the features presented for use with multiple trust domains requires some augmentation of the workflow presented in the SUIT Manifest specification (<xref target="I-D.ietf-suit-manifest"/>):</t>

<t>One additional assumption is added to the list of assumptions for the Update Procedure in <xref target="I-D.ietf-suit-manifest"/>, Section 4.2:</t>

<t><list style="symbols">
  <t>All Dependencies must be fetched and integrity checked before any Payload is fetched.</t>
</list></t>

<t>One additional assumption is added to the list of assumptions for the Invocation Procedure in <xref target="I-D.ietf-suit-manifest"/>, Section 4.2:</t>

<t><list style="symbols">
  <t>All Dependencies must be validated prior to loading.</t>
</list></t>

<t>Steps 3 and 5 are added to the expected installation workflow of a Recipient:</t>

<t><list style="numbers" type="1">
  <t>Verify the signature of the Manifest.</t>
  <t>Verify the applicability of the Manifest.</t>
  <t>Resolve Dependencies.</t>
  <t>Fetch Payload(s).</t>
  <t>Verify Candidate Component Set.</t>
  <t>Install Payload(s).</t>
  <t>Verify image(s).</t>
</list></t>

<t>In addition, when multiple Manifests are used for an Update, each Manifest's steps occur in a lockstep fashion: all Manifests have Dependency resolution performed before any Manifest performs a Payload fetch, etc.
The lockstep process is described in <xref target="processing-dependencies"/>.</t>

</section>
<section anchor="metadata-structure-overview"><name>Changes to Manifest Metadata Structure</name>

<t>To accommodate the additional metadata needed to enable these features, the Envelope and Manifest are augmented with several new elements:</t>

<t><list style="symbols">
  <t>Envelope  <list style="symbols">
      <t>Integrated Dependency</t>
    </list></t>
  <t>Manifest  <list style="symbols">
      <t>Common      <list style="symbols">
          <t>Dependency Metadata</t>
        </list></t>
      <t>Component Identifier</t>
      <t>Dependency Resolution SUIT_Command_Sequence</t>
      <t>Candidate Verification SUIT_Command_Sequence</t>
    </list></t>
</list></t>

<t>In addition several new SUIT_Commands are added:</t>

<t><list style="symbols">
  <t>SUIT Conditions  <list style="symbols">
      <t>Dependency Integrity Check</t>
      <t>Component Is Dependency Check</t>
    </list></t>
  <t>SUIT Directives  <list style="symbols">
      <t>Process Dependency</t>
      <t>Set Parameters</t>
      <t>Unlink</t>
    </list></t>
</list></t>

<t>The Envelope gains two more elements: Integrated Dependencies and Integrated Payloads.
The Common metadata section in the Manifest also gains a list of Dependencies.</t>

<t>The new metadata structure is shown below.</t>

<figure title="SUIT Metadata Structure" anchor="fig-metadata-structure"><artwork align="left"><![CDATA[
+-------------------------+
| Envelope                |
+-------------------------+
| Authentication Block    |
| Manifest           --------------> +------------------------------+
| Severable Elements      |          | Manifest                     |
| Integrated Dependencies |          +------------------------------+
| Integrated Payloads     |          | Structure Version            |
+-------------------------+          | Sequence Number              |
                                     | Reference to Full Manifest   |
                               +------ Common Structure             |
                               | +---- Command Sequences            |
+-------------------------+    | |   | Digests of Envelope Elements |
| Common Structure        | <--+ |   +------------------------------+
+-------------------------+      |
| Dependency Indices      |      +-> +-----------------------+
| Component IDs           |          | Command Sequence      |
| Common Command Sequence ---------> +-----------------------+
+-------------------------+          | List of ( pairs of (  |
                                     |   * command code      |
                                     |   * argument /        |
                                     |      reporting policy |
                                     | ))                    |
                                     +-----------------------+
]]></artwork></figure>

<t>This is an update of the figure in Section 4.2 of <xref target="I-D.ietf-suit-manifest"/></t>

</section>
<section anchor="dependencies"><name>Dependencies</name>

<t>A Dependency is another SUIT_Envelope (<xref target="I-D.ietf-suit-manifest"/>, section 8.2) that describes additional Components.</t>

<section anchor="required-checks"><name>  Changes to Required Checks</name>

<t>This section augments the definitions in Required Checks (<xref target="I-D.ietf-suit-manifest"/>, Section 6.2).</t>

<t>More checks are required when handling Dependencies. By default, any signature of a Dependency MUST be verified. However, there are some exceptions to this rule: where a device supports only one level of access (no ACLs, <xref target="I-D.ietf-suit-manifest"/>, Section 9, declaring which authorities have access to different Components/Commands/Parameters), it MAY choose to skip signature verification of Dependencies, since they are verified by digest. Where a device differentiates between trust levels, such as with an ACL, it MAY choose to defer the verification of signatures of Dependencies until the list of affected Components is known so that it can skip redundant signature verifications. For example, if a dependent's signer has access rights to all Components specified in a Dependency, then that Dependency does not require a signature verification. Similarly, if the signer of the dependent has full rights to the device, according to the ACL, then no signature verification is necessary on the Dependency.</t>

<t>Components that should be treated as Dependencies are identified in the suit-common metadata (<xref target="structure-change"/>).</t>

<t>Any required check that fails MUST result in an Abort.</t>

<t>Prior to executing any Command Sequence:</t>

<t><list style="numbers" type="1">
  <t>If the interpreter does not support Dependencies and a Manifest specifies a Dependency, then the interpreter MUST Abort.</t>
  <t>If the Manifest contains more than one Component and/or Dependency, each Command sequence MUST begin with a Set Component Index Command.</t>
</list></t>

<t>If a Dependency is specified, then the Manifest Processor MUST perform the following additional checks:</t>

<t><list style="numbers" type="1">
  <t>Prior to executing any Command Sequence: the dependent MUST populate all Command Sequences for each Procedure specified by the Dependency; either the Staging Procedure, the Update Procedure, the Installation Procedure, or the Invocation Procedure.</t>
  <t>At the end of each section in the dependent: The corresponding section in each Dependency has been executed, if present.</t>
</list></t>

<t>If a Recipient supports groups of interdependent Components (a Component Set), then prior to fetching any payload, it SHOULD verify that all Components in the Component Set are specified by a single Manifest and all its Dependencies that together:</t>

<t><list style="numbers" type="1">
  <t>Have sufficient permissions imparted by their signatures.</t>
  <t>Specify a digest and a Payload for every Component in the Component Set.</t>
</list></t>

<t>Failing to verify the availablility of all components may lead to
API mismatches and other version mismatch problems.</t>

<t>The single dependent Manifest is called a Root Manifest.</t>

</section>
<section anchor="structure-change"><name>Changes to Manifest Structure</name>

<t>This section augments the Manifest Structure (Section 8.4) in <xref target="I-D.ietf-suit-manifest"/>.</t>

<section anchor="manifest-id"><name>Manifest Component ID</name>

<t>In complex systems, it may not always be clear where the Root Manifest is stored; this is particularly complex when a system has multiple, independent Root Manifests. The Manifest Component ID resolves this contention. The manifest-component-id is intended to be used by the Root Manifest.
The manifest-component-id is only used when storing a Root Manifest.
The manifest-component-id is ignored when processing Dependencies.</t>

<t>The following CDDL (see <xref target="RFC8610"/>) describes the Manifest Component ID:</t>

<figure><sourcecode type="cddl"><![CDATA[
$$SUIT_Manifest_Extensions //= 
    (suit-manifest-component-id => SUIT_Component_Identifier)
]]></sourcecode></figure>

</section>
<section anchor="SUIT_Dependencies"><name>SUIT_Dependencies Manifest Element</name>

<t>The suit-common section, as described in <xref target="I-D.ietf-suit-manifest"/>, Section 8.4.5 is extended with a map of Component indices that indicate a Dependency. The keys of the map are the Component indices and the values of the map are any extra metadata needed to describe those Dependencies.</t>

<t>Because some operations treat Dependencies differently from other Components, it is necessary to identify them. SUIT_Dependencies identifies which Components from suit-components (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.5) are to be treated as the SUIT_Envelope of a Dependency. SUIT_Dependencies is a map of Components, referenced by Component Index. Optionally, a Component prefix or other metadata may be delivered with the Component index. The CDDL for suit-dependencies is shown below:</t>

<figure><sourcecode type="cddl"><![CDATA[
$$SUIT_Common-extensions //= (
    suit-dependencies => SUIT_Dependencies
)
SUIT_Dependencies = {
    + uint => SUIT_Dependency_Metadata
}
SUIT_Dependency_Metadata = {
    ? suit-dependency-prefix => SUIT_Component_Identifier
    * $$SUIT_Dependency_Extensions
}

]]></sourcecode></figure>

<t>If no extended metadata is needed for an extension, SUIT_Dependency_Metadata is an empty map (this is the same encoding size as a null). SUIT_Dependencies MUST be sorted according to Core Deterministic Encoding Requirements (<xref target="RFC8949"/>, Section 4.2.1).</t>

<t>The Components specified by SUIT_Dependency_Metadata will contain a Manifest Envelope that describes a Dependency of the current Manifest. The Manifest is identified, but the Recipient should expect an Envelope when it acquires the Dependency. This is because the Manifest is the one invariant element of the Envelope, where other elements may change by countersigning, adding authentication blocks, or severing elements.</t>

<t>When executing suit-condition-image-match over a Component that is designated in SUIT_Dependency_Metadata, the digest MUST be computed over just the bstr-wrapped SUIT_Manifest contained in the Manifest Envelope designated by the Component Index. This enables a Dependency reference to uniquely identify a particular Manifest structure. This is identical to the digest that is present as the first element of the suit-authentication-block in the Dependency's Envelope. The digest is calculated over the Manifest structure to ensure that removing a signature from a Manifest does not break Dependencies due to missing signature elements. This is also necessary to support the trusted intermediary use case, where an intermediary re-signs the Manifest, removing the original signature, potentially with a different algorithm, or trading COSE_Sign for COSE_Mac.</t>

<t>The suit-dependency-prefix element contains a SUIT_Component_Identifier (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.5.1). This specifies the scope at which the Dependency operates. This allows the Dependency to be forwarded on to a Component that is capable of parsing its own Manifests. It also allows one Manifest to be deployed to multiple dependent Recipients without those Recipients needing consistent Component hierarchy. suit-dependency-prefix is OPTIONAL for Recipients to implement.</t>

<t>A Dependency prefix can be used with a Component identifier. This allows complex systems to understand where Dependencies need to be applied. The Dependency prefix can be used in one of two ways. The first simply prepends the prefix to all Component Identifiers in the Dependency.</t>

<t>A Dependency prefix can also be used to indicate when a Dependency needs to be processed by a secondary Manifest Processor, as described in <xref target="hierarchical-interpreters"/>.</t>

</section>
</section>
<section anchor="changes-to-abstract-machine-description"><name>Changes to Abstract Machine Description</name>

<t>This section augments the Abstract Machine Description in <xref target="I-D.ietf-suit-manifest"/>, Section 6.4.
With the addition of Dependencies, some changes are necessary to the abstract machine, outside the typical scope of added Commands. These changes alter the behaviour of an existing Command and way that the parser processes Manifests:</t>

<t><list style="symbols">
  <t>Five new Commands are introduced in <xref target="new-commands"/>:  <list style="symbols">
      <t>Set Parameters</t>
      <t>Process Dependency</t>
      <t>Is Dependency</t>
      <t>Dependency Integrity</t>
      <t>Unlink</t>
    </list></t>
  <t>Dependencies have Component Identifiers. All Commands may target Dependencies as well as Components, with one exception: suit-directive-process-dependency. Future commands MAY define their own restrictions on applicability to Dependencies and non-Dependency Components.</t>
  <t>Dependencies are processed in lockstep with the Root Manifest. This means that every Dependency's current Command sequence must be executed before a dependent's later Command sequence may be executed. For example, every Dependency's Dependency Resolution step must be executed before any dependent's Payload fetch step.</t>
  <t>When a Manifest Processor supports multiple independent Components, they may have shared Dependencies.</t>
  <t>When a Manifest Processor supports shared Dependencies, it MUST support reference counting of those Dependencies.</t>
  <t>When reference counting is used, Components MUST NOT be overwritten. The Manifest Uninstall section must be called, then the component MUST be Unlinked.</t>
</list></t>

</section>
<section anchor="processing-dependencies"><name>Processing Dependencies</name>

<t>As described in <xref target="required-checks"/>, the Manifest Processor must ensure that a 
Manifest with Dependencies invokes suit-directive-process-dependency for each 
of its Dependencies' sections from the corresponding section of the dependent.
Any changes made to Parameters by the Dependency persist in the dependent.</t>

<t>When a Process Dependency Command is encountered, the Manifest Processor:</t>

<t><list style="numbers" type="1">
  <t>Checks whether the map of Dependencies contains an entry for the current Component Index. If not present, it causes an immediate Abort.</t>
  <t>Checks whether the Dependency has been the target of a Dependency integrity check. If not, it causes an immediate Abort.</t>
  <t>Performs any application-specific setup that is required to parse the specified Component as a SUIT_Envelope of a Dependency.</t>
  <t>Authenticates the Dependency.</t>
  <t>Executes the common-sequence section of the Dependency.</t>
  <t>Executes the section of the Dependency that corresponds to the currently executing section of the dependent.</t>
</list></t>

<t>If the specified Dependency does not contain the current section, Process Dependency succeeds immediately.</t>

<t>The interpreter also performs the checks described in <xref target="required-checks"/> to ensure that the dependent is processing the Dependency correctly.</t>

<section anchor="hierarchical-interpreters"><name>Multiple Manifest Processors</name>

<t>When there are two or more trust domains, a Manifest Processor might be required in each. The first Manifest Processor is the normal Manifest Processor as described for the Recipient in Section 6 of <xref target="I-D.ietf-suit-manifest"/>. The second Manifest Processor only executes sections when the first Manifest Processor requests it. An API interface is provided from the second Manifest Processor to the first. This allows the first Manifest Processor to request a limited set of operations from the second. These operations are limited to: setting Parameters, inserting an Envelope, and invoking a Manifest Command Sequence. The second Manifest Processor declares a prefix to the first, which tells the first Manifest Processor when it should delegate to the second. These rules are enforced by underlying separation of privilege infrastructure, such as TEEs, or physical separation.</t>

<t>When the first Manifest Processor encounters a Dependency prefix, that informs the first Manifest Processor that it should provide the second Manifest Processor with the corresponding Dependency Envelope. This is done when the Dependency is fetched. The second Manifest Processor immediately verifies any authentication information in the Dependency Envelope. When a Parameter is set for any Component that matches the prefix, this Parameter setting is passed to the second Manifest Processor via an API. As the first Manifest Processor works through the Procedure (set of Command sequences) it is executing, each time it sees a Process Dependency Command that is associated with the prefix declared by the second Manifest Processor, it uses the API to ask the second Manifest Processor to invoke that Dependency section instead.</t>

<t>This mechanism ensures that the two or more Manifest Processors do not need to trust each other, except in a very limited case. When Parameter setting across trust domains is used, it must be very carefully considered. Only Parameters that do not have an effect on security properties should be allowed. The Dependency MAY control which Parameters are allowed to be set by using the Override Parameters Directive. The second Manifest Processor MAY also control which Parameters may be set by the first Manifest Processor by means of an ACL that lists the allowed Parameters. For example, a URI may be set by a dependent without a substantial impact on the security properties of the Manifest.</t>

</section>
</section>
<section anchor="suit-dependency-resolution"><name>Dependency Resolution</name>

<t>The Dependency Resolution Command Sequence is a container for the Commands needed to acquire and process the Dependencies of the current Manifest. All Dependencies MUST be fetched before any Payload is fetched to ensure that all Manifests are available and authenticated before any of the (larger) Payloads are acquired.</t>

</section>
<section anchor="new-commands"><name>Added and Modified Commands</name>

<t>All Commands are modified in that they can also target Dependencies. However, Set Component Index has a larger modification.</t>

<texttable title="Added/Modified Abstract Machine Commands" anchor="tab-modified-abstract">
      <ttcol align='left'>Command Name</ttcol>
      <ttcol align='left'>Semantic of the Operation</ttcol>
      <c>Set Parameters</c>
      <c>current.params[k] := v if not k in current.params for-each k,v in arg</c>
      <c>Process Dependency</c>
      <c>exec(current[common]); exec(current[current-segment])</c>
      <c>Dependency Integrity</c>
      <c>verify(current, current.params[image-digest])</c>
      <c>Is Dependency</c>
      <c>assert(current exists in Dependencies)</c>
      <c>Unlink</c>
      <c>unlink(current)</c>
</texttable>

<section anchor="suit-directive-set-parameters"><name>suit-directive-set-parameters</name>

<t>Similar to suit-directive-override-parameters (<xref target="I-D.ietf-suit-manifest"/>, section 8.4.10.3), suit-directive-set-parameters allows the Manifest to configure behavior of future Directives by changing Parameters that are read by those Directives. Set Parameters is for use when Dependencies are used because it allows a Manifest to modify the behavior of its Dependencies. Because of this modification behavior, suit-directive-set-parameters MUST only be used for parameters that are intended to be overridden.</t>

<t>Available Parameters are defined in <xref target="I-D.ietf-suit-manifest"/>, section 8.4.8.</t>

<t>If a Parameter is already set, suit-directive-set-parameters will skip setting the Parameter to its
argument. This enables parameter replacement in Manifest trees. A Dependency can specify a
default Parameter using suit-directive-set-parameters. Then, a dependent of that Dependency can use
suit-directive-set-parameters prior to invoking suit-directive-process-dependency. Since
suit-directive-set-parameters has set-if-unset behaviour, this means that the dependent has effectively
overriden the Dependency's Parameter. Manifests that wish to enforce a specific value of a Parameter
MUST use suit-directive-override-parameters instead. This satisfies USER_STORY.OVERRIDE and
REQ.USE.MFST.COMPONENT of <xref target="RFC9124"/>.</t>

<t>While suit-directive-set-parameters can be used outside of a Dependency use case, it has limited
applicability: in linear manifests (without try-each, <xref target="I-D.ietf-suit-manifest"/>, section 8.4.10.2)
it either behaves as suit-directive-override-parameters or has no effect, depending on whether its
targets are already set. When used as a set-if-unset construction following a try-each,
suit-directive-override-parameters has the same effect as if a suit-directive-override-parameters
were placed in the final element of the try-each with no preceding condition. This limits the
applicability of suit-directive-set-parameters outside dependency use cases.</t>

<t>suit-directive-set-parameters does not specify a reporting policy.</t>

</section>
<section anchor="suit-directive-process-dependency"><name>suit-directive-process-dependency</name>

<t>Execute the Commands in the common section of the current Dependency, followed by the Commands in the equivalent section of the current Dependency. For example, if the current section is "Payload Fetch," this will execute "Common metadata" in the current Dependency, then "Payload Fetch" in the current Dependency. Once this is complete, the Command following suit-directive-process-dependency will be processed.</t>

<t>If the current Component Index matches any of the following conditions, the Manifest Processor MUST Abort:</t>

<t><list style="symbols">
  <t>The current Component index does not have an entry in the suit-dependencies map</t>
  <t>The current Component index has not been the target of a suit-condition-dependency-integrity</t>
  <t>The current section is "Common metadata"</t>
</list></t>

<t>If the current Component is True, then this Directive applies to all Dependencies.</t>

<t>When suit-directive-process-dependency completes, it forwards the last status code that occurred in the Dependency;
an Abort in a Dependency causes an Abort in the suit-directive-process-dependency of the Dependent.</t>

</section>
<section anchor="suit-condition-is-dependency"><name>suit-condition-is-dependency</name>

<t>Check whether the current Component index is present in the Dependency list. If the current Component is in the Dependency list, suit-condition-is-dependency succeeds. Otherwise, it fails. This can be used along with component-id = True to act on all Dependencies or on all non-Dependency Components (<xref target="creating-manifests"/>).</t>

</section>
<section anchor="suit-condition-dependency-integrity"><name>suit-condition-dependency-integrity</name>

<t>Verify the integrity of a Dependency. When a Manifest Processor executes suit-condition-dependency-integrity, it performs the following operations:</t>

<t><list style="numbers" type="1">
  <t>Verify the signature of the Dependency's suit-authentication-wrapper.</t>
  <t>Compare the Dependency's suit-authentication-wrapper digest to the dependent's suit-parameter-image-digest</t>
  <t>Verify the Dependency against the Depedency's suit-authentication-wrapper digest</t>
</list></t>

<t>If any of these steps fails, the Manifest Processor MUST immediately Abort.</t>

<t>The Manifest Processor MAY cache the results of these operations for later use from the context of the current Manifest. The Manifest Processor MUST NOT use cached results from any other Manifest context.
The Manifest Processor MUST prevent tampering with the cached results, e.g. through tamper-evident memory.
If the Manifest Processor caches the results of these checks, it MUST eliminate this cache if:</t>

<t><list style="symbols">
  <t>Any Fetch, or Copy operation targets the Dependency's Component ID</t>
  <t>An Abort is encountered</t>
  <t>A Procedure completes</t>
</list></t>

</section>
<section anchor="suit-directive-unlink"><name>suit-directive-unlink</name>

<t>A Manifest Processor that supports multiple independent root manifests
MUST support suit-directive-unlink. When a Component is no longer
needed, the Manifest Processor unlinks the Component to inform the 
Manifest Processor that it is no longer needed.</t>

<t>If a Manifest is no longer needed, the Manifest Processor unlinks it.
This causes the Manifest Processor to execute the suit-uninstall section
of the unlinked Manifest, after which it decrements the reference count
of the unlinked Manifest. The suit-uninstall section of a manifest
typically contains an unlink of all its dependencies and components.</t>

<t>All components, including Manifests must be unlinked before deletion 
or overwrite. If the
reference count of a component is non-zero, any command that alters
that component MUST cause the Manifest Processor to Abort. Affected
commands are:</t>

<t><list style="symbols">
  <t>suit-directive-copy</t>
  <t>suit-directive-fetch</t>
  <t>suit-directive-write</t>
</list></t>

<t>The unlink Command decrements an implementation-defined reference counter. This reference counter MUST persist across restarts. The reference counter MUST NOT be decremented by a given Manifest more than once, and the Manifest Processor must enforce this. The Manifest Processor MAY choose to ignore an Unlink Directive depending on device policy.</t>

<t>When the reference counter of a Manifest reaches zero, the suit-uninstall Command sequence is invoked (<xref target="suit-uninstall"/>).</t>

<t>suit-directive-unlink is OPTIONAL to implement in Manifest Processors,
but Manifest Processors that support multiple independent Root Manifests
MUST support suit-directive-unlink.</t>

</section>
</section>
</section>
<section anchor="suit-uninstall"><name>Uninstall</name>

<t>In some systems, particularly with multiple, independent, optional Components, it may be that there is a need to uninstall the Components that have been installed by a Manifest. Where this is expected, the uninstall Command sequence can provide the sequence needed to cleanly remove the Components defined by the Manifest and its Dependencies. In general, the suit-uninstall Command Sequence will contain primarily unlink Directives.</t>

<t>WARNING: This can cause faults where there are loose Dependencies (e.g., version range matching, <xref target="I-D.ietf-suit-update-management"/>, Section 5.5), since a Component can be removed while it is depended upon by another Component. To avoid Dependency faults, a Manifest author MUST use explicit Dependencies where possible.
To enable applications where explicit Dependency matching is not possible, a Manifest Processor can track references to loose Dependencies via reference counting in the same way as explicit Dependencies, as described in <xref target="suit-directive-unlink"/>.</t>

<t>The suit-uninstall Command Sequence is not severable, since it must always be available to enable uninstalling.</t>

</section>
<section anchor="staging-and-installation"><name>Staging and Installation</name>

<t>In order to coordinate between download and installation in different trust domains, the Update Procedure defined in <xref target="I-D.ietf-suit-manifest"/>, Section 8.4.6 is divided into two sub-procedures:</t>

<t><list style="symbols">
  <t>The Staging Procedure: This procedure is responsible for dependency resolution and acquiring all payloads required for the Update to proceed. It is composed of two command sequences  <list style="symbols">
      <t>suit-dependency-resolution</t>
      <t>suit-payload-fetch</t>
    </list></t>
  <t>The Installation Procedure: This procedure is responsible for verifying staged components and installing them. It is composed of:  <list style="symbols">
      <t>suit-candidate-verification</t>
      <t>suit-install</t>
    </list></t>
</list></t>

<t>This extension is backwards compatible when used with a Manifest Processor that supports the Update Procedure but does not support the Staging Procedure and Installation Procedure: the payload-fetch command sequence already contains suit-condition-image tests for each payload (<xref target="I-D.ietf-suit-manifest"/>, section 7.3) which means that images are already validated when suit-install is invoked. This makes suit-candidate-verification OPTIONAL to implement.</t>

<t>The Staging and Installation Procedures are only required when Staging occurs in a different trust domain to Installation.</t>

<section anchor="suit-candidate-verification"><name>suit-candidate-verification</name>

<t>This command sequence is responsible for verifying that all elements of an update are present and correct prior to installation. This is only required when Installation occurs in a trust domain different from Staging, such as an installer invoked by the bootloader.</t>

</section>
</section>
<section anchor="creating-manifests"><name>Creating Manifests</name>

<t>This section details a set of templates for creating Manifests. These templates explain which Parameters, Commands, and orders of Commands are necessary to achieve a stated goal.</t>

<section anchor="template-dependency"><name>Dependency Template</name>

<t>The goal of the Dependency template is to obtain, verify, and process a Dependency as appropriate.</t>

<t>The following Commands are added to the shared sequence:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for digest (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.6). Note that the digest MUST match the SUIT_Digest in the Dependency's suit-authentication-block (<xref target="I-D.ietf-suit-manifest"/>, Section 8.3).</t>
</list></t>

<t>The following Commands are placed into the Dependency resolution sequence:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for a URI (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.10)</t>
  <t>Fetch Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.4)</t>
  <t>Dependency Integrity Condition (<xref target="suit-condition-dependency-integrity"/>)</t>
  <t>Process Dependency Directive (<xref target="suit-directive-process-dependency"/>)</t>
</list></t>

<t>Then, the validate sequence contains the following operations:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Dependency Integrity Condition (<xref target="suit-condition-dependency-integrity"/>)</t>
  <t>Process Dependency Directive (<xref target="suit-directive-process-dependency"/>)</t>
</list></t>

<t>If any Dependency is declared, the dependent MUST populate all Command sequences for the current Procedure (Update or Invoke).</t>

<t>NOTE: Any changes made to Parameters in a Dependency persist in the dependent.</t>

<section anchor="integrated-dependencies"><name>Integrated Dependencies</name>

<t>An implementer MAY choose to place a Dependency's Envelope in the Envelope of its dependent. The dependent Envelope key for the Dependency Envelope MUST be a text string. The URI for the Dependency MUST match the text string key of the dependent's Envelope key. It is RECOMMENDED to make the text string key a resolvable URI so that a Dependency that is removed from the Envelope can still be fetched.</t>

</section>
</section>
<section anchor="template-encrypted-manifest"><name>Encrypted Manifest Template</name>

<t>The goal of the Encrypted Manifest template is to fetch and decrypt a Manifest so that it can be used as a Dependency. To use an encrypted Manifest, create a plaintext dependent, and add the encrypted Manifest as a Dependency. The dependent can include very little information.</t>

<t>NOTE: This template also requires the extensions defined in <xref target="I-D.ietf-suit-firmware-encryption"/>.</t>

<t>The following Commands are added to the shared sequence:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for digest (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.6). Note that the digest MUST match the SUIT_Digest in the Dependency's suit-authentication-block (<xref target="I-D.ietf-suit-manifest"/>, Section 8.3).</t>
</list></t>

<t>The following operations are placed into the Dependency resolution block:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for
  <list style="symbols">
      <t>URI (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.9)</t>
      <t>Encryption Info (<xref target="I-D.ietf-suit-firmware-encryption"/>)</t>
    </list></t>
  <t>Fetch Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.4)</t>
  <t>Dependency Integrity Condition (<xref target="suit-condition-dependency-integrity"/>)</t>
  <t>Process Dependency Directive (<xref target="suit-directive-process-dependency"/>)</t>
</list></t>

<t>Then, the validate block contains the following operations:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Check Image Match Condition (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.9.2)</t>
  <t>Process Dependency Directive (<xref target="suit-directive-process-dependency"/>)</t>
</list></t>

<t>A plaintext Manifest and its encrypted Dependency may also form a composite Manifest (<xref target="integrated-dependencies"/>).</t>

</section>
<section anchor="template-override-encryption-info"><name>Overriding Encryption Info Template</name>

<t>The goal of overriding the Encryption Info template is to separate the role of generating encrypted Payload and Encryption Info with Key-Encryption Key addressing Section 3 of <xref target="I-D.ietf-suit-firmware-encryption"/>.</t>

<t>As an example, this template describes two manifests:
- The dependent Manifest created by the Distribution System contains Encryption Info, allowing the Device to generate the Content-Encryption Key.
- The Dependency created by the Author contains Commands to decrypt the encrypted Payload using Encryption Info above and to validate the plaintext Payload with SUIT_Digest.</t>

<t>NOTE: This template also requires the extensions defined in <xref target="I-D.ietf-suit-firmware-encryption"/>.</t>

<t>The following operations are placed into the Dependency resolution block of dependent Manifest:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1) pointing at Dependency</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for
  <list style="symbols">
      <t>Image Digest (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.6)</t>
      <t>URI (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.9) of Dependency</t>
    </list></t>
  <t>Fetch Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.4)</t>
  <t>Dependency Integrity Condition (<xref target="suit-condition-dependency-integrity"/>)</t>
</list></t>

<t>The following Commands are placed into the Fetch/Install block of dependent Manifest</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1) pointing at encrypted Payload</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for
  <list style="symbols">
      <t>URI (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.9)</t>
    </list></t>
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1) pointing at Dependency</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for
  <list style="symbols">
      <t>Encryption Info (<xref target="I-D.ietf-suit-firmware-encryption"/>)</t>
    </list></t>
  <t>Process Dependency Directive (<xref target="suit-directive-process-dependency"/>)</t>
</list></t>

<t>The following Commands are placed into the same block of Dependency:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1) pointing at encrypted Payload</t>
  <t>Fetch Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.4)</t>
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1) pointing at to be decrypted Payload</t>
  <t>Override Parameters Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.3) for
  <list style="symbols">
      <t>Source Component (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.11) pointing at encrypted Payload</t>
    </list></t>
  <t>Copy Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.5) consuming the Encryption Info above</t>
</list></t>

<t>The Distribution System can Set the URI Parameter in the Fetch/Install block of dependent Manifest if it wants to overwrite the URI of the encrypted Payload.</t>

<t>Because the Author and the Distribution System have different roles and may be separate entities, it is highly recommended to leverage permissions (<xref target="I-D.ietf-suit-manifest"/>, Section 9).
For example, the Device can protect itself from an attacker who breaches the Distribution System by allowing only the Author's Manifest to modify the Component of (to be) decrypted Payload.</t>

</section>
<section anchor="operating-on-multiple-components"><name>Operating on Multiple Components</name>

<t>In order to produce compact encoding, it is efficient to perform operations on multiple Components simultaneously. Because Dependencies and Component Images are processed at different times, there is a mechanism to distinguish between these elements: suit-condition-is-dependency. This can be used with suit-directive-try-each to perform operations just on Dependencies or just on Component Images.</t>

<t>For example, to fetch all Dependencies, the following Commands are added to the Dependency resolution block:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for a URI (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.9)</t>
  <t>Set Component Index Directive, with argument "True" (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Try Each Directive
  <list style="symbols">
      <t>Sequence 0
      <list style="symbols">
          <t>Condition Is Dependency</t>
          <t>Fetch</t>
          <t>Dependency Integrity Condition (<xref target="suit-condition-dependency-integrity"/>)</t>
          <t>Process Dependency</t>
        </list></t>
      <t>Sequence 1 (Empty; no Commands, succeeds immediately)</t>
    </list></t>
</list></t>

<t>Another example is to fetch and validate all Component Images. The Image fetch sequence contains the following Commands:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for a URI (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.9)</t>
  <t>Set Component Index Directive, with argument "True" (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Try Each Directive
  <list style="symbols">
      <t>Sequence 0
      <list style="symbols">
          <t>Condition Is Dependency</t>
          <t>Process Dependency</t>
        </list></t>
      <t>Sequence 1
      <list style="symbols">
          <t>Fetch</t>
          <t>Condition Image Match</t>
        </list></t>
    </list></t>
</list></t>

<t>When some Components are "installed" or "loaded" it is more productive to use lists of Component indices rather than Component Index = True. For example, to install several Components, the following Commands should be placed in the Image Install Sequence:</t>

<t><list style="symbols">
  <t>Set Component Index Directive (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Set Parameters Directive (<xref target="suit-directive-set-parameters"/>) for the Source Component (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.8.11)</t>
  <t>Set Component Index Directive, with argument containing list of destination Component indices (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Copy</t>
  <t>Set Component Index Directive, with argument containing list Dependency Component indices (<xref target="I-D.ietf-suit-manifest"/>, Section 8.4.10.1)</t>
  <t>Process Dependency</t>
</list></t>

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

<t>IANA is requested to allocate the following numbers in the listed registries created by draft-ietf-suit-manifest:</t>

<section anchor="suit-envelope-elements"><name>SUIT Envelope Elements</name>

<texttable title="New SUIT Envelope Elements" anchor="tab-suit-env-elements">
      <ttcol align='left'>Label</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>15</c>
      <c>Dependency Resolution</c>
      <c><xref target="suit-dependency-resolution"/></c>
      <c>18</c>
      <c>Candidate Verification</c>
      <c><xref target="suit-candidate-verification"/></c>
</texttable>

</section>
<section anchor="suit-manifest-elements"><name>SUIT Manifest Elements</name>

<texttable title="New SUIT Manifest Elements" anchor="tab-suit-mfst-elements">
      <ttcol align='left'>Label</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>5</c>
      <c>Manifest Component ID</c>
      <c><xref target="manifest-id"/></c>
      <c>15</c>
      <c>Dependency Resolution</c>
      <c><xref target="suit-dependency-resolution"/></c>
      <c>18</c>
      <c>Candidate Verification</c>
      <c><xref target="suit-candidate-verification"/></c>
      <c>24</c>
      <c>Uninstall</c>
      <c><xref target="suit-uninstall"/></c>
</texttable>

</section>
<section anchor="suit-common-elements"><name>SUIT Common Elements</name>

<texttable title="New SUIT Common Elements" anchor="tab-suit-common-elements">
      <ttcol align='left'>Label</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>1</c>
      <c>Dependencies</c>
      <c><xref target="SUIT_Dependencies"/></c>
</texttable>

</section>
<section anchor="suit-commands"><name>SUIT Commands</name>

<texttable title="New SUIT Commands" anchor="tab-suit-commands">
      <ttcol align='left'>Label</ttcol>
      <ttcol align='left'>Name</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>7</c>
      <c>Dependency Integrity</c>
      <c><xref target="suit-condition-dependency-integrity"/></c>
      <c>8</c>
      <c>Is Dependency</c>
      <c><xref target="suit-condition-is-dependency"/></c>
      <c>11</c>
      <c>Process Dependency</c>
      <c><xref target="suit-directive-process-dependency"/></c>
      <c>19</c>
      <c>Set Parameters</c>
      <c><xref target="suit-directive-set-parameters"/></c>
      <c>33</c>
      <c>Unlink</c>
      <c><xref target="suit-directive-unlink"/></c>
</texttable>

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

<t>This specification is about a Manifest format protecting and describing how to retrieve, install, and invoke Images and as such it is part of a larger solution for delivering software updates to devices. A detailed security treatment can be found in the SUIT architecture <xref target="RFC9019"/> and in the SUIT information model <xref target="RFC9124"/>.</t>

<t>The features added in this specification introduce several new threats. The introduction
of Dependencies enables multiple entities to operate on a device with different privileges.
While this is necessary to fulfill REQ.USE.MFST.COMPONENT (<xref target="RFC9124"/>, Section 4.5.4), it
also introduces a new requirement: REQ.SEC.ACCESS_CONTROL (<xref target="RFC9124"/>, Section 4.3.13),
which is required to address THREAT.MFST.OVERRIDE (<xref target="RFC9124"/>, Section 4.2.13) and
THREAT.UPD.UNAPPROVED (<xref target="RFC9124"/>, Section 4.2.11).</t>

<t>Simultaneous processing of multiple Manifests, as enabled by Dependency processing,
introduces risks of TOCTOU threats (THREAT.MFST.TOCTOU: <xref target="RFC9124"/>, Section 4.2.18). 
Holding multiple Manifest Envelopes in memory
simultaneously can exceed the capacity of the Manifest Processor's tamper-protected
memory (REQ.SEC.MFST.CONST: <xref target="RFC9124"/>, Section 4.3.21). To address this threat,
the Manifest Processor MAY use modular processing as described in REQ.USE.PAYLOAD
(<xref target="RFC9124"/>, Section 4.5.12). If retaining the Manifests only, excluding envelopes,
in immutable memory does not provide enough capacity, the Manifest Processor MAY
reduce overhead by retaining the following elements for each manifest in immutable memory:</t>

<t><list style="symbols">
  <t>Manifest Digest</t>
  <t>Parameters</t>
  <t>Current Component Index</t>
  <t>Current Command Sequence</t>
  <t>Current Command Sequence Offset</t>
</list></t>

<t>This allows a Manifest Processor to resume processing a manifest as follows:</t>

<t><list style="symbols">
  <t>Copy the Manifest into immutable memory</t>
  <t>Validate the Manifest using the stored Manifest Digest</t>
  <t>Parse forward to find the Current Command Sequence</t>
  <t>Jump within the Command Seqeunce to the stored Command Sequence Offset</t>
</list></t>

<t>When identifying a Root Manifest's correct storage location, 
the Component Identifier MUST be evaluated vs. the access priviliges of an Author.
Otherwise, the Component Identifier may permit an escalation of privilege: an
authorised Author causes a manifest to be installed in a location for which the
Author does not have access rights.</t>

<t>Since Dependencies are stored as Components, Dependency Integrity Checks
and Image Verification are slightly different operations. While a typical Image
is immutable, a Manifest Envelope can be modified in some ways (e.g. removing
a Severable Element) without changing the Integrity Check result. Because of
these factors, suit-directive-process-dependency requires that a dependency first
be validated with suit-check suit-condition-dependency-integrity.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">




<reference anchor="I-D.ietf-suit-manifest">
   <front>
      <title>A Concise Binary Object Representation (CBOR)-based Serialization Format for the Software Updates for Internet of Things (SUIT) Manifest</title>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
      </author>
      <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname="Koen Zandberg" initials="K." surname="Zandberg">
         <organization>Inria</organization>
      </author>
      <author fullname="Øyvind Rønningstad" initials="O." surname="Rønningstad">
         <organization>Nordic Semiconductor</organization>
      </author>
      <date day="28" month="May" year="2025"/>
      <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 Internet of Things (IoT) device), where to find
   the code/data, the devices to which it applies, and cryptographic
   information protecting the manifest.  Software updates and Trusted
   Invocation both tend to use sequences of common operations, so the
   manifest encodes those sequences of operations, rather than declaring
   the metadata.

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

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

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-firmware-encryption-25"/>
   
</reference>
<reference anchor="RFC8610">
  <front>
    <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <author fullname="C. Vigano" initials="C." surname="Vigano"/>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <date month="June" year="2019"/>
    <abstract>
      <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8610"/>
  <seriesInfo name="DOI" value="10.17487/RFC8610"/>
</reference>
<reference anchor="RFC8949">
  <front>
    <title>Concise Binary Object Representation (CBOR)</title>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
    <date month="December" year="2020"/>
    <abstract>
      <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
      <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="94"/>
  <seriesInfo name="RFC" value="8949"/>
  <seriesInfo name="DOI" value="10.17487/RFC8949"/>
</reference>
<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>
<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>



    </references>

    <references title='Informative References' anchor="sec-informative-references">




<reference anchor="I-D.ietf-suit-update-management">
   <front>
      <title>Update Management Extensions for Software Updates for Internet of Things (SUIT) Manifests</title>
      <author fullname="Brendan Moran" initials="B." surname="Moran">
         <organization>Arm Limited</organization>
      </author>
      <author fullname="Ken Takayama" initials="K." surname="Takayama">
         <organization>SECOM CO., LTD.</organization>
      </author>
      <date day="17" month="March" year="2025"/>
      <abstract>
	 <t>   This specification describes extensions to the SUIT manifest format.
   These extensions allow an update author, update distributor or device
   operator to more precisely control the distribution and installation
   of updates to devices.  These extensions also provide a mechanism to
   inform a management system of Software Identifier and Software Bill
   Of Materials information about an updated device.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-suit-update-management-09"/>
   
</reference>

<reference anchor="I-D.ietf-iotops-7228bis">
   <front>
      <title>Terminology for Constrained-Node Networks</title>
      <author fullname="Carsten Bormann" initials="C." surname="Bormann">
         <organization>Universität Bremen TZI</organization>
      </author>
      <author fullname="Mehmet Ersue" initials="M." surname="Ersue">
         </author>
      <author fullname="Ari Keränen" initials="A." surname="Keränen">
         <organization>Ericsson</organization>
      </author>
      <author fullname="Carles Gomez" initials="C." surname="Gomez">
         <organization>Universitat Politecnica de Catalunya</organization>
      </author>
      <date day="7" month="July" year="2025"/>
      <abstract>
	 <t>   The Internet Protocol Suite is increasingly used on small devices
   with severe constraints on power, memory, and processing resources,
   creating constrained-node networks.  This document provides a number
   of basic terms that have been useful in the standardization work for
   constrained-node networks.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-7228bis-02"/>
   
</reference>
<reference anchor="RFC6024">
  <front>
    <title>Trust Anchor Management Requirements</title>
    <author fullname="R. Reddy" initials="R." surname="Reddy"/>
    <author fullname="C. Wallace" initials="C." surname="Wallace"/>
    <date month="October" year="2010"/>
    <abstract>
      <t>A trust anchor represents an authoritative entity via a public key and associated data. The public key is used to verify digital signatures, and the associated data is used to constrain the types of information for which the trust anchor is authoritative. A relying party uses trust anchors to determine if a digitally signed object is valid by verifying a digital signature using the trust anchor's public key, and by enforcing the constraints expressed in the associated data for the trust anchor. This document describes some of the problems associated with the lack of a standard trust anchor management mechanism and defines requirements for data formats and push-based protocols designed to address these problems. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6024"/>
  <seriesInfo name="DOI" value="10.17487/RFC6024"/>
</reference>
<reference anchor="RFC9019">
  <front>
    <title>A Firmware Update Architecture for Internet of Things</title>
    <author fullname="B. Moran" initials="B." surname="Moran"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <author fullname="D. Brown" initials="D." surname="Brown"/>
    <author fullname="M. Meriac" initials="M." surname="Meriac"/>
    <date month="April" year="2021"/>
    <abstract>
      <t>Vulnerabilities in Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism suitable for devices with resource constraints. Incorporating such an update mechanism is a fundamental requirement for fixing vulnerabilities, but it also enables other important capabilities such as updating configuration settings and adding new functionality.</t>
      <t>In addition to the definition of terminology and an architecture, this document provides the motivation for the standardization of a manifest format as a transport-agnostic means for describing and protecting firmware updates.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9019"/>
  <seriesInfo name="DOI" value="10.17487/RFC9019"/>
</reference>
<reference anchor="RFC9124">
  <front>
    <title>A Manifest Information Model for Firmware Updates in Internet of Things (IoT) Devices</title>
    <author fullname="B. Moran" initials="B." surname="Moran"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
    <date month="January" year="2022"/>
    <abstract>
      <t>Vulnerabilities with Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism that is also suitable for constrained devices. Ensuring that devices function and remain secure over their service lifetime requires such an update mechanism to fix vulnerabilities, update configuration settings, and add new functionality.</t>
      <t>One component of such a firmware update is a concise and machine-processable metadata document, or manifest, that describes the firmware image(s) and offers appropriate protection. This document describes the information that must be present in the manifest.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9124"/>
  <seriesInfo name="DOI" value="10.17487/RFC9124"/>
</reference>
<reference anchor="RFC9397">
  <front>
    <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
    <author fullname="M. Pei" initials="M." surname="Pei"/>
    <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
    <author fullname="D. Thaler" initials="D." surname="Thaler"/>
    <author fullname="D. Wheeler" initials="D." surname="Wheeler"/>
    <date month="July" year="2023"/>
    <abstract>
      <t>A Trusted Execution Environment (TEE) is an environment that enforces the following: any code within the environment cannot be tampered with, and any data used by such code cannot be read or tampered with by any code outside the environment. This architecture document discusses the motivation for designing and standardizing a protocol for managing the lifecycle of Trusted Applications running inside such a TEE.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9397"/>
  <seriesInfo name="DOI" value="10.17487/RFC9397"/>
</reference>



    </references>

</references>


<?line 720?>

<section anchor="full-cddl"><name>A. Full CDDL</name>

<t>To be valid, the following CDDL (see <xref target="RFC8610"/>) MUST be appended to the SUIT Manifest CDDL. The SUIT CDDL is defined in Appendix A of <xref target="I-D.ietf-suit-manifest"/></t>

<figure><sourcecode type="cddl"><![CDATA[
$$SUIT_Envelope_Extensions //= (
    suit-integrated-dependency-key => bstr .cbor SUIT_Envelope)

$$SUIT_Manifest_Extensions //= 
    (suit-manifest-component-id => SUIT_Component_Identifier)

$$SUIT_severable-members-extensions //= 
    (suit-dependency-resolution => bstr .cbor SUIT_Command_Sequence)

$$SUIT_severable-members-extensions //=
    (suit-candidate-verification => bstr .cbor SUIT_Command_Sequence)

$$unseverable-manifest-member-extensions //= 
    (suit-uninstall => bstr .cbor SUIT_Command_Sequence)

suit-integrated-dependency-key = tstr

$$severable-manifest-members-choice-extensions //= (
    suit-dependency-resolution =>
        bstr .cbor SUIT_Command_Sequence / SUIT_Digest)

$$SUIT_Common-extensions //= (
    suit-dependencies => SUIT_Dependencies
)
SUIT_Dependencies = {
    + uint => SUIT_Dependency_Metadata
}
SUIT_Dependency_Metadata = {
    ? suit-dependency-prefix => SUIT_Component_Identifier
    * $$SUIT_Dependency_Extensions
}

SUIT_Condition //= (
    suit-condition-dependency-integrity, SUIT_Rep_Policy)
SUIT_Condition //= (
    suit-condition-is-dependency, SUIT_Rep_Policy)

SUIT_Directive //= (
    suit-directive-process-dependency, SUIT_Rep_Policy)
SUIT_Directive //= (suit-directive-set-parameters,
    {+ $$SUIT_Parameters})
SUIT_Directive //= (
    suit-directive-unlink, SUIT_Rep_Policy)

suit-manifest-component-id = 5

suit-delegation = 1
suit-dependency-resolution = 15
suit-candidate-verification = 18
suit-uninstall = 24

suit-dependencies = 1

suit-dependency-prefix = 1

suit-condition-dependency-integrity     = 7
suit-condition-is-dependency            = 8
suit-directive-process-dependency       = 11
suit-directive-set-parameters           = 19
suit-directive-unlink                   = 33

]]></sourcecode></figure>

</section>
<section anchor="examples"><name>B. Examples</name>

<t>The following examples demonstrate a small subset of the functionalities in this document.</t>

<t>The examples are signed using the following ECDSA secp256r1 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>

<t>Each example uses SHA256 as the digest function.</t>

<section anchor="example-0-process-dependency"><name>Example 0: Process Dependency</name>

<t>This example uses functionalities:</t>

<t><list style="symbols">
  <t>manifest component id</t>
  <t>dependency resolution</t>
  <t>process dependency</t>
</list></t>

<t>The Dependency:</t>

<figure><sourcecode type="cbor-diag"><![CDATA[
/ SUIT_Envelope_Tagged / 107({
  / authentication-wrapper / 2: << [
    << [
      / digest-algorithm-id: / -16 / SHA256 /,
      / digest-bytes: / h'AEBA316A9A1E38253B29E6C99B605383
                          68B8AC8B5E6B9ACE1D239970830BBE62'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -9 / ESP256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'3F3E9A2CA98208FEAEAEEADF7E1A0323
                       C97896ABFB79F91E8D0C1509B0A533CD
                       0B96BFC876A8F3B8ACE712FFF8EF7EA9
                       45E62A61E0BA5BD9929E4A1B47EC6475'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 0,
    / common / 3: << {
      / dependencies / 1: {
        / component-index / 1: {
          / dependency-prefix / 1: [
            'dependent.suit'
          ]
        }
      },
      / components / 2: [
        ['10']
      ]
    } >>,
    / manifest-component-id / 5: [
      'depending.suit'
    ],
    / invoke / 9: << [
      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / parameter-invoke-args / 23: 'cat 00 10'
      },
      / directive-invoke / 23, 15
    ] >>,
    / dependency-resolution / 15: << [
      / directive-set-component-index / 12, 1,
      / directive-override-parameters / 20, {
        / parameter-image-digest / 3: << [
          / digest-algorithm-id: / -16 / SHA256 /,
          / digest-bytes: / h'0F02CAF6D3E61920D36BF3CEA7F862A1
                              3BB8FB1F09C3F4C29B121FEAB78EF3D8'
        ] >>,
        / parameter-image-size / 14: 190,
        / parameter-uri / 21: "http://example.com/dependent.suit"
      },
      / directive-fetch / 21, 2,
      / condition-image-match / 3, 15
    ] >>,
    / install / 20: << [
      / directive-set-component-index / 12, 1,
      / directive-override-parameters / 20, {
        / parameter-image-digest / 3: << [
          / digest-algorithm-id: / -16 / SHA256 /,
          / digest-bytes: / h'0F02CAF6D3E61920D36BF3CEA7F862A1
                              3BB8FB1F09C3F4C29B121FEAB78EF3D8'
        ] >>
      },
      / condition-dependency-integrity / 7, 15,
      / directive-process-dependency / 11, 0,

      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / parameter-content / 18: ' in multiple trust domains'
      },
      / directive-write / 18, 15
    ] >>
  } >>
})
]]></sourcecode></figure>

<t>Total size of Envelope with COSE authentication object: 373</t>

<figure><sourcecode type="cbor-pretty"><![CDATA[
D86BA2025873825824822F5820AEBA316A9A1E38253B29E6C99B60538368
B8AC8B5E6B9ACE1D239970830BBE62584AD28443A10128A0F658403F3E9A
2CA98208FEAEAEEADF7E1A0323C97896ABFB79F91E8D0C1509B0A533CD0B
96BFC876A8F3B8ACE712FFF8EF7EA945E62A61E0BA5BD9929E4A1B47EC64
750358F9A70101020003581CA201A101A101814E646570656E64656E742E
7375697402818142313005814E646570656E64696E672E73756974095286
0C0014A11749636174203030203130170F0F5857880C0114A3035824822F
58200F02CAF6D3E61920D36BF3CEA7F862A13BB8FB1F09C3F4C29B121FEA
B78EF3D80E18BE157821687474703A2F2F6578616D706C652E636F6D2F64
6570656E64656E742E737569741502030F1458538E0C0114A1035824822F
58200F02CAF6D3E61920D36BF3CEA7F862A13BB8FB1F09C3F4C29B121FEA
B78EF3D8070F0B000C0014A112581A20696E206D756C7469706C65207472
75737420646F6D61696E73120F
]]></sourcecode></figure>

<t>The dependent Manifest (fetched from "https://example.com/dependent.suit"):</t>

<figure><sourcecode type="cbor-diag"><![CDATA[
/ SUIT_Envelope_Tagged / 107({
  / authentication-wrapper / 2: << [
    << [
      / digest-algorithm-id: / -16 / SHA256 /,
      / digest-bytes: / h'0F02CAF6D3E61920D36BF3CEA7F862A1
                          3BB8FB1F09C3F4C29B121FEAB78EF3D8'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -9 / ESP256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'A25F337126369D2E0B451C01DBD8CDB8
                       4A77E7F6C39E789DB3D227753494000C
                       9D250001FDDCA39B4B4E3755A7278C11
                       998171905F56C394CFBB907105DA804F'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 0,
    / common / 3: << {
      / components / 2: [
        ['00']
      ]
    } >>,
    / manifest-component-id / 5: [
      'dependent.suit'
    ],
    / invoke / 9: << [
      / directive-override-parameters / 20, {
        / parameter-invoke-args / 23: 'cat 00'
      },
      / directive-invoke / 23, 15
    ] >>,
    / install / 20: << [
      / directive-override-parameters / 20, {
        / parameter-content / 18: 'hello world'
      },
      / directive-write / 18, 15
    ] >>
  } >>
})
]]></sourcecode></figure>

<t>Total size of Envelope with COSE authentication object: 190</t>

<figure><sourcecode type="cbor-pretty"><![CDATA[
D86BA2025873825824822F58200F02CAF6D3E61920D36BF3CEA7F862A13B
B8FB1F09C3F4C29B121FEAB78EF3D8584AD28443A10128A0F65840A25F33
7126369D2E0B451C01DBD8CDB84A77E7F6C39E789DB3D227753494000C9D
250001FDDCA39B4B4E3755A7278C11998171905F56C394CFBB907105DA80
4F035842A6010102000347A102818142303005814E646570656E64656E74
2E73756974094D8414A11746636174203030170F14528414A1124B68656C
6C6F20776F726C64120F
]]></sourcecode></figure>

</section>
<section anchor="example-1-integrated-dependency"><name>Example 1: Integrated Dependency</name>

<t><list style="symbols">
  <t>manifest component id</t>
  <t>dependency resolution</t>
  <t>process dependency</t>
  <t>integrated dependency</t>
</list></t>

<figure><sourcecode type="cbor-diag"><![CDATA[
/ SUIT_Envelope_Tagged / 107({
  / authentication-wrapper / 2: << [
    << [
      / digest-algorithm-id: / -16 / SHA256 /,
      / digest-bytes: / h'88E1199580864EB1D1AD35EB5925BE68
                          CA565EE3BB39C27CDB31CEDA4DD667DF'
    ] >>,
    << / COSE_Sign1_Tagged / 18([
      / protected: / << {
        / algorithm-id / 1: -9 / ESP256 /
      } >>,
      / unprotected: / {},
      / payload: / null,
      / signature: / h'074A361F7BBFA2ACF4EC3CFDAF4FDD87
                       38414BAD672CAEA4F43607BE6031EA90
                       CB0C283A03C728608B0509C6FD2AFED4
                       0CFB0C3D341340830A00905E6A729890'
    ]) >>
  ] >>,
  / manifest / 3: << {
    / manifest-version / 1: 1,
    / manifest-sequence-number / 2: 0,
    / common / 3: << {
      / dependencies / 1: {
        / component-index / 1: {
          / dependency-prefix / 1: [
            'dependent.suit'
          ]
        }
      },
      / components / 2: [
        ['10']
      ]
    } >>,
    / manifest-component-id / 5: [
      'depending.suit'
    ],
    / invoke / 9: << [
      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / parameter-invoke-args / 23: 'cat 00 10'
      },
      / directive-invoke / 23, 15
    ] >>,
    / dependency-resolution / 15: << [
      / directive-set-component-index / 12, 1,
      / directive-override-parameters / 20, {
        / parameter-image-digest / 3: << [
          / digest-algorithm-id: / -16 / SHA256 /,
          / digest-bytes: / h'0F02CAF6D3E61920D36BF3CEA7F862A1
                              3BB8FB1F09C3F4C29B121FEAB78EF3D8'
        ] >>,
        / parameter-image-size / 14: 190,
        / parameter-uri / 21: "#dependent.suit"
      },
      / directive-fetch / 21, 2,
      / condition-image-match / 3, 15
    ] >>,
    / install / 20: << [
      / directive-set-component-index / 12, 1,
      / directive-process-dependency / 11, 0,

      / directive-set-component-index / 12, 0,
      / directive-override-parameters / 20, {
        / parameter-content / 18: ' in multiple trust domains'
      },
      / directive-write / 18, 15
    ] >>
  } >>,
  "#dependent.suit":
    h'D86BA2025873825824822F58200F02CAF6D3E61920D36BF3CEA7F862A13B
      B8FB1F09C3F4C29B121FEAB78EF3D8584AD28443A10128A0F65840A25F33
      7126369D2E0B451C01DBD8CDB84A77E7F6C39E789DB3D227753494000C9D
      250001FDDCA39B4B4E3755A7278C11998171905F56C394CFBB907105DA80
      4F035842A6010102000347A102818142303005814E646570656E64656E74
      2E73756974094D8414A11746636174203030170F14528414A1124B68656C
      6C6F20776F726C64120F'
})
]]></sourcecode></figure>

<t>Total size of Envelope with COSE authentication object: 519</t>

<t>Envelope with COSE authentication object:</t>

<figure><sourcecode type="cbor-pretty"><![CDATA[
D86BA3025873825824822F582088E1199580864EB1D1AD35EB5925BE68CA
565EE3BB39C27CDB31CEDA4DD667DF584AD28443A10128A0F65840074A36
1F7BBFA2ACF4EC3CFDAF4FDD8738414BAD672CAEA4F43607BE6031EA90CB
0C283A03C728608B0509C6FD2AFED40CFB0C3D341340830A00905E6A7298
900358BBA70101020003581CA201A101A101814E646570656E64656E742E
7375697402818142313005814E646570656E64696E672E73756974095286
0C0014A11749636174203030203130170F0F5844880C0114A3035824822F
58200F02CAF6D3E61920D36BF3CEA7F862A13BB8FB1F09C3F4C29B121FEA
B78EF3D80E18BE156F23646570656E64656E742E737569741502030F1458
288A0C010B000C0014A112581A20696E206D756C7469706C652074727573
7420646F6D61696E73120F6F23646570656E64656E742E7375697458BED8
6BA2025873825824822F58200F02CAF6D3E61920D36BF3CEA7F862A13BB8
FB1F09C3F4C29B121FEAB78EF3D8584AD28443A10128A0F65840A25F3371
26369D2E0B451C01DBD8CDB84A77E7F6C39E789DB3D227753494000C9D25
0001FDDCA39B4B4E3755A7278C11998171905F56C394CFBB907105DA804F
035842A6010102000347A102818142303005814E646570656E64656E742E
73756974094D8414A11746636174203030170F14528414A1124B68656C6C
6F20776F726C64120F
]]></sourcecode></figure>

</section>
</section>


  </back>

<!-- ##markdown-source:
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
aGoXG9r/D8bdBZVY5gAA

-->

</rfc>

