<?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.19 (Ruby 2.5.1) -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-scitt-architecture-16" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title abbrev="SCITT Architecture">An Architecture for Trustworthy and Transparent Digital Supply Chains</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-scitt-architecture-16"/>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="A." surname="Delignat-Lavaud" fullname="Antoine Delignat-Lavaud">
      <organization>Microsoft Research</organization>
      <address>
        <postal>
          <street>21 Station Road</street>
          <city>Cambridge</city>
          <code>CB1 2FB</code>
          <country>UK</country>
        </postal>
        <email>antdl@microsoft.com</email>
      </address>
    </author>
    <author initials="C." surname="Fournet" fullname="Cedric Fournet">
      <organization>Microsoft Research</organization>
      <address>
        <postal>
          <street>21 Station Road</street>
          <city>Cambridge</city>
          <code>CB1 2FB</code>
          <country>UK</country>
        </postal>
        <email>fournet@microsoft.com</email>
      </address>
    </author>
    <author initials="Y." surname="Deshpande" fullname="Yogesh Deshpande">
      <organization>ARM</organization>
      <address>
        <postal>
          <street>110 Fulbourn Road</street>
          <city>Cambridge</city>
          <code>CB1 9NJ</code>
          <country>UK</country>
        </postal>
        <email>yogesh.deshpande@arm.com</email>
      </address>
    </author>
    <author initials="S." surname="Lasker" fullname="Steve Lasker">
      <organization/>
      <address>
        <email>stevenlasker@hotmail.com</email>
      </address>
    </author>
    <date year="2025" month="August" day="12"/>
    <area>Security</area>
    <workgroup>SCITT</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 156?>

<t>Traceability in supply chains is a growing security concern.
While verifiable data structures have addressed specific issues, such as equivocation over digital certificates, they lack a universal architecture for all supply chains.
This document proposes a scalable architecture for single-issuer signed statement transparency applicable to any supply chain.
It ensures flexibility, interoperability between different transparency services, and compliance with various auditing procedures and regulatory requirements.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-scitt-architecture/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        SCITT Working Group mailing list (<eref target="mailto:scitt@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/scitt/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/scitt/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/ietf-wg-scitt/draft-ietf-scitt-architecture"/>.</t>
    </note>
  </front>
  <middle>
    <?line 163?>

<section anchor="sec-introduction">
      <name>Introduction</name>
      <t>This document defines an architecture, a base set of extensible message structures, and associated flows to make signed content transparent via verifiable data structures maintained by corresponding transparency services.
The goal of the transparency enabled by the Supply Chain Integrity, Transparency, and Trust (SCITT) architecture is to enhance auditability and accountability for single-issuer signed content (statements) that are about supply chain commodities (artifacts).
Registering signed statements with a transparency service is akin to a notarization procedure.
Transparency services perform notary operations, confirming a policy is met before recording the statement on the ledger.
The SCITT ledger represents a linear and irrevocable history of statements made.
Once the signed statement is registered, the transparency service issues a receipt, just as a notary stamps the document being notarized.
Similar approaches have been implemented for specific classes of artifacts, such as Certificate Transparency <xref target="RFC9162"/>.
The SCITT approach follows a more generic paradigm than previous approaches.
This "content-agnostic" approach allows SCITT transparency services to be either integrated in existing solutions or to be an initial part of new emerging systems.
Extensibility is a vital feature of the SCITT architecture, so that requirements from various applications can be accommodated while always ensuring interoperability with respect to registration procedures and corresponding auditability and accountability.
For simplicity, the scope of this document is limited to use cases originating from the software supply chain domain, but the specification defined is applicable to any other type of supply chain statements (also referred to as value-add graphs), for example, statements about hardware supply chains.</t>
      <t>This document also defines message structures for signed statements and defines a profile for COSE receipts <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>, i.e., signed verifiable data structure proofs).
These message structures are based on the Concise Binary Object Representation Standard <xref target="STD94"/> and corresponding signing is facilitated via the CBOR Object Signing and Encryption Standard <xref target="STD96"/>.
The message structures are defined using the Concise Data Definition Language <xref target="RFC8610"/>.
The signed statements and receipts are based on the COSE_Sign1 specification in <xref section="4.2" sectionFormat="of" target="STD96"/>.
As these messages provide the foundation of any transparency service implementation for global and cross-domain application interoperability, they are based on complementary COSE specifications, mainly <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>.
Therefore, support of COSE_Sign1 and extensibility of COSE Header Parameters are prerequisites for implementing the interoperable message layer included in this document.</t>
      <t>In summary, this specification supports relying parties obtaining proof that signed statements were recorded and checked for their validity at the time they were registered.
How these statements are managed or stored is out-of-scope of this document.</t>
      <section anchor="sec-requirements-notation">
        <name>Requirements Notation</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP&nbsp;14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="sec-software-supply-chain-scope">
      <name>Software Supply Chain Scope</name>
      <t>To illustrate the applicability of the SCITT architecture and its messages, this section details the exemplary context of software supply chain (SSC) use cases.
The building blocks provided by the SCITT architecture are not restricted to software supply chain use cases.
Software supply chains serve as a useful application guidance and first usage scenario.</t>
      <section anchor="sec-generic-ssc-problem-statement">
        <name>Generic SSC Problem Statement</name>
        <t>Supply chain security is a prerequisite to protecting consumers and minimizing economic, public health, and safety threats.
Supply chain security has historically focused on risk management practices to safeguard logistics, meet regulatory requirements, forecast demand, and optimize inventory.
While these elements are foundational to a healthy supply chain, an integrated cyber security-based perspective of the software supply chains remains broadly undefined.
Recently, the global community has experienced numerous supply chain attacks targeting weaknesses in software supply chains.
As illustrated in <xref target="lifecycle-threats"/>, a software supply chain attack may leverage one or more life-cycle stages and directly or indirectly target the component.</t>
        <figure anchor="lifecycle-threats">
          <name>Example SSC Life-Cycle Threats</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="752" width="520" viewBox="0 0 520 752" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,80 L 8,144" fill="none" stroke="black"/>
                <path d="M 8,176 L 8,240" fill="none" stroke="black"/>
                <path d="M 8,272 L 8,336" fill="none" stroke="black"/>
                <path d="M 8,368 L 8,432" fill="none" stroke="black"/>
                <path d="M 8,464 L 8,528" fill="none" stroke="black"/>
                <path d="M 8,560 L 8,624" fill="none" stroke="black"/>
                <path d="M 8,656 L 8,720" fill="none" stroke="black"/>
                <path d="M 56,48 L 56,80" fill="none" stroke="black"/>
                <path d="M 56,144 L 56,176" fill="none" stroke="black"/>
                <path d="M 56,240 L 56,272" fill="none" stroke="black"/>
                <path d="M 56,336 L 56,368" fill="none" stroke="black"/>
                <path d="M 56,432 L 56,464" fill="none" stroke="black"/>
                <path d="M 56,528 L 56,560" fill="none" stroke="black"/>
                <path d="M 56,624 L 56,656" fill="none" stroke="black"/>
                <path d="M 104,80 L 104,144" fill="none" stroke="black"/>
                <path d="M 104,176 L 104,240" fill="none" stroke="black"/>
                <path d="M 104,272 L 104,336" fill="none" stroke="black"/>
                <path d="M 104,368 L 104,432" fill="none" stroke="black"/>
                <path d="M 104,464 L 104,528" fill="none" stroke="black"/>
                <path d="M 104,560 L 104,624" fill="none" stroke="black"/>
                <path d="M 104,656 L 104,720" fill="none" stroke="black"/>
                <path d="M 8,80 L 104,80" fill="none" stroke="black"/>
                <path d="M 8,144 L 104,144" fill="none" stroke="black"/>
                <path d="M 8,176 L 104,176" fill="none" stroke="black"/>
                <path d="M 8,240 L 104,240" fill="none" stroke="black"/>
                <path d="M 8,272 L 104,272" fill="none" stroke="black"/>
                <path d="M 8,336 L 104,336" fill="none" stroke="black"/>
                <path d="M 8,368 L 104,368" fill="none" stroke="black"/>
                <path d="M 8,432 L 104,432" fill="none" stroke="black"/>
                <path d="M 8,464 L 104,464" fill="none" stroke="black"/>
                <path d="M 8,528 L 104,528" fill="none" stroke="black"/>
                <path d="M 8,560 L 104,560" fill="none" stroke="black"/>
                <path d="M 8,624 L 104,624" fill="none" stroke="black"/>
                <path d="M 8,656 L 104,656" fill="none" stroke="black"/>
                <path d="M 8,720 L 104,720" fill="none" stroke="black"/>
                <g class="text">
                  <text x="60" y="36">Dependencies</text>
                  <text x="208" y="36">Malicious</text>
                  <text x="288" y="36">3rd-party</text>
                  <text x="360" y="36">package</text>
                  <text x="404" y="36">or</text>
                  <text x="448" y="36">version</text>
                  <text x="52" y="116">Code</text>
                  <text x="212" y="116">Compromise</text>
                  <text x="284" y="116">source</text>
                  <text x="344" y="116">control</text>
                  <text x="208" y="196">Malicious</text>
                  <text x="284" y="196">plug-ins</text>
                  <text x="52" y="212">Commit</text>
                  <text x="208" y="212">Malicious</text>
                  <text x="276" y="212">commit</text>
                  <text x="196" y="292">Modify</text>
                  <text x="248" y="292">build</text>
                  <text x="296" y="292">tasks</text>
                  <text x="332" y="292">or</text>
                  <text x="360" y="292">the</text>
                  <text x="400" y="292">build</text>
                  <text x="472" y="292">environment</text>
                  <text x="56" y="308">Build</text>
                  <text x="196" y="308">Poison</text>
                  <text x="240" y="308">the</text>
                  <text x="280" y="308">build</text>
                  <text x="364" y="308">agent/compiler</text>
                  <text x="196" y="324">Tamper</text>
                  <text x="244" y="324">with</text>
                  <text x="288" y="324">build</text>
                  <text x="336" y="324">cache</text>
                  <text x="212" y="388">Compromise</text>
                  <text x="276" y="388">test</text>
                  <text x="320" y="388">tools</text>
                  <text x="60" y="404">Test</text>
                  <text x="224" y="404">Falsification</text>
                  <text x="292" y="404">of</text>
                  <text x="324" y="404">test</text>
                  <text x="376" y="404">results</text>
                  <text x="184" y="484">Use</text>
                  <text x="216" y="484">bad</text>
                  <text x="268" y="484">packages</text>
                  <text x="56" y="500">Package</text>
                  <text x="212" y="500">Compromise</text>
                  <text x="288" y="500">package</text>
                  <text x="364" y="500">repository</text>
                  <text x="196" y="580">Modify</text>
                  <text x="256" y="580">release</text>
                  <text x="312" y="580">tasks</text>
                  <text x="56" y="596">Release</text>
                  <text x="196" y="596">Modify</text>
                  <text x="248" y="596">build</text>
                  <text x="292" y="596">drop</text>
                  <text x="336" y="596">prior</text>
                  <text x="372" y="596">to</text>
                  <text x="416" y="596">release</text>
                  <text x="52" y="692">Deploy</text>
                  <text x="196" y="692">Tamper</text>
                  <text x="244" y="692">with</text>
                  <text x="308" y="692">versioning</text>
                  <text x="368" y="692">and</text>
                  <text x="412" y="692">update</text>
                  <text x="472" y="692">process</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
      Dependencies        Malicious 3rd-party package or version
           |
           |
     +-----+-----+
     |           |
     |   Code    |        Compromise source control
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Malicious plug-ins
     |  Commit   |        Malicious commit
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Modify build tasks or the build environment
     |   Build   |        Poison the build agent/compiler
     |           |        Tamper with build cache
     +-----+-----+
           |
     +-----+-----+
     |           |        Compromise test tools
     |    Test   |        Falsification of test results
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Use bad packages
     |  Package  |        Compromise package repository
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |        Modify release tasks
     |  Release  |        Modify build drop prior to release
     |           |
     +-----+-----+
           |
     +-----+-----+
     |           |
     |  Deploy   |        Tamper with versioning and update process
     |           |
     +-----------+
]]></artwork>
          </artset>
        </figure>
        <t>DevSecOps often depends on third-party and open-source software.
These dependencies can be quite complex throughout the supply chain, so checking provenance and traceability throughout their lifecycle is difficult.
There is a need for manageable auditability and accountability of digital products.
Typically, the range of types of statements about digital products (and their dependencies) is vast, heterogeneous, and can differ between community policy requirements.
Taking the type and structure of all statements about digital and products into account might not be possible.
Examples of statements may include commit signatures, build environment and parameters, software bill of materials, static and dynamic application security testing results, fuzz testing results, release approvals, deployment records, vulnerability scan results, and patch logs.
In consequence, instead of trying to understand and describe the detailed syntax and semantics of every type of statement about digital products, the SCITT architecture focuses on ensuring statement authenticity, visibility/transparency, and intends to provide scalable accessibility.
Threats and practical issues can also arise from unintended side-effects of using security techniques outside their proper bounds.
For instance digital signatures may fail to verify past their expiry date even though the signed item itself remains completely valid.
Or a signature may verify even though the information it is securing is now found unreliable but fine-grained revocation is too hard.</t>
        <t>Lastly, where data exchange underpins serious business decision-making, it is important to hold the producers of those data to a higher standard of accountability.
The SCITT architecture provides mechanisms and structures for ensuring that the makers of authoritative statements can be held accountable and not hide or shred the evidence when it becomes inconvenient later.</t>
        <t>The following use cases illustrate the scope of SCITT and elaborate on the generic problem statement above.</t>
      </section>
      <section anchor="sec-eclectic-ssc-use-cases">
        <name>Eclectic SSC Use Cases</name>
        <t>The three following use cases are a specialization derived from the generic problem statement above.</t>
        <section anchor="sec-security-analysis-of-a-software-product">
          <name>Security Analysis of a Software Product</name>
          <t>A released software product is often accompanied by a set of complementary statements about its security properties.
This gives enough confidence to both producers and consumers that the released software meets the expected security standards and is suitable to use.</t>
          <t>Subsequently, multiple security researchers often run sophisticated security analysis tools on the same product.
The intention is to identify any security weaknesses or vulnerabilities in the package.</t>
          <t>Initially, a particular analysis can identify a simple weakness in a software component.
Over a period of time, a statement from a third-party illustrates that the weakness is exposed in a way that represents an exploitable vulnerability.
The producer of the software product provides a statement that confirms the linking of a software component vulnerability with the software product by issuing a product vulnerability disclosure report and also issues an advisory statement on how to mitigate the vulnerability.
At first, the producer provides an updated software product that still uses the vulnerable software component but shields the issue in a fashion that inhibits exploitation.
Later, a second update of the software product includes a security patch to the affected software component from the software producer.
Finally, a third update includes a new release (updated version) of the formerly insecure software component.
For this release, both the software product and the affected software component are deemed secure by the producer and consumers.</t>
          <t>A consumer of a released software wants to:</t>
          <ul spacing="normal">
            <li>know where to get these security statements from producers and third-parties related to the software product in a timely and unambiguous fashion</li>
            <li>attribute them to an authoritative issuer</li>
            <li>associate the statements in a meaningful manner via a set of well-known semantic relationships</li>
            <li>consistently, efficiently, and homogeneously check their authenticity</li>
          </ul>
          <t>SCITT provides a standardized way to:</t>
          <ul spacing="normal">
            <li>know the various sources of statements</li>
            <li>express the provenance and historicity of statements</li>
            <li>relate and link various heterogeneous statements in a simple fashion</li>
            <li>check that the statement comes from a source with authority to issue that statement</li>
            <li>confirm that sources provide a complete history of statements related to a given component</li>
          </ul>
        </section>
        <section anchor="sec-promotion-of-a-software-component-by-multiple-entities">
          <name>Promotion of a Software Component by Multiple Entities</name>
          <t>A software component (e.g., a library or software product), open-source or commercial, is often initially released by a single trusted producer, who can choose to attach a statement of authenticity to it.
As that component becomes used in a growing range of other products, providers other than the original trusted producer often re-distribute, or release their own version of that component.</t>
          <t>Some providers include it as part of their release product/package bundle and provide the package with proof of authenticity using their issuer authority.
Some packages include the original statement of authenticity, and some do not.
Over time, some providers no longer offer the exact same software component source code but pre-compiled software component binaries.
Some sources do not provide the exact same software component, but include patches and fixes produced by third-parties, as these emerge faster than solutions from the original producer.
Due to complex distribution and promotion life-cycle scenarios, the original software component takes myriad forms.</t>
          <t>A consumer of a released software wants to:</t>
          <ul spacing="normal">
            <li>understand if a particular provider is a trusted originating producer or an alternative party</li>
            <li>know if and how the source, or resulting binary, of a promoted software component differs from the original software component</li>
            <li>check the provenance and history of a software component's source back to its origin</li>
            <li>assess whether to trust a component or product based on a downloaded package location and source supplier</li>
          </ul>
          <t>SCITT provides a standardized way to:</t>
          <ul spacing="normal">
            <li>reliably discern if a provider is the original, trusted producer or is a trustworthy alternative provider or is an illegitimate provider</li>
            <li>track the provenance path from an original producer to a particular provider</li>
            <li>check the trustworthiness of a provider</li>
            <li>check the integrity of modifications or transformations applied by a provider</li>
          </ul>
        </section>
        <section anchor="sec-software-integrator-assembling-a-software-product-for-an-autonomous-vehicle">
          <name>Software Integrator Assembling a Software Product for an Autonomous Vehicle</name>
          <t>Software Integration is a complex activity.
This typically involves getting various software components from multiple suppliers, producing an integrated package deployed as part of device assembly.
For example, car manufacturers source integrated software for their autonomous vehicles from third parties that integrate software components from various sources.
Integration complexity creates a higher risk of security vulnerabilities to the delivered software.</t>
          <t>Consumers of integrated software want:</t>
          <ul spacing="normal">
            <li>a list of all components present in a software product</li>
            <li>the ability to identify and retrieve all components from a secure and tamper-proof location</li>
            <li>verifiable proofs on build process and build environment with all supplier tiers to ensure end to end build quality and security</li>
          </ul>
          <t>SCITT provides a standardized way to:</t>
          <ul spacing="normal">
            <li>provide a tiered and transparent framework that allows for verification of integrity and authenticity of the integrated software at both component and product level before installation</li>
            <li>provide valid annotations on build integrity to ensure conformance</li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The terms defined in this section have special meaning in the context of Supply Chain Integrity, Transparency, and Trust, which are used throughout this document.
When used in text, the corresponding terms are capitalized.
To ensure readability, only a core set of terms is included in this section.</t>
      <t>The terms "header", "payload", and "to-be-signed bytes" are defined in <xref target="STD96"/>.</t>
      <t>The term "claim" is defined in <xref target="RFC8392"/>.</t>
      <dl anchor="mybody">
        <dt>Append-only Log:</dt>
        <dd>
          <t>a Statement Sequence comprising the entire registration history of the Transparency Service.
To make the Append-only property verifiable and transparent, the Transparency Service defines how Signed Statements are made available to Auditors.</t>
        </dd>
        <dt>Artifact:</dt>
        <dd>
          <t>a physical or non-physical item that is moving along a supply chain.</t>
        </dd>
        <dt>Auditor:</dt>
        <dd>
          <t>an entity that checks the correctness and consistency of all Transparent Statements, or the transparent Statement Sequence, issued by a Transparency Service.
An Auditor is an example of a specialized Relying Party.</t>
        </dd>
        <dt>Client:</dt>
        <dd>
          <t>an application making protected Transparency Service resource requests on behalf of the resource owner and with its authorization.</t>
        </dd>
        <dt>Envelope:</dt>
        <dd>
          <t>metadata, created by the Issuer to produce a Signed Statement.
The Envelope contains the identity of the Issuer and information about the Artifact, enabling Transparency Service Registration Policies to validate the Signed Statement.
A Signed Statement is a COSE Envelope wrapped around a Statement, binding the metadata in the Envelope to the Statement.
In COSE, an Envelope consists of a protected header (included in the Issuer's signature) and an unprotected header (not included in the Issuer's signature).</t>
        </dd>
        <dt>Equivocation:</dt>
        <dd>
          <t>a state where a Transparency Service provides inconsistent proofs to Relying Parties, containing conflicting claims about the Signed Statement bound at a given position in the Verifiable Data Structure.</t>
        </dd>
        <dt>Issuer:</dt>
        <dd>
          <t>an identifier representing an organization, device, user, or entity securing Statements about supply chain Artifacts.
An Issuer may be the owner or author of Artifacts, or an independent third party such as an Auditor, reviewer or an endorser.
In SCITT Statements and Receipts, the <tt>iss</tt> CWT Claim is a member of the COSE header parameter <tt>15: CWT_Claims</tt> within the protected header of a COSE Envelope.</t>
        </dd>
        <dt>Non-equivocation:</dt>
        <dd>
          <t>a state where all proofs provided by the Transparency Service to Relying Parties are produced from a Single Verifiable Data Structure describing a unique sequence of Signed Statements and are therefore consistent.
Over time, an Issuer may register new Signed Statements about an Artifact in a Transparency Service with new information.
However, the consistency of a collection of Signed Statements about the Artifact can be checked by all Relying Parties.</t>
        </dd>
        <dt>Receipt:</dt>
        <dd>
          <t>a cryptographic proof that a Signed Statement is included in the Verifiable Data Structure.
See <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/> for implementations
Receipts are signed proofs of verifiable data-structure properties.
The types of Receipts <bcp14>MUST</bcp14> support inclusion proofs and <bcp14>MAY</bcp14> support other proof types, such as consistency proofs.</t>
        </dd>
        <dt>Registration:</dt>
        <dd>
          <t>the process of submitting a Signed Statement to a Transparency Service, applying the Transparency Service's Registration Policy, adding to the Verifiable Data Structure, and producing a Receipt.</t>
        </dd>
        <dt>Registration Policy:</dt>
        <dd>
          <t>the pre-condition enforced by the Transparency Service before registering a Signed Statement, based on information in the non-opaque header and metadata contained in its COSE Envelope.</t>
        </dd>
        <dt>Relying Party:</dt>
        <dd>
          <t>a Relying Parties consumes Transparent Statements, verifying their proofs and inspecting the Statement payload, either before using corresponding Artifacts, or later to audit an Artifact's provenance on the supply chain.</t>
        </dd>
        <dt>Signed Statement:</dt>
        <dd>
          <t>an identifiable and non-repudiable Statement about an Artifact signed by an Issuer.
In SCITT, Signed Statements are encoded as COSE signed objects; the <tt>payload</tt> of the COSE structure contains the issued Statement.</t>
        </dd>
        <dt>Statement:</dt>
        <dd>
          <t>any serializable information about an Artifact.
To help interpretation of Statements, they must be tagged with a relevant media type (as specified in <xref target="RFC6838"/>).
A Statement may represent a Software Bill Of Materials (SBOM) that lists the ingredients of a software Artifact, an endorsement or attestation about an Artifact, indicate the End of Life (EOL), redirection to a newer version, or any content an Issuer wishes to publish about an Artifact.
Additional Statements about an Artifact are correlated by the Subject Claim as defined in the IANA CWT <xref target="IANA.cwt"/> registry and used as a protected header parameter as defined in <xref target="RFC9597"/>.
The Statement is considered opaque to Transparency Service, and <bcp14>MAY</bcp14> be encrypted.</t>
        </dd>
        <dt>Statement Sequence:</dt>
        <dd>
          <t>a sequence of Signed Statements captured by a Verifiable Data Structure.
See Verifiable Data Structure.</t>
        </dd>
        <dt>Subject:</dt>
        <dd>
          <t>an identifier, defined by the Issuer, which represents the organization, device, user, entity, or Artifact about which Statements (and Receipts) are made and by which a logical collection of Statements can be grouped.
It is possible that there are multiple Statements about the same Artifact.
In these cases, distinct Issuers (<tt>iss</tt>) might agree to use the <tt>sub</tt> CWT Claim to create a coherent sequence of Signed Statements about the same Artifact and Relying Parties can leverage <tt>sub</tt> to ensure completeness and Non-equivocation across Statements by identifying all Transparent Statements associated to a specific Subject.</t>
        </dd>
        <dt>Transparency Service:</dt>
        <dd>
          <t>an entity that maintains and extends the Verifiable Data Structure and endorses its state.
The identity of a Transparency Service is captured by a public key that must be known by Relying Parties in order to validate Receipts.</t>
        </dd>
        <dt>Transparent Statement:</dt>
        <dd>
          <t>a Signed Statement that is augmented with a Receipt created via Registration in a Transparency Service.
The Receipt is stored in the unprotected header of COSE Envelope of the Signed Statement.
A Transparent Statement remains a valid Signed Statement and may be registered again in a different Transparency Service.</t>
        </dd>
        <dt>Verifiable Data Structure:</dt>
        <dd>
          <t>a data structure which supports one or more proof types, such as "inclusion proofs" or "consistency proofs", for Signed Statements as they are Registered to a Transparency Service.
SCITT supports multiple Verifiable Data Structures and Receipt formats as defined in <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>, accommodating different Transparency Service implementations.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-common-terminology-disambiguation">
      <name>Common Terminology Disambiguation</name>
      <t>This document has been developed in coordination with the COSE, OAUTH and RATS WG and uses terminology common to these working groups.</t>
      <t>This document uses the terms "Issuer", and "Subject" as described in <xref target="RFC8392"/>, however the usage is consistent with the broader interpretation of these terms in both JOSE and COSE, and the guidance in <xref target="RFC8725"/> generally applies the COSE equivalent terms with consistent semantics.</t>
      <t>The terms "Claim" as used in this document is consistent with the usage in <xref target="RFC9711"/> and <xref target="RFC7523"/>.</t>
      <t><xref target="NIST.SP.1800-19"/> defines "attestation" as "The process of providing a digital signature for a set of measurements securely stored in hardware, and then having the requester validate the signature and the set of measurements."</t>
      <t>NIST guidance "Software Supply Chain Security Guidance EO 14028" uses the definition from <xref target="NIST_EO14028"/>, which states that an "attestation" is "The issue of a statement, based on a decision, that fulfillment of specified requirements has been demonstrated.".</t>
      <t>It is often useful for the intended audience to qualify the term "attestation" in their specific context to avoid confusion and ambiguity.</t>
    </section>
    <section anchor="sec-definition-of-transparency">
      <name>Definition of Transparency</name>
      <t>In this document, the definition of transparency is intended to build over abstract notions of Append-only Logs and Receipts.
Existing transparency systems such as Certificate Transparency are instances of this definition.
SCITT supports multiple Verifiable Data Structures, as defined in <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>.</t>
      <t>A Signed Statement is an identifiable and non-repudiable Statement made by an Issuer.
The Issuer selects additional metadata and attaches a proof of endorsement (in most cases, a signature) using the identity key of the Issuer that binds the Statement and its metadata.
Signed Statements can be made transparent by attaching a proof of Registration by a Transparency Service, in the form of a Receipt.
Receipts demonstrate inclusion of Signed Statements in the Verifiable Data Structure of a Transparency Service.
By extension, the Signed Statement may say an Artifact (for example, a firmware binary) is transparent if it comes with one or more Transparent Statements from its author or owner, though the context should make it clear what type of Signed Statements is expected for a given Artifact.</t>
      <t>Transparency does not prevent dishonest or compromised Issuers, but it holds them accountable.
Any Artifact that may be verified, is subject to scrutiny and auditing by other parties.
The Transparency Service provides a history of Statements, which may be made by multiple Issuers, enabling Relying Parties to make informed decisions.</t>
      <t>Transparency is implemented by providing a consistent, append-only, cryptographically verifiable, publicly available record of entries.
A SCITT instance is referred to as a Transparency Service.
Implementations of Transparency Services may protect their registered sequence of Signed Statements and Verifiable Data Structure using a combination of trusted hardware, consensus protocols, and cryptographic evidence.
A Receipt is a signature over one or more Verifiable Data Structure Proofs that a Signed Statement is registered in the Verifiable Data Structure.
It is universally verifiable without online access to the TS.
Requesting a Receipt can result in the production of a new Receipt for the same Signed Statement.
A Receipt's verification key, signing algorithm, validity period, header parameters or other claims <bcp14>MAY</bcp14> change each time a Receipt is produced.</t>
      <t>Anyone with access to the Transparency Service can independently verify its consistency and review the complete list of Transparent Statements registered by each Issuer.</t>
      <t>Reputable Issuers are thus incentivized to carefully review their Statements before signing them to produce Signed Statements.
Similarly, reputable Transparency Services are incentivized to secure their Verifiable Data Structure, as any inconsistency can easily be pinpointed by any Auditor with read access to the Transparency Service.</t>
      <t>The building blocks defined in SCITT are intended to support applications in any supply chain that produces or relies upon digital Artifacts, from the build and supply of software and IoT devices to advanced manufacturing and food supply.</t>
      <t>SCITT is a generalization of Certificate Transparency (CT) <xref target="RFC9162"/>, which can be interpreted as a transparency architecture for the supply chain of X.509 certificates.
Considering CT in terms of SCITT:</t>
      <ul spacing="normal">
        <li>CAs (Issuers) sign the ASN.1 DER encoded tbsCertificate structure to produce an X.509 certificate (Signed Statements)</li>
        <li>CAs submit the certificates to one or more CT logs (Transparency Services)</li>
        <li>CT logs produce Signed Certificate Timestamps (Transparent Statements)</li>
        <li>Signed Certificate Timestamps, Signed Tree Heads, and their respective consistency proofs are checked by Relying Parties</li>
        <li>The Verifiable Data Structure can be checked by Auditors</li>
      </ul>
    </section>
    <section anchor="sec-architecture-overview">
      <name>Architecture Overview</name>
      <t>The SCITT architecture enables a loose federation of Transparency Services, by providing a set of common formats and protocols for issuing and registering Signed Statements and auditing Transparent Statements.</t>
      <t>In order to accommodate as many Transparency Service implementations as possible, this document only specifies the format of Signed Statements (which must be used by all Issuers) and a very thin wrapper format for Receipts, which specifies the Transparency Service identity and the agility parameters for the Signed Inclusion Proofs.
The remaining details of the Receipt's contents are specified in <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>.</t>
      <t><xref target="fig-concept-relationship"/> illustrates the roles and processes that comprise a Transparency Service independent of any one use case:</t>
      <ul spacing="normal">
        <li>Issuers that use their credentials to create Signed Statements about Artifacts</li>
        <li>Transparency Services that evaluate Signed Statements against Registration Policies, producing Receipts upon successful Registration.
The returned Receipt may be combined with the Signed Statement to create a Transparent Statement.</li>
        <li>
          <t>Relying Parties that:
          </t>
          <ul spacing="normal">
            <li>collect Receipts of Signed Statements for subsequent registration of Transparent Statements;</li>
            <li>retrieve Transparent Statements for analysis of Statements about Artifacts themselves (e.g. verification);</li>
            <li>or replay all the Transparent Statements to check for the consistency and correctness of the Transparency Service's Verifiable Data Structure (e.g. auditing)</li>
          </ul>
        </li>
      </ul>
      <t>In addition, <xref target="fig-concept-relationship"/> illustrates multiple Transparency Services and multiple Receipts as a single Signed Statement <bcp14>MAY</bcp14> be registered with one or more Transparency Service.
Each Transparency Service produces a Receipt, which may be aggregated in a single Transparent Statement, demonstrating the Signed Statement was registered by multiple Transparency Services.</t>
      <t>The arrows indicate the flow of information.</t>
      <figure anchor="fig-concept-relationship">
        <name>Relationship of Concepts in SCITT</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="512" width="536" viewBox="0 0 536 512" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,224 L 8,240" fill="none" stroke="black"/>
              <path d="M 32,448 L 32,480" fill="none" stroke="black"/>
              <path d="M 40,352 L 40,368" fill="none" stroke="black"/>
              <path d="M 56,64 L 56,88" fill="none" stroke="black"/>
              <path d="M 56,128 L 56,200" fill="none" stroke="black"/>
              <path d="M 72,256 L 72,328" fill="none" stroke="black"/>
              <path d="M 88,176 L 88,200" fill="none" stroke="black"/>
              <path d="M 96,384 L 96,408" fill="none" stroke="black"/>
              <path d="M 120,288 L 120,328" fill="none" stroke="black"/>
              <path d="M 128,224 L 128,240" fill="none" stroke="black"/>
              <path d="M 152,352 L 152,368" fill="none" stroke="black"/>
              <path d="M 160,448 L 160,480" fill="none" stroke="black"/>
              <path d="M 208,272 L 208,288" fill="none" stroke="black"/>
              <path d="M 216,464 L 216,496" fill="none" stroke="black"/>
              <path d="M 224,304 L 224,320" fill="none" stroke="black"/>
              <path d="M 224,384 L 224,408" fill="none" stroke="black"/>
              <path d="M 288,32 L 288,64" fill="none" stroke="black"/>
              <path d="M 288,128 L 288,144" fill="none" stroke="black"/>
              <path d="M 288,272 L 288,288" fill="none" stroke="black"/>
              <path d="M 304,64 L 304,88" fill="none" stroke="black"/>
              <path d="M 304,304 L 304,320" fill="none" stroke="black"/>
              <path d="M 344,208 L 344,272" fill="none" stroke="black"/>
              <path d="M 344,384 L 344,408" fill="none" stroke="black"/>
              <path d="M 344,464 L 344,496" fill="none" stroke="black"/>
              <path d="M 368,272 L 368,336" fill="none" stroke="black"/>
              <path d="M 384,176 L 384,200" fill="none" stroke="black"/>
              <path d="M 384,448 L 384,480" fill="none" stroke="black"/>
              <path d="M 392,64 L 392,88" fill="none" stroke="black"/>
              <path d="M 408,32 L 408,64" fill="none" stroke="black"/>
              <path d="M 432,128 L 432,200" fill="none" stroke="black"/>
              <path d="M 440,336 L 440,360" fill="none" stroke="black"/>
              <path d="M 440,376 L 440,408" fill="none" stroke="black"/>
              <path d="M 472,208 L 472,272" fill="none" stroke="black"/>
              <path d="M 488,256 L 488,336" fill="none" stroke="black"/>
              <path d="M 504,160 L 504,352" fill="none" stroke="black"/>
              <path d="M 512,448 L 512,480" fill="none" stroke="black"/>
              <path d="M 24,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 288,32 L 408,32" fill="none" stroke="black"/>
              <path d="M 24,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 288,64 L 408,64" fill="none" stroke="black"/>
              <path d="M 24,96 L 88,96" fill="none" stroke="black"/>
              <path d="M 256,96 L 344,96" fill="none" stroke="black"/>
              <path d="M 384,96 L 472,96" fill="none" stroke="black"/>
              <path d="M 24,128 L 88,128" fill="none" stroke="black"/>
              <path d="M 240,128 L 328,128" fill="none" stroke="black"/>
              <path d="M 368,128 L 456,128" fill="none" stroke="black"/>
              <path d="M 448,144 L 488,144" fill="none" stroke="black"/>
              <path d="M 104,160 L 272,160" fill="none" stroke="black"/>
              <path d="M 304,160 L 368,160" fill="none" stroke="black"/>
              <path d="M 24,208 L 112,208" fill="none" stroke="black"/>
              <path d="M 344,208 L 472,208" fill="none" stroke="black"/>
              <path d="M 128,224 L 336,224" fill="none" stroke="black"/>
              <path d="M 24,256 L 112,256" fill="none" stroke="black"/>
              <path d="M 224,256 L 272,256" fill="none" stroke="black"/>
              <path d="M 472,256 L 488,256" fill="none" stroke="black"/>
              <path d="M 136,272 L 208,272" fill="none" stroke="black"/>
              <path d="M 296,272 L 312,272" fill="none" stroke="black"/>
              <path d="M 344,272 L 472,272" fill="none" stroke="black"/>
              <path d="M 136,288 L 168,288" fill="none" stroke="black"/>
              <path d="M 224,304 L 272,304" fill="none" stroke="black"/>
              <path d="M 200,320 L 224,320" fill="none" stroke="black"/>
              <path d="M 312,320 L 368,320" fill="none" stroke="black"/>
              <path d="M 56,336 L 136,336" fill="none" stroke="black"/>
              <path d="M 240,336 L 288,336" fill="none" stroke="black"/>
              <path d="M 368,336 L 488,336" fill="none" stroke="black"/>
              <path d="M 152,368 L 208,368" fill="none" stroke="black"/>
              <path d="M 360,368 L 488,368" fill="none" stroke="black"/>
              <path d="M 56,384 L 136,384" fill="none" stroke="black"/>
              <path d="M 24,416 L 176,416" fill="none" stroke="black"/>
              <path d="M 200,416 L 368,416" fill="none" stroke="black"/>
              <path d="M 384,416 L 528,416" fill="none" stroke="black"/>
              <path d="M 8,448 L 160,448" fill="none" stroke="black"/>
              <path d="M 368,448 L 512,448" fill="none" stroke="black"/>
              <path d="M 176,464 L 344,464" fill="none" stroke="black"/>
              <path d="M 32,480 L 160,480" fill="none" stroke="black"/>
              <path d="M 384,480 L 512,480" fill="none" stroke="black"/>
              <path d="M 216,496 L 344,496" fill="none" stroke="black"/>
              <path d="M 8,448 L 24,416" fill="none" stroke="black"/>
              <path d="M 240,128 L 256,96" fill="none" stroke="black"/>
              <path d="M 160,448 L 176,416" fill="none" stroke="black"/>
              <path d="M 328,128 L 344,96" fill="none" stroke="black"/>
              <path d="M 176,464 L 200,416" fill="none" stroke="black"/>
              <path d="M 368,128 L 384,96" fill="none" stroke="black"/>
              <path d="M 456,128 L 472,96" fill="none" stroke="black"/>
              <path d="M 344,464 L 368,416" fill="none" stroke="black"/>
              <path d="M 368,448 L 384,416" fill="none" stroke="black"/>
              <path d="M 512,448 L 528,416" fill="none" stroke="black"/>
              <path d="M 24,32 C 15.16936,32 8,39.16936 8,48" fill="none" stroke="black"/>
              <path d="M 96,32 C 104.83064,32 112,39.16936 112,48" fill="none" stroke="black"/>
              <path d="M 24,64 C 15.16936,64 8,56.83064 8,48" fill="none" stroke="black"/>
              <path d="M 96,64 C 104.83064,64 112,56.83064 112,48" fill="none" stroke="black"/>
              <path d="M 24,96 C 15.16936,96 8,103.16936 8,112" fill="none" stroke="black"/>
              <path d="M 88,96 C 96.83064,96 104,103.16936 104,112" fill="none" stroke="black"/>
              <path d="M 24,128 C 15.16936,128 8,120.83064 8,112" fill="none" stroke="black"/>
              <path d="M 88,128 C 96.83064,128 104,120.83064 104,112" fill="none" stroke="black"/>
              <path d="M 448,144 C 439.16936,144 432,136.83064 432,128" fill="none" stroke="black"/>
              <path d="M 488,144 C 496.83064,144 504,151.16936 504,160" fill="none" stroke="black"/>
              <path d="M 104,160 C 95.16936,160 88,167.16936 88,176" fill="none" stroke="black"/>
              <path d="M 272,160 C 280.83064,160 288,152.83064 288,144" fill="none" stroke="black"/>
              <path d="M 304,160 C 295.16936,160 288,152.83064 288,144" fill="none" stroke="black"/>
              <path d="M 368,160 C 376.83064,160 384,167.16936 384,176" fill="none" stroke="black"/>
              <path d="M 24,208 C 15.16936,208 8,215.16936 8,224" fill="none" stroke="black"/>
              <path d="M 112,208 C 120.83064,208 128,215.16936 128,224" fill="none" stroke="black"/>
              <path d="M 344,240 C 335.16936,240 328,247.16936 328,256" fill="none" stroke="black"/>
              <path d="M 24,256 C 15.16936,256 8,248.83064 8,240" fill="none" stroke="black"/>
              <path d="M 112,256 C 120.83064,256 128,248.83064 128,240" fill="none" stroke="black"/>
              <path d="M 224,256 C 215.16936,256 208,263.16936 208,272" fill="none" stroke="black"/>
              <path d="M 272,256 C 280.83064,256 288,263.16936 288,272" fill="none" stroke="black"/>
              <path d="M 136,272 C 127.16936,272 120,279.16936 120,288" fill="none" stroke="black"/>
              <path d="M 312,272 C 320.83064,272 328,264.83064 328,256" fill="none" stroke="black"/>
              <path d="M 136,288 C 127.16936,288 120,295.16936 120,304" fill="none" stroke="black"/>
              <path d="M 168,288 C 176.83064,288 184,295.16936 184,304" fill="none" stroke="black"/>
              <path d="M 288,288 C 296.83064,288 304,295.16936 304,304" fill="none" stroke="black"/>
              <path d="M 224,304 C 215.16936,304 208,296.83064 208,288" fill="none" stroke="black"/>
              <path d="M 272,304 C 280.83064,304 288,296.83064 288,288" fill="none" stroke="black"/>
              <path d="M 200,320 C 191.16936,320 184,312.83064 184,304" fill="none" stroke="black"/>
              <path d="M 56,336 C 47.16936,336 40,343.16936 40,352" fill="none" stroke="black"/>
              <path d="M 136,336 C 144.83064,336 152,343.16936 152,352" fill="none" stroke="black"/>
              <path d="M 240,336 C 231.16936,336 224,328.83064 224,320" fill="none" stroke="black"/>
              <path d="M 288,336 C 296.83064,336 304,328.83064 304,320" fill="none" stroke="black"/>
              <path d="M 208,368 C 216.83064,368 224,375.16936 224,384" fill="none" stroke="black"/>
              <path d="M 360,368 C 351.16936,368 344,375.16936 344,384" fill="none" stroke="black"/>
              <path d="M 488,368 C 496.83064,368 504,360.83064 504,352" fill="none" stroke="black"/>
              <path d="M 56,384 C 47.16936,384 40,376.83064 40,368" fill="none" stroke="black"/>
              <path d="M 136,384 C 144.83064,384 152,376.83064 152,368" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="448,408 436,402.4 436,413.6 " fill="black" transform="rotate(90,440,408)"/>
              <path class="jump" d="M 440,376 C 446,376 446,360 440,360" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="440,200 428,194.4 428,205.6 " fill="black" transform="rotate(90,432,200)"/>
              <polygon class="arrowhead" points="400,88 388,82.4 388,93.6 " fill="black" transform="rotate(90,392,88)"/>
              <polygon class="arrowhead" points="392,200 380,194.4 380,205.6 " fill="black" transform="rotate(90,384,200)"/>
              <polygon class="arrowhead" points="352,408 340,402.4 340,413.6 " fill="black" transform="rotate(90,344,408)"/>
              <polygon class="arrowhead" points="344,224 332,218.4 332,229.6 " fill="black" transform="rotate(0,336,224)"/>
              <polygon class="arrowhead" points="320,320 308,314.4 308,325.6 " fill="black" transform="rotate(180,312,320)"/>
              <polygon class="arrowhead" points="312,88 300,82.4 300,93.6 " fill="black" transform="rotate(90,304,88)"/>
              <polygon class="arrowhead" points="304,272 292,266.4 292,277.6 " fill="black" transform="rotate(180,296,272)"/>
              <polygon class="arrowhead" points="232,408 220,402.4 220,413.6 " fill="black" transform="rotate(90,224,408)"/>
              <polygon class="arrowhead" points="128,328 116,322.4 116,333.6 " fill="black" transform="rotate(90,120,328)"/>
              <polygon class="arrowhead" points="104,408 92,402.4 92,413.6 " fill="black" transform="rotate(90,96,408)"/>
              <polygon class="arrowhead" points="96,200 84,194.4 84,205.6 " fill="black" transform="rotate(90,88,200)"/>
              <polygon class="arrowhead" points="80,328 68,322.4 68,333.6 " fill="black" transform="rotate(90,72,328)"/>
              <polygon class="arrowhead" points="64,200 52,194.4 52,205.6 " fill="black" transform="rotate(90,56,200)"/>
              <polygon class="arrowhead" points="64,88 52,82.4 52,93.6 " fill="black" transform="rotate(90,56,88)"/>
              <g class="text">
                <text x="60" y="52">Artifact</text>
                <text x="348" y="52">Issuer</text>
                <text x="56" y="116">Statement</text>
                <text x="292" y="116">sign</text>
                <text x="420" y="116">verify</text>
                <text x="68" y="228">Signed</text>
                <text x="404" y="228">Transparency</text>
                <text x="72" y="244">Statement</text>
                <text x="400" y="260">Service</text>
                <text x="248" y="276">Receipt</text>
                <text x="428" y="292">Transparency</text>
                <text x="264" y="324">Receipt</text>
                <text x="424" y="324">Service</text>
                <text x="96" y="356">Transparent</text>
                <text x="96" y="372">Statement</text>
                <text x="56" y="436">Collect</text>
                <text x="124" y="436">Receipts</text>
                <text x="228" y="436">Verify</text>
                <text x="304" y="436">Transparent</text>
                <text x="428" y="436">Replay</text>
                <text x="472" y="436">Log</text>
                <text x="272" y="452">Statement</text>
                <text x="72" y="468">Relying</text>
                <text x="128" y="468">Party</text>
                <text x="424" y="468">Relying</text>
                <text x="480" y="468">Party</text>
                <text x="256" y="484">Relying</text>
                <text x="312" y="484">Party</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
 .----------.                      +--------------+
|  Artifact  |                     |    Issuer    |
 '----+-----'                      +-+----------+-+
      v                              v          v
 .----+----.                   .-----+----.    .+---------.
| Statement |                 /   sign   /    /  verify  /
 '----+----'                 '-----+----+    '-------+--+
      |                            |                 |'------.
      |    .----------------------' '---------.      |        |
      |   |                                    |     |        |
      v   v                                    v     v        |
 .----+---+---.                           +----+----+-----+   |
|    Signed    +------------------------->+ Transparency  |   |
|   Statement  |                         .+               |   |
 '------+-----'           .-------.     | |   Service     +-+ |
        |      .---------+ Receipt +<--'  +--+------------+ | |
        |     |.-----.   |         +.        | Transparency | |
        |     |       |   '+------'  |       |              | |
        v     v        '---+ Receipt +<------+   Service    | |
     .--+-----+--.          '-------'        +--------+-----+ |
    | Transparent |                                   |       |
    |  Statement  +-------.                .----------)------'
     '-----+-----'         |              |           |
           v               v              v           v
  .--------+---------.  .--+--------------+--. .------+----------.
 / Collect Receipts /  / Verify Transparent / /   Replay Log    /
'--+---------------+  /      Statement     / '-+---------------+
   | Relying Party | '----+---------------+    | Relying Party |
   +---------------+      | Relying Party |    +---------------+
                          +---------------+
]]></artwork>
        </artset>
      </figure>
      <t>The subsequent sections describe the main concepts, namely Transparency Service, Signed Statements, Registration, and Transparent Statements in more detail.</t>
      <section anchor="sec-transparency-service">
        <name>Transparency Service</name>
        <t>Transparency Services <bcp14>MUST</bcp14> feature a Verifiable Data Structure.
The Verifiable Data Structure records registered Signed Statements and supports the production of Receipts.</t>
        <t>Typically a Transparency Service has a single Issuer identity which is present in the <tt>iss</tt> Claim of Receipts for that service.</t>
        <t>Multi-tenant support can be enabled through the use of identifiers in the <tt>iss</tt> Claim, for example, <tt>ts.example.</tt> may have a distinct Issuer identity for each sub domain, such as <tt>tenant1.ts.example.</tt> and <tt>tenant2.ts.example.</tt>.</t>
        <section anchor="sec-registration-policies">
          <name>Registration Policies</name>
          <t>Registration Policies refer to additional checks over and above the Mandatory Registration Checks that are performed before a Signed Statement is registered to the Verifiable Data Structure.
To enable audit-ability, Transparency Services <bcp14>MUST</bcp14> maintain Registration Policies.</t>
          <t>Beyond the mandatory Registration checks, the scope of additional checks, including no additional checks, is up to the implementation.</t>
          <t>This specification leaves implementation, encoding and documentation of Registration Policies and trust anchors to the operator of the Transparency Service.</t>
          <section anchor="sec-mandatory-registration-checks">
            <name>Mandatory Registration Checks</name>
            <t>During Registration, a Transparency Service <bcp14>MUST</bcp14>, at a minimum, syntactically check the Issuer of the Signed Statement by cryptographically verifying the COSE signature according to <xref target="STD96"/>.
The Issuer identity <bcp14>MUST</bcp14> be bound to the Signed Statement by including an identifier in the protected header.
If the protected header includes multiple identifiers, all those that are registered by the Transparency Service <bcp14>MUST</bcp14> be checked.</t>
            <t>Transparency Services <bcp14>MUST</bcp14> maintain a list of trust anchors (see definition of trust anchor in <xref target="RFC4949"/>) in order to check the signatures of Signed Statements, either separately, or inside Registration Policies.
Transparency Services <bcp14>MUST</bcp14> authenticate Signed Statements as part of a Registration Policy.
For instance, a trust anchor could be an X.509 root certificate (directly or its thumbprint), a pointer to an OpenID Connect identity provider, or any other COSE-compatible trust anchor.</t>
            <t>When using X.509 Signed Statements, the Transparency Service <bcp14>MUST</bcp14> build and validate a complete certification path from an Issuer's certificate to one of the root certificates currently registered as a trust anchor by the Transparency Service.
The protected header of the COSE_Sign1 Envelope <bcp14>MUST</bcp14> include either the Issuer's certificate as <tt>x5t</tt> or the chain including the Issuer's certificate as <tt>x5chain</tt>.
If <tt>x5t</tt> is included in the protected header, an <tt>x5chain</tt> with a leaf certificate corresponding to the <tt>x5t</tt> value <bcp14>MAY</bcp14> be included in the unprotected header.</t>
            <t>Registration Policies and trust anchors <bcp14>MUST</bcp14> be made Transparent and available to all Relying Parties of the Transparency Service by Registering them as Signed Statements on the Verifiable Data Structure.</t>
            <t>The Transparency Service <bcp14>MUST</bcp14> apply the Registration Policy that was most recently committed to the Verifiable Data Structure at the time of Registration.</t>
          </section>
          <section anchor="sec-auditability-of-registration">
            <name>Auditability of Registration</name>
            <t>The operator of a Transparency Service <bcp14>MAY</bcp14> update the Registration Policy or the trust anchors of a Transparency Service at any time.</t>
            <t>Transparency Services <bcp14>MUST</bcp14> ensure that for any Signed Statement they register, enough information is made available to Auditors to reproduce the Registration checks that were defined by the Registration Policies at the time of Registration.</t>
          </section>
        </section>
        <section anchor="ts-initialization">
          <name>Initialization and Bootstrapping</name>
          <t>Since the mandatory Registration checks rely on having registered Signed Statements for the Registration Policy and trust anchors, Transparency Services <bcp14>MUST</bcp14> support at least one of the three following bootstrapping mechanisms:</t>
          <ul spacing="normal">
            <li>Pre-configured Registration Policy and trust anchors;</li>
            <li>Acceptance of a first Signed Statement whose payload is a valid Registration Policy, without performing Registration checks</li>
            <li>An out-of-band authenticated management interface</li>
          </ul>
        </section>
        <section anchor="sec-verifiable-data-structure">
          <name>Verifiable Data Structure</name>
          <t>The security properties are determined by the choice of the Verifiable Data Structure (<xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>) used by the Transparency Service implementation.
This verifiable data structure <bcp14>MUST</bcp14> support the following security requirements:</t>
          <dl>
            <dt>Append-Only:</dt>
            <dd>
              <t>a property required for a verifiable data structure to be applicable to SCITT, ensuring that the Statement Sequence cannot be modified, deleted, or reordered.</t>
            </dd>
            <dt>Non-equivocation:</dt>
            <dd>
              <t>there is no fork in the registered sequence of Signed Statements accepted by the Transparency Service and committed to the Verifiable Data Structure.
Everyone with access to its content sees the same ordered collection of Signed Statements and can check that it is consistent with any Receipts they have verified.</t>
            </dd>
            <dt>Replayability:</dt>
            <dd>
              <t>the Verifiable Data Structure includes sufficient information to enable authorized actors with access to its content to check that each data structure representing each Signed Statement has been correctly registered.</t>
            </dd>
          </dl>
          <t>In addition to Receipts, some verifiable data structures might support additional proof types, such as proofs of consistency, or proofs of non-inclusion.</t>
          <t>Specific verifiable data structures, such those describes in <xref target="RFC9162"/> and <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>, and the review of their security requirements for SCITT are out of scope for this document.</t>
        </section>
        <section anchor="sec-adjacent-services">
          <name>Adjacent Services</name>
          <t>Transparency Services can be deployed along side other database or object storage technologies.
For example, a Transparency Service that supports a software package management system, might be referenced from the APIs exposed for package management.
Providing an ability to request a fresh Receipt for a given software package, or to request a list of Signed Statements associated with the software package.</t>
        </section>
      </section>
    </section>
    <section anchor="signed-statements">
      <name>Signed Statements</name>
      <t>This specification prioritizes conformance to <xref target="STD96"/> and its required and optional properties.
Profiles and implementation specific choices should be used to determine admissibility of conforming messages.
This specification is left intentionally open to allow implementations to make Registration restrictions that make the most sense for their operational use cases.</t>
      <t>There are many types of Statements (such as SBOMs, malware scans, audit reports, policy definitions) that Issuers may want to turn into Signed Statements.
An Issuer must first decide on a suitable format (<tt>3</tt>: payload type) to serialize the Statement payload.
For a software supply chain, payloads describing the software Artifacts may include:</t>
      <ul spacing="normal">
        <li>
          <xref target="CoSWID"/></li>
        <li>
          <xref target="CycloneDX"/></li>
        <li>
          <xref target="in-toto"/></li>
        <li>
          <xref target="SPDX-CBOR"/></li>
        <li>
          <xref target="SPDX-JSON"/></li>
        <li>
          <xref target="SLSA"/></li>
        <li>
          <xref target="SWID"/></li>
      </ul>
      <t>Once all the Envelope headers are set, an Issuer <bcp14>MUST</bcp14> use a standard COSE implementation to produce an appropriately serialized Signed Statement.</t>
      <t>Issuers can produce Signed Statements about different Artifacts under the same Identity.
Issuers and Relying Parties must be able to recognize the Artifact to which the Statements pertain by looking at the Signed Statement.
The <tt>iss</tt> and <tt>sub</tt> Claims, within the CWT_Claims protected header, are used to identify the Artifact the Statement pertains to.
(See Subject under <xref target="terminology"/> Terminology.)</t>
      <t>Issuers <bcp14>MAY</bcp14> use different signing keys (identified by <tt>kid</tt> in the protected header) for different Artifacts or sign all Signed Statements under the same key.</t>
      <t>An Issuer can make multiple Statements about the same Artifact.
For example, an Issuer can make amended Statements about the same Artifact as their view changes over time.</t>
      <t>Multiple Issuers can make different, even conflicting Statements, about the same Artifact.
Relying Parties can choose which Issuers they trust.</t>
      <t>Multiple Issuers can make the same Statement about a single Artifact, affirming multiple Issuers agree.</t>
      <t>Additionally, <tt>x5chain</tt> that corresponds to either <tt>x5t</tt> or <tt>kid</tt> identifying the leaf certificate in the included certification path <bcp14>MAY</bcp14> be included in the unprotected header of the COSE Envelope.</t>
      <ul spacing="normal">
        <li>When using x.509 certificates, support for either <tt>x5t</tt> or <tt>x5chain</tt> in the protected header is <bcp14>REQUIRED</bcp14> to implement.</li>
        <li>Support for <tt>kid</tt> in the protected header and <tt>x5chain</tt> in the unprotected header is <bcp14>OPTIONAL</bcp14> to implement.</li>
      </ul>
      <t>When <tt>x5t</tt> or <tt>x5chain</tt> is present in the protected header, <tt>iss</tt> <bcp14>MUST</bcp14> be a string that meets URI requirements defined in <xref target="RFC8392"/>.
The <tt>iss</tt> value's length <bcp14>MUST</bcp14> be between 1 and 8192 characters in length.</t>
      <t>The <tt>kid</tt> header parameter <bcp14>MUST</bcp14> be present when neither <tt>x5t</tt> nor <tt>x5chain</tt> is present in the protected header.
Key discovery protocols are out-of-scope of this document.</t>
      <t>The protected header of a Signed Statement and a Receipt <bcp14>MUST</bcp14> include the <tt>CWT Claims</tt> header parameter as specified in <xref section="2" sectionFormat="of" target="RFC9597"/>.
The <tt>CWT Claims</tt> value <bcp14>MUST</bcp14> include the <tt>Issuer Claim</tt> (Claim label 1) and the <tt>Subject Claim</tt> (Claim label 2) <xref target="IANA.cwt"/>.</t>
      <t>A Receipt is a Signed Statement, (COSE_Sign1), with additional Claims in its protected header related to verifying the inclusion proof in its unprotected header.
See <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>.</t>
      <section anchor="sec-signed-statement-examples">
        <name>Signed Statement Examples</name>
        <t><xref target="fig-signed-statement-cddl"/> illustrates a normative CDDL definition <xref target="RFC8610"/> for the protected header and unprotected header of Signed Statements and Receipts.</t>
        <t>The SCITT architecture specifies the minimal mandatory labels.
Implementation-specific Registration Policies may define additional mandatory labels.</t>
        <figure anchor="fig-signed-statement-cddl">
          <name>CDDL definition for Signed Statements and Receipts</name>
          <sourcecode type="cddl">
Signed_Statement = #6.18(COSE_Sign1)
Receipt = #6.18(COSE_Sign1)

COSE_Sign1 = [
  protected   : bstr .cbor Protected_Header,
  unprotected : Unprotected_Header,
  payload     : bstr / nil,
  signature   : bstr
]

Protected_Header = {
  &amp;(CWT_Claims: 15) =&gt; CWT_Claims
  ? &amp;(alg: 1) =&gt; int
  ? &amp;(content_type: 3) =&gt; tstr / uint
  ? &amp;(kid: 4) =&gt; bstr
  ? &amp;(x5t: 34) =&gt; COSE_CertHash
  * int =&gt; any
}

CWT_Claims = {
  &amp;(iss: 1) =&gt; tstr
  &amp;(sub: 2) =&gt; tstr
  * int =&gt; any
}

Unprotected_Header = {
  ? &amp;(x5chain: 33) =&gt; COSE_X509
  ? &amp;(receipts: 394)  =&gt; [+ Receipt]
  * int =&gt; any
}
</sourcecode>
        </figure>
        <t><xref target="fig-signed-statement-edn"/> illustrates an instance of a Signed Statement in Extended Diagnostic Notation (EDN), with a payload that is detached.
Detached payloads support large Statements, and ensure Signed Statements can integrate with existing storage systems.</t>
        <figure anchor="fig-signed-statement-edn">
          <name>CBOR Extended Diagnostic Notation example of a Signed Statement</name>
          <sourcecode type="cbor-diag">
18(                                 / COSE Sign 1      /
    [
      h'a4012603...6d706c65',       / Protected        /
      {},                           / Unprotected      /
      nil,                          / Detached payload /
      h'79ada558...3a28bae4'        / Signature        /
    ]
)
</sourcecode>
        </figure>
        <t><xref target="fig-signed-statement-protected-header-edn"/> illustrates the decoded protected header of the Signed Statement in <xref target="fig-signed-statement-edn"/>.
It indicates the Signed Statement is securing a JSON content type, and identifying the content with the <tt>sub</tt> Claim "vendor.product.example".</t>
        <figure anchor="fig-signed-statement-protected-header-edn">
          <name>CBOR Extended Diagnostic Notation example of a Signed Statement's Protected Header</name>
          <sourcecode type="cbor-diag">
{                                   / Protected        /
  1: -7,                            / Algorithm        /
  3: application/example+json,      / Content type     /
  4: h'50685f55...50523255',        / Key identifier   /
  15: {                             / CWT Claims       /
    1: software.vendor.example,     / Issuer           /
    2: vendor.product.example,      / Subject          /
  }
}
</sourcecode>
        </figure>
      </section>
      <section anchor="sec-signing-large-or-sensitive-statements">
        <name>Signing Large or Sensitive Statements</name>
        <t>Statements payloads might be too large or too sensitive to be sent to a remote Transparency Service.
In these cases a Statement can be made over the hash of a payload, rather than the full payload bytes.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="736" width="376" viewBox="0 0 376 736" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,112 L 8,144" fill="none" stroke="black"/>
              <path d="M 8,416 L 8,432" fill="none" stroke="black"/>
              <path d="M 40,64 L 40,80" fill="none" stroke="black"/>
              <path d="M 40,176 L 40,200" fill="none" stroke="black"/>
              <path d="M 56,64 L 56,104" fill="none" stroke="black"/>
              <path d="M 56,456 L 56,480" fill="none" stroke="black"/>
              <path d="M 56,512 L 56,584" fill="none" stroke="black"/>
              <path d="M 56,656 L 56,680" fill="none" stroke="black"/>
              <path d="M 104,416 L 104,432" fill="none" stroke="black"/>
              <path d="M 144,128 L 144,224" fill="none" stroke="black"/>
              <path d="M 272,432 L 272,520" fill="none" stroke="black"/>
              <path d="M 272,560 L 272,584" fill="none" stroke="black"/>
              <path d="M 328,192 L 328,288" fill="none" stroke="black"/>
              <path d="M 328,352 L 328,584" fill="none" stroke="black"/>
              <path d="M 40,32 L 112,32" fill="none" stroke="black"/>
              <path d="M 40,64 L 112,64" fill="none" stroke="black"/>
              <path d="M 40,112 L 112,112" fill="none" stroke="black"/>
              <path d="M 128,128 L 144,128" fill="none" stroke="black"/>
              <path d="M 40,144 L 112,144" fill="none" stroke="black"/>
              <path d="M 264,160 L 336,160" fill="none" stroke="black"/>
              <path d="M 144,176 L 168,176" fill="none" stroke="black"/>
              <path d="M 216,176 L 240,176" fill="none" stroke="black"/>
              <path d="M 264,192 L 336,192" fill="none" stroke="black"/>
              <path d="M 40,208 L 104,208" fill="none" stroke="black"/>
              <path d="M 120,224 L 144,224" fill="none" stroke="black"/>
              <path d="M 40,240 L 104,240" fill="none" stroke="black"/>
              <path d="M 24,400 L 88,400" fill="none" stroke="black"/>
              <path d="M 104,432 L 272,432" fill="none" stroke="black"/>
              <path d="M 24,448 L 88,448" fill="none" stroke="black"/>
              <path d="M 24,480 L 112,480" fill="none" stroke="black"/>
              <path d="M 24,512 L 112,512" fill="none" stroke="black"/>
              <path d="M 240,528 L 296,528" fill="none" stroke="black"/>
              <path d="M 240,560 L 296,560" fill="none" stroke="black"/>
              <path d="M 40,592 L 152,592" fill="none" stroke="black"/>
              <path d="M 216,592 L 352,592" fill="none" stroke="black"/>
              <path d="M 144,624 L 200,624" fill="none" stroke="black"/>
              <path d="M 8,656 L 120,656" fill="none" stroke="black"/>
              <path d="M 216,656 L 352,656" fill="none" stroke="black"/>
              <path d="M 24,688 L 112,688" fill="none" stroke="black"/>
              <path d="M 24,720 L 112,720" fill="none" stroke="black"/>
              <path d="M 200,624 L 216,656" fill="none" stroke="black"/>
              <path d="M 352,592 L 368,624" fill="none" stroke="black"/>
              <path d="M 176,176 L 196,216" fill="none" stroke="black"/>
              <path d="M 196,136 L 216,176" fill="none" stroke="black"/>
              <path d="M 176,176 L 196,136" fill="none" stroke="black"/>
              <path d="M 196,216 L 216,176" fill="none" stroke="black"/>
              <path d="M 8,656 L 40,592" fill="none" stroke="black"/>
              <path d="M 120,656 L 152,592" fill="none" stroke="black"/>
              <path d="M 200,624 L 216,592" fill="none" stroke="black"/>
              <path d="M 352,656 L 368,624" fill="none" stroke="black"/>
              <path d="M 40,32 C 31.16936,32 24,39.16936 24,48" fill="none" stroke="black"/>
              <path d="M 112,32 C 120.83064,32 128,39.16936 128,48" fill="none" stroke="black"/>
              <path d="M 40,64 C 31.16936,64 24,56.83064 24,48" fill="none" stroke="black"/>
              <path d="M 112,64 C 120.83064,64 128,56.83064 128,48" fill="none" stroke="black"/>
              <path d="M 24,96 C 15.16936,96 8,103.16936 8,112" fill="none" stroke="black"/>
              <path d="M 24,96 C 32.83064,96 40,88.83064 40,80" fill="none" stroke="black"/>
              <path d="M 40,112 C 31.16936,112 24,119.16936 24,128" fill="none" stroke="black"/>
              <path d="M 112,112 C 120.83064,112 128,119.16936 128,128" fill="none" stroke="black"/>
              <path d="M 40,144 C 31.16936,144 24,136.83064 24,128" fill="none" stroke="black"/>
              <path d="M 112,144 C 120.83064,144 128,136.83064 128,128" fill="none" stroke="black"/>
              <path d="M 24,160 C 15.16936,160 8,152.83064 8,144" fill="none" stroke="black"/>
              <path d="M 24,160 C 32.83064,160 40,167.16936 40,176" fill="none" stroke="black"/>
              <path d="M 264,160 C 255.16936,160 248,167.16936 248,176" fill="none" stroke="black"/>
              <path d="M 336,160 C 344.83064,160 352,167.16936 352,176" fill="none" stroke="black"/>
              <path d="M 264,192 C 255.16936,192 248,184.83064 248,176" fill="none" stroke="black"/>
              <path d="M 336,192 C 344.83064,192 352,184.83064 352,176" fill="none" stroke="black"/>
              <path d="M 40,208 C 31.16936,208 24,215.16936 24,224" fill="none" stroke="black"/>
              <path d="M 104,208 C 112.83064,208 120,215.16936 120,224" fill="none" stroke="black"/>
              <path d="M 40,240 C 31.16936,240 24,232.83064 24,224" fill="none" stroke="black"/>
              <path d="M 104,240 C 112.83064,240 120,232.83064 120,224" fill="none" stroke="black"/>
              <path d="M 24,400 C 15.16936,400 8,407.16936 8,416" fill="none" stroke="black"/>
              <path d="M 88,400 C 96.83064,400 104,407.16936 104,416" fill="none" stroke="black"/>
              <path d="M 24,448 C 15.16936,448 8,440.83064 8,432" fill="none" stroke="black"/>
              <path d="M 88,448 C 96.83064,448 104,440.83064 104,432" fill="none" stroke="black"/>
              <path d="M 24,480 C 15.16936,480 8,487.16936 8,496" fill="none" stroke="black"/>
              <path d="M 112,480 C 120.83064,480 128,487.16936 128,496" fill="none" stroke="black"/>
              <path d="M 24,512 C 15.16936,512 8,504.83064 8,496" fill="none" stroke="black"/>
              <path d="M 112,512 C 120.83064,512 128,504.83064 128,496" fill="none" stroke="black"/>
              <path d="M 240,528 C 231.16936,528 224,535.16936 224,544" fill="none" stroke="black"/>
              <path d="M 296,528 C 304.83064,528 312,535.16936 312,544" fill="none" stroke="black"/>
              <path d="M 240,560 C 231.16936,560 224,552.83064 224,544" fill="none" stroke="black"/>
              <path d="M 296,560 C 304.83064,560 312,552.83064 312,544" fill="none" stroke="black"/>
              <path d="M 24,688 C 15.16936,688 8,695.16936 8,704" fill="none" stroke="black"/>
              <path d="M 112,688 C 120.83064,688 128,695.16936 128,704" fill="none" stroke="black"/>
              <path d="M 24,720 C 15.16936,720 8,712.83064 8,704" fill="none" stroke="black"/>
              <path d="M 112,720 C 120.83064,720 128,712.83064 128,704" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="336,584 324,578.4 324,589.6 " fill="black" transform="rotate(90,328,584)"/>
              <polygon class="arrowhead" points="280,584 268,578.4 268,589.6 " fill="black" transform="rotate(90,272,584)"/>
              <polygon class="arrowhead" points="280,520 268,514.4 268,525.6 " fill="black" transform="rotate(90,272,520)"/>
              <polygon class="arrowhead" points="248,176 236,170.4 236,181.6 " fill="black" transform="rotate(0,240,176)"/>
              <polygon class="arrowhead" points="176,176 164,170.4 164,181.6 " fill="black" transform="rotate(0,168,176)"/>
              <polygon class="arrowhead" points="152,624 140,618.4 140,629.6 " fill="black" transform="rotate(180,144,624)"/>
              <polygon class="arrowhead" points="64,680 52,674.4 52,685.6 " fill="black" transform="rotate(90,56,680)"/>
              <polygon class="arrowhead" points="64,584 52,578.4 52,589.6 " fill="black" transform="rotate(90,56,584)"/>
              <polygon class="arrowhead" points="64,456 52,450.4 52,461.6 " fill="black" transform="rotate(270,56,456)"/>
              <polygon class="arrowhead" points="64,104 52,98.4 52,109.6 " fill="black" transform="rotate(90,56,104)"/>
              <polygon class="arrowhead" points="48,200 36,194.4 36,205.6 " fill="black" transform="rotate(90,40,200)"/>
              <g class="text">
                <text x="76" y="52">Artifact</text>
                <text x="60" y="132">Hash</text>
                <text x="196" y="180">OR</text>
                <text x="296" y="180">Payload</text>
                <text x="72" y="228">Statement</text>
                <text x="104" y="292">...</text>
                <text x="164" y="292">Producer</text>
                <text x="232" y="292">Network</text>
                <text x="280" y="292">...</text>
                <text x="192" y="324">...</text>
                <text x="104" y="356">...</text>
                <text x="164" y="356">Issuer</text>
                <text x="224" y="356">Network</text>
                <text x="272" y="356">...</text>
                <text x="52" y="420">Identity</text>
                <text x="168" y="420">(iss,</text>
                <text x="212" y="420">x5t)</text>
                <text x="52" y="436">Document</text>
                <text x="48" y="500">Private</text>
                <text x="96" y="500">Key</text>
                <text x="268" y="548">Header</text>
                <text x="76" y="628">Sign</text>
                <text x="220" y="628">To</text>
                <text x="244" y="628">Be</text>
                <text x="284" y="628">Signed</text>
                <text x="336" y="628">Bytes</text>
                <text x="36" y="708">COSE</text>
                <text x="76" y="708">Sign</text>
                <text x="104" y="708">1</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
   .----+-----.
  |  Artifact  |
   '+-+-------'
    | |
 .-'  v
|  .--+-------.
| |  Hash      +-+
|  '----------'  |     /\
 '-.             |    /  \     .----------.
    |            +-->+ OR +-->+  Payload   |
    v            |    \  /     '--------+-'
   .+--------.   |     \/               |
  | Statement +--+                      |
   '---------'                          |
                                        |
                                        |
           ...  Producer Network ...    |

                      ...

           ...   Issuer Network ...     |
                                        |
                                        |
 .---------.                            |
| Identity  |     (iss, x5t)            |
| Document  +--------------------+      |
 `----+----`                     |      |
      ^                          |      |
 .----+-------.                  |      |
| Private Key  |                 |      |
 '----+-------'                  v      |
      |                     .----+---.  |
      |                    |  Header  | |
      |                     '----+---'  |
      v                          v      v
    .-+-----------.       .------+------+--.
   /             /       /                  \
  /    Sign     +<------+ To Be Signed Bytes |
 /             /         \                  /
'-----+-------'           '----------------'
      v
 .----+-------.
| COSE Sign 1  |
 '------------'
]]></artwork>
        </artset>
      </section>
      <section anchor="sec-registration-of-signed-statements">
        <name>Registration of Signed Statements</name>
        <t>To register a Signed Statement, the Transparency Service performs the following steps:</t>
        <ol spacing="normal" type="1">
          <li>
            <strong>Client authentication:</strong> A Client authenticates with the Transparency Service before registering Signed Statements on behalf of one or more Issuers.
Authentication and authorization are implementation-specific and out of scope of the SCITT architecture.</li>
          <li>
            <strong>TS Signed Statement Verification and Validation:</strong> The Transparency Service <bcp14>MUST</bcp14> perform signature verification per <xref section="4.4" sectionFormat="of" target="STD96"/> and <bcp14>MUST</bcp14> verify the signature of the Signed Statement with the signature algorithm and verification key of the Issuer per <xref target="RFC9360"/>.
The Transparency Service <bcp14>MUST</bcp14> also check the Signed Statement includes the required protected headers.
The Transparency Service <bcp14>MAY</bcp14> validate the Signed Statement payload in order to enforce domain specific registration policies that apply to specific content types.</li>
          <li>
            <strong>Apply Registration Policy:</strong> The Transparency Service <bcp14>MUST</bcp14> check the attributes required by a Registration Policy are present in the protected headers.
  Custom Signed Statements are evaluated given the current Transparency Service state and the entire Envelope and may use information contained in the attributes of named policies.</li>
          <li>
            <strong>Register the Signed Statement</strong></li>
          <li>
            <strong>Return the Receipt</strong>, which <bcp14>MAY</bcp14> be asynchronous from Registration.
The Transparency Service <bcp14>MUST</bcp14> be able to provide a Receipt for all registered Signed Statements.
Details about generating Receipts are described in <xref target="Receipt"/>.</li>
        </ol>
        <t>The last two steps may be shared between a batch of Signed Statements registered in the Verifiable Data Structure.</t>
        <t>A Transparency Service <bcp14>MUST</bcp14> ensure that a Signed Statement is registered before releasing its Receipt.</t>
        <t>A Transparency Service <bcp14>MAY</bcp14> accept a Signed Statement with content in its unprotected header, and <bcp14>MAY</bcp14> use values from that unprotected header during verification and registration policy evaluation.</t>
        <t>However, the unprotected header of a Signed Statement <bcp14>MUST</bcp14> be set to an empty map before the Signed Statement can be included in a Statement Sequence.</t>
        <t>The same Signed Statement may be independently registered in multiple Transparency Services, producing multiple, independent Receipts.
The multiple Receipts may be attached to the unprotected header of the Signed Statement, creating a Transparent Statement.</t>
        <t>An Issuer that knows of a changed state of quality for an Artifact, <bcp14>SHOULD</bcp14> Register a new Signed Statement, using the same <tt>15</tt> CWT <tt>iss</tt> and <tt>sub</tt> Claims.</t>
      </section>
    </section>
    <section anchor="Receipt">
      <name>Transparent Statements</name>
      <t>The Client (which is not necessarily the Issuer) that registers a Signed Statement and receives a Receipt can produce a Transparent Statement by adding the Receipt to the unprotected header of the Signed Statement.
Client applications <bcp14>MAY</bcp14> register Signed Statements on behalf of one or more Issuers.
Client applications <bcp14>MAY</bcp14> request Receipts regardless of the identity of the Issuer of the associated Signed Statement.</t>
      <t>When a Signed Statement is registered by a Transparency Service a Receipt becomes available.
When a Receipt is included in a Signed Statement a Transparent Statement is produced.</t>
      <t>Receipts are based on Signed Inclusion Proofs as described in COSE Receipts <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/> that also provides the COSE header parameter semantics for label 394.</t>
      <t>The Registration time is recorded as the timestamp when the Transparency Service added the Signed Statement to its Verifiable Data Structure.</t>
      <t><xref target="fig-transparent-statement-cddl"/> illustrates a normative CDDL definition of Transparent Statements.
See <xref target="fig-signed-statement-cddl"/> for the CDDL rule that defines 'COSE_Sign1' as specified in <xref section="4.2" sectionFormat="of" target="STD96"/></t>
      <figure anchor="fig-transparent-statement-cddl">
        <name>CDDL definition for a Transparent Statement</name>
        <sourcecode type="cddl">
Transparent_Statement = #6.18(COSE_Sign1)

Unprotected_Header = {
  &amp;(receipts: 394)  =&gt; [+ Receipt]
}
</sourcecode>
      </figure>
      <t><xref target="fig-transparent-statement-edn"/> illustrates a Transparent Statement with a detached payload, and two Receipts in its unprotected header.
The type of label 394 <tt>receipts</tt> in the unprotected header is a CBOR array that can contain one or more Receipts (each entry encoded as a .cbor encoded Receipts).</t>
      <figure anchor="fig-transparent-statement-edn">
        <name>CBOR Extended Diagnostic Notation example of a Transparent Statement</name>
        <sourcecode type="cbor-diag">
18(                                 / COSE Sign 1               /
    [
      h'a4012603...6d706c65',       / Protected                 /
      {                             / Unprotected               /
        394:   [                    / Receipts (2)              /
          h'd284586c...4191f9d2'    / Receipt 1                 /
          h'c624586c...8f4af97e'    / Receipt 2                 /
        ]
      },
      nil,                          / Detached payload          /
      h'79ada558...3a28bae4'        / Signature                 /
    ]
)
</sourcecode>
      </figure>
      <t><xref target="fig-receipt-edn"/> one of the decoded Receipt from <xref target="fig-transparent-statement-edn"/>.
The Receipt contains inclusion proofs for verifiable data structures.
The unprotected header contains verifiable data structure proofs.
See the protected header for details regarding the specific verifiable data structure used.
Per the COSE Verifiable Data Structure Registry documented in <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/>, the COSE key type RFC9162_SHA256 is value <tt>1</tt>.
Labels identify inclusion proofs (<tt>-1</tt>) and consistency proofs (<tt>-2</tt>).</t>
      <figure anchor="fig-receipt-edn">
        <name>CBOR Extended Diagnostic Notation example of a Receipt</name>
        <sourcecode type="cbor-diag">
18(                                 / COSE Sign 1               /
    [
      h'a4012604...6d706c65',       / Protected                 /
      {                             / Unprotected               /
        -222: {                     / Proofs                    /
          -1: [                     / Inclusion proofs (1)      /
            h'83080783...32568964', / Inclusion proof 1         /
          ]
        },
      },
      nil,                          / Detached payload          /
      h'10f6b12a...4191f9d2'        / Signature                 /
    ]
)
</sourcecode>
      </figure>
      <t><xref target="fig-receipt-protected-header-edn"/> illustrates the decoded protected header of the Transparent Statement in <xref target="fig-transparent-statement-edn"/>.
The verifiable data structure (<tt>-111</tt>) uses <tt>1</tt> from (RFC9162_SHA256).</t>
      <figure anchor="fig-receipt-protected-header-edn">
        <name>CBOR Extended Diagnostic Notation example of a Receipt's Protected Header</name>
        <sourcecode type="cbor-diag">
{                                   / Protected                 /
  1: -7,                            / Algorithm                 /
  4: h'50685f55...50523255',        / Key identifier            /
  -111: 1,                          / Verifiable Data Structure /
  15: {                             / CWT Claims                /
    1: transparency.vendor.example, / Issuer                    /
    2: vendor.product.example,      / Subject                   /
  }
}
</sourcecode>
      </figure>
      <t><xref target="fig-receipt-inclusion-proof-edn"/> illustrates the decoded inclusion proof from <xref target="fig-receipt-edn"/>.
This inclusion proof indicates that the size of the Verifiable Data Structure was <tt>8</tt> at the time the Receipt was issued.
The structure of this inclusion proof is specific to the verifiable data structure used (RFC9162_SHA256).</t>
      <figure anchor="fig-receipt-inclusion-proof-edn">
        <name>CBOR Extended Diagnostic Notation example of a Receipt's Inclusion Proof</name>
        <sourcecode type="cbor-diag">
[                                   / Inclusion proof 1         /
  8,                                / Tree size                 /
  7,                                / Leaf index                /
  [                                 / Inclusion hashes (3)      /
     h'c561d333...f9850597'         / Intermediate hash 1       /
     h'75f177fd...2e73a8ab'         / Intermediate hash 2       /
     h'0bdaaed3...32568964'         / Intermediate hash 3       /
  ]
]
</sourcecode>
      </figure>
      <section anchor="validation">
        <name>Validation</name>
        <t>Relying Parties <bcp14>MUST</bcp14> apply the verification process as described in <xref section="4.4" sectionFormat="of" target="STD96"/>, when checking the signature of Signed Statements and Receipts.</t>
        <t>A Relying Party <bcp14>MUST</bcp14> trust the verification key or certificate and the associated identity of at least one Issuer of a Receipt.</t>
        <t>A Relying Party <bcp14>MAY</bcp14> decide to verify only a single Receipt that is acceptable to them and not check the signature on the Signed Statement or Receipts which rely on verifiable data structures which they do not understand.</t>
        <t>APIs exposing verification logic for Transparent Statements may provide more details than a single boolean result.
For example, an API may indicate if the signature on the Receipt or Signed Statement is valid, if Claims related to the validity period are valid, or if the inclusion proof in the Receipt is valid.</t>
        <t>Relying Parties <bcp14>MAY</bcp14> be configured to re-verify the Issuer's Signed Statement locally.</t>
        <t>In addition, Relying Parties <bcp14>MAY</bcp14> apply arbitrary validation policies after the Transparent Statement has been verified and validated.
Such policies may use as input all information in the Envelope, the Receipt, and the Statement payload, as well as any local state.</t>
      </section>
    </section>
    <section anchor="sec-privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Interactions with Transparency Services are expected to use appropriately strong encryption and authorization technologies.</t>
      <t>The Transparency Service is trusted with the confidentiality of the Signed Statements presented for Registration.
Issuers and Clients are responsible for verifying that the Transparency Service's privacy and security posture is suitable for the contents of the Signed Statements they submit prior to Registration.
Issuers must carefully review the inclusion of private, confidential, or personally identifiable information (PII) in their Statements against the Transparency Service's privacy posture.</t>
      <t>In some deployments a special role such as an Auditor might require and be given access to both the Transparency Service and related Adjacent Services.</t>
      <t>Transparency Services can leverage Verifiable Data Structures which only retain cryptographic metadata (e.g. a hash), rather than the complete Signed Statement, as part of a defense in depth approach to maintaining confidentiality.
By analyzing the relationship between data stored in the Transparency Service and data stored in Adjacent Services, it is possible to perform metadata analysis, which could reveal the order in which artifacts were built, signed, and uploaded.</t>
    </section>
    <section anchor="SecConSec">
      <name>Security Considerations</name>
      <t>SCITT provides the following security guarantees:</t>
      <ol spacing="normal" type="1">
        <li>Statements made by Issuers about supply chain Artifacts are identifiable and can be authenticated</li>
        <li>Statement provenance and history can be independently and consistently audited</li>
        <li>Issuers can efficiently prove that their Statement is logged by a Transparency Service</li>
      </ol>
      <t>The first guarantee is achieved by requiring Issuers to sign their Statements.
The second guarantee is achieved by proving a Signed Statement is present in a Verifiable Data Structure.
The third guarantee is achieved by the combination of both of these steps.</t>
      <t>In addition to deciding whether to trust a Transparency Service, Relying Parties can use the history of registered Signed Statements to decide which Issuers they choose to trust.
This decision process is out of scope of this document.</t>
      <section anchor="sec-ordering-of-signed-statements">
        <name>Ordering of Signed Statements</name>
        <t>Statements are signed prior to submitting to a SCITT Transparency service.
Unless advertised in the Transparency Service Registration Policy, the Relying Party cannot assume that the ordering of Signed Statements in the Verifiable Data Structure matches the ordering of their issuance.</t>
      </section>
      <section anchor="sec-accuracy-of-statements">
        <name>Accuracy of Statements</name>
        <t>Issuers can make false Statements either intentionally or unintentionally, registering a Statement only proves it was produced by an Issuer.
A registered Statement may be superseded by a subsequently submitted Signed Statement from the same Issuer, with the same subject in the cwt_claims protected header.
Other Issuers may make new Statements to reflect new or corrected information.
Relying Parties may choose to include or exclude Statements from Issuers to determine the accuracy of a collection of Statements.</t>
      </section>
      <section anchor="sec-issuer-participation">
        <name>Issuer Participation</name>
        <t>Issuers can refuse to register their Statements with a Transparency Service, or selectively submit some but not all the Statements they issue.
It is important for Relying Parties not to accept Signed Statements for which they cannot discover Receipts issued by a Transparency Service they trust.</t>
      </section>
      <section anchor="sec-key-management">
        <name>Key Management</name>
        <t>Issuers and Transparency Services <bcp14>MUST</bcp14>:</t>
        <ul spacing="normal">
          <li>carefully protect their private signing keys</li>
          <li>avoid using keys for more than one purpose</li>
          <li>rotate their keys in well-defined cryptoperiods, see <xref target="KEY-MANAGEMENT"/></li>
        </ul>
        <section anchor="sec-verifiable-data-structure-1">
          <name>Verifiable Data Structure</name>
          <t>The security considerations for specific Verifiable Data Structures are out of scope for this document.
See <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/> for the generic security considerations that apply to Verifiable Data Structure and Receipts.</t>
        </section>
        <section anchor="sec-key-compromise">
          <name>Key Compromise</name>
          <t>Revocation strategies for compromised keys are out of scope for this document.
It is important for Issuers and Transparency Services to clearly communicate when keys are compromised, so that Signed Statements can be rejected by Transparency Services or Receipts can be ignored by Relying Parties.</t>
        </section>
        <section anchor="sec-bootstrapping">
          <name>Bootstrapping</name>
          <t>Bootstrapping mechanisms that solely rely on Statement registration to set and update registration policy can be audited without additional implementation-specific knowledge, and are therefore preferable.
Mechanisms that rely on pre-configured values and do not allow updates are unsuitable for use in long-lived service deployments, in which the ability to patch a potentially faulty policy is essential.</t>
        </section>
      </section>
      <section anchor="MediaTypeSecConSec">
        <name>Implications of Media-Type Usage</name>
        <t>The Statement (scitt-statement+cose) and Receipt (scitt-receipt+cose) media types describe the expected content of COSE envelope headers.
The payload media type ('content type') is included in the COSE envelope header.
<xref target="STD96"/> describes the security implications of reliance on this header parameter.</t>
      </section>
      <section anchor="sec-threat-model">
        <name>Threat Model</name>
        <t>This section provides a generic threat model for SCITT, describing its residual security properties when some of its actors (Issuers, Transparency Services, and Auditors) are either corrupt or compromised.</t>
        <t>SCITT primarily supports checking of Signed Statement authenticity, both from the Issuer (authentication) and from the Transparency Service (transparency).
Issuers and Transparency Services can both be compromised.</t>
        <t>The SCITT Architecture does not require trust in a single centralized Transparency Service.
Different actors may rely on different Transparency Services, each registering a subset of Signed Statements subject to their own policy.
Running multiple, independent Transparency Services provides different organizations to represent consistent or divergent opinions.
It is the role of the relying party to decide which Transparency Services and Issuers they choose to trust for their scenario.</t>
        <t>In both cases, the SCITT architecture provides generic, universally-verifiable cryptographic proofs to individually blame Issuers or the Transparency Service.
On one hand, this enables valid actors to detect and disambiguate malicious actors who employ Equivocation with Signed Statements to different entities.
On the other hand, their liability and the resulting damage to their reputation are application specific, and out of scope of the SCITT architecture.</t>
        <t>Relying Parties and Auditors need not be trusted by other actors.
So long as actors maintain proper control of their signing keys and identity infrastructure they cannot "frame" an Issuer or a Transparency Service for Signed Statements they did not issue or register.</t>
        <section anchor="sec-cryptographic-agility">
          <name>Cryptographic Agility</name>
          <t>Because the SCITT Architecture leverages <xref target="STD96"/> for Statements and Receipts, it benefits from the format's cryptographic agility.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to register:</t>
      <ul spacing="normal">
        <li>the media type application/scitt-statement+cose in the "Media Types" registry, see below.</li>
        <li>the media type application/scitt-receipt+cose in the "Media Types" registry, see below.</li>
      </ul>
      <section anchor="sec-cose-receipts-header-parameter">
        <name>COSE Receipts Header Parameter</name>
        <t>394 is requested in <xref target="I-D.draft-ietf-cose-merkle-tree-proofs"/> and has received an early assignment.</t>
      </section>
      <section anchor="sec-media-type-applicationscitt-statementcose-registration">
        <name>Media Type application/scitt-statement+cose Registration</name>
        <t>IANA is requested to add the following Media-Type to the "Media Types" registry <xref target="IANA.media-types"/>.</t>
        <table anchor="new-media-types-scitt-statement">
          <name>SCITT Signed Statement Media Type Registration</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Template</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">scitt-statement+cose</td>
              <td align="left">application/scitt-statement+cose</td>
              <td align="left">
                <xref target="signed-statements"/> of RFCthis</td>
            </tr>
          </tbody>
        </table>
        <dl spacing="compact">
          <dt>Type name:</dt>
          <dd>
            <t>application</t>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t>statement+cose</t>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t>n/a</t>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t>n/a</t>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t>binary (CBOR data item)</t>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t><xref target="MediaTypeSecConSec"/> of RFCthis</t>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t>none</t>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t>RFCthis</t>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t>Used to provide an identifiable and non-repudiable Statement about an Artifact signed by an Issuer.</t>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t>n/a</t>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <dl>
              <dt>Deprecated alias names for this type:</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>Magic number(s):</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>File extension(s):</dt>
              <dd>
                <t>.scitt</t>
              </dd>
              <dt>Macintosh file type code(s):</dt>
              <dd>
                <t>N/A</t>
              </dd>
            </dl>
          </dd>
          <dt>Person and email address to contact for further information:</dt>
          <dd>
            <t>iesg@ietf.org</t>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>COMMON</t>
          </dd>
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>none</t>
          </dd>
          <dt>Author/Change controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-media-type-applicationscitt-receiptcose-registration">
        <name>Media Type application/scitt-receipt+cose Registration</name>
        <table anchor="new-media-types-receipt">
          <name>SCITT Receipt Media Type Registration</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Template</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">scitt-receipt+cose</td>
              <td align="left">application/scitt-receipt+cose</td>
              <td align="left">
                <xref target="Receipt"/> of RFCthis</td>
            </tr>
          </tbody>
        </table>
        <dl spacing="compact">
          <dt>Type name:</dt>
          <dd>
            <t>application</t>
          </dd>
          <dt>Subtype name:</dt>
          <dd>
            <t>receipt+cose</t>
          </dd>
          <dt>Required parameters:</dt>
          <dd>
            <t>n/a</t>
          </dd>
          <dt>Optional parameters:</dt>
          <dd>
            <t>n/a</t>
          </dd>
          <dt>Encoding considerations:</dt>
          <dd>
            <t>binary (CBOR data item)</t>
          </dd>
          <dt>Security considerations:</dt>
          <dd>
            <t><xref target="MediaTypeSecConSec"/> of RFCthis</t>
          </dd>
          <dt>Interoperability considerations:</dt>
          <dd>
            <t>none</t>
          </dd>
          <dt>Published specification:</dt>
          <dd>
            <t>RFCthis</t>
          </dd>
          <dt>Applications that use this media type:</dt>
          <dd>
            <t>Used to establish or verify transparency over Statements. Typically emitted by a Transparency Service, for the benefit of Relying Parties wanting to ensure Non-equivocation over all or part of a Statement Sequence.</t>
          </dd>
          <dt>Fragment identifier considerations:</dt>
          <dd>
            <t>n/a</t>
          </dd>
          <dt>Additional information:</dt>
          <dd>
            <dl>
              <dt>Deprecated alias names for this type:</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>Magic number(s):</dt>
              <dd>
                <t>N/A</t>
              </dd>
              <dt>File extension(s):</dt>
              <dd>
                <t>.receipt</t>
              </dd>
              <dt>Macintosh file type code(s):</dt>
              <dd>
                <t>N/A</t>
              </dd>
            </dl>
          </dd>
          <dt>Person and email address to contact for further information:</dt>
          <dd>
            <t>iesg@ietf.org</t>
          </dd>
          <dt>Intended usage:</dt>
          <dd>
            <t>COMMON</t>
          </dd>
          <dt>Restrictions on usage:</dt>
          <dd>
            <t>none</t>
          </dd>
          <dt>Author/Change controller:</dt>
          <dd>
            <t>IETF</t>
          </dd>
        </dl>
      </section>
      <section anchor="sec-coap-content-format-registrations">
        <name>CoAP Content-Format Registrations</name>
        <t>IANA is requested to register the following Content-Format numbers in the "CoAP Content-Formats" sub-registry, within the "Constrained RESTful Environments (CoRE) Parameters" Registry <xref target="IANA.core-parameters"/> in the 0-255 Range:</t>
        <table anchor="new-content-formats">
          <name>SCITT Content-Formats Registration</name>
          <thead>
            <tr>
              <th align="left">Content-Type</th>
              <th align="left">Content Coding</th>
              <th align="left">ID</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">application/scitt-statement+cose</td>
              <td align="left">-</td>
              <td align="left">103</td>
              <td align="left">RFCthis</td>
            </tr>
            <tr>
              <td align="left">application/scitt-receipt+cose</td>
              <td align="left">-</td>
              <td align="left">104</td>
              <td align="left">RFCthis</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC6838">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <seriesInfo name="DOI" value="10.17487/RFC6838"/>
            <seriesInfo name="RFC" value="6838"/>
            <seriesInfo name="BCP" value="13"/>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8392"/>
            <seriesInfo name="RFC" value="8392"/>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
        </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>
            <seriesInfo name="DOI" value="10.17487/RFC8610"/>
            <seriesInfo name="RFC" value="8610"/>
            <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>
        </reference>
        <reference anchor="STD94">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <seriesInfo name="DOI" value="10.17487/RFC8949"/>
            <seriesInfo name="RFC" value="8949"/>
            <seriesInfo name="STD" value="94"/>
            <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>
        </reference>
        <reference anchor="STD96">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <seriesInfo name="DOI" value="10.17487/RFC9052"/>
            <seriesInfo name="RFC" value="9052"/>
            <seriesInfo name="STD" value="96"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9360">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Header Parameters for Carrying and Referencing X.509 Certificates</title>
            <seriesInfo name="DOI" value="10.17487/RFC9360"/>
            <seriesInfo name="RFC" value="9360"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>The CBOR Object Signing and Encryption (COSE) message structure uses references to keys in general. For some algorithms, additional properties are defined that carry parameters relating to keys as needed. The COSE Key structure is used for transporting keys outside of COSE messages. This document extends the way that keys can be identified and transported by providing attributes that refer to or contain X.509 certificates.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9597">
          <front>
            <title>CBOR Web Token (CWT) Claims in COSE Headers</title>
            <seriesInfo name="DOI" value="10.17487/RFC9597"/>
            <seriesInfo name="RFC" value="9597"/>
            <author fullname="T. Looker" initials="T." surname="Looker"/>
            <author fullname="M.B. Jones" initials="M.B." surname="Jones"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This document describes how to include CBOR Web Token (CWT) claims in the header parameters of any CBOR Object Signing and Encryption (COSE) structure. This functionality helps to facilitate applications that wish to make use of CWT claims in encrypted COSE structures and/or COSE structures featuring detached signatures, while having some of those claims be available before decryption and/or without inspecting the detached payload. Another use case is using CWT claims with payloads that are not CWT Claims Sets, including payloads that are not CBOR at all.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.draft-ietf-cose-merkle-tree-proofs">
          <front>
            <title>COSE Receipts</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-cose-merkle-tree-proofs-15"/>
            <author fullname="Orie Steele" initials="O." surname="Steele">
              <organization>Transmute</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Antoine Delignat-Lavaud" initials="A." surname="Delignat-Lavaud">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Cedric Fournet" initials="C." surname="Fournet">
              <organization>Microsoft</organization>
            </author>
            <date day="7" month="August" year="2025"/>
            <abstract>
              <t>   COSE (CBOR Object Signing and Encryption) Receipts prove properties
   of a verifiable data structure to a verifier.  Verifiable data
   structures and associated proof types enable security properties,
   such as minimal disclosure, transparency and non-equivocation.
   Transparency helps maintain trust over time, and has been applied to
   certificates, end to end encrypted messaging systems, and supply
   chain security.  This specification enables concise transparency
   oriented systems, by building on CBOR (Concise Binary Object
   Representation) and COSE.  The extensibility of the approach is
   demonstrated by providing CBOR encodings for RFC9162.

              </t>
            </abstract>
          </front>
        </reference>
        <reference anchor="IANA.cwt" target="https://www.iana.org/assignments/cwt">
          <front>
            <title>CBOR Web Token (CWT) Claims</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="BCP" value="14"/>
            <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>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="BCP" value="14"/>
            <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>
        </reference>
        <reference anchor="IANA.media-types" target="https://www.iana.org/assignments/media-types">
          <front>
            <title>Media Types</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
        <reference anchor="IANA.core-parameters" target="https://www.iana.org/assignments/core-parameters">
          <front>
            <title>Constrained RESTful Environments (CoRE) Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9711">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <seriesInfo name="DOI" value="10.17487/RFC9711"/>
            <seriesInfo name="RFC" value="9711"/>
            <author fullname="L. Lundblade" initials="L." surname="Lundblade"/>
            <author fullname="G. Mandyam" initials="G." surname="Mandyam"/>
            <author fullname="J. O'Donoghue" initials="J." surname="O'Donoghue"/>
            <author fullname="C. Wallace" initials="C." surname="Wallace"/>
            <date month="April" year="2025"/>
            <abstract>
              <t>An Entity Attestation Token (EAT) provides an attested claims set that describes the state and characteristics of an entity, a device such as a smartphone, an Internet of Things (IoT) device, network equipment, or such. This claims set is used by a relying party, server, or service to determine the type and degree of trust placed in the entity.</t>
              <t>An EAT is either a CBOR Web Token (CWT) or a JSON Web Token (JWT) with attestation-oriented claims.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="NIST.SP.1800-19" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.1800-19.pdf">
          <front>
            <title>Trusted cloud :security practice guide for VMware hybrid cloud infrastructure as a service (IaaS) environments</title>
            <seriesInfo name="DOI" value="10.6028/NIST.SP.1800-19"/>
            <seriesInfo name="NIST Special Publications (General)" value="1800-19"/>
            <author fullname="Michael Bartock" surname="Bartock">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Donna Dodson" surname="Dodson">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Murugiah Souppaya" surname="Souppaya">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Daniel Carroll" surname="Carroll">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Robert Masten" surname="Masten">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Gina Scinta" surname="Scinta">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Paul Massis" surname="Massis">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Hemma Prafullchandra" surname="Prafullchandra">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Jason Malnar" surname="Malnar">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Harmeet Singh" surname="Singh">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Rajeev Ghandi" surname="Ghandi">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Laura E Storey" surname="Storey">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Raghuram Yeluri" surname="Yeluri">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Tim Shea" surname="Shea">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Michael Dalton" surname="Dalton">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Rocky Weber" surname="Weber">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Karen Scarfone" surname="Scarfone">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Anthony Dukes" surname="Dukes">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Jeff Haskins" surname="Haskins">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Carlos Phoenix" surname="Phoenix">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author fullname="Brenda Swarts" surname="Swarts">
              <organization>Information Technology Laboratory</organization>
            </author>
            <author>
              <organization>National Institute of Standards and Technology (U.S.)</organization>
              <address>
                <postal>
                  <country>US</country>
                  <city>Gaithersburg</city>
                </postal>
              </address>
            </author>
            <date day="20" month="April" year="2022"/>
            <abstract>
              <t>A cloud workload is an abstraction of the actual instance of a functional application that is virtualized or containerized to include compute, storage, and network resources. Organizations need to be able to monitor, track, apply, and enforce their security and privacy policies on their cloud workloads, based on business requirements, in a consistent, repeatable, and automated way. The goal of this project is to develop a trusted cloud solution that will demonstrate how trusted compute pools leveraging hardware roots of trust can provide the necessary security capabilities. These capabilities not only provide assurance that cloud workloads are running on trusted hardware and in a trusted geolocation or logical boundary, but also improve the protections for the data in the workloads and in the data flows between workloads. The example solution leverages modern commercial off-the-shelf technology and cloud services to address lifting and shifting a typical multi-tier application between an organization-controlled private cloud and a hybrid/public cloud over the internet.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="NIST_EO14028" target="https://www.nist.gov/system/files/documents/2022/02/04/software-supply-chain-security-guidance-under-EO-14028-section-4e.pdf">
          <front>
            <title>Software Supply Chain Security Guidance Under Executive Order (EO) 14028 Section 4e</title>
            <author>
              <organization/>
            </author>
            <date year="2022" month="February" day="04"/>
          </front>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <seriesInfo name="DOI" value="10.17487/RFC4949"/>
            <seriesInfo name="RFC" value="4949"/>
            <seriesInfo name="FYI" value="36"/>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7523">
          <front>
            <title>JSON Web Token (JWT) Profile for OAuth 2.0 Client Authentication and Authorization Grants</title>
            <seriesInfo name="DOI" value="10.17487/RFC7523"/>
            <seriesInfo name="RFC" value="7523"/>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="B. Campbell" initials="B." surname="Campbell"/>
            <author fullname="C. Mortimore" initials="C." surname="Mortimore"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This specification defines the use of a JSON Web Token (JWT) Bearer Token as a means for requesting an OAuth 2.0 access token as well as for client authentication.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8725">
          <front>
            <title>JSON Web Token Best Current Practices</title>
            <seriesInfo name="DOI" value="10.17487/RFC8725"/>
            <seriesInfo name="RFC" value="8725"/>
            <seriesInfo name="BCP" value="225"/>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="D. Hardt" initials="D." surname="Hardt"/>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>JSON Web Tokens, also known as JWTs, are URL-safe JSON-based security tokens that contain a set of claims that can be signed and/or encrypted. JWTs are being widely used and deployed as a simple security token format in numerous protocols and applications, both in the area of digital identity and in other application areas. This Best Current Practices document updates RFC 7519 to provide actionable guidance leading to secure implementation and deployment of JWTs.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9162">
          <front>
            <title>Certificate Transparency Version 2.0</title>
            <seriesInfo name="DOI" value="10.17487/RFC9162"/>
            <seriesInfo name="RFC" value="9162"/>
            <author fullname="B. Laurie" initials="B." surname="Laurie"/>
            <author fullname="E. Messeri" initials="E." surname="Messeri"/>
            <author fullname="R. Stradling" initials="R." surname="Stradling"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>This document describes version 2.0 of the Certificate Transparency (CT) protocol for publicly logging the existence of Transport Layer Security (TLS) server certificates as they are issued or observed, in a manner that allows anyone to audit certification authority (CA) activity and notice the issuance of suspect certificates as well as to audit the certificate logs themselves. The intent is that eventually clients would refuse to honor certificates that do not appear in a log, effectively forcing CAs to add all issued certificates to the logs.</t>
              <t>This document obsoletes RFC 6962. It also specifies a new TLS extension that is used to send various CT log artifacts.</t>
              <t>Logs are network services that implement the protocol operations for submissions and queries that are defined in this document.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9334">
          <front>
            <title>Remote ATtestation procedureS (RATS) Architecture</title>
            <seriesInfo name="DOI" value="10.17487/RFC9334"/>
            <seriesInfo name="RFC" value="9334"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="N. Smith" initials="N." surname="Smith"/>
            <author fullname="W. Pan" initials="W." surname="Pan"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="CoSWID">
          <front>
            <title>Concise Software Identification Tags</title>
            <seriesInfo name="DOI" value="10.17487/RFC9393"/>
            <seriesInfo name="RFC" value="9393"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="J. Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay"/>
            <author fullname="C. Schmidt" initials="C." surname="Schmidt"/>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>ISO/IEC 19770-2:2015 Software Identification (SWID) tags provide an extensible XML-based structure to identify and describe individual software components, patches, and installation bundles. SWID tag representations can be too large for devices with network and storage constraints. This document defines a concise representation of SWID tags: Concise SWID (CoSWID) tags. CoSWID supports a set of semantics and features that are similar to those for SWID tags, as well as new semantics that allow CoSWIDs to describe additional types of information, all in a more memory-efficient format.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="CycloneDX" target="https://cyclonedx.org/specification/overview/">
          <front>
            <title>CycloneDX</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="in-toto" target="https://in-toto.io/">
          <front>
            <title>in-toto</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SLSA" target="https://slsa.dev/">
          <front>
            <title>SLSA</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SPDX-CBOR" target="https://spdx.dev/use/specifications/">
          <front>
            <title>SPDX Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SPDX-JSON" target="https://spdx.dev/use/specifications/">
          <front>
            <title>SPDX Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="SWID" target="https://csrc.nist.gov/Projects/Software-Identification-SWID/guidelines">
          <front>
            <title>SWID Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="KEY-MANAGEMENT" target="https://csrc.nist.gov/pubs/sp/800/57/pt2/r1/final">
          <front>
            <title>NIST SP 800-57 Part 2 Rev. 1</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="O." surname="Steele" fullname="Orie Steele">
        <organization>Tradeverifyd</organization>
        <address>
          <postal>
            <country>United States</country>
          </postal>
          <email>orie@or13.io</email>
        </address>
      </contact>
      <t>Orie contributed to improving the generalization of COSE building blocks and document consistency.</t>
      <contact initials="A." surname="Chamayou" fullname="Amaury Chamayou">
        <organization>Microsoft</organization>
        <address>
          <postal>
            <country>United Kingdom</country>
          </postal>
          <email>amaury.chamayou@microsoft.com</email>
        </address>
      </contact>
      <t>Amaury contributed elemental parts to finalize normative language on registration behavior and the single-issuer design, as well as overall document consistency</t>
      <contact initials="D." surname="Brooks" fullname="Dick Brooks">
        <organization>Business Cyber Guardian (TM)</organization>
        <address>
          <postal>
            <country>United States</country>
          </postal>
          <email>dick@businesscyberguardian.com</email>
        </address>
      </contact>
      <t>Dick contributed to the software supply chain use cases.</t>
      <contact initials="B." surname="Knight" fullname="Brian Knight">
        <organization>Microsoft</organization>
        <address>
          <postal>
            <country>United States</country>
          </postal>
          <email>brianknight@microsoft.com</email>
        </address>
      </contact>
      <t>Brian contributed to the software supply chain use cases.</t>
      <contact initials="R. A." surname="Martin" fullname="Robert Martin">
        <organization>MITRE Corporation</organization>
        <address>
          <postal>
            <country>United States</country>
          </postal>
          <email>ramartin@mitre.org</email>
        </address>
      </contact>
      <t>Robert contributed to the software supply chain use cases.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAPdam2gAA+196XbbWHrgfz4FIp8TSWWSsmTLi5LulCzJXeq2LcdS9XK6
a8ogAYpogwADgJJZtvMs8yzzZPOtdwEuKNupzpyZMz5Jl0gCd/nut293NBoN
bo6ih4NBkzV5ehQdF9FxNZ1nTTptVlUazcoquqpWdXNbVs18HcVFAp/jol7G
VVo00Wl2nTVxHl2ulst8HZ3M46yoB/FkUqUw7uXJ+dWVN+AgKadFvICZkiqe
NaMsbWajepo1zSh2HhvtPx4MYIYYxkinqypr1oPbaxlw8P72KDovmrQq0mZ0
iuMMpnFzFNVNMpiWRZ0W9ao+itZpPahXk0VW11lZNOslzHp+dvViMHhfxYuk
vC1+LpcN/FQfDaIoXjXlz1ny87JKZ9kHGCydjgaDm7RYpfjzdVWulrqAKFrE
WQ7P4MK/xz2My+oan8qa+WpyFNG2bq95Z3sbtwr7XDXzsjoajCKGzA9p8T56
nlXv52X+CwwKQx9FL6p4VczLWVpFl+e4AoVx54eU1zaHUcYTGeX7OmvGM/Pk
OEnhwbqp0hTA9naewqE1VVzXafTkEH6ZlgmsY/vxo4Nnh9v4GeB/FJ3G1aJu
4qShJ1ZFU8GXv0urRVyszeKPi6bMijQ6TfPsuoib0cv4Jl4lvI24yH6JEeJH
0atsWpV1OWuit2mdIkCcFR3sR5cNPRi9LePErujk+X508OK5XdNJvJhUWXKd
2o3HRZPk3y90/PG0XLgL/vEPZq0naVJl0+hFuUJM+m9c4oxn/KJF/qW8Tus5
wLOeL4H60s4yj9++cta1v/8gerHKJzhDYGXPXv9+48rWNBvgh8z2PZx5cHGA
MUAN4+hlXL9PK/iZV3vZpDep/VJGrfHbIqdvv5+XDX5LoyK5NlU2AdojAqBR
L8Y4TJqnZtSLKkvtd/72gRslMHqVzdaJnbGEN74vq/2H46z01l4A3SV0dMAd
8AeZn8b6LXwT8WzmB3i6KaNssazKm6y4jpp5Gl2nRVrFuawhKmfRycXlWTRZ
ZXmCz0zycvq+JmYJ/G61QE6JjCkDQBTT9Vh3ejxGjrmI1+XK7PV4Ea+qtft9
D1Y6GE+vjKfyyga04t3/AdaYyC/d7csCXAAA3HEPwOeB7Tc1AmSWFQiANCpK
YABNBqeex8X1Kr5OIwBJlV5nyFIIPpN0Ht9kIEkQIAi/GhaQpyNgzCtgW4Bs
wCqGUVxHt2me43/LG4RvHoSeAu90HD2vyvJ9bUB3mk3f2+98sD1fwaRpXUcn
6wnM+btVXCVZXEQ7V692LSQTGOH7iTw6xSev5cEeUG5EJFpPC5Fo+3A0tyDd
opql5hSlZrQC7juN67Q26PF8HP2hyK7njdnh8wrXbL68EzMm+Px7evxOrNi4
FZ74v7CXt2PE9leAPllhtvO2BAg39tvWfs6v3p5FJ2W1LBmR7L5AftM7sCng
eyJ8v2pDMvW37GhgUB4Vg7cvTh4/ffhU/nz68NmB/vl4/wHw2NPTl/D58ur0
2aMjmnkEXz6/eEt//+aInnz26Jk889g+AxzFeebZg8MDHvfZw8cPZIpnh8+e
wJN/uvr55OXx+avLn+Wl89Hp2FE6pmWdjhZp9R5oDsXECHhZOcNDOTs5O39z
dYmvHL8+Hk9vm6PBICtmdoMy0ZP9fZzz9fnl1fjyzXj/6YMHo/1n+tXPZxf7
jx4cPOXFN3F1jaJo3jTL+mhv7/b2dlwA8Y6vy5u9eg1UvNibZXla7yl513sH
Dw4O9h7A/z3aU/iPGP4jgv+oFjVwdL3KkriYpqMViKdqdHYxoqnxATzf0aN0
vExmvBDWaS/1QF0l1eiVwAp4QEAbGDA6+wA/ED+7qPDzztnFbkRT4CvEzx6l
NHwC6AWKAKx89AD+7xGD6hEcJqhFeVnXcbXm754cHjxUrHhycKint//4AE7v
So/14SM4kWM4DfjipLz80/kpn/zDZw/pq/U0L4v09M9hKE/55+QDUsNevUyn
2SybEt3sITu9ydLbPRcsZjwcHCDclE0ZHlp+BFHqDSBf4+uXLy+Pw+/WeR2D
OnHjvYmP02tvTv88QmLoeXcJu8F3gfj8HdX+cDBMdOn+bgb//eXF63/I4Hg6
4XOoq6lF9zdV+XfAmnpPkXB0ngDCm7FGONAe4jToywVxKzsz/NSd+Q9nfxm9
AmL93dmrs9dXX7KG5WpSww73gGb3Dp/sLZuDvWp/jwS4Ox0SMuw2QtI+fBK9
AQYbHYDqezOO9gcDXDTojLj1s5cvjqItwMxmntVbg8FoNAJrBKX9tBkMQB+b
pvEky5G2gM5cLlpHGWhFaEvdopqkNI1ceArW3HjwpznwhYi0uSyewJ9AYzHq
tiuyleoIFIk0ipME/q6BZeu5RaRK1EOYbTpHBSL9j1V2U05FP7tBLUMsVZhI
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

-->

</rfc>
