<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.1 (Ruby 3.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-lamps-csr-attestation-19" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="Remote Attestation with CSRs">Use of Remote Attestation with Certification Signing Requests</title>

    <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>
        <postal>
          <country>Germany</country>
        </postal>
        <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></organization>
      <address>
        <postal>
          <country>USA</country>
        </postal>
        <email>montywiseman32@gmail.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="May" day="25"/>

    
    
    <keyword>PKI</keyword> <keyword>PKCS#10</keyword> <keyword>CRMF</keyword> <keyword>Attestation</keyword> <keyword>Evidence</keyword> <keyword>Certificate Signing Requests</keyword>

    <abstract>


<?line 119?>

<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 title="About This Document" removeInRFC="true">
      <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 128?>

<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>

<t><list style="symbols">
  <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>
  <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>
</list></t>

<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 Registration Authority (RA) and the Certification Authority (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.
The RA and CA are depicted as separate entities with the RA
consuming the Attestation Results and deciding whether or not to forward
the certificate request to the CA.
In some deployments they are co-located roles.
In other deployments, the RA uses a proprietary interface into the CA.
In either case,
communication between RA and CA is out-of-scope, they can be conceptualized
as a single Relying Party entity for the purposes of this specification.
This diagram overlays PKI entities with RATS roles in parentheses.</t>

<figure title="Example data flow demonstrating the architecture with Background Check Model." anchor="fig-arch-background"><artset><artwork  type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="304" width="512" viewBox="0 0 512 304" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
<path d="M 8,176 L 8,272" fill="none" stroke="black"/>
<path d="M 112,176 L 112,272" fill="none" stroke="black"/>
<path d="M 216,32 L 216,96" fill="none" stroke="black"/>
<path d="M 216,176 L 216,272" fill="none" stroke="black"/>
<path d="M 256,104 L 256,192" fill="none" stroke="black"/>
<path d="M 320,96 L 320,168" fill="none" stroke="black"/>
<path d="M 360,32 L 360,96" fill="none" stroke="black"/>
<path d="M 360,176 L 360,272" fill="none" stroke="black"/>
<path d="M 448,176 L 448,272" fill="none" stroke="black"/>
<path d="M 496,176 L 496,272" 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 360,176" fill="none" stroke="black"/>
<path d="M 448,176 L 496,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 368,192 L 440,192" fill="none" stroke="black"/>
<path d="M 8,272 L 112,272" fill="none" stroke="black"/>
<path d="M 216,272 L 360,272" fill="none" stroke="black"/>
<path d="M 448,272 L 496,272" fill="none" stroke="black"/>
<polygon class="arrowhead" points="448,192 436,186.4 436,197.6 " fill="black" transform="rotate(0,440,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="468" 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="316" y="228">RA</text>
<text x="60" y="260">(Attester)</text>
<text x="260" y="260">(Relying</text>
<text x="324" y="260">Party)</text>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
                            .-----------------.
                            |                 | Compare Evidence
                            |    (Verifier)   | against Appraisal
                            |                 | Policy
                            '------------+----'
                                 ^       |
                        Evidence |       | Attestation
                                 |       | Result
                                 |       v
  .------------.            .----|------------.          .-----.
  |            +----------->|----'            |--------->|     |
  | End        | Evidence   | Registration    |          | CA  |
  | Entity     | in CSR     | Authority RA    |          |     |
  |            |            |                 |          |     |
  | (Attester) |            | (Relying Party) |          |     |
  '------------'            '-----------------'          '-----'
]]></artwork></artset></figure>

<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>

<figure title="Example data flow demonstrating the architecture with Passport Model." anchor="fig-arch-passport"><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">
<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,176" 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 72,160" fill="none" stroke="black"/>
<path d="M 88,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 80,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="112,176 100,170.4 100,181.6 " fill="black" transform="rotate(0,104,176)"/>
<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="324" y="196">RA</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="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>
</g>
</svg>
</artwork><artwork  type="ascii-art"><![CDATA[
   Evidence               .-----------------.
   +--------------------->|                 | Compare Evidence
   |                      |   (Verifier)    | against Appraisal
   |     +----------------|                 | Policy
   |     |                '-----------------'
   |     | Attestation
   |     | Result
   |     v
.--------|---.             .-----------------.              .------.
|        +-->+------------>| Registration    |------------->|      |
| End        | Attestation | Authority RA    |              |  CA  |
| Entity     | Result in   |                 |              |      |
| (Attester) | CSR         | (Relying Party) |              |      |
'------------'             '-----------------'              '------'
]]></artwork></artset></figure>

<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>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>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 title="Information Model for CSR Evidence Conveyance." anchor="fig-info-model"><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">
<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,104 L 80,232" fill="none" stroke="black"/>
<path d="M 152,144 L 152,232" 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 264,128 L 264,208" fill="none" stroke="black"/>
<path d="M 320,240 L 320,336" fill="none" stroke="black"/>
<path d="M 472,128 L 472,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 264,128 L 472,128" fill="none" stroke="black"/>
<path d="M 152,144 L 256,144" fill="none" stroke="black"/>
<path d="M 264,160 L 472,160" fill="none" stroke="black"/>
<path d="M 264,208 L 472,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 184,256 L 312,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"/>
<polygon class="arrowhead" points="320,256 308,250.4 308,261.6 " fill="black" transform="rotate(0,312,256)"/>
<polygon class="arrowhead" points="264,144 252,138.4 252,149.6 " fill="black" transform="rotate(0,256,144)"/>
<polygon class="arrowhead" points="192,256 180,250.4 180,261.6 " fill="black" transform="rotate(180,184,256)"/>
<polygon class="arrowhead" points="160,232 148,226.4 148,237.6 " fill="black" transform="rotate(90,152,232)"/>
<polygon class="arrowhead" points="88,232 76,226.4 76,237.6 " fill="black" transform="rotate(90,80,232)"/>
<polygon class="arrowhead" points="88,104 76,98.4 76,109.6 " fill="black" transform="rotate(270,80,104)"/>
<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="228" y="132">1..n</text>
<text x="348" y="148">CertificateChoices</text>
<text x="320" y="180">Certificate</text>
<text x="380" y="180">OR</text>
<text x="364" y="196">OtherCertificateFormat</text>
<text x="56" y="212">1</text>
<text x="136" y="228">1</text>
<text x="192" y="244">1</text>
<text x="284" y="244">1..n</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..n  +-------------------------+
          |        +------------>| CertificateChoices      |
          |        |             +-------------------------+
          |        |             | Certificate OR          |
          |        |             | OtherCertificateFormat  |
       1  |        |             +-------------------------+
          v      1 v
 +--------------------+ 1         1..n  +-------------------+
 |  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 title="Case 1: Evidence Bundle without Certificate Chain." anchor="fig-single-attester"><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">
<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 title="Case 2: Single Evidence Bundle with Certificate Chain." anchor="fig-single-attester-with-path"><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">
<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 title="Case 3: Multiple Evidence Structures each with Complete Certificate Chains." anchor="fig-multiple-attesters"><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">
<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 title="Information Model for CSR Attestation Result Conveyance." anchor="fig-info-model-ar"><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">
<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,104 L 80,232" fill="none" stroke="black"/>
<path d="M 160,144 L 160,232" 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 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"/>
<polygon class="arrowhead" points="280,144 268,138.4 268,149.6 " fill="black" transform="rotate(0,272,144)"/>
<polygon class="arrowhead" points="168,232 156,226.4 156,237.6 " fill="black" transform="rotate(90,160,232)"/>
<polygon class="arrowhead" points="88,232 76,226.4 76,237.6 " fill="black" transform="rotate(90,80,232)"/>
<polygon class="arrowhead" points="88,104 76,98.4 76,109.6 " fill="black" transform="rotate(270,80,104)"/>
<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="236" y="132">1..n</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..n   | AttestationResult |
         |         +------------->+-------------------+
         |         |              | Type              |
         |         |              | Result            |
         |         |              |                   |
      1  |         |              +-------------------+
         v       1 v
+-------------------------+
| AttestationResultBundle |
+-------------------------+
]]></artwork></artset></figure>

<t>A Relying Party receiving a CSR containing an Attestation Result <bcp14>MUST</bcp14> use the Type information
to parse the content. The Attestation Result encoding <bcp14>MUST</bcp14> provide information for the Relying
Party to determine the Verifier, who created and protected the Attestation Result against modifications.</t>

</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 <spanx style="verb">id-pkix</spanx> and <spanx style="verb">id-aa</spanx>, both defined in <xref target="RFC5911"/> and <xref target="RFC5912"/>.</t>

</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 <spanx style="verb">EvidenceBundle</spanx> containing
one or more Evidence statements of a type <spanx style="verb">EvidenceStatement</spanx> 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 title="Definition of EvidenceStatementSet" anchor="code-EvidenceStatementSet"><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 title="Definition of EvidenceStatement" anchor="code-EvidenceStatement"><artwork><![CDATA[
EvidenceStatement ::= SEQUENCE {
   type   EVIDENCE-STATEMENT.&id({EvidenceStatementSet}),
   stmt   EVIDENCE-STATEMENT.&Type({EvidenceStatementSet}{@type}),
   hint   IA5String 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 to select an appropriate Verifier
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 server name which
uniquely identifies a Verifier. Server names are ASCII strings that
contain a hostname and optional port, where the port is implied to be
"443" if missing.  The names use the format of the authority portion
of a URI as defined in Section 3.2 of <xref target="RFC3986"/>. The names <bcp14>MUST NOT</bcp14>
include a "userinfo" portion of an authority.  For example, a valid
server name might be "verifier.example.com" or
"verifier.example.com:8443", but not "verifier@example.com".</t>

<t>Relying Parties <bcp14>SHOULD NOT</bcp14> connect to a host name provided in the hint,
especially if the verifier has no previous trust relationship with that
host name, instead this <bcp14>SHOULD</bcp14> be used only as a lookup string for
determining between a list of Verifiers that the Relying Party is
pre-configured to use.</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. The Relying Party is also configured with a trust
anchor for each Verifier, which allows the Verifier to validate the signature
protecting the Attestation Result. Tricking a 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>

<figure><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></figure>

<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 <spanx style="verb">other [3]</spanx> with an <spanx style="verb">OtherCertificateFormat.Type</spanx> of <spanx style="verb">OCTET STRING</spanx>, and then can carry any binary data.</t>

<t>The <spanx style="verb">certs</spanx> field contains a set of certificates that
is intended to validate the contents of an Evidence statement
contained in <spanx style="verb">evidences</spanx>, 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 <spanx style="verb">certs</spanx> <bcp14>SHOULD</bcp14> be expected because certificates contained in <spanx style="verb">certs</spanx> may be needed to validate different Evidence statements.</t>

<t>This specification places no restriction on mixing certificate types within the <spanx style="verb">certs</spanx> 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 title="Definitions of CSR attribute and extension" anchor="code-extensions"><artwork><![CDATA[
id-aa-evidence OBJECT IDENTIFIER ::= { id-aa 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 <spanx style="verb">attr-evidence</spanx> or <spanx style="verb">ext-evidence</spanx>, multiple values within the attribute or extension, and finally, by including multiple <spanx style="verb">EvidenceStatement</spanx> structures within an <spanx style="verb">EvidenceBundle</spanx>. The latter is the preferred way to carry multiple Evidence statements. Implementations <bcp14>MUST NOT</bcp14> place multiple copies of <spanx style="verb">attr-evidence</spanx> into a PKCS#10 CSR due to the <spanx style="verb">COUNTS MAX 1</spanx> declaration. In a CRMF CSR, implementers <bcp14>SHOULD NOT</bcp14> place multiple copies of <spanx style="verb">ext-evidence</spanx>.</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 OID depicted in <xref target="code-ar-oid"/> as an additional CSR Attribute (PKCS#10) or Extension (CRMF) to carry Attestation Results in a CSR.</t>

<figure title="New OID for PKIX Attestation Result Formats" anchor="code-ar-oid"><artwork><![CDATA[
-- OID for Attestation Result types
id-aa-ar OBJECT IDENTIFIER ::= { id-aa (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 title="Definition of AttestationResultSet" anchor="code-AttestationResultSet"><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 title="Definition of AttestationResult" anchor="code-AttestationResult"><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>

<figure><artwork><![CDATA[
AttestationResultBundle ::= SEQUENCE SIZE (1..MAX) OF AttestationResult
]]></artwork></figure>

<figure title="Definitions of CSR attribute and extension" anchor="code-extensions-ar"><artwork><![CDATA[
-- 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>
<section anchor="implementation-considerations"><name>Implementation Considerations</name>

<section anchor="is-the-csr-constructed-inside-or-outside-the-attester"><name>Is the CSR constructed inside or outside the Attester?</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 title="Example interaction between CSR generator and HSM." anchor="fig-csr-client-p11"><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">
<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 anchor="sec-impl-ar"><name>Separation of RA and CA roles with respect to Attestation Results</name>

<t>As described in <xref target="architecture"/>, CSRs <bcp14>MAY</bcp14> contain either Evidence or Attestation Results (AR),
and also the Registration Authority (RA) and Certification Authority (CA) <bcp14>MAY</bcp14> be conceptualized as
a single Relying Party entity, or as separate entities. There are some implications here worth discussion.</t>

<t>In many cases, the Evidence contained within a CSR is intended to be consumed by the RA and not
to be placed into the issued certificate.
In some RA / CA architectures, it <bcp14>MAY</bcp14> be appropriate for the RA to "consume" the Evidence
and remove it from the CSR, re-signing the CSR with an RA signing key. A CRMF CSR also allows the RA
to indicate that it verified the CSR without the need to re-signing the CSR.</t>

<t>In any case where the RA and CA roles are separated, and Evidence is evaluated and consumed by the RA,
the RA does at least implicitly produce Attestation Results as defined in the RATS Architecture <xref target="RFC9334"></xref>.
For example, the decision to reject the Evidence and fail back to the client, or to accept the Evidence and
forward a request to the CA could be viewed as a boolean Attestation Result.
Similarly, if acceptance or rejection of the Evidence controls the presence or absence of a certain policy OID
or other extension in the issued certificate, this could also be viewed as an Attestation Result.</t>

<t>Alternatively, the RA <bcp14>MAY</bcp14> place explicit Attestation Results into its request to the CA; either for consumption
by the CA or for inclusion in the issued certificate.
The exact mechanisms for doing this are out-of-scope for this document, but are areas for implementation
consideration and potential future standardization work.</t>

</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>

<t>IANA is asked to register the following within the registry id-mod
SMI Security for PKIX Module Identifier (1.3.6.1.5.5.7.0).</t>

<t><list style="symbols">
  <t>Decimal: IANA Assigned - <strong>Replace TBDMOD</strong></t>
  <t>Description: CSR-ATTESTATION-2023 - id-mod-pkix-attest-01</t>
  <t>References: This Document</t>
</list></t>

</section>
<section anchor="object-identifier-registrations-smi-security-for-smime-attributes"><name>Object Identifier Registrations - SMI Security for S/MIME Attributes</name>

<t>IANA is asked to register the following within the registry id-aa
SMI Security for S/MIME Attributes (1.2.840.113549.1.9.16.2).</t>

<t><list style="symbols">
  <t>Evidence Statement</t>
  <t>Decimal: IANA Assigned - This was early-allocated as <spanx style="verb">59</spanx> so that we could generate the sample data.</t>
  <t>Description: id-aa-evidence</t>
  <t>References: This Document</t>
  <t>Attestation Result</t>
  <t>Decimal: IANA Assigned - - <strong>Replace TBD2</strong></t>
  <t>Description: id-aa-ar</t>
  <t>References: This Document</t>
</list></t>

</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 that may be encountered in the wild, as well as
a link to their specification document.
This registry should follow the rules for
"Specification Required" as laid out in <xref target="RFC5226"/>.</t>

<t>Registration requests should be formatted as per
the registration template below, and receive 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>

<t><list style="symbols">
  <t>OID: The OID number, which has already been allocated. IANA does
not allocate OID numbers for use with this registry.</t>
  <t>Description: Brief description of the use of the Evidence and the
registration of the OID.</t>
  <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>
  <t>Change Controller: The entity that controls the listed data format.
For data formats specified in Standards Track RFCs, list the "IESG".
For others, give the name of the responsible party.
This does not necessarily have to be a standards body, for example
in the case of proprietary data formats the Reference may be to a company or a
publicly-available reference implementation.  In most cases the
third party requesting registration in this registry will also be the
party that registered the OID. As the intention is for this registry to be a
helpful reference, rather than a normative list, a fair amount of
discretion is left to the Designated Expert.</t>
</list></t>

</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>

<texttable title="Initial Contents of the Attestation Evidence OID Registry" anchor="tab-ae-reg">
      <ttcol align='left'>OID</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference(s)</ttcol>
      <ttcol align='left'>Change Controller</ttcol>
      <c>2 23 133 5 4 1</c>
      <c>tcg-dice-TcbInfo</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 3</c>
      <c>tcg-dice-endorsement-manifest-uri</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 4</c>
      <c>tcg-dice-Ueid</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 5</c>
      <c>tcg-dice-MultiTcbInfo</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 6</c>
      <c>tcg-dice-UCCS-evidence</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 7</c>
      <c>tcg-dice-manifest-evidence</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 8</c>
      <c>tcg-dice-MultiTcbInfoComp</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 9</c>
      <c>tcg-dice-conceptual-message-wrapper</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 5 4 11</c>
      <c>tcg-dice-TcbFreshness</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>2 23 133 20 1</c>
      <c>tcg-attest-tpm-certify</c>
      <c><xref target="TCGRegistry"/></c>
      <c>TCG</c>
      <c>1 3 6 1 5 5 7 1 35</c>
      <c>id-pe-cmw</c>
      <c><xref target="I-D.ietf-rats-msg-wrap"/></c>
      <c>IETF</c>
</texttable>

<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>

<t><list style="symbols">
  <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>
  <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>
  <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>
</list></t>

<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 title="Interaction between Attesting and Target Environment" anchor="fig-attester"><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">
<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 <spanx style="verb">EvidenceStatement</spanx> includes both a <spanx style="verb">type</spanx> OID and a <spanx style="verb">hint</spanx> 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 <spanx style="verb">type</spanx> OID and <spanx style="verb">hint</spanx> will allow an RP to select between Verifier with which it has pre-established trust relationships. The RP <bcp14>MUST NOT</bcp14> blindly make network calls to unknown domain names and trust the results.
Implementers should also be cautious around <spanx style="verb">type</spanx> OID or <spanx style="verb">hint</spanx> values that cause a short-circuit in the verification logic, such as <spanx style="verb">None</spanx>, <spanx style="verb">Null</spanx>, 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 title='Normative References' anchor="sec-normative-references">



<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="RFC3986">
  <front>
    <title>Uniform Resource Identifier (URI): Generic Syntax</title>
    <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
    <author fullname="R. Fielding" initials="R." surname="Fielding"/>
    <author fullname="L. Masinter" initials="L." surname="Masinter"/>
    <date month="January" year="2005"/>
    <abstract>
      <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="66"/>
  <seriesInfo name="RFC" value="3986"/>
  <seriesInfo name="DOI" value="10.17487/RFC3986"/>
</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 title='Informative References' anchor="sec-informative-references">



<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="RFC5226">
  <front>
    <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
    <author fullname="T. Narten" initials="T." surname="Narten"/>
    <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
    <date month="May" year="2008"/>
    <abstract>
      <t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
      <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
      <t>This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5226"/>
  <seriesInfo name="DOI" value="10.17487/RFC5226"/>
</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="21" month="May" year="2025"/>
      <abstract>
	 <t>   Section 8 of RFC 9334 defines &quot;conceptual messages&quot; as abstract
   messages exchanged by RATS roles such as Evidence, Attestation
   Results, Endorsements, and Reference Values.  This document defines a
   &quot;conceptual message&quot; wrapper (CMW) format for any RATS conceptual
   message and describes a collection type that aggregates one or more
   CMWs into a single message.

   In addition, this document specifies a corresponding CBOR tag, JSON
   Web Tokens (JWT) and CBOR Web Tokens (CWT) claims, and an X.509
   extension.  These mechanisms enable the embedding of enveloped
   conceptual messages into CBOR-based protocols, web APIs, and PKIX
   protocols.  Moreover, a Media Type and a CoAP Content-Format are
   defined for transporting CMWs over HTTP, MIME, CoAP, and other
   Internet protocols.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-msg-wrap-14"/>
   
</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="3" month="March" year="2025"/>
      <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-07"/>
   
</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&#x27;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&#x27;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&#x27;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="3" month="March" year="2025"/>
      <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&#x27;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-01"/>
   
</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 year="n.d."/>
  </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></organization>
    </author>
    <date year="n.d."/>
  </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="6" month="February" year="2025"/>
      <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.

   This document also defines two serialisations of the proposed
   information model, utilising CBOR and JSON.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-rats-ar4si-08"/>
   
</reference>




    </references>


<?line 1004?>

<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>

<figure><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></figure>

</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>

<figure><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></figure>
<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>

<figure><artwork><![CDATA[
Tcg-csr-tpm-certify ::= SEQUENCE {
  tpmSAttest       OCTET STRING,
  signature        OCTET STRING,
  tpmTPublic       OCTET STRING OPTIONAL
}
]]></artwork></figure>

</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>

<t><list style="symbols">
  <t>a structure that is a sized buffer where the size of the buffer is contained in a 16-bit, unsigned value.</t>
  <t>The first parameter is the size in octets of the second parameter. The second parameter may be any type.</t>
</list></t>

<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>

<figure><artwork><![CDATA[
     Name ≔ nameAlg || HnameAlg (handle→publicArea)
     nameAlg is a TCG defined 16 bit algorithm identifier
]]></artwork></figure>

<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>

<figure><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></figure>

<t>where for a key object the attested field is</t>

<figure><artwork><![CDATA[
     typedef struct {
          TPM2B_NAME name;
          TPM2B_NAME qualifiedName;
     } TPMS_CERTIFY_INFO;
]]></artwork></figure>

</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>

<figure><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></figure>

<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>

<figure><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></figure>

<t><list style="symbols">
  <t>authPolicy is the Policy Digest needed to authorize use of the object.</t>
  <t>Parameters are the object type specific public information about the key.
  <list style="symbols">
      <t>For key objects, this would be the key's public parameters.</t>
    </list></t>
  <t>unique is the identifier for parameters</t>
</list></t>

<t>The size of the TPMT_PUBLIC is provided by the following structure:</t>

<figure><artwork><![CDATA[
     typedef struct {
          UINT16     size;
          TPMT_PUBLIC publicArea;
     } TPM2B_PUBLIC;
]]></artwork></figure>

</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>

<figure><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></figure>

</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>

<t><list style="symbols">
  <t>TPM2 handle for Key (the key to be attested to)</t>
  <t>TPM2 handle for the AK (see <xref target="attestation-key"/>)</t>
</list></t>

<t>It produces the following output:</t>

<t><list style="symbols">
  <t>TPM2B_ATTEST in binary format</t>
  <t>TPMT_SIGNATURE in binary format</t>
</list></t>

<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>

<t><list style="symbols">
  <t>TPM2 handle for Key (the key to be attested to)</t>
</list></t>

<t>It produces the following output:</t>

<t><list style="symbols">
  <t>TPM2B_PUBLIC in binary format</t>
</list></t>

</section>
<section anchor="verifier-processing"><name>Verifier Processing</name>

<t>The Verifier has to perform the following steps once it receives the Evidence:</t>

<t><list style="symbols">
  <t>Verify the TPM2B_ATTEST using the TPMT_SIGNATURE.</t>
  <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>
</list></t>

</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>

<figure><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></figure>

<t>Note that this example demonstrates most of the features of this specification:</t>

<t><list style="symbols">
  <t>The data type is identified by the OID id-TcgCsrCertify contained in the <spanx style="verb">EvidenceStatement.type</spanx> field.</t>
  <t>The signed evidence is carried in the <spanx style="verb">EvidenceStatement.stmt</spanx> field.</t>
  <t>The <spanx style="verb">EvidenceStatement.hint</spanx> provides information to the Relying Party about which Verifier (software) will be able to correctly parse this data. Note that the <spanx style="verb">type</spanx> 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 <spanx style="verb">"tpmverifier.example.com"</spanx> will be able to parse this data.</t>
  <t>The evidence statement is accompanied by a certificate chain in the <spanx style="verb">EvidenceBundle.certs</spanx> 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>
</list></t>

<t>This example does not demonstrate an EvidenceBundle that contains multiple EvidenceStatements sharing a certificate chain.</t>

<figure><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></figure>

</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>

<figure><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></figure>

<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>

<figure><artwork><![CDATA[
{
  "kat":
    h'd28443A10126A058C0A30A5820B91B03129222973C214E42BF31D68
      72A3EF2DBDDA401FBD1F725D48D6BF9C8171909C4A40102200121
      5820F0FFFA7BA35E76E44CA1F5446D327C8382A5A40E5F29745DF
      948346C7C88A5D32258207CB4C4873CBB6F097562F61D5280768C
      D2CFE35FBA97E997280DBAAAE3AF92FE08A101A40102200121582
      0D7CC072DE2205BDC1537A543D53C60A6ACB62ECCD890C7FA27C9
      E354089BBE13225820F95E1D4B851A2CC80FFF87D8E23F22AFB72
      5D535E515D020731E79A3B4E47120584056F50D131FA83979AE06
      4E76E70DC75C070B6D991AEC08ADF9F41CAB7F1B7E2C47F67DACA
      8BB49E3119B7BAE77AEC6C89162713E0CC6D0E7327831E67F3284
      1A',
  "pat":
    h'd28443A10126A05824A10A58205CA3750DAF829C30C20797EDDB794
      9B1FD028C5408F2DD8650AD732327E3FB645840F9F41CAB7F1B7E
      2C47F67DACA8BB49E3119B7BAE77AEC6C89162713E0CC6D0E7327
      831E67F32841A56F50D131FA83979AE064E76E70DC75C070B6D99
      1AEC08AD'
}
]]></artwork></figure>

</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>

<figure><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></figure>

<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>

<figure><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></figure>

<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>

<figure><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></figure>

</section>
</section>
<section anchor="asn1-module"><name>ASN.1 Module</name>

<figure><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) }
  ;

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   IA5String 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-aa (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></figure>

<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>

<figure><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></figure>

</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>

<figure><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
        // 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: IA5String "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 8c 30 82 00 88 06 0b 2a 86 48 86 f7 0d
01 09 10 02 3b 30 79 31 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 16 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></figure>

</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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
Ujsi/MAMPbA3LAhoJVHBR+ltMKnt/n8xWP4hEJMM5wb8EOZXpxbH/OqFyIsH
Yiv5hcQ5VcRaFGPtzmX6jSBiNiZrgMCXGygqAr0auCOffRvogLgj3WF2hEZQ
oi917NtAujnY0oWDyqggMqHUb9qNrlOo84hyjQutY3RLeaEqLoMtX+zAGvf9
UsY/YfnC11paxSDiAMFWAI6aC1V0euYb5CnCvdsuOdAsgBXU8jkwbxmt1aYY
zpjHRciHyhdBhDfd9ErQ3zJbe7jFP2Av0hLt/Yfmv3R6Q75ondlE4PTfUav7
W6QxRlAcmjvQmUzhmpbmU7iBO1rb7+r37+F4PS4GpjWzXzRHFn1iPVt7EfZl
6P/if5UvIFnOhDlPd7bSj5r8vATzN3CEQJVoK6F03sTxESiitItoTMpTCveS
v04/BbtXC3xJCyPmM2y1GWyV5sgUoTJPKSYAlRla2Vvpdb+9Hzy+WD8JrTjy
RRl9/1xY1kfpwv5JueqGabB8ITVID0GXExYIW2tSQJIUGCUiJRcXGZAJn3LA
qqrcBwKtMx6wx5KsnSE+UgWhyIlmsPDJRiVdpO2EnEciMXEIJ8yT4jaZAXog
sgO2dNkPUZ7de0F3rM9br8Dnjb2J74g4pU2HSWLzely5SeYRijhn9UZIUOOw
wBgjTXdLxebJ/Ba6F+oyJAUh8y9SkiS4b2KG9ih/EUZ9BXpGLI0SREJ637XE
xqOpt3lIhvlvNVcPgSSj565yFWz66qtg3IT9FEoIyp1XbRw3L002hzRrVqdh
3qDTEVAn/DEums3LyVutVm/e1qxra9XvNM4vrJdjK3vbqI4uavdj77XRsa6q
w8u7qjW8qB1V193806w7uRxf3DRWRn31WL+7vj6pW6OLbu5y1D0eZ5xOo3MB
A2MnteHqzL6/yzy52eDxPrvqvTUeLqq3/G61ahmRl+vscy/ffG08W9c84sVF
7eFm3Mtfz+3cXfGiU6tZ7eaqfv14euY9NUfL3qVhXTeq1WurPhw2rqw6NLj2
avB71brcv1kGx5eDfO7+YN60bgvXT8Ojq6BS9q+WBadfup5WK/bZvrH7Wl7s
Zr+M3M7l7LKWmziZo+C6UV92vJvW8ejlde66g3nu5uzKvrvJjdZHmeJ8Pnq+
rE8Hdfviy/LFuLzMFfzJW2dx99TIt97KB2/t+8bu+Uv+aXB/ctO66xafOheN
/bvWU//xwlqu1m5ucHNi72d7Z5Wj/YOscb9qzh4LXy7G54HdbQftybpfvjnd
3R/mnddBzak9npbytUUlc5RZXc4fW53Xu8uiV2icL0/7jXGnUjGu7Vq+3Dla
nu6u7yuF1fXCzu0XzucHvddMc/fyrn50cn7ROF8drft3/adg9uWo3zieFR52
3WJl9FwvWMZR/aq1Pj09dY/KhSevtHs9yM6b3dta9+hu92ay9LqlRc1tBeVW
/qlxXnipWauGZdm1Wm3RWA2Hft+oDoMvoxf3uLLKVGs3Vq31dlyrBSt82QQg
q+We4WTmj8fVe6davbmu4rNg2K6+DCq31xkHZrCyXMsKSk+Wd7E7az0sF/V2
vvf0cN8+fpidvTUG03xt374f5d6a48tJv7m8thrWVeXuy9CCn2rFOPCWE/z1
cmXRk2b1ttpYWXftWtNqDq3zm+Bq0ejez6+s3d6De3L3dvDWnxzUB63Hh/LC
92+M++X5veU1Xu7LF/TB3eX6/v64ezs5Xz5MF/v9hrfy+p1u/8vZ6dgf2Y/N
jjvOzR68kuc1AOAsYzRd3Z14541Cvjq4W3tvrS/T18rdIOi3S7eFp9ZVYdbO
FJb+4Lh27gyfHxonz6+9i/Vtvt47nfdLwdJ4XhX3m6/T84fz+v79g+VkT4oP
3ZbvtIaPd87z20Ure1C/uq/e5Sal89btcrlqB82b0cmpfV5c3b4OFsb5k3f/
eHA7K13vDo/m9aV3Mrjxz4Kuc3Hjte4BLsa33kvmavS0ytwUnq7XR36vsO9X
/cpLu3I3m8wNazffvFg87X9ZPPv21Zdubf9tmm01cplda+6e3R6cV15Ob+dj
53lQvumN7qeFwcAtLIZnhUXpZnlx3Tb2x8fT3eJxtjm4u34sFt2Ls/74xK5M
128v0+vr6qM3O8qdXu0G03kt9zQ4KDbt4H7dKF3et4LrdnftGwf7rfb5cOhc
DorD23Lbvxm82dawXbNuHi3AUOeW9Wj18MyrFgAAHb6Fv+Urx7urx+y+MXjq
fskMq51RdWLd7r7l18Hu/qiYn9d6J1nP3y+drEul+y/Hpxe5l8y5/VS6vn+1
rluV1qhRsI87xznj7HQXoNyrzO5O7JPmQ2eSyx1fZFr98qW3/rJ7ncl33UX3
slW8e+n0Sldv/uXpY6ew6PTHlcd+o3i3NMbji1WnclscZ4er2n797Pyp0uj7
+3crP/Ow7991LXf87Hrr28XrbH72etY9zb82pqXder90VD4tnA6N6bJ3Vspf
P3SsXHZYvDq6zU+eh9eL8jjTvrvKZ6ve+eD14r48LZ1288/VWtHv7g8X+dnb
yfVzIXt7cWv0gtX10no4zd5lJ+uJd5e5tqejwcH5FFZyNbRuL8ql5svLpPnw
Npo8L4vV/fvMaH59Gtw9FI/t3dHSWBTOmgdvq1L/5Xrp3jw+9E+q8/7kbm3f
P82eHpqLp4fRqPtQDZ7axeduLgPXfDCBK92wEUNnj4eGtWoCvWjeDh4KXq8E
3d12128H2bv59WVxmLNy1xfXETQOWPy8igTojQmQ8bMUaBsBMn6WAiURoKO6
1TYUBcozBepNKst+47J6US081DvNzEXHWl90mquLTu/1YuyJZ431RZ2fGfAQ
R/tDBFVfjvFnCKr+zlAEtW615HKqYjmP9wEcW8O9sDLHtfaX43azm68DLbWu
by2r0KzWV9bKgAZnlgdHeV1/eD7afTjKroL16vS16AAxzl5nO/Vy33n68vpy
/Xj8dFHpzO53/eXR8/Sm365flcsXhnveunrs3TRPr3edwcnSK2e9g+Z5aZq5
zXTaE/vqID+0L2ovrXM/BxOcVU+OXwbt7mWumz1YBFX/2ug9Xh/tepXL22Jz
Pt8PSi/T5Xh06ba6Lef+pjqcX149OO7L+mTde3zuPQ294/7+bX15dePenGZm
bX9htKt1p519zSy8TrB0ZpnT9k311j0blfuleuYkf1ubPD293V293VXb2af9
u3Hezp+0nm+HnrV8aFbfFsbLaL9YPetft0fF0eBm+uAWlwfj02Pfuz+6XwYn
d0e5q3OvVct5dtM/f8rf3tmZ4llhddfZX5113UzL6N04i0Gj4p8d1JaTk4Z1
++Bme8Hu83r6NHi0AdaGF4DMjp+HA2s1dOAyPRXwOPvNVbs6fq5VjZeDo9Ls
5EVdjj8KTMaf5c7kOyN+ObbdjeHopji72n19PQt6B6XZeevLldt8at8ahcFw
9la3LvDDkxtY76DcsJ4t68IKaK311XUDcMbJsM6s30kbZtCxTqrDu+nw+rZp
WG9Wn15cFxpH8OSkcD14XfYmV8PKay67uL4v9gbH68Fr96KXhFjqBvGEtfzT
20F1d5E92S3laseZ5/3gYHxz9bD/eLVfv3oeFZvNeeWk3zq173vFcdCtLYcn
7Ua9dLm/ayy92qB2Myg1b3OtUXE396WyW7ksWjfu9OFq4gdXT5fr85vy8v6l
myvtj8aVVsfNnK9L9fnpxfz2tHNjvH0p5vtPvdJLv1O/fJxdTbvNrj1tt+7z
4/Z5sZEFJq+8WneC2f7y+mzuPHYGk6B+tqqMHk5gTKdtOLezp8lZ76Q9ehh3
641Gt7N4PD+9gPM4m1zUJlfPzeGp337Yz5ZXDc8aernq3fPz22ow8nq59vn0
2ui7L8vLA88+aDiZt8cbtzl5mF2UeouGXyuXn1t+5svi9gaOozwIrvvl0ePx
ze3L/oF3dfHw1hw8nQXG2/76zbq9LpYyu5OXfj/nHt2Nv3Rq1xXnFpDJZRbZ
uofr5q1jd/aDXts/aS0O2m9fngvu8e24dVIwznqrd/H+j0Db+BHe/xFoGz/C
+z9C+4aG91etow28j8/eXY7xR8hY0nKMP0LGkpZj0HqazWrz2YI7+6I4dziN
I8tqgQxVtvB9bXgGvzes16tW/ehg8fza7dfvFw9T42385e2x2Sr4s+szb3w2
OOu2jm5r1YP2c98qPrxZ/nmn/XhWzwOf8GVSWkyPXiYntdzJ/Ivlfyk+D5dG
7zo3eDt1Lo+7vcX69LG9siv3p8+nxS+PB8OHxuPucSk4Gj4Vn5zG/fH17tuz
P12cjvav5uPRaW7/prQy5v1aOVe3bs/t1+nRc6t98DA5mN1Wyzf2U2P+dHCy
GlzdPjwOnbNK8+Y4V+s2gvLzi1e97vjts1l/VjMyk/Wp77czV17nqDauz74c
ZJ+d0uJ6eHvQrTSt1gCwtPdQvOw/9gZfXntXvVFh9aX7Mu6fBc+1fbdkvF70
nEl5NO3m72+X1qQbnF9lm5mj1/K0m1kM9zu5Rr14W5lfVR+6Z0OnXsrZt7nz
yvFlsLueNSrWm9HtVA96qyZgPKsap8K1FVNhwIZH8PI4uMq+nn0p3BS6b937
6XXhLHeya/iPl275tnH99np5UHWtS7eyWx51z08GrwfDo6fx2+716+pufXLg
XU8v/eDurn733Hg8Keyvl+vSZb/1aty586PBl9bjam1fOmdF7+E1Oy5685bd
6s5Xb9XSzd31ZXvszt4ad/eFm6vgdPK6Xz4qrS/P5/2h510Zt5nrt9v2l3rP
OzvLHzQKrXxQLr4O1pfjRv80tzztne4/Pb0Wr6/H09FlZ1Ds3o/9/G3l9aDu
dB3rS2DsrpZAlPv25dtifFJ9sM+aX4Dbf61c7j7mcsvn3eWqfNwqnJdPpv36
1cWo39ivzbOj7Ho9nBwUnw9Ghl2bXN/cds7enguVLwf3hcuT45J75di7pe7w
4kvpuHB+41Xq7aPG4OK+9XLt3N22r67cTmBb9giJjxHd9RbBe9a+epxOysGi
dgNXulZ6afVbz8u7q9xubnbyGjSLy+n5YDA4Ggb2pbH2Wm+V0vyga02uH66u
a43ec+366Yu1BpC9bnaq3UGx5a38y1rrvPx4c24fLXKwZ+WT3YfT2+Ztpmk8
toP8Sfl2PXAeveJd/ey0Nr7db/Xab8fD48nBaeW0fu2e3C4aR/6X7qyRrdjt
t/nswW+cVB4fr8olywBBtbJ8nZ0HTs6fgRjz0pvt3u3WKsXy2WnDe7zuVRqD
5+VF/vzL+eRtVpot17f2eJnLVrutlXNWvjOaj3dnpf7zl93z2uRxdbrqn/mt
x/uJX1+flK92J055ejV/qVT7veX9bvCc+7LY94ASPTbOC2fWF2vpGtX7YucN
BJXh9WhyYY/dYP+0cP+Yv87Ml62Lh5vr66fapJW7LFwN//VfWTHVuKxvV0vJ
UHhMIKAbyzqYqkTEFrFp6Qe5TT5CD5+SugiMSAQoZpadB72RN3Cm7pDroM0C
O0W5Ub5/jyYRl6UR2JombHx9mR+Da4Dp8Uk85MeG1fkkq611B3Me5MWeYx5k
ETsWi4k2tGAfx4TvN3S9MkyIVJZiKww9pIxqKrHm9YerNNjRoeuqWk/xLALQ
S9edygg9I/56zgs9g4VKJXxiDLhodwXtDJV2aeSMZ1JZTjmDOR2pNOiHGYCj
eycTMkpvfxg8BR1zmB1aHPZIA+3zpD0jTExUTFPios0u98Jd4HQJF/cy8wwe
yrvl5jsjrZKB1AxvzCms6DWPu6ulo3ktWC+MtiGqtURFh3ZDC1r4jEq8JFjR
lKFpV/0WVi7ahU/YrobmCzQP4lpr4VrVJ8qKFU9f0anWt3TMZjhY+z6uPdYx
3XDcLE437iYEPaZ+o0wvsFv6NTBkh3LXyJIRy22VcMVExQeZbgRTFVdbN+FZ
4bvoQUd8qLnOEZYvSHV9x34JRK5DzuVq92Vl19nCn3mBE3wSRlO0DO7ADHYO
aW9GH/q5cqGQt7KZbO7AyhTLtYyVz1jFci5TrWSrmXw2V8nlchWQBXLZQqOQ
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
AQA=

-->

</rfc>

