<?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-16" 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-16"/>
    <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="May" day="24"/>
    <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>
        <artwork type="WHOLEFLOW" align="center"><![CDATA[
  ************   *************    ************    *****************
  * Endorser *   * Reference *    * Verifier *    * Relying Party *
  ************   * Value     *    *  Owner   *    *  Owner        *
     |           * Provider  *    ************    *****************
     |           *************          |                 |
     |                  |               |                 |
     |Endorsements      |Reference      |Appraisal        |Appraisal
     |                  |Values         |Policy           |Policy for
     |                  |               |for              |Attestation
     .-----------.      |               |Evidence         |Results   
                 |      |               |                 |
                 |      |               |                 |
                 v      v               v                 |
               .---------------------------.              |
        .----->|          Verifier         |------.       |
        |      '---------------------------'      |       |
        |                                         |       |
        |                              Attestation|       |
        |                              Results    |       |
        | Evidence                                |       |
        |                                         |       |
        |                                         v       v
  .----------.                                .---------------.
  | Attester |                                | Relying Party |
  '----------'                                '---------------'
]]></artwork>
      </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 entities 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="two-types-of-environments-of-an-attester">
        <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>
          <artwork type="TWOTYPES" align="center"><![CDATA[
  .--------------------------------.
  |                                |
  |            Verifier            |
  |                                |
  '--------------------------------'
                          ^
                          | 
.-------------------------|----------.
|                         |          |
|   .----------------.    |          |
|   | Target         |    |          |
|   | Environment    |    |          |
|   |                |    | Evidence |
|   '----------------'    |          |
|                   |     |          |
|                   |     |          |
|          Collect  |     |          | 
|           Claims  |     |          |
|                   |     |          |
|                   v     |          |
|                 .-------------.    |
|                 | Attesting   |    |
|                 | Environment |    |
|                 |             |    |
|                 '-------------'    |
|               Attester             |
'------------------------------------'
]]></artwork>
        </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>
          <artwork type="LAYERED" 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>
        </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>
          <sourcecode type="COMPOSITE"><![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                           |
'------------------------------------------------------------------'
]]></sourcecode>
        </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>
      </section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <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>
          <artwork><![CDATA[
       +------------+
       |            | Compare Evidence
       |  Verifier  | against appraisal policy
       |            |
       +------------+
           ^    |
  Evidence |    | Attestation
           |    | Result
           |    v
       +------------+              +-------------+
       |            |------------->|             | Compare Attestation
       |  Attester  | Attestation  |   Relying   | Result against
       |            | Result       |    Party    | appraisal policy
       +------------+              +-------------+
]]></artwork>
        </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>
          <artwork><![CDATA[
                                +-------------+
                                |             | Compare Evidence
                                |   Verifier  | against appraisal
                                |             | policy
                                +-------------+
                                     ^   |
                            Evidence |   | Attestation
                                     |   | Result
                                     |   v
   +------------+               +----|--------+
   |            |-------------->|---/         | Compare Attestation
   |  Attester  |   Evidence    |     Relying | Result against
   |            |               |      Party  | appraisal policy
   +------------+               +-------------+
]]></artwork>
        </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>
          <artwork><![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>
        </figure>
      </section>
    </section>
    <section anchor="roles-and-entities">
      <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>
        <artwork><![CDATA[
   +-------------+               +------------+ Evaluate
   |             |-------------->|            | request
   |  Attester   |  Access some  |   Relying  | against
   |             |    resource   |    Party   | security
   +-------------+               +------------+ policy
]]></artwork>
      </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>
        <artwork type="MULTIEVIDENCE" align="center"><![CDATA[
                Evidence           Attestation Results
.--------------.   CWT                    CWT   .-------------------.
|  Attester-A  |------------.      .----------->|  Relying Party V  |
'--------------'            v      |            `-------------------'
.--------------.   JWT   .------------.   JWT   .-------------------.
|  Attester-B  |-------->|  Verifier  |-------->|  Relying Party W  |
'--------------'         |            |         `-------------------'
.--------------.  X.509  |            |  X.509  .-------------------.
|  Attester-C  |-------->|            |-------->|  Relying Party X  |
'--------------'         |            |         `-------------------'
.--------------.   TPM   |            |   TPM   .-------------------.
|  Attester-D  |-------->|            |-------->|  Relying Party Y  |
'--------------'         '------------'         `-------------------'
.--------------.  other     ^      |     other  .-------------------.
|  Attester-E  |------------'      '----------->|  Relying Party Z  |
'--------------'                                `-------------------'
]]></artwork>
      </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>
      </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>
    </section>
    <section anchor="time-considerations">
      <name>Appendix A: 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>
        <artwork><![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>
        <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 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>
        <artwork><![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>
        <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>
          <artwork><![CDATA[
                  .-------------.
   .----------.   | Epoch ID    |   .----------.  .---------------.
   | Attester |   | Distributor |   | Verifier |  | Relying Party |
   '----------'   '-------------'   '----------'  '---------------'
     time(VG_a)          |                |               |
        |                |                |               |
        ~                ~                ~               ~
        |                |                |               |
     time(IR_a)<------I--+--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'-+--I'-------time(IR'_v)---->time(IR'_r)
        |                |                |               |
        |---[Attestation Result--------------------->time(RA_r)
        |   {I,time(RX_v)-time(RG_v)},I'] |               |
        |                |                |               |
        ~                ~                ~               ~
        |                |                |               |
        |                |                |          time(OP_r)
]]></artwork>
        </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.</t>
        <artwork><![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>
        <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>
        <artwork><![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)
     |                    time(RA_r)<-Attestation Result-|
     |                       |   {time(RX_v)-time(RG_v)} |
     ~                       ~                           ~
     |                       |                           |
     |                    time(OP_r)                     |
]]></artwork>
        <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>
  </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-06.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="12" month="January" 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-06"/>
        </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-17.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="19" month="April" 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-17"/>
        </reference>
        <reference anchor="I-D.ietf-rats-daa" target="https://www.ietf.org/archive/id/draft-ietf-rats-daa-00.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="2" month="December" year="2021"/>
            <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-00"/>
        </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="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:
H4sIAFgAjWIAA+29+3Yb55Uv+H89RQ211hGZANDFcS5a6bQpSrLZsSwtSYnT
M+u0XQQKREVAFbqqQBqm1M/STzEP0PNis+/f/uoCUrbP5JxZh8mSSaDqu3/7
vn97Op0mbdGu8yfpm3xTtXl62rZ502ZtUZXp67qa54tdnTfpaT1fFW0+b+Gv
JLu4qPMreOX03Vv6Jv1v6bu83jTJopqX2QZaW9TZsp0Webuc1lnbTDP3/vTR
b5PrS3n926p+X5SX6Zd1tdsm0HO5+C5bVyW00da7PCm2Nf3WtI8fPvzDw8dJ
VufZk/RtPt/VRbtP3l8/Sc/LNq/LvJ0+w16TedY+SYtyWSXb4kmSpm01f5Lu
8wZ+baq6rfNlY3/vN+HPJNu1q6p+kkzhbfjsq1n6tKjfr6r1j/Aoz+urvHzv
P61qmMiLOtuVq2qZ1+nb83fwqS5Q74t8kxXrJ+kKWpldSCtfNEU7W9qTs0WO
A4Nh5jCNN6scxtLWWdPk6e8+h2/m1QLGcf+3v3n8h8/v49+wCk/SZxksf5st
WnpiV7Y1fPgl7ElW7nU+z2bpu1W2zmubzbPsKg+f0VxeFvO6aqplG0a7aOmJ
Lzb61WxebdwYj45sWPwrjYh+rfNLOEj2iIzrL29PdUwvZ+mbYr7K6kVTlTau
l/hRvo6/ouG9hfORr2FW6VsYyDUcBjpBTRjtZl7/Gs/dF40+OptnP2e0Z1mZ
LTId8Dez9O2maFc21m/yhX1CQ8TTuE7Pqnpb1XSP3IGg78JYy3wxa/DdLwr8
4u7rOrSU387S11lYw2/zQv6mUX21y67hk3f5fFVW6+qyyN2aXRfrdZFtZtus
hIe+WNGzNJpkXkFHxcWuxYuRplPdIfh4n35bNNAC9hGWH7+45s8/e/zFJX4q
89J3vy4yuPB/KzL/HlwAuBM/FNkav/VDcC9mQD3KeZ5+vSsXF+uMboq1sL5c
f1E0a9j1KVAsuOidt5+vi6pNv86z2r+Vr+GDL+ZFM686z/9L3jTFPEtfFO2P
l3mdrRfTl/M/Z3v3yNuszlbp2QzIwvoid1+clos6v06/3BVl6T5+nQOhSr+u
oLP5vPLD2MI3s7V8Mbhqz+tinv61Klr32btVtcma9EXVNHDSfHstfTNb8jdf
AHXoNPc628H9qq79qM+yumnzMn1aId2ItnWeXVRftD8WMzhM7o0vi7pIX8KS
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

-->

</rfc>
