<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.17 (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-wallace-rats-concise-ta-stores-01" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.0 -->
  <front>
    <title abbrev="CoTS">Concise TA Stores (CoTS)</title>
    <seriesInfo name="Internet-Draft" value="draft-wallace-rats-concise-ta-stores-01"/>
    <author initials="C." surname="Wallace" fullname="Carl Wallace">
      <organization abbrev="Red Hound">Red Hound Software</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>carl@redhoundsoftware.com</email>
      </address>
    </author>
    <author initials="R." surname="Housley" fullname="Russ Housley">
      <organization abbrev="Vigil Security">Vigil Security, LLC</organization>
      <address>
        <postal>
          <street>516 Dranesville Road</street>
          <city>Herndon</city>
          <region>VA</region>
          <code>20170</code>
          <country>USA</country>
        </postal>
        <email>housley@vigilsec.com</email>
      </address>
    </author>
    <author initials="T." surname="Fossati" fullname="Thomas Fossati">
      <organization>arm</organization>
      <address>
        <email>Thomas.Fossati@arm.com</email>
      </address>
    </author>
    <author initials="Y." surname="Deshpande" fullname="Yogesh Deshpande">
      <organization>arm</organization>
      <address>
        <email>yogesh.deshpande@arm.com</email>
      </address>
    </author>
    <date year="2022" month="October" day="10"/>
    <area>Security</area>
    <workgroup>Remote ATtestation ProcedureS</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Trust anchor (TA) stores may be used for several purposes in the Remote Attestation Procedures (RATS) architecture including verifying endorsements, reference values, digital letters of approval, attestations, or public key certificates. This document describes a Concise Reference Integrity Manifest (CoRIM) extension that may be used to convey optionally constrained trust anchor stores containing optionally constrained trust anchors in support of these purposes.</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-wallace-rats-concise-ta-stores/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        rats Working Group mailing list (<eref target="mailto:rats@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/rats/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/rats/"/>.
      </t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The RATS architecture <xref target="I-D.draft-ietf-rats-architecture"/> uses the definition of a trust anchor from <xref target="RFC6024"/>: "A trust anchor represents an authoritative entity via a public key and associated data.  The public key is used to verify digital signatures, and the associated data is used to constrain the types of information for which the trust anchor is authoritative." In the context of RATS, a trust anchor may be a public key or a symmetric key. This document focuses on trust anchors that are represented as public keys.</t>
      <t>The Concise Reference Integrity Manifest (CoRIM) <xref target="I-D.draft-birkholz-rats-corim"/> specification defines a binary encoding for reference values using the Concise Binary Object Representation (CBOR) <xref target="RFC8949"/>. Amongst other information, a CoRIM may include key material for use in verifying evidence from an attesting environment (see section 3.11 in <xref target="I-D.draft-birkholz-rats-corim"/>). The extension in this document aims to enable public key material to be decoupled from reference data for several reasons, described below.</t>
      <t>Trust anchor (TA) and certification authority (CA) public keys may be less dynamic than the reference data that comprises much of a reference integrity manifest (RIM). For example, TA and CA lifetimes are typically fairly long while software versions change frequently. Conveying keys less frequently and indepedent from reference data enables a reduction in size of RIMs used to convey dynamic information and may result in a reduction in the size of aggregated data transferred to a verifier.  CoRIMs themselves are signed and some means of conveying CoRIM verification keys is required, though ultimately some out-of-band mechanism is required at least for bootstrapping purposes. Relying parties may verify attestations from both hardware and software sources and some trust anchors may be used to verify attestations from both hardware and software sources, as well. The verification information included in a CoRIM optionally includes a trust anchor, leaving trust anchor management to other mechanisms. Additionally, the CoRIM verification-map structure is tied to CoMIDs, leaving no simple means to convey verification information for CoSWIDs <xref target="I-D.draft-ietf-sacm-coswid"/>.</t>
      <t>This document defines means to decouple TAs and CAs from reference data and adds support for constraining the use of trust anchors, chiefly by limiting the environments to which a set of trust anchors is applicable. This constraints mechanism is similar to that in <xref target="fido-metadata"/> and <xref target="fido-service"/> and should align with existing attestation verification practices that tend to use per-vendor trust anchors. TA store instances may be further constrained using coarse-grained purpose values or a set of finer-grained permitted or excluded claims. The trust anchor formats supported by this draft allow for per-trust anchor constraints, if desired. Conveyance of trust anchors is the primary goal, CA certificates may optionally be included for convenience.</t>
      <section anchor="constraints">
        <name>Constraints</name>
        <t>This document aims to support different PKI architectures including scenarios with various combinations of the following characteristics:</t>
        <ul spacing="normal">
          <li>TA stores that contain a TA or set of TAs from a single organization</li>
          <li>TA stores that contain a set of TAs from multiple organizations</li>
          <li>TAs that issue certificates to CAs within the same organiation as the TA</li>
          <li>TAs that issue certificates to CAs from multiple organizations</li>
          <li>CAs that issue certificates that may be used to verify attestations or certificates from the same organization as the TA and CA</li>
          <li>CAs that issue certificates that may be used to verify attestations or certificates from multiple organizations</li>
        </ul>
        <t>Subsequent specifications may define extensions to express constraints as well as processing rules for evaluating constraints expressed in TA stores, TAs, CA certificates and end entity (EE) certificates. Support for constraints is intended to enable misissued certificates to be rejected at verification time. Any public key that can be used to verify a certificate is assumed to also support verification of revocation information, subject to applicable constraints defined by the revocation mechanism.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
    </section>
    <section anchor="trust-anchor-management-for-rats">
      <name>Trust anchor management for RATS</name>
      <t>Within RATS, trust anchors may be used to verify digital signatures for a variety of objects, including entity attestation tokens (EATs), CoRIMs, X.509 CA certificates (possibly containing endorsement information), X.509 EE certificates (possibly containing endorsement or attestation information), other attestation data, digital letters of approval <xref target="dloa"/>, revocation information, etc. Depending on context, a raw public key may suffice or additional information may be required, such as subject name or subject public key identifier information found in an X.509 certificate. Trust anchors are usually aggregated into sets that are referred to as "trust anchor stores". Different trust anchor stores may serve different functional purposes.</t>
      <t>Historically, trust anchors and trust anchor stores are not constrained other than by the context(s) in which a trust anchor store is used. The path validation algorithm in <xref target="RFC5280"/> only lists name, public key, public key algorithm and public key parameters as the elements of "trust anchor information". However, there are environments that do constrain trust anchor usage. The RPKI uses extensions from trust anchor certificates as defined in <xref target="RFC3779"/>. FIDO provides a type of constraint by grouping attestation verification root certificates by authenticator model in <xref target="fido-metadata"/>.</t>
      <t>This document aims to support each of these types of models by allowing constrained or unconstrained trust anchors to be grouped by abstract purpose, i.e., similar to traditional trust anchor stores, or grouped by a set of constraints, such as vendor name.</t>
      <section anchor="ta-and-ca-conveyance">
        <name>TA and CA conveyance</name>
        <t>An unsigned concise TA stores object is a list of one or more TA stores, each represented below as a concise-ta-store-map element.</t>
        <artwork><![CDATA[
concise-ta-stores
  concise-ta-store-map #1
  ...
  concise-ta-store-map #n
]]></artwork>
        <t>Each TA store instance identifies a target environment and features one or more public keys. Optional constraints on usage may be defined as well.</t>
        <artwork><![CDATA[
concise-ta-store-map
  language
  store-identity
  target environment
  abstract coarse-grained constraints on TA store usage
  concrete fine-grained constraints on TA store usage
  public keys (possibly included per-instance constraints)
]]></artwork>
        <t>The following sections define the structures to support the concepts shown above.</t>
        <section anchor="the-concise-ta-stores-container">
          <name>The concise-ta-stores Container</name>
          <t>The concise-ta-stores type is the root element for distrbuting sets of trust anchor stores. It contains one or more concise-ta-store-map elements where each element in the list identifies the environments for which a given set of trust anchors is applicable, along with any constraints.</t>
          <artwork><![CDATA[
concise-ta-stores = [+ concise-ta-store]
]]></artwork>
          <t>The $concise-tag-type-choice <xref target="I-D.draft-birkholz-rats-corim"/> is extended to include the concise-ta-stores structure. As shown in Section 4 of <xref target="I-D.draft-birkholz-rats-corim"/>, the $concise-tag-type-choice type is used within the unsigned-corim-map structure, which is used within COSE-Sign1-corim structure. The COSE-Sign1-corim provides for integrity of the CoTS data. CoTS structures are not intended for use as stand-alone, unsigned structures. The signature on a CoTS instance <bcp14>SHOULD</bcp14> be verified using a TA associated with the cots <xref target="the-tas-list-purpose-type">purpose</xref>.</t>
          <artwork><![CDATA[
$concise-tag-type-choice /= #6.TBD(bytes .cbor concise-ta-stores)
]]></artwork>
        </section>
        <section anchor="the-concise-ta-store-map-container">
          <name>The concise-ta-store-map Container</name>
          <t>A concise-ta-store-map is a trust anchor store where the applicability of the store is established by the tastore.environment field with optional constraints on use of trust anchors found in the tastore.keys field defined by the tastore.purpose, tastore.perm_claims and tastore.excl_claims fields.</t>
          <artwork><![CDATA[
concise-ta-store-map = {
 ? tastore.language => language-type
 ? tastore.store-identity => tag-identity-map
 tastore.environments => environment-group-list
 ? tastore.purposes => [+ $$tas-list-purpose]
 ? tastore.perm_claims => [+ $$claims-set-claims]
 ? tastore.excl_claims => [+ $$claims-set-claims]
 tastore.keys => cas-and-tas-map
}

; concise-ta-store-map indices
tastore.language = 0
tastore.store-identity = 1
tastore.environment = 2
tastore.purpose = 3
tastore.perm_claims = 4
tastore.excl_claims = 5
tastore.keys = 6
]]></artwork>
          <t>The following describes each member of the concise-ta-store-map.</t>
          <dl>
            <dt>tastore.language:</dt>
            <dd>
              <t>A textual language tag that conforms with the IANA Language Subtag Registry <xref target="IANA.language-subtag-registry"/>.</t>
            </dd>
            <dt>tastore.store-identity:</dt>
            <dd>
              <t>A composite identifier containing identifying attributes that enable global unique identification of a TA store instance across versions and facilitate linking from other artifacts. The tag-identity-map type is defined in <xref target="I-D.draft-birkholz-rats-corim"/>.</t>
            </dd>
            <dt>tastore.environment:</dt>
            <dd>
              <t>A list of environment definitions that limit the contexts for which the tastore.keys list is applicable. If the tastore.environment is empty, TAs in the tastore.keys list may be used for any environment.</t>
            </dd>
            <dt>tastore.purpose:</dt>
            <dd>
              <t>Contains a list of <xref target="the-tas-list-purpose-type">purposes</xref> for which the tastore.keys list may be used. When absent, TAs in the tastore.keys list may be used for any purpose. This field is simliar to the extendedKeyUsage extension defined in <xref target="RFC5280"/>. The initial list of purposes are: cots, corim, comid, coswid, eat, key-attestation, certificate</t>
            </dd>
            <dt>tastore.perm_claims:</dt>
            <dd>
              <t>Contains a list of <xref target="claims">claim values</xref> <xref target="I-D.draft-ietf-rats-eat"/> for which tastore.keys list <bcp14>MAY</bcp14> be used to verify. When this field is absent, TAs in the tastore.keys list <bcp14>MAY</bcp14> be used to verify any claim subject to other restrictions.</t>
            </dd>
            <dt>tastore.excl_claims:</dt>
            <dd>
              <t>Contains a list of <xref target="claims">claim values</xref> <xref target="I-D.draft-ietf-rats-eat"/> for which tastore.keys list <bcp14>MUST NOT</bcp14> be used to verify. When this field is absent, TAs in the tastore.keys list may be used to verify any claim subject to other restrictions.</t>
            </dd>
            <dt>tastore.keys:</dt>
            <dd>
              <t>Contains a list of one or more TAs and an optional list of one or more CA certificates.</t>
            </dd>
          </dl>
          <t>The perm_claims and excl_claims constraints <bcp14>MAY</bcp14> alternatively be expressed as extensions in a TA or CA. Inclusion of support here is intended as an aid for environments that find CBOR encoding support more readily available than DER encoding support.</t>
        </section>
        <section anchor="the-cas-and-tas-map-container">
          <name>The cas-and-tas-map Container</name>
          <t>The cas-and-tas-map container provides the means of representing trust anchors and, optionally, CA certificates.</t>
          <artwork><![CDATA[
trust-anchor = [
  format => $pkix-ta-type
  data => bstr
]

cas-and-tas-map = {
 tastore.tas => [ + trust-anchor ]
 ? tastore.cas => [ + pkix-cert-data ]
}

; cas-and-tas-map indices
tastore.tas = 0
tastore.cas = 1

; format values
$pkix-ta-type /= tastore.pkix-cert-type
$pkix-ta-type /= tastore.pkix-tainfo-type
$pkix-ta-type /= tastore.pkix-spki-type

tastore.pkix-cert-type = 0
tastore.pkix-tainfo-type = 1
tastore.pkix-spki-type = 2

; certificate type
pkix-cert-data = bstr
]]></artwork>
          <t>The tastore.tas element is used to convey one or more trust anchors and an optional set of one or more CA certificates. TAs are implicitly trusted, i.e., no verification is required prior to use. However, limitations on the use of the TA may be asserted in the corresponding concise-ta-store-map or within the TA itself. The tastore.cas field provides certificates that may be useful in the context where the corresponding concise-ta-store-map is used. These certificates are not implicitly trusted and <bcp14>MUST</bcp14> be validated to a trust anchor before use. End entity certificates <bcp14>SHOULD NOT</bcp14> appear in the tastore.cas list.</t>
          <t>The structure of the data contained in the data field of a trust-anchor is indicated by the format field. The pkix-cert-type is used to represent a binary, DER-encoded X.509 Certificate as defined in section 4.1 of <xref target="RFC5280"/>. The pkix-key-type is used to represent a binary, DER-encoded SubjectPublicKeyInfo as defined in section 4.1 of <xref target="RFC5280"/>. The pkix-tainfo-type is used to represent a binary, DER-encoded TrustAnchorInfo as defined in section 2 of <xref target="RFC5914"/>.</t>
          <t>The $pkix-ta-type provides an extensible means for representing trust anchor information. It is defined here as supporting the pkix-cert-type, pkix-spki-type or pkix-tainfo-type. The pkix-spki-type may be used where only a raw pubilc key is necessary. The pkix-cert-type may be used for most purposes, including scenarios where a raw public key is sufficient and those where additional information from a certificate is required. The pkix-tainfo-type is included to support scenarios where constraints information is directly associated with a public key or certificate (vs. constraints for a TA set as provided by tastore.purpose, tastore.perm_claims and tastore.excl_claims).</t>
          <t>The pkix-cert-data type is used to represent a binary, DER-encoded X.509 Certificate.</t>
        </section>
      </section>
      <section anchor="environment-definition">
        <name>Environment definition</name>
        <section anchor="the-environment-group-list-array">
          <name>The environment-group-list Array</name>
          <t>In CoRIM, "composite devices or systems are represented by a collection of Concise Module Identifiers (CoMID) and Concise Software Identifiers (CoSWID)". For trust anchor management purposes, targeting specific devices or systems may be too granular. For example, a trust anchor or set of trust anchors may apply to multiple device models or versions. The environment-map definition as used in a CoRIM is tightly bound to a CoMID. To allow for distribution of key material applicable to a specific or range of devices or software, the envrionment-group-list and environment-group-map are defined as below. These aim to enable use of coarse-grained naturally occurring values, like vendor, make, model, etc. to determine if a set of trust anchors is applicable to an environment.</t>
          <artwork><![CDATA[
environment-group-list = [* environment-group-list-map]

environment-group-list-map = {
  ? tastore.environment_map => environment-map,
  ? tastore.concise_swid_tag => abbreviated-swid-tag,
  ? tastore.named_ta_store => named-ta-store,
}

; environment-group-list-map indices
tastore.environment_map = 0
tastore.abbreviated_swid_tag = 1
tastore.named_ta_store = 2

]]></artwork>
          <t>An environment-group-list is a list of one or more environment-group-list-map elements that are used to determine if a given context is applicable. An empty list signifies all contexts <bcp14>SHOULD</bcp14> be considered as applicable.</t>
          <t>An environment-group-list-map is one of environment-map<xref target="I-D.draft-birkholz-rats-corim"/>, <xref target="the-abbreviated-swid-tag-map-container">abbreviated-swid-tag-map</xref> or <xref target="the-named-ta-store-type">named-ta-store</xref>.</t>
          <t>As defined in <xref target="I-D.draft-birkholz-rats-corim"/>, an envirionment-map may contain class-map, $instance-id-type-choice, $group-id-type-choice.</t>
          <t>QUESTION: Should the above dispense with environment_map and concise_swid_tag and use or define some identity-focused structure with information common to both (possibly class-map from <xref target="I-D.draft-birkholz-rats-corim"/>)? If not, should a more complete CoMID representation be used (instead of environment_map)?</t>
        </section>
        <section anchor="the-abbreviated-swid-tag-map-container">
          <name>The abbreviated-swid-tag-map Container</name>
          <t>The abbreviated-swid-tag-map allows for expression of fields from a concise-swid-tag <xref target="I-D.draft-ietf-sacm-coswid"/> with all fields except entity designated as optional, compared to the concise-swid-tag definition that requires tag-id, tag-version and software-name to be present.</t>
          <artwork><![CDATA[
abbreviated-swid-tag-map = {
  ? tag-id => text / bstr .size 16,
  ? tag-version => integer,
  ? corpus => bool,
  ? patch => bool,
  ? supplemental => bool,
  ? software-name => text,
  ? software-version => text,
  ? version-scheme => $version-scheme,
  ? media => text,
  ? software-meta => one-or-more<software-meta-entry>,
  entity => one-or-more<entity-entry>,
  ? link => one-or-more<link-entry>,
  ? payload-or-evidence,
  * $$coswid-extension,
  global-attributes,
}
]]></artwork>
        </section>
        <section anchor="the-named-ta-store-type">
          <name>The named-ta-store Type</name>
          <t>This specification allows for defining sets of trust anchors that are associated with an arbitrary name instead of relative to information typically expressed in a CoMID or CoSWID. Relying parties <bcp14>MUST</bcp14> be configured using the named-ta-store value to select a corresponding concise-ta-store-map for use.</t>
          <artwork><![CDATA[
named-ta-store = tstr
]]></artwork>
        </section>
      </section>
      <section anchor="constraints-definition">
        <name>Constraints definition</name>
        <section anchor="the-tas-list-purpose-type">
          <name>The $$tas-list-purpose Type</name>
          <t>The $$tas-list-purpose type provides an extensible means of expressions actions for which the corresponding keys are applicable. For example, trust anchors in a concise-ta-store-map with purpose field set to eat may not be used to verify certification paths. Extended key usage values corresponding to each purpose listed below (except for certificate) are defined in a companion specification.</t>
          <artwork><![CDATA[
$$tas-list-purpose /= "cots"
$$tas-list-purpose /= "corim"
$$tas-list-purpose /= "coswid"
$$tas-list-purpose /= "eat"
$$tas-list-purpose /= "key-attestation"
$$tas-list-purpose /= "certificate"
$$tas-list-purpose /= "dloa"
]]></artwork>
          <t>TODO - define verification targets for each purpose.
QUESTION - should this have a registry?</t>
        </section>
        <section anchor="claims">
          <name>Claims</name>
          <t>A concise-ta-store-map may include lists of permitted and/or excluded claims <xref target="I-D.draft-ietf-rats-eat"/> that limit the applicability of trust anchors present in a cas-and-tas-map. A subsequent specification will define processing rules for evaluating constraints expressed in TA stores, TAs, CA certificates and end entity certificates.</t>
        </section>
      </section>
      <section anchor="processing-a-concise-ta-stores-rim">
        <name>Processing a concise-ta-stores RIM</name>
        <t>When verifying a signature using a public key that chains back to a concise-ta-stores instance, elements in the concise-ta-stores array are processed beginning with the first element and proceeding until either a matching set is found that serves the desired purpose or no more elements are available. Each element is evaluated relative to the context, i.e., environment, purpose, artifact contents, etc.</t>
        <t>For example, when verifying a CoRIM, each element in a triples-group <bcp14>MUST</bcp14> have an environment value that matches an environment-group-list-map element associated with the concise-ta-store-map containing the trust anchor used to verify the CoMID. Similarly, when verifying a CoSWID, the values in a abbreviated-swid-tag element from the concise-ta-store-map <bcp14>MUST</bcp14> match the CoSWID tag being verified. When verifying a certificate with DICE attestation extension, the information in each DiceTcbInfo element <bcp14>MUST</bcp14> be consistent with an environment-group-list-map associated with the concise-ta-store-map.</t>
      </section>
      <section anchor="verifying-a-concise-ta-stores-rim">
        <name>Verifying a concise-ta-stores RIM</name>
        <t><xref target="I-D.draft-birkholz-rats-corim"/> defers verification rules to <xref target="RFC8152"/> and this document follows suit with the additional recommendation that the public key used to verify the RIM <bcp14>SHOULD</bcp14> be present in or chain to a public key present in a concise-ta-store-map with purpose set to cots.</t>
      </section>
    </section>
    <section anchor="cddl-definitions">
      <name>CDDL definitions</name>
      <t>The CDDL definitions present in this document are provided below. Definitions from <xref target="I-D.draft-birkholz-rats-corim"/>  are not repeated here.</t>
      <artwork><![CDATA[
concise-ta-stores = [+ concise-ta-store-map]
$concise-tag-type-choice /= #6.TBD(bytes .cbor concise-ta-stores)

concise-ta-store-map = {
 ? tastore.language => language-type
 ? tastore.store-identity => tag-identity-map
 tastore.environments => environment-group-list
 ? tastore.purposes => [+ $$tas-list-purpose]
 ? tastore.perm_claims => [+ $$claims-set-claims]
 ? tastore.excl_claims => [+ $$claims-set-claims]
 tastore.keys => cas-and-tas-map
}

; concise-ta-store-map indices
tastore.language = 0
tastore.store-identity = 1
tastore.environment = 2
tastore.purpose = 3
tastore.perm_claims = 4
tastore.excl_claims = 5
tastore.keys = 6

trust-anchor = [
  format => $pkix-ta-type
  data => bstr
]

cas-and-tas-map = {
 tastore.tas => [ + trust-anchor ]
 ? tastore.cas => [ + pkix-cert-type ]
}

; cas-and-tas-map indices
tastore.tas = 0
tastore.cas = 1

; format values
$pkix-ta-type /= tastore.pkix-cert-type
$pkix-ta-type /= tastore.pkix-tainfo-type
$pkix-ta-type /= tastore.pkix-spki-type

tastore.pkix-cert-type = 0
tastore.pkix-tainfo-type = 1
tastore.pkix-spki-type = 2

; certificate type
pkix-cert-data = bstr

environment-group-list = [* environment-group-list-map]

environment-group-list-map = {
  ? environment-map => environment-map,
  ? concise-swid-tag => abbreviated-swid-tag,
  ? named-ta-store => named-ta-store,
}

abbreviated-swid-tag = {
  ? tag-version => integer,
  ? corpus => bool,
  ? patch => bool,
  ? supplemental => bool,
  ? software-name => text,
  ? software-version => text,
  ? version-scheme => $version-scheme,
  ? media => text,
  ? software-meta => one-or-more<software-meta-entry>,
  ? entity => one-or-more<entity-entry>,
  ? link => one-or-more<link-entry>,
  ? payload-or-evidence,
  * $$coswid-extension,
  global-attributes,
}

named-ta-store = tstr

$tas-list-purpose /= "cots"
$tas-list-purpose /= "corim"
$tas-list-purpose /= "comid"
$tas-list-purpose /= "coswid"
$tas-list-purpose /= "eat"
$tas-list-purpose /= "key-attestation"
$tas-list-purpose /= "certificate"
$tas-list-purpose /= "dloa"
]]></artwork>
    </section>
    <section anchor="examples">
      <name>Examples</name>
      <t>The following examples are isolated concise-ta-store-map instances shown as JSON for ease of reading. The final example is an ASCII hex representation of a CBOR-encoded concise-ta-stores instance containing each example below (and using a placeholder value for the concise-ta-stores tag).</t>
      <t>The TA store below contains a TA from a single organization ("Zesty Hands, Inc,") that is used to verify CoRIMs for that organization. Because this TA does not verify certificates, a bare public key is appropriate. It features a tag identity field containing a UUID for the tag identity and a version indication.</t>
      <artwork><![CDATA[
{
  "tag-identity": {
    "id": "ab0f44b1-bfdc-4604-ab4a-30f80407ebcc",
    "version": 5
  },
  "environments": [
    {
      "environment": {
        "class": {
          "vendor": "Worthless Sea, Inc."
        }
      }
    }
  ],
  "keys": {
    "tas": [
      {
        "format": 2,
        "data":
"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAErYoMAdqe2gJT3CvCcifZxyE9+
N8T6Jy5zbeo5LYtnOipmi1wXA9/gNtlwAbRCRQitH/GEcvUaGlzPZxIOITV/g=="
      }
    ]
  }
}
]]></artwork>
      <t>The TA store below features three TAs from different organizations grouped as a TA store with the name "Miscellaneous TA Store". The first TA is an X.509 certificate. The second and third TAs are TrustAnchorInfo objects containing X.509 certificates. Though not shown in this example, constraints could be added to the TrustAnchorInfo elements, i.e., to restrict verification to attestations asserting a specific vendor name. It features a tag identity field containing a string as the tag identity with no version field present.</t>
      <artwork><![CDATA[
{
  "tag-identity": {
    "id": "some_tag_identity"
  },
  "environments": [
    {
      "namedtastore": "Miscellaneous TA Store"
    }
  ],
  "keys": {
    "tas": [
      {
        "format": 0,
        "data":
        "
MIIBvTCCAWSgAwIBAgIVANCdkL89UlzHc9Ui7XfVniK7pFuIMAoGCCqGSM49BAMCMD4
xCzAJBgNVBAYMAlVTMRAwDgYDVQQKDAdFeGFtcGxlMR0wGwYDVQQDDBRFeGFtcGxlIF
RydXN0IEFuY2hvcjAeFw0yMjA1MTkxNTEzMDdaFw0zMjA1MTYxNTEzMDdaMD4xCzAJB
gNVBAYMAlVTMRAwDgYDVQQKDAdFeGFtcGxlMR0wGwYDVQQDDBRFeGFtcGxlIFRydXN0
IEFuY2hvcjBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABONRqhA5JAekvQN8oLwRVND
nAfBnTznLLE+SEGks677sHSeXfcVhZXUeDiN7/fsVNumaiEWRQpZh3zXPwL8rUMyjPz
A9MB0GA1UdDgQWBBQBXEXJrLBGKnFd1xCgeMAVSfEBPzALBgNVHQ8EBAMCAoQwDwYDV
R0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAgNHADBEAiALBidABsfpzG0lTL9Eh9b6AUbq
nzF+koEZbgvppvvt9QIgVoE+bhEN0j6wSPzePjLrEdD+PEgyjHJ5rbA11SPq/1M="
      },
      {
        "format": 1,
        "data":
        "
ooICtjCCArIwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASXz21w12owQAx58euratY
WiHEkhxDU9MEgetrvAtGYZxNnkfLCsp9vLcw8ISXC8tL97k9ZCUtnr0MzLw37XKRABB
T22tHlEou/DenpU0Ozccb3/+fibjCCAj0wUjELMAkGA1UEBgwCVVMxGjAYBgNVBAoME
Vplc3R5IEhhbmRzLCBJbmMuMScwJQYDVQQDDB5aZXN0eSBIYW5kcywgSW5jLiBUcnVz
dCBBbmNob3KgggHlMIIBi6ADAgECAhQL3EqgUXlQPljyddVSRnNHvK1MzAKBggqhkjO
PQQDAjBSMQswCQYDVQQGDAJVUzEaMBgGA1UECgwRWmVzdHkgSGFuZHMsIEluYy4xJzA
lBgNVBAMMHlplc3R5IEhhbmRzLCBJbmMuIFRydXN0IEFuY2hvcjAeFw0yMjA1MTkxNT
EzMDdaFw0zMjA1MTYxNTEzMDdaMFIxCzAJBgNVBAYMAlVTMRowGAYDVQQKDBFaZXN0e
SBIYW5kcywgSW5jLjEnMCUGA1UEAwweWmVzdHkgSGFuZHMsIEluYy4gVHJ1c3QgQW5j
aG9yMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEl89tcNdqMEAMefHrq2rWFohxJIc
Q1PTBIHra7wLRmGcTZ5HywrKfby3MPCElwvLS/e5PWQlLZ69DMy8N+1ykQKM/MD0wHQ
YDVR0OBBYEFPba0eUSi78N6elTQ7Nxxvf/5+JuMAsGA1UdDwQEAwIChDAPBgNVHRMBA
f8EBTADAQH/MAoGCCqGSM49BAMCA0gAMEUCIB2li+f6RCxs2EnvNWciSpIDwiUViWay
Gv1A8xks80eYAiEAmCez4KGrolFKOZT6bvqf1sYQuJBfvtk/y1JQdUvoqlg="
      },
      {
        "format": 1,
        "data":
        "
ooIC1TCCAtEwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATN0f5kzywEzZOYbaV23O3
N8cku39JoLNjlHPwECbXDDWp0LpAO1z248/hoy6UW/TZMTPPR/93XwHsG16mSFy8XBB
SKhM/5gJWjvDbW7qUY1peNm9cfYDCCAlwwXDELMAkGA1UEBgwCVVMxHzAdBgNVBAoMF
lNub2JiaXNoIEFwcGFyZWwsIEluYy4xLDAqBgNVBAMMI1Nub2JiaXNoIEFwcGFyZWws
IEluYy4gVHJ1c3QgQW5jaG9yoIIB+jCCAZ+gAwIBAgIUEBuTRGXAEEVEHhu4xafAnqm
+qYgwCgYIKoZIzj0EAwIwXDELMAkGA1UEBgwCVVMxHzAdBgNVBAoMFlNub2JiaXNoIE
FwcGFyZWwsIEluYy4xLDAqBgNVBAMMI1Nub2JiaXNoIEFwcGFyZWwsIEluYy4gVHJ1c
3QgQW5jaG9yMB4XDTIyMDUxOTE1MTMwOFoXDTMyMDUxNjE1MTMwOFowXDELMAkGA1UE
BgwCVVMxHzAdBgNVBAoMFlNub2JiaXNoIEFwcGFyZWwsIEluYy4xLDAqBgNVBAMMI1N
ub2JiaXNoIEFwcGFyZWwsIEluYy4gVHJ1c3QgQW5jaG9yMFkwEwYHKoZIzj0CAQYIKo
ZIzj0DAQcDQgAEzdH+ZM8sBM2TmG2ldtztzfHJLt/SaCzY5Rz8BAm1ww1qdC6QDtc9u
PP4aMulFv02TEzz0f/d18B7BtepkhcvF6M/MD0wHQYDVR0OBBYEFIqEz/mAlaO8Ntbu
pRjWl42b1x9gMAsGA1UdDwQEAwIChDAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49BAM
CA0kAMEYCIQC2cf43f3PPlCO6/dxv40ftIgxxToKHF72UzENv7+y4ygIhAIGtC/r6SG
aFMaP7zD2EloBuIXTtyWu8Hwl+YGdXRY93"
      }
    ]
  }
}
]]></artwork>
      <t>The TA Store below features one TA with an environment targeting CoSWIDs with entity named "Zesty Hands, Inc," and one permitted EAT claim for software named "Bitter Paper".</t>
      <artwork><![CDATA[
{
  "environments": [
    {
      "swidtag": {
        "entity": [
          {
            "entity-name": "Zesty Hands, Inc.",
            "role": "softwareCreator"
          }
        ]
      }
    }
  ],
  "permclaims": [
    {
      "swname": "Bitter Paper"
    }
  ],
  "keys": {
    "tas": [
      {
        "format": 0,
        "data":
        "
MIIB5TCCAYugAwIBAgIUC9xKoFF5UD5Y8nXVUkZzR7yvtTMwCgYIKoZIzj0EAwI
wUjELMAkGA1UEBgwCVVMxGjAYBgNVBAoMEVplc3R5IEhhbmRzLCBJbmMuMScwJQ
YDVQQDDB5aZXN0eSBIYW5kcywgSW5jLiBUcnVzdCBBbmNob3IwHhcNMjIwNTE5M
TUxMzA3WhcNMzIwNTE2MTUxMzA3WjBSMQswCQYDVQQGDAJVUzEaMBgGA1UECgwR
WmVzdHkgSGFuZHMsIEluYy4xJzAlBgNVBAMMHlplc3R5IEhhbmRzLCBJbmMuIFR
ydXN0IEFuY2hvcjBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJfPbXDXajBADH
nx66tq1haIcSSHENT0wSB62u8C0ZhnE2eR8sKyn28tzDwhJcLy0v3uT1kJS2evQ
zMvDftcpECjPzA9MB0GA1UdDgQWBBT22tHlEou/DenpU0Ozccb3/+fibjALBgNV
HQ8EBAMCAoQwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAgNIADBFAiAdpYv
n+kQsbNhJ7zVnIkqSA8IlFYlmshr9QPMZLPNHmAIhAJgns+Chq6JRSjmU+m76n9
bGELiQX77ZP8tSUHVL6KpY"
      }
    ]
  }
}
]]></artwork>
      <t>The dump below shows the COSE-Sign1-corim contents from the ASCII hex above. A full base64-encoded version of this example is given in Appendix A.</t>
      <artwork><![CDATA[
18([h'
A3012603746170706C69636174696F6E2F72696D2B63626F72085841A200A20
07441434D45204C7464207369676E696E67206B657901D8207468747470733A
2F2F61636D652E6578616D706C6501A200C11A61CE480001C11A69546780',
{},
h'
A30050EBA916FB1E3E42679214E07E1A9BF9130181590A56D901FB83A301A20
050FB51FAC913C546C39390DC306B167F5A01050281A101A100A10173576F72
74686C657373205365612C20496E632E06A100818202585B3059301306072A8
648CE3D020106082A8648CE3D03010703420004AD8A0C01DA9EDA0253DC2BC2
7227D9C7213DF8DF13E89CB9CDB7A8E4B62D9CE8A99A2D705C0F7F80DB65C00
6D1091422B47FC611CBD46869733D9C483884D5FEA301A10071736F6D655F74
61675F6964656E746974790281A103764D697363656C6C616E656F757320544
12053746F726506A1008382005901C1308201BD30820164A003020102021500
D09D90BF3D525CC773D522ED77D59E22BBA45B88300A06082A8648CE3D04030
2303E310B300906035504060C0255533110300E060355040A0C074578616D70
6C65311D301B06035504030C144578616D706C6520547275737420416E63686
F72301E170D3232303531393135313330375A170D3332303531363135313330
375A303E310B300906035504060C0255533110300E060355040A0C074578616
D706C65311D301B06035504030C144578616D706C6520547275737420416E63
686F723059301306072A8648CE3D020106082A8648CE3D03010703420004E35
1AA10392407A4BD037CA0BC1154D0E701F0674F39CB2C4F9210692CEBBEEC1D
27977DC56165751E0E237BFDFB1536E99A884591429661DF35CFC0BF2B50CCA
33F303D301D0603551D0E04160414015C45C9ACB0462A715DD710A078C01549
F1013F300B0603551D0F040403020284300F0603551D130101FF04053003010
1FF300A06082A8648CE3D040302034700304402200B06274006C7E9CC6D254C
BF4487D6FA0146EA9F317E9281196E0BE9A6FBEDF5022056813E6E110DD23EB
048FCDE3E32EB11D0FE3C48328C7279ADB035D523EAFF5382015902BAA28202
B6308202B23059301306072A8648CE3D020106082A8648CE3D0301070342000
497CF6D70D76A30400C79F1EBAB6AD6168871248710D4F4C1207ADAEF02D198
67136791F2C2B29F6F2DCC3C2125C2F2D2FDEE4F59094B67AF43332F0DFB5CA
4400414F6DAD1E5128BBF0DE9E95343B371C6F7FFE7E26E3082023D3052310B
300906035504060C025553311A3018060355040A0C115A657374792048616E6
4732C20496E632E3127302506035504030C1E5A657374792048616E64732C20
496E632E20547275737420416E63686F72A08201E53082018BA003020102021
40BDC4AA05179503E58F275D552467347BCAFB533300A06082A8648CE3D0403
023052310B300906035504060C025553311A3018060355040A0C115A6573747
92048616E64732C20496E632E3127302506035504030C1E5A65737479204861
6E64732C20496E632E20547275737420416E63686F72301E170D32323035313
93135313330375A170D3332303531363135313330375A3052310B3009060355
04060C025553311A3018060355040A0C115A657374792048616E64732C20496
E632E3127302506035504030C1E5A657374792048616E64732C20496E632E20
547275737420416E63686F723059301306072A8648CE3D020106082A8648CE3
D0301070342000497CF6D70D76A30400C79F1EBAB6AD6168871248710D4F4C1
207ADAEF02D19867136791F2C2B29F6F2DCC3C2125C2F2D2FDEE4F59094B67A
F43332F0DFB5CA440A33F303D301D0603551D0E04160414F6DAD1E5128BBF0D
E9E95343B371C6F7FFE7E26E300B0603551D0F040403020284300F0603551D1
30101FF040530030101FF300A06082A8648CE3D040302034800304502201DA5
8BE7FA442C6CD849EF3567224A9203C225158966B21AFD40F3192CF34798022
1009827B3E0A1ABA2514A3994FA6EFA9FD6C610B8905FBED93FCB5250754BE8
AA5882015902D9A28202D5308202D13059301306072A8648CE3D020106082A8
648CE3D03010703420004CDD1FE64CF2C04CD93986DA576DCEDCDF1C92EDFD2
682CD8E51CFC0409B5C30D6A742E900ED73DB8F3F868CBA516FD364C4CF3D1F
FDDD7C07B06D7A992172F1704148A84CFF98095A3BC36D6EEA518D6978D9BD7
1F603082025C305C310B300906035504060C025553311F301D060355040A0C1
6536E6F6262697368204170706172656C2C20496E632E312C302A0603550403
0C23536E6F6262697368204170706172656C2C20496E632E205472757374204
16E63686F72A08201FA3082019FA0030201020214101B934465C01045441E1B
B8C5A7C09EA9BEA988300A06082A8648CE3D040302305C310B3009060355040
60C025553311F301D060355040A0C16536E6F6262697368204170706172656C
2C20496E632E312C302A06035504030C23536E6F62626973682041707061726
56C2C20496E632E20547275737420416E63686F72301E170D32323035313931
35313330385A170D3332303531363135313330385A305C310B3009060355040
60C025553311F301D060355040A0C16536E6F6262697368204170706172656C
2C20496E632E312C302A06035504030C23536E6F62626973682041707061726
56C2C20496E632E20547275737420416E63686F723059301306072A8648CE3D
020106082A8648CE3D03010703420004CDD1FE64CF2C04CD93986DA576DCEDC
DF1C92EDFD2682CD8E51CFC0409B5C30D6A742E900ED73DB8F3F868CBA516FD
364C4CF3D1FFDDD7C07B06D7A992172F17A33F303D301D0603551D0E0416041
48A84CFF98095A3BC36D6EEA518D6978D9BD71F60300B0603551D0F04040302
0284300F0603551D130101FF040530030101FF300A06082A8648CE3D0403020
349003046022100B671FE377F73CF9423BAFDDC6FE347ED220C714E828717BD
94CC436FEFECB8CA02210081AD0BFAFA48668531A3FBCC3D8496806E2174EDC
96BBC1F097E606757458F77A30281A102A102A2181F715A657374792048616E
64732C20496E632E1821020481A11903E66C42697474657220506170657206A
1008182005901E9308201E53082018BA00302010202140BDC4AA05179503E58
F275D552467347BCAFB533300A06082A8648CE3D0403023052310B300906035
504060C025553311A3018060355040A0C115A657374792048616E64732C2049
6E632E3127302506035504030C1E5A657374792048616E64732C20496E632E2
0547275737420416E63686F72301E170D3232303531393135313330375A170D
3332303531363135313330375A3052310B300906035504060C025553311A301
8060355040A0C115A657374792048616E64732C20496E632E31273025060355
04030C1E5A657374792048616E64732C20496E632E20547275737420416E636
86F723059301306072A8648CE3D020106082A8648CE3D0301070342000497CF
6D70D76A30400C79F1EBAB6AD6168871248710D4F4C1207ADAEF02D19867136
791F2C2B29F6F2DCC3C2125C2F2D2FDEE4F59094B67AF43332F0DFB5CA440A3
3F303D301D0603551D0E04160414F6DAD1E5128BBF0DE9E95343B371C6F7FFE
7E26E300B0603551D0F040403020284300F0603551D130101FF040530030101
FF300A06082A8648CE3D040302034800304502201DA58BE7FA442C6CD849EF3
567224A9203C225158966B21AFD40F3192CF347980221009827B3E0A1ABA251
4A3994FA6EFA9FD6C610B8905FBED93FCB5250754BE8AA5804A200C11A61CE4
80001C11A69546780',
h'
19E82D7A5C7A73B44F06305AECF0EF8CF8764286323F6D2BA27D7291F92FF5B
0CF789F6FF88B7E2EE8EF262B4FA1DFD7D7AFB0AE2C0062C98DB332243B3E99
94'])
]]></artwork>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>As a profile of CoRIM, the security considerations from <xref target="I-D.draft-birkholz-rats-corim"/> apply.</t>
      <t>As a means of managing trust anchors, the security considerations from <xref target="RFC6024"/> and <xref target="RFC5934"/> apply. a CoTS signer is roughly analogous to a "management trust anchor" as described in <xref target="RFC5934"/>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="corim-cbor-tag-registration">
        <name>CoRIM CBOR Tag Registration</name>
        <t>IANA is requested to allocate tags in the "CBOR Tags" registry <xref target="IANA.cbor-tags"/>, preferably with the specific value requested:</t>
        <table>
          <thead>
            <tr>
              <th align="left">Tag</th>
              <th align="left">Data Item</th>
              <th align="left">Semantics</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">507</td>
              <td align="left">tagged array</td>
              <td align="left">Concise Trust Anchor Stores (CoTS)</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.draft-birkholz-rats-corim">
          <front>
            <title>Concise Reference Integrity Manifest</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>arm</organization>
            </author>
            <author fullname="Yogesh Deshpande" initials="Y." surname="Deshpande">
              <organization>arm</organization>
            </author>
            <author fullname="Ned Smith" initials="N." surname="Smith">
              <organization>Intel</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   Remote Attestation Procedures (RATS) enable Relying Parties to assess
   the trustworthiness of a remote Attester and therefore to decide
   whether to engage in secure interactions with it.  Evidence about
   trustworthiness can be rather complex and it is deemed unrealistic
   that every Relying Party is capable of the appraisal of Evidence.
   Therefore that burden is typically offloaded to a Verifier.  In order
   to conduct Evidence appraisal, a Verifier requires not only fresh
   Evidence from an Attester, but also trusted Endorsements and
   Reference Values from Endorsers and Reference Value Providers, such
   as manufacturers, distributors, or device owners.  This document
   specifies Concise Reference Integrity Manifests (CoRIM) that
   represent Endorsements and Reference Values in CBOR format.
   Composite devices or systems are represented by a collection of
   Concise Module Identifiers (CoMID) and Concise Software Identifiers
   (CoSWID) bundled in a CoRIM document.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-birkholz-rats-corim-03"/>
        </reference>
        <reference anchor="I-D.draft-ietf-rats-eat">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="Laurence Lundblade" initials="L." surname="Lundblade">
              <organization>Security Theory LLC</organization>
            </author>
            <author fullname="Giridhar Mandyam" initials="G." surname="Mandyam">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Jeremy O'Donoghue" initials="J." surname="O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Carl Wallace" initials="C." surname="Wallace">
              <organization>Red Hound Software, Inc.</organization>
            </author>
            <date day="9" month="October" year="2022"/>
            <abstract>
              <t>   An Entity Attestation Token (EAT) provides an attested claims set
   that describes state and characteristics of an entity, a device like
   a smartphone, IoT device, network equipment or such.  This claims set
   is used by a relying party, server or service to determine how much
   it wishes to trust the entity.

   An EAT is either a CBOR Web Token (CWT) or JSON Web Token (JWT) with
   attestation-oriented claims.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-eat-16"/>
        </reference>
        <reference anchor="I-D.draft-ietf-sacm-coswid">
          <front>
            <title>Concise Software Identification Tags</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Jessica Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay">
              <organization>National Security Agency</organization>
            </author>
            <author fullname="Charles Schmidt" initials="C." surname="Schmidt">
              <organization>The MITRE Corporation</organization>
            </author>
            <author fullname="David Waltermire" initials="D." surname="Waltermire">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date day="20" month="July" year="2022"/>
            <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 similar set of
   semantics and features as 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>
          <seriesInfo name="Internet-Draft" value="draft-ietf-sacm-coswid-22"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5914">
          <front>
            <title>Trust Anchor Format</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="S. Ashmore" initials="S." surname="Ashmore">
              <organization/>
            </author>
            <author fullname="C. Wallace" initials="C." surname="Wallace">
              <organization/>
            </author>
            <date month="June" year="2010"/>
            <abstract>
              <t>This document describes a structure for representing trust anchor information.  A trust anchor is an authoritative entity represented by a public key and associated data.  The public key is used to verify digital signatures, and the associated data is used to constrain the types of information or actions for which the trust anchor is authoritative.  The structures defined in this document are intended to satisfy the format-related requirements defined in Trust Anchor Management Requirements.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5914"/>
          <seriesInfo name="DOI" value="10.17487/RFC5914"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="IANA.language-subtag-registry" target="https://www.iana.org/assignments/language-subtag-registry">
          <front>
            <title>Language Subtag Registry</title>
            <author>
              <organization abbrev="IANA">Internet Assigned Numbers Authority</organization>
            </author>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="IANA.cbor-tags" target="https://www.iana.org/assignments/cbor-tags">
          <front>
            <title>Concise Binary Object Representation (CBOR) Tags</title>
            <author>
              <organization abbrev="IANA">Internet Assigned Numbers Authority</organization>
            </author>
            <date day="19" month="September" year="2013"/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.draft-ietf-rats-architecture">
          <front>
            <title>Remote Attestation Procedures Architecture</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Dave Thaler" initials="D." surname="Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Ned Smith" initials="N." surname="Smith">
              <organization>Intel Corporation</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="28" month="September" year="2022"/>
            <abstract>
              <t>   In network protocol exchanges it is often useful for one end of a
   communication to know whether the other end is in an intended
   operating state.  This document provides an architectural overview of
   the entities involved that make such tests possible through the
   process of generating, conveying, and evaluating evidentiary claims.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-architecture-22"/>
        </reference>
        <reference anchor="RFC6024">
          <front>
            <title>Trust Anchor Management Requirements</title>
            <author fullname="R. Reddy" initials="R." surname="Reddy">
              <organization/>
            </author>
            <author fullname="C. Wallace" initials="C." surname="Wallace">
              <organization/>
            </author>
            <date month="October" year="2010"/>
            <abstract>
              <t>A trust anchor represents an authoritative entity via a public key and associated data.  The public key is used to verify digital signatures, and the associated data is used to constrain the types of information for which the trust anchor is authoritative.  A relying party uses trust anchors to determine if a digitally signed object is valid by verifying a digital signature using the trust anchor's public key, and by enforcing the constraints expressed in the associated data for the trust anchor.  This document describes some of the problems associated with the lack of a standard trust anchor management mechanism and defines requirements for data formats and push-based protocols designed to address these problems.  This  document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6024"/>
          <seriesInfo name="DOI" value="10.17487/RFC6024"/>
        </reference>
        <reference anchor="RFC5934">
          <front>
            <title>Trust Anchor Management Protocol (TAMP)</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="S. Ashmore" initials="S." surname="Ashmore">
              <organization/>
            </author>
            <author fullname="C. Wallace" initials="C." surname="Wallace">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document describes a transport independent protocol for the management of trust anchors (TAs) and community identifiers stored in a trust anchor store.  The protocol makes use of the Cryptographic Message Syntax (CMS), and a digital signature is used to provide integrity protection and data origin authentication.  The protocol can be used to manage trust anchor stores containing trust anchors represented as Certificate, TBSCertificate, or TrustAnchorInfo objects.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5934"/>
          <seriesInfo name="DOI" value="10.17487/RFC5934"/>
        </reference>
        <reference anchor="RFC3779">
          <front>
            <title>X.509 Extensions for IP Addresses and AS Identifiers</title>
            <author fullname="C. Lynn" initials="C." surname="Lynn">
              <organization/>
            </author>
            <author fullname="S. Kent" initials="S." surname="Kent">
              <organization/>
            </author>
            <author fullname="K. Seo" initials="K." surname="Seo">
              <organization/>
            </author>
            <date month="June" year="2004"/>
            <abstract>
              <t>This document defines two X.509 v3 certificate extensions.  The first binds a list of IP address blocks, or prefixes, to the subject of a certificate.  The second binds a list of autonomous system identifiers to the subject of a certificate.  These extensions may be used to convey the authorization of the subject to use the IP addresses and autonomous system identifiers contained in the extensions.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3779"/>
          <seriesInfo name="DOI" value="10.17487/RFC3779"/>
        </reference>
        <reference anchor="RFC8152">
          <front>
            <title>CBOR Object Signing and Encryption (COSE)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <date month="July" year="2017"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.  There is a need for the ability to have basic security services defined for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol.  This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization.  This specification additionally describes how to represent cryptographic keys using CBOR.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8152"/>
          <seriesInfo name="DOI" value="10.17487/RFC8152"/>
        </reference>
        <reference anchor="fido-metadata" target="https://fidoalliance.org/specs/mds/fido-metadata-statement-v3.0-ps-20210518.html">
          <front>
            <title>FIDO Metadata Statement</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2021" month="May"/>
          </front>
        </reference>
        <reference anchor="fido-service" target="https://fidoalliance.org/specs/mds/fido-metadata-service-v3.0-ps-20210518.html">
          <front>
            <title>FIDO Metadata Service</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2021" month="May"/>
          </front>
        </reference>
        <reference anchor="dloa" target="https://globalplatform.org/wp-content/uploads/2015/12/GPC_DigitalLetterOfApproval_v1.0.pdf">
          <front>
            <title>GlobalPlatform Card - Digital Letter of Approval Version 1.0</title>
            <author>
              <organization>GlobalPlatform</organization>
            </author>
            <date year="2015" month="November"/>
          </front>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
    <section numbered="false" anchor="appendix-a">
      <name>Appendix A</name>
      <t>The base64 encoded data below represents a signed CoRIM that features a concise-ta-stores containing the three examples shown above.</t>
      <artwork><![CDATA[
0oRYXaMBJgN0YXBwbGljYXRpb24vcmltK2Nib3IIWEGiAKIAdEFDTUUgTHRkIHN
pZ25pbmcga2V5AdggdGh0dHBzOi8vYWNtZS5leGFtcGxlAaIAwRphzkgAAcEaaV
RngKBZCn6jAFDrqRb7Hj5CZ5IU4H4am/kTAYFZClbZAfuDowGiAFD7UfrJE8VGw
5OQ3DBrFn9aAQUCgaEBoQChAXNXb3J0aGxlc3MgU2VhLCBJbmMuBqEAgYICWFsw
WTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAAStigwB2p7aAlPcK8JyJ9nHIT343xP
onLnNt6jkti2c6KmaLXBcD3+A22XABtEJFCK0f8YRy9RoaXM9nEg4hNX+owGhAH
Fzb21lX3RhZ19pZGVudGl0eQKBoQN2TWlzY2VsbGFuZW91cyBUQSBTdG9yZQahA
IOCAFkBwTCCAb0wggFkoAMCAQICFQDQnZC/PVJcx3PVIu131Z4iu6RbiDAKBggq
hkjOPQQDAjA+MQswCQYDVQQGDAJVUzEQMA4GA1UECgwHRXhhbXBsZTEdMBsGA1U
EAwwURXhhbXBsZSBUcnVzdCBBbmNob3IwHhcNMjIwNTE5MTUxMzA3WhcNMzIwNT
E2MTUxMzA3WjA+MQswCQYDVQQGDAJVUzEQMA4GA1UECgwHRXhhbXBsZTEdMBsGA
1UEAwwURXhhbXBsZSBUcnVzdCBBbmNob3IwWTATBgcqhkjOPQIBBggqhkjOPQMB
BwNCAATjUaoQOSQHpL0DfKC8EVTQ5wHwZ085yyxPkhBpLOu+7B0nl33FYWV1Hg4
je/37FTbpmohFkUKWYd81z8C/K1DMoz8wPTAdBgNVHQ4EFgQUAVxFyaywRipxXd
cQoHjAFUnxAT8wCwYDVR0PBAQDAgKEMA8GA1UdEwEB/wQFMAMBAf8wCgYIKoZIz
j0EAwIDRwAwRAIgCwYnQAbH6cxtJUy/RIfW+gFG6p8xfpKBGW4L6ab77fUCIFaB
Pm4RDdI+sEj83j4y6xHQ/jxIMoxyea2wNdUj6v9TggFZArqiggK2MIICsjBZMBM
GByqGSM49AgEGCCqGSM49AwEHA0IABJfPbXDXajBADHnx66tq1haIcSSHENT0wS
B62u8C0ZhnE2eR8sKyn28tzDwhJcLy0v3uT1kJS2evQzMvDftcpEAEFPba0eUSi
78N6elTQ7Nxxvf/5+JuMIICPTBSMQswCQYDVQQGDAJVUzEaMBgGA1UECgwRWmVz
dHkgSGFuZHMsIEluYy4xJzAlBgNVBAMMHlplc3R5IEhhbmRzLCBJbmMuIFRydXN
0IEFuY2hvcqCCAeUwggGLoAMCAQICFAvcSqBReVA+WPJ11VJGc0e8r7UzMAoGCC
qGSM49BAMCMFIxCzAJBgNVBAYMAlVTMRowGAYDVQQKDBFaZXN0eSBIYW5kcywgS
W5jLjEnMCUGA1UEAwweWmVzdHkgSGFuZHMsIEluYy4gVHJ1c3QgQW5jaG9yMB4X
DTIyMDUxOTE1MTMwN1oXDTMyMDUxNjE1MTMwN1owUjELMAkGA1UEBgwCVVMxGjA
YBgNVBAoMEVplc3R5IEhhbmRzLCBJbmMuMScwJQYDVQQDDB5aZXN0eSBIYW5kcy
wgSW5jLiBUcnVzdCBBbmNob3IwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAASXz
21w12owQAx58euratYWiHEkhxDU9MEgetrvAtGYZxNnkfLCsp9vLcw8ISXC8tL9
7k9ZCUtnr0MzLw37XKRAoz8wPTAdBgNVHQ4EFgQU9trR5RKLvw3p6VNDs3HG9//
n4m4wCwYDVR0PBAQDAgKEMA8GA1UdEwEB/wQFMAMBAf8wCgYIKoZIzj0EAwIDSA
AwRQIgHaWL5/pELGzYSe81ZyJKkgPCJRWJZrIa/UDzGSzzR5gCIQCYJ7PgoauiU
Uo5lPpu+p/WxhC4kF++2T/LUlB1S+iqWIIBWQLZooIC1TCCAtEwWTATBgcqhkjO
PQIBBggqhkjOPQMBBwNCAATN0f5kzywEzZOYbaV23O3N8cku39JoLNjlHPwECbX
DDWp0LpAO1z248/hoy6UW/TZMTPPR/93XwHsG16mSFy8XBBSKhM/5gJWjvDbW7q
UY1peNm9cfYDCCAlwwXDELMAkGA1UEBgwCVVMxHzAdBgNVBAoMFlNub2JiaXNoI
EFwcGFyZWwsIEluYy4xLDAqBgNVBAMMI1Nub2JiaXNoIEFwcGFyZWwsIEluYy4g
VHJ1c3QgQW5jaG9yoIIB+jCCAZ+gAwIBAgIUEBuTRGXAEEVEHhu4xafAnqm+qYg
wCgYIKoZIzj0EAwIwXDELMAkGA1UEBgwCVVMxHzAdBgNVBAoMFlNub2JiaXNoIE
FwcGFyZWwsIEluYy4xLDAqBgNVBAMMI1Nub2JiaXNoIEFwcGFyZWwsIEluYy4gV
HJ1c3QgQW5jaG9yMB4XDTIyMDUxOTE1MTMwOFoXDTMyMDUxNjE1MTMwOFowXDEL
MAkGA1UEBgwCVVMxHzAdBgNVBAoMFlNub2JiaXNoIEFwcGFyZWwsIEluYy4xLDA
qBgNVBAMMI1Nub2JiaXNoIEFwcGFyZWwsIEluYy4gVHJ1c3QgQW5jaG9yMFkwEw
YHKoZIzj0CAQYIKoZIzj0DAQcDQgAEzdH+ZM8sBM2TmG2ldtztzfHJLt/SaCzY5
Rz8BAm1ww1qdC6QDtc9uPP4aMulFv02TEzz0f/d18B7BtepkhcvF6M/MD0wHQYD
VR0OBBYEFIqEz/mAlaO8NtbupRjWl42b1x9gMAsGA1UdDwQEAwIChDAPBgNVHRM
BAf8EBTADAQH/MAoGCCqGSM49BAMCA0kAMEYCIQC2cf43f3PPlCO6/dxv40ftIg
xxToKHF72UzENv7+y4ygIhAIGtC/r6SGaFMaP7zD2EloBuIXTtyWu8Hwl+YGdXR
Y93owKBoQKhAqIYH3FaZXN0eSBIYW5kcywgSW5jLhghAgSBoRkD5mxCaXR0ZXIg
UGFwZXIGoQCBggBZAekwggHlMIIBi6ADAgECAhQL3EqgUXlQPljyddVSRnNHvK+
1MzAKBggqhkjOPQQDAjBSMQswCQYDVQQGDAJVUzEaMBgGA1UECgwRWmVzdHkgSG
FuZHMsIEluYy4xJzAlBgNVBAMMHlplc3R5IEhhbmRzLCBJbmMuIFRydXN0IEFuY
2hvcjAeFw0yMjA1MTkxNTEzMDdaFw0zMjA1MTYxNTEzMDdaMFIxCzAJBgNVBAYM
AlVTMRowGAYDVQQKDBFaZXN0eSBIYW5kcywgSW5jLjEnMCUGA1UEAwweWmVzdHk
gSGFuZHMsIEluYy4gVHJ1c3QgQW5jaG9yMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQ
cDQgAEl89tcNdqMEAMefHrq2rWFohxJIcQ1PTBIHra7wLRmGcTZ5HywrKfby3MP
CElwvLS/e5PWQlLZ69DMy8N+1ykQKM/MD0wHQYDVR0OBBYEFPba0eUSi78N6elT
Q7Nxxvf/5+JuMAsGA1UdDwQEAwIChDAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM4
9BAMCA0gAMEUCIB2li+f6RCxs2EnvNWciSpIDwiUViWayGv1A8xks80eYAiEAmC
ez4KGrolFKOZT6bvqf1sYQuJBfvtk/y1JQdUvoqlgEogDBGmHOSAABwRppVGeAW
EAZ6C16XHpztE8GMFrs8O+M+HZChjI/bSuifXKR+S/1sM94n2/4i34u6O8mK0+h
39fXr7CuLABiyY2zMiQ7PpmU
]]></artwork>
    </section>
  </back>
  <!-- ##markdown-source:
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
J3hYySMOW/H15eAzDSEkZBEPwrs/BgWhTroa0hMLbMpB1qcLdw6/0oj7cvQE
u7fm6gADxHGN2eDk6GvySp5tnzV+Dx8DyI4KM51ymjOwsXBDXUZYdegDiOjn
7WTI6EvmIBIPtl+MSt/5MA9c+kaERpQd9bVpgJN6BSwvl6OqzfV6EAUlpCoM
pl2JiapJOsYKaTFUkUd5X+3oG1WbcBXE4ht3ZPf5kST1hVJ/NByUpCovley+
ZJfK/EjhJV52+oPB0Ql7Il4IHqvAhT/w6lHe24Mbv9GR/4hfipy/my5Mb9By
VeESnR9L8AjVvR9EE/q6x45j0707PUpH/kHyf/G/3yko6Ohk6IEspvBw+aWZ
qwD3xJPsIlrRo2/kqGm9rMzVY/3Sf2psnnldbT024s+G2hoYrbFqBo9+Ux3+
cMTxRbesL/WBO3p6XZu1Y3KtdKsX68qm7/iVq8doduPOp66welBrZ+PryFup
/bbebrlR/ezcHCx79rm3uX16bdw0undn419/PSog9h1pnCsR7JGFlImiSeA4
2Su6snddFN4RlZ7kt8P8SaA06qM27qjphgPHAw/WwfeRJT/AcJQoEkz6YG9o
eOhtHxP6GlZ/NkyizWCYtsJu9+DFr4LJ8/vOlLTJhb7HEiUuPYNLZTFNyeRz
dgOa4uzTKDYr1m0vnWSUkoQQbZBiRwS28qp+8aVcrLM2zs0lTS/5Vx98Urxx
TfwQ7so33RnWJEwlPGm83SoQvivkWGbGCvTv6YAPyi+14LFrihMd4I0/KYj8
riCm30mz0dCWXV1X7ztjddXQ1HHjTr3Why9XSq3nbeqDWs+VH0Z3M/dSnluL
RlP1z3X9x3mnKdU0tak3DYm86hv1Qhtf32nqY1P17rrNtroyxo/GXat1aahD
yzm3osH5q9ds86vzFb1uGFo7vd6wSHs9fLjmG6a1eBQny8Gz6lgrft18VoVm
9+X1umtumsbQhmsbdu0xvQYQMADIn4KAAUAyCLSnptY819YMV3VspnirK7Ou
8g1Vu7lu/5iolQvVeVm2rhX/atW+uzbITB1ps+5mdnVlHnfM85ewKsthveM8
jAZ3k6eHnmO41/LZKLy7Xkxt17xvt+ZPk/Lm4XZ1pQS95vr5dkPUWlPjz1Wh
NzTGrXtNa2kP5sNFcKWdX86sofCqj52metcZmdrtRr1C4tdbiok7ovqtlYEo
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

-->

</rfc>
