<?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-cose-merkle-tree-proofs-16" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title>COSE (CBOR Object Signing and Encryption) Receipts</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-cose-merkle-tree-proofs-16"/>
    <author initials="O." surname="Steele" fullname="Orie Steele">
      <organization>Tradeverifyd</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>orie@or13.io</email>
      </address>
    </author>
    <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@ietf.contact</email>
      </address>
    </author>
    <author initials="A." surname="Delignat-Lavaud" fullname="Antoine Delignat-Lavaud">
      <organization>Microsoft</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>antdl@microsoft.com</email>
      </address>
    </author>
    <author initials="C." surname="Fournet" fullname="Cedric Fournet">
      <organization>Microsoft</organization>
      <address>
        <postal>
          <country>UK</country>
        </postal>
        <email>fournet@microsoft.com</email>
      </address>
    </author>
    <date year="2025" month="September" day="02"/>
    <area>Security</area>
    <workgroup>COSE</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 89?>

<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 Certificate Transparency v2 (RFC 9162).</t>
    </abstract>
  </front>
  <middle>
    <?line 97?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>COSE Receipts are signed proofs that include metadata about certain states of a verifiable data structure (VDS) that are true when the COSE Receipt was issued.
COSE Receipts can include proofs that a document is in a database (proof of inclusion), that a database is append only (proof of consistency), that a smaller set of statements are contained in a large set of statements (proof of disclosure, a special case of proof of inclusion), or proof that certain data is not yet present in a database (proofs of non inclusion).
Different VDS can produce different verifiable data structure proofs (VDP).
The combination of representations of various VDS and VDP can significantly increase the burden for implementers and create interoperability challenges for transparency services.
This document describes how to convey VDS and associated VDP types in unified COSE envelopes.</t>
      <section anchor="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="param-list">
      <name>New COSE Header Parameters</name>
      <t>This document defines three new COSE header parameters, which are introduced up-front in this Section and elaborated on later in this document.</t>
      <dl>
        <dt>TBD_0 (requested assignment 394):</dt>
        <dd>
          <t>A COSE header parameter named <tt>receipts</tt> with a value type of array where the array contains one or more COSE Receipts as specified in this document.</t>
        </dd>
        <dt>TBD_1 (requested assignment 395):</dt>
        <dd>
          <t>A COSE header parameter named <tt>vds</tt> (Verifiable Data Structure), which conveys the algorithm identifier for a verifiable data structure.
Correspondingly, this document introduces a new registry (<xref target="verifiable-data-structure-registry"/>) defining the integers used to identify verifiable data structures.</t>
        </dd>
        <dt>TBD_2 (requested assignment 396):</dt>
        <dd>
          <t>A COSE header parameter named <tt>vdp</tt> (short for "verifiable data structure proofs"), which conveys a map containing verifiable data structure proofs organized by proof type.
Correspondingly, this document introduces a new registry (<xref target="verifiable-data-structure-proofs-registry"/>) defining the integers used to identify verifiable data structure proof types.</t>
        </dd>
      </dl>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <dl>
        <dt>CDDL:</dt>
        <dd>
          <t>Concise Data Definition Language (CDDL) is defined in <xref target="RFC8610"/>.</t>
        </dd>
        <dt>EDN:</dt>
        <dd>
          <t>CBOR Extended Diagnostic Notation (EDN) is defined in <xref target="RFC8949"/>, where it is referred to as "diagnostic notation", and is revised in <xref target="I-D.draft-ietf-cbor-edn-literals"/>.</t>
        </dd>
        <dt>Verifiable Data Structure (VDS):</dt>
        <dd>
          <t>A data structure which supports one or more Verifiable Data Structure Proof Types.
This property describes an algorithm used to maintain a verifiable data structure, for example a binary Merkle tree algorithm.</t>
        </dd>
        <dt>Verifiable Data Structure Proofs (VDP):</dt>
        <dd>
          <t>A data structure used to convey proof types for proving different properties, such as authentication, inclusion, consistency, and freshness.
Parameters can include multiple proofs of a given type, or multiple types of proof (inclusion and consistency).</t>
        </dd>
        <dt>Proof Type:</dt>
        <dd>
          <t>A property that can be obtained by verifying a given proof over one or more entries in a Verifiable Data Structure.
For example, a VDS, such as a binary Merkle tree, can support proofs of type "inclusion" where each proof confirms that a given entry is included in a Merkle root.</t>
        </dd>
        <dt>Proof Value:</dt>
        <dd>
          <t>An encoding of a Proof Type in CBOR <xref target="RFC8949"/>.</t>
        </dd>
        <dt>Entry:</dt>
        <dd>
          <t>An entry in a verifiable data structure for which proofs can be derived.</t>
        </dd>
        <dt>Receipt:</dt>
        <dd>
          <t>A COSE object, as defined in <xref target="RFC9052"/>, containing the header parameters necessary to convey VDP for an associated VDS.</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-generic-verifiable-data-structures">
      <name>Verifiable Data Structures in CBOR</name>
      <t>This section describes representations of verifiable data structure proofs in <xref target="RFC8949"/>.
For example, construction of a Merkle tree leaf, or an inclusion proof from a leaf to a Merkle root, might have several different representations, depending on the verifiable data structure used.
Differences in representations are necessary to support efficient verification, unique security or privacy properties, and for compatibility with specific implementations.
This document defines two extension points for enabling verifiable data structures with COSE and provides concrete examples for the structures and proofs defined in <xref target="RFC9162"/>.
The design of these structures is influenced by the conventions established for COSE Keys.</t>
      <section anchor="sec-cose-verifiable-data-structures">
        <name>Structures</name>
        <t>Similar to <eref target="https://www.iana.org/assignments/cose/cose.xhtml#key-type">COSE Key Types</eref>, different verifiable data structures support different algorithms.</t>
        <t>This document establishes a registry of verifiable data structure algorithms, see <xref target="verifiable-data-structure-registry"/> for details.</t>
      </section>
      <section anchor="sec-cose-verifiable-data-structure-proofs">
        <name>Proofs</name>
        <t>Similar to <eref target="https://www.iana.org/assignments/cose/cose.xhtml#key-type-parameters">COSE Key Type Parameters</eref>, as EC2 keys (1: 2) keys require and give meaning to specific parameters, such as -1 (crv), -2 (x), -3 (y), -4 (d), RFC9162_SHA256 (TBD_1 (requested assignment 395) : 1) supports both (-1) inclusion and (-2) consistency proofs.</t>
        <t>This document establishes a registry of verifiable data structure algorithm proofs, see <xref target="verifiable-data-structure-proofs-registry"/> for details.</t>
        <t>Proof types are specific to their associated "verifiable data structure", for example, different Merkle trees might support different representations of "inclusion proof" or "consistency proof".
Implementers should not expect interoperability across "verifiable data structures".
Security analysis <bcp14>MUST</bcp14> be conducted prior to migrating to new structures to ensure the new security and privacy assumptions are acceptable for the use case.</t>
      </section>
      <section anchor="receipt-spec">
        <name>Usage</name>
        <t>This document registers a new COSE Header Parameter <tt>receipts</tt> (TBD_0 (requested assignment 394)) to enable Receipts to be conveyed in the protected and unprotected headers of COSE Objects.</t>
        <t>When the receipts header parameter is present, the verifier <bcp14>MUST</bcp14> confirm that the associated verifiable data structure and verifiable data structure proofs match entries present in the registries established in this specification, including values added in subsequent registrations..</t>
        <t>Receipts <bcp14>MUST</bcp14> be tagged as COSE_Sign1.</t>
        <t>The following <xref target="RFC8610"/> definition is provided:</t>
        <figure anchor="fig-receipts-cddl">
          <name>CDDL for a COSE Sign1 with attached receipts</name>
          <sourcecode type="cddl">
Receipt = #6.18(COSE_Sign1)

cose-value = any

Protected_Header = {
  * cose-label =&gt; cose-value
}

Unprotected_Header = {
  &amp;(receipts: 394)  =&gt; [+ bstr .cbor Receipt]
  * cose-label =&gt; cose-value
}

COSE_Sign1 = [
  protected   : bstr .cbor Protected_Header,
  unprotected : Unprotected_Header,
  payload     : bstr / nil,
  signature   : bstr
]
</sourcecode>
        </figure>
        <t>The following informative EDN is provided:</t>
        <figure anchor="fig-receipts-edn">
          <name>An example COSE Signature with multiple receipts</name>
          <sourcecode type="cbor-diag">
/ cose-sign1 / 18([
  / protected   / &lt;&lt;{
    / key / 4 : "vCl7UcS0ZZY99VpRthDc-0iUjLdfLtnmFqLJ2-Tt8N4",
    / algorithm / 1 : -7,  # ES256
  }&gt;&gt;,
  / unprotected / {
    / receipts / 394 : {
      &lt;&lt;/ cose-sign1 / 18([
        / protected   / &lt;&lt;{
          / key / 4 : "mxA4KiOkQFZ-dkLebSo3mLOEPR7rN8XtxkJe45xuyJk",
          / algorithm / 1 : -7,  # ES256
          / vds       / 395 : 1, # RFC9162 SHA-256
        }&gt;&gt;,
        / unprotected / {
          / proofs / 396 : {
            / inclusion / -1 : [
              &lt;&lt;[
                / size / 9, / leaf / 8,
                / inclusion path /
                h'7558a95f...e02e35d6'
              ]&gt;&gt;
            ],
          },
        },
        / payload     / null,
        / signature   / h'02d227ed...ccd3774f'
      ])&gt;&gt;,
      &lt;&lt;/ cose-sign1 / 18([
        / protected   / &lt;&lt;{
          / key / 4 : "ajOkeBTJou_wPrlExLMw7L9OTCD5ZIOBYc-O6LESe9c",
          / algorithm / 1 : -7,  # ES256
          / vds       / 395 : 1, # RFC9162 SHA-256
        }&gt;&gt;,
        / unprotected / {
          / proofs / 396 : {
            / inclusion / -1 : [
              &lt;&lt;[
                / size / 6, / leaf / 5,
                / inclusion path /
                h'9352f974...4ffa7ce0',
                h'54806f32...f007ea06'
              ]&gt;&gt;
            ],
          },
        },
        / payload     / null,
        / signature   / h'36581f38...a5581960'
      ])&gt;&gt;
    },
  },
  / payload     / h'0167c57c...deeed6d4',
  / signature   / h'2544f2ed...5840893b'
])
</sourcecode>
        </figure>
        <t>The specific structure of COSE Receipts is dependent on the structure of the COSE_Sign1 payload and the verifiable data structure proofs contained in the COSE_Sign1 unprotected header.
The CDDL definition for verifiable data structure proofs is specific to each verifiable data structure.
This document describes proofs for RFC9162_SHA256 in the following sections.</t>
      </section>
      <section anchor="profiles-def">
        <name>Profiles</name>
        <t>New verifiable data structures can require the definition of a profile.
The payload in such definitions <bcp14>SHOULD</bcp14> be detached.
Detached payloads force verifiers to recompute the root from the proof and protect against implementation errors where the signature is verified but the payload is incompatible with the proof.
Profiles of proof signatures that define additional protected header parameters are encouraged to make their presence mandatory to ensure that claims are processed with their intended semantics.
One way to include this information in the COSE structure is use of the typ (type) Header Parameter, see <xref target="RFC9596"/> and the similar guidance provided in <xref target="RFC9597"/>.</t>
        <section anchor="registration-requirements">
          <name>Registration Requirements</name>
          <t>Each verifiable data structure specification applying for inclusion in this registry <bcp14>MUST</bcp14> define how to encode the verifiable data structure identifier and its proof types in CBOR.
Each specification <bcp14>MUST</bcp14> define how to produce and consume the supported proof types.
See <xref target="sec-rfc-9162-verifiable-data-structure-definition"/> as an example.</t>
          <t>Where a specification supports a choice of hash algorithm, a separate IANA registration must be made for each supported algorithm.
For example, to provide for both SHA256 and SHA3_256 with Certificate Transparency v2 (<xref target="RFC9162"/>),
both "RFC9162_SHA256" and "RFC9162_SHA3_256" require entries in the relevant IANA registries.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-rfc-9162-verifiable-data-structure-definition">
      <name>RFC9162_SHA256</name>
      <t>This section defines how the data structures described in <xref target="RFC9162"/> are mapped to the terminology defined in this document, using <xref target="RFC8949"/> and <xref target="RFC9053"/>.</t>
      <section anchor="verifiable-data-structure">
        <name>Verifiable Data Structure</name>
        <t>The integer identifier for this Verifiable Data Structure is 1.
The string identifier for this Verifiable Data Structure is "RFC9162_SHA256", a Merkle Tree where SHA256 is used as the hash algorithm.
See <xref target="verifiable-data-structure-proofs-registry"/>.
See <xref target="RFC9162"/>, 2.1.1. Definition of the Merkle Tree, for a complete description of this verifiable data structure.</t>
      </section>
      <section anchor="sec-rfc9162-sha256-inclusion-proof">
        <name>Inclusion Proof</name>
        <t>See <xref target="RFC9162"/>, 2.1.3.1. Generating an Inclusion Proof, for a complete description of this verifiable data structure proof type.</t>
        <t>The CBOR representation of an inclusion proof for RFC9162_SHA256 is:</t>
        <figure anchor="rfc9162-sha256-cbor-inclusion-proof">
          <name>CBOR Encoded RFC9162 Inclusion Proof</name>
          <sourcecode type="cddl">
inclusion-proof = bstr .cbor [

    ; tree size at current Merkle root
    tree-size: uint

    ; index of leaf in tree
    leaf-index: uint

    ; path from leaf to current Merkle root
    inclusion-path: [ + bstr ]
]
</sourcecode>
        </figure>
        <t>The term <tt>leaf-index</tt> is used for alignment with the use established in <xref section="2.1.3.2" sectionFormat="of" target="RFC9162"/>.</t>
        <t>Note that Certificate Transparency v2 (<xref target="RFC9162"/>) defines inclusion proofs only for leaf nodes, and that:</t>
        <ul empty="true">
          <li>
            <t>If leaf_index is greater than or equal to tree_size, then fail the proof verification.</t>
          </li>
        </ul>
        <t>The identifying index of a leaf node is relative to all nodes in the tree size for which the proof was obtained.</t>
        <section anchor="receipt-of-inclusion">
          <name>Receipt of Inclusion</name>
          <t>In a signed inclusion proof, the payload is the Merkle tree root that corresponds to the log at size <tt>tree-size</tt>.
The protected header for an RFC9162_SHA256 inclusion proof signature is:</t>
          <figure anchor="vds-in-inclusion-receipt-protected-header">
            <name>Protected Header for a Receipt of Inclusion</name>
            <sourcecode type="cddl">
protected-header-map = {
  &amp;(alg: 1) =&gt; int
  &amp;(vds: 395) =&gt; int
  * cose-label =&gt; cose-value
}
</sourcecode>
          </figure>
          <ul spacing="normal">
            <li>alg (label: 1): <bcp14>REQUIRED</bcp14>. Signature algorithm identifier. Value type: int.</li>
            <li>vds (label: TBD_1 (requested assignment 395)): <bcp14>REQUIRED</bcp14>. Verifiable data structure algorithm identifier. Value type: int.</li>
          </ul>
          <t>The unprotected header for an RFC9162_SHA256 inclusion proof signature is:</t>
          <figure anchor="vdp-in-unprotected-header">
            <name>A Verifiable Data Structure Proofs in an Unprotected Header</name>
            <sourcecode type="cddl">
inclusion-proofs = [ + inclusion-proof ]

verifiable-proofs = {
  &amp;(inclusion-proof: -1) =&gt; inclusion-proofs
}

unprotected-header-map = {
  &amp;(vdp: 396) =&gt; verifiable-proofs
  * cose-label =&gt; cose-value
}
</sourcecode>
          </figure>
          <ul spacing="normal">
            <li>vdp (label: TBD_2 (requested assignment 396)): <bcp14>REQUIRED</bcp14>. Verifiable data structure proofs. Value type: Map.</li>
            <li>inclusion-proof (label: -1): <bcp14>REQUIRED</bcp14>. Inclusion proofs. Value type: Array of bstr.</li>
          </ul>
          <t>The payload of an RFC9162_SHA256 inclusion proof signature is the Merkle tree hash as defined in <xref target="RFC9162"/>.</t>
          <t>An EDN example for a Receipt containing an inclusion proof for RFC9162_SHA256 with a detached payload (see <xref target="profiles-def"/>) is:</t>
          <figure anchor="rfc9162_sha256_inclusion_receipt">
            <name>Receipt of Inclusion</name>
            <sourcecode type="cbor-diag">
/ cose-sign1 / 18([
  / protected   / &lt;&lt;{
    / algorithm / 1 : -7,  # ES256
    / vds       / 395 : 1, # RFC9162 SHA-256
  }&gt;&gt;,
  / unprotected / {
    / proofs / 396 : {
      / inclusion / -1 : [
        &lt;&lt;[
          / size / 20, / leaf / 17,
          / inclusion path /
          h'fc9f050f...221c92cb',
          h'bd0136ad...6b28cf21',
          h'd68af9d6...93b1632b'
        ]&gt;&gt;
      ],
    },
  },
  / payload     / null,
  / signature   / h'de24f0cc...9a5ade89'
])
</sourcecode>
          </figure>
          <t>The VDS in the protected header is necessary to understand the inclusion proof structure in the unprotected header.</t>
          <t>The inclusion proof and signature are verified in order.
First the verifier applies the inclusion proof to a possible entry (set member) bytes.
If this process fails, the inclusion proof may have been tampered with.
If this process succeeds, the result is a Merkle root, which in the attached as the COSE Sign1 payload.
Second the verifier checks the signature of the COSE Sign1.
If the resulting signature verifies, the Receipt has proved inclusion of the entry in the verifiable data structure.
If the resulting signature does not verify, the signature may have been tampered with.</t>
        </section>
      </section>
      <section anchor="sec-rfc9162-sha256-consistency-proof">
        <name>Consistency Proof</name>
        <t>See <xref target="RFC9162"/>, 2.1.4.1. Generating a Consistency Proof, for a complete description of this verifiable data structure proof type.</t>
        <t>The cbor representation of a consistency proof for RFC9162_SHA256 is:</t>
        <figure anchor="rfc9162_sha256_consistency_proof">
          <name>CBOR Encoded RFC9162 Consistency Proof</name>
          <sourcecode type="cddl">
consistency-proof =  bstr .cbor [

    ; older Merkle root tree size
    tree-size-1: uint

    ; newer Merkle root tree size
    tree-size-2: uint

    ; path from older Merkle root to newer Merkle root.
    consistency-path: [ + bstr ]

]
</sourcecode>
        </figure>
        <section anchor="receipt-of-consistency">
          <name>Receipt of Consistency</name>
          <t>In a signed consistency proof, the newer Merkle tree root (proven to be consistent with an older Merkle tree root) is an attached payload and corresponds to the log at size tree-size-2.</t>
          <t>The protected header for an RFC9162_SHA256 consistency proof signature is:</t>
          <figure anchor="vds-in-consistency-receipt-protected-header">
            <name>Protected Header for a Receipt of Consistency</name>
            <sourcecode type="cddl">
protected-header-map = {
  &amp;(alg: 1) =&gt; int
  &amp;(vds: 395) =&gt; int
  * cose-label =&gt; cose-value
}
</sourcecode>
          </figure>
          <ul spacing="normal">
            <li>alg (label: 1): <bcp14>REQUIRED</bcp14>. Signature algorithm identifier. Value type: int.</li>
            <li>vds (label: TBD_1 (requested assignment 395)): <bcp14>REQUIRED</bcp14>. Verifiable data structure algorithm identifier. Value type: int.</li>
          </ul>
          <t>The unprotected header for an RFC9162_SHA256 consistency proof signature is:</t>
          <sourcecode type="cddl">
consistency-proofs = [ + consistency-proof ]

verifiable-proofs = {
  &amp;(consistency-proof: -2) =&gt; consistency-proofs
}

unprotected-header-map = {
  &amp;(vdp: 396) =&gt; verifiable-proofs
  * cose-label =&gt; cose-value
}
</sourcecode>
          <ul spacing="normal">
            <li>vdp (label: TBD_2 (requested assignment 396)): <bcp14>REQUIRED</bcp14>. Verifiable data structure proofs. Value type: Map.</li>
            <li>consistency-proof (label: -2): <bcp14>REQUIRED</bcp14>. Consistency proofs. Value type: Array of bstr.</li>
          </ul>
          <t>The payload of an RFC9162_SHA256 consistency proof signature is:
The newer Merkle tree hash as defined in <xref target="RFC9162"/>.</t>
          <t>An example EDN for a Receipt containing a consistency proof for RFC9162_SHA256 with a detached payload (see <xref target="profiles-def"/>) is:</t>
          <figure anchor="rfc9162_sha256_consistency_receipt">
            <name>Example consistency receipt</name>
            <sourcecode type="cbor-diag">
/ cose-sign1 / 18([
  / protected   / &lt;&lt;{
    / algorithm / 1 : -7,  # ES256
    / vds       / 395 : 1, # RFC9162 SHA-256
  }&gt;&gt;,
  / unprotected / {
    / proofs / 396 : {
      / consistency / -2 : [
        &lt;&lt;[
          / old / 20, / new / 104,
          / consistency path /
          h'e5b3e764...c4a813bc',
          h'87e8a084...4f529f69',
          h'f712f76d...92a0ff36',
          h'd68af9d6...93b1632b',
          h'249efab6...b7614ccd',
          h'85dd6293...38914dc1'
        ]&gt;&gt;
      ],
    },
  },
  / payload     / null,
  / signature   / h'94469f73...52de67a1'
])
</sourcecode>
          </figure>
          <t>The VDS in the protected header is necessary to understand the consistency proof structure in the unprotected header.</t>
          <t>The signature and consistency proof are verified in order.</t>
          <t>First the verifier checks the signature on the COSE Sign1.
If the verification fails, the consistency proof is not checked.
Second the consistency proof is checked by applying a previous inclusion proof, to the consistency proof.
If the verification fails, the append only property of the verifiable data structure is not assured.
This approach is specific to RFC9162_SHA256, different verifiable data structures may not support consistency proofs.
It is recommended that implementations return a single boolean result for Receipt verification operations, to reduce the chance of accepting a valid signature over an invalid consistency proof.</t>
        </section>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The privacy considerations section of <xref target="RFC9162"/> and <xref target="RFC9053"/> apply to this document.</t>
      <section anchor="log-length">
        <name>Log Length</name>
        <t>Some structures and proofs leak the size of the log at the time of inclusion.
In the case that a log only stores certain kinds of information, this can reveal details that could impact reputation.
For example, if a transparency log only stored breach notices, a receipt for a breach notice would reveal the number of previous breaches at the time the notice was made transparent.</t>
      </section>
      <section anchor="header-parameters">
        <name>Header Parameters</name>
        <t>Additional header parameters can reveal information about the transparency service or its log entries.
The receipt producer <bcp14>MUST</bcp14> perform a privacy analysis for all mandatory fields in profiles based on this specification.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>See the security considerations section of:</t>
      <ul spacing="normal">
        <li>
          <xref target="RFC9162"/></li>
        <li>
          <xref target="RFC9053"/></li>
      </ul>
      <section anchor="choice-of-signature-algorithms">
        <name>Choice of Signature Algorithms</name>
        <t>A security analysis ought to be performed to ensure that the digital signature algorithm <tt>alg</tt> has the appropriate strength to secure receipts.</t>
        <t>It is recommended to select signature algorithms that share cryptographic components with the verifiable data structure used, for example:
Both RFC9162_SHA256 and ES256 depend on the sha-256 hash function.</t>
      </section>
      <section anchor="validity-period">
        <name>Validity Period</name>
        <t>In some cases, receipts <bcp14>MAY</bcp14> include strict validity periods, for example, activation not too far in the future, or expiration, not too far in the past.
See the <tt>iat</tt>, <tt>nbf</tt>, and <tt>exp</tt> claims in <xref target="RFC8392"/>, for one way to accomplish this.
The details of expressing validity periods are out of scope for this document.</t>
      </section>
      <section anchor="status-updates">
        <name>Status Updates</name>
        <t>In some cases, receipts should be "revocable" or "suspendible", after being issued, regardless of their validity period.
The details of expressing statuses are out of scope for this document.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="cose-header-parameter">
        <name>COSE Header Parameter</name>
        <t>IANA is requested to add the COSE header parameters defined in <xref target="param-list"/>, as listed in <xref target="iana-header-params"/>, to the "COSE Header Parameters" registry <xref target="IANA.cose_header-parameters"/> in the 'Integer values from 256 to 65535' range ('Specification Required' Registration Procedure).
The Value Registry for "vds" is the COSE Verifiable Data Structure registry.
The map labels in the "vdp" are assigned from the COSE Verifiable Data Structure Proofs registry.</t>
        <table anchor="iana-header-params">
          <name>Newly registered COSE Header Parameters</name>
          <thead>
            <tr>
              <th align="left">Name</th>
              <th align="left">Label</th>
              <th align="left">Value Type</th>
              <th align="left">Value Registry</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <tt>receipts</tt></td>
              <td align="left">TBD_0 (requested assignment: 394)</td>
              <td align="left">array</td>
              <td align="left">&nbsp;</td>
              <td align="left">Priority ordered sequence of CBOR encoded Receipts</td>
              <td align="left">RFCthis, <xref target="param-list"/></td>
            </tr>
            <tr>
              <td align="left">
                <tt>vds</tt></td>
              <td align="left">TBD_1 (requested assignment: 395)</td>
              <td align="left">int</td>
              <td align="left">COSE Verifiable Data Structure</td>
              <td align="left">Algorithm identifier for verifiable data structures, used to produce verifiable data structure proofs</td>
              <td align="left">RFCthis, <xref target="param-list"/></td>
            </tr>
            <tr>
              <td align="left">
                <tt>vdp</tt></td>
              <td align="left">TBD_2 (requested assignment: 396)</td>
              <td align="left">map</td>
              <td align="left">map key in COSE Verifiable Data Structure Proofs</td>
              <td align="left">Location for verifiable data structure proofs in COSE Header Parameters</td>
              <td align="left">RFCthis, <xref target="param-list"/></td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="verifiable-data-structure-registries">
        <name>Verifiable Data Structure Registries</name>
        <t>IANA established the COSE Verifiable Data Structure Algorithms and COSE Verifiable Data Structure Proofs registries under a Specification Required policy as described in <xref section="4.6" sectionFormat="of" target="RFC8126"/>.</t>
        <section anchor="expert-review">
          <name>Expert Review</name>
          <t>Expert reviewers should take into consideration the following points:</t>
          <ul spacing="normal">
            <li>Experts are advised to assign the next available positive integer for verifiable data structures.</li>
            <li>Point squatting should be discouraged.
Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered, and that the point is likely to be used in deployments.</li>
            <li>Specifications are required for all point assignments.
Early Allocation is permissible, see Section 2 of <xref target="RFC7120"/>.</li>
            <li>It is not permissible to assign points in COSE Verifiable Data Structure Algorithms, for which no corresponding COSE Verifiable Data Structure Proofs entry exists, and vice versa.</li>
            <li>The Change Controller for related registrations of structures and proofs should be the same.</li>
          </ul>
        </section>
        <section anchor="verifiable-data-structure-registry">
          <name>COSE Verifiable Data Structure Algorithms</name>
          <t>Registration Template:</t>
          <ul spacing="normal">
            <li>Name:
This is a descriptive name for the verifiable data structure that enables easier reference to the item.</li>
            <li>Value:
This is the value used to identify the verifiable data structure.</li>
            <li>Description:
This field contains a brief description of the verifiable data structure.</li>
            <li>Reference:
This contains a pointer to the public specification for the verifiable data structure.</li>
            <li>Change Controller:
For Standards Track RFCs, list the "IETF".  For others, give the name of the responsible party.  Other details (e.g., postal address, email address, home page URI) may also be included.</li>
          </ul>
          <t>Initial contents:</t>
          <table align="left" anchor="verifiable-data-structure-proofs-registry">
            <name>COSE Verifiable Data Structure Algorithms</name>
            <thead>
              <tr>
                <th align="left">Name</th>
                <th align="left">Value</th>
                <th align="left">Description</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">Reserved</td>
                <td align="left">0</td>
                <td align="left">Reserved</td>
                <td align="left">Reserved</td>
              </tr>
              <tr>
                <td align="left">RFC9162_SHA256</td>
                <td align="left">1</td>
                <td align="left">SHA256 Binary Merkle Tree</td>
                <td align="left">
                  <xref target="RFC9162"/></td>
              </tr>
            </tbody>
          </table>
          <t>Registration Template:</t>
          <ul spacing="normal">
            <li>Verifiable Data Structure:
This value used identifies the related verifiable data structure.</li>
            <li>Name:
This is a descriptive name for the proof type that enables easier reference to the item.</li>
            <li>Label:
This is the value used to identify the verifiable data structure proof type.</li>
            <li>CBOR Type:
This contains the CBOR type for the value portion of the label.</li>
            <li>Description:
This field contains a brief description of the proof type.</li>
            <li>Reference:
This contains a pointer to the public specification for the proof type.</li>
            <li>Change Controller:
For Standards Track RFCs, list the "IETF".  For others, give the name of the responsible party.  Other details (e.g., postal address, email address, home page URI) may also be included.</li>
          </ul>
          <t>Initial contents:</t>
          <table align="left" anchor="cose-verifiable-data-structure-proofs">
            <name>COSE Verifiable Data Structure Proofs</name>
            <thead>
              <tr>
                <th align="left">Verifiable Data Structure</th>
                <th align="left">Name</th>
                <th align="left">Label</th>
                <th align="left">CBOR Type</th>
                <th align="left">Description</th>
                <th align="left">Reference</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">1</td>
                <td align="left">inclusion proofs</td>
                <td align="left">-1</td>
                <td align="left">array (of bstr)</td>
                <td align="left">Proof of inclusion</td>
                <td align="left">RFCthis, <xref target="sec-rfc9162-sha256-inclusion-proof"/></td>
              </tr>
              <tr>
                <td align="left">1</td>
                <td align="left">consistency proofs</td>
                <td align="left">-2</td>
                <td align="left">array (of bstr)</td>
                <td align="left">Proof of append only property</td>
                <td align="left">RFCthis, <xref target="sec-rfc9162-sha256-consistency-proof"/></td>
              </tr>
            </tbody>
          </table>
        </section>
      </section>
    </section>
    <section anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>We would like to thank
Maik Riechert,
Jon Geater,
Michael B. Jones,
Mike Prorock,
Ilari Liusvaara,
Amaury Chamayou,
for their contributions (some of which substantial) to this draft and to the initial set of implementations.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="RFC8949">
          <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="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <seriesInfo name="DOI" value="10.17487/RFC9053"/>
            <seriesInfo name="RFC" value="9053"/>
            <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 a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</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="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="RFC9596">
          <front>
            <title>CBOR Object Signing and Encryption (COSE) "typ" (type) Header Parameter</title>
            <seriesInfo name="DOI" value="10.17487/RFC9596"/>
            <seriesInfo name="RFC" value="9596"/>
            <author fullname="M.B. Jones" initials="M.B." surname="Jones"/>
            <author fullname="O. Steele" initials="O." surname="Steele"/>
            <date month="June" year="2024"/>
            <abstract>
              <t>This specification adds the equivalent of the JSON Object Signing and Encryption (JOSE) "typ" (type) header parameter to CBOR Object Signing and Encryption (COSE). This enables the benefits of explicit typing (as defined in RFC 8725, "JSON Web Token Best Current Practices") to be brought to COSE objects. The syntax of the COSE type header parameter value is the same as the existing COSE content type header parameter.</t>
            </abstract>
          </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.cose_header-parameters" target="https://www.iana.org/assignments/cose">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7120">
          <front>
            <title>Early IANA Allocation of Standards Track Code Points</title>
            <seriesInfo name="DOI" value="10.17487/RFC7120"/>
            <seriesInfo name="RFC" value="7120"/>
            <seriesInfo name="BCP" value="100"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo describes the process for early allocation of code points by IANA from registries for which "Specification Required", "RFC Required", "IETF Review", or "Standards Action" policies apply. This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation. The procedures in this document are intended to apply only to IETF Stream documents.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9052">
          <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="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <seriesInfo name="DOI" value="10.17487/RFC8126"/>
            <seriesInfo name="RFC" value="8126"/>
            <seriesInfo name="BCP" value="26"/>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="BCP205">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <seriesInfo name="DOI" value="10.17487/RFC7942"/>
            <seriesInfo name="RFC" value="7942"/>
            <seriesInfo name="BCP" value="205"/>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a 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="I-D.draft-ietf-cbor-edn-literals">
          <front>
            <title>CBOR Extended Diagnostic Notation (EDN)</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-edn-literals-18"/>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="7" month="July" year="2025"/>
            <abstract>
              <t>   This document formalizes and consolidates the definition of the
   Extended Diagnostic Notation (EDN) of the Concise Binary Object
   Representation (CBOR), addressing implementer experience.

   Replacing EDN's previous informal descriptions, it updates RFC 8949,
   obsoleting its Section 8, and RFC 8610, obsoleting its Appendix G.

   It also specifies and uses registry-based extension points, using one
   to support text representations of epoch-based dates/times and of IP
   addresses and prefixes.


   // (This cref will be removed by the RFC editor:) The present -18
   // corrects a few omissions from -17; it is not intended to make
   // technical changes from -17.  It is intended for use as an input
   // document for the CBOR WG meeting at IETF 123.

              </t>
            </abstract>
          </front>
        </reference>
      </references>
    </references>
    <?line 684?>

<section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>Note to RFC Editor: Please remove this section as well as references to <xref target="BCP205"/> before AUTH48.</t>
      <t>This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in <xref target="BCP205"/>.
The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs.
Please note that the listing of any individual implementation here does not imply endorsement by the IETF.
Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors.
This is not intended as, and must not be construed to be, a catalog of available implementations or their features.
Readers are advised to note that other implementations may exist.</t>
      <t>According to <xref target="BCP205"/>, "this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.
It is up to the individual working groups to use this information as they see fit".</t>
      <section anchor="transmute-prototype">
        <name>Transmute Prototype</name>
        <t>An open-source implementation was initiated and is maintained by the Transmute Industries Inc. - Transmute.
An application demonstrating the concepts is available at <eref target="https://github.com/transmute-industries/cose?tab=readme-ov-file#transparent-statement">COSE SCITT Receipts</eref></t>
        <t>Implementation URL: https://github.com/transmute-industries/cose
Maturity: The code's level of maturity is considered to be "prototype".
Coverage and Version Compatibility: The current version ('main') implements the verifiable data structure algorithm, inclusion proof and consistency proof concepts of this draft.
License: The project and all corresponding code and data maintained on GitHub are provided under the Apache License, version 2.
Contact: Orie Steele (orie@transmute.industries)</t>
      </section>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <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>
      <contact initials="S." surname="Lasker" fullname="Steve Lasker">
        <organization/>
        <address>
          <email>stevenlasker@hotmail.com</email>
        </address>
      </contact>
      <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>
      <contact initials="M." surname="Wiseman" fullname="Monty Wiseman">
        <organization/>
        <address>
          <postal>
            <country>USA</country>
          </postal>
          <email>mwiseman32@acm.org</email>
        </address>
      </contact>
      <contact initials="R." surname="Williams" fullname="Roy Williams">
        <organization/>
        <address>
          <postal>
            <country>USA</country>
          </postal>
          <email>roywill@msn.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
