<?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.7.21 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-csr-attestation-16" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.25.0 -->
  <front>
    <title abbrev="Remote Attestation with CSRs">Use of Remote Attestation with Certification Signing Requests</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-csr-attestation-16"/>
    <author initials="M." surname="Ounsworth" fullname="Mike Ounsworth">
      <organization abbrev="Entrust">Entrust Limited</organization>
      <address>
        <postal>
          <street>2500 Solandt Road – Suite 100</street>
          <city>Ottawa, Ontario</city>
          <code>K2K 3G5</code>
          <country>Canada</country>
        </postal>
        <email>mike.ounsworth@entrust.com</email>
      </address>
    </author>
    <author initials="H." surname="Tschofenig" fullname="Hannes Tschofenig">
      <organization>Siemens</organization>
      <address>
        <email>Hannes.Tschofenig@gmx.net</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@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="M." surname="Wiseman" fullname="Monty Wiseman">
      <organization>Beyond Identity</organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>monty.wiseman@beyondidentity.com</email>
      </address>
    </author>
    <author initials="N." surname="Smith" fullname="Ned Smith">
      <organization>Intel Corporation</organization>
      <address>
        <postal>
          <country>United States</country>
        </postal>
        <email>ned.smith@intel.com</email>
      </address>
    </author>
    <date year="2025" month="February" day="02"/>
    <keyword>PKI</keyword>
    <keyword>PKCS#10</keyword>
    <keyword>CRMF</keyword>
    <keyword>Attestation</keyword>
    <keyword>Evidence</keyword>
    <keyword>Certificate Signing Requests</keyword>
    <abstract>
      <?line 116?>

<t>A PKI end entity requesting a certificate from a Certification Authority (CA) may wish to offer trustworthy claims about the platform generating the certification request and the environment associated with the corresponding private key, such as whether the private key resides on a hardware security module.</t>
      <t>This specification defines an attribute and an extension that allow for conveyance of Evidence and
Attestation Results in Certificate Signing Requests (CSRs), such as PKCS#10 or Certificate Request Message Format (CRMF) payloads. This provides an elegant and automatable mechanism for transporting Evidence to a Certification Authority.</t>
      <t>Including Evidence and Attestation Results along with a CSR can help to improve the assessment of the security posture for the private key, and can help the Certification Authority to assess whether it satisfies the requested certificate profile.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://lamps-wg.github.io/csr-attestation/draft-ietf-lamps-csr-attestation.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-lamps-csr-attestation/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/lamps-wg/csr-attestation"/>.</t>
    </note>
  </front>
  <middle>
    <?line 125?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>When requesting a certificate from a Certification Authority (CA), a PKI end entity may wish to include Evidence or Attestation Results of the security properties of its environments in which the private keys are stored in that request.</t>
      <t>Evidence are appraised by Verifiers, which typically produces Attestation Results that serve as input for validating incoming certificate requests against specified certificate policies.
Verifiers are associated with Registration Authorities (RAs) or CAs and function as logical entities responsible for processing Evidence and producing Attestation Results.
As remote attestation technology matures, it is natural for a Certification Authority to want proof that the requesting entity is in a state that matches the certificate profile.
At the time of writing, the most notable example is the Code-Signing Baseline Requirements (CSBR) document maintained by the CA/Browser Forum <xref target="CSBR"/>, which requires compliant CAs to "ensure that a Subscriber’s Private Key is generated, stored,
and used in a secure environment that has controls to prevent theft or misuse", which is a natural fit to enforce via remote attestation.</t>
      <t>This specification defines an attribute and an extension that allow for conveyance of Evidence and Attestation Results in Certificate Signing Requests (CSRs), such as PKCS#10 <xref target="RFC2986"/> or Certificate Request Message Format (CRMF) <xref target="RFC4211"/> payloads.
This CSR extension satisfies CA/B Forum's CSBR <xref target="CSBR"/> requirements for key protection assurance.</t>
      <t>As outlined in the IETF RATS architecture <xref target="RFC9334"/>, an Attester (typically a device) produces a signed collection of Claims that constitute Evidence about its running environment(s).
The term "attestation" is not explicitly defined in RFC 9334 but was later clarified in <xref target="I-D.ietf-rats-tpm-based-network-device-attest"/>.
It refers to the process of generating and evaluating remote attestation Evidence.</t>
      <t>After the Verifier appraises the Evidence, it generates a new structure called an Attestation Result.
A Relying Party utilizes Attestation Results to inform risk or policy-based decisions that consider trustworthiness of the attested entity.
This document relies on <xref target="architecture"/> as the foundation for how the various roles within the RATS architecture correspond to a certificate requester and a CA/RA.</t>
      <t>The IETF RATS architecture <xref target="RFC9334"/> defines two communication patterns: the <em>background-check model</em> and the <em>passport model</em>.
In the background-check model, the Relying Party receives Evidence in the CSR from the Attester and must interact with a Verifier service directly to obtain Attestation Results.
In contrast, the passport model requires the Attester to first interact with the Verifier service to obtain an Attestation Result token that is then relayed to the Relying Party.
This specification defines both communication patterns.</t>
      <t>Several standard and proprietary remote attestation technologies are in use. This specification thereby is intended to be as technology-agnostic as it is feasible with respect to implemented remote attestation technologies. Hence, this specification focuses on (1) the conveyance of Evidence and Attestation Results via CSRs while making minimal assumptions about content or format of the transported payload and (2) the conveyance of sets of certificates used for validation of Evidence.</t>
      <t>The certificates typically contain one or more certification paths rooted in a device manufacturer trust anchor and the end entity certificate being on the device in question. The end entity certificate is associated with key material that takes on the role of an Attestation Key and is used as Evidence originating from the Attester.</t>
      <t>This document specifies a CSR Attribute (or Extension for Certificate Request Message Format (CRMF) CSRs) for carrying Evidence and Attestation Results.</t>
      <ul spacing="normal">
        <li>
          <t>Evidence is placed into an EvidenceStatement along with an OID to identify its type and optionally a hint to the Relying Party about which Verifier (software package, a microservice or some other service) will be capable of parsing it. A set of EvidenceStatement structures may be grouped together along with the set of CertificateChoice structures needed to validate them to form a EvidenceBundle.</t>
        </li>
        <li>
          <t>Attestation Results are carried in the AttestationResult along with an OID to identify its type. A set of AttestationResult structures may be grouped together to form an AttestationResultBundle.</t>
        </li>
      </ul>
      <t>A CSR may contain one or more Evidence payloads. For example Evidence
asserting the storage properties of a private key, Evidence
asserting firmware version and other general properties
of the device, or Evidence signed using different cryptographic
algorithms. Like-wise a CSR may also contain one or more Attestation Result payloads.</t>
      <t>With these attributes, additional
information is available to an RA or CA, which may be used
to decide whether to issue a certificate and what certificate profile
to apply. The scope of this document is, however,
limited to the conveyance of Evidence and Attestation Results within CSR. The exact format of the
Evidence and Attestation Results being conveyed is defined in various standard and proprietary
specifications.</t>
    </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>
      <?line -18?>

<t>This document re-uses the terms defined in <xref target="RFC9334"/> related to remote
attestation. Readers of this document are assumed to be familiar with
the following terms: Evidence, Claim, Attestation Result (AR), Attester,
Verifier, Target Environment, Attesting Environment, Composite Device,
Lead Attester, Attestation Key, and Relying Party (RP).</t>
      <t>The term "Certification Request" message is defined in <xref target="RFC2986"/>.
Specifications, such as <xref target="RFC7030"/>, later introduced the term
"Certificate Signing Request (CSR)" to refer to the Certification
Request message. While the term "Certification Request"
would have been correct, the mistake was unnoticed. In the meanwhile
CSR is an abbreviation used beyond PKCS#10. Hence, it is equally
applicable to other protocols that use a different syntax and
even a different encoding, in particular this document also
considers messages in the Certificate Request Message Format (CRMF) <xref target="RFC4211"/>
to be "CSRs". In this document, the terms "CSR" and Certificate Request
message are used interchangeably.</t>
      <t>The term Hardware Security Modules (HSM) is used generically to refer to the
combination of hardware and software designed to protect keys from unauthorized
access. Other commonly used terms include Secure Element and Trusted Execution
Environment.</t>
    </section>
    <section anchor="architecture">
      <name>Architecture</name>
      <t><xref target="fig-arch-background"/> shows the high-level communication pattern of the RATS
background check model where the Attester transmits the Evidence in the
CSR to the RA and the CA, which is subsequently forwarded to the Verifier.
The Verifier appraises the received Evidence and computes an Attestation
Result, which is then processed by the RA/CA prior to the certificate
issuance.</t>
      <t>In addition to the background-check model, the RATS architecture also
defines the passport model, as described in <xref section="5.2" sectionFormat="of" target="RFC9334"/>.
In the passport model, the Attester transmits Evidence directly to the
Verifier to obtain an Attestation Result, which is subsequently forwarded
to the Relying Party.</t>
      <t>The choice of model depends on various factors. For instance, the
background-check model is preferred when direct real-time interaction
between the Attester and the Verifier is not feasible.</t>
      <t>Note that the Verifier is a logical role that may be included in the
RA/CA product. In this case, the Relying Party role and Verifier role collapse into a
single physical entity. The Verifier functionality can, however,
also be kept separate from the RA functionality. For example,
security concerns may require parsers of Evidence formats to be logically
or physically separated from the core RA and CA functionality.</t>
      <t>The interface
by which the Relying Party passes Evidence to the Verifier and receives back
Attestation Results may be proprietary or standardized, but in any case is
out-of-scope for this document. Like-wise, the interface between the Attester
and the Verifier used in the passport model is also out-of-scope for this
document.</t>
      <t><xref target="fig-arch-background"/> shows an example data flow where Evidence is included in a
CSR in the background-check model. The CSR is parsed by the RA component of a
CA, which extracts the Evidence and forwards it to a
trusted Verifier. The RA receives back an Attestation Result, which it uses
to decide whether this Evidence meets its policy for certificate issuance
and if it does then the certificate request is forwarded to the CA for issuance.
This diagram overlays PKI entities with RATS roles in parentheses.</t>
      <figure anchor="fig-arch-background">
        <name>Example data flow demonstrating the architecture with Background Check Model.</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="552" viewBox="0 0 552 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,176 L 8,256" fill="none" stroke="black"/>
              <path d="M 112,176 L 112,256" fill="none" stroke="black"/>
              <path d="M 216,32 L 216,96" fill="none" stroke="black"/>
              <path d="M 216,176 L 216,256" fill="none" stroke="black"/>
              <path d="M 256,104 L 256,192" fill="none" stroke="black"/>
              <path d="M 320,96 L 320,192" fill="none" stroke="black"/>
              <path d="M 360,32 L 360,96" fill="none" stroke="black"/>
              <path d="M 360,176 L 360,256" fill="none" stroke="black"/>
              <path d="M 496,176 L 496,256" fill="none" stroke="black"/>
              <path d="M 544,176 L 544,256" fill="none" stroke="black"/>
              <path d="M 216,32 L 360,32" fill="none" stroke="black"/>
              <path d="M 216,96 L 360,96" fill="none" stroke="black"/>
              <path d="M 8,176 L 112,176" fill="none" stroke="black"/>
              <path d="M 216,176 L 248,176" fill="none" stroke="black"/>
              <path d="M 264,176 L 312,176" fill="none" stroke="black"/>
              <path d="M 328,176 L 360,176" fill="none" stroke="black"/>
              <path d="M 496,176 L 544,176" fill="none" stroke="black"/>
              <path d="M 112,192 L 208,192" fill="none" stroke="black"/>
              <path d="M 224,192 L 256,192" fill="none" stroke="black"/>
              <path d="M 320,192 L 352,192" fill="none" stroke="black"/>
              <path d="M 368,192 L 488,192" fill="none" stroke="black"/>
              <path d="M 8,256 L 112,256" fill="none" stroke="black"/>
              <path d="M 216,256 L 360,256" fill="none" stroke="black"/>
              <path d="M 496,256 L 544,256" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="496,192 484,186.4 484,197.6" fill="black" transform="rotate(0,488,192)"/>
              <polygon class="arrowhead" points="360,192 348,186.4 348,197.6" fill="black" transform="rotate(0,352,192)"/>
              <polygon class="arrowhead" points="328,168 316,162.4 316,173.6" fill="black" transform="rotate(90,320,168)"/>
              <polygon class="arrowhead" points="264,104 252,98.4 252,109.6" fill="black" transform="rotate(270,256,104)"/>
              <polygon class="arrowhead" points="216,192 204,186.4 204,197.6" fill="black" transform="rotate(0,208,192)"/>
              <g class="text">
                <text x="400" y="52">Compare</text>
                <text x="468" y="52">Evidence</text>
                <text x="292" y="68">(Verifier)</text>
                <text x="400" y="68">against</text>
                <text x="472" y="68">Appraisal</text>
                <text x="396" y="84">Policy</text>
                <text x="212" y="132">Evidence</text>
                <text x="376" y="132">Attestation</text>
                <text x="356" y="148">Result</text>
                <text x="32" y="212">End</text>
                <text x="156" y="212">Evidence</text>
                <text x="276" y="212">Registration</text>
                <text x="416" y="212">Attestation</text>
                <text x="516" y="212">CA</text>
                <text x="44" y="228">Entity</text>
                <text x="132" y="228">in</text>
                <text x="160" y="228">CSR</text>
                <text x="264" y="228">Authority</text>
                <text x="324" y="228">(RA)</text>
                <text x="396" y="228">Result</text>
                <text x="436" y="228">in</text>
                <text x="516" y="228">(RP)</text>
                <text x="60" y="244">(Attester)</text>
                <text x="260" y="244">(Relying</text>
                <text x="324" y="244">Party)</text>
                <text x="384" y="244">CSR</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
                          .-----------------.
                          |                 | Compare Evidence
                          |    (Verifier)   | against Appraisal
                          |                 | Policy
                          '------------+----'
                               ^       |
                      Evidence |       | Attestation
                               |       | Result
                               |       v
.------------.            .----|-------|----.                .-----.
|            +----------->|----'       '--->|--------------->|     |
| End        | Evidence   | Registration    | Attestation    | CA  |
| Entity     | in CSR     | Authority (RA)  | Result in      |(RP) |
| (Attester) |            | (Relying Party) | CSR            |     |
'------------'            '-----------------'                '-----'
]]></artwork>
        </artset>
      </figure>
      <t><xref target="fig-arch-passport"/> illustrates the passport model, where the
Attester first communicates with the Verifier to obtain the Attestation
Result, which is subsequently included in the CSR.</t>
      <figure anchor="fig-arch-passport">
        <name>Example data flow demonstrating the architecture with Passport Model.</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="552" viewBox="0 0 552 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,160 L 8,240" fill="none" stroke="black"/>
              <path d="M 32,48 L 32,152" fill="none" stroke="black"/>
              <path d="M 80,80 L 80,152" fill="none" stroke="black"/>
              <path d="M 112,160 L 112,240" fill="none" stroke="black"/>
              <path d="M 216,32 L 216,96" fill="none" stroke="black"/>
              <path d="M 224,160 L 224,240" fill="none" stroke="black"/>
              <path d="M 360,32 L 360,96" fill="none" stroke="black"/>
              <path d="M 368,160 L 368,240" fill="none" stroke="black"/>
              <path d="M 488,160 L 488,240" fill="none" stroke="black"/>
              <path d="M 544,160 L 544,240" fill="none" stroke="black"/>
              <path d="M 216,32 L 360,32" fill="none" stroke="black"/>
              <path d="M 32,48 L 208,48" fill="none" stroke="black"/>
              <path d="M 80,80 L 208,80" fill="none" stroke="black"/>
              <path d="M 216,96 L 360,96" fill="none" stroke="black"/>
              <path d="M 8,160 L 112,160" fill="none" stroke="black"/>
              <path d="M 224,160 L 368,160" fill="none" stroke="black"/>
              <path d="M 488,160 L 544,160" fill="none" stroke="black"/>
              <path d="M 112,176 L 216,176" fill="none" stroke="black"/>
              <path d="M 376,176 L 480,176" fill="none" stroke="black"/>
              <path d="M 8,240 L 112,240" fill="none" stroke="black"/>
              <path d="M 224,240 L 368,240" fill="none" stroke="black"/>
              <path d="M 488,240 L 544,240" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="488,176 476,170.4 476,181.6" fill="black" transform="rotate(0,480,176)"/>
              <polygon class="arrowhead" points="224,176 212,170.4 212,181.6" fill="black" transform="rotate(0,216,176)"/>
              <polygon class="arrowhead" points="216,48 204,42.4 204,53.6" fill="black" transform="rotate(0,208,48)"/>
              <polygon class="arrowhead" points="88,152 76,146.4 76,157.6" fill="black" transform="rotate(90,80,152)"/>
              <g class="text">
                <text x="60" y="36">Evidence</text>
                <text x="400" y="52">Compare</text>
                <text x="468" y="52">Evidence</text>
                <text x="284" y="68">(Verifier)</text>
                <text x="400" y="68">against</text>
                <text x="472" y="68">Appraisal</text>
                <text x="396" y="84">Policy</text>
                <text x="136" y="116">Attestation</text>
                <text x="116" y="132">Result</text>
                <text x="284" y="180">Registration</text>
                <text x="32" y="196">End</text>
                <text x="168" y="196">Attestation</text>
                <text x="272" y="196">Authority</text>
                <text x="424" y="196">Attestation</text>
                <text x="516" y="196">CA</text>
                <text x="44" y="212">Entity</text>
                <text x="148" y="212">Result</text>
                <text x="188" y="212">in</text>
                <text x="404" y="212">Result</text>
                <text x="444" y="212">in</text>
                <text x="516" y="212">(RP)</text>
                <text x="60" y="228">(Attester)</text>
                <text x="136" y="228">CSR</text>
                <text x="268" y="228">(Relying</text>
                <text x="332" y="228">Party)</text>
                <text x="392" y="228">CSR</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
   Evidence               .-----------------.
   +--------------------->|                 | Compare Evidence
   |                      |   (Verifier)    | against Appraisal
   |     +----------------|                 | Policy
   |     |                '-----------------'
   |     | Attestation
   |     | Result
   |     v
.------------.             .-----------------.              .------.
|            +------------>| Registration    |------------->|      |
| End        | Attestation | Authority       | Attestation  |  CA  |
| Entity     | Result in   |                 | Result in    | (RP) |
| (Attester) | CSR         | (Relying Party) | CSR          |      |
'------------'             '-----------------'              '------'
]]></artwork>
        </artset>
      </figure>
      <t>RFC 9334 <xref target="RFC9334"/> discusses different security and privacy aspects that need to be
considered when developing and deploying a remote attestation solution. For example,
Evidence may need to be protected against replay and <xref section="10" sectionFormat="of" target="RFC9334"/> lists
approach for offering freshness. There are also concerns about the exposure of
persistent identifiers by utilizing attestation technology, which are discussed in
<xref section="11" sectionFormat="of" target="RFC9334"/>. Finally, the keying material used by the Attester needs to
be protected against unauthorized access, and against signing arbitrary content that
originated from outside the device. This aspect is described in <xref section="12" sectionFormat="of" target="RFC9334"/>.
Most of these aspects are, however, outside the scope of this specification but relevant
for use with a given attestation technology.</t>
      <t>The focus of this specification is on the transport of Evidence and Attesation Results
from the Attester to the Relying Party via existing CSR messages.</t>
    </section>
    <section anchor="information-model">
      <name>Information Model</name>
      <section anchor="model-for-evidence-in-csr">
        <name>Model for Evidence in CSR</name>
        <t>To support a number of different use cases for the transmission of
Evidence and certificate chains in a CSR the structure
shown in <xref target="fig-info-model"/> is used.</t>
        <t>On a high-level, the structure is composed as follows:
A PKCS#10 attribute or a CRMF extension contains one
EvidenceBundle structure. The EvidenceBundle contains one or more
EvidenceStatement structures as well as one or more
CertificateChoices which enable to carry various format of
certificates.</t>
        <t>Note: Since an extension must only be included once in a certificate
see <xref section="4.2" sectionFormat="of" target="RFC5280"/>, this PKCS#10 attribute
or the CRMF extension <bcp14>MUST</bcp14> only be included once in a CSR.</t>
        <figure anchor="fig-info-model">
          <name>Information Model for CSR Evidence Conveyance.</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="368" width="488" viewBox="0 0 488 368" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 8,240 L 8,272" fill="none" stroke="black"/>
                <path d="M 80,96 L 80,240" fill="none" stroke="black"/>
                <path d="M 160,144 L 160,240" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,96" fill="none" stroke="black"/>
                <path d="M 176,240 L 176,272" fill="none" stroke="black"/>
                <path d="M 272,128 L 272,208" fill="none" stroke="black"/>
                <path d="M 320,240 L 320,336" fill="none" stroke="black"/>
                <path d="M 480,128 L 480,208" fill="none" stroke="black"/>
                <path d="M 480,240 L 480,336" fill="none" stroke="black"/>
                <path d="M 8,32 L 168,32" fill="none" stroke="black"/>
                <path d="M 8,96 L 168,96" fill="none" stroke="black"/>
                <path d="M 272,128 L 480,128" fill="none" stroke="black"/>
                <path d="M 160,144 L 272,144" fill="none" stroke="black"/>
                <path d="M 272,160 L 480,160" fill="none" stroke="black"/>
                <path d="M 272,208 L 480,208" fill="none" stroke="black"/>
                <path d="M 8,240 L 176,240" fill="none" stroke="black"/>
                <path d="M 320,240 L 480,240" fill="none" stroke="black"/>
                <path d="M 176,256 L 320,256" fill="none" stroke="black"/>
                <path d="M 8,272 L 176,272" fill="none" stroke="black"/>
                <path d="M 320,272 L 480,272" fill="none" stroke="black"/>
                <path d="M 320,336 L 480,336" fill="none" stroke="black"/>
                <circle cx="248" cy="128" r="6" class="closeddot" fill="black"/>
                <circle cx="296" cy="240" r="6" class="closeddot" fill="black"/>
                <g class="text">
                  <text x="48" y="52">PKCS#10</text>
                  <text x="120" y="52">Attribute</text>
                  <text x="76" y="68">or</text>
                  <text x="36" y="84">CRMF</text>
                  <text x="96" y="84">Extension</text>
                  <text x="56" y="116">1</text>
                  <text x="232" y="132">1..</text>
                  <text x="356" y="148">CertificateChoices</text>
                  <text x="328" y="180">Certificate</text>
                  <text x="388" y="180">OR</text>
                  <text x="372" y="196">OtherCertificateFormat</text>
                  <text x="56" y="212">1</text>
                  <text x="144" y="228">1</text>
                  <text x="192" y="244">1</text>
                  <text x="280" y="244">1..</text>
                  <text x="84" y="260">EvidenceBundle</text>
                  <text x="400" y="260">EvidenceStatement</text>
                  <text x="348" y="292">Type</text>
                  <text x="368" y="308">Statement</text>
                  <text x="348" y="324">Hint</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
 +-------------------+
 | PKCS#10 Attribute |
 |       or          |
 | CRMF Extension    |
 +--------+----------+
       1  |
          |                 1..*  +-------------------------+
          |         +-------------+ CertificateChoices      |
          |         |             +-------------------------+
          |         |             | Certificate OR          |
          |         |             | OtherCertificateFormat  |
       1  |         |             +-------------------------+
          |       1 |
 +--------+---------+-+ 1         1..*  +-------------------+
 |  EvidenceBundle    +-----------------+ EvidenceStatement |
 +--------------------+                 +-------------------+
                                        | Type              |
                                        | Statement         |
                                        | Hint              |
                                        +-------------------+
]]></artwork>
          </artset>
        </figure>
        <t>A conformant implementation of an entity processing the CSR structures <bcp14>MUST</bcp14> be prepared
to use certificates found in the EvidenceBundle structure to build a certification
path to validate any EvidenceStatement.
The following use cases are supported, as described in the sub-sections below.</t>
        <section anchor="case-1-evidence-bundle-without-certificate-chain">
          <name>Case 1 - Evidence Bundle without Certificate Chain</name>
          <t>A single Attester, which only distributes Evidence without an attached certificate chain.
In the use case, the Verifier is assumed to be in possession of the certificate chain already
or the Verifier directly trusts the Attestation Key and therefore no certificate chain needs
to be conveyed in the CSR.</t>
          <t>As a result, one EvidenceBundle is included in a CSR that contains a single EvidenceStatement
without the CertificateChoices structure. <xref target="fig-single-attester"/> shows this use case.</t>
          <figure anchor="fig-single-attester">
            <name>Case 1: Evidence Bundle without Certificate Chain.</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="184" viewBox="0 0 184 128" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                  <path d="M 176,32 L 176,96" fill="none" stroke="black"/>
                  <path d="M 8,32 L 176,32" fill="none" stroke="black"/>
                  <path d="M 8,96 L 176,96" fill="none" stroke="black"/>
                  <g class="text">
                    <text x="84" y="52">EvidenceBundle</text>
                    <text x="92" y="68">....................</text>
                    <text x="88" y="84">EvidenceStatement</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
  +--------------------+
  |  EvidenceBundle    |
  +....................+
  | EvidenceStatement  |
  +--------------------+
]]></artwork>
            </artset>
          </figure>
        </section>
        <section anchor="case-2-evidence-bundle-with-certificate-chain">
          <name>Case 2 - Evidence Bundle with Certificate Chain</name>
          <t>A single Attester, which shares Evidence together with a certificate chain, is
shown in <xref target="fig-single-attester-with-path"/>. The CSR conveys an EvidenceBundle
with a single EvidenceStatement and a CertificateChoices structure.</t>
          <figure anchor="fig-single-attester-with-path">
            <name>Case 2: Single Evidence Bundle with Certificate Chain.</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="144" width="224" viewBox="0 0 224 144" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,32 L 8,112" fill="none" stroke="black"/>
                  <path d="M 216,32 L 216,112" fill="none" stroke="black"/>
                  <path d="M 8,32 L 216,32" fill="none" stroke="black"/>
                  <path d="M 8,112 L 216,112" fill="none" stroke="black"/>
                  <g class="text">
                    <text x="84" y="52">EvidenceBundle</text>
                    <text x="112" y="68">.........................</text>
                    <text x="88" y="84">EvidenceStatement</text>
                    <text x="92" y="100">CertificateChoices</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
 +-------------------------+
 |  EvidenceBundle         |
 +.........................+
 | EvidenceStatement       |
 | CertificateChoices      |
 +-------------------------+
]]></artwork>
            </artset>
          </figure>
        </section>
        <section anchor="case-3-evidence-bundles-with-multiple-evidence-statements-and-complete-certificate-chains">
          <name>Case 3 - Evidence Bundles with Multiple Evidence Statements and Complete Certificate Chains</name>
          <t>In a Composite Device, which contains multiple Attesters, a collection of Evidence
statements is obtained. In this use case, each Attester returns its Evidence together with a
certificate chain. As a result, multiple EvidenceStatement structures and the corresponding CertificateChoices structure with the
certification chains as provided by the Attester, are included in the CSR.
This approach does not require any processing capabilities
by a Lead Attester since the information is merely forwarded. <xref target="fig-multiple-attesters"/>
shows this use case.</t>
          <figure anchor="fig-multiple-attesters">
            <name>Case 3: Multiple Evidence Structures each with Complete Certificate Chains.</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="160" width="560" viewBox="0 0 560 160" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                  <path d="M 8,32 L 8,128" fill="none" stroke="black"/>
                  <path d="M 216,32 L 216,128" fill="none" stroke="black"/>
                  <path d="M 8,32 L 216,32" fill="none" stroke="black"/>
                  <path d="M 8,128 L 216,128" fill="none" stroke="black"/>
                  <g class="text">
                    <text x="84" y="52">EvidenceBundle</text>
                    <text x="112" y="68">.........................</text>
                    <text x="88" y="84">EvidenceStatement</text>
                    <text x="176" y="84">(1)</text>
                    <text x="260" y="84">Provided</text>
                    <text x="308" y="84">by</text>
                    <text x="356" y="84">Attester</text>
                    <text x="400" y="84">1</text>
                    <text x="88" y="100">EvidenceStatement</text>
                    <text x="176" y="100">(2)</text>
                    <text x="260" y="100">Provided</text>
                    <text x="308" y="100">by</text>
                    <text x="356" y="100">Attester</text>
                    <text x="400" y="100">2</text>
                    <text x="92" y="116">CertificateChoices</text>
                    <text x="276" y="116">Certificates</text>
                    <text x="364" y="116">provided</text>
                    <text x="412" y="116">by</text>
                    <text x="460" y="116">Attester</text>
                    <text x="504" y="116">1</text>
                    <text x="528" y="116">and</text>
                    <text x="552" y="116">2</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
  +-------------------------+
  |  EvidenceBundle         |
  +.........................+
  | EvidenceStatement (1)   | Provided by Attester 1
  | EvidenceStatement (2)   | Provided by Attester 2
  | CertificateChoices      | Certificates provided by Attester 1 and 2
  +-------------------------+
]]></artwork>
            </artset>
          </figure>
        </section>
      </section>
      <section anchor="model-for-attestation-result-in-csr">
        <name>Model for Attestation Result in CSR</name>
        <t><xref target="fig-info-model-ar"/> illustrates the information model for transmitting
Attestation Results as a PKCS#10 attribute or a CRMF extension. This
structure includes a single AttestationResultBundle, which in turn comprises
one or more AttestationResult structures.</t>
        <figure anchor="fig-info-model-ar">
          <name>Information Model for CSR Attestation Result Conveyance.</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="288" width="448" viewBox="0 0 448 288" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
                <path d="M 8,240 L 8,272" fill="none" stroke="black"/>
                <path d="M 80,96 L 80,240" fill="none" stroke="black"/>
                <path d="M 160,144 L 160,240" fill="none" stroke="black"/>
                <path d="M 168,32 L 168,96" fill="none" stroke="black"/>
                <path d="M 216,240 L 216,272" fill="none" stroke="black"/>
                <path d="M 280,112 L 280,208" fill="none" stroke="black"/>
                <path d="M 440,112 L 440,208" fill="none" stroke="black"/>
                <path d="M 8,32 L 168,32" fill="none" stroke="black"/>
                <path d="M 8,96 L 168,96" fill="none" stroke="black"/>
                <path d="M 280,112 L 440,112" fill="none" stroke="black"/>
                <path d="M 160,144 L 264,144" fill="none" stroke="black"/>
                <path d="M 280,144 L 440,144" fill="none" stroke="black"/>
                <path d="M 280,208 L 440,208" fill="none" stroke="black"/>
                <path d="M 8,240 L 216,240" fill="none" stroke="black"/>
                <path d="M 8,272 L 216,272" fill="none" stroke="black"/>
                <circle cx="248" cy="128" r="6" class="closeddot" fill="black"/>
                <g class="text">
                  <text x="48" y="52">PKCS#10</text>
                  <text x="120" y="52">Attribute</text>
                  <text x="76" y="68">or</text>
                  <text x="36" y="84">CRMF</text>
                  <text x="96" y="84">Extension</text>
                  <text x="56" y="116">1</text>
                  <text x="232" y="132">1..</text>
                  <text x="360" y="132">AttestationResult</text>
                  <text x="308" y="164">Type</text>
                  <text x="316" y="180">Result</text>
                  <text x="56" y="212">1</text>
                  <text x="144" y="228">1</text>
                  <text x="112" y="260">AttestationResultBundle</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
+-------------------+
| PKCS#10 Attribute |
|       or          |
| CRMF Extension    |
+--------+----------+
      1  |                        +-------------------+
         |                 1..*   + AttestationResult |
         |         +------------- +-------------------+
         |         |              | Type              |
         |         |              | Result            |
         |         |              |                   |
      1  |         |              +-------------------+
         |       1 |
+--------+---------+------+
| AttestationResultBundle |
+-------------------------+
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="asn1-elements-for-evidence-in-csr">
      <name>ASN.1 Elements for Evidence in CSR</name>
      <section anchor="object-identifiers">
        <name>Object Identifiers</name>
        <t>This document references <tt>id-pkix</tt> and <tt>id-aa</tt>, both defined in <xref target="RFC5911"/> and <xref target="RFC5912"/>.</t>
        <t>This document defines the arc depicted in <xref target="code-ata-arc"/>.</t>
        <figure anchor="code-ata-arc">
          <name>New OID Arc for PKIX Evidence Statement Formats</name>
          <artwork><![CDATA[
-- Arc for Evidence types
id-ata OBJECT IDENTIFIER ::= { id-aa (TBD1) }
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-evidenceAttr">
        <name>Evidence Attribute and Extension</name>
        <t>By definition, attributes within a PKCS#10 CSR are
typed as ATTRIBUTE and within a CRMF CSR are typed as EXTENSION.
This attribute definition contains one
Evidence bundle of type <tt>EvidenceBundle</tt> containing
one or more Evidence statements of a type <tt>EvidenceStatement</tt> along with
optional certificates for certification path building.
This structure enables different Evidence statements to share a
certification path without duplicating it in the attribute.</t>
        <figure anchor="code-EvidenceStatementSet">
          <name>Definition of EvidenceStatementSet</name>
          <artwork><![CDATA[
EVIDENCE-STATEMENT ::= TYPE-IDENTIFIER

EvidenceStatementSet EVIDENCE-STATEMENT ::= {
   ... -- None defined in this document --
}
]]></artwork>
        </figure>
        <t>The expression illustrated in <xref target="code-EvidenceStatementSet"/> maps ASN.1 Types
for Evidence Statements to the OIDs
that identify them. These mappings are used to construct
or parse EvidenceStatements. Evidence Statements are typically
defined in other IETF standards, other standards bodies,
or vendor proprietary formats along with corresponding OIDs that identify them.</t>
        <t>This list is left unconstrained in this document. However, implementers can
populate it with the formats that they wish to support.</t>
        <figure anchor="code-EvidenceStatement">
          <name>Definition of EvidenceStatement</name>
          <artwork><![CDATA[
EvidenceStatement ::= SEQUENCE {
   type   EVIDENCE-STATEMENT.&id({EvidenceStatementSet}),
   stmt   EVIDENCE-STATEMENT.&Type({EvidenceStatementSet}{@type}),
   hint   UTF8String OPTIONAL
}
]]></artwork>
        </figure>
        <t>In <xref target="code-EvidenceStatement"/>, type is an OID that indicates the format of the value of stmt.</t>
        <t>Based on the responsibilities of the different roles in the RATS architecture,
Relying Parties need to relay Evidence to Verifiers for evaluation and obtain
an Attestation Result in return. Ideally, the Relying Party should select a Verifier
based on the received Evidence without requiring the Relying Party to inspect the
Evidence itself. This "routing" decision is simple when there is only a single
Verifier configured for use by a Relying Party but gets more complex when there
are different Verifiers available and each of them capable of parsing only certain
Evidence formats.</t>
        <t>In some cases, the EvidenceStatement.type OID will be sufficient information
for the Relying Party to correctly route it to an appropriate Verifier,
however since the type OID only identifies the general data format, it is possible
that multiple Verifiers are registered against the same type OID in which case the
Relying Party will either require additional parsing of the evidence statement, or
the Attester will be required to provide additional information.</t>
        <t>To simplify the task for the Relying Party an optional field, the hint, is available
in the EvidenceStatement structure, as shown in <xref target="code-EvidenceStatement"/>. An
Attester <bcp14>MAY</bcp14> include the hint to the EvidenceStatement and it <bcp14>MAY</bcp14> be processed
by the Relying Party. The Relying Party <bcp14>MAY</bcp14> decide not to trust the information
embedded in the hint or policy <bcp14>MAY</bcp14> override any information provided by the Attester
via this hint.</t>
        <t>When the Attester populates the hint, it <bcp14>MUST</bcp14> contain a fully qualified domain
name (FQDN) which uniquely identifies a Verifier.
The problem of mapping hint FQDNs to Verifiers, and the problem of FQDN collision
is out of scope for this specification; it is assumed that Attester and Verifier
makers can manage this appropriately on their own FQDN trees, however if this
becomes problematic then a public registry may be needed.</t>
        <t>In a typical usage scenario, the Relying Party is pre-configured with
a list of trusted Verifiers and the corresponding hint values can be used to look
up appropriate Verifier. Tricking an Relying Party into interacting with an unknown
and untrusted Verifier must be avoided.</t>
        <t>Usage of the hint field can be seen in the TPM2_attest example in
<xref target="appdx-tpm2"/> where the type OID indicates the OID
id-TcgAttestCertify and the corresponding hint identifies the Verifier as
"tpmverifier.example.com".</t>
        <artwork><![CDATA[
EvidenceBundle ::= SEQUENCE {
   evidences SEQUENCE SIZE (1..MAX) OF EvidenceStatement,
   certs SEQUENCE SIZE (1..MAX) OF CertificateChoices OPTIONAL
      -- CertificateChoices MUST only contain certificate or other,
      -- see Section 10.2.2 of [RFC5652]
}
]]></artwork>
        <t>The CertificateChoices structure defined in <xref target="RFC6268"/> allows for carrying certificates in the default X.509 <xref target="RFC5280"/> format, or in other non-X.509 certificate formats. CertificateChoices <bcp14>MUST</bcp14> only contain certificate or other. CertificateChoices <bcp14>MUST NOT</bcp14> contain extendedCertificate, v1AttrCert, or v2AttrCert. Note that for non-ASN.1 certificate formats, the CertificateChoices <bcp14>MUST</bcp14> use <tt>other [3]</tt> with an <tt>OtherCertificateFormat.Type</tt> of <tt>OCTET STRING</tt>, and then can carry any binary data.</t>
        <t>The <tt>certs</tt> field contains a set of certificates that
is intended to validate the contents of an Evidence statement
contained in <tt>evidences</tt>, if required. For each Evidnece statement the set of certificates should contain
the certificate that contains the public key needed to directly validate the
Evidence statement. Additional certificates may be provided, for example, to chain the
Evidence signer key back to an agreed upon trust anchor. No specific order of the certificates in <tt>certs</tt> <bcp14>SHOULD</bcp14> be expected because certificates contained in <tt>certs</tt> may be needed to validate different Evidence statements.</t>
        <t>This specification places no restriction on mixing certificate types within the <tt>certs</tt> field. For example a non-X.509 Evidence signer certificate <bcp14>MAY</bcp14> chain to a trust anchor via a chain of X.509 certificates. It is up to the Attester and its Verifier to agree on supported certificate formats.</t>
        <figure anchor="code-extensions">
          <name>Definitions of CSR attribute and extension</name>
          <artwork><![CDATA[
id-aa-evidence OBJECT IDENTIFIER ::= { id-ata 59 }

-- For PKCS#10
attr-evidence ATTRIBUTE ::= {
  TYPE EvidenceBundle
  COUNTS MAX 1
  IDENTIFIED BY id-aa-evidence
}

-- For CRMF
ext-evidence EXTENSION ::= {
  SYNTAX EvidenceBundle
  IDENTIFIED BY id-aa-evidence
}
]]></artwork>
        </figure>
        <t>The Extension variant illustrated in <xref target="code-extensions"/> is intended only for use within CRMF CSRs and is <bcp14>NOT RECOMMENDED</bcp14> to be used within X.509 certificates due to the privacy implications of publishing Evidence about the end entity's hardware environment. See <xref target="sec-con-publishing-x509"/> for more discussion.</t>
        <t>By the nature of the PKIX ASN.1 classes <xref target="RFC5912"/>, there are multiple ways to convey multiple Evidence statements: by including multiple copies of <tt>attr-evidence</tt> or <tt>ext-evidence</tt>, multiple values within the attribute or extension, and finally, by including multiple <tt>EvidenceStatement</tt> structures within an <tt>EvidenceBundle</tt>. The latter is the preferred way to carry multiple Evidence statements. Implementations <bcp14>MUST NOT</bcp14> place multiple copies of <tt>attr-evidence</tt> into a PKCS#10 CSR due to the <tt>COUNTS MAX 1</tt> declaration. In a CRMF CSR, implementers <bcp14>SHOULD NOT</bcp14> place multiple copies of <tt>ext-evidence</tt>.</t>
      </section>
    </section>
    <section anchor="asn1-elements-for-attestation-result-in-csr">
      <name>ASN.1 Elements for Attestation Result in CSR</name>
      <section anchor="object-identifiers-1">
        <name>Object Identifiers</name>
        <t>This document defines the arc depicted in <xref target="code-ar-arc"/>.</t>
        <figure anchor="code-ar-arc">
          <name>New OID Arc for PKIX Attestation Result Formats</name>
          <artwork><![CDATA[
-- Arc for Attestation Result types
id-aa-ar OBJECT IDENTIFIER ::= { id-ata (TBD2) }
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-arAttr">
        <name>Attestation Result Attribute and Extension</name>
        <t>By definition, attributes within a PKCS#10 CSR are
typed as ATTRIBUTE and within a CRMF CSR are typed as EXTENSION.
This attribute definition contains one AttestationResultBundle structure.</t>
        <figure anchor="code-AttestationResultSet">
          <name>Definition of AttestationResultSet</name>
          <artwork><![CDATA[
ATTESTATION-RESULT ::= TYPE-IDENTIFIER

AttestationResultSet ATTESTATION-RESULT ::= {
   ... -- None defined in this document --
}
]]></artwork>
        </figure>
        <t>The expression illustrated in <xref target="code-AttestationResultSet"/>
maps ASN.1 Types for Attestation Result to the OIDs that identify them. These
mappings are used to construct or parse AttestationResults. Attestation Results
are defined in other IETF standards (see <xref target="I-D.ietf-rats-ar4si"/>),
other standards bodies, or vendor proprietary formats along with corresponding
OIDs that identify them.</t>
        <t>This list is left unconstrained in this document. However, implementers can
populate it with the formats that they wish to support.</t>
        <figure anchor="code-AttestationResult">
          <name>Definition of AttestationResult</name>
          <artwork><![CDATA[
AttestationResult ::= SEQUENCE {
   type   ATTESTATION-RESULT.&id({AttestationResultSet}),
   stmt   ATTESTATION-RESULT.&Type({AttestationResultSet}{@type}),
}
]]></artwork>
        </figure>
        <t>In <xref target="code-AttestationResult"/>, type is an OID that indicates the format of the
value of stmt.</t>
        <artwork><![CDATA[
AttestationResultBundle ::= SEQUENCE SIZE (1..MAX) OF AttestationResult
]]></artwork>
        <figure anchor="code-extensions-ar">
          <name>Definitions of CSR attribute and extension</name>
          <artwork><![CDATA[
id-aa-ar OBJECT IDENTIFIER ::= { id-ata 60 }

-- For PKCS#10
attr-ar ATTRIBUTE ::= {
  TYPE AttestationResultBundle
  COUNTS MAX 1
  IDENTIFIED BY id-aa-ar
}

-- For CRMF
ext-ar EXTENSION ::= {
  SYNTAX AttestationResultBundle
  IDENTIFIED BY id-aa-ar
}
]]></artwork>
        </figure>
      </section>
      <section anchor="implementation-considerations">
        <name>Implementation Considerations</name>
        <t>This specification is applicable both in cases where a CSR
is constructed internally or externally to the Attesting Environment, from the
point of view of the calling application. This section is particularly
applicable to the background check model.</t>
        <t>Cases where the CSR is generated internally to the Attesting Environment
are straightforward: the Hardware Security Model (HSM) generates and embeds
the Evidence and the corresponding certification paths when constructing the CSR.</t>
        <t>Cases where the CSR is generated externally may require extra communication
between the CSR generator and the Attesting Environment, first to obtain
the necessary Evidence about the subject key, and then to use
the subject key to sign the CSR; for example, a CSR generated by
a popular crypto library about a subject key stored on a PKCS#11 <xref target="PKCS11"/> device.</t>
        <t>As an example, assuming that the HSM is, or contains, the Attesting Environment and
some cryptographic library is assembling a CSR by interacting with the HSM over some
network protocol, then the interaction would conceptually be:</t>
        <figure anchor="fig-csr-client-p11">
          <name>Example interaction between CSR generator and HSM.</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="384" viewBox="0 0 384 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,176 L 8,208" fill="none" stroke="black"/>
                <path d="M 160,32 L 160,80" fill="none" stroke="black"/>
                <path d="M 184,176 L 184,208" fill="none" stroke="black"/>
                <path d="M 200,88 L 200,304" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,80" fill="none" stroke="black"/>
                <path d="M 328,32 L 328,80" fill="none" stroke="black"/>
                <path d="M 352,88 L 352,304" fill="none" stroke="black"/>
                <path d="M 376,32 L 376,80" fill="none" stroke="black"/>
                <path d="M 160,32 L 240,32" fill="none" stroke="black"/>
                <path d="M 328,32 L 376,32" fill="none" stroke="black"/>
                <path d="M 160,80 L 240,80" fill="none" stroke="black"/>
                <path d="M 328,80 L 376,80" fill="none" stroke="black"/>
                <path d="M 208,128 L 344,128" fill="none" stroke="black"/>
                <path d="M 208,160 L 344,160" fill="none" stroke="black"/>
                <path d="M 8,176 L 184,176" fill="none" stroke="black"/>
                <path d="M 8,208 L 184,208" fill="none" stroke="black"/>
                <path d="M 208,256 L 344,256" fill="none" stroke="black"/>
                <path d="M 208,288 L 344,288" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="352,256 340,250.4 340,261.6" fill="black" transform="rotate(0,344,256)"/>
                <polygon class="arrowhead" points="352,128 340,122.4 340,133.6" fill="black" transform="rotate(0,344,128)"/>
                <polygon class="arrowhead" points="216,288 204,282.4 204,293.6" fill="black" transform="rotate(180,208,288)"/>
                <polygon class="arrowhead" points="216,160 204,154.4 204,165.6" fill="black" transform="rotate(180,208,160)"/>
                <g class="text">
                  <text x="196" y="52">Crypto</text>
                  <text x="352" y="52">HSM</text>
                  <text x="200" y="68">Library</text>
                  <text x="264" y="116">getEvidence()</text>
                  <text x="32" y="196">CSR</text>
                  <text x="56" y="196">=</text>
                  <text x="120" y="196">assembleCSR()</text>
                  <text x="192" y="196">-</text>
                  <text x="248" y="244">sign(CSR)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                   +---------+          +-----+
                   | Crypto  |          | HSM |
                   | Library |          |     |
                   +---------+          +-----+
                        |                  |
                        | getEvidence()    |
                        |----------------->|
                        |                  |
                        |<-----------------|
+---------------------+ |                  |
| CSR = assembleCSR() |-|                  |
+---------------------+ |                  |
                        |                  |
                        | sign(CSR)        |
                        |----------------->|
                        |                  |
                        |<-----------------|
                        |                  |
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to open two new registries, allocate a value
from the "SMI Security for PKIX Module Identifier" registry for the
included ASN.1 module, and allocate values from "SMI Security for
S/MIME Attributes" to identify two attributes defined within.</t>
      <section anchor="module-registration-smi-security-for-pkix-module-identifier">
        <name>Module Registration - SMI Security for PKIX Module Identifier</name>
        <ul spacing="normal">
          <li>
            <t>Decimal: IANA Assigned - <strong>Replace TBDMOD</strong></t>
          </li>
          <li>
            <t>Description: CSR-ATTESTATION-2023 - id-mod-pkix-attest-01</t>
          </li>
          <li>
            <t>References: This Document</t>
          </li>
        </ul>
      </section>
      <section anchor="object-identifier-registrations-smi-security-for-smime-attributes">
        <name>Object Identifier Registrations - SMI Security for S/MIME Attributes</name>
        <ul spacing="normal">
          <li>
            <t>Evidence Statement</t>
          </li>
          <li>
            <t>Decimal: IANA Assigned - This was early-allocated as <tt>59</tt> so that we could generate the sample data.</t>
          </li>
          <li>
            <t>Description: id-aa-evidence</t>
          </li>
          <li>
            <t>References: This Document</t>
          </li>
          <li>
            <t>Attestation Result</t>
          </li>
          <li>
            <t>Decimal: IANA Assigned - - <strong>Replace TBD2</strong></t>
          </li>
          <li>
            <t>Description: id-aa-ar</t>
          </li>
          <li>
            <t>References: This Document</t>
          </li>
        </ul>
      </section>
      <section anchor="smi-security-for-pkix-evidence-statement-formats-registry">
        <name>"SMI Security for PKIX Evidence Statement Formats" Registry</name>
        <t>IANA is asked to create a registry for Evidence Statement Formats within
the SMI-numbers registry, allocating an assignment from id-pkix ("SMI
Security for PKIX" Registry) for the purpose.</t>
        <ul spacing="normal">
          <li>
            <t>Decimal: IANA Assigned - <strong>replace TBD1</strong></t>
          </li>
          <li>
            <t>Description: id-ata</t>
          </li>
          <li>
            <t>References: This document</t>
          </li>
          <li>
            <t>Initial contents: None</t>
          </li>
          <li>
            <t>Registration Regime: Specification Required.
Document must specify an EVIDENCE-STATEMENT or ATTESTATION-RESULT
definition to which this Object Identifier shall be bound.</t>
          </li>
        </ul>
        <t>Columns:</t>
        <ul spacing="normal">
          <li>
            <t>Decimal: The subcomponent under id-ata</t>
          </li>
          <li>
            <t>Description: Begins with id-ata</t>
          </li>
          <li>
            <t>References: RFC or other document</t>
          </li>
        </ul>
      </section>
      <section anchor="attestation-evidence-oid-registry">
        <name>Attestation Evidence OID Registry</name>
        <t>IANA is asked to create a registry that helps developers to find
OID/Evidence mappings.</t>
        <t>Registration requests are evaluated using the criteria described in
the registration template below after a three-week review period on
the [[TBD]] mailing list, with the advice of one or more Designated
Experts <xref target="RFC8126"/>.  However, to allow for the allocation of values
prior to publication, the Designated Experts may approve registration
once they are satisfied that such a specification will be published.</t>
        <t>Registration requests sent to the mailing list for review should use
an appropriate subject (e.g., "Request to register attestation
evidence: example").</t>
        <t>IANA must only accept registry updates from the Designated Experts
and should direct all requests for registration to the review mailing
list.</t>
        <section anchor="registration-template">
          <name>Registration Template</name>
          <t>The registry has the following columns:</t>
          <ul spacing="normal">
            <li>
              <t>OID: The OID number, which has already been allocated. IANA does
not allocate OID numbers for use with this registry.</t>
            </li>
            <li>
              <t>Description: Brief description of the use of the Evidence and the
registration of the OID.</t>
            </li>
            <li>
              <t>Reference(s): Reference to the document or documents that register
the OID for use with a specific attestation technology, preferably
including URIs that can be used to retrieve copies of the documents.
An indication of the relevant sections may also be included but is not
required.</t>
            </li>
            <li>
              <t>Change Controller: For Standards Track RFCs, list the "IESG".  For
others, give the name of the responsible party. In most cases the
third party requesting registration in this registry will also be the
party that registered the OID.</t>
            </li>
          </ul>
        </section>
        <section anchor="initial-registry-contents">
          <name>Initial Registry Contents</name>
          <t>The initial registry contents is shown in the table below.
It lists entries for several evidence encoding OIDs including an entry for the Conceptual Message Wrapper (CMW) <xref target="I-D.ietf-rats-msg-wrap"/>.</t>
          <table anchor="tab-ae-reg">
            <name>Initial Contents of the Attestation Evidence OID Registry</name>
            <thead>
              <tr>
                <th align="left">OID</th>
                <th align="left">Description</th>
                <th align="left">Reference(s)</th>
                <th align="left">Change Controller</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td align="left">2 23 133 5 4 1</td>
                <td align="left">tcg-dice-TcbInfo</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 3</td>
                <td align="left">tcg-dice-endorsement-manifest-uri</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 4</td>
                <td align="left">tcg-dice-Ueid</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 5</td>
                <td align="left">tcg-dice-MultiTcbInfo</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 6</td>
                <td align="left">tcg-dice-UCCS-evidence</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 7</td>
                <td align="left">tcg-dice-manifest-evidence</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 8</td>
                <td align="left">tcg-dice-MultiTcbInfoComp</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 9</td>
                <td align="left">tcg-dice-conceptual-message-wrapper</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 5 4 11</td>
                <td align="left">tcg-dice-TcbFreshness</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">2 23 133 20 1</td>
                <td align="left">tcg-attest-tpm-certify</td>
                <td align="left">
                  <xref target="TCGRegistry"/></td>
                <td align="left">TCG</td>
              </tr>
              <tr>
                <td align="left">1 3 6 1 5 5 7 1 35</td>
                <td align="left">id-pe-cmw</td>
                <td align="left">
                  <xref target="I-D.ietf-rats-msg-wrap"/></td>
                <td align="left">IETF</td>
              </tr>
            </tbody>
          </table>
          <t>The current registry values can be retrieved from the IANA online website.</t>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>In the RATS architecture, when Evidence or an Attestation Result is presented to a Relying Party (RP), the RP may learn detailed information about the Attester unless that information has been redacted or encrypted. Consequently, a certain amount of trust must be placed in the RP, which raises potential privacy concerns because an RP could be used to track devices. This observation is noted in Section 11 of <xref target="RFC9334"/>.</t>
      <t>Typically, the RPs considered in the RATS architecture are application services that use remote attestation, rather than RAs or CAs. Devices inherently place significant trust in RA/CA infrastructure elements, and therefore any additional information revealed through remote attestation to such entities is generally less concerning than disclosure to application services. The problem of copying Evidence by CAs into an X.509 certificate is discussed in <xref target="sec-con-publishing-x509"/>.</t>
      <t>These privacy risks can be mitigated using several approaches, including:</t>
      <ul spacing="normal">
        <li>
          <t>Shared Attestation Keys: A manufacturer of devices may provision all devices with the same attestation key(s), or share a common attestation key across devices of the same product family. This approach anonymizes individual devices by making them indistinguishable from others using the same key(s). However, it also means losing the ability to revoke a single attestation key if a specific device is compromised. Care must be taken to avoid embedding uniquely identifying information in the Evidence, as that would reduce the privacy benefits of using remote attestation.</t>
        </li>
        <li>
          <t>Per-Use Attestation Keys: Devices may be designed to dynamically generate distinct attestation keys (and request the corresponding certificates) for each use case, device, or session. This is analogous to the Privacy CA model, in which a device is initially provisioned with an attestation key and certificate; then, in conjunction with a privacy-preserving CA, it can obtain unique keys and certificates as needed. This strategy reduces the potential for tracking while maintaining strong security assurances. This is the model described in this document.</t>
        </li>
        <li>
          <t>Anonymous Attestation Mechanisms: Direct anonymous attestation (DAA) or similar cryptographic methods can be employed to generate blinded attestation signatures. In these schemes, the verifier can validate the attestation using a root key but does not gain a global correlation handle. Thus, repeated use of the same attestation key cannot be exploited to track devices. <xref target="I-D.ietf-rats-daa"/> extends the RATS architecture with such a DAA scheme, significantly enhancing privacy.</t>
        </li>
      </ul>
      <section anchor="background-check-model-security-considerations">
        <name>Background Check Model Security Considerations</name>
        <t>A PKCS#10 or CRMF Certification Request message typically consists of a
distinguished name, a public key, and optionally a set of attributes,
collectively signed by the entity requesting certification.
In general usage, the private key used to sign the CSR <bcp14>MUST</bcp14> be different from the
Attesting Key utilized to sign Evidence about the Target
Environment, though exceptions <bcp14>MAY</bcp14> be made where CSRs and Evidence are involved in
bootstrapping the Attesting Key.</t>
        <t>To demonstrate that the private
key applied to sign the CSR is generated, and stored in a secure
environment that has controls to prevent theft or misuse (including
being non-exportable / non-recoverable), the Attesting Environment
has to collect claims about this secure environment (or Target
Environment, as shown in <xref target="fig-attester"/>).</t>
        <t><xref target="fig-attester"/> shows the interaction inside an Attester. The
Attesting Environment, which is provisioned with an Attestation Key,
retrieves claims about the Target Environment. The Target
Environment offers key generation, storage and usage, which it
makes available to services. The Attesting Environment collects
these claims about the Target Environment and signs them and
exports Evidence for use in remote attestation via a CSR.</t>
        <figure anchor="fig-attester">
          <name>Interaction between Attesting and Target Environment</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="576" width="328" viewBox="0 0 328 576" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,240 L 8,544" fill="none" stroke="black"/>
                <path d="M 40,80 L 40,144" fill="none" stroke="black"/>
                <path d="M 48,288 L 48,352" fill="none" stroke="black"/>
                <path d="M 96,152 L 96,280" fill="none" stroke="black"/>
                <path d="M 120,152 L 120,280" fill="none" stroke="black"/>
                <path d="M 120,448 L 120,512" fill="none" stroke="black"/>
                <path d="M 152,32 L 152,80" fill="none" stroke="black"/>
                <path d="M 168,352 L 168,440" fill="none" stroke="black"/>
                <path d="M 200,152 L 200,280" fill="none" stroke="black"/>
                <path d="M 232,448 L 232,512" fill="none" stroke="black"/>
                <path d="M 240,280 L 240,352" fill="none" stroke="black"/>
                <path d="M 264,80 L 264,144" fill="none" stroke="black"/>
                <path d="M 304,240 L 304,472" fill="none" stroke="black"/>
                <path d="M 304,488 L 304,544" fill="none" stroke="black"/>
                <path d="M 320,112 L 320,480" fill="none" stroke="black"/>
                <path d="M 40,80 L 264,80" fill="none" stroke="black"/>
                <path d="M 272,112 L 320,112" fill="none" stroke="black"/>
                <path d="M 40,144 L 264,144" fill="none" stroke="black"/>
                <path d="M 8,240 L 88,240" fill="none" stroke="black"/>
                <path d="M 128,240 L 192,240" fill="none" stroke="black"/>
                <path d="M 208,240 L 304,240" fill="none" stroke="black"/>
                <path d="M 48,288 L 240,288" fill="none" stroke="black"/>
                <path d="M 48,352 L 240,352" fill="none" stroke="black"/>
                <path d="M 120,448 L 232,448" fill="none" stroke="black"/>
                <path d="M 72,480 L 112,480" fill="none" stroke="black"/>
                <path d="M 232,480 L 320,480" fill="none" stroke="black"/>
                <path d="M 120,512 L 232,512" fill="none" stroke="black"/>
                <path d="M 8,544 L 304,544" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="280,112 268,106.4 268,117.6" fill="black" transform="rotate(180,272,112)"/>
                <polygon class="arrowhead" points="208,280 196,274.4 196,285.6" fill="black" transform="rotate(90,200,280)"/>
                <polygon class="arrowhead" points="208,152 196,146.4 196,157.6" fill="black" transform="rotate(270,200,152)"/>
                <polygon class="arrowhead" points="176,440 164,434.4 164,445.6" fill="black" transform="rotate(90,168,440)"/>
                <polygon class="arrowhead" points="160,32 148,26.4 148,37.6" fill="black" transform="rotate(270,152,32)"/>
                <polygon class="arrowhead" points="128,152 116,146.4 116,157.6" fill="black" transform="rotate(270,120,152)"/>
                <polygon class="arrowhead" points="120,480 108,474.4 108,485.6" fill="black" transform="rotate(0,112,480)"/>
                <polygon class="arrowhead" points="104,280 92,274.4 92,285.6" fill="black" transform="rotate(90,96,280)"/>
                <g class="text">
                  <text x="168" y="52">CSR</text>
                  <text x="204" y="52">with</text>
                  <text x="188" y="68">Evidence</text>
                  <text x="112" y="116">CSR</text>
                  <text x="160" y="116">Library</text>
                  <text x="32" y="180">Private</text>
                  <text x="156" y="180">Public</text>
                  <text x="248" y="180">Signature</text>
                  <text x="16" y="196">Key</text>
                  <text x="144" y="196">Key</text>
                  <text x="248" y="196">Operation</text>
                  <text x="44" y="212">Generation</text>
                  <text x="156" y="212">Export</text>
                  <text x="108" y="244">--</text>
                  <text x="268" y="260">Attester</text>
                  <text x="256" y="276">(HSM)</text>
                  <text x="84" y="308">Target</text>
                  <text x="160" y="308">Environment</text>
                  <text x="80" y="324">(with</text>
                  <text x="120" y="324">key</text>
                  <text x="184" y="324">generation,</text>
                  <text x="88" y="340">storage</text>
                  <text x="136" y="340">and</text>
                  <text x="180" y="340">usage)</text>
                  <text x="128" y="388">Collect</text>
                  <text x="132" y="404">Claims</text>
                  <text x="56" y="468">Attestation</text>
                  <text x="168" y="468">Attesting</text>
                  <text x="48" y="484">Key</text>
                  <text x="176" y="484">Environment</text>
                  <text x="172" y="500">(Firmware)</text>
                  <text x="268" y="500">Evidence</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                   ^
                   |CSR with
                   |Evidence
     .-------------+-------------.
     |                           |
     |       CSR Library         |<-----+
     |                           |      |
     '---------------------------'      |
            |  ^         ^              |
 Private    |  | Public  | Signature    |
 Key        |  | Key     | Operation    |
 Generation |  | Export  |              |
            |  |         |              |
 .----------|--|---------|------------. |
 |          |  |         |    Attester| |
 |          v  |         v    (HSM)   | |
 |    .-----------------------.       | |
 |    | Target Environment    |       | |
 |    | (with key generation, |       | |
 |    | storage and usage)    |       | |
 |    '--------------+--------'       | |
 |                   |                | |
 |           Collect |                | |
 |            Claims |                | |
 |                   |                | |
 |                   v                | |
 |             .-------------.        | |
 |Attestation  | Attesting   |        | |
 |   Key ----->| Environment +----------+
 |             | (Firmware)  |Evidence|
 |             '-------------'        |
 |                                    |
 '------------------------------------'
]]></artwork>
          </artset>
        </figure>
        <t><xref target="fig-attester"/> places the CSR library outside the Attester, which
is a valid architecture for certificate enrollment.
The CSR library may also be located
inside the trusted computing base. Regardless of the placement
of the CSR library, an Attesting Environment <bcp14>MUST</bcp14> be able to collect
claims about the Target Environment such that statements about
the storage of the keying material can be made.
For the Verifier, the provided Evidence must allow
an assessment to be made whether the key used to sign the CSR
is stored in a secure location and cannot be exported.</t>
        <t>Evidence communicated in the attributes and structures defined
in this document are meant to be used in a CSR. It is up to
the Verifier and to the Relying Party (RA/CA) to place as much or
as little trust in this information as dictated by policies.</t>
        <t>This document defines the transport of Evidence of different formats
in a CSR. Some of these encoding formats are based on standards
while others are proprietary formats. A Verifier will need to understand
these formats for matching the received claim values against policies.</t>
        <t>Policies drive the processing of Evidence at the Verifier: the Verifier's
Appraisal Policy for Evidence will often be based on specifications by the manufacturer
of a hardware security module, a regulatory agency, or specified by an
oversight body, such as the CA Browser Forum. The Code-Signing Baseline
Requirements <xref target="CSBR"/> document
is an example of such a policy that has
been published by the CA Browser Forum and specifies certain properties,
such as non-exportability, which must be enabled for storing
publicly-trusted code-signing keys. Other
policies influence the decision making at the Relying Party when
evaluating the Attestation Result. The Relying Party is ultimately
responsible for making a decision of what information in the Attestation
Result it will accept. The presence of the attributes defined in this
specification provide the Relying Party with additional assurance about
an Attester. Policies used at the Verifier and the Relying Party are
implementation dependent and out of scope for this document. Whether to
require the use of Evidence in a CSR is out-of-scope for this document.</t>
      </section>
      <section anchor="freshness-for-the-background-check-model">
        <name>Freshness for the Background Check Model</name>
        <t>Evidence generated by an Attester generally needs to be fresh to provide
value to the Verifier since the configuration on the device may change
over time. <xref section="10" sectionFormat="of" target="RFC9334"/> discusses different approaches for
providing freshness, including a nonce-based approach, the use of timestamps
and an epoch-based technique. The use of nonces requires that nonce to be provided by
the Relying Party in some protocol step prior to Evidence and CSR generation,
and the use of timestamps requires synchronized clocks which cannot be
guaranteed in all operating environments. Epochs also require an out-of-band
communication channel.
This document leaves the exchange of nonces and other freshness data to
certificate management protocols, see <xref target="I-D.ietf-lamps-attestation-freshness"/>.
Developers, operators, and designers of protocols, which embed
Evidence-carrying-CSRs, <bcp14>MUST</bcp14> consider what notion of freshness is
appropriate and available in-context; thus the issue of freshness is
left up to the discretion of protocol designers and implementers.</t>
        <t>In the case of Hardware Security Modules (HSM), the definition of "fresh" is somewhat ambiguous in the context
of CSRs, especially considering that non-automated certificate enrollments
are often asynchronous, and considering the common practice of re-using the
same CSR for multiple certificate renewals across the lifetime of a key.
"Freshness" typically implies both asserting that the data was generated
at a certain point-in-time, as well as providing non-replayability.
Certain use cases may have special properties impacting the freshness
requirements. For example, HSMs are typically designed to not allow downgrade
of private key storage properties; for example if a given key was asserted at
time T to have been generated inside the hardware boundary and to be
non-exportable, then it can be assumed that those properties of that key
will continue to hold into the future.</t>
        <t>Note: Freshness is also a concern for remote attestation in the passport model; however, the protocol between the Attester and the Verifier lies outside the scope of this specification.</t>
      </section>
      <section anchor="sec-con-publishing-x509">
        <name>Publishing Evidence in an X.509 Extension</name>
        <t>This document specifies an Extension for carrying Evidence in a CRMF Certificate Signing Request (CSR), but it is intentionally <bcp14>NOT RECOMMENDED</bcp14> for a CA to copy the ext-evidence extension into the published certificate.
The reason for this is that certificates are considered public information and the Evidence might contain detailed information about hardware and patch levels of the device on which the private key resides.
The certificate requester has consented to sharing this detailed device information with the CA but might not consent to having these details published.
These privacy considerations are beyond the scope of this document and may require additional signaling mechanisms in the CSR to prevent unintended publication of sensitive information, so we leave it as "<bcp14>NOT RECOMMENDED</bcp14>". Often, the correct layer at which to address this is either in certificate profiles, a Certificate Practice Statement (CPS), or in the protocol or application that carries the CSR to the RA/CA where a flag can be added indicating whether the RA/CA should consider the evidence to be public or private.</t>
      </section>
      <section anchor="type-oid-and-verifier-hint">
        <name>Type OID and verifier hint</name>
        <t>The <tt>EvidenceStatement</tt> includes both a <tt>type</tt> OID and a free form <tt>hint</tt> field with which the Attester can provide information to the Relying Party about which Verifier to invoke to parse a given piece of Evidence.
Care should be taken when processing these data since at the time they are used, they are not yet verified. In fact, they are protected by the CSR signature but not by the signature from the Attester and so could be maliciously replaced in some cases.
The authors' intent is that the <tt>type</tt> OID and <tt>hint</tt> will allow an RP to select between Verifier with which it has pre-established trust relationships, such as Verifier libraries that have been compiled in to the RP application.
As an example, the <tt>hint</tt> may take the form of an FQDN to uniquely identify a Verifier implementation, but the RP <bcp14>MUST NOT</bcp14> blindly make network calls to unknown domain names and trust the results.
Implementers should also be cautious around <tt>type</tt> OID or <tt>hint</tt> values that cause a short-circuit in the verification logic, such as <tt>None</tt>, <tt>Null</tt>, <tt>Debug</tt>, empty CMW contents, or similar values that could cause the Evidence to appear to be valid when in fact it was not properly checked.</t>
      </section>
      <section anchor="additional-security-considerations">
        <name>Additional Security Considerations</name>
        <t>In addition to the security considerations listed here, implementers should be familiar with the security considerations of the specifications on this this depends: PKCS#10 <xref target="RFC2986"/>, CRMF <xref target="RFC4211"/>, as well as general security concepts relating to remote attestation; many of these concepts are discussed in <xref section="6" sectionFormat="of" target="RFC9334"/>, <xref section="7" sectionFormat="of" target="RFC9334"/>, <xref section="9" sectionFormat="of" target="RFC9334"/>, <xref section="11" sectionFormat="of" target="RFC9334"/>, and <xref section="12" sectionFormat="of" target="RFC9334"/>. Implementers should also be aware of any security considerations relating to the specific Evidence and Attestation Result formats being carried within the CSR.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9334">
          <front>
            <title>Remote ATtestation procedureS (RATS) Architecture</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="N. Smith" initials="N." surname="Smith"/>
            <author fullname="W. Pan" initials="W." surname="Pan"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9334"/>
          <seriesInfo name="DOI" value="10.17487/RFC9334"/>
        </reference>
        <reference anchor="RFC6268">
          <front>
            <title>Additional New ASN.1 Modules for the Cryptographic Message Syntax (CMS) and the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="July" year="2011"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates some auxiliary ASN.1 modules to conform to the 2008 version of ASN.1; the 1988 ASN.1 modules remain the normative version. There are no bits- on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6268"/>
          <seriesInfo name="DOI" value="10.17487/RFC6268"/>
        </reference>
        <reference anchor="RFC5912">
          <front>
            <title>New ASN.1 Modules for the Public Key Infrastructure Using X.509 (PKIX)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Public Key Infrastructure using X.509 (PKIX) certificate format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5912"/>
          <seriesInfo name="DOI" value="10.17487/RFC5912"/>
        </reference>
        <reference anchor="RFC4211">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Certificate Request Message Format (CRMF) syntax and semantics. This syntax is used to convey a request for a certificate to a Certification Authority (CA), possibly via a Registration Authority (RA), for the purposes of X.509 certificate production. The request will typically include a public key and the associated registration information. This document does not define a certificate request protocol. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4211"/>
          <seriesInfo name="DOI" value="10.17487/RFC4211"/>
        </reference>
        <reference anchor="RFC2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </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"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <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="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC5911">
          <front>
            <title>New ASN.1 Modules for Cryptographic Message Syntax (CMS) and S/MIME</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="June" year="2010"/>
            <abstract>
              <t>The Cryptographic Message Syntax (CMS) format, and many associated formats, are expressed using ASN.1. The current ASN.1 modules conform to the 1988 version of ASN.1. This document updates those ASN.1 modules to conform to the 2002 version of ASN.1. There are no bits-on-the-wire changes to any of the formats; this is simply a change to the syntax. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5911"/>
          <seriesInfo name="DOI" value="10.17487/RFC5911"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <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>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="I-D.ietf-rats-msg-wrap">
          <front>
            <title>RATS Conceptual Messages Wrapper (CMW)</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Ned Smith" initials="N." surname="Smith">
              <organization>Intel</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
            </author>
            <author fullname="Dionna Glaze" initials="D." surname="Glaze">
              <organization>Google LLC</organization>
            </author>
            <date day="15" month="November" year="2024"/>
            <abstract>
              <t>   This document defines the RATS conceptual message wrapper (CMW)
   format, a type of encapsulation format that can be used for any RATS
   messages, such as Evidence, Attestation Results, Endorsements, and
   Reference Values.  Additionally, the document describes a collection
   type that enables the aggregation of one or more CMWs into a single
   message.

   This document also defines corresponding CBOR tag, JSON Web Tokens
   (JWT) and CBOR Web Tokens (CWT) claims, as well as an X.509
   extension.  These allow embedding the wrapped conceptual messages
   into CBOR-based protocols, web APIs, and PKIX protocols.  In
   addition, a Media Type and a CoAP Content-Format are defined for
   transporting CMWs in HTTP, MIME, CoAP and other Internet protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-msg-wrap-11"/>
        </reference>
        <reference anchor="I-D.bft-rats-kat">
          <front>
            <title>An EAT-based Key Attestation Token</title>
            <author fullname="Mathias Brossard" initials="M." surname="Brossard">
              <organization>arm</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
         </author>
            <date day="21" month="November" year="2024"/>
            <abstract>
              <t>   This document defines an evidence format for key attestation based on
   the Entity Attestation Token (EAT).

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the Remote ATtestation
   ProcedureS Working Group mailing list (rats@ietf.org), which is
   archived at https://mailarchive.ietf.org/arch/browse/rats/.

   Source for this draft and an issue tracker can be found at
   https://github.com/thomas-fossati/draft-kat.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bft-rats-kat-05"/>
        </reference>
        <reference anchor="RFC7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="I-D.ietf-rats-daa">
          <front>
            <title>Direct Anonymous Attestation for the Remote Attestation Procedures Architecture</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Christopher Newton" initials="C." surname="Newton">
              <organization>University of Surrey</organization>
            </author>
            <author fullname="Liqun Chen" initials="L." surname="Chen">
              <organization>University of Surrey</organization>
            </author>
            <author fullname="Dave Thaler" initials="D." surname="Thaler">
              <organization>Microsoft</organization>
            </author>
            <date day="5" month="September" year="2024"/>
            <abstract>
              <t>   This document maps the concept of Direct Anonymous Attestation (DAA)
   to the Remote Attestation Procedures (RATS) Architecture.  The
   protocol entity DAA Issuer is introduced and its mapping with
   existing RATS roles in DAA protocol steps is specified.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-daa-06"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-attestation-freshness">
          <front>
            <title>Nonce-based Freshness for Remote Attestation in Certificate Signing Requests (CSRs) for the Certification Management Protocol (CMP) and for Enrollment over Secure Transport (EST)</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>Siemens</organization>
            </author>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens</organization>
            </author>
            <date day="5" month="November" year="2024"/>
            <abstract>
              <t>   When an end entity includes attestation Evidence in a Certificate
   Signing Request (CSR), it may be necessary to demonstrate the
   freshness of the provided Evidence.  Current attestation technology
   commonly achieves this using nonces.

   This document outlines the process through which nonces are supplied
   to the end entity by an RA/CA for inclusion in Evidence, leveraging
   the Certificate Management Protocol (CMP) and Enrollment over Secure
   Transport (EST)

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-attestation-freshness-03"/>
        </reference>
        <reference anchor="I-D.tschofenig-rats-psa-token">
          <front>
            <title>Arm's Platform Security Architecture (PSA) Attestation Token</title>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
         </author>
            <author fullname="Simon Frost" initials="S." surname="Frost">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Mathias Brossard" initials="M." surname="Brossard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Adrian L. Shaw" initials="A. L." surname="Shaw">
              <organization>HP Labs</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <date day="23" month="September" year="2024"/>
            <abstract>
              <t>   The Arm Platform Security Architecture (PSA) is a family of hardware
   and firmware security specifications, as well as open-source
   reference implementations, to help device makers and chip
   manufacturers build best-practice security into products.  Devices
   that are PSA compliant can produce attestation tokens as described in
   this memo, which are the basis for many different protocols,
   including secure provisioning and network access control.  This
   document specifies the PSA attestation token structure and semantics.

   The PSA attestation token is a profile of the Entity Attestation
   Token (EAT).  This specification describes what claims are used in an
   attestation token generated by PSA compliant systems, how these
   claims get serialized to the wire, and how they are cryptographically
   protected.

   This informational document is published as an independent submission
   to improve interoperability with Arm's architecture.  It is not a
   standard nor a product of the IETF.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tschofenig-rats-psa-token-24"/>
        </reference>
        <reference anchor="I-D.ffm-rats-cca-token">
          <front>
            <title>Arm's Confidential Compute Architecture Reference Attestation Token</title>
            <author fullname="Simon Frost" initials="S." surname="Frost">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Giridhar Mandyam" initials="G." surname="Mandyam">
              <organization>Mediatek Inc</organization>
            </author>
            <date day="4" month="July" year="2024"/>
            <abstract>
              <t>   The Arm Confidential Compute Architecture (CCA) is series of hardware
   and software innovations that enhance Arm’s support for Confidential
   Computing for large, compute-intensive workloads.  Devices that
   implement CCA can produce attestation tokens as described in this
   memo, which are the basis for trustworthiness assessment of the
   Confidential Compute environment.  This document specifies the CCA
   attestation token structure and semantics.

   The CCA attestation token is a profile of the Entity Attestation
   Token (EAT).  This specification describes what claims are used in an
   attestation token generated by CCA compliant systems, how these
   claims get serialized to the wire, and how they are cryptographically
   protected.

   This informational document is published as an independent submission
   to improve interoperability with Arm's architecture.  It is not a
   standard nor a product of the IETF.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ffm-rats-cca-token-00"/>
        </reference>
        <reference anchor="TPM20" target="https://trustedcomputinggroup.org/resource/tpm-library-specification/">
          <front>
            <title>Trusted Platform Module Library Specification, Family 2.0</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CSBR" target="https://cabforum.org/uploads/Baseline-Requirements-for-the-Issuance-and-Management-of-Code-Signing.v3.7.pdf">
          <front>
            <title>Baseline Requirements for Code-Signing Certificates, v.3.7</title>
            <author>
              <organization>CA/Browser Forum</organization>
            </author>
            <date year="2024" month="February"/>
          </front>
        </reference>
        <reference anchor="TCGRegistry" target="https://trustedcomputinggroup.org/resource/tcg-oid-registry/">
          <front>
            <title>TCG OID Registry</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2024" month="October"/>
          </front>
        </reference>
        <reference anchor="TCGDICE1.1" target="https://trustedcomputinggroup.org/wp-content/uploads/DICE-Attestation-Architecture-Version-1.1-Revision-18_pub.pdf">
          <front>
            <title>DICE Attestation Architecture</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2024" month="January"/>
          </front>
        </reference>
        <reference anchor="PKCS11" target="http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html">
          <front>
            <title>PKCS #11 Cryptographic Token Interface Base Specification Version 2.40</title>
            <author>
              <organization>OASIS</organization>
            </author>
            <date year="2015" month="April"/>
          </front>
        </reference>
        <reference anchor="SampleData" target="https://github.com/lamps-wg/csr-attestation-examples">
          <front>
            <title>CSR Attestation Sample Data</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="I-D.ietf-rats-tpm-based-network-device-attest">
          <front>
            <title>TPM-based Network Device Remote Integrity Verification</title>
            <author fullname="Guy Fedorkow" initials="G." surname="Fedorkow">
              <organization>Juniper Networks, Inc.</organization>
            </author>
            <author fullname="Eric Voit" initials="E." surname="Voit">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Jessica Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay">
              <organization>National Security Agency</organization>
            </author>
            <date day="22" month="March" year="2022"/>
            <abstract>
              <t>   This document describes a workflow for remote attestation of the
   integrity of firmware and software installed on network devices that
   contain Trusted Platform Modules [TPM1.2], [TPM2.0], as defined by
   the Trusted Computing Group (TCG)), or equivalent hardware
   implementations that include the protected capabilities, as provided
   by TPMs.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-tpm-based-network-device-attest-14"/>
        </reference>
        <reference anchor="I-D.ietf-rats-ar4si">
          <front>
            <title>Attestation Results for Secure Interactions</title>
            <author fullname="Eric Voit" initials="E." surname="Voit">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Thomas Hardjono" initials="T." surname="Hardjono">
              <organization>MIT</organization>
            </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>Linaro</organization>
            </author>
            <author fullname="Vincent Scarlata" initials="V." surname="Scarlata">
              <organization>Intel</organization>
            </author>
            <date day="2" month="September" year="2024"/>
            <abstract>
              <t>   This document defines reusable Attestation Result information
   elements.  When these elements are offered to Relying Parties as
   Evidence, different aspects of Attester trustworthiness can be
   evaluated.  Additionally, where the Relying Party is interfacing with
   a heterogeneous mix of Attesting Environment and Verifier types,
   consistent policies can be applied to subsequent information exchange
   between each Attester and the Relying Party.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-ar4si-07"/>
        </reference>
      </references>
    </references>
    <?line 974?>

<section anchor="examples">
      <name>Examples</name>
      <t>This section provides several examples and sample data for embedding Evidence
in CSRs. The first example embeds Evidence produced by a TPM in the CSR.
The second example conveys an Arm Platform Security Architecture token,
which provides claims about the used hardware and software platform,
into the CSR.</t>
      <t>After publication of this document, additional examples and sample data will
be collected at the following GitHub repository <xref target="SampleData"/>:</t>
      <t>https://github.com/lamps-wg/csr-attestation-examples</t>
      <section anchor="extending-evidencestatementset">
        <name>Extending EvidenceStatementSet</name>
        <t>As defined in <xref target="sec-evidenceAttr"/>, EvidenceStatementSet acts as a way to provide an ASN.1 compiler or
runtime parser with a list of OBJECT IDENTIFIERs that are known to represent EvidenceStatements
-- and are expected to appear in an EvidenceStatement.type field, along with
the ASN.1 type that should be used to parse the data in the associated EvidenceStatement.stmt field.
Essentially this is a mapping of OIDs to data structures. Implementers are expected to populate it
with mappings for the Evidence types that their application will be handling.</t>
        <t>This specification aims to be agnostic about the type of data being carried, and therefore
does not specify any mandatory-to-implement Evidence types.</t>
        <t>As an example of how to populate EvidenceStatementSet, implementing the TPM 2.0 and PSA Evidence types
given below would result in the following EvidenceStatementSet definition:</t>
        <artwork><![CDATA[
EvidenceStatementSet EVIDENCE-STATEMENT ::= {
  --- TPM 2.0
  { Tcg-attest-tpm-certify IDENTIFIED BY tcg-attest-tpm-certify },
  ...,

  --- PSA
  { OCTET STRING IDENTIFIED BY { 1 3 6 1 5 5 7 1 99 } }
}
]]></artwork>
      </section>
      <section anchor="appdx-tpm2">
        <name>TPM V2.0 Evidence in CSR</name>
        <t>This section describes TPM2 key attestation for use in a CSR.</t>
        <t>This is a complete and canonical example that can be used to test parsers implemented against this specification. Readers who wish the sample data may skip to <xref target="appdx-tpm-example"/>; the following sections explain the TPM-specific data structures needed to fully parse the contents of the evidence statement.</t>
        <section anchor="tcg-key-attestation-certify">
          <name>TCG Key Attestation Certify</name>
          <t>There are several ways in TPM2 to provide proof of a key's properties.
(i.e., key attestation). This description uses the simplest and most generally
expected to be used, which is the TPM2_Certify and the TPM2_ReadPublic commands.</t>
          <t>This example does not describe how platform attestation augments key attestation.
The properties of the key (such as the name of the key, the key usage) in this example
do not change during the lifetime of the key.</t>
        </section>
        <section anchor="tcg-oids">
          <name>TCG OIDs</name>
          <t>The OIDs in this section are defined by TCG
TCG has a registered arc of 2.23.133</t>
          <artwork><![CDATA[
tcg OBJECT IDENTIFIER ::= { 2 23 133 }

tcg-kp-AIKCertificate OBJECT IDENTIFIER ::= { id-tcg 8 3 }

tcg-attest OBJECT IDENTIFIER ::= { tcg 20 }

tcg-attest-tpm-certify OBJECT IDENTIFIER ::= { tcg-attest 1 }
]]></artwork>
          <t>The tcg-kp-AIKCertificate OID in extendedKeyUsage identifies an AK Certificate in RFC 5280 format defined by TCG. This
certificate would be a certificate in the EvidenceBundle defined in <xref target="sec-evidenceAttr"/>. (Note: The abbreviation AIK was used in
TPM 1.2 specification. TPM 2.0 specifications use the abbreviation AK. The abbreviations are interchangeable.)</t>
        </section>
        <section anchor="appdx-tcg-attest-tpm-certify">
          <name>TPM2 AttestationStatement</name>
          <t>The EvidenceStatement structure contains a sequence of two fields:
a type and a stmt. The 'type' field contains the OID of the Evidence format and it is
set to tcg-attest-tpm-certify. The content of the structure shown below is placed into
the stmt, which is a concatenation of existing TPM2 structures. These structures
will be explained in the rest of this section.</t>
          <artwork><![CDATA[
Tcg-csr-tpm-certify ::= SEQUENCE {
  tpmSAttest       OCTET STRING,
  signature        OCTET STRING,
  tpmTPublic       OCTET STRING OPTIONAL
}
]]></artwork>
        </section>
        <section anchor="introduction-to-tpm2-concepts">
          <name>Introduction to TPM2 concepts</name>
          <t>The definitions in the following sections are specified by the Trusted Computing Group (TCG). TCG specification including the TPM2 set of specifications <xref target="TPM20"/>, specifically Part 2 defines the TPM 2.0 structures.
Those familiar with TPM2 concepts may skip to <xref target="appdx-tcg-attest-tpm-certify"/> which defines an ASN.1 structure
specific for bundling a TPM attestation into an EvidenceStatement, and <xref target="appdx-tpm-example"/> which provides the example.
For those unfamiliar with TPM2 concepts this section provides only the minimum information to understand TPM2
Attestation in CSR and is not a complete description of the technology in general.</t>
        </section>
        <section anchor="tcg-objects-and-key-attestation">
          <name>TCG Objects and Key Attestation</name>
          <t>This provides a brief explanation of the relevant TPM2 commands and data
structures needed to understand TPM2 Attestation used in this RFC.
NOTE: The TPM2 specification used in this explanation is version 1.59,
section number cited are based on that version. Note also that the TPM2
specification comprises four documents: Part 1: Architecture; Part 2: Structures;
Part 3: Commands; Part 4: Supporting Routines.</t>
          <t>Note about convention:
All structures starting with TPM2B_ are:</t>
          <ul spacing="normal">
            <li>
              <t>a structure that is a sized buffer where the size of the buffer is contained in a 16-bit, unsigned value.</t>
            </li>
            <li>
              <t>The first parameter is the size in octets of the second parameter. The second parameter may be any type.</t>
            </li>
          </ul>
          <t>A full explanation of the TPM structures is outside the scope of this document. As a
simplification references to TPM2B_ structures will simply use the enclosed
TPMT_ structure by the same name following the '_'.</t>
          <section anchor="tpm2-object-names">
            <name>TPM2 Object Names</name>
            <t>All TPM2 Objects (e.g., keys are key objects which is the focus of this specification).
A TPM2 object name is persistent across the object's life cycle whether the TPM2
object is transient or persistent.</t>
            <t>A TPM2 Object name is a concatenation of a hash algorithm identifier and a hash of
the TPM2 Object's TPMT_PUBLIC.</t>
            <artwork><![CDATA[
     Name ≔ nameAlg || HnameAlg (handle→publicArea)
     nameAlg is a TCG defined 16 bit algorithm identifier
]]></artwork>
            <t>publicArea is the TPMT_PUBLIC structure for that TPM2 Object.</t>
            <t>The size of the Name field can be derived by examining the nameAlg value, which defines
the hashing algorithm and the resulting size.</t>
            <t>The Name field is returned in the TPM2B_ATTEST data field.</t>
            <artwork><![CDATA[
     typedef struct {
          TPM_GENERATED magic;
          TPMI_ST_ATTEST type;
          TPM2B_NAME qualifiedSigner;
          TPM2B_DATA extraData;
          TPMS_CLOCK_INFO clockInfo;
          UINT64 firmwareVersion;
          TPMU_ATTEST attested;
     } TPMS_ATTEST;
]]></artwork>
            <t>where for a key object the attested field is</t>
            <artwork><![CDATA[
     typedef struct {
          TPM2B_NAME name;
          TPM2B_NAME qualifiedName;
     } TPMS_CERTIFY_INFO;
]]></artwork>
          </section>
          <section anchor="tpm2-public-structure">
            <name>TPM2 Public Structure</name>
            <t>Any TPM2 Object has an associated TPM2 Public structure defined
as TPMT_PUBLIC. This is defined below as a 'C' structure. While there
are many types of TPM2 Objects each with its own specific TPMT_PUBLIC
structure (handled by the use of 'unions') this document will specifically
define TPMT_PUBLIC for a TPM2 key object.</t>
            <artwork><![CDATA[
     typedef struct {
          TPMI_ALG_PUBLIC type;
          TPMI_ALG_HASH nameAlg;
          TPMA_OBJECT objectAttributes;
          TPM2B_DIGEST authPolicy;
          TPMU_PUBLIC_PARMS parameters;
          TPMU_PUBLIC_ID unique;
     } TPMT_PUBLIC;
]]></artwork>
            <t>Where:
* type and nameAlg are 16 bit TCG defined algorithms.
* objectAttributes is a 32 bit field defining properties of the object, as shown below</t>
            <artwork><![CDATA[
     typedef struct TPMA_OBJECT {
          unsigned Reserved_bit_at_0 : 1;
          unsigned fixedTPM : 1;
          unsigned stClear : 1;
          unsigned Reserved_bit_at_3 : 1;
          unsigned fixedParent : 1;
          unsigned sensitiveDataOrigin : 1;
          unsigned userWithAuth : 1;
          unsigned adminWithPolicy : 1;
          unsigned Reserved_bits_at_8 : 2;
          unsigned noDA : 1;
          unsigned encryptedDuplication : 1;
          unsigned Reserved_bits_at_12 : 4;
          unsigned restricted : 1;
          unsigned decrypt : 1;
          unsigned sign : 1;
          unsigned x509sign : 1;
          unsigned Reserved_bits_at_20 : 12;
     } TPMA_OBJECT;
]]></artwork>
            <ul spacing="normal">
              <li>
                <t>authPolicy is the Policy Digest needed to authorize use of the object.</t>
              </li>
              <li>
                <t>Parameters are the object type specific public information about the key.
                </t>
                <ul spacing="normal">
                  <li>
                    <t>For key objects, this would be the key's public parameters.</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>unique is the identifier for parameters</t>
              </li>
            </ul>
            <t>The size of the TPMT_PUBLIC is provided by the following structure:</t>
            <artwork><![CDATA[
     typedef struct {
          UINT16     size;
          TPMT_PUBLIC publicArea;
     } TPM2B_PUBLIC;
]]></artwork>
          </section>
          <section anchor="tpm2-signatures">
            <name>TPM2 Signatures</name>
            <t>TPM2 signatures use a union where the first field (16 bits) identifies
the signature scheme. The example below shows an RSA signature where
TPMT_SIGNATURE-&gt;sigAlg will indicate to use TPMS_SIGNATURE_RSA
as the signature.</t>
            <artwork><![CDATA[
     typedef struct {
          TPMI_ALG_SIG_SCHEME sigAlg;
          TPMU_SIGNATURE signature;
     } TPMT_SIGNATURE;

     typedef struct {
          TPMI_ALG_HASH hash;
          TPM2B_PUBLIC_KEY_RSA sig;
     } TPMS_SIGNATURE_RSA;
]]></artwork>
          </section>
          <section anchor="attestation-key">
            <name>Attestation Key</name>
            <t>The uniquely identifying TPM2 key is the Endorsement Key (the EK). As this is a privacy
sensitive key, the EK is not directly used to attest to any TPM2 asset. Instead,
the EK is used by an Attestation CA to create an Attestation Key (the AK). The AK is
assumed trusted by the Verifier and is assume to be loaded in the TPM during the execution
of the process described in the subsequent sections. The description of how to create the AK is outside
the scope of this document.</t>
          </section>
          <section anchor="attester-processing">
            <name>Attester Processing</name>
            <t>The only signed component is the TPM2B_ATTEST structure, which returns
only the (key's) Name and the signature computed over the Name but no detailed information
about the key. As the Name is comprised of public information, the Name can
be calculated by the Verifier but only if the Verify knows all the public
information about the Key.</t>
            <t>The Attester's processing steps are as follows:</t>
            <t>Using the TPM2 command TPM2_Certify obtain the TPM2B_ATTEST and TPMT_SIGNATURE structures
from the TPM2. The signing key for TPMT_SIGNATURE is an Attention Key (or AK), which is
assumed to be available to the TPM2 upfront. More details are provided in <xref target="attestation-key"/></t>
            <t>The TPM2 command TPM2_Certify takes the following input:</t>
            <ul spacing="normal">
              <li>
                <t>TPM2 handle for Key (the key to be attested to)</t>
              </li>
              <li>
                <t>TPM2 handle for the AK (see <xref target="attestation-key"/>)</t>
              </li>
            </ul>
            <t>It produces the following output:</t>
            <ul spacing="normal">
              <li>
                <t>TPM2B_ATTEST in binary format</t>
              </li>
              <li>
                <t>TPMT_SIGNATURE in binary format</t>
              </li>
            </ul>
            <t>Then, using the TPM2 command TPM2_ReadPublic obtain the Keys TPM2B_PUBLIC structure.
While the Key's public information can be obtained by the Verifier in a number
ways, such as storing it from when the Key was created, this may be impractical
in many situations. As TPM2 provided a command to obtain this information, this
specification will include it in the TPM2 Attestation CSR extension.</t>
            <t>The TPM2 command TPM2_ReadPublic takes the following input:</t>
            <ul spacing="normal">
              <li>
                <t>TPM2 handle for Key (the key to be attested to)</t>
              </li>
            </ul>
            <t>It produces the following output:</t>
            <ul spacing="normal">
              <li>
                <t>TPM2B_PUBLIC in binary format</t>
              </li>
            </ul>
          </section>
          <section anchor="verifier-processing">
            <name>Verifier Processing</name>
            <t>The Verifier has to perform the following steps once it receives the Evidence:</t>
            <ul spacing="normal">
              <li>
                <t>Verify the TPM2B_ATTEST using the TPMT_SIGNATURE.</t>
              </li>
              <li>
                <t>Use the Key's "expected" Name from the provided TPM2B_PUBLIC structure.
If Key's "expected" Name equals TPM2B_ATTEST-&gt;attestationData then returned TPM2B_PUBLIC is the verified.</t>
              </li>
            </ul>
          </section>
        </section>
        <section anchor="appdx-tpm-example">
          <name>Sample CSR</name>
          <t>This CSR demonstrates a certification request for a key stored in a TPM using the following structure:</t>
          <artwork><![CDATA[
CSR {
  attributes {
    id-aa-evidence {
      EvidenceBundle {
        Evidences {
          EvidenceStatement {
            type: tcg-attest-tpm-certify,
            stmt: <TcgAttestTpmCertify_data>
            hint: "tpmverifier.example.com"
          }
        },
        certs {
          akCertificate,
          caCertificate
        }
      }
    }
  }
}
]]></artwork>
          <t>Note that this example demonstrates most of the features of this specification:</t>
          <ul spacing="normal">
            <li>
              <t>The data type is identified by the OID id-TcgCsrCertify contained in the <tt>EvidenceStatement.type</tt> field.</t>
            </li>
            <li>
              <t>The signed evidence is carried in the <tt>EvidenceStatement.stmt</tt> field.</t>
            </li>
            <li>
              <t>The <tt>EvidenceStatement.hint</tt> provides information to the Relying Party about which Verifier (software) will be able to correctly parse this data. Note that the <tt>type</tt> OID indicates the format of the data, but that may itself be a wrapper format that contains further data in a proprietary format. In this example, the hint says that software from the package <tt>"tpmverifier.example.com"</tt> will be able to parse this data.</t>
            </li>
            <li>
              <t>The evidence statement is accompanied by a certificate chain in the <tt>EvidenceBundle.certs</tt> field which can be used to verify the signature on the evidence statement. How the Verifier establishes trust in the provided certificates is outside the scope of this specification.</t>
            </li>
          </ul>
          <t>This example does not demonstrate an EvidenceBundle that contains multiple EvidenceStatements sharing a certificate chain.</t>
          <artwork><![CDATA[
-----BEGIN CERTIFICATE REQUEST-----
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
k6F7pHkwdzELMAkGA1UEBhMCWloxETAPBgNVBAgMCFByb3ZpbmNlMREwDwYDVQQH
DAhMb2NhbGl0eTETMBEGA1UECgwKaWV0Zi1sYW1wczEXMBUGA1UECwwOaWV0Zi1s
YW1wcy1jc3IxFDASBgNVBAMMC3Rlc3Qtcm9vdENBghR5pP+xxKsc67pLOqPiIZSU
4fgpzDAMBgNVHRMBAf8EAjAAMAsGA1UdDwQEAwIHgDAQBgNVHSUECTAHBgVngQUI
AzAdBgNVHQ4EFgQUH4QfxvcmPg9x21uQW5cfGyfxbMcwDQYJKoZIhvcNAQELBQAD
ggEBAC3Zz6B+u1H+72CG0j/s6lRPX/YP/DPjh5IIt9HdOJaWc5lsbCvgHSED7N/+
voCfCRf7IU2Oh5+2q9+9N5ARinXPmrsPZNyLR8vWkb27/hl9OTi0Ly7DtJMtUJTR
zq53dZc7kdTDNYpPnbIbanSOW3lSL5E173C8wyTsp/vQKteYTfmsDKw9hXHIU2eS
eUpZmKcHShXlbDEEbTuYLJMDASKmMCmPjIgJrSX/18wEoAgo2BVjjzwfhoc2SLnQ
dikvN6oa6Ee0zYRiImXpM7cuErC88jOr0quURA1U8fsQd8hYGRUk/6oPMXzIfZKs
z/yzAUQ570+mkdd2iFVlqTCQ9eUwggN1MIICXQIUeaT/scSrHOu6Szqj4iGUlOH4
KcwwDQYJKoZIhvcNAQELBQAwdzELMAkGA1UEBhMCWloxETAPBgNVBAgMCFByb3Zp
bmNlMREwDwYDVQQHDAhMb2NhbGl0eTETMBEGA1UECgwKaWV0Zi1sYW1wczEXMBUG
A1UECwwOaWV0Zi1sYW1wcy1jc3IxFDASBgNVBAMMC3Rlc3Qtcm9vdENBMB4XDTI0
MTAyMTIwMTcwOFoXDTI0MTEyMDIwMTcwOFowdzELMAkGA1UEBhMCWloxETAPBgNV
BAgMCFByb3ZpbmNlMREwDwYDVQQHDAhMb2NhbGl0eTETMBEGA1UECgwKaWV0Zi1s
YW1wczEXMBUGA1UECwwOaWV0Zi1sYW1wcy1jc3IxFDASBgNVBAMMC3Rlc3Qtcm9v
dENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxPODF6ujxbdDWuXn
zlqzYIO4rpQKolKfKbOFUCB6SjdA5XzArLTSYKD3ZXhqm7unFkmHC2HtqArq5jgv
cQ2fzJeNGbcuyJYSwa9WJjJ5qY6gXEY+G7sFgZ5ZeEWGQ+zjrnuJh/PtlhJ2/R7w
tdC82DAULaxnFjOS6Xm6pUB8RaZEtZ6HwfPUXYgeK9IRG2CbEs8jkoBQTrSKpdpC
0myJrrS0PoTFClDpq61je7uQgU6b9IAOfXi1oX5NdYcfqxcPch4wqbkldKsjC/i7
xMcem8hnb3WUvAmbsLP1I0Fx8nb0ug/T2ED5U9tPBXbKgeD72aU2L9GNs+ypE9Az
bTB6cwIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQBFBMAGsP1xKq4R4bzbWnQ4K2H+
rYNi8UEQzxN6BiANi9+8hbLHfx6gFZlz+QxwVyH6oQnNrsVVDVjEYH4/yvy7NdOx
VitFfqOYwyaNeK5oXx1l5otOaObtwzB7RVQNSlipzEVW4RPsJmx/8F7yNLtdgooP
U0QzUSqDcoKK36E4O3s85xfyNlEdJ2vJcJ/ZZx5QQlnhNTf5bWlr3U9x6DebeAqs
+wvvepdaNzulHBXaKIqAgSx9N+Y22vj+vw8GO4L8HndDPMhdE/Ct1h1yygm65j6h
aCmQRUTKzj49q6W4NHG7iPea+7bgMq7G4LRo9DSFEfMWOkQeVUSPPiTsaAahMAsG
CSqGSIb3DQEBCwOCAQEA1aPYnm8suCRwMTC7kOdOjvVP2+2pHxsI5vnLfffFgsaN
yoOz97t6bAmQXPQCEcjCQZqAynuJQITBbf5OowrNCOL8YRLaFu2zUS8H+XJUIU0I
YSs3H8UyfeYo5VDKJClU/OcSzGgGm6J9JDQiHUuEFrqbpE19aSztpXrEH9YYP87A
NyW9vxpLse2rpE4akcp+V+C958KJEoYQc9EfjvM3LqLmzp7pvyUalv21BbOweK8V
IYVK7djq+LCmYwJwdKrOYWmrDyH8P+me8nPtk9BdcvW+sj2qu/opZmYEL4KAqAvi
BW5TzPFUgQhmMalis/J4WY3Q0tvOMXRQQZCmO2N4Pg==
-----END CERTIFICATE REQUEST-----
]]></artwork>
        </section>
      </section>
      <section anchor="psa-attestation-token-in-csr">
        <name>PSA Attestation Token in CSR</name>
        <t>The Platform Security Architecture (PSA) Attestation Token is
defined in <xref target="I-D.tschofenig-rats-psa-token"/> and specifies
claims to be included in an Entity Attestation
Token (EAT). <xref target="I-D.bft-rats-kat"/> defines key attestation
based on the EAT format. In this section the platform
attestation offered by <xref target="I-D.tschofenig-rats-psa-token"/>
is combined with key attestation by binding the
key attestation token (KAT) to the platform attestation token (PAT)
with the help of the nonce. For details see <xref target="I-D.bft-rats-kat"/>.
The resulting KAT-PAT bundle is, according to
<xref section="5.1" sectionFormat="of" target="I-D.bft-rats-kat"/>, combined in a CMW collection
<xref target="I-D.ietf-rats-msg-wrap"/>.</t>
        <t>The encoding of this KAT-PAT bundle is shown in the example below.</t>
        <artwork><![CDATA[
EvidenceBundle
   +
   |
   + Evidences
   |
   +---->  EvidenceStatement
        +
        |
        +-> type: OID for CMW Collection
        |         1 3 6 1 5 5 7 1 TBD
        |
        +-> stmt: KAT/PAT CMW Collection
]]></artwork>
        <t>The value in EvidenceStatement-&gt;stmt is based on the
KAT/PAT example from <xref section="6" sectionFormat="of" target="I-D.bft-rats-kat"/> and
the result of CBOR encoding the CMW collection shown below
(with line-breaks added for readability purposes):</t>
        <artwork><![CDATA[
{
  "kat":
    h'd28443A10126A058C0A30A5820B91B03129222973C214E42BF31D68
      72A3EF2DBDDA401FBD1F725D48D6BF9C8171909C4A40102200121
      5820F0FFFA7BA35E76E44CA1F5446D327C8382A5A40E5F29745DF
      948346C7C88A5D32258207CB4C4873CBB6F097562F61D5280768C
      D2CFE35FBA97E997280DBAAAE3AF92FE08A101A40102200121582
      0D7CC072DE2205BDC1537A543D53C60A6ACB62ECCD890C7FA27C9
      E354089BBE13225820F95E1D4B851A2CC80FFF87D8E23F22AFB72
      5D535E515D020731E79A3B4E47120584056F50D131FA83979AE06
      4E76E70DC75C070B6D991AEC08ADF9F41CAB7F1B7E2C47F67DACA
      8BB49E3119B7BAE77AEC6C89162713E0CC6D0E7327831E67F3284
      1A',
  "pat":
    h'd28443A10126A05824A10A58205CA3750DAF829C30C20797EDDB794
      9B1FD028C5408F2DD8650AD732327E3FB645840F9F41CAB7F1B7E
      2C47F67DACA8BB49E3119B7BAE77AEC6C89162713E0CC6D0E7327
      831E67F32841A56F50D131FA83979AE064E76E70DC75C070B6D99
      1AEC08AD'
}
]]></artwork>
      </section>
      <section anchor="confidential-compute-architecture-cca-platform-token-in-csr">
        <name>Confidential Compute Architecture (CCA) Platform Token in CSR</name>
        <t>The Confidential Compute Architecture (CCA) Platform Token is described in
<xref target="I-D.ffm-rats-cca-token"/> and is also based on the EAT format.  Although the
full CCA attestation is composed of Realm and Platform Evidence, for the purposes
of this example only the Platform token is provided.</t>
        <artwork><![CDATA[
EvidenceBundle
   +
   |
   + Evidences
   |
   +---->  EvidenceStatement
        +
        |
        +-> type: OID for CCA Platform Attestation Toekn
        |         1 3 6 1 5 5 7 1 TBD
        |
        +-> stmt: CCA Platform Token
]]></artwork>
        <t>Although the CCA Platform Token follows the EAT/CMW format, it is untagged.
This is because the encoding can be discerned in the CSR based on the OID alone.
The untagged token based on a sample claim set is provided below:</t>
        <artwork><![CDATA[
(long lines wrapped for readability)

/ Sample Platform Claims Set in CDDL                          /
{
   / cca-platform-profile / 265:"tag:arm.com,2023:cca_platform#1.0.0"
   / arm-platform-challenge, SHA-256 calculation of ‘RAK’ / 10: 
            h'c9cdc457ebe981d563b19b5a8e0e3cbef5b944d58e278c9c6779f
            77beb65bbd5’
   / arm-platform-lifecycle / 2395: h'3000' /secured/
   / arm-platform-sw-components / 2399: [ {1:"ROTFMC", 2:h'903a36d3a
            0a511ecac4548fee8601af54247c110ce220f680a0b274441729105’,
            5:h'd4cf61e472d18c8e926ce0d44496674792587c88706e8a123b294
            c000895d9ea’},
      {1:"ROTFW", 2:h'59d4116525e974b5b62ffd7c4ffcbaa0b98e08263403aeb
            6638797132d2af959’, 5:h'd4cf61e472d18c8e926ce0d4449667479
            2587c88706e8a123b294c000895d9ea’} ]
   /arm-platform-id/ 256: h’ 946338159d767f9f37098a00a60f133b6d57886f
            c656f5f9eed13760b4893fa1’
   /arm-platform-implementation-id/ 2396: h’0000000000000000000000000
            000000000000000000000000000000000000001’
}

/ This is a full CWT-formatted token. The payload is a sample
/ Platform Claim Set. The main structure                       /
/ visible is that of the COSE_Sign1.                          /

61( 18( [
    h'a10126',  / protected headers  /
    {}, / empty unprotected headers / 
    h’a419010978237461673a61726d2e636f6d2c323032333a6363615f706c746
    66f726d23312e392e300a580020c9cdc457ebe981d563b19b5a8e0e3cbef5b9
    44d58e278c9c6779f77beb65bbd519095b42300019095f82a30166524f54464
    d4302580020903a36d3a0a511ecac4548fee8601af54247c110ce220f680a0b
    27444172910505580020d4cf61e472d18c8e926ce0d44496674792587c88706
    e8a123b294c000895d9eaae0165524f5446575800200259d4116525e974b5b6
    2ffd7c4ffcbaa0b98e08263403aeb6638797132d2af95905580020d4cf61e47
    2d18c8e926ce0d44496674792587c88706e8a123b294c000895d9ea19010078
    20946338159d767f9f37098a00a60f133b6d57886fc656f5f9eed13760b4893
    fa11a095c582000000000000000000000000000000000000000000000000000
    00000000000001' /payload/
    h'cbbfa929cb9b846cb5527d7ef9b7657256412a5f22a6e1a8d3a0c71145022
    100db4b1b97913b1cd9d6e11c1fadbc0869882ba6644b9db09d221f198e3286
    654b' /signature/
] ) )

/Untagged serialized token/
h'8443a10126a0590141a419010978237461673a61726d2e636f6d2c323032333a
6363615f706c74666f726d23312e392e300a580020c9cdc457ebe981d563b19b5a
8e0e3cbef5b944d58e278c9c6779f77beb65bbd519095b42300019095f82a30166
524f54464d4302580020903a36d3a0a511ecac4548fee8601af54247c110ce220f
680a0b27444172910505580020d4cf61e472d18c8e926ce0d44496674792587c88
706e8a123b294c000895d9eaae0165524f5446575800200259d4116525e974b5b6
2ffd7c4ffcbaa0b98e08263403aeb6638797132d2af95905580020d4cf61e472d1
8c8e926ce0d44496674792587c88706e8a123b294c000895d9ea19010078209463
38159d767f9f37098a00a60f133b6d57886fc656f5f9eed13760b4893fa11a095c
582000000000000000000000000000000000000000000000000000000000000000
015840cbbfa929cb9b846cb5527d7ef9b7657256412a5f22a6e1a8d3a0c7114502
2100db4b1b97913b1cd9d6e11c1fadbc0869882ba6644b9db09d221f198e3286654b'
]]></artwork>
        <t>Realm evidence can be included in a CMW bundle, similar to the PSA token.
In this case, the CSR is constructed as follows:</t>
        <artwork><![CDATA[
EvidenceBundle
   +
   |
   + Evidences
   |
   +---->  EvidenceStatement
        +
        |
        +-> type: OID for CMW Collection
        |         1 3 6 1 5 5 7 1 TBD
        |
        +-> stmt: Realm Token/Platform Token CMW Collection or
                         Realm Claim Set/Platform Token CMW Collection
]]></artwork>
      </section>
    </section>
    <section anchor="asn1-module">
      <name>ASN.1 Module</name>
      <artwork><![CDATA[
CSR-ATTESTATION-2025
  { iso(1) identified-organization(3) dod(6) internet(1) security(5)
  mechanisms(5) pkix(7) id-mod(0) id-mod-pkix-attest-01(TBDMOD) }

CsrAttestation DEFINITIONS IMPLICIT TAGS ::= BEGIN

EXPORTS ALL;

IMPORTS

Certificate, id-pkix
FROM PKIX1Explicit-2009 -- from [RFC5912]
{ iso(1) identified-organization(3) dod(6) internet(1)
security(5) mechanisms(5) pkix(7) id-mod(0)
id-mod-pkix1-explicit-02(51) }

CertificateChoices
  FROM CryptographicMessageSyntax-2010
    { iso(1) member-body(2) us(840) rsadsi(113549)
    pkcs(1) pkcs-9(9) smime(16) modules(0) id-mod-cms-2009(58) }

EXTENSION, ATTRIBUTE, AttributeSet{}, SingleAttribute{}
FROM PKIX-CommonTypes-2009 -- from [RFC5912]
{ iso(1) identified-organization(3) dod(6) internet(1)
security(5) mechanisms(5) pkix(7) id-mod(0)
id-mod-pkixCommon-02(57) }

id-aa
  FROM SecureMimeMessageV3dot1
    { iso(1) member-body(2) us(840) rsadsi(113549)
    pkcs(1) pkcs-9(9) smime(16) modules(0) msg-v3dot1(21) }
  ;

-- Branch for attestation statement types
id-ata OBJECT IDENTIFIER ::= { id-aa (TBD1) }

EVIDENCE-STATEMENT ::= TYPE-IDENTIFIER

EvidenceStatementSet EVIDENCE-STATEMENT ::= {
   ... -- None defined in this document --
}

ATTESTATION-RESULT ::= TYPE-IDENTIFIER

AttestationResultSet ATTESTATION-RESULT ::= {
   ... -- None defined in this document --
}

EvidenceStatement ::= SEQUENCE {
   type   EVIDENCE-STATEMENT.&id({EvidenceStatementSet}),
   stmt   EVIDENCE-STATEMENT.&Type({EvidenceStatementSet}{@type}),
   hint   UTF8String OPTIONAL
}

AttestationResult ::= SEQUENCE {
   type   ATTESTATION-RESULT.&id({AttestationResultSet}),
   stmt   ATTESTATION-RESULT.&Type({AttestationResultSet}{@type}),
}

-- Arc for Evidence types
id-aa-evidence OBJECT IDENTIFIER ::= { id-aa 59 }

-- Arc for Attestation Result types
id-aa-ar OBJECT IDENTIFIER ::= { id-ata (TBD2) }

-- For PKCS#10 (Evidence)
attr-evidence ATTRIBUTE ::= {
  TYPE EvidenceBundle
  COUNTS MAX 1
  IDENTIFIED BY id-aa-evidence
}

-- For CRMF (Evidence)
ext-evidence EXTENSION ::= {
  SYNTAX EvidenceBundle
  IDENTIFIED BY id-aa-evidence
}

-- For PKCS#10 (Attestation Result)
attr-ar ATTRIBUTE ::= {
  TYPE AttestationResultBundle
  COUNTS MAX 1
  IDENTIFIED BY id-aa-ar
}

-- For CRMF (Attestation Result)
ext-ar EXTENSION ::= {
  SYNTAX AttestationResultBundle
  IDENTIFIED BY id-aa-ar
}

EvidenceBundle ::= SEQUENCE {
   evidences SEQUENCE SIZE (1..MAX) OF EvidenceStatement,
   certs SEQUENCE SIZE (1..MAX) OF CertificateChoices OPTIONAL
      -- CertificateChoices MUST NOT contain the depreciated
      -- certificate structures or attribute certificates,
      -- see Section 10.2.2 of [RFC5652]
}

AttestationResultBundle ::= SEQUENCE SIZE (1..MAX) 
                            OF AttestationResult

END
]]></artwork>
      <section anchor="tcg-dice-example-in-asn1">
        <name>TCG DICE Example in ASN.1</name>
        <t>This section gives an example of extending the ASN.1 module above to carry an existing ASN.1-based Evidence Statement.
The example used is the Trusted Computing Group DICE Attestation Conceptual Message Wrapper, as defined in <xref target="TCGDICE1.1"/>.</t>
        <artwork><![CDATA[
CsrAttestationDiceExample DEFINITIONS IMPLICIT TAGS ::= BEGIN

IMPORTS 

tcg-dice-conceptual-message-wrapper FROM TcgDiceAttestation
DiceConceptualMessageWrapper FROM TcgDiceAttestation
tcg-dice-TcbInfo FROM TcgDiceAttestation
DiceTcbInfo FROM TcgDiceAttestation
EvidenceStatementSet FROM CsrAttestation
;

tcgDiceCmwEvidenceStatementES EVIDENCE-STATEMENT ::= { 
  DiceConceptualMessageWrapper IDENTIFIED BY tcg-dice-conceptual-
                                                    message-wrapper }

tcgDiceTcbInfoEvidenceStatementES EVIDENCE-STATEMENT ::= {
  DiceTcbInfo IDENTIFIED BY tcg-dice-TcbInfo }
-- where ConceptualMessageWrapper, tcg-dice-conceptual-message-
                                                            wrapper, 
-- DiceTcbInfo, and tcg-dice-TcbInfo
-- are defined in DICE-Attestation-Architecture-Version-1.1-
--                                        Revision-18_6Jan2024.pdf

EvidenceStatementSet EVIDENCE-STATEMENT ::= {
  tcgDiceEvidenceStatementES, 
  tcgDiceTcbInfoEvidenceStatementES 
  ...
}
END

TcgDiceAttestation DEFINITIONS AUTOMATIC TAGS ::= BEGIN

EXPORTS ALL;

tcg OBJECT IDENTIFIER ::= { 2 23 133 }
tcg-dice OBJECT IDENTIFIER ::= { tcg platformClass(5) dice(4) }
tcg-dice-TcbInfo OBJECT IDENTIFIER ::= { tcg-dice tcbinfo(1) }
tcg-dice-endorsement-manifest-uri OBJECT IDENTIFIER ::= { 
                                      tcg-dice manifest-uri(3) }
tcg-dice-Ueid OBJECT IDENTIFIER ::= { tcg-dice ueid(4) }
tcg-dice-MultiTcbInfo OBJECT IDENTIFIER ::= {tcg-dice 
                                                multitcbinfo(5) }
tcg-dice-UCCS-evidence OBJECT IDENTIFIER ::= {tcg-dice 
                                                uccs-evidence(6) }
tcg-dice-manifest-evidence OBJECT IDENTIFIER ::= {tcg-dice 
                                              manifest-evidience(7) }
tcg-dice-MultiTcbInfoComp OBJECT IDENTIFIER ::= {tcg-dice 
                                                multitcbinfocomp(8) }
tcg-dice-conceptual-message-wrapper OBJECT IDENTIFIER ::= { 
                                                    tcg-dice cmw(9) }
tcg-dice-TcbFreshness OBJECT IDENTIFIER ::= { tcg-dice 
                                                tcb-freshness(11) }

DiceConceptualMessageWrapper ::= SEQUENCE {
  cmw OCTET STRING
}

DiceTcbInfo ::= SEQUENCE {
  vendor [0] IMPLICIT UTF8String OPTIONAL,
  model [1] IMPLICIT UTF8String OPTIONAL,
  version [2] IMPLICIT UTF8String OPTIONAL,
  svn [3] IMPLICIT INTEGER OPTIONAL,
  layer [4] IMPLICIT INTEGER OPTIONAL,
  index [5] IMPLICIT INTEGER OPTIONAL,
  fwids [6] IMPLICIT FWIDLIST OPTIONAL,
  flags [7] IMPLICIT OperationalFlags OPTIONAL,
  vendorInfo [8] IMPLICIT OCTET STRING OPTIONAL,
  type [9] IMPLICIT OCTET STRING OPTIONAL,
  flagsMask [10]IMPLICIT OperationalFlagsMask OPTIONAL,
  integrityRegisters [11] IMPLICIT IrList OPTIONAL
}

FWIDLIST ::= SEQUENCE SIZE (1..MAX) OF FWID
  FWID ::= SEQUENCE {
  hashAlg OBJECT IDENTIFIER,
  digest OCTET STRING
}

OperationalFlags ::= BIT STRING {
  notConfigured (0),
  notSecure (1),
  recovery (2),
  debug (3),
  notReplayProtected (4),
  notIntegrityProtected (5),
  notRuntimeMeasured (6),
  notImmutable (7),
  notTcb (8),
  fixedWidth (31)
}

OperationalFlagsMask ::= BIT STRING {
  notConfigured (0),
  notSecure (1),
  recovery (2),
  debug (3),
  notReplayProtected (4),
  notIntegrityProtected (5),
  notRuntimeMeasured (6),
  notImmutable (7),
  notTcb (8),
  fixedWidth (31)
}

IrList ::= SEQUENCE SIZE (1..MAX) OF IntegrityRegister

IntegrityRegister ::= SEQUENCE {
  registerName IA5String OPTIONAL,
  registerNum INTEGER OPTIONAL,
  hashAlg OBJECT IDENTIFIER,
  digest OCTET STRING
}

EndorsementManifestURI ::= SEQUENCE {
  emUri UTF8String
}

TcgUeid ::= SEQUENCE {
  ueid OCTET STRING
}

DiceTcbInfoSeq ::= SEQUENCE SIZE (1..MAX) OF DiceTcbInfo

DiceTcbInfoComp ::= SEQUENCE SIZE (1..MAX) OF TcbInfoComp

TcbInfoComp ::= SEQUENCE {
  commonFields [0] IMPLICIT DiceTcbInfo,
  evidenceValues [1] IMPLICIT DiceTcbInfoSeq
}

UccsEvidence ::= SEQUENCE {
  uccs OCTET STRING
} 

Manifest ::= SEQUENCE {
  format ManifestFormat,
  manifest OCTET STRING
}

ManifestFormat ::= ENUMERATED {
  swid-xml    (0),
  coswid-cbor (1),
  coswid-json (2),
  tagged-cbor (3)
}

DiceTcbFreshness ::= SEQUENCE {
  nonce OCTET STRING
}
END
]]></artwork>
      </section>
      <section anchor="tcg-dice-tcbinfo-example-in-csr">
        <name>TCG DICE TcbInfo Example in CSR</name>
        <t>This section gives an example of extending the ASN.1 module above to carry an existing ASN.1-based evidence statement.
The example used is the Trusted Computing Group DiceTcbInfo, as defined in <xref target="TCGDICE1.1"/>.</t>
        <artwork><![CDATA[
﻿// SET of CSR Attributes
A0 82 00 8E
  // CSR attributes
  30 82 00 8A
    // OBJECT IDENTIFIER id-aa-evidence (1 2 840 113549 1 9 16 2 59)
    06 0B 2A 86 48 86 F7 0D 01 09 10 02 3B
      // SET -- This attribute
      31 79
        // EvidenceBundles ::= SEQUENCE SIZE (1..MAX) OF 
                                                      EvidenceBundle
        30 77
          // EvidenceBundle ::= SEQUENCE
          30 75
            // EvidenceStatements ::= SEQUENCE SIZE (1..MAX) 
                                                OF EvidenceStatement
            30 73
              // EvidenceStatement ::= SEQUENCE
              30 71
                // type: OBJECT IDENTIFIER tcg-dice-TcbInfo 
                //                         (2.23.133.5.4.1)
                06 06 67 81 05 05 04 01
                // stmt: SEQUENCE
                30 4E
                  // CONTEXT_SPECIFIC | version (02)
                  // version = ABCDEF123456
                  82 0C 41 42 43 44 45 46 31 32 33 34 35 36
                  // CONTEXT_SPECIFIC | svn (03)
                  // svn = 4
                  83 01 04
                  // CONTEXT_SPECIFIC | CONSTRUCTED | fwids (06)
                  A6 2F
                  // SEQUENCE
                  30 2D
                    // OBJECT IDENTIFIER SHA256
                    06 09 60 86 48 01 65 03 04 02 01
                    // OCTET STRING
                    // fwid = 0x0000....00
                    04 20 00 00 00 00 00 00 00 00
                    00 00 00 00 00 00 00 00
                    00 00 00 00 00 00 00 00
                    00 00 00 00 00 00 00 00
                  // CONTEXT_SPECIFIC | vendorInfo (08)
                  // vendor info = 0x00000000
                  88 04 00 00 00 00
                  // CONTEXT_SPECIFIC | type (09)
                  // type = 0x00000000
                  89 04 00 00 00 00
                // hint: UTF8STRING "DiceTcbInfo.example.com"
                0C 17 44 69 63 65 54 63 62 49 6e 66 6f
                2e 65 78 61 6d 70 6c 65 2e 63 6f 6d

// BER only
A0 82 00 8E 30 82 00 8A 06 0B 2A 86 48 86 F7 0D 
01 09 10 02 3B 30 7B 31 79 30 77 30 75 30 73 30 
71 06 06 67 81 05 05 04 01 30 4E 82 0C 41 42 43 
44 45 46 31 32 33 34 35 36 83 01 04 A6 2F 30 2D 
06 09 60 86 48 01 65 03 04 02 01 04 20 00 00 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 88 04 00 
00 00 00 89 04 00 00 00 00 0C 17 44 69 63 65 54 
63 62 49 6e 66 6f 2e 65 78 61 6d 70 6c 65 2e 63 
6f 6d
]]></artwork>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>This specification is the work of a design team created by the chairs of the
LAMPS working group. The following persons, in no specific order,
contributed to the work directly, participated in design team meetings, or provided review of the document.</t>
      <t>Richard Kettlewell, Chris Trufan, Bruno Couillard,
Jean-Pierre Fiset, Sander Temme, Jethro Beekman, Zsolt Rózsahegyi, Ferenc
Pető, Mike Agrenius Kushner, Tomas Gustavsson, Dieter Bong, Christopher Meyer, Carl Wallace, Michael Richardson, Tomofumi Okubo, Olivier
Couillard, John Gray, Eric Amador, Darren Johnson, Herman Slatman, Tiru Reddy, James Hagborg, A.J. Stein, John Kemp, Daniel Migault and Russ Housley.</t>
      <t>We would like to specifically thank Mike StJohns for his work on an earlier
version of this draft.</t>
      <t>We would also like to specifically thank Giri Mandyam for providing the
appendix illustrating the confidential computing scenario, and to Corey
Bonnell for helping with the hackathon scripts to bundle it into a CSR.</t>
      <t>Finally, we would like to thank Andreas Kretschmer, Hendrik Brockhaus,
David von Oheimb, and Thomas Fossati for their feedback based on implementation
experience.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
+Wxd84jn5/WHm3Evfz23c3fF8069brVbq8b148mp99QaLXsXhnXdrNWurcZw
2LyyGtDg2qvD7zXrYv9mGRxdDPK5+9K8Zd0Wrp+Gh1dBteJfLQtOv3w9rVXt
031j97Wy2M1+Hbmdi9lFPTdxMofBdbOx7Hg3l0ejl9e56w7muZvTK/vuJjda
H2aK8/no+aIxHTTs86/LF+PiIlfwJ2+dxd1TM3/5Vim9te+bu2cv+afB/fHN
5V23+NQ5b+7fXT71H8+t5Wrt5gY3x/Z+tndaPdwvZY37VWv2WPh6Pj4L7G47
aE/W/crNye7+MO+8DupO/fGknK8vqpnDzOpi/njZeb27KHqF5tnypN8cd6pV
49qu5yudw+XJ7vq+WlhdL+zcfuFsXuq9Zlq7F3eNw+Oz8+bZ6nDdv+s/BbOv
h/3m0azwsOsWq6PnRsEyDhtXl+uTkxP3sFJ48sq714PsvNW9rXcP73ZvJkuv
W17U3cugcpl/ap4VXurWqmlZdr1eXzRXw6HfN2rD4OvoxT2qrjK1+o1Vv3w7
qteDFb5sAZDVc89wMvPHo9q9U6vdXNfwWTBs114G1dvrjAMzWFmuZQXlJ8s7
351dPiwXjXa+9/Rw3z56mJ2+NQfTfH3fvh/l3lrji0m/tby2mtZV9e7r0IKf
WtUoecsJ/nqxsuhJq3Zba66su3a9ZbWG1tlNcLVodu/nV9Zu78E9vnsrvfUn
pcbg8vGhsvD9G+N+eXZvec2X+8o5fXB3sb6/P+reTs6WD9PFfr/prbx+p9v/
enoy9kf2Y6vjjnOzB6/seU0AOMsYTVd3x95Zs5CvDe7W3tvl1+lr9W4Q9Nvl
28LT5VVh1s4Ulv7gqH7mDJ8fmsfPr73z9W2+0TuZ98vB0nheFfdbr9Ozh7PG
/v2D5WSPiw/dS9+5HD7eOc9v55fZUuPqvnaXm5TPLm+Xy1U7aN2Mjk/ss+Lq
9nWwMM6evPvH0u2sfL07PJw3lt7x4MY/DbrO+Y13eQ9wMb71XjJXo6dV5qbw
dL0+9HuFfb/mV1/a1bvZZG5Yu/nW+eJp/+vi2bevvnbr+2/T7GUzl9m15u7p
bems+nJyOx87z4PKTW90Py0MBm5hMTwtLMo3y/PrtrE/PpruFo+yrcHd9WOx
6J6f9sfHdnW6fnuZXl/XHr3ZYe7kajeYzuu5p0Gp2LKD+3WzfHF/GVy3u2vf
KO1fts+GQ+diUBzeVtr+zeDNtobtunXzaAGGOrOsR6uHZ16zAADo8C38LV89
2l09ZveNwVP3a2ZY64xqE+t29y2/Dnb3R8X8vN47znr+fvl4XS7ffz06Oc+9
ZM7sp/L1/at1fVm9HDUL9lHnKGecnuwClHvV2d2xfdx66ExyuaPzzGW/cuGt
v+5eZ/Jdd9G9uCzevXR65as3/+LksVNYdPrj6mO/WbxbGuPx+apTvS2Os8NV
fb9xevZUbfb9/buVn3nY9++6ljt+dr317eJ1Nj99Pe2e5F+b0/Juo18+rJwU
TobGdNk7LeevHzpWLjssXh3e5ifPw+tFZZxp313lszXvbPB6fl+Zlk+6+eda
veh394eL/Ozt+Pq5kL09vzV6wep6aT2cZO+yk/XEu8tc29PRoHQ2hZVcDa3b
80q59fIyaT28jSbPy2Jt/z4zml+fBHcPxSN7d7Q0FoXTVultVe6/XC/d69VD
/7g270/u1vb90+zpobV4ehiNug+14KldfO7mMnDNBxO40k0bMXT2aGhYqxbQ
i9bt4KHg9crQ3W13/VbK3s2vL4rDnJW7Pr+OoHHA4mc1JEBvTICMX6VA2wiQ
8asUKIkAHTastqEoUJ4pUG9SXfabF7XzWuGh0WllzjvW+rzTWp13eq/nY088
a67PG/zMgIc42u8iqPpyjD9CUPV3hiKoDetSLqcmlvN4H8CxNd1zK3NUb389
are6+QbQUuv61rIKrVpjZa0MaHBqeXCU142H58Pdh8PsKlivTl6LDhDj7HW2
06j0naevry/Xj0dP59XO7H7XXx4+T2/67cZVpXJuuGeXV4+9m9bJ9a4zOF56
laxXap2Vp5nbTKc9sa9K+aF9Xn+5PPNzMMFZ7fjoZdDuXuS62dIiqPnXRu/x
+nDXq17cFlvz+X5Qfpkux6ML97J76dzf1Ibzi6sHx31ZH697j8+9p6F31N+/
bSyvbtybk8ys7S+Mdq3htLOvmYXXCZbOLHPSvqnduqejSr/cyBznb+uTp6e3
u6u3u1o7+7R/N87b+ePL59uhZy0fWrW3hfEy2i/WTvvX7VFxNLiZPrjFZWl8
cuR794f3y+D47jB3deZd1nOe3fLPnvK3d3ameFpY3XX2V6ddN3Np9G6cxaBZ
9U9L9eXkuGndPrjZXrD7vJ4+DR5tgLXhOSCzo+fhwFoNHbhMTwU8zn5r1a6N
n+s146V0WJ4dv6jL8XuByfij3Jl8Z8Qvx7a7MRzdFGdXu6+vp0GvVJ6dXX69
cltP7VujMBjO3hrWOX54fAPrHVSa1rNlnVsBrbWxum4CzjgeNpj1O27DDDrW
cW14Nx1e37YM683q04vrQvMQnhwXrgevy97kalh9zWUX1/fF3uBoPXjtnveS
EEvDIJ6wnn96K9V2F9nj3XKufpR53g9K45urh/3Hq/3G1fOo2GrNq8f9yxP7
vlccB936cnjcbjbKF/u7xtKrD+o3g3LrNnc5Ku7mvlZ3qxdF68adPlxN/ODq
6WJ9dlNZ3r90c+X90bh62XEzZ+tyY35yPr896dwYb1+L+f5Tr/zS7zQuHmdX
026ra0/bl/f5cfus2MwCk1dZrTvBbH95fTp3HjuDSdA4XVVHD8cwptM2nNvZ
0+S0d9wePYy7jWaz21k8np2cw3mcTs7rk6vn1vDEbz/sZyurpmcNvVzt7vn5
bTUYeb1c+2x6bfTdl+VFybNLTSfz9njjtiYPs/Nyb9H065XK86Wf+bq4vYHj
qAyC635l9Hh0c/uyX/Kuzh/eWoOn08B421+/WbfXxXJmd/LS7+fcw7vx1079
uurcAjK5yCJb93DdunXszn7Qa/vHl4tS++3rc8E9uh1fHheM097qXbz/M9A2
fob3fwbaxs/w/s/QvqHh/dXl4Qbex2fvLsf4PWQsaTnG7yFjScsxaD2tVq31
bMGdfVGcO5zGoWVdggxVsfB9fXgKvzet16vLxmFp8fza7TfuFw9T42389e2x
dVnwZ9en3vh0cNq9PLyt10rt575VfHiz/LNO+/G0kQc+4eukvJgevkyO67nj
+VfL/1p8Hi6N3nVu8HbiXBx1e4v1yWN7ZVfvT55Pil8fS8OH5uPuUTk4HD4V
n5zm/dH17tuzP12cjPav5uPRSW7/prwy5v16Jdewbs/s1+nh82W79DApzW5r
lRv7qTl/Kh2vBle3D49D57TaujnK1bvNoPL84tWuO377dNaf1Y3MZH3i++3M
ldc5rI8bs6+l7LNTXlwPb0vdasu6HACW9h6KF/3H3uDra++qNyqsvnZfxv3T
4Lm+75aN1/OeM6mMpt38/e3SmnSDs6tsK3P4Wpl2M4vhfifXbBRvq/Or2kP3
dOg0yjn7NndWPboIdtezZtV6M7qdWqm3agHGs2pxKlxfMRUGbHgIL4+Cq+zr
6dfCTaH71r2fXhdOc8e7hv944VZum9dvrxelmmtduNXdyqh7djx4LQ0Pn8Zv
u9evq7v1ccm7nl74wd1d4+65+Xhc2F8v1+WL/uWrcefODwdfLx9Xa/vCOS16
D6/ZcdGbX9qX3fnqrVa+ubu+aI/d2Vvz7r5wcxWcTF73K4fl9cXZvD/0vCvj
NnP9dtv+2uh5p6f5UrNwmQ8qxdfB+mLc7J/klie9k/2np9fi9fV4OrroDIrd
+7Gfv62+lhpO17G+BsbuaglEuW9fvC3Gx7UH+7T1Fbj91+rF7mMut3zeXa4q
R5eFs8rxtN+4Oh/1m/v1eXaUXa+Hk1LxuTQy7Prk+ua2c/r2XKh+Ld0XLo6P
yu6VY++Wu8Pzr+WjwtmNV220D5uD8/vLl2vn7rZ9deV2AtuyR0h8jOiuXxK8
Z+2rx+mkEizqN3Cl6+WXy/7l8/LuKrebmx2/Bq3icno2GAwOh4F9Yay9y7dq
eV7qWpPrh6vrerP3XL9++mqtAWSvW51ad1C89Fb+Rf3yrPJ4c2YfLnKwZ5Xj
3YeT29ZtpmU8toP8ceV2PXAeveJd4/SkPr7dv+y1346GR5PSSfWkce0e3y6a
h/7X7qyZrdrtt/nswW8eVx8fryplywBBtbp8nZ0FTs6fgRjz0pvt3u3Wq8XK
6UnTe7zuVZuD5+V5/uzr2eRtVp4t17f2eJnL1rqXK+e0cme0Hu9Oy/3nr7tn
9cnj6mTVP/UvH+8nfmN9XLnanTiV6dX8pVrr95b3u8Fz7uti3wNK9Ng8K5xa
X62la9Tui503EFSG16PJuT12g/2Twv1j/jozX16eP9xcXz/VJ5e5i8LV8F//
lRVTzYvGdrWUDIXHBAK6sayDqUpEbBGbln6S2+Qj9PApqYvAiESAYuLcedAb
eQNn6g65zNsssFOUG+XHj2iOdFn5ga1pwsbXl/kxuMSZHp/EQ35sWp1Psphc
dzDnQV7sOaZ5FrFjsZhoQwv2cUz4fkPXK8OESGUptsLQQ8qoZBRrXn+6SoMd
HbquKmUVzyIAvXTdqYzQM+Kv57zQU1ioVMInxoCLdlfQzlBpl0bOeCaV5ZQS
mbOtSoN+mOA4uncy36T09ofBU9Axh9mhxWGPNNA+T9ozwsRExTQlLtrsci/c
BU6XQHmxuKgdHMr2ctXCfKsKNUjN8MacwoJl87i7Wjqa14L1wmgbolJSVFNp
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
fXRMwTz3Hr1DqSr/B3rLUqCaUAEA

-->

</rfc>
