<?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-11" 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="07"/>

    <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+ and often isolation level Is8, for example Arm TrustZone for Cortex-M, as described in <xref target="I-D.ietf-iotops-7228bis"/>.</t>

<t>Dependency Manifests 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 Dependency Manifests (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 Dependency Manifests 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><artwork><![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 Dependency Manifests 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>If the Manifest contains more than one Component and/or Dependency, each Command sequence MUST begin with a Set Component Index Command.</t>

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

<t><list style="numbers" type="1">
  <t>The dependent MUST populate all Command sequences for the current Procedure; 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.</t>
</list></t>

<t>If the interpreter does not support Dependencies and a Manifest specifies a Dependency, then the interpreter MUST Abort.</t>

<t>If a Recipient supports groups of interdependent Components (a Component Set), then 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 Dependency Manifests.</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 Manifest. The keys of the map are the Component indices and the values of the map are any extra metadata needed to describe those Dependency Manifests.</t>

<t>Because some operations treat Dependency Manifests 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 Manifest. 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 Manifest 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>Dependency Manifests have Component Identifiers. All Commands may target Dependency Manifests as well as Components, with one exception: suit-directive-process-dependency. Future commands MAY define their own restrictions on applicability to Dependency Manifests 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 Manifest.</t>
  <t>Authenticates the Dependency Manifest.</t>
  <t>Executes the common-sequence section of the Dependency Manifest.</t>
  <t>Executes the section of the Dependency Manifest 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 Manifest 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 Dependency Manifests 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>
      <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 Manifest 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 Manifest. 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 Manifest 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 Manifest'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 Manifest 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 Manifest 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 Manifest 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 Manifest</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 Manifest</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 Manifest</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 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>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 Dependency Manifests 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 Dependency Manifests or just on Component Images.</t>

<t>For example, to fetch all Dependency Manifests, 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 Manifest</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 Manifest</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>
      <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>
      <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>
      <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>
      <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 712?>

<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 Manifest:</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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
H8ym0NQuNrT/H0ZVO95W5QAA

-->

</rfc>

