<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.4 (Ruby 2.6.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-rats-architecture-21" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.4 -->
  <front>
    <title abbrev="RATS Arch &amp; Terms">Remote Attestation Procedures Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-rats-architecture-21"/>
    <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="D." surname="Thaler" fullname="Dave Thaler">
      <organization>Microsoft</organization>
      <address>
        <postal>
          <street/>
          <city/>
          <region/>
          <code/>
          <country>USA</country>
        </postal>
        <email>dthaler@microsoft.com</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <postal>
          <street/>
          <city/>
          <region/>
          <code/>
          <country>Canada</country>
        </postal>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="N." surname="Smith" fullname="Ned Smith">
      <organization abbrev="Intel">Intel Corporation</organization>
      <address>
        <postal>
          <street/>
          <city/>
          <code/>
          <country>USA</country>
        </postal>
        <email>ned.smith@intel.com</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization>Huawei Technologies</organization>
      <address>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>
    <date year="2022" month="August" day="16"/>
    <area>Security</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>In network protocol exchanges it is often useful for one end of a
communication to know whether the other end is in an intended operating state.
This document provides an architectural overview of the entities involved
that make such tests possible through the process of generating,
conveying, and evaluating evidentiary claims.  An attempt is made to
provide for a model that is neutral toward processor architectures,
the content of claims, and protocols.</t>
    </abstract>
    <note>
      <name>Note to Readers</name>
      <t>Discussion of this document takes place on the
  RATS Working Group mailing list (rats@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/rats/">https://mailarchive.ietf.org/arch/browse/rats/</eref>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/ietf-rats-wg/architecture">https://github.com/ietf-rats-wg/architecture</eref>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The question of how one system can know that another system can be trusted has found new interest and relevance in a world where trusted computing elements are maturing in processor architectures.</t>
      <t>Systems that have been attested and verified to be in a good state
(for some value of "good") can improve overall system posture.
Conversely, systems that cannot be attested and verified to be in a
good state can be given reduced access or privileges, taken out of
service, or otherwise flagged for repair.</t>
      <t>For example:</t>
      <ul spacing="normal">
        <li>A bank back-end system might refuse to transact with another system
that is not known to be in a good state.</li>
        <li>A healthcare system might refuse to transmit electronic healthcare
records to a system that is not known to be in a good state.</li>
      </ul>
      <t>In Remote Attestation Procedures (RATS), one peer (the "Attester")
produces believable information about itself - Evidence - to enable
a remote peer (the "Relying Party") to decide whether to consider that
Attester a trustworthy peer or not.
RATS are facilitated by an additional vital party, the Verifier.</t>
      <t>The Verifier appraises Evidence via appraisal policies and creates
the Attestation Results to support Relying Parties in their decision
process.
This document defines a flexible architecture consisting of attestation roles
and their interactions via conceptual messages.
Additionally, this document defines a universal set of terms that can be mapped to various existing and emerging Remote Attestation Procedures.
Common topological patterns and the sequence of data flows associated with them, such as
the "Passport Model" and the "Background-Check Model", are illustrated.
The purpose is to define useful terminology for remote attestation and enable readers to map
their solution architecture to the canonical attestation architecture provided here.
Having a common terminology that provides well-understood meanings for common themes
such as roles, device composition, topological patterns, and appraisal procedures is vital for
semantic interoperability across solutions and platforms involving multiple vendors and providers.</t>
      <t>Amongst other things, this document is about trust and trustworthiness.
Trust is a choice one makes about another system.
Trustworthiness is a quality about the other system that can be used in making one's decision to trust it or not.  This is subtle difference and being
familiar with the difference is crucial for using this document.
Additionally, the concepts of freshness and trust relationships with
respect to RATS are elaborated on to enable implementers to choose
appropriate solutions to compose their Remote Attestation Procedures.</t>
    </section>
    <section anchor="referenceusecases">
      <name>Reference Use Cases</name>
      <t>This section covers a number of representative and generic use cases for remote attestation, independent of specific
solutions.  The purpose is to provide motivation for various aspects of the
architecture presented in this document.  Many other use cases exist, and this
document does not intend to have a complete list, only to illustrate a set of use
cases that collectively cover all the functionality required in the architecture.</t>
      <t>Each use case includes a description followed by an additional summary of the
Attester and Relying Party roles derived from the use case.</t>
      <section anchor="network-endpoint-assessment">
        <name>Network Endpoint Assessment</name>
        <t>Network operators want trustworthy reports that include identity
and version information about the hardware and software on the
machines attached to their network. Examples of reports include
purposes, such as inventory summaries, audit results, anomaly
notifications, typically including the maintenance of log records or
trend reports.
The network operator may also want a policy
by which full access is only granted to devices that meet some definition
of hygiene, and so wants to get Claims about such information and verify
its validity.
Remote attestation is desired to prevent vulnerable or
compromised devices from getting access to the network and potentially
harming others.</t>
        <t>Typically, a solution starts with a specific component (sometimes referred to as a root of trust) that often
provides trustworthy device identity, and performs a series of operations that enables trustworthiness appraisals for other components.
Such components perform operations that help determine the trustworthiness of yet other components,
by collecting, protecting or signing measurements.
Measurements that have been signed by such components comprise Evidence that when evaluated either supports or refutes a claim of trustworthiness.
Measurements can describe a variety of attributes of system components, such as hardware, firmware, BIOS, software, etc.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>A device desiring access to a network.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>Network equipment such as a router, switch, or access point,
responsible for admission of the device into the network.</t>
          </dd>
        </dl>
      </section>
      <section anchor="confidential-machine-learning-model-protection">
        <name>Confidential Machine Learning Model Protection</name>
        <t>A device manufacturer wants to protect its intellectual property.
The intellectual property's scope primarily encompasses the machine learning (ML) model that is deployed in the devices purchased by its customers.
The protection goals include preventing attackers, potentially
the customer themselves, from seeing the details of the model.</t>
        <t>This typically works by having some protected environment
in the device go through a remote attestation with some manufacturer service
that can assess its trustworthiness.  If remote attestation succeeds,
then the manufacturer service releases either the model, or a key to decrypt
a model already deployed on the Attester in encrypted form, to the requester.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>A device desiring to run an ML model.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>A server or service holding ML models it desires to protect.</t>
          </dd>
        </dl>
      </section>
      <section anchor="confidential-data-protection">
        <name>Confidential Data Protection</name>
        <t>This is a generalization of the ML model use case above, where
the data can be any highly confidential data, such as health data
about customers, payroll data about employees, future business plans, etc.
As part of the attestation procedure, an assessment is made against a set
of policies to evaluate the state of the system that is requesting
the confidential data.  Attestation is desired to prevent leaking data via
compromised devices.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>An entity desiring to retrieve confidential data.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>An entity that holds confidential data for release to authorized entities.</t>
          </dd>
        </dl>
      </section>
      <section anchor="critical-infrastructure-control">
        <name>Critical Infrastructure Control</name>
        <t>Potentially harmful physical equipment
(e.g., power grid, traffic control, hazardous chemical processing, etc.)
is connected to a network in support of critical infrastructure.  The organization managing such infrastructure
needs to ensure that only authorized code and users can control corresponding critical
processes, and that these processes are protected from unauthorized manipulation or other threats.
When a protocol operation can affect a critical system component of the
infrastructure, devices attached to that critical component require some assurances depending on the security context, including that: a requesting device or application has not been compromised, and the requesters and actors act on applicable policies.
As such, remote attestation can be used to only accept commands from requesters
that are within policy.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>A device or application wishing to control physical equipment.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>A device or application connected to potentially dangerous physical
equipment (hazardous chemical processing, traffic control, power grid,
etc.).</t>
          </dd>
        </dl>
      </section>
      <section anchor="trusted-execution-environment-provisioning">
        <name>Trusted Execution Environment Provisioning</name>
        <t>A Trusted Application Manager (TAM) server is responsible
for managing the applications running in a Trusted Execution Environment (TEE) of a client device, as described in <xref target="I-D.ietf-teep-architecture"/>.
To achieve its purpose, the TAM needs to assess the state of a TEE, or of applications
in the TEE, of a client device.  The TEE conducts Remote Attestation
Procedures with the TAM, which can
then decide whether the TEE is already in compliance with the TAM's latest
policy. If not, the TAM has to uninstall, update, or install approved
applications in the TEE to bring it back into compliance with the TAM's policy.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>A device with a TEE capable of
running trusted applications that can be updated.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>A TAM.</t>
          </dd>
        </dl>
      </section>
      <section anchor="hardware-watchdog">
        <name>Hardware Watchdog</name>
        <t>There is a class of malware that holds a device hostage and does
not allow it to reboot to prevent updates from being applied.
This can be a significant problem, because it allows a fleet of devices to be held hostage for ransom.</t>
        <t>A solution to this problem is a watchdog timer implemented in a protected
environment such as a Trusted Platform Module (TPM),
as described in <xref target="TCGarch"/> section 43.3.
If the watchdog does not receive regular, and fresh, Attestation Results as
to the system's health, then it forces a reboot.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>The device that should be protected from being held hostage for
a long period of time.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>A watchdog capable of triggering a procedure that resets a device into
a known, good operational state.</t>
          </dd>
        </dl>
      </section>
      <section anchor="fido-biometric-authentication">
        <name>FIDO Biometric Authentication</name>
        <t>In the Fast IDentity Online (FIDO) protocol <xref target="WebAuthN"/>, <xref target="CTAP"/>, the device in the user's hand authenticates the human user, whether by biometrics (such as fingerprints), or by PIN and password.
FIDO authentication puts a large amount of trust in the device compared to typical password authentication because it is the device that verifies the biometric, PIN and password inputs from the user, not the server.
For the Relying Party to know that the authentication is trustworthy, the Relying Party needs to know that the Authenticator part of the device is trustworthy.
The FIDO protocol employs remote attestation for this.</t>
        <t>The FIDO protocol supports several remote attestation protocols and a mechanism by which new ones can be registered and added. Remote attestation defined by RATS is thus a candidate for use in the FIDO protocol.</t>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>FIDO Authenticator.</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>Any web site, mobile application back-end, or service that relies on authentication data based on biometric information.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="architectural-overview">
      <name>Architectural Overview</name>
      <t><xref target="dataflow"/> depicts the data that flows between different roles, independent of protocol or use case.</t>
      <figure anchor="dataflow">
        <name>Conceptual Data Flow</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="560" viewBox="0 0 560 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,352 L 8,384" fill="none" stroke="black"/>
              <path d="M 32,64 L 32,160" fill="none" stroke="black"/>
              <path d="M 56,256 L 56,352" fill="none" stroke="black"/>
              <path d="M 96,352 L 96,384" fill="none" stroke="black"/>
              <path d="M 128,48 L 128,80" fill="none" stroke="black"/>
              <path d="M 128,224 L 128,256" fill="none" stroke="black"/>
              <path d="M 144,192 L 144,216" fill="none" stroke="black"/>
              <path d="M 184,96 L 184,216" fill="none" stroke="black"/>
              <path d="M 224,48 L 224,80" fill="none" stroke="black"/>
              <path d="M 272,48 L 272,64" fill="none" stroke="black"/>
              <path d="M 312,80 L 312,216" fill="none" stroke="black"/>
              <path d="M 336,224 L 336,256" fill="none" stroke="black"/>
              <path d="M 360,48 L 360,64" fill="none" stroke="black"/>
              <path d="M 360,352 L 360,384" fill="none" stroke="black"/>
              <path d="M 392,256 L 392,344" fill="none" stroke="black"/>
              <path d="M 408,48 L 408,64" fill="none" stroke="black"/>
              <path d="M 456,80 L 456,344" fill="none" stroke="black"/>
              <path d="M 488,352 L 488,384" fill="none" stroke="black"/>
              <path d="M 536,48 L 536,64" fill="none" stroke="black"/>
              <path d="M 24,32 L 80,32" fill="none" stroke="black"/>
              <path d="M 144,32 L 208,32" fill="none" stroke="black"/>
              <path d="M 288,32 L 344,32" fill="none" stroke="black"/>
              <path d="M 424,32 L 520,32" fill="none" stroke="black"/>
              <path d="M 24,64 L 80,64" fill="none" stroke="black"/>
              <path d="M 288,80 L 344,80" fill="none" stroke="black"/>
              <path d="M 424,80 L 520,80" fill="none" stroke="black"/>
              <path d="M 144,96 L 208,96" fill="none" stroke="black"/>
              <path d="M 48,176 L 128,176" fill="none" stroke="black"/>
              <path d="M 128,224 L 336,224" fill="none" stroke="black"/>
              <path d="M 72,240 L 120,240" fill="none" stroke="black"/>
              <path d="M 336,240 L 376,240" fill="none" stroke="black"/>
              <path d="M 128,256 L 336,256" fill="none" stroke="black"/>
              <path d="M 8,352 L 96,352" fill="none" stroke="black"/>
              <path d="M 360,352 L 488,352" fill="none" stroke="black"/>
              <path d="M 8,384 L 96,384" fill="none" stroke="black"/>
              <path d="M 360,384 L 488,384" fill="none" stroke="black"/>
              <path d="M 24,32 C 15.16936,32 8,39.16936 8,48" fill="none" stroke="black"/>
              <path d="M 80,32 C 88.83064,32 96,39.16936 96,48" fill="none" stroke="black"/>
              <path d="M 144,32 C 135.16936,32 128,39.16936 128,48" fill="none" stroke="black"/>
              <path d="M 208,32 C 216.83064,32 224,39.16936 224,48" fill="none" stroke="black"/>
              <path d="M 288,32 C 279.16936,32 272,39.16936 272,48" fill="none" stroke="black"/>
              <path d="M 344,32 C 352.83064,32 360,39.16936 360,48" fill="none" stroke="black"/>
              <path d="M 424,32 C 415.16936,32 408,39.16936 408,48" fill="none" stroke="black"/>
              <path d="M 520,32 C 528.83064,32 536,39.16936 536,48" fill="none" stroke="black"/>
              <path d="M 24,64 C 15.16936,64 8,56.83064 8,48" fill="none" stroke="black"/>
              <path d="M 80,64 C 88.83064,64 96,56.83064 96,48" fill="none" stroke="black"/>
              <path d="M 288,80 C 279.16936,80 272,72.83064 272,64" fill="none" stroke="black"/>
              <path d="M 344,80 C 352.83064,80 360,72.83064 360,64" fill="none" stroke="black"/>
              <path d="M 424,80 C 415.16936,80 408,72.83064 408,64" fill="none" stroke="black"/>
              <path d="M 520,80 C 528.83064,80 536,72.83064 536,64" fill="none" stroke="black"/>
              <path d="M 144,96 C 135.16936,96 128,88.83064 128,80" fill="none" stroke="black"/>
              <path d="M 208,96 C 216.83064,96 224,88.83064 224,80" fill="none" stroke="black"/>
              <path d="M 48,176 C 39.16936,176 32,168.83064 32,160" fill="none" stroke="black"/>
              <path d="M 128,176 C 136.83064,176 144,183.16936 144,192" fill="none" stroke="black"/>
              <path d="M 72,240 C 63.16936,240 56,247.16936 56,256" fill="none" stroke="black"/>
              <path d="M 376,240 C 384.83064,240 392,247.16936 392,256" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="464,344 452,338.4 452,349.6 " fill="black" transform="rotate(90,456,344)"/>
              <polygon class="arrowhead" points="400,344 388,338.4 388,349.6 " fill="black" transform="rotate(90,392,344)"/>
              <polygon class="arrowhead" points="320,216 308,210.4 308,221.6 " fill="black" transform="rotate(90,312,216)"/>
              <polygon class="arrowhead" points="192,216 180,210.4 180,221.6 " fill="black" transform="rotate(90,184,216)"/>
              <polygon class="arrowhead" points="152,216 140,210.4 140,221.6 " fill="black" transform="rotate(90,144,216)"/>
              <polygon class="arrowhead" points="128,240 116,234.4 116,245.6 " fill="black" transform="rotate(0,120,240)"/>
              <g class="text">
                <text x="52" y="52">Endorser</text>
                <text x="176" y="52">Reference</text>
                <text x="316" y="52">Verifier</text>
                <text x="448" y="52">Relying</text>
                <text x="504" y="52">Party</text>
                <text x="160" y="68">Value</text>
                <text x="304" y="68">Owner</text>
                <text x="440" y="68">Owner</text>
                <text x="172" y="84">Provider</text>
                <text x="92" y="132">Endorsements</text>
                <text x="232" y="132">Reference</text>
                <text x="360" y="132">Appraisal</text>
                <text x="504" y="132">Appraisal</text>
                <text x="220" y="148">Values</text>
                <text x="348" y="148">Policy</text>
                <text x="392" y="148">for</text>
                <text x="492" y="148">Policy</text>
                <text x="536" y="148">for</text>
                <text x="356" y="164">Evidence</text>
                <text x="512" y="164">Attestation</text>
                <text x="496" y="180">Results</text>
                <text x="236" y="244">Verifier</text>
                <text x="100" y="292">Evidence</text>
                <text x="336" y="292">Attestation</text>
                <text x="320" y="308">Results</text>
                <text x="52" y="372">Attester</text>
                <text x="400" y="372">Relying</text>
                <text x="456" y="372">Party</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
   .--------.     .---------.       .--------.       .-------------.
  | Endorser |   | Reference |     | Verifier |     | Relying Party |
   '-+------'    | Value     |     | Owner    |     | Owner         |
     |           | Provider  |      '---+----'       '----+--------'
     |            '-----+---'           |                 |
     |                  |               |                 |
     | Endorsements     | Reference     | Appraisal       | Appraisal
     |                  | Values        | Policy for      | Policy for
     |                  |               | Evidence        | Attestation
      '-----------.     |               |                 | Results
                   |    |               |                 |
                   v    v               v                 |
                 .-------------------------.              |
         .------>|         Verifier        +-----.        |
        |        '-------------------------'      |       |
        |                                         |       |
        | Evidence                    Attestation |       |
        |                             Results     |       |
        |                                         |       |
        |                                         v       v
  .-----+----.                                .---------------.
  | Attester |                                | Relying Party |
  '----------'                                '---------------'
]]></artwork>
        </artset>
      </figure>
      <t>The text below summarizes the activities conducted by the roles illustrated in <xref target="dataflow"/>.
Roles are assigned to entities. Entities are often system components <xref target="RFC4949"/>, such as devices. As the term device is typically more intuitive than the term entity or system component, device is often used as a illustrative synonym throughout this document.</t>
      <t>The Attester role is assigned to entities that create Evidence that is conveyed to a Verifier.</t>
      <t>The Verifier role is assigned to entities that use the Evidence, any Reference Values from Reference Value Providers, and any Endorsements from Endorsers,
by applying an Appraisal Policy for Evidence to assess the trustworthiness of the Attester.
This procedure is called the appraisal of Evidence.</t>
      <t>Subsequently, the Verifier role generates Attestation Results for use by Relying Parties.</t>
      <t>The Appraisal Policy for Evidence might be obtained from the Verifier Owner via some protocol mechanism,
or might be configured into the Verifier by the Verifier Owner,
or might be programmed into the Verifier,
or might be obtained via some other mechanism.</t>
      <t>The Relying Party role is assigned to an entity that uses Attestation Results by applying its own
appraisal policy to make application-specific decisions, such as authorization decisions.
This procedure is called the appraisal of Attestation Results.</t>
      <t>The Appraisal Policy for Attestation Results might be obtained from the Relying Party Owner via some protocol mechanism,
or might be configured into the Relying Party by the Relying Party Owner,
or might be programmed into the Relying Party,
or might be obtained via some other mechanism.</t>
      <t>See <xref target="messages"/> for further discussion of the conceptual messages shown in <xref target="dataflow"/>.
Section <xref target="terminology"/> provides a more complete definition of all RATS roles.</t>
      <section anchor="twotypes">
        <name>Two Types of Environments of an Attester</name>
        <t>As shown in <xref target="twotypes-env"/>, an Attester consists of at least one Attesting Environment and at least one
Target Environment co-located in one entity.
In some implementations, the Attesting and Target Environments might be combined into one environment.
Other implementations might have multiple Attesting and Target Environments,
such as in the examples described in more detail in <xref target="layered-attestation"/>
and <xref target="compositedevice"/>.  Other examples may exist. All compositions of Attesting and Target Environments discussed in this architecture can be combined into more complex implementations.</t>
        <figure anchor="twotypes-env">
          <name>Two Types of Environments</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="464" width="320" viewBox="0 0 320 464" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,144 L 8,448" fill="none" stroke="black"/>
                <path d="M 24,32 L 24,96" fill="none" stroke="black"/>
                <path d="M 48,176 L 48,240" fill="none" stroke="black"/>
                <path d="M 152,352 L 152,416" fill="none" stroke="black"/>
                <path d="M 168,240 L 168,344" fill="none" stroke="black"/>
                <path d="M 184,176 L 184,240" fill="none" stroke="black"/>
                <path d="M 216,104 L 216,352" fill="none" stroke="black"/>
                <path d="M 264,352 L 264,416" fill="none" stroke="black"/>
                <path d="M 288,32 L 288,96" fill="none" stroke="black"/>
                <path d="M 304,144 L 304,448" fill="none" stroke="black"/>
                <path d="M 24,32 L 288,32" fill="none" stroke="black"/>
                <path d="M 24,96 L 288,96" fill="none" stroke="black"/>
                <path d="M 8,144 L 208,144" fill="none" stroke="black"/>
                <path d="M 224,144 L 304,144" fill="none" stroke="black"/>
                <path d="M 48,176 L 184,176" fill="none" stroke="black"/>
                <path d="M 48,240 L 184,240" fill="none" stroke="black"/>
                <path d="M 152,352 L 264,352" fill="none" stroke="black"/>
                <path d="M 152,416 L 264,416" fill="none" stroke="black"/>
                <path d="M 8,448 L 304,448" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="224,104 212,98.4 212,109.6 " fill="black" transform="rotate(270,216,104)"/>
                <polygon class="arrowhead" points="176,344 164,338.4 164,349.6 " fill="black" transform="rotate(90,168,344)"/>
                <g class="text">
                  <text x="156" y="68">Verifier</text>
                  <text x="84" y="196">Target</text>
                  <text x="104" y="212">Environment</text>
                  <text x="260" y="228">Evidence</text>
                  <text x="128" y="292">Collect</text>
                  <text x="132" y="308">Claims</text>
                  <text x="200" y="372">Attesting</text>
                  <text x="208" y="388">Environment</text>
                  <text x="164" y="436">Attester</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
  .--------------------------------.
  |                                |
  |            Verifier            |
  |                                |
  '--------------------------------'
                          ^
                          |
.-------------------------|----------.
|                         |          |
|    .----------------.   |          |
|    | Target         |   |          |
|    | Environment    |   |          |
|    |                |   | Evidence |
|    '--------------+-'   |          |
|                   |     |          |
|                   |     |          |
|           Collect |     |          | 
|            Claims |     |          |
|                   |     |          |
|                   v     |          |
|                 .-------+-----.    |
|                 | Attesting   |    |
|                 | Environment |    |
|                 |             |    |
|                 '-------------'    |
|               Attester             |
'------------------------------------'
]]></artwork>
          </artset>
        </figure>
        <t>Claims are collected from Target Environments.
That is, Attesting Environments collect the values and the information to be represented in Claims, by reading system registers and variables, calling into subsystems, taking measurements on code, memory, or other security related assets of the Target Environment.
Attesting Environments then format the Claims appropriately, and typically
use key material and
cryptographic functions, such as signing or cipher algorithms, to
generate Evidence.
There is no limit to or requirement on the types of hardware or software environments that can be used to implement an Attesting Environment, for example: Trusted Execution Environments (TEEs), embedded Secure Elements
(eSEs), Trusted Platform Modules (TPMs) <xref target="TCGarch"/>, or BIOS firmware.</t>
        <t>An arbitrary execution environment may not, by default, be capable of Claims collection for a given Target Environment.
Execution environments that are designed specifically to be capable of Claims collection are referred to in this document as Attesting Environments.
For example, a TPM doesn't actively collect Claims itself, it instead
requires another component to feed various values to the TPM.
Thus, an Attesting Environment in such a case would be the combination
of the TPM together with whatever component is feeding it the measurements.</t>
      </section>
      <section anchor="layered-attestation">
        <name>Layered Attestation Environments</name>
        <t>By definition, the Attester role generates Evidence.
An Attester may consist of one or
more nested environments (layers).
The bottom layer of an Attester has an Attesting Environment that is typically designed to be immutable or difficult to modify by malicious code.
In order to appraise Evidence generated by an Attester, the Verifier needs to trust various layers, including the bottom Attesting Environment.
Trust in the Attester's layers, including the bottom layer, can be established in various ways as discussed in <xref target="verifier"/>.</t>
        <t>In layered attestation, Claims can be collected from or about each layer beginning with an initial layer.
The corresponding Claims can be structured in a nested fashion that reflects the nesting of the Attester's layers.
Normally, Claims are not self-asserted, rather a previous layer acts as the Attesting Environment for the next layer.
Claims about an initial layer typically are asserted by an Endorser.</t>
        <t>The example device illustrated in <xref target="layered"/> includes (A) a BIOS stored in read-only memory,
(B) a bootloader, and (C) an operating system kernel.</t>
        <figure anchor="layered">
          <name>Layered Attester</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="656" width="440" viewBox="0 0 440 656" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,192 L 8,640" fill="none" stroke="black"/>
                <path d="M 40,32 L 40,64" fill="none" stroke="black"/>
                <path d="M 40,96 L 40,160" fill="none" stroke="black"/>
                <path d="M 40,224 L 40,304" fill="none" stroke="black"/>
                <path d="M 40,352 L 40,480" fill="none" stroke="black"/>
                <path d="M 40,528 L 40,608" fill="none" stroke="black"/>
                <path d="M 152,32 L 152,64" fill="none" stroke="black"/>
                <path d="M 152,96 L 152,160" fill="none" stroke="black"/>
                <path d="M 152,384 L 152,448" fill="none" stroke="black"/>
                <path d="M 160,480 L 160,520" fill="none" stroke="black"/>
                <path d="M 168,304 L 168,376" fill="none" stroke="black"/>
                <path d="M 184,456 L 184,528" fill="none" stroke="black"/>
                <path d="M 248,384 L 248,448" fill="none" stroke="black"/>
                <path d="M 264,224 L 264,304" fill="none" stroke="black"/>
                <path d="M 264,352 L 264,408" fill="none" stroke="black"/>
                <path d="M 264,424 L 264,480" fill="none" stroke="black"/>
                <path d="M 264,528 L 264,608" fill="none" stroke="black"/>
                <path d="M 304,96 L 304,160" fill="none" stroke="black"/>
                <path d="M 304,192 L 304,408" fill="none" stroke="black"/>
                <path d="M 304,424 L 304,640" fill="none" stroke="black"/>
                <path d="M 344,48 L 344,88" fill="none" stroke="black"/>
                <path d="M 344,168 L 344,416" fill="none" stroke="black"/>
                <path d="M 392,96 L 392,160" fill="none" stroke="black"/>
                <path d="M 40,32 L 152,32" fill="none" stroke="black"/>
                <path d="M 152,48 L 344,48" fill="none" stroke="black"/>
                <path d="M 40,64 L 152,64" fill="none" stroke="black"/>
                <path d="M 40,96 L 152,96" fill="none" stroke="black"/>
                <path d="M 304,96 L 392,96" fill="none" stroke="black"/>
                <path d="M 152,128 L 296,128" fill="none" stroke="black"/>
                <path d="M 40,160 L 152,160" fill="none" stroke="black"/>
                <path d="M 304,160 L 392,160" fill="none" stroke="black"/>
                <path d="M 8,192 L 304,192" fill="none" stroke="black"/>
                <path d="M 40,224 L 264,224" fill="none" stroke="black"/>
                <path d="M 40,304 L 264,304" fill="none" stroke="black"/>
                <path d="M 40,352 L 160,352" fill="none" stroke="black"/>
                <path d="M 176,352 L 264,352" fill="none" stroke="black"/>
                <path d="M 152,384 L 248,384" fill="none" stroke="black"/>
                <path d="M 248,416 L 344,416" fill="none" stroke="black"/>
                <path d="M 152,448 L 248,448" fill="none" stroke="black"/>
                <path d="M 40,480 L 176,480" fill="none" stroke="black"/>
                <path d="M 192,480 L 264,480" fill="none" stroke="black"/>
                <path d="M 40,528 L 264,528" fill="none" stroke="black"/>
                <path d="M 40,608 L 264,608" fill="none" stroke="black"/>
                <path d="M 8,640 L 304,640" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="352,168 340,162.4 340,173.6 " fill="black" transform="rotate(270,344,168)"/>
                <polygon class="arrowhead" points="352,88 340,82.4 340,93.6 " fill="black" transform="rotate(90,344,88)"/>
                <polygon class="arrowhead" points="304,128 292,122.4 292,133.6 " fill="black" transform="rotate(0,296,128)"/>
                <polygon class="arrowhead" points="192,456 180,450.4 180,461.6 " fill="black" transform="rotate(270,184,456)"/>
                <polygon class="arrowhead" points="176,376 164,370.4 164,381.6 " fill="black" transform="rotate(90,168,376)"/>
                <polygon class="arrowhead" points="168,520 156,514.4 156,525.6 " fill="black" transform="rotate(90,160,520)"/>
                <g class="text">
                  <text x="224" y="36">Endorsement</text>
                  <text x="288" y="36">for</text>
                  <text x="320" y="36">ROM</text>
                  <text x="92" y="52">Endorser</text>
                  <text x="216" y="100">Reference</text>
                  <text x="88" y="116">Reference</text>
                  <text x="204" y="116">Values</text>
                  <text x="248" y="116">for</text>
                  <text x="72" y="132">Value</text>
                  <text x="348" y="132">Verifier</text>
                  <text x="96" y="148">Provider(s)</text>
                  <text x="180" y="148">ROM,</text>
                  <text x="248" y="148">bootloader,</text>
                  <text x="200" y="164">and</text>
                  <text x="244" y="164">kernel</text>
                  <text x="76" y="244">Kernel</text>
                  <text x="384" y="260">Layered</text>
                  <text x="92" y="276">Target</text>
                  <text x="388" y="276">Evidence</text>
                  <text x="96" y="292">Environment</text>
                  <text x="384" y="292">for</text>
                  <text x="396" y="308">bootloader</text>
                  <text x="128" y="324">Collect</text>
                  <text x="384" y="324">and</text>
                  <text x="124" y="340">Claims</text>
                  <text x="380" y="340">kernel</text>
                  <text x="92" y="372">Bootloader</text>
                  <text x="92" y="404">Target</text>
                  <text x="200" y="404">Attesting</text>
                  <text x="96" y="420">Environment</text>
                  <text x="200" y="420">Environment</text>
                  <text x="120" y="500">Collect</text>
                  <text x="228" y="500">Evidence</text>
                  <text x="280" y="500">for</text>
                  <text x="116" y="516">Claims</text>
                  <text x="236" y="516">bootloader</text>
                  <text x="64" y="548">ROM</text>
                  <text x="200" y="580">Attesting</text>
                  <text x="200" y="596">Environment</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
    .-------------.   Endorsement for ROM
    |  Endorser   +-----------------------.
    '-------------'                       |
                                          v
    .-------------.   Reference      .----------.
    | Reference   |   Values for     |          |
    | Value       +----------------->| Verifier |
    | Provider(s) | ROM, bootloader, |          |
    '-------------'    and kernel    '----------'
                                          ^
.------------------------------------.    |
|                                    |    |
|   .---------------------------.    |    |
|   | Kernel                    |    |    |
|   |                           |    |    | Layered
|   |   Target                  |    |    | Evidence
|   | Environment               |    |    |   for
|   '---------------+-----------'    |    | bootloader
|           Collect |                |    |   and
|           Claims  |                |    | kernel
|   .---------------|-----------.    |    |
|   | Bootloader    v           |    |    |
|   |             .-----------. |    |    |
|   |   Target    | Attesting | |    |    |
|   | Environment |Environment+-----------'
|   |             |           | |    |
|   |             '-----------' |    |
|   |                 ^         |    |
|   '--------------+--|---------'    |
|          Collect |  | Evidence for |
|          Claims  v  | bootloader   |
|   .-----------------+---------.    |
|   | ROM                       |    |
|   |                           |    |
|   |               Attesting   |    |
|   |              Environment  |    |
|   '---------------------------'    |
|                                    |
'------------------------------------'
]]></artwork>
          </artset>
        </figure>
        <t>The first Attesting Environment, the ROM in this example,
has to ensure the integrity of the bootloader (the first Target Environment).
There are
potentially multiple kernels to boot, and the decision is up to the bootloader.
Only a bootloader with intact integrity will make an appropriate decision.
Therefore, the Claims relating to the integrity of the bootloader have to be measured securely.
At this stage of the boot-cycle of the
device, the Claims collected typically cannot be composed into Evidence.</t>
        <t>After the boot sequence is started, the BIOS conducts the
most important and defining feature of layered attestation, which is that
the successfully measured bootloader
now becomes (or contains) an Attesting Environment for the next layer.
This procedure in layered attestation is sometimes called "staging".
It is important that the bootloader not be
able to alter any Claims about itself that were collected by the BIOS.
This can be ensured having those Claims be either signed by the BIOS
or stored in a tamper-proof manner by the BIOS.</t>
        <t>Continuing with this example, the bootloader's Attesting Environment is now in charge of collecting Claims
about the next Target Environment, which in this example
is the kernel to be booted.  The final Evidence thus contains two sets of
Claims: one set about the bootloader as measured and signed by the BIOS,
plus a set of Claims about the kernel as measured and signed by the bootloader.</t>
        <t>This example could be extended further by making the kernel become another
Attesting Environment for an application as another Target Environment.
This would result in a third set of Claims in the Evidence pertaining to that application.</t>
        <t>The essence of this example is a cascade of staged environments. Each
environment has the responsibility
of measuring the next environment before the next environment is started.
In general, the number of layers may vary by device or implementation,
and an Attesting Environment might even have multiple Target Environments
that it measures, rather than only one as shown by example in <xref target="layered"/>.</t>
      </section>
      <section anchor="compositedevice">
        <name>Composite Device</name>
        <t>A composite device is an entity composed of multiple sub-entities such that its
trustworthiness has to be determined by the appraisal of all these sub-entities.</t>
        <t>Each sub-entity has at least one Attesting Environment collecting the Claims
from at least one Target Environment, then this sub-entity generates Evidence
about its trustworthiness. Therefore, each sub-entity can be called an Attester.
Among all the Attesters, there may be only some which have the ability to communicate
with the Verifier while others do not.</t>
        <t>For example, a carrier-grade router consists of a chassis and multiple slots.
The trustworthiness of the router depends on all its slots' trustworthiness.
Each slot has an Attesting Environment, such as a TEE, collecting the
Claims of its boot process, after which it generates Evidence from the Claims.</t>
        <t>Among these slots, only a "main" slot can communicate with the Verifier
while other slots cannot. But other slots can communicate with the main
slot by the links between them inside the router.
So the main slot collects the Evidence of other slots, produces the final Evidence of the whole router and conveys the final Evidence to the Verifier.
Therefore the router is a composite
device, each slot is an Attester, and the main slot is the lead Attester.</t>
        <t>Another example is a multi-chassis router composed of multiple single carrier-grade routers.
Multi-chassis router setups create redundancy groups that provide higher throughput by interconnecting
multiple routers in these groups, which can be treated as one logical router for simpler management.
A multi-chassis router setup provides a management point that connects to the Verifier.
Typically one router in the group is designated as the main router.
Other routers in the multi-chassis setup are connected to the main router only via physical network links
and are therefore managed and appraised via the main router's help.
Consequently, a multi-chassis router setup is a composite device,
each router is an Attester, and the main router is the lead Attester.</t>
        <t><xref target="composite"/> depicts the conceptual data flow for a composite device.</t>
        <figure anchor="composite">
          <name>Composite Device</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="552" viewBox="0 0 552 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,160 L 8,400" fill="none" stroke="black"/>
                <path d="M 24,176 L 24,352" fill="none" stroke="black"/>
                <path d="M 48,240 L 48,304" fill="none" stroke="black"/>
                <path d="M 120,208 L 120,240" fill="none" stroke="black"/>
                <path d="M 160,32 L 160,64" fill="none" stroke="black"/>
                <path d="M 184,240 L 184,304" fill="none" stroke="black"/>
                <path d="M 208,192 L 208,288" fill="none" stroke="black"/>
                <path d="M 288,72 L 288,192" fill="none" stroke="black"/>
                <path d="M 312,192 L 312,288" fill="none" stroke="black"/>
                <path d="M 336,176 L 336,200" fill="none" stroke="black"/>
                <path d="M 336,280 L 336,352" fill="none" stroke="black"/>
                <path d="M 392,176 L 392,224" fill="none" stroke="black"/>
                <path d="M 400,32 L 400,64" fill="none" stroke="black"/>
                <path d="M 408,240 L 408,256" fill="none" stroke="black"/>
                <path d="M 424,272 L 424,288" fill="none" stroke="black"/>
                <path d="M 496,176 L 496,224" fill="none" stroke="black"/>
                <path d="M 512,208 L 512,256" fill="none" stroke="black"/>
                <path d="M 528,240 L 528,288" fill="none" stroke="black"/>
                <path d="M 544,160 L 544,400" fill="none" stroke="black"/>
                <path d="M 160,32 L 400,32" fill="none" stroke="black"/>
                <path d="M 160,64 L 400,64" fill="none" stroke="black"/>
                <path d="M 8,160 L 280,160" fill="none" stroke="black"/>
                <path d="M 296,160 L 544,160" fill="none" stroke="black"/>
                <path d="M 24,176 L 280,176" fill="none" stroke="black"/>
                <path d="M 296,176 L 336,176" fill="none" stroke="black"/>
                <path d="M 392,176 L 496,176" fill="none" stroke="black"/>
                <path d="M 208,192 L 312,192" fill="none" stroke="black"/>
                <path d="M 120,208 L 200,208" fill="none" stroke="black"/>
                <path d="M 320,208 L 392,208" fill="none" stroke="black"/>
                <path d="M 496,208 L 512,208" fill="none" stroke="black"/>
                <path d="M 392,224 L 496,224" fill="none" stroke="black"/>
                <path d="M 48,240 L 184,240" fill="none" stroke="black"/>
                <path d="M 320,240 L 408,240" fill="none" stroke="black"/>
                <path d="M 512,240 L 528,240" fill="none" stroke="black"/>
                <path d="M 408,256 L 512,256" fill="none" stroke="black"/>
                <path d="M 320,272 L 424,272" fill="none" stroke="black"/>
                <path d="M 208,288 L 312,288" fill="none" stroke="black"/>
                <path d="M 424,288 L 528,288" fill="none" stroke="black"/>
                <path d="M 48,304 L 184,304" fill="none" stroke="black"/>
                <path d="M 24,352 L 336,352" fill="none" stroke="black"/>
                <path d="M 8,400 L 544,400" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="328,272 316,266.4 316,277.6 " fill="black" transform="rotate(180,320,272)"/>
                <polygon class="arrowhead" points="328,240 316,234.4 316,245.6 " fill="black" transform="rotate(180,320,240)"/>
                <polygon class="arrowhead" points="328,208 316,202.4 316,213.6 " fill="black" transform="rotate(180,320,208)"/>
                <polygon class="arrowhead" points="296,72 284,66.4 284,77.6 " fill="black" transform="rotate(270,288,72)"/>
                <polygon class="arrowhead" points="208,208 196,202.4 196,213.6 " fill="black" transform="rotate(0,200,208)"/>
                <g class="text">
                  <text x="284" y="52">Verifier</text>
                  <text x="332" y="116">Evidence</text>
                  <text x="380" y="116">of</text>
                  <text x="336" y="132">Composite</text>
                  <text x="404" y="132">Device</text>
                  <text x="72" y="196">Collect</text>
                  <text x="68" y="212">Claims</text>
                  <text x="264" y="212">Attesting</text>
                  <text x="436" y="212">Attester</text>
                  <text x="480" y="212">B</text>
                  <text x="256" y="228">Environment</text>
                  <text x="336" y="228">|</text>
                  <text x="452" y="244">Attester</text>
                  <text x="496" y="244">C</text>
                  <text x="116" y="260">Target</text>
                  <text x="336" y="260">|</text>
                  <text x="116" y="276">Environment(s)</text>
                  <text x="448" y="276">...</text>
                  <text x="380" y="292">Evidence</text>
                  <text x="380" y="308">of</text>
                  <text x="384" y="324">Attesters</text>
                  <text x="52" y="340">lead</text>
                  <text x="108" y="340">Attester</text>
                  <text x="152" y="340">A</text>
                  <text x="364" y="340">(via</text>
                  <text x="420" y="340">Internal</text>
                  <text x="480" y="340">Links</text>
                  <text x="516" y="340">or</text>
                  <text x="376" y="356">Network</text>
                  <text x="460" y="356">Connections)</text>
                  <text x="232" y="388">Composite</text>
                  <text x="300" y="388">Device</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
                   .-----------------------------.
                   |           Verifier          |
                   '-----------------------------'
                                   ^
                                   |
                                   | Evidence of
                                   | Composite Device
                                   |
.----------------------------------|-------------------------------.
| .--------------------------------|-----.      .------------.     |
| |  Collect             .---------+--.  |      |            |     |
| |  Claims   .--------->|  Attesting |<--------+ Attester B +-.   |
| |           |          |Environment |  |      '------------' |   |
| |  .--------+-------.  |            |<----------+ Attester C +-. |
| |  |     Target     |  |            |  |        '------------' | |
| |  | Environment(s) |  |            |<------------+ ...        | |
| |  |                |  '------------'  | Evidence '------------' |
| |  '----------------'                  |    of                   |
| |                                      | Attesters               |
| | lead Attester A                      | (via Internal Links or  |
| '--------------------------------------' Network Connections)    |
|                                                                  |
|                       Composite Device                           |
'------------------------------------------------------------------'
]]></artwork>
          </artset>
        </figure>
        <t>In a composite device, each Attester generates its own Evidence by its
Attesting Environment(s) collecting the Claims from its Target Environment(s).
The lead Attester collects Evidence from other Attesters and conveys it to a Verifier.
Collection of Evidence from sub-entities may itself be a form of Claims collection that results in Evidence asserted by the lead Attester.
The lead Attester generates Evidence about the layout of the whole composite device, while sub-Attesters generate Evidence about their respective (sub-)modules.</t>
        <t>In this scenario, the trust model described in <xref target="trustmodel"/> can also be applied to an inside Verifier.</t>
      </section>
      <section anchor="implementation-considerations">
        <name>Implementation Considerations</name>
        <t>An entity can take on multiple RATS roles (e.g., Attester, Verifier, Relying
Party, etc.) at the same time.
Multiple entities can cooperate to implement a single RATS role as well.
In essence, the combination of roles and entities can be arbitrary.
For example, in the composite device scenario, the entity inside
the lead Attester can also take on the role of a Verifier, and the
outer entity of Verifier can take on the role of a Relying Party.
After collecting the Evidence of other Attesters, this inside Verifier uses
Endorsements and appraisal policies (obtained the same way as by any other
Verifier) as part of the appraisal procedures that generate Attestation Results.
The inside Verifier then conveys the Attestation Results of other Attesters to the outside Verifier,
whether in the same conveyance protocol as part of the Evidence or not.</t>
        <t>As explained in <xref target="terminology"/>, there are a variety of roles in the RATS architecture and they are defined by a unique combination of artifacts they produce and consume.
Conversely, artifacts are also defined by the roles that produce or consume them.
To produce an artifact means that a given role introduces it into the RATS architecture.
To consume an artifact means that a given role has responsibility for processing it in the RATS architecture.
Roles also have the ability to perform additional actions such caching or forwarding artifacts as opaque data.
As depicted in <xref target="overview"/>, these additional actions can be performed by several roles.</t>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t><xref target="RFC4949"/> has defined a number of terms that are also used in this document.
Some of the terms are close to, but not exactly the same.
Where the terms are similar, they are noted below with references.
As explained in <xref target="RFC4949"/>, Section 2.6 when this document says "Compare:", the terminology used in this document differs significantly from the definition in the reference.</t>
      <t>This document uses the following terms.</t>
      <section anchor="roles">
        <name>Roles</name>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>A role performed by an entity (typically a device) whose Evidence must be appraised in order to infer the extent to which the Attester is considered trustworthy, such as when deciding whether it is authorized to perform some operation.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Evidence</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>A role performed by an entity that depends on the validity of information about an Attester, for purposes of reliably applying application specific actions.  Compare: /relying party/ in <xref target="RFC4949"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumes: Attestation Results, Appraisal Policy for Attestation Results</t>
          </dd>
          <dt>Verifier:</dt>
          <dd>
            <t>A role performed by an entity that appraises the validity of Evidence about an Attester
 and produces Attestation Results to be used by a Relying Party.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumes: Evidence, Reference Values, Endorsements, Appraisal Policy for Evidence</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Attestation Results</t>
          </dd>
          <dt>Relying Party Owner:</dt>
          <dd>
            <t>A role performed by an entity (typically an administrator), that is authorized to configure Appraisal Policy for Attestation Results in a Relying Party.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Appraisal Policy for Attestation Results</t>
          </dd>
          <dt>Verifier Owner:</dt>
          <dd>
            <t>A role performed by an entity (typically an administrator), that is authorized to configure Appraisal Policy for Evidence in a Verifier.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Appraisal Policy for Evidence</t>
          </dd>
          <dt>Endorser:</dt>
          <dd>
            <t>A role performed by an entity (typically a manufacturer) whose Endorsements may help Verifiers appraise the authenticity of Evidence and infer further capabilities of the Attester.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Endorsements</t>
          </dd>
          <dt>Reference Value Provider:</dt>
          <dd>
            <t>A role performed by an entity (typically a manufacturer) whose Reference Values help Verifiers appraise Evidence to determine if acceptable known Claims have been recorded by the Attester.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Reference Values</t>
          </dd>
        </dl>
      </section>
      <section anchor="artifacts">
        <name>Artifacts</name>
        <dl>
          <dt>Claim:</dt>
          <dd>
            <t>A piece of asserted information, often in the form of a name/value pair. Claims make up the usual structure of Evidence and other RATS artifacts.
Compare: /claim/ in <xref target="RFC7519"/>.</t>
          </dd>
          <dt>Endorsement:</dt>
          <dd>
            <t>A secure statement that an Endorser vouches for the integrity of an Attester's various capabilities such as Claims collection and Evidence signing.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Endorser</t>
          </dd>
          <dt>Evidence:</dt>
          <dd>
            <t>A set of Claims generated by an Attester to be appraised by a Verifier.
Evidence may include configuration data, measurements, telemetry, or inferences.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Attester</t>
          </dd>
          <dt>Attestation Result:</dt>
          <dd>
            <t>The output generated by a Verifier, typically including information about an Attester, where the Verifier vouches for the validity of the results.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Relying Party</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Verifier</t>
          </dd>
          <dt>Appraisal Policy for Evidence:</dt>
          <dd>
            <t>A set of rules that informs how a Verifier evaluates the validity of information about an Attester. Compare: /security policy/ in <xref target="RFC4949"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Verifier Owner</t>
          </dd>
          <dt>Appraisal Policy for Attestation Results:</dt>
          <dd>
            <t>A set of rules that direct how a Relying Party uses the Attestation Results regarding an Attester generated by the Verifiers. Compare: /security policy/ in <xref target="RFC4949"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed by: Relying Party</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced by: Relying Party Owner</t>
          </dd>
          <dt>Reference Values:</dt>
          <dd>
            <t>A set of values against which values of Claims can be compared as part of
applying an Appraisal Policy for Evidence.  Reference Values are sometimes
referred to in other documents as known-good values, golden measurements,
or nominal values, although those terms typically assume comparison for
equality, whereas here Reference Values might be more general and be used
in any sort of comparison.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Reference Value Provider</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="overview">
      <name>Topological Patterns</name>
      <t><xref target="dataflow"/> shows a data-flow diagram for communication between an Attester,
a Verifier, and a Relying Party. The Attester conveys its Evidence to the Verifier
for appraisal, and the Relying Party receives the Attestation Result from the Verifier.
This section refines the data-flow diagram by describing two reference models,
as well as one example composition thereof. The discussion
that follows is for illustrative purposes only and does not constrain the
interactions between RATS roles to the presented patterns.</t>
      <section anchor="passport-model">
        <name>Passport Model</name>
        <t>The passport model is so named because of its resemblance to how nations issue
passports to their citizens. The nature of the Evidence that an individual needs
to provide to its local authority is specific to the country involved. The citizen
retains control of the resulting passport document and presents it to other entities
when it needs to assert a citizenship or identity Claim, such as an airport immigration
desk. The passport is considered sufficient because it vouches for the citizenship and
identity Claims, and it is issued by a trusted authority. Thus, in this immigration
desk analogy, the citizen is the Attester, the passport issuing agency is a Verifier,
the passport application and identifying information (e.g., birth certificate) is the
the Evidence, the passport is an Attestation Result, and the immigration desk is a Relying Party.</t>
        <t>In this model, an Attester conveys Evidence to a Verifier, which compares
the Evidence against its appraisal policy.
The Verifier then gives back an Attestation Result which the Attester treats as opaque data.</t>
        <t>The Attester does not consume the Attestation Result, but might cache it.
The Attester can then present the Attestation Result (and possibly additional Claims)
to a Relying Party, which then compares this information against its own
appraisal policy.
The Attester may also present the same Attestation Result to other Relying Parties.</t>
        <t>Three ways in which the process may fail include:</t>
        <ul spacing="normal">
          <li>First, the Verifier may not issue a positive Attestation Result due to the Evidence not passing the Appraisal Policy for Evidence.</li>
          <li>The second way in which the process may fail is when the Attestation Result is examined by the Relying Party, and based upon the Appraisal Policy for Attestation Results, the result does not pass the policy.</li>
          <li>The third way is when the Verifier is unreachable or unavailable.</li>
        </ul>
        <t>As with any other information needed by the Relying Party to make an authorization decision,
an Attestation Result can be carried in a resource access protocol between the Attester and Relying Party.
In this model the details of the resource access protocol
constrain the serialization format of the Attestation Result. The
format of the Evidence on the other hand is only constrained by the
Attester-Verifier remote attestation protocol.
This implies that interoperability and standardization is more relevant for Attestation Results than it is for Evidence.</t>
        <figure anchor="passport">
          <name>Passport Model</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="552" viewBox="0 0 552 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 48,32 L 48,96" fill="none" stroke="black"/>
                <path d="M 48,176 L 48,240" fill="none" stroke="black"/>
                <path d="M 80,104 L 80,176" fill="none" stroke="black"/>
                <path d="M 120,96 L 120,168" fill="none" stroke="black"/>
                <path d="M 152,32 L 152,96" fill="none" stroke="black"/>
                <path d="M 152,176 L 152,240" fill="none" stroke="black"/>
                <path d="M 272,176 L 272,240" fill="none" stroke="black"/>
                <path d="M 384,176 L 384,240" fill="none" stroke="black"/>
                <path d="M 48,32 L 152,32" fill="none" stroke="black"/>
                <path d="M 48,96 L 152,96" fill="none" stroke="black"/>
                <path d="M 48,176 L 152,176" fill="none" stroke="black"/>
                <path d="M 272,176 L 384,176" fill="none" stroke="black"/>
                <path d="M 152,192 L 264,192" fill="none" stroke="black"/>
                <path d="M 48,240 L 152,240" fill="none" stroke="black"/>
                <path d="M 272,240 L 384,240" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="272,192 260,186.4 260,197.6 " fill="black" transform="rotate(0,264,192)"/>
                <polygon class="arrowhead" points="128,168 116,162.4 116,173.6 " fill="black" transform="rotate(90,120,168)"/>
                <polygon class="arrowhead" points="88,104 76,98.4 76,109.6 " fill="black" transform="rotate(270,80,104)"/>
                <g class="text">
                  <text x="192" y="52">Compare</text>
                  <text x="260" y="52">Evidence</text>
                  <text x="100" y="68">Verifier</text>
                  <text x="192" y="68">against</text>
                  <text x="264" y="68">appraisal</text>
                  <text x="332" y="68">policy</text>
                  <text x="36" y="132">Evidence</text>
                  <text x="176" y="132">Attestation</text>
                  <text x="156" y="148">Result</text>
                  <text x="424" y="196">Compare</text>
                  <text x="504" y="196">Attestation</text>
                  <text x="100" y="212">Attester</text>
                  <text x="208" y="212">Attestation</text>
                  <text x="328" y="212">Relying</text>
                  <text x="420" y="212">Result</text>
                  <text x="480" y="212">against</text>
                  <text x="188" y="228">Result</text>
                  <text x="328" y="228">Party</text>
                  <text x="432" y="228">appraisal</text>
                  <text x="500" y="228">policy</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
       .------------.
       |            | Compare Evidence
       |  Verifier  | against appraisal policy
       |            |
       '--------+---'
           ^    |
  Evidence |    | Attestation
           |    | Result
           |    v
       .---+--------.              .-------------.
       |            +------------->|             | Compare Attestation
       |  Attester  | Attestation  |   Relying   | Result against
       |            | Result       |    Party    | appraisal policy
       '------------'              '-------------'
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="background-check-model">
        <name>Background-Check Model</name>
        <t>The background-check model is so named because of the resemblance of how employers and volunteer
organizations perform background checks. When a prospective employee provides Claims about
education or previous experience, the employer will contact the respective institutions or
former employers to validate the Claim. Volunteer organizations often perform police background
checks on volunteers in order to determine the volunteer's trustworthiness.
Thus, in this analogy, a prospective volunteer is an Attester, the organization is the Relying Party,
and the organization that issues a report is a Verifier.</t>
        <t>In this model, an Attester conveys Evidence to a Relying Party, which treats it as opaque and simply
forwards it on to a Verifier.  The Verifier compares the Evidence against
its appraisal policy, and returns an Attestation Result to the Relying Party.
The Relying Party then compares the Attestation Result against its own
appraisal policy.</t>
        <t>The resource access protocol between the Attester and Relying Party
includes Evidence rather than an Attestation Result, but that Evidence is
not processed by the Relying Party.</t>
        <t>Since the Evidence is merely forwarded on to a trusted Verifier, any serialization format can be used for Evidence because the Relying Party does not need a parser for it.
The only requirement is that the Evidence can be <em>encapsulated in</em> the format
required by the resource access protocol between the Attester and Relying Party.</t>
        <t>However, like in the Passport model, an Attestation Result is still consumed by the
Relying Party.  Code footprint and attack surface area can be minimized by
using a serialization format for which the Relying Party already needs a
parser to support the protocol between the Attester and Relying Party,
which may be an existing standard or widely deployed resource access protocol.
Such minimization is especially important if the Relying Party is a
constrained node.</t>
        <figure anchor="backgroundcheck">
          <name>Background-Check Model</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="520" viewBox="0 0 520 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,176 L 8,240" fill="none" stroke="black"/>
                <path d="M 112,176 L 112,240" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,96" fill="none" stroke="black"/>
                <path d="M 240,176 L 240,240" fill="none" stroke="black"/>
                <path d="M 280,104 L 280,176" fill="none" stroke="black"/>
                <path d="M 312,96 L 312,168" fill="none" stroke="black"/>
                <path d="M 352,32 L 352,96" fill="none" stroke="black"/>
                <path d="M 352,176 L 352,240" fill="none" stroke="black"/>
                <path d="M 240,32 L 352,32" fill="none" stroke="black"/>
                <path d="M 240,96 L 352,96" fill="none" stroke="black"/>
                <path d="M 8,176 L 112,176" fill="none" stroke="black"/>
                <path d="M 240,176 L 272,176" fill="none" stroke="black"/>
                <path d="M 288,176 L 352,176" fill="none" stroke="black"/>
                <path d="M 112,192 L 232,192" fill="none" stroke="black"/>
                <path d="M 248,192 L 264,192" fill="none" stroke="black"/>
                <path d="M 8,240 L 112,240" fill="none" stroke="black"/>
                <path d="M 240,240 L 352,240" fill="none" stroke="black"/>
                <path d="M 264,192 C 272.83064,192 280,184.83064 280,176" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="320,168 308,162.4 308,173.6 " fill="black" transform="rotate(90,312,168)"/>
                <polygon class="arrowhead" points="288,104 276,98.4 276,109.6 " fill="black" transform="rotate(270,280,104)"/>
                <polygon class="arrowhead" points="240,192 228,186.4 228,197.6 " fill="black" transform="rotate(0,232,192)"/>
                <g class="text">
                  <text x="392" y="52">Compare</text>
                  <text x="460" y="52">Evidence</text>
                  <text x="300" y="68">Verifier</text>
                  <text x="392" y="68">against</text>
                  <text x="464" y="68">appraisal</text>
                  <text x="388" y="84">policy</text>
                  <text x="236" y="132">Evidence</text>
                  <text x="368" y="132">Attestation</text>
                  <text x="348" y="148">Result</text>
                  <text x="392" y="196">Compare</text>
                  <text x="472" y="196">Attestation</text>
                  <text x="60" y="212">Attester</text>
                  <text x="172" y="212">Evidence</text>
                  <text x="312" y="212">Relying</text>
                  <text x="388" y="212">Result</text>
                  <text x="448" y="212">against</text>
                  <text x="312" y="228">Party</text>
                  <text x="400" y="228">appraisal</text>
                  <text x="468" y="228">policy</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
                                .-------------.
                                |             | Compare Evidence
                                |   Verifier  | against appraisal
                                |             | policy
                                '--------+----'
                                     ^   |
                            Evidence |   | Attestation
                                     |   | Result
                                     |   v
   .------------.               .----|--------.
   |            +-------------->|---'         | Compare Attestation
   |  Attester  |   Evidence    |     Relying | Result against
   |            |               |      Party  | appraisal policy
   '------------'               '-------------'
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="combinations">
        <name>Combinations</name>
        <t>One variation of the background-check model is where the Relying Party
and the Verifier are on the same machine, performing both functions together. 
In this case, there is no need for a protocol between the two.</t>
        <t>It is also worth pointing out that the choice of model depends on the use case, and that different Relying Parties may use different topological patterns.</t>
        <t>The same device may need to create Evidence for different Relying Parties and/or different use cases. 
For instance, it would use one model to provide Evidence to a network infrastructure device to gain access to the network, and
the other model to provide Evidence to a server holding confidential data to gain access to that data.
As such, both models may simultaneously be in use by the same device.</t>
        <t><xref target="combination"/> shows another example of a combination where Relying Party 1 uses the
passport model, whereas Relying Party 2 uses an extension of the background-check model.
Specifically, in addition to the basic functionality shown in <xref target="backgroundcheck"/>, Relying Party 2
actually provides the Attestation Result back to the Attester, allowing the Attester to
use it with other Relying Parties.  This is the model that the Trusted Application Manager
plans to support in the TEEP architecture <xref target="I-D.ietf-teep-architecture"/>.</t>
        <figure anchor="combination">
          <name>Example Combination</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="560" viewBox="0 0 560 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 40,32 L 40,96" fill="none" stroke="black"/>
                <path d="M 40,176 L 40,240" fill="none" stroke="black"/>
                <path d="M 40,320 L 40,384" fill="none" stroke="black"/>
                <path d="M 80,104 L 80,176" fill="none" stroke="black"/>
                <path d="M 80,248 L 80,320" fill="none" stroke="black"/>
                <path d="M 112,96 L 112,168" fill="none" stroke="black"/>
                <path d="M 112,240 L 112,312" fill="none" stroke="black"/>
                <path d="M 152,32 L 152,96" fill="none" stroke="black"/>
                <path d="M 152,176 L 152,240" fill="none" stroke="black"/>
                <path d="M 152,320 L 152,384" fill="none" stroke="black"/>
                <path d="M 280,320 L 280,384" fill="none" stroke="black"/>
                <path d="M 392,320 L 392,384" fill="none" stroke="black"/>
                <path d="M 40,32 L 152,32" fill="none" stroke="black"/>
                <path d="M 40,96 L 152,96" fill="none" stroke="black"/>
                <path d="M 40,176 L 152,176" fill="none" stroke="black"/>
                <path d="M 40,240 L 152,240" fill="none" stroke="black"/>
                <path d="M 40,320 L 152,320" fill="none" stroke="black"/>
                <path d="M 280,320 L 392,320" fill="none" stroke="black"/>
                <path d="M 152,336 L 272,336" fill="none" stroke="black"/>
                <path d="M 40,384 L 152,384" fill="none" stroke="black"/>
                <path d="M 280,384 L 392,384" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="280,336 268,330.4 268,341.6 " fill="black" transform="rotate(0,272,336)"/>
                <polygon class="arrowhead" points="120,312 108,306.4 108,317.6 " fill="black" transform="rotate(90,112,312)"/>
                <polygon class="arrowhead" points="120,168 108,162.4 108,173.6 " fill="black" transform="rotate(90,112,168)"/>
                <polygon class="arrowhead" points="88,248 76,242.4 76,253.6 " fill="black" transform="rotate(270,80,248)"/>
                <polygon class="arrowhead" points="88,104 76,98.4 76,109.6 " fill="black" transform="rotate(270,80,104)"/>
                <g class="text">
                  <text x="192" y="52">Compare</text>
                  <text x="260" y="52">Evidence</text>
                  <text x="100" y="68">Verifier</text>
                  <text x="192" y="68">against</text>
                  <text x="264" y="68">appraisal</text>
                  <text x="332" y="68">policy</text>
                  <text x="36" y="132">Evidence</text>
                  <text x="168" y="132">Attestation</text>
                  <text x="148" y="148">Result</text>
                  <text x="192" y="196">Compare</text>
                  <text x="96" y="212">Relying</text>
                  <text x="208" y="212">Attestation</text>
                  <text x="284" y="212">Result</text>
                  <text x="88" y="228">Party</text>
                  <text x="120" y="228">2</text>
                  <text x="192" y="228">against</text>
                  <text x="264" y="228">appraisal</text>
                  <text x="332" y="228">policy</text>
                  <text x="36" y="276">Evidence</text>
                  <text x="168" y="276">Attestation</text>
                  <text x="148" y="292">Result</text>
                  <text x="432" y="340">Compare</text>
                  <text x="512" y="340">Attestation</text>
                  <text x="100" y="356">Attester</text>
                  <text x="216" y="356">Attestation</text>
                  <text x="336" y="356">Relying</text>
                  <text x="428" y="356">Result</text>
                  <text x="488" y="356">against</text>
                  <text x="220" y="372">Result</text>
                  <text x="328" y="372">Party</text>
                  <text x="360" y="372">1</text>
                  <text x="440" y="372">appraisal</text>
                  <text x="508" y="372">policy</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
      .-------------.
      |             | Compare Evidence
      |   Verifier  | against appraisal policy
      |             |
      '--------+----'
           ^   |
  Evidence |   | Attestation
           |   | Result
           |   v
      .----+--------.
      |             | Compare
      |   Relying   | Attestation Result
      |   Party 2   | against appraisal policy
      '--------+----'
           ^   |
  Evidence |   | Attestation
           |   | Result
           |   v
      .----+--------.               .-------------.
      |             +-------------->|             | Compare Attestation
      |   Attester  |  Attestation  |   Relying   | Result against
      |             |     Result    |   Party 1   | appraisal policy
      '-------------'               '-------------'
]]></artwork>
          </artset>
        </figure>
      </section>
    </section>
    <section anchor="rolesentities">
      <name>Roles and Entities</name>
      <t>An entity in the RATS architecture includes at least one of the roles defined
in this document.</t>
      <t>An entity can aggregate more than one role into itself, such as being both
a Verifier and a Relying Party, or being both a Reference Value Provider and
an Endorser.
As such, any conceptual messages (see <xref target="messages"/> for more
discussion) originating from such roles might also be combined. For example,
Reference Values might be conveyed as part of an appraisal policy if the
Verifier Owner and Reference Value Provider roles are combined. Similarly,
Reference Values might be conveyed as part of an Endorsement if the Endorser
and Reference Value Provider roles are combined.</t>
      <t>Interactions between roles aggregated into the same entity do not necessarily use the
Internet Protocol.
Such interactions might use a loopback device or other IP-based
communication between separate environments, but they do not have to.
Alternative channels to convey conceptual messages include function calls, sockets, GPIO
interfaces, local busses, or hypervisor calls. This type of conveyance is typically found
in composite devices. Most importantly, these conveyance methods are
out-of-scope of RATS, but they are presumed to exist in order to convey
conceptual messages appropriately between roles.</t>
      <t>In essence, an entity that combines more than one role creates and consumes
the corresponding conceptual messages as defined in this document.</t>
    </section>
    <section anchor="trustmodel">
      <name>Trust Model</name>
      <section anchor="relying-party">
        <name>Relying Party</name>
        <t>This document covers scenarios for which a Relying Party
trusts a Verifier that can appraise the trustworthiness of
information about an Attester.  Such trust
is expressed by storing one or more "trust anchors" in a secure location
known as a trust anchor store.</t>
        <t>As defined in <xref target="RFC6024"/>, "A trust anchor represents an authoritative entity via a public
key and associated data.  The public key is used to verify digital
signatures, and the associated data is used to constrain the types
of information for which the trust anchor is authoritative."
The trust anchor may be a certificate or it may be a raw public key
along with additional data if necessary such as its public key
algorithm and parameters.
In the context of this document, a trust anchor may also be a symmetric key, as
in <xref target="TCG-DICE-SIBDA"/> or the symmetric mode described in
<xref target="I-D.tschofenig-rats-psa-token"/>.</t>
        <t>Thus, trusting a Verifier might be expressed by having the Relying
Party store the Verifier's key or certificate in its trust anchor store, or might
be expressed by storing the public key or certificate of an entity (e.g., a Certificate Authority) that is
in the Verifier's certificate path.
For example, the Relying Party can verify that the Verifier is an expected one by out of band establishment of key material, combined with a protocol like TLS to communicate.
There is an assumption that between the establishment of the trusted key material and the creation of the Evidence, that the Verifier has not been compromised.</t>
        <t>For a stronger level of security, the
Relying Party might require that the Verifier first provide
information about itself that the Relying Party can use to assess
the trustworthiness of the Verifier before accepting its Attestation Results.
Such process would provide a stronger level of confidence in the correctness of
the information provided, such as a belief that the authentic Verifier has
not been compromised by malware.</t>
        <t>For example, one explicit way for a Relying Party "A" to establish
such confidence in the correctness of a Verifier "B", would be for B to first act as an Attester
where A acts as a combined Verifier/Relying Party.  If A then accepts B as
trustworthy, it can choose to accept B as a Verifier for other Attesters.</t>
        <t>Similarly, the Relying Party also needs to trust the Relying Party Owner
for providing its Appraisal Policy for Attestation Results, and
in some scenarios the Relying Party might even require that the
Relying Party Owner go through a remote attestation procedure with it before the Relying Party will accept
an updated policy. This can be done similarly to how a Relying Party
could establish trust in a Verifier as discussed above, i.e., verifying credentials against a trust anchor store
and optionally requiring Attestation Results from the Relying Party Owner.</t>
      </section>
      <section anchor="attester">
        <name>Attester</name>
        <t>In some scenarios, Evidence might contain sensitive information such as
Personally Identifiable Information (PII) or system identifiable information.
Thus, an Attester must trust entities to which it conveys Evidence, to not
reveal sensitive data to unauthorized parties.
The Verifier might share this information with other authorized parties, according to a governing policy that address the handling of sensitive information (potentially included in Appraisal Policies for Evidence).
In the background-check model, this Evidence may also be revealed to Relying Party(s).</t>
        <t>When Evidence contains sensitive information, an Attester
typically requires that a Verifier authenticates itself (e.g., at TLS session establishment) and might even request a remote attestation before the Attester
sends the sensitive Evidence.  This can be done by having the
Attester first act as a Verifier/Relying Party, and the Verifier act as its
own Attester, as discussed above.</t>
      </section>
      <section anchor="rpowner-trust">
        <name>Relying Party Owner</name>
        <t>The Relying Party Owner might also require that the
Relying Party first act as an Attester, providing Evidence that the Owner
can appraise, before the Owner would give the Relying Party an updated
policy that might contain sensitive information.  In such a case,
authentication or attestation in both directions might be needed, in which case typically one side's
Evidence must be considered safe to share with an untrusted entity,
in order to bootstrap the sequence.
See <xref target="privacy-considerations"/> for more discussion.</t>
      </section>
      <section anchor="verifier">
        <name>Verifier</name>
        <t>The Verifier trusts (or more specifically, the Verifier's security
policy is written in a way that configures the Verifier to trust) a
manufacturer, or the manufacturer's hardware, so as to be able to
appraise the trustworthiness of that manufacturer's devices.  Such trust
is expressed by storing one or more trust anchors in the Verifier's
trust anchor store.</t>
        <t>In a typical solution, a Verifier comes to trust an Attester
indirectly by having an Endorser (such as a manufacturer) vouch for the Attester's
ability to securely generate Evidence through Endorsements (see <xref target="endorsements"/>). Endorsements
might describe the ways in which the Attester resists attack, protects secrets and
measures Target Environments. Consequently, the Endorser's key material is stored in the
Verifier's trust anchor store so that Endorsements can be authenticated and used in the Verifier's appraisal process.</t>
        <t>In some solutions, a Verifier might be configured to directly
trust an Attester by having the Verifier have the Attester's key
material (rather than the Endorser's) in its trust anchor store.</t>
        <t>Such direct trust must first be established at the time of trust anchor
store configuration either by checking with an Endorser at that
time, or by conducting a security analysis of the specific device.
Having the Attester directly in the trust anchor store narrows
the Verifier's trust to only specific devices rather than all devices
the Endorser might vouch for, such as all devices manufactured by the
same manufacturer in the case that the Endorser is a manufacturer.</t>
        <t>Such narrowing is often important since physical possession of a device
can also be used to conduct a number of attacks, and so a device in
a physically secure environment (such as one's own premises) may be
considered trusted whereas devices owned by others would not be.
This often results in a desire to either have the owner run their
own Endorser that would only endorse devices one owns, or to use
Attesters directly in the trust anchor store.   When there are many
Attesters owned, the use of an Endorser enables better scalability.</t>
        <t>That is, a Verifier might appraise the trustworthiness of an application component, operating
system component, or service under the assumption that information
provided about it by the lower-layer firmware or software is true.
A stronger level of assurance of security comes when information can be vouched
for by hardware or by ROM code, especially if such hardware is
physically resistant to hardware tampering.
In most cases, components that have to be vouched for via Endorsements because no Evidence is generated about them are referred to as roots of trust.</t>
        <t>The manufacturer having arranged for an Attesting Environment to be provisioned with key material with which to sign Evidence, the Verifier is then provided with
some way of verifying the signature on the Evidence.  This may be in the form of an appropriate trust anchor, or the Verifier may be provided with a database of public keys (rather than certificates) or even carefully curated and secured lists of symmetric keys.</t>
        <t>The nature of how the Verifier manages to validate the signatures produced by the Attester is critical to the secure operation of a remote attestation system, but is not the subject of standardization within this architecture.</t>
        <t>A conveyance protocol that provides authentication and integrity protection can be used
to convey Evidence that is otherwise unprotected (e.g., not signed). Appropriate conveyance of unprotected Evidence (e.g., <xref target="I-D.birkholz-rats-uccs"/>) relies on the following conveyance protocol's protection capabilities:</t>
        <ol spacing="normal" type="1"><li>The key material used to authenticate and integrity protect the conveyance channel is trusted by the Verifier to speak for the Attesting Environment(s) that collected Claims about the Target Environment(s).</li>
          <li>All unprotected Evidence that is conveyed is supplied exclusively by the Attesting Environment that has the key material that protects the conveyance channel</li>
          <li>A trusted environment protects the conveyance channel's key material which may depend on other Attesting Environments with equivalent strength protections.</li>
        </ol>
        <t>As illustrated in <xref target="I-D.birkholz-rats-uccs"/>, an entity that receives unprotected Evidence via a trusted conveyance channel always takes on the responsibility of vouching for the Evidence's authenticity and freshness.
If protected Evidence is generated, the Attester's Attesting Environments take on that responsibility.
In cases where unprotected Evidence is processed by a Verifier, Relying Parties have to trust that the Verifier is capable of handling Evidence in a manner that preserves the Evidence's authenticity and freshness.
Generating and conveying unprotected Evidence always creates significant risk and the benefits of that approach have to be carefully weighed against potential drawbacks.</t>
        <t>See <xref target="security-considerations"/> for discussion on security strength.</t>
      </section>
      <section anchor="endorser-reference-value-provider-and-verifier-owner">
        <name>Endorser, Reference Value Provider, and Verifier Owner</name>
        <t>In some scenarios, the Endorser, Reference Value Provider, and Verifier Owner may need to trust the Verifier
before giving the Endorsement, Reference Values, or appraisal policy to it.  This can be done
similarly to how a Relying Party might establish trust in a Verifier.</t>
        <t>As discussed in <xref target="rpowner-trust"/>, authentication or attestation in both directions might be
needed, in which case typically one side's identity or
Evidence must be considered safe to share with an untrusted entity,
in order to bootstrap the sequence.
See <xref target="privacy-considerations"/> for more discussion.</t>
      </section>
    </section>
    <section anchor="messages">
      <name>Conceptual Messages</name>
      <t><xref target="dataflow"/> illustrates the flow of a conceptual messages between various roles.
This section provides additional elaboration and implementation considerations.
It is the responsibility of protocol specifications to define the actual data format
and semantics of any relevant conceptual messages.</t>
      <section anchor="evidence">
        <name>Evidence</name>
        <t>Evidence is a set of Claims about the target environment that reveal operational
status, health, configuration or construction that have security relevance.
Evidence is appraised by a Verifier to establish its relevance, compliance, and timeliness.
Claims need to be collected in a manner that is reliable such that a Target Environment cannot lie to the Attesting Environment about its trustworthiness properties.
Evidence needs to be securely associated with the target environment
so that the Verifier cannot be tricked into accepting Claims originating
from a different environment (that may be more trustworthy).
Evidence also must be protected from an active on-path attacker who may observe,
change or misdirect Evidence as it travels from Attester to Verifier.
The timeliness of Evidence can be captured using Claims that pinpoint the time
or interval when changes in operational status, health, and so forth occur.</t>
      </section>
      <section anchor="endorsements">
        <name>Endorsements</name>
        <t>An Endorsement is a secure statement that some entity (e.g., a manufacturer) vouches for the integrity of the
device's various capabilities such as claims collection, signing, launching code, transitioning to other environments, storing secrets, and more.  For example, if the device's signing capability is in hardware, then
an Endorsement might be a manufacturer certificate that signs a public key whose corresponding
private key is only known inside the device's hardware.  Thus, when Evidence and such an Endorsement
are used together, an appraisal procedure can be conducted based on appraisal policies that may not be specific to the
device instance, but merely specific to the manufacturer providing the Endorsement. For example,
an appraisal policy might simply check that devices from a given manufacturer have information
matching a set of Reference Values, or an appraisal policy might have a set of more complex
logic on how to appraise the validity of information.</t>
        <t>However, while an appraisal policy that treats all devices from a given manufacturer the same
may be appropriate for some use cases, it would be inappropriate to use such an appraisal policy
as the sole means of authorization for use cases that wish to constrain <em>which</em> compliant devices
are considered authorized for some purpose.  For example, an enterprise using remote attestation for
Network Endpoint Assessment <xref target="RFC5209"/> may not wish to let every healthy laptop from the same
manufacturer onto the network, but instead only want to let devices that it legally owns
onto the network.  Thus, an Endorsement may be helpful information in authenticating
information about a device, but is not necessarily sufficient to authorize access to
resources which may need device-specific information such as a public key for the device or
component or user on the device.</t>
      </section>
      <section anchor="reference-values">
        <name>Reference Values</name>
        <t>Reference Values used in appraisal procedures come from a Reference Value Provider
and are then used by the Verifier to compare to Evidence.
Reference Values with matching Evidence produces acceptable Claims.
Additionally, appraisal policy may play a role in determining the acceptance of Claims.</t>
      </section>
      <section anchor="attestation-results">
        <name>Attestation Results</name>
        <t>Attestation Results are the input used by the Relying Party to decide the extent to which it will trust a particular Attester, and allow it to access some data or perform some operation.</t>
        <t>Attestation Results may carry a boolean value indicating compliance or non-compliance with a Verifier's appraisal policy, or may carry a richer set of Claims about the Attester, against which the Relying Party applies its Appraisal Policy for Attestation Results.</t>
        <t>The quality of the Attestation Results depends upon the ability of the Verifier to evaluate the Attester.
Different Attesters have a different <em>Strength of Function</em> <xref target="strengthoffunction"/>, which results in the Attestation Results being qualitatively different in strength.</t>
        <t>An Attestation Result that indicates non-compliance can be used by an Attester (in the passport model) or
a Relying Party (in the background-check model) to indicate that the Attester
should not be treated as authorized and may be in need of remediation.  In some cases,
it may even indicate that the Evidence itself cannot be authenticated as being correct.</t>
        <t>By default, the Relying Party does not believe the Attester to be compliant.
Upon receipt of an authentic Attestation Result and given the Appraisal Policy for Attestation Results is satisfied,
the Attester is allowed to perform the prescribed actions or access.
The simplest such appraisal policy might authorize granting the Attester full access or control over the resources guarded by the Relying Party.
A more complex appraisal policy might involve using the information
provided in the Attestation Result to compare against expected values, or to apply complex analysis
of other information contained in the Attestation Result.</t>
        <t>Thus, Attestation Results can contain detailed information about an Attester, which can include privacy sensitive information as discussed in section <xref target="privacy-considerations"/>.
Unlike Evidence, which is often
very device- and vendor-specific, Attestation Results can be vendor-neutral, if the Verifier
has a way to generate vendor-agnostic information based on the appraisal of vendor-specific
information in Evidence.  This allows a Relying Party's appraisal policy to be simpler,
potentially based on standard ways of expressing the information, while still allowing
interoperability with heterogeneous devices.</t>
        <t>Finally, whereas Evidence is signed by the device (or indirectly by a manufacturer, if
Endorsements are used), Attestation Results are signed by a Verifier, allowing a Relying
Party to only need a trust relationship with one entity, rather than a larger set of
entities, for purposes of its appraisal policy.</t>
      </section>
      <section anchor="appraisal-policies">
        <name>Appraisal Policies</name>
        <t>The Verifier, when appraising Evidence, or the Relying Party, when
appraising Attestation Results, checks the values of matched Claims
against constraints specified in its appraisal policy.
Examples of such constraints checking include:</t>
        <ul spacing="normal">
          <li>comparison for equality against a Reference Value, or</li>
          <li>a check for being in a range bounded by Reference Values, or</li>
          <li>membership in a set of Reference Values, or</li>
          <li>a check against values in other Claims.</li>
        </ul>
        <t>Upon completing all appraisal policy constraints, the remaining Claims are accepted
as input toward determining Attestation Results, when appraising Evidence,
or as input to a Relying Party, when appraising Attestation Results.</t>
      </section>
    </section>
    <section anchor="claims-encoding-formats">
      <name>Claims Encoding Formats</name>
      <t>The following diagram illustrates a relationship to which remote attestation is desired to be added:</t>
      <figure anchor="clientserver">
        <name>Typical Resource Access</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="128" width="432" viewBox="0 0 432 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 120,32 L 120,96" fill="none" stroke="black"/>
              <path d="M 248,32 L 248,96" fill="none" stroke="black"/>
              <path d="M 352,32 L 352,96" fill="none" stroke="black"/>
              <path d="M 8,32 L 120,32" fill="none" stroke="black"/>
              <path d="M 248,32 L 352,32" fill="none" stroke="black"/>
              <path d="M 120,48 L 240,48" fill="none" stroke="black"/>
              <path d="M 8,96 L 120,96" fill="none" stroke="black"/>
              <path d="M 248,96 L 352,96" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="248,48 236,42.4 236,53.6 " fill="black" transform="rotate(0,240,48)"/>
              <g class="text">
                <text x="396" y="36">Evaluate</text>
                <text x="392" y="52">request</text>
                <text x="60" y="68">Attester</text>
                <text x="164" y="68">Access</text>
                <text x="212" y="68">some</text>
                <text x="304" y="68">Relying</text>
                <text x="392" y="68">against</text>
                <text x="188" y="84">resource</text>
                <text x="304" y="84">Party</text>
                <text x="396" y="84">security</text>
                <text x="388" y="100">policy</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
   .-------------.               .------------. Evaluate
   |             +-------------->|            | request
   |  Attester   |  Access some  |   Relying  | against
   |             |    resource   |    Party   | security
   '-------------'               '------------' policy
]]></artwork>
        </artset>
      </figure>
      <t>In this diagram, the protocol between Attester and a Relying Party
can be any new or existing protocol (e.g., HTTP(S), COAP(S),
ROLIE <xref target="RFC8322"/>,
802.1x, OPC UA <xref target="OPCUA"/>, etc.), depending on the use case.</t>
      <t>Typically, such protocols already have mechanisms for passing security information for authentication and authorization purposes.
Common formats include JWTs <xref target="RFC7519"/>, CWTs <xref target="RFC8392"/>, and X.509 certificates.</t>
      <t>Retrofitting already deployed protocols with remote attestation requires
adding RATS conceptual messages to the existing data flows. This must be
done in a way that does not degrade the security properties of the systems involved
and should use native extension mechanisms provided by the underlying
protocol. For example, if a TLS handshake is to be extended with
remote attestation capabilities, attestation Evidence may be embedded
in an ad-hoc X.509 certificate extension (e.g., <xref target="TCG-DICE"/>), or into a new
TLS Certificate Type (e.g., <xref target="I-D.tschofenig-tls-cwt"/>).</t>
      <t>Especially for constrained nodes there is a desire to minimize
the amount of parsing code needed in a Relying Party, in order to both
minimize footprint and to minimize the attack surface. While
it would be possible to embed a CWT inside a JWT, or a JWT inside an
X.509 extension, etc., there is a desire to encode the information
natively in a format that is already supported by the Relying Party.</t>
      <t>This motivates having a common "information model" that describes
the set of remote attestation related information in an encoding-agnostic
way, and allowing multiple encoding formats (CWT, JWT, X.509, etc.)
that encode the same information into the Claims format needed by the
Relying Party.</t>
      <t>The following diagram illustrates that Evidence and Attestation Results
might be expressed via multiple potential encoding formats, so that they can be
conveyed by various existing protocols.  It also motivates why the Verifier
might also be responsible for accepting Evidence that encodes Claims in
one format, while issuing Attestation Results that encode Claims in
a different format.</t>
      <figure anchor="multievidence_diag">
        <name>Multiple Attesters and Relying Parties with Different Formats</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="352" width="560" viewBox="0 0 560 352" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,48 L 8,80" fill="none" stroke="black"/>
              <path d="M 8,112 L 8,144" fill="none" stroke="black"/>
              <path d="M 8,176 L 8,208" fill="none" stroke="black"/>
              <path d="M 8,240 L 8,272" fill="none" stroke="black"/>
              <path d="M 8,304 L 8,336" fill="none" stroke="black"/>
              <path d="M 128,48 L 128,80" fill="none" stroke="black"/>
              <path d="M 128,112 L 128,144" fill="none" stroke="black"/>
              <path d="M 128,176 L 128,208" fill="none" stroke="black"/>
              <path d="M 128,240 L 128,272" fill="none" stroke="black"/>
              <path d="M 128,304 L 128,336" fill="none" stroke="black"/>
              <path d="M 208,112 L 208,272" fill="none" stroke="black"/>
              <path d="M 232,80 L 232,104" fill="none" stroke="black"/>
              <path d="M 232,280 L 232,304" fill="none" stroke="black"/>
              <path d="M 288,80 L 288,112" fill="none" stroke="black"/>
              <path d="M 288,272 L 288,304" fill="none" stroke="black"/>
              <path d="M 312,112 L 312,272" fill="none" stroke="black"/>
              <path d="M 392,48 L 392,80" fill="none" stroke="black"/>
              <path d="M 392,112 L 392,144" fill="none" stroke="black"/>
              <path d="M 392,176 L 392,208" fill="none" stroke="black"/>
              <path d="M 392,240 L 392,272" fill="none" stroke="black"/>
              <path d="M 392,304 L 392,336" fill="none" stroke="black"/>
              <path d="M 552,48 L 552,80" fill="none" stroke="black"/>
              <path d="M 552,112 L 552,144" fill="none" stroke="black"/>
              <path d="M 552,176 L 552,208" fill="none" stroke="black"/>
              <path d="M 552,240 L 552,272" fill="none" stroke="black"/>
              <path d="M 552,304 L 552,336" fill="none" stroke="black"/>
              <path d="M 8,48 L 128,48" fill="none" stroke="black"/>
              <path d="M 392,48 L 552,48" fill="none" stroke="black"/>
              <path d="M 128,64 L 216,64" fill="none" stroke="black"/>
              <path d="M 304,64 L 384,64" fill="none" stroke="black"/>
              <path d="M 8,80 L 128,80" fill="none" stroke="black"/>
              <path d="M 392,80 L 552,80" fill="none" stroke="black"/>
              <path d="M 8,112 L 128,112" fill="none" stroke="black"/>
              <path d="M 208,112 L 312,112" fill="none" stroke="black"/>
              <path d="M 392,112 L 552,112" fill="none" stroke="black"/>
              <path d="M 128,128 L 200,128" fill="none" stroke="black"/>
              <path d="M 312,128 L 384,128" fill="none" stroke="black"/>
              <path d="M 8,144 L 128,144" fill="none" stroke="black"/>
              <path d="M 392,144 L 552,144" fill="none" stroke="black"/>
              <path d="M 8,176 L 128,176" fill="none" stroke="black"/>
              <path d="M 392,176 L 552,176" fill="none" stroke="black"/>
              <path d="M 128,192 L 200,192" fill="none" stroke="black"/>
              <path d="M 312,192 L 384,192" fill="none" stroke="black"/>
              <path d="M 8,208 L 128,208" fill="none" stroke="black"/>
              <path d="M 392,208 L 552,208" fill="none" stroke="black"/>
              <path d="M 8,240 L 128,240" fill="none" stroke="black"/>
              <path d="M 392,240 L 552,240" fill="none" stroke="black"/>
              <path d="M 128,256 L 200,256" fill="none" stroke="black"/>
              <path d="M 312,256 L 384,256" fill="none" stroke="black"/>
              <path d="M 8,272 L 128,272" fill="none" stroke="black"/>
              <path d="M 208,272 L 312,272" fill="none" stroke="black"/>
              <path d="M 392,272 L 552,272" fill="none" stroke="black"/>
              <path d="M 8,304 L 128,304" fill="none" stroke="black"/>
              <path d="M 392,304 L 552,304" fill="none" stroke="black"/>
              <path d="M 128,320 L 216,320" fill="none" stroke="black"/>
              <path d="M 304,320 L 384,320" fill="none" stroke="black"/>
              <path d="M 8,336 L 128,336" fill="none" stroke="black"/>
              <path d="M 392,336 L 552,336" fill="none" stroke="black"/>
              <path d="M 216,64 C 224.83064,64 232,71.16936 232,80" fill="none" stroke="black"/>
              <path d="M 304,64 C 295.16936,64 288,71.16936 288,80" fill="none" stroke="black"/>
              <path d="M 216,320 C 224.83064,320 232,312.83064 232,304" fill="none" stroke="black"/>
              <path d="M 304,320 C 295.16936,320 288,312.83064 288,304" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="392,320 380,314.4 380,325.6 " fill="black" transform="rotate(0,384,320)"/>
              <polygon class="arrowhead" points="392,256 380,250.4 380,261.6 " fill="black" transform="rotate(0,384,256)"/>
              <polygon class="arrowhead" points="392,192 380,186.4 380,197.6 " fill="black" transform="rotate(0,384,192)"/>
              <polygon class="arrowhead" points="392,128 380,122.4 380,133.6 " fill="black" transform="rotate(0,384,128)"/>
              <polygon class="arrowhead" points="392,64 380,58.4 380,69.6 " fill="black" transform="rotate(0,384,64)"/>
              <polygon class="arrowhead" points="240,280 228,274.4 228,285.6 " fill="black" transform="rotate(270,232,280)"/>
              <polygon class="arrowhead" points="240,104 228,98.4 228,109.6 " fill="black" transform="rotate(90,232,104)"/>
              <polygon class="arrowhead" points="208,256 196,250.4 196,261.6 " fill="black" transform="rotate(0,200,256)"/>
              <polygon class="arrowhead" points="208,192 196,186.4 196,197.6 " fill="black" transform="rotate(0,200,192)"/>
              <polygon class="arrowhead" points="208,128 196,122.4 196,133.6 " fill="black" transform="rotate(0,200,128)"/>
              <g class="text">
                <text x="164" y="36">Evidence</text>
                <text x="328" y="36">Attestation</text>
                <text x="408" y="36">Results</text>
                <text x="168" y="52">CWT</text>
                <text x="352" y="52">CWT</text>
                <text x="68" y="68">Attester-A</text>
                <text x="440" y="68">Relying</text>
                <text x="496" y="68">Party</text>
                <text x="528" y="68">V</text>
                <text x="168" y="116">JWT</text>
                <text x="352" y="116">JWT</text>
                <text x="68" y="132">Attester-B</text>
                <text x="440" y="132">Relying</text>
                <text x="496" y="132">Party</text>
                <text x="528" y="132">W</text>
                <text x="168" y="180">X.509</text>
                <text x="352" y="180">X.509</text>
                <text x="68" y="196">Attester-C</text>
                <text x="260" y="196">Verifier</text>
                <text x="440" y="196">Relying</text>
                <text x="496" y="196">Party</text>
                <text x="528" y="196">X</text>
                <text x="168" y="244">TPM</text>
                <text x="352" y="244">TPM</text>
                <text x="68" y="260">Attester-D</text>
                <text x="440" y="260">Relying</text>
                <text x="496" y="260">Party</text>
                <text x="528" y="260">Y</text>
                <text x="168" y="308">other</text>
                <text x="352" y="308">other</text>
                <text x="68" y="324">Attester-E</text>
                <text x="440" y="324">Relying</text>
                <text x="496" y="324">Party</text>
                <text x="528" y="324">Z</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
                Evidence           Attestation Results
.--------------.   CWT                    CWT   .-------------------.
|  Attester-A  +-----------.        .---------->|  Relying Party V  |
'--------------'            |      |            `-------------------'
                            v      |
.--------------.   JWT   .---------+--.   JWT   .-------------------.
|  Attester-B  +-------->|            +-------->|  Relying Party W  |
'--------------'         |            |         `-------------------'
                         |            |
.--------------.  X.509  |            |  X.509  .-------------------.
|  Attester-C  +-------->|  Verifier  +-------->|  Relying Party X  |
'--------------'         |            |         `-------------------'
                         |            |
.--------------.   TPM   |            |   TPM   .-------------------.
|  Attester-D  +-------->|            +-------->|  Relying Party Y  |
'--------------'         '---------+--'         `-------------------'
                            ^      |
.--------------.  other     |      |     other  .-------------------.
|  Attester-E  +-----------'        '---------->|  Relying Party Z  |
'--------------'                                `-------------------'
]]></artwork>
        </artset>
      </figure>
    </section>
    <section anchor="freshness">
      <name>Freshness</name>
      <t>A Verifier or Relying Party might need to learn the point in time
(i.e., the "epoch") an Evidence or Attestation Result has been produced.  This
is essential in deciding whether the included Claims can be
considered fresh, meaning they still reflect the latest state of the Attester,
and that any Attestation Result was generated using the latest Appraisal Policy
for Evidence.</t>
      <t>This section provides a number of details.
It does not however define any protocol formats, the interactions shown are abstract.
This section is intended for those creating protocols and solutions to understand the options available to ensure freshness.
The way in which freshness is provisioned in a protocol is an architectural decision.
Provisioning of freshness has an impact on the number of needed round trips in a protocol, and therefore must be made very early in the design.
Different decisions will have significant impacts on resulting interoperability,
which is why this section goes into sufficient detail such that choices in freshness will be compatible across interacting protocols, such as depicted in <xref target="multievidence_diag"/>.</t>
      <t>Freshness is assessed based on the Appraisal Policy for Evidence or Attestation Results
that compares the estimated epoch against an "expiry" threshold defined locally to that policy.
There is, however, always a
race condition possible in that the state of the Attester, and the
appraisal policies might change immediately after the Evidence or Attestation
Result was generated.  The goal is merely to narrow their recentness to
something the Verifier (for Evidence) or Relying Party (for Attestation Result)
is willing to accept.  Some flexibility on the freshness requirement
is a key component for enabling caching and
reuse of both Evidence and Attestation Results, which is especially valuable in
cases where their computation uses a substantial part of the resource budget
(e.g., energy in constrained devices).</t>
      <t>There are three common approaches for determining the epoch of Evidence or an
Attestation Result.</t>
      <section anchor="explicit-timekeeping-using-synchronized-clocks">
        <name>Explicit Timekeeping using Synchronized Clocks</name>
        <t>The first approach is to rely on synchronized and trustworthy clocks, and
include a signed timestamp (see <xref target="I-D.birkholz-rats-tuda"/>) along with the
Claims in the Evidence or Attestation Result.  Timestamps can also be added on a
per-Claim basis to distinguish the time of generation of Evidence or Attestation
Result from the time that a specific Claim was generated.  The clock's
trustworthiness can generally be established via Endorsements and typically requires additional Claims about the signer's time
synchronization mechanism.</t>
        <t>In some use cases, however, a trustworthy clock might not be available. For
example, in many Trusted Execution Environments (TEEs) today, a clock is only
available outside the TEE and so cannot be trusted by the TEE.</t>
      </section>
      <section anchor="implicit-timekeeping-using-nonces">
        <name>Implicit Timekeeping using Nonces</name>
        <t>A second approach places the onus of timekeeping solely on the Verifier (for Evidence) or the Relying Party (for
Attestation Results), and might be suitable, for example, in case the Attester does not have
a trustworthy clock or time synchronization is otherwise impaired.  In this
approach, a non-predictable nonce is sent by the appraising entity, and the
nonce is then signed and included along with the Claims in the Evidence or
Attestation Result.  After checking that the sent and received nonces are the
same, the appraising entity knows that the Claims were signed after the nonce
was generated.  This allows associating a "rough" epoch to the Evidence or
Attestation Result.  In this case the epoch is said to be rough because:</t>
        <ul spacing="normal">
          <li>The epoch applies to the entire Claim set instead of a more granular
association, and</li>
          <li>The time between the creation of Claims and the collection of Claims is
indistinguishable.</li>
        </ul>
      </section>
      <section anchor="epochfreshness">
        <name>Implicit Timekeeping using Epoch IDs</name>
        <t>A third approach relies on having epoch identifiers (or "IDs")
periodically sent to both the sender and receiver of Evidence or
Attestation Results by some "Epoch ID Distributor".</t>
        <t>Epoch IDs are different from nonces as they can be used more than once and
can even be used by more than one entity at the same time.
Epoch IDs are different from timestamps as they do not have to convey information about a point in time, i.e., they are not necessarily monotonically increasing integers.</t>
        <t>Like the nonce approach, this allows associating a "rough" epoch without
requiring a trustworthy clock or time synchronization in order to generate or
appraise the freshness of Evidence or Attestation Results.  Only the
Epoch ID Distributor requires access to a clock so it can periodically send
new epoch IDs.</t>
        <t>The most recent epoch ID is included in the produced Evidence or Attestation
Results, and the appraising entity can compare the epoch ID in received
Evidence or Attestation Results against the latest epoch ID it received from
the Epoch ID Distributor to determine if it is within the current epoch.
An actual solution also needs to take into account race conditions
when transitioning to a new epoch, such as by using a counter signed
by the Epoch ID Distributor as the epoch ID, or by including both the current and
previous epoch IDs in messages and/or checks, by requiring retries
in case of mismatching epoch IDs, or by buffering incoming messages
that might be associated with a epoch ID that the receiver has not yet
obtained.</t>
        <t>More generally, in order to prevent an appraising entity from generating false
negatives (e.g., discarding Evidence that is deemed stale even if it is
not), the appraising entity should keep an "epoch window" consisting of the
most recently received epoch IDs.  The depth of such epoch window is directly
proportional to the maximum network propagation delay between the first to receive the epoch ID and the last to receive the epoch ID, and it is inversely proportional to the epoch duration.
The appraising entity shall compare the
epoch ID carried in the received Evidence or Attestation Result with the epoch IDs
in its epoch window to find a suitable match.</t>
        <t>Whereas the nonce approach typically requires the appraising entity
to keep state for each nonce generated, the epoch ID approach minimizes
the state kept to be independent of the number of Attesters or Verifiers
from which it expects to receive Evidence or Attestation Results, as long
as all use the same Epoch ID Distributor.</t>
      </section>
      <section anchor="discussion">
        <name>Discussion</name>
        <t>Implicit and explicit timekeeping can be combined into hybrid mechanisms.  For
example, if clocks exist and are considered trustworthy but are not
synchronized, a nonce-based exchange may be used to determine the (relative)
time offset between the involved peers, followed by any number of timestamp
based exchanges.</t>
        <t>It is important to note that the actual values in Claims might have been
generated long before the Claims are signed.  If so, it is the signer's
responsibility to ensure that the values are still correct when they are
signed.  For example, values generated at boot time might have been saved to
secure storage until network connectivity is established to the remote Verifier
and a nonce is obtained.</t>
        <t>A more detailed discussion with examples appears in <xref target="time-considerations"/>.</t>
        <t>For a discussion on the security of epoch IDs see <xref target="epochids-sec"/>.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The conveyance of Evidence and the resulting Attestation Results
reveal a great deal of information about the internal state of a
device as well as potentially any users of the device.</t>
      <t>In many cases, the whole point of attestation procedures is
to provide reliable information about the type of the device and the
firmware/software that the device is running.</t>
      <t>This information might be particularly interesting to many attackers.
For example, knowing that a device is
running a weak version of firmware provides a way to aim attacks better.</t>
      <t>In some circumstances, if an attacker can become aware of Endorsements, Reference Values, or appraisal policies, it could potentially provide an attacker with insight into defensive mitigations.
It is recommended that attention be paid to confidentiality of such information.</t>
      <t>Additionally, many Claims in Evidence, many Claims in Attestation Results, and appraisal policies potentially contain
Personally Identifying Information (PII) depending on the end-to-end use case of
the remote attestation procedure.
Remote attestation that includes containers and applications, e.g., a blood pressure monitor, may further
reveal details about specific systems or users.</t>
      <t>In some cases, an attacker may be able to make inferences about the contents of Evidence
from the resulting effects or timing of the processing.
For example, an attacker might be able to infer the value of specific Claims if it knew that only certain values were accepted by the Relying Party.</t>
      <t>Conceptual messages (see <xref target="messages"/>) carrying sensitive or confidential information are expected to be integrity protected (i.e., either via signing or a secure channel) and optionally might be confidentiality protected via encryption.
If there isn't confidentiality protection of conceptual messages themselves, the underlying conveyance protocol should provide these protections.</t>
      <t>As Evidence might contain sensitive or confidential information,
Attesters are responsible for only sending such Evidence to trusted
Verifiers.
Some Attesters might want a stronger level of assurance of
the trustworthiness of a Verifier before sending Evidence to it.
In such cases,
an Attester can first act as a Relying Party and ask for the Verifier's own
Attestation Result, and appraising it just as a Relying Party would appraise
an Attestation Result for any other purpose.</t>
      <t>Another approach to deal with Evidence is to remove PII from the Evidence
while still being able to verify that the Attester is one of a large set.
This approach is often called "Direct Anonymous Attestation".  See
<xref target="CCC-DeepDive"/> section 6.2 and <xref target="I-D.ietf-rats-daa"/> for more discussion.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document provides an architecture for doing remote attestation.
No specific wire protocol is documented here.
Without a specific proposal to compare against, it is impossible to know if the security threats listed below have been mitigated well.</t>
      <t>The security considerations below should be read as being essentially requirements against realizations of the RATS Architecture.
Some threats apply to protocols, some are against implementations (code), and some threats are against physical infrastructure (such as factories).</t>
      <t>The fundamental purpose of the RATS architecture is to allow a Relying Party to establish a basis for trusting the Attester.</t>
      <section anchor="attester-and-attestation-key-protection">
        <name>Attester and Attestation Key Protection</name>
        <t>Implementers need to pay close attention to the protection of the Attester and the manufacturing processes for provisioning attestation key material. If either of these are compromised, intended levels of assurance for RATS are compromised because attackers can forge Evidence or manipulate the Attesting Environment.
For example, a Target Environment should not be able to tamper with the
Attesting Environment that measures it, by isolating the two environments
from each other in some way.</t>
        <t>Remote attestation applies to use cases with a range of security requirements, so the protections discussed here range from low to high security where low security may be limited to application or process isolation by the device's operating system, and high security may involve specialized hardware to defend against physical attacks on a chip.</t>
        <section anchor="on-device-attester-and-key-protection">
          <name>On-Device Attester and Key Protection</name>
          <t>It is assumed that an Attesting Environment is sufficiently isolated from the
Target Environment it collects Claims about and that it signs the resulting Claims set with an attestation
key, so that the Target Environment cannot forge Evidence about itself.  Such
an isolated environment might be provided by a process, a dedicated chip,
a TEE, a virtual machine, or another secure mode of operation.
The Attesting Environment must be protected from unauthorized modification to ensure it behaves correctly. Confidentiality protection of the Attesting Environment's signing key is vital so it cannot be misused to forge Evidence.</t>
          <t>In many cases the user or owner of a device that includes the role of Attester must not be able to modify or extract keys from the Attesting Environments, to prevent creating forged Evidence.
Some common examples include the user of a mobile phone or FIDO authenticator.</t>
          <t>Measures for a minimally protected system might include process or application isolation provided by a high-level operating system, and restricted access to root or system privileges. In contrast, For really simple single-use devices that don't use a protected mode operating system, like a Bluetooth speaker, the only factual isolation might be the sturdy housing of the device.</t>
          <t>Measures for a moderately protected system could include a special restricted operating environment, such as a TEE. In this case, only security-oriented software has access to the Attester and key material.</t>
          <t>Measures for a highly protected system could include specialized hardware that is used to provide protection against chip decapping attacks, power supply and clock glitching, faulting injection and RF and power side channel attacks.</t>
        </section>
        <section anchor="attestation-key-provisioning-processes">
          <name>Attestation Key Provisioning Processes</name>
          <t>Attestation key provisioning is the process that occurs in the factory or elsewhere to establish signing key material on the device and the validation key material off the device.
Sometimes this procedure is referred to as personalization or customization.</t>
          <t>The keys generated in the factory, whether generated in the device or off-device by the factory
SHOULD be generated by a Cryptographically Strong Sequence (<xref section="6.2" sectionFormat="comma" target="RFC4086"/>).</t>
          <section anchor="off-device-key-generation">
            <name>Off-Device Key Generation</name>
            <t>One way to provision key material is to first generate it external to the device and then copy the key onto the device.
In this case, confidentiality protection of the generator, as well as for the path over which the key is provisioned, is necessary.
The manufacturer needs to take care to protect corresponding key material with measures appropriate for its value.</t>
            <t>The degree of protection afforded to this key material can vary by the intended
function of the device and the specific practices of the device manufacturer or integrator.
The confidentiality protection is fundamentally based upon some amount of physical protection: while encryption is often used to provide confidentiality when a key is conveyed across a factory, where the attestation key is created or applied, it must be available in an unencrypted form.
The physical protection can therefore vary from situations where the key is unencrypted only within carefully controlled secure enclaves within silicon, to situations where an entire facility is considered secure,
by the simple means of locked doors and limited access.</t>
            <t>The cryptography that is used to enable confidentiality protection of the attestation key comes with its own requirements to be secured.
This results in recursive problems, as the key material used to provision attestation keys must again somehow have been provisioned securely beforehand (requiring an additional level of protection, and so on).</t>
            <t>Commonly, a combination of some physical security measures and some cryptographic measures are used to establish confidentiality protection.</t>
          </section>
          <section anchor="on-device-key-generation">
            <name>On-Device Key Generation</name>
            <t>When key material is generated within a device and the secret part of it never leaves the device,
then the problem may lessen.  For public-key cryptography, it is, by definition, not necessary to
maintain confidentiality of the public key: however integrity of the chain of custody of the public key is necessary in order to avoid attacks where an attacker is able get a key they control endorsed.</t>
            <t>To summarize: attestation key provisioning must ensure that only valid attestation key material is established in Attesters.</t>
          </section>
        </section>
      </section>
      <section anchor="conceptual-message-protection">
        <name>Conceptual Message Protection</name>
        <t>Any solution that conveys information in any conceptual message (see <xref target="messages"/>)
must support end-to-end integrity protection
and replay attack prevention, and often also needs to support additional
security properties, including:</t>
        <ul spacing="normal">
          <li>end-to-end encryption,</li>
          <li>denial of service protection,</li>
          <li>authentication,</li>
          <li>auditing,</li>
          <li>fine grained access controls, and</li>
          <li>logging.</li>
        </ul>
        <t><xref target="freshness"/> discusses ways in which freshness can be used in this
architecture to protect against replay attacks.</t>
        <t>To assess the security provided by a particular appraisal policy, it
is important to understand the strength of the root of trust, e.g.,
whether it is mutable software, or firmware that is read-only after
boot, or immutable hardware/ROM.</t>
        <t>It is also important that the appraisal policy was itself obtained securely.
If an attacker can configure or modify appraisal policies, Endorsements or Reference Values for a Relying Party or for a Verifier, then integrity of the process is compromised.</t>
        <t>Security protections in RATS may be applied at different layers, whether by a conveyance protocol, or an information encoding format.
This architecture expects conceptual messages to be end-to-end protected based on the role interaction context.
For example, if an Attester produces Evidence that is relayed through some other entity that doesn't implement the Attester or the intended Verifier roles, then the relaying entity should not expect to have access to the Evidence.</t>
        <t>The RATS architecture allows for an entity to function in multiple roles
(<xref target="rolesentities"/>) and for composite devices (<xref target="compositedevice"/>).
Implementers need to evaluate their designs to ensure that the assumed security properties of the individual components and roles still hold despite the lack of separation, and that emergent risk is not introduced.
The specifics of this evaluation will depend on the implementation and the use case and hence is out of scope for this document.
Isolation mechanisms in software or hardware that separate Attesting Environments and Target Environments <xref target="twotypes"/> can support an implementer's evaluation and resulting design decisions.</t>
      </section>
      <section anchor="epochids-sec">
        <name>Epoch ID-based Attestation</name>
        <t>Epoch IDs, described in <xref target="epochfreshness"/>, can be tampered with, replayed, dropped, delayed, and
reordered by an attacker.</t>
        <t>An attacker could be either external or belong to the distribution group, for
example, if one of the Attester entities have been compromised.</t>
        <t>An attacker who is able to tamper with epoch IDs can potentially lock all the
participants in a certain epoch of choice for ever, effectively freezing time.
This is problematic since it destroys the ability to ascertain freshness of
Evidence and Attestation Results.</t>
        <t>To mitigate this threat, the transport should be at least integrity protected
and provide origin authentication.</t>
        <t>Selective dropping of epoch IDs is equivalent to pinning the victim node to a past epoch.
An attacker could drop epoch IDs to only some entities and not others, which will typically result in a denial of service due to the permanent staleness of the Attestation Result or Evidence.</t>
        <t>Delaying or reordering epoch IDs is equivalent to manipulating the victim's
timeline at will.  This ability could be used by a malicious actor (e.g., a
compromised router) to mount a confusion attack where, for example, a Verifier
is tricked into accepting Evidence coming from a past epoch as fresh, while in
the meantime the Attester has been compromised.</t>
        <t>Reordering and dropping attacks are mitigated if the transport provides the ability to detect reordering and drop.
However, the delay attack described above can't be thwarted in this manner.</t>
      </section>
      <section anchor="trust-anchor-protection">
        <name>Trust Anchor Protection</name>
        <t>As noted in <xref target="trustmodel"/>, Verifiers and Relying Parties have trust anchor stores
that must be secured.
<xref target="RFC6024"/> contains more discussion of trust anchor store requirements
for protecting public keys.
Section 6 of <xref target="NIST-800-57-p1"/> contains a comprehensive treatment of the
topic, including the protection of symmetric key material.
Specifically, a trust anchor store must resist modification against unauthorized insertion, deletion, and modification.
Additionally, if the trust anchor is a symmetric key, the trust anchor store must
not allow unauthorized read.</t>
        <t>If certificates are used as trust anchors, Verifiers and Relying Parties are also
responsible for validating the entire certificate path up to the trust anchor,
which includes checking for certificate revocation.
For an example of such a proceedure see Section 6 of <xref target="RFC5280"/>.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document does not require any actions by IANA.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Special thanks go to
Joerg Borchert,
Nancy Cam-Winget,
Jessica Fitzgerald-McKay,
Diego Lopez,
Laurence Lundblade,
Paul Rowe,
Hannes Tschofenig,
Frank Xia,
and
David Wooten.</t>
    </section>
    <section anchor="notable-contributions">
      <name>Notable Contributions</name>
      <t>Thomas Hardjono created initial versions of the terminology section in collaboration with Ned Smith.
Eric Voit provided the conceptual separation between Attestation Provision Flows and Attestation Evidence Flows.
Monty Wisemen created the content structure of the first three architecture drafts.
Carsten Bormann provided many of the motivational building blocks with respect to the Internet Threat Model.</t>
      <t>Peter Loscocco contributed critical review feedback as part of the weekly design team meetings that added precision and depth to several sections.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC7519" target="https://www.rfc-editor.org/info/rfc7519">
          <front>
            <title>JSON Web Token (JWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="J. Bradley" initials="J." surname="Bradley">
              <organization/>
            </author>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura">
              <organization/>
            </author>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties.  The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7519"/>
          <seriesInfo name="DOI" value="10.17487/RFC7519"/>
        </reference>
        <reference anchor="RFC8392" target="https://www.rfc-editor.org/info/rfc8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4949" target="https://www.rfc-editor.org/info/rfc4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC5209" target="https://www.rfc-editor.org/info/rfc5209">
          <front>
            <title>Network Endpoint Assessment (NEA): Overview and Requirements</title>
            <author fullname="P. Sangster" initials="P." surname="Sangster">
              <organization/>
            </author>
            <author fullname="H. Khosravi" initials="H." surname="Khosravi">
              <organization/>
            </author>
            <author fullname="M. Mani" initials="M." surname="Mani">
              <organization/>
            </author>
            <author fullname="K. Narayan" initials="K." surname="Narayan">
              <organization/>
            </author>
            <author fullname="J. Tardo" initials="J." surname="Tardo">
              <organization/>
            </author>
            <date month="June" year="2008"/>
            <abstract>
              <t>This document defines the problem statement, scope, and protocol requirements between the components of the NEA (Network Endpoint Assessment) reference model.  NEA provides owners of networks (e.g., an enterprise offering remote access) a mechanism to evaluate the posture of a system.  This may take place during the request for network access and/or subsequently at any time while connected to the network.  The learned posture information can then be applied to a variety of compliance-oriented decisions.  The posture information is frequently useful for detecting systems that are lacking or have out-of-date security protection mechanisms such as: anti-virus and host-based firewall software.  In order to provide context for the requirements, a reference model and terminology are introduced.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5209"/>
          <seriesInfo name="DOI" value="10.17487/RFC5209"/>
        </reference>
        <reference anchor="RFC8322" target="https://www.rfc-editor.org/info/rfc8322">
          <front>
            <title>Resource-Oriented Lightweight Information Exchange (ROLIE)</title>
            <author fullname="J. Field" initials="J." surname="Field">
              <organization/>
            </author>
            <author fullname="S. Banghart" initials="S." surname="Banghart">
              <organization/>
            </author>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire">
              <organization/>
            </author>
            <date month="February" year="2018"/>
            <abstract>
              <t>This document defines a resource-oriented approach for security automation information publication, discovery, and sharing.  Using this approach, producers may publish, share, and exchange representations of software descriptors, security incidents, attack indicators, software vulnerabilities, configuration checklists, and other security automation information as web-addressable resources. Furthermore, consumers and other stakeholders may access and search this security information as needed, establishing a rapid and on-demand information exchange network for restricted internal use or public access repositories.  This specification extends the Atom Publishing Protocol and Atom Syndication Format to transport and share security automation resource representations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8322"/>
          <seriesInfo name="DOI" value="10.17487/RFC8322"/>
        </reference>
        <reference anchor="OPCUA" target="https://opcfoundation.org/developer-tools/specifications-unified-architecture/part-2-security-model/">
          <front>
            <title>OPC Unified Architecture Specification, Part 2: Security Model, Release 1.03</title>
            <author>
              <organization>OPC Foundation</organization>
            </author>
            <date year="2015" month="November" day="25"/>
          </front>
          <seriesInfo name="OPC 10000-2" value=""/>
        </reference>
        <reference anchor="TCG-DICE" target="https://trustedcomputinggroup.org/wp-content/uploads/DICE-Certificate-Profiles-r01_3june2020-1.pdf">
          <front>
            <title>DICE Certificate Profiles</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="I-D.birkholz-rats-tuda" target="https://www.ietf.org/archive/id/draft-birkholz-rats-tuda-07.txt">
          <front>
            <title>Time-Based Uni-Directional Attestation</title>
            <author fullname="Andreas Fuchs">
              <organization>Fraunhofer Institute for Secure Information Technology</organization>
            </author>
            <author fullname="Henk Birkholz">
              <organization>Fraunhofer Institute for Secure Information Technology</organization>
            </author>
            <author fullname="Ira E McDonald">
              <organization>High North Inc</organization>
            </author>
            <author fullname="Carsten Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document defines the method and bindings used to convey Evidence
   via Time-based Uni-Directional Attestation (TUDA) in Remote
   ATtestation procedureS (RATS).  TUDA does not require a challenge-
   response handshake and thereby does not rely on the conveyance of a
   nonce to prove freshness of remote attestation Evidence.  TUDA
   enables the creation of Secure Audit Logs that can constitute
   believable Evidence about both current and past operational states of
   an Attester.  In TUDA, RATS entities require access to a Handle
   Distributor to which a trustable and synchronized time-source is
   available.  The Handle Distributor takes on the role of a Time Stamp
   Authority (TSA) to distribute Handles incorporating Time Stamp Tokens
   (TST) to the RATS entities.  RATS require an Attesting Environment
   that generates believable Evidence.  While a TPM is used as the
   corresponding root of trust in this specification, any other type of
   root of trust can be used with TUDA.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-birkholz-rats-tuda-07"/>
        </reference>
        <reference anchor="I-D.birkholz-rats-uccs" target="https://www.ietf.org/archive/id/draft-birkholz-rats-uccs-03.txt">
          <front>
            <title>A CBOR Tag for Unprotected CWT Claims Sets</title>
            <author fullname="Henk Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Jeremy O'Donoghue">
              <organization>Qualcomm Technologies Inc.</organization>
            </author>
            <author fullname="Nancy Cam-Winget">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Carsten Bormann">
              <organization>Universitaet Bremen TZI</organization>
            </author>
            <date day="8" month="March" year="2021"/>
            <abstract>
              <t>   CBOR Web Token (CWT, RFC 8392) Claims Sets sometimes do not need the
   protection afforded by wrapping them into COSE, as is required for a
   true CWT.  This specification defines a CBOR tag for such unprotected
   CWT Claims Sets (UCCS) and discusses conditions for its proper use.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-birkholz-rats-uccs-03"/>
        </reference>
        <reference anchor="I-D.ietf-teep-architecture" target="https://www.ietf.org/archive/id/draft-ietf-teep-architecture-18.txt">
          <front>
            <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
            <author fullname="Mingliang Pei">
              <organization>Broadcom</organization>
            </author>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Dave Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="David Wheeler">
              <organization>Amazon</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   A Trusted Execution Environment (TEE) is an environment that enforces
   that any code within that environment cannot be tampered with, and
   that any data used by such code cannot be read or tampered with by
   any code outside that environment.  This architecture document
   motivates the design and standardization of a protocol for managing
   the lifecycle of trusted applications running inside such a TEE.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teep-architecture-18"/>
        </reference>
        <reference anchor="I-D.ietf-rats-daa" target="https://www.ietf.org/archive/id/draft-ietf-rats-daa-01.txt">
          <front>
            <title>Direct Anonymous Attestation for the Remote Attestation Procedures Architecture</title>
            <author fullname="Henk Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Christopher Newton">
              <organization>University of Surrey</organization>
            </author>
            <author fullname="Liqun Chen">
              <organization>University of Surrey</organization>
            </author>
            <author fullname="Dave Thaler">
              <organization>Microsoft</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document maps the concept of Direct Anonymous Attestation (DAA)
   to the Remote Attestation Procedures (RATS) Architecture.  The role
   DAA Issuer is introduced and its interactions with existing RATS
   roles is specified.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-daa-01"/>
        </reference>
        <reference anchor="TCGarch" target="https://trustedcomputinggroup.org/wp-content/uploads/TCG_TPM2_r1p59_Part1_Architecture_pub.pdf">
          <front>
            <title>Trusted Platform Module Library - Part 1: Architecture</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2019" month="November" day="08"/>
          </front>
        </reference>
        <reference anchor="WebAuthN" target="https://www.w3.org/TR/webauthn-1/">
          <front>
            <title>Web Authentication: An API for accessing Public Key Credentials</title>
            <author>
              <organization>W3C</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CTAP" target="https://fidoalliance.org/specs/fido-v2.0-id-20180227/fido-client-to-authenticator-protocol-v2.0-id-20180227.html">
          <front>
            <title>Client to Authenticator Protocol</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="strengthoffunction" target="https://csrc.nist.gov/glossary/term/strength_of_function">
          <front>
            <title>Strength of Function</title>
            <author>
              <organization>NISC</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="CCC-DeepDive" target="https://confidentialcomputing.io/whitepaper-02-latest">
          <front>
            <title>Confidential Computing Deep Dive</title>
            <author>
              <organization>Confidential Computing Consortium</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="TCG-DICE-SIBDA" target="https://trustedcomputinggroup.org/wp-content/uploads/TCG_DICE_SymIDAttest_v1_r0p94_pubrev.pdf">
          <front>
            <title>Symmetric Identity Based Device Attestation for DICE</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2019" month="July" day="24"/>
          </front>
        </reference>
        <reference anchor="NIST-800-57-p1" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-57pt1r5.pdf">
          <front>
            <title>Recommendation for Key Managemement: Part 1 - General</title>
            <author initials="E." surname="Barker" fullname="Elaine Barker">
              <organization>NIST</organization>
            </author>
            <date year="2020" month="May"/>
          </front>
        </reference>
        <reference anchor="RFC6024" target="https://www.rfc-editor.org/info/rfc6024">
          <front>
            <title>Trust Anchor Management Requirements</title>
            <author fullname="R. Reddy" initials="R." surname="Reddy">
              <organization/>
            </author>
            <author fullname="C. Wallace" initials="C." surname="Wallace">
              <organization/>
            </author>
            <date month="October" year="2010"/>
            <abstract>
              <t>A trust anchor represents an authoritative entity via a public key and associated data.  The public key is used to verify digital signatures, and the associated data is used to constrain the types of information for which the trust anchor is authoritative.  A relying party uses trust anchors to determine if a digitally signed object is valid by verifying a digital signature using the trust anchor's public key, and by enforcing the constraints expressed in the associated data for the trust anchor.  This document describes some of the problems associated with the lack of a standard trust anchor management mechanism and defines requirements for data formats and push-based protocols designed to address these problems.  This  document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6024"/>
          <seriesInfo name="DOI" value="10.17487/RFC6024"/>
        </reference>
        <reference anchor="I-D.tschofenig-rats-psa-token" target="https://www.ietf.org/archive/id/draft-tschofenig-rats-psa-token-09.txt">
          <front>
            <title>Arm's Platform Security Architecture (PSA) Attestation Token</title>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Simon Frost">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Mathias Brossard">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Adrian Shaw">
              <organization>HP Labs</organization>
            </author>
            <author fullname="Thomas Fossati">
              <organization>Arm Limited</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   The 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
   are able to produce attestation tokens as described in this memo,
   which are the basis for a number of 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 profiled 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.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tschofenig-rats-psa-token-09"/>
        </reference>
        <reference anchor="I-D.tschofenig-tls-cwt" target="https://www.ietf.org/archive/id/draft-tschofenig-tls-cwt-02.txt">
          <front>
            <title>Using CBOR Web Tokens (CWTs) in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Mathias Brossard">
              <organization>Arm Limited</organization>
            </author>
            <date day="13" month="July" year="2020"/>
            <abstract>
              <t>   The TLS protocol supports different credentials, including pre-shared
   keys, raw public keys, and X.509 certificates.  For use with public
   key cryptography developers have to decide between raw public keys,
   which require out-of-band agreement and full-fletched X.509
   certificates.  For devices where the reduction of code size is
   important it is desirable to minimize the use of X.509-related
   libraries.  With the CBOR Web Token (CWT) a structure has been
   defined that allows CBOR-encoded claims to be protected with CBOR
   Object Signing and Encryption (COSE).

   This document registers a new value to the "TLS Certificate Types"
   sub-registry to allow TLS and DTLS to use CWTs.  Conceptually, CWTs
   can be seen as a certificate format (when with public key
   cryptography) or a Kerberos ticket (when used with symmetric key
   cryptography).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tschofenig-tls-cwt-02"/>
        </reference>
        <reference anchor="RFC4086" target="https://www.rfc-editor.org/info/rfc4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts.  However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities.  The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult.  This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities.  It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications.  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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
      </references>
    </references>
    <section anchor="time-considerations">
      <name>Time Considerations</name>
      <t><xref target="freshness"/> discussed various issues and requirements around freshness of evidence, and
summarized three approaches that might be used by different solutions to address them.
This appendix provides more details with examples to help illustrate potential approaches,
to inform those creating specific solutions.</t>
      <t>The table below defines a number of relevant events, with an ID that
is used in subsequent diagrams.  The times of said events might be
defined in terms of an absolute clock time, such as the Coordinated Universal Time timescale,
or might be defined relative to some other timestamp or timeticks counter, such as a clock resetting its epoch each time it is powered on.</t>
      <table>
        <thead>
          <tr>
            <th align="left">ID</th>
            <th align="left">Event</th>
            <th align="left">Explanation of event</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">VG</td>
            <td align="left">Value generated</td>
            <td align="left">A value to appear in a Claim was created.  In some cases, a value may have technically existed before an Attester became aware of it but the Attester might have no idea how long it has had that value.  In such a case, the Value created time is the time at which the Claim containing the copy of the value was created.</td>
          </tr>
          <tr>
            <td align="left">NS</td>
            <td align="left">Nonce sent</td>
            <td align="left">A nonce not predictable to an Attester (recentness &amp; uniqueness) is sent to an Attester.</td>
          </tr>
          <tr>
            <td align="left">NR</td>
            <td align="left">Nonce relayed</td>
            <td align="left">A nonce is relayed to an Attester by another entity.</td>
          </tr>
          <tr>
            <td align="left">IR</td>
            <td align="left">Epoch ID received</td>
            <td align="left">An epoch ID is successfully received and processed by an entity.</td>
          </tr>
          <tr>
            <td align="left">EG</td>
            <td align="left">Evidence generation</td>
            <td align="left">An Attester creates Evidence from collected Claims.</td>
          </tr>
          <tr>
            <td align="left">ER</td>
            <td align="left">Evidence relayed</td>
            <td align="left">A Relying Party relays Evidence to a Verifier.</td>
          </tr>
          <tr>
            <td align="left">RG</td>
            <td align="left">Result generation</td>
            <td align="left">A Verifier appraises Evidence and generates an Attestation Result.</td>
          </tr>
          <tr>
            <td align="left">RR</td>
            <td align="left">Result relayed</td>
            <td align="left">A Relying Party relays an Attestation Result to a Relying Party.</td>
          </tr>
          <tr>
            <td align="left">RA</td>
            <td align="left">Result appraised</td>
            <td align="left">The Relying Party appraises Attestation Results.</td>
          </tr>
          <tr>
            <td align="left">OP</td>
            <td align="left">Operation performed</td>
            <td align="left">The Relying Party performs some operation requested by the Attester via a resource access protocol as depicted in <xref target="clientserver"/>, e.g., across a session created earlier at time(RA).</td>
          </tr>
          <tr>
            <td align="left">RX</td>
            <td align="left">Result expiry</td>
            <td align="left">An Attestation Result should no longer be accepted, according to the Verifier that generated it.</td>
          </tr>
        </tbody>
      </table>
      <t>Using the table above, a number of hypothetical examples of how a solution might be built are illustrated below.
This list is not intended to be complete,
but is just representative enough to highlight various timing considerations.</t>
      <t>All times are relative to the local clocks, indicated by an "_a" (Attester),
"_v" (Verifier), or "_r" (Relying Party) suffix.</t>
      <t>Times with an appended Prime (') indicate a second instance of the same event.</t>
      <t>How and if clocks are synchronized depends upon the model.</t>
      <t>In the figures below, curly braces indicate containment.
For example, the notation Evidence{foo} indicates that 'foo' is contained in the Evidence
and is thus covered by its signature.</t>
      <section anchor="example-1-timestamp-based-passport-model-example">
        <name>Example 1: Timestamp-based Passport Model Example</name>
        <t>The following example illustrates a hypothetical Passport Model
solution that uses timestamps and requires roughly synchronized
clocks between the Attester, Verifier, and Relying Party, which
depends on using a secure clock synchronization mechanism.
As a result, the receiver of a conceptual message containing a
timestamp can directly compare it to its own clock and timestamps.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="520" viewBox="0 0 520 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
              <path d="M 48,176 L 48,272" fill="none" stroke="black"/>
              <path d="M 48,304 L 48,336" fill="none" stroke="black"/>
              <path d="M 48,368 L 48,384" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
              <path d="M 272,32 L 272,64" fill="none" stroke="black"/>
              <path d="M 320,64 L 320,112" fill="none" stroke="black"/>
              <path d="M 320,144 L 320,208" fill="none" stroke="black"/>
              <path d="M 320,240 L 320,272" fill="none" stroke="black"/>
              <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
              <path d="M 384,32 L 384,64" fill="none" stroke="black"/>
              <path d="M 448,64 L 448,112" fill="none" stroke="black"/>
              <path d="M 448,144 L 448,272" fill="none" stroke="black"/>
              <path d="M 512,32 L 512,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 272,32 L 360,32" fill="none" stroke="black"/>
              <path d="M 384,32 L 512,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 272,64 L 360,64" fill="none" stroke="black"/>
              <path d="M 384,64 L 512,64" fill="none" stroke="black"/>
              <path d="M 48,192 L 96,192" fill="none" stroke="black"/>
              <path d="M 264,192 L 312,192" fill="none" stroke="black"/>
              <path d="M 56,256 L 96,256" fill="none" stroke="black"/>
              <path d="M 248,256 L 320,256" fill="none" stroke="black"/>
              <path d="M 48,320 L 64,320" fill="none" stroke="black"/>
              <path d="M 400,320 L 416,320" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="424,320 412,314.4 412,325.6 " fill="black" transform="rotate(0,416,320)"/>
              <polygon class="arrowhead" points="320,192 308,186.4 308,197.6 " fill="black" transform="rotate(0,312,192)"/>
              <polygon class="arrowhead" points="64,256 52,250.4 52,261.6 " fill="black" transform="rotate(180,56,256)"/>
              <g class="text">
                <text x="52" y="52">Attester</text>
                <text x="316" y="52">Verifier</text>
                <text x="424" y="52">Relying</text>
                <text x="480" y="52">Party</text>
                <text x="60" y="100">time(VG_a)</text>
                <text x="48" y="116">|</text>
                <text x="48" y="132">~</text>
                <text x="320" y="132">~</text>
                <text x="448" y="132">~</text>
                <text x="48" y="148">|</text>
                <text x="60" y="164">time(EG_a)</text>
                <text x="180" y="196">Evidence{time(EG_a)}</text>
                <text x="332" y="228">time(RG_v)</text>
                <text x="144" y="260">Attestation</text>
                <text x="220" y="260">Result</text>
                <text x="192" y="276">{time(RG_v),time(RX_v)}</text>
                <text x="48" y="292">~</text>
                <text x="448" y="292">~</text>
                <text x="448" y="308">|</text>
                <text x="112" y="324">Attestation</text>
                <text x="280" y="324">Result{time(RG_v),time(RX_v)}</text>
                <text x="468" y="324">time(RA_r)</text>
                <text x="448" y="340">|</text>
                <text x="48" y="356">~</text>
                <text x="448" y="356">~</text>
                <text x="448" y="372">|</text>
                <text x="460" y="388">time(OP_r)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
   .----------.                     .----------.  .---------------.
   | Attester |                     | Verifier |  | Relying Party |
   '----+-----'                     '-----+----'  '-------+-------'
        |                                 |               |
     time(VG_a)                           |               |
        |                                 |               |
        ~                                 ~               ~
        |                                 |               |
     time(EG_a)                           |               |
        |                                 |               |
        +------Evidence{time(EG_a)}------>|               |
        |                                 |               |
        |                              time(RG_v)         |
        |                                 |               |
        |<-----Attestation Result---------+               |
        |      {time(RG_v),time(RX_v)}    |               |
        ~                                                 ~
        |                                                 |
        +--Attestation Result{time(RG_v),time(RX_v)}--> time(RA_r)
        |                                                 |
        ~                                                 ~
        |                                                 |
        |                                              time(OP_r)
]]></artwork>
        </artset>
        <t>The Verifier can check whether the Evidence is fresh when appraising
it at time(RG_v) by checking <tt>time(RG_v) - time(EG_a) &lt; Threshold</tt>, where the
Verifier's threshold is large enough to account for the maximum
permitted clock skew between the Verifier and the Attester.</t>
        <t>If time(VG_a) is also included in the Evidence along with the Claim value
generated at that time, and the Verifier decides that it can trust the
time(VG_a) value, the Verifier can also determine whether the Claim value is
recent by checking <tt>time(RG_v) - time(VG_a) &lt; Threshold</tt>.
The threshold is decided by the Appraisal Policy for Evidence, and again needs to take
into account the maximum permitted clock skew between
the Verifier and the Attester.</t>
        <t>The Attester does not consume the Attestation Result, but might cache it.</t>
        <t>The Relying Party can check whether the Attestation Result is fresh
when appraising it at time(RA_r) by checking <tt>time(RA_r) - time(RG_v) &lt; Threshold</tt>,
where the Relying Party's threshold is large enough to account for the
maximum permitted clock skew between the Relying Party and the Verifier.
The result might then be used for some time (e.g., throughout the lifetime
of a connection established at time(RA_r)).  The Relying Party must be
careful, however, to not allow continued use beyond the period for which
it deems the Attestation Result to remain fresh enough.  Thus,
it might allow use (at time(OP_r)) as long as <tt>time(OP_r) - time(RG_v) &lt; Threshold</tt>.
However, if the Attestation Result contains an expiry time time(RX_v) then
it could explicitly check <tt>time(OP_r) &lt; time(RX_v)</tt>.</t>
      </section>
      <section anchor="example-2-nonce-based-passport-model-example">
        <name>Example 2: Nonce-based Passport Model Example</name>
        <t>The following example illustrates a hypothetical Passport Model
solution that uses nonces instead of timestamps.  Compared to the
timestamp-based example, it requires an extra round trip
to retrieve a nonce, and requires that the Verifier and Relying Party
track state to remember the nonce for some period of time.</t>
        <t>The advantage is that it does not require that any clocks
are synchronized.
As a result, the receiver of a conceptual message containing a
timestamp cannot directly compare it to its own clock or timestamps.
Thus we use a suffix ("a" for Attester, "v" for Verifier, and "r" for Relying Party) on the IDs below indicating which clock generated them, since times from different clocks cannot be compared.
Only the delta between two events from the sender can be used by the receiver.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="544" width="536" viewBox="0 0 536 544" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
              <path d="M 48,144 L 48,176" fill="none" stroke="black"/>
              <path d="M 48,208 L 48,320" fill="none" stroke="black"/>
              <path d="M 48,352 L 48,384" fill="none" stroke="black"/>
              <path d="M 48,416 L 48,464" fill="none" stroke="black"/>
              <path d="M 48,496 L 48,512" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
              <path d="M 272,32 L 272,64" fill="none" stroke="black"/>
              <path d="M 320,64 L 320,112" fill="none" stroke="black"/>
              <path d="M 320,176 L 320,256" fill="none" stroke="black"/>
              <path d="M 320,288 L 320,320" fill="none" stroke="black"/>
              <path d="M 360,32 L 360,64" fill="none" stroke="black"/>
              <path d="M 384,32 L 384,64" fill="none" stroke="black"/>
              <path d="M 448,64 L 448,112" fill="none" stroke="black"/>
              <path d="M 448,144 L 448,320" fill="none" stroke="black"/>
              <path d="M 448,384 L 448,464" fill="none" stroke="black"/>
              <path d="M 512,32 L 512,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 272,32 L 360,32" fill="none" stroke="black"/>
              <path d="M 384,32 L 512,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 272,64 L 360,64" fill="none" stroke="black"/>
              <path d="M 384,64 L 512,64" fill="none" stroke="black"/>
              <path d="M 56,160 L 72,160" fill="none" stroke="black"/>
              <path d="M 128,160 L 288,160" fill="none" stroke="black"/>
              <path d="M 48,224 L 72,224" fill="none" stroke="black"/>
              <path d="M 144,224 L 312,224" fill="none" stroke="black"/>
              <path d="M 56,304 L 72,304" fill="none" stroke="black"/>
              <path d="M 224,304 L 320,304" fill="none" stroke="black"/>
              <path d="M 56,368 L 72,368" fill="none" stroke="black"/>
              <path d="M 128,368 L 416,368" fill="none" stroke="black"/>
              <path d="M 48,432 L 64,432" fill="none" stroke="black"/>
              <path d="M 424,432 L 440,432" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="448,432 436,426.4 436,437.6 " fill="black" transform="rotate(0,440,432)"/>
              <polygon class="arrowhead" points="320,224 308,218.4 308,229.6 " fill="black" transform="rotate(0,312,224)"/>
              <polygon class="arrowhead" points="64,368 52,362.4 52,373.6 " fill="black" transform="rotate(180,56,368)"/>
              <polygon class="arrowhead" points="64,304 52,298.4 52,309.6 " fill="black" transform="rotate(180,56,304)"/>
              <polygon class="arrowhead" points="64,160 52,154.4 52,165.6 " fill="black" transform="rotate(180,56,160)"/>
              <g class="text">
                <text x="52" y="52">Attester</text>
                <text x="316" y="52">Verifier</text>
                <text x="424" y="52">Relying</text>
                <text x="480" y="52">Party</text>
                <text x="60" y="100">time(VG_a)</text>
                <text x="48" y="116">|</text>
                <text x="48" y="132">~</text>
                <text x="320" y="132">~</text>
                <text x="448" y="132">~</text>
                <text x="320" y="148">|</text>
                <text x="100" y="164">Nonce1</text>
                <text x="332" y="164">time(NS_v)</text>
                <text x="60" y="196">time(EG_a)</text>
                <text x="108" y="228">Evidence</text>
                <text x="92" y="244">{Nonce1,</text>
                <text x="220" y="244">time(EG_a)-time(VG_a)}</text>
                <text x="332" y="276">time(RG_v)</text>
                <text x="120" y="308">Attestation</text>
                <text x="196" y="308">Result</text>
                <text x="168" y="324">{time(RX_v)-time(RG_v)}</text>
                <text x="48" y="340">~</text>
                <text x="448" y="340">~</text>
                <text x="448" y="356">|</text>
                <text x="100" y="372">Nonce2</text>
                <text x="460" y="372">time(NS_r)</text>
                <text x="60" y="404">time(RR_a)</text>
                <text x="116" y="436">[Attestation</text>
                <text x="292" y="436">Result{time(RX_v)-time(RG_v)},</text>
                <text x="492" y="436">time(RA_r)</text>
                <text x="144" y="452">Nonce2,</text>
                <text x="268" y="452">time(RR_a)-time(EG_a)]</text>
                <text x="48" y="484">~</text>
                <text x="448" y="484">~</text>
                <text x="448" y="500">|</text>
                <text x="460" y="516">time(OP_r)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
   .----------.                     .----------.  .---------------.
   | Attester |                     | Verifier |  | Relying Party |
   '----+-----'                     '-----+----'  '-------+-------'
        |                                 |               |
     time(VG_a)                           |               |
        |                                 |               |
        ~                                 ~               ~
        |                                 |               |
        |<--Nonce1---------------------time(NS_v)         |
        |                                 |               |
     time(EG_a)                           |               |
        |                                 |               |
        +---Evidence--------------------->|               |
        | {Nonce1, time(EG_a)-time(VG_a)} |               |
        |                                 |               |
        |                              time(RG_v)         |
        |                                 |               |
        |<--Attestation Result------------+               |
        |   {time(RX_v)-time(RG_v)}       |               |
        ~                                                 ~
        |                                                 |
        |<--Nonce2-------------------------------------time(NS_r)
        |                                                 |
     time(RR_a)                                           |
        |                                                 |
        +--[Attestation Result{time(RX_v)-time(RG_v)}, -->|time(RA_r)
        |        Nonce2, time(RR_a)-time(EG_a)]           |
        |                                                 |
        ~                                                 ~
        |                                                 |
        |                                              time(OP_r)
]]></artwork>
        </artset>
        <t>In this example solution, the Verifier can check whether the Evidence is
fresh at <tt>time(RG_v)</tt> by verifying that <tt>time(RG_v)-time(NS_v) &lt; Threshold</tt>.</t>
        <t>The Verifier cannot, however, simply rely on a Nonce to
determine whether the value of a Claim is recent, since the Claim value
might have been generated long before the nonce was sent by the Verifier.
However, if the Verifier decides that the Attester can be trusted to
correctly provide the delta <tt>time(EG_a)-time(VG_a)</tt>, then it can determine recency
by checking <tt>time(RG_v)-time(NS_v) + time(EG_a)-time(VG_a) &lt; Threshold</tt>.</t>
        <t>Similarly if, based on an Attestation Result from a Verifier it trusts,
the Relying Party decides that the Attester can be trusted to correctly
provide time deltas, then it can determine whether the Attestation
Result is fresh by checking
<tt>time(OP_r)-time(NS_r) + time(RR_a)-time(EG_a) &lt; Threshold</tt>.
Although the Nonce2 and <tt>time(RR_a)-time(EG_a)</tt> values cannot be inside
the Attestation Result, they might be signed by the Attester such
that the Attestation Result vouches for the Attester's signing
capability.</t>
        <t>The Relying Party must still be careful, however, to not allow continued
use beyond the period for which it deems the Attestation Result to remain
valid.  Thus, if the Attestation Result sends a validity lifetime
in terms of <tt>time(RX_v)-time(RG_v)</tt>, then the Relying Party can check
<tt>time(OP_r)-time(NS_r) &lt; time(RX_v)-time(RG_v)</tt>.</t>
      </section>
      <section anchor="example-3-epoch-id-based-passport-model-example">
        <name>Example 3: Epoch ID-based Passport Model Example</name>
        <t>The example in <xref target="fig-epochid-passport"/> illustrates a hypothetical Passport Model
solution that uses epoch IDs instead of nonces or timestamps.</t>
        <t>The Epoch ID Distributor broadcasts epoch ID <tt>I</tt> which starts a new
epoch <tt>E</tt> for a protocol participant upon reception at <tt>time(IR)</tt>.</t>
        <t>The Attester generates Evidence incorporating epoch ID <tt>I</tt> and conveys it to the
Verifier.</t>
        <t>The Verifier appraises that the received epoch ID <tt>I</tt> is "fresh" according to the
definition provided in <xref target="epochfreshness"/> whereby retries are required in the case of mismatching epoch IDs, and generates an Attestation Result.  The
Attestation Result is conveyed to the Attester.</t>
        <t>After the transmission of epoch ID <tt>I'</tt> a new epoch <tt>E'</tt> is
established when <tt>I'</tt> is received by each protocol participant.  The Attester
relays the Attestation Result obtained during epoch <tt>E</tt> (associated with epoch ID
<tt>I</tt>) to the Relying Party using the epoch ID for the current epoch <tt>I'</tt>.
If the Relying Party had not yet received <tt>I'</tt>, then the Attestation Result would be rejected, but in this example, it is received.</t>
        <t>In the illustrated scenario, the epoch ID for relaying an Attestation Result to the Relying Party is current, while a previous epoch ID was used to generate Verifier evaluated evidence.
This indicates that at least one epoch transition has occurred, and the Attestation Results may only be as fresh as the previous epoch.
If the Relying Party remembers the previous epoch ID <tt>I</tt> during an epoch window
as discussed in <xref target="epochfreshness"/>, and the message is received during
that window, the Attestation Result is accepted as fresh, and otherwise
it is rejected as stale.</t>
        <figure anchor="fig-epochid-passport">
          <name>Epoch ID-based Passport Model</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="512" width="520" viewBox="0 0 520 512" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,48 L 8,80" fill="none" stroke="black"/>
                <path d="M 48,80 L 48,96" fill="none" stroke="black"/>
                <path d="M 48,224 L 48,352" fill="none" stroke="black"/>
                <path d="M 48,384 L 48,432" fill="none" stroke="black"/>
                <path d="M 48,464 L 48,480" fill="none" stroke="black"/>
                <path d="M 96,48 L 96,80" fill="none" stroke="black"/>
                <path d="M 128,32 L 128,80" fill="none" stroke="black"/>
                <path d="M 184,80 L 184,232" fill="none" stroke="black"/>
                <path d="M 184,264 L 184,304" fill="none" stroke="black"/>
                <path d="M 184,344 L 184,368" fill="none" stroke="black"/>
                <path d="M 240,32 L 240,80" fill="none" stroke="black"/>
                <path d="M 272,48 L 272,80" fill="none" stroke="black"/>
                <path d="M 320,80 L 320,128" fill="none" stroke="black"/>
                <path d="M 320,192 L 320,272" fill="none" stroke="black"/>
                <path d="M 320,304 L 320,352" fill="none" stroke="black"/>
                <path d="M 320,408 L 320,432" fill="none" stroke="black"/>
                <path d="M 320,464 L 320,480" fill="none" stroke="black"/>
                <path d="M 360,48 L 360,80" fill="none" stroke="black"/>
                <path d="M 384,48 L 384,80" fill="none" stroke="black"/>
                <path d="M 448,80 L 448,128" fill="none" stroke="black"/>
                <path d="M 448,192 L 448,352" fill="none" stroke="black"/>
                <path d="M 448,416 L 448,432" fill="none" stroke="black"/>
                <path d="M 512,48 L 512,80" fill="none" stroke="black"/>
                <path d="M 128,32 L 240,32" fill="none" stroke="black"/>
                <path d="M 8,48 L 96,48" fill="none" stroke="black"/>
                <path d="M 272,48 L 360,48" fill="none" stroke="black"/>
                <path d="M 384,48 L 512,48" fill="none" stroke="black"/>
                <path d="M 8,80 L 96,80" fill="none" stroke="black"/>
                <path d="M 128,80 L 240,80" fill="none" stroke="black"/>
                <path d="M 272,80 L 360,80" fill="none" stroke="black"/>
                <path d="M 384,80 L 512,80" fill="none" stroke="black"/>
                <path d="M 112,176 L 152,176" fill="none" stroke="black"/>
                <path d="M 168,176 L 176,176" fill="none" stroke="black"/>
                <path d="M 192,176 L 200,176" fill="none" stroke="black"/>
                <path d="M 216,176 L 264,176" fill="none" stroke="black"/>
                <path d="M 368,176 L 392,176" fill="none" stroke="black"/>
                <path d="M 48,240 L 72,240" fill="none" stroke="black"/>
                <path d="M 144,240 L 312,240" fill="none" stroke="black"/>
                <path d="M 56,320 L 72,320" fill="none" stroke="black"/>
                <path d="M 224,320 L 320,320" fill="none" stroke="black"/>
                <path d="M 120,368 L 152,368" fill="none" stroke="black"/>
                <path d="M 192,368 L 200,368" fill="none" stroke="black"/>
                <path d="M 232,368 L 264,368" fill="none" stroke="black"/>
                <path d="M 376,368 L 392,368" fill="none" stroke="black"/>
                <path d="M 48,400 L 72,400" fill="none" stroke="black"/>
                <path d="M 232,400 L 392,400" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="400,400 388,394.4 388,405.6 " fill="black" transform="rotate(0,392,400)"/>
                <polygon class="arrowhead" points="400,368 388,362.4 388,373.6 " fill="black" transform="rotate(0,392,368)"/>
                <polygon class="arrowhead" points="400,176 388,170.4 388,181.6 " fill="black" transform="rotate(0,392,176)"/>
                <polygon class="arrowhead" points="320,240 308,234.4 308,245.6 " fill="black" transform="rotate(0,312,240)"/>
                <polygon class="arrowhead" points="272,368 260,362.4 260,373.6 " fill="black" transform="rotate(0,264,368)"/>
                <polygon class="arrowhead" points="272,176 260,170.4 260,181.6 " fill="black" transform="rotate(0,264,176)"/>
                <polygon class="arrowhead" points="128,368 116,362.4 116,373.6 " fill="black" transform="rotate(180,120,368)"/>
                <polygon class="arrowhead" points="120,176 108,170.4 108,181.6 " fill="black" transform="rotate(180,112,176)"/>
                <polygon class="arrowhead" points="64,320 52,314.4 52,325.6 " fill="black" transform="rotate(180,56,320)"/>
                <circle cx="184" cy="176" r="6" class="opendot" fill="white" stroke="black"/>
                <circle cx="184" cy="368" r="6" class="opendot" fill="white" stroke="black"/>
                <g class="text">
                  <text x="160" y="52">Epoch</text>
                  <text x="196" y="52">ID</text>
                  <text x="52" y="68">Attester</text>
                  <text x="184" y="68">Distributor</text>
                  <text x="316" y="68">Verifier</text>
                  <text x="424" y="68">Relying</text>
                  <text x="480" y="68">Party</text>
                  <text x="60" y="116">time(VG_a)</text>
                  <text x="48" y="132">|</text>
                  <text x="48" y="148">~</text>
                  <text x="320" y="148">~</text>
                  <text x="448" y="148">~</text>
                  <text x="48" y="164">|</text>
                  <text x="320" y="164">|</text>
                  <text x="448" y="164">|</text>
                  <text x="60" y="180">time(IR_a)</text>
                  <text x="160" y="180">I</text>
                  <text x="208" y="180">I</text>
                  <text x="316" y="180">time(IR_v)</text>
                  <text x="444" y="180">time(IR_r)</text>
                  <text x="48" y="196">|</text>
                  <text x="60" y="212">time(EG_a)</text>
                  <text x="108" y="244">Evidence</text>
                  <text x="176" y="260">{I,time(EG_a)-time(VG_a)}</text>
                  <text x="316" y="292">time(RG_v)</text>
                  <text x="120" y="324">Attestation</text>
                  <text x="196" y="324">Result</text>
                  <text x="176" y="340">{I,time(RX_v)-time(RG_v)}</text>
                  <text x="64" y="372">time(IR'_a)</text>
                  <text x="168" y="372">I'-</text>
                  <text x="212" y="372">I'</text>
                  <text x="320" y="372">time(IR'_v)</text>
                  <text x="448" y="372">time(IR'_r)</text>
                  <text x="320" y="388">|</text>
                  <text x="448" y="388">|</text>
                  <text x="124" y="404">[Attestation</text>
                  <text x="204" y="404">Result</text>
                  <text x="444" y="404">time(RA_r)</text>
                  <text x="192" y="420">{I,time(RX_v)-time(RG_v)},I']</text>
                  <text x="48" y="452">~</text>
                  <text x="320" y="452">~</text>
                  <text x="448" y="452">~</text>
                  <text x="448" y="468">|</text>
                  <text x="444" y="484">time(OP_r)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
                  .-------------.
   .----------.   | Epoch ID    |   .----------.  .---------------.
   | Attester |   | Distributor |   | Verifier |  | Relying Party |
   '----+-----'   '------+------'   '-----+----'  '-------+-------'
        |                |                |               |
     time(VG_a)          |                |               |
        |                |                |               |
        ~                |                ~               ~
        |                |                |               |
     time(IR_a) <-----I--o--I------> time(IR_v) ---> time(IR_r)
        |                |                |               |
     time(EG_a)          |                |               |
        |                |                |               |
        +---Evidence--------------------->|               |
        |   {I,time(EG_a)-time(VG_a)}     |               |
        |                |                |               |
        |                |           time(RG_v)           |
        |                |                |               |
        |<--Attestation Result------------+               |
        |   {I,time(RX_v)-time(RG_v)}     |               |
        |                |                |               |
     time(IR'_a) <----I'-o--I' ----> time(IR'_v) --> time(IR'_r)
        |                                 |               |
        +---[Attestation Result--------------------> time(RA_r)
        |   {I,time(RX_v)-time(RG_v)},I'] |               |
        |                                 |               |
        ~                                 ~               ~
        |                                 |               |
        |                                 |          time(OP_r)
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="example-4-timestamp-based-background-check-model-example">
        <name>Example 4: Timestamp-based Background-Check Model Example</name>
        <t>The following example illustrates a hypothetical Background-Check Model
solution that uses timestamps and requires roughly synchronized
clocks between the Attester, Verifier, and Relying Party.
The Attester conveys Evidence to the Relying Party, which treats it as opaque and simply forwards it on to the Verifier.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="368" width="568" viewBox="0 0 568 368" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 72,64 L 72,80" fill="none" stroke="black"/>
              <path d="M 72,104 L 72,112" fill="none" stroke="black"/>
              <path d="M 72,168 L 72,304" fill="none" stroke="black"/>
              <path d="M 72,336 L 72,352" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
              <path d="M 176,32 L 176,64" fill="none" stroke="black"/>
              <path d="M 240,64 L 240,112" fill="none" stroke="black"/>
              <path d="M 240,144 L 240,208" fill="none" stroke="black"/>
              <path d="M 240,240 L 240,272" fill="none" stroke="black"/>
              <path d="M 304,32 L 304,64" fill="none" stroke="black"/>
              <path d="M 472,32 L 472,64" fill="none" stroke="black"/>
              <path d="M 512,64 L 512,112" fill="none" stroke="black"/>
              <path d="M 512,144 L 512,240" fill="none" stroke="black"/>
              <path d="M 512,272 L 512,304" fill="none" stroke="black"/>
              <path d="M 512,336 L 512,352" fill="none" stroke="black"/>
              <path d="M 560,32 L 560,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 176,32 L 304,32" fill="none" stroke="black"/>
              <path d="M 472,32 L 560,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 176,64 L 304,64" fill="none" stroke="black"/>
              <path d="M 472,64 L 560,64" fill="none" stroke="black"/>
              <path d="M 72,192 L 104,192" fill="none" stroke="black"/>
              <path d="M 176,192 L 232,192" fill="none" stroke="black"/>
              <path d="M 288,224 L 304,224" fill="none" stroke="black"/>
              <path d="M 472,224 L 504,224" fill="none" stroke="black"/>
              <path d="M 288,288 L 312,288" fill="none" stroke="black"/>
              <path d="M 464,288 L 512,288" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="512,224 500,218.4 500,229.6 " fill="black" transform="rotate(0,504,224)"/>
              <polygon class="arrowhead" points="296,288 284,282.4 284,293.6 " fill="black" transform="rotate(180,288,288)"/>
              <polygon class="arrowhead" points="240,192 228,186.4 228,197.6 " fill="black" transform="rotate(0,232,192)"/>
              <g class="text">
                <text x="52" y="52">Attester</text>
                <text x="216" y="52">Relying</text>
                <text x="272" y="52">Party</text>
                <text x="516" y="52">Verifier</text>
                <text x="60" y="100">time(VG_a)</text>
                <text x="72" y="132">~</text>
                <text x="240" y="132">~</text>
                <text x="512" y="132">~</text>
                <text x="72" y="148">|</text>
                <text x="60" y="164">time(EG_a)</text>
                <text x="140" y="196">Evidence</text>
                <text x="148" y="212">{time(EG_a)}</text>
                <text x="236" y="228">time(ER_r)</text>
                <text x="388" y="228">Evidence{time(EG_a)}</text>
                <text x="508" y="260">time(RG_v)</text>
                <text x="236" y="292">time(RA_r)</text>
                <text x="360" y="292">Attestation</text>
                <text x="436" y="292">Result</text>
                <text x="240" y="308">|</text>
                <text x="380" y="308">{time(RX_v)}</text>
                <text x="72" y="324">~</text>
                <text x="240" y="324">~</text>
                <text x="512" y="324">~</text>
                <text x="240" y="340">|</text>
                <text x="252" y="356">time(OP_r)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
.----------.         .---------------.                    .----------.
| Attester |         | Relying Party |                    | Verifier |
'-------+--'         '-------+-------'                    '----+-----'
        |                    |                                 |
  time(VG_a)                 |                                 |
        |                    |                                 |
        ~                    ~                                 ~
        |                    |                                 |
  time(EG_a)                 |                                 |
        |                    |                                 |
        +----Evidence------->|                                 |
        |   {time(EG_a)}     |                                 |
        |               time(ER_r) ---Evidence{time(EG_a)}---->|
        |                    |                                 |
        |                    |                            time(RG_v)
        |                    |                                 |
        |               time(RA_r) <---Attestation Result------+
        |                    |           {time(RX_v)}          |
        ~                    ~                                 ~
        |                    |                                 |
        |                 time(OP_r)                           |
]]></artwork>
        </artset>
        <t>The time considerations in this example are equivalent to those
discussed under Example 1 above.</t>
      </section>
      <section anchor="example-5-nonce-based-background-check-model-example">
        <name>Example 5: Nonce-based Background-Check Model Example</name>
        <t>The following example illustrates a hypothetical Background-Check Model
solution that uses nonces and thus does not require that any clocks
are synchronized.
In this example solution, a nonce is generated by a Verifier at the request of a Relying Party, when the Relying Party needs to send one to an Attester.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="432" width="536" viewBox="0 0 536 432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
              <path d="M 48,144 L 48,208" fill="none" stroke="black"/>
              <path d="M 48,240 L 48,368" fill="none" stroke="black"/>
              <path d="M 48,400 L 48,416" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
              <path d="M 176,32 L 176,64" fill="none" stroke="black"/>
              <path d="M 240,64 L 240,112" fill="none" stroke="black"/>
              <path d="M 240,144 L 240,176" fill="none" stroke="black"/>
              <path d="M 240,208 L 240,272" fill="none" stroke="black"/>
              <path d="M 240,304 L 240,336" fill="none" stroke="black"/>
              <path d="M 304,32 L 304,64" fill="none" stroke="black"/>
              <path d="M 440,32 L 440,64" fill="none" stroke="black"/>
              <path d="M 480,64 L 480,112" fill="none" stroke="black"/>
              <path d="M 480,176 L 480,304" fill="none" stroke="black"/>
              <path d="M 480,336 L 480,368" fill="none" stroke="black"/>
              <path d="M 480,400 L 480,416" fill="none" stroke="black"/>
              <path d="M 528,32 L 528,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 176,32 L 304,32" fill="none" stroke="black"/>
              <path d="M 440,32 L 528,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 176,64 L 304,64" fill="none" stroke="black"/>
              <path d="M 440,64 L 528,64" fill="none" stroke="black"/>
              <path d="M 248,160 L 304,160" fill="none" stroke="black"/>
              <path d="M 352,160 L 432,160" fill="none" stroke="black"/>
              <path d="M 56,192 L 80,192" fill="none" stroke="black"/>
              <path d="M 128,192 L 208,192" fill="none" stroke="black"/>
              <path d="M 48,256 L 80,256" fill="none" stroke="black"/>
              <path d="M 208,256 L 232,256" fill="none" stroke="black"/>
              <path d="M 304,288 L 320,288" fill="none" stroke="black"/>
              <path d="M 448,288 L 472,288" fill="none" stroke="black"/>
              <path d="M 288,352 L 312,352" fill="none" stroke="black"/>
              <path d="M 464,352 L 480,352" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="480,288 468,282.4 468,293.6 " fill="black" transform="rotate(0,472,288)"/>
              <polygon class="arrowhead" points="296,352 284,346.4 284,357.6 " fill="black" transform="rotate(180,288,352)"/>
              <polygon class="arrowhead" points="256,160 244,154.4 244,165.6 " fill="black" transform="rotate(180,248,160)"/>
              <polygon class="arrowhead" points="240,256 228,250.4 228,261.6 " fill="black" transform="rotate(0,232,256)"/>
              <polygon class="arrowhead" points="64,192 52,186.4 52,197.6 " fill="black" transform="rotate(180,56,192)"/>
              <g class="text">
                <text x="52" y="52">Attester</text>
                <text x="216" y="52">Relying</text>
                <text x="272" y="52">Party</text>
                <text x="484" y="52">Verifier</text>
                <text x="60" y="100">time(VG_a)</text>
                <text x="48" y="116">|</text>
                <text x="48" y="132">~</text>
                <text x="240" y="132">~</text>
                <text x="480" y="132">~</text>
                <text x="480" y="148">|</text>
                <text x="328" y="164">Nonce</text>
                <text x="476" y="164">time(NS_v)</text>
                <text x="104" y="196">Nonce</text>
                <text x="252" y="196">time(NR_r)</text>
                <text x="60" y="228">time(EG_a)</text>
                <text x="144" y="260">Evidence{Nonce}</text>
                <text x="252" y="292">time(ER_r)</text>
                <text x="384" y="292">Evidence{Nonce}</text>
                <text x="492" y="324">time(RG_v)</text>
                <text x="240" y="356">ime(RA_r)</text>
                <text x="360" y="356">Attestation</text>
                <text x="436" y="356">Result</text>
                <text x="240" y="372">|</text>
                <text x="368" y="372">{time(RX_v)-time(RG_v)}</text>
                <text x="48" y="388">~</text>
                <text x="240" y="388">~</text>
                <text x="480" y="388">~</text>
                <text x="240" y="404">|</text>
                <text x="252" y="420">time(OP_r)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
.----------.         .---------------.                .----------.
| Attester |         | Relying Party |                | Verifier |
'----+-----'         '-------+-------'                '----+-----'
     |                       |                             |
  time(VG_a)                 |                             |
     |                       |                             |
     ~                       ~                             ~
     |                       |                             |
     |                       |<-------Nonce-----------time(NS_v)
     |                       |                             |
     |<---Nonce-----------time(NR_r)                       |
     |                       |                             |
  time(EG_a)                 |                             |
     |                       |                             |
     +----Evidence{Nonce}--->|                             |
     |                       |                             |
     |                    time(ER_r) ---Evidence{Nonce}--->|
     |                       |                             |
     |                       |                          time(RG_v)
     |                       |                             |
     |                   ime(RA_r) <---Attestation Result--+
     |                       |    {time(RX_v)-time(RG_v)}  |
     ~                       ~                             ~
     |                       |                             |
     |                    time(OP_r)                       |
]]></artwork>
        </artset>
        <t>The Verifier can check whether the Evidence is fresh, and whether a Claim
value is recent, the same as in Example 2 above.</t>
        <t>However, unlike in Example 2, the Relying Party can use the Nonce to
determine whether the Attestation Result is fresh, by verifying that
<tt>time(OP_r)-time(NR_r) &lt; Threshold</tt>.</t>
        <t>The Relying Party must still be careful, however, to not allow continued
use beyond the period for which it deems the Attestation Result to remain
valid.  Thus, if the Attestation Result sends a validity lifetime
in terms of <tt>time(RX_v)-time(RG_v)</tt>, then the Relying Party can check
<tt>time(OP_r)-time(ER_r) &lt; time(RX_v)-time(RG_v)</tt>.</t>
      </section>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="M." surname="Wiseman" fullname="Monty Wiseman">
        <organization/>
        <address>
          <email>montywiseman32@gmail.com</email>
        </address>
      </contact>
      <contact initials="L." surname="Xia" fullname="Liang Xia">
        <organization/>
        <address>
          <email>frank.xialiang@huawei.com</email>
        </address>
      </contact>
      <contact initials="L." surname="Lundblade" fullname="Laurence Lundblade">
        <organization/>
        <address>
          <email>lgl@island-resort.com</email>
        </address>
      </contact>
      <contact initials="E." surname="Lear" fullname="Eliot Lear">
        <organization/>
        <address>
          <email>elear@cisco.com</email>
        </address>
      </contact>
      <contact initials="J." surname="Fitzgerald-McKay" fullname="Jessica Fitzgerald-McKay">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="S. C." surname="Helbe" fullname="Sarah C. Helbe">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="A." surname="Guinn" fullname="Andrew Guinn">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="P." surname="Loscocco" fullname="Peter Loscocco">
        <organization/>
        <address>
          <email>pete.loscocco@gmail.com</email>
        </address>
      </contact>
      <contact initials="E." surname="Voit" fullname="Eric Voit">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="T." surname="Fossati" fullname="Thomas Fossati">
        <organization/>
        <address>
          <email>thomas.fossati@arm.com</email>
        </address>
      </contact>
      <contact initials="P." surname="Rowe" fullname="Paul Rowe">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="C." surname="Bormann" fullname="Carsten Bormann">
        <organization/>
        <address>
          <email>cabo@tzi.org</email>
        </address>
      </contact>
      <contact initials="G." surname="Mandyam" fullname="Giri Mandyam">
        <organization/>
        <address>
          <email>mandyam@qti.qualcomm.com</email>
        </address>
      </contact>
      <contact initials="K." surname="Moriarty" fullname="Kathleen Moriarty">
        <organization/>
        <address>
          <email>kathleen.moriarty.ietf@gmail.com</email>
        </address>
      </contact>
      <contact initials="G." surname="Fedorkow" fullname="Guy Fedorkow">
        <organization/>
        <address>
          <email>gfedorkow@juniper.net</email>
        </address>
      </contact>
      <contact initials="S." surname="Frost" fullname="Simon Frost">
        <organization/>
        <address>
          <email>Simon.Frost@arm.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIALxj/GIAA+y965LbVpYu+B9PgUlFHGWWSVqSy3VR9Ol2KiXZWWVZCklV
rjMT0zaSBEmUQIANgJmmU+pn6aeYB+h5sbPue20AZEpV7qkzESerQs4kgX1d
e+11/dZ0Ok26oivzx+nrfFN3eXredXnbZV1RV+mrpp7ni12Tt+l5M18XXT7v
4K8ku7pq8mt45fztG/om/W/p27zZtMminlfZBlpbNNmymxZ5t5w2WddOM/f+
9NHD5GYlr39fN++KapV+3dS7bQI9V4sfsrKuoI2u2eVJsW3ot7Z79ODB7x88
SrImzx6nb/L5rim6ffLu5nF6WXV5U+Xd9Cn2msyz7nFaVMs62RaPkzTt6vnj
dJ+38GtbN12TL1v7e78JfybZrlvXzeNkCm/DZ9/M0idF825dlz/Dozyvb/Lq
nf+0bmAiz5tsV63rZd6kby7fwqe6QIMv8k1WlI/TNbQyu5JWvmqLbra0J2eL
HAcGw8xhGq/XOYyla7K2zdPffgnfzOsFjOP+b3796Pdf3se/YRUep08zWP4u
W3T0xK7qGvjwa9iTrNrrfJ7O0rfrrMwbm83T7DoPn9FcXhTzpm7rZRdGu+jo
ia82+tVsXm/cGE9ObFj8K42Ifm3yFRCSPSLj+tObcx3Ti1n6upivs2bR1pWN
6wV+lJfxVzS8N0AfeQmzSt/AQG6AGIiC2jDazbz5DOnuq1Yfnc2zv2e0F1mV
LTId8Hez9M2m6NY21u/yhX1CQ0RqLNOLutnWDZ0jRxD0XRhrlS9mLb77VYFf
fPy6ji3l97P0VRbW8Pu8kL9pVN/sshv45G0+X1d1Wa+K3K3ZTVGWRbaZbbMK
HvpqTc/SaJJ5DR0VV7sOD0aaTnWH4ON9+n3RQgvYR1h+/OKGP//i0Vcr/FTm
pe9+W2Rw4P9SZP49OABwJn4qshK/9UNwL2bAPap5nn67qxZXZUYnxVooV+VX
RVvCrk+BY8FB7739rCzqLv02zxr/Vl7CB1/Ni3Ze957/Q962xTxLnxfdz6u8
ycrF9MX8j9nePfIma7J1ejEDtlBe5e6L82rR5Dfp17uiqtzHr3JgVOm3NXQ2
n9d+GFv4ZlbKF6Or9qwp5umf66Jzn71d15usTZ/XbQuU5tvr6JvZkr/5CrhD
r7lX2Q7OV33jR32RNW2XV+mTGvlGtK3z7Kr+qvu5mAExuTe+LpoifQFLvs82
ERXwR1/9W1fM/m2XldB3fwB/zLp1mUNvL+qmyJpu799/J1/ONvLljI702Lp8
vdunz/MFMIH6xjexWsqHX/11VxVbYKxwQ/i9K4BUgUPXbedfo49n9LGtWlLh
gnTFdY5H4PXzi99++fD38uvvvvj9o8dJgtdN/Myvf/9rfebLRw/C448e4a8v
X1386fwxday3Tko/dFhP4GvYVaByYiAn9J3c0/Tdn6piWQDj8ddy+mabz+Hj
Ob0zgR1uuvRRuCphoYEfTuCiB5KH2+Th7MEX3DL0Ag0/evDwy+nDh9NHX3J3
WbNCLrTuum37+PPP6+18aSNCMvh8kV/nZQ0rO+3qumw/b33/7XTHY4yu/s+3
MKjpo2krY5pucEyfU4dt3gBTwoXUtcCZPnwAP9NHCXz09uLr6dPLi2eHl+0t
ygmwLBf1ZrvrTKyI1w+bSC/ypuOx5ijmLIsyb09G591xm3NtcoUt0vxvtlPk
jnnVfb7blnW2aD/Htqeu7am2PW0ePPzhC6DE/NGDRw+mD2fbxRK6u5w+NTmA
BaVutwDxxn4dfWY3nwO/x3/la5KzujzfRosNXEA/8s9RE4sMeoF/eFnxkcfR
IulKviqzDikbiWdXAuctrpqs2cMpIvJ6+DgiwZO/cWdkyU/+pjWH8f/w9tWL
Rz80D7df/v4HHNfDH/yoftjurnC9e8T+eyT2B7+DD7/Pr85hzN/FSwCfpvgx
9CU0jXw9PX91mcKKpNl8jhcEzOTV7qoE3vzHfJ9eNPkCn8/K9uBafP/FxSih
3dzczG6+oFm+ff35TX6F71bTh3g6Lt6ev4pHd1EW0BHItn6MMCwgOJB36/Jg
988vn75Mz/G+h5t0dCDLYlFn8gANBw92Sx9Prx/NHkyLxRTW73cPHj36LX86
p8EAG5hmfjDTrQxm8Nps3W3KRGSdagWDXC531ZwWOZrmG/k+rZfpc3niANHM
22Y+q4q2m63q689XJV59zf5zuHE3n2s3P9TLH5ZRM2PE+t3lmwv89uLiYvoU
jtBT4erjT1/UFSwC77qjb/gYhZBit4nZz4HHsZ8UOxrnQnP3lh2LWVF/foNk
vs2QCz94NIXTCtqbZ5bTN5dPnh65aT6KZb7ZbzZ5hwLIJY0BLpMncIUsYNTX
xTxWGvFsYMe/1NHGtn6AAVw+5V5+uH74Q/Ng+/tf47EGoXr0ZD/47fTRr+FD
2Mm309/BBfLlb6fbh2OrQKLzM9D0suZd3siHKjBmRZXH39CiYavR+rzOUcDJ
5XKkJUBuAIJRtso38L+qeywMEzjn13mF4uSBBaquS5hYGygZf8FPPqf7PSuZ
3fAl+zkOZfbm1YznuO0eNl/2F+RFtk/x0kmSZDqdgiqC6uQciOSyAgWkuwEh
KdWDmuY/gcZVrUDjL7q0aOHYoUC4a/MliIs4L9DMU5gonscswVnDNc+DQV70
rqpv0pt1DkygARk0T2v6DV+AxooqBcUNVR3QzKAJINqMSA5pJ58lb9fw0KKe
73DBcEzXQPItvuOuNTg19XXeXBcgX8MgsBMiyQLHXF3X5XW+SEBj7UAIfZen
7W6+TpFu2nQLHKG4gkusWwPRrdb07hZtHC1ONF3RvuCAJqj2XOd7/BW6X6T5
dVbueKz5tZxDuAXnQCGbdpbivZABdW62tGgb0ExgNRKZAV8XKYk6KY0Mnqny
XYdz6WpQYhc6DHzQ3VztJMExyrHAMXKPPCjdtHbGO7spFosyT5J7qGY2cF8T
m0tgWfP033awBLhJ0MYa9gi3sd3DSdyAaF/xvtHQsoq3zH15ladyatM1aBsk
BcL4b2gnYZAdjaYBsfIarwza5hTIqlwgKTThbTv0qHXhHsPewtcgNoMwCJ/C
iwfWAWb4hgbU8ijXaLi4Qu0hI6YAjeMYgC5YLgZSvJKBrOp6wQSWnOJGtPUm
T3E7c1yLE/z65IzmWWxww3IiL7j/dAmAbHAMs+QCaaJp83I/ke9kNPAyrBr2
eNdokjAaXdoV8PwKVg+2C9+bMzU2sBLFNUiOcBQnwCTewTP1DkkgaZH45/kE
H6K9Qm07XZbZagUN4BQbuBCKBtbsOfyR/5RttsCl4FL4VXqeXoGaDf/M303x
UMoUN8Vq3cFrSzjoOFqgzKoFHpHeFHD1xiSBnMWIGGaNpFONL/hM+lznWdmt
57jXxzrcAMsBwpgD7QJPcW9hlw2w2GbR4sOZtvLxwwBWd9y+eYrGyLMJnYtt
DpM9xYN3wk/nzckZHmbcohY6AGnnOkNGYlofNAYKMuxP0QF9LIHJPyM2Aadh
ioPKK3w+yWAaNArXBahje5IiUc0FSoSnF8DngW0YH62RA7TwUUNTTnRUMEs6
WnDWuvWeG4Udh+WYJWRcxRVfZvOiLHAdFunVnpjpYlHgkIH7XMMXZYpKGdA0
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

-->

</rfc>
