<?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-17" 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-17"/>
    <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="June" day="01"/>
    <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><xref target="RFC4949"/> has defined a number of terms that are also used in this document.
Some of the terms are close to, but not exactly the same.
Where the terms are similar, they are noted below with references.
As explained in <xref target="RFC4949"/>, Section 2.6 when this document says "Compare:", the terminology used in this document differs significantly from the definition in the reference.</t>
      <t>This document uses the following terms.</t>
      <section anchor="roles">
        <name>Roles</name>
        <dl>
          <dt>Attester:</dt>
          <dd>
            <t>A role performed by an entity (typically a device) whose Evidence must be appraised in order to infer the extent to which the Attester is considered trustworthy, such as when deciding whether it is authorized to perform some operation.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Evidence</t>
          </dd>
          <dt>Relying Party:</dt>
          <dd>
            <t>A role performed by an entity that depends on the validity of information about an Attester, for purposes of reliably applying application specific actions.  Compare: /relying party/ in <xref target="RFC4949"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumes: Attestation Results, Appraisal Policy for Attestation Results</t>
          </dd>
          <dt>Verifier:</dt>
          <dd>
            <t>A role performed by an entity that appraises the validity of Evidence about an Attester
 and produces Attestation Results to be used by a Relying Party.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumes: Evidence, Reference Values, Endorsements, Appraisal Policy for Evidence</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Attestation Results</t>
          </dd>
          <dt>Relying Party Owner:</dt>
          <dd>
            <t>A role performed by an entity (typically an administrator), that is authorized to configure Appraisal Policy for Attestation Results in a Relying Party.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Appraisal Policy for Attestation Results</t>
          </dd>
          <dt>Verifier Owner:</dt>
          <dd>
            <t>A role performed by an entity (typically an administrator), that is authorized to configure Appraisal Policy for Evidence in a Verifier.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Appraisal Policy for Evidence</t>
          </dd>
          <dt>Endorser:</dt>
          <dd>
            <t>A role performed by an entity (typically a manufacturer) whose Endorsements may help Verifiers appraise the authenticity of Evidence and infer further capabilities of the Attester.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Endorsements</t>
          </dd>
          <dt>Reference Value Provider:</dt>
          <dd>
            <t>A role performed by an entity (typically a manufacturer) whose Reference Values help Verifiers appraise Evidence to determine if acceptable known Claims have been recorded by the Attester.</t>
          </dd>
          <dt/>
          <dd>
            <t>Produces: Reference Values</t>
          </dd>
        </dl>
      </section>
      <section anchor="artifacts">
        <name>Artifacts</name>
        <dl>
          <dt>Claim:</dt>
          <dd>
            <t>A piece of asserted information, often in the form of a name/value pair. Claims make up the usual structure of Evidence and other RATS artifacts.
Compare: /claim/ in <xref target="RFC7519"/>.</t>
          </dd>
          <dt>Endorsement:</dt>
          <dd>
            <t>A secure statement that an Endorser vouches for the integrity of an Attester's various capabilities such as Claims collection and Evidence signing.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Endorser</t>
          </dd>
          <dt>Evidence:</dt>
          <dd>
            <t>A set of Claims generated by an Attester to be appraised by a Verifier.
Evidence may include configuration data, measurements, telemetry, or inferences.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Attester</t>
          </dd>
          <dt>Attestation Result:</dt>
          <dd>
            <t>The output generated by a Verifier, typically including information about an Attester, where the Verifier vouches for the validity of the results.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Relying Party</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Verifier</t>
          </dd>
          <dt>Appraisal Policy for Evidence:</dt>
          <dd>
            <t>A set of rules that informs how a Verifier evaluates the validity of information about an Attester. Compare: /security policy/ in <xref target="RFC4949"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Verifier Owner</t>
          </dd>
          <dt>Appraisal Policy for Attestation Results:</dt>
          <dd>
            <t>A set of rules that direct how a Relying Party uses the Attestation Results regarding an Attester generated by the Verifiers. Compare: /security policy/ in <xref target="RFC4949"/>.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed by: Relying Party</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced by: Relying Party Owner</t>
          </dd>
          <dt>Reference Values:</dt>
          <dd>
            <t>A set of values against which values of Claims can be compared as part of
applying an Appraisal Policy for Evidence.  Reference Values are sometimes
referred to in other documents as known-good values, golden measurements,
or nominal values, although those terms typically assume comparison for
equality, whereas here Reference Values might be more general and be used
in any sort of comparison.</t>
          </dd>
          <dt/>
          <dd>
            <t>Consumed By: Verifier</t>
          </dd>
          <dt/>
          <dd>
            <t>Produced By: Reference Value Provider</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="overview">
      <name>Topological Patterns</name>
      <t><xref target="dataflow"/> shows a data-flow diagram for communication between an Attester,
a Verifier, and a Relying Party. The Attester conveys its Evidence to the Verifier
for appraisal, and the Relying Party receives the Attestation Result from the Verifier.
This section refines the data-flow diagram by describing two reference models,
as well as one example composition thereof. The discussion
that follows is for illustrative purposes only and does not constrain the
interactions between RATS roles to the presented patterns.</t>
      <section anchor="passport-model">
        <name>Passport Model</name>
        <t>The passport model is so named because of its resemblance to how nations issue
passports to their citizens. The nature of the Evidence that an individual needs
to provide to its local authority is specific to the country involved. The citizen
retains control of the resulting passport document and presents it to other entities
when it needs to assert a citizenship or identity Claim, such as an airport immigration
desk. The passport is considered sufficient because it vouches for the citizenship and
identity Claims, and it is issued by a trusted authority. Thus, in this immigration
desk analogy, the citizen is the Attester, the passport issuing agency is a Verifier,
the passport application and identifying information (e.g., birth certificate) is the
the Evidence, the passport is an Attestation Result, and the immigration desk is a Relying Party.</t>
        <t>In this model, an Attester conveys Evidence to a Verifier, which compares
the Evidence against its appraisal policy.
The Verifier then gives back an Attestation Result which the Attester treats as opaque data.</t>
        <t>The Attester does not consume the Attestation Result, but might cache it.
The Attester can then present the Attestation Result (and possibly additional Claims)
to a Relying Party, which then compares this information against its own
appraisal policy.
The Attester may also present the same Attestation Result to other Relying Parties.</t>
        <t>Three ways in which the process may fail include:</t>
        <ul spacing="normal">
          <li>First, the Verifier may not issue a positive Attestation Result due to the Evidence not passing the Appraisal Policy for Evidence.</li>
          <li>The second way in which the process may fail is when the Attestation Result is examined by the Relying Party, and based upon the Appraisal Policy for Attestation Results, the result does not pass the policy.</li>
          <li>The third way is when the Verifier is unreachable or unavailable.</li>
        </ul>
        <t>As with any other information needed by the Relying Party to make an authorization decision,
an Attestation Result can be carried in a resource access protocol between the Attester and Relying Party.
In this model the details of the resource access protocol
constrain the serialization format of the Attestation Result. The
format of the Evidence on the other hand is only constrained by the
Attester-Verifier remote attestation protocol.
This implies that interoperability and standardization is more relevant for Attestation Results than it is for Evidence.</t>
        <figure anchor="passport">
          <name>Passport Model</name>
          <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 Attester does not consume the Attestation Result, but might cache it.</t>
        <t>The Relying Party can check whether the Attestation Result is fresh
when appraising it at time(RA_r) by checking <tt>time(RA_r) - time(RG_v) &lt; Threshold</tt>,
where the Relying Party's threshold is large enough to account for the
maximum permitted clock skew between the Relying Party and the Verifier.
The result might then be used for some time (e.g., throughout the lifetime
of a connection established at time(RA_r)).  The Relying Party must be
careful, however, to not allow continued use beyond the period for which
it deems the Attestation Result to remain fresh enough.  Thus,
it might allow use (at time(OP_r)) as long as <tt>time(OP_r) - time(RG_v) &lt; Threshold</tt>.
However, if the Attestation Result contains an expiry time time(RX_v) then
it could explicitly check <tt>time(OP_r) &lt; time(RX_v)</tt>.</t>
      </section>
      <section anchor="example-2-nonce-based-passport-model-example">
        <name>Example 2: Nonce-based Passport Model Example</name>
        <t>The following example illustrates a hypothetical Passport Model
solution that uses nonces instead of timestamps.  Compared to the
timestamp-based example, it requires an extra round trip
to retrieve a nonce, and requires that the Verifier and Relying Party
track state to remember the nonce for some period of time.</t>
        <t>The advantage is that it does not require that any clocks
are synchronized.
As a result, the receiver of a conceptual message containing a
timestamp cannot directly compare it to its own clock or timestamps.
Thus we use a suffix ("a" for Attester, "v" for Verifier, and "r" for Relying Party) on the IDs below indicating which clock generated them, since times from different clocks cannot be compared.
Only the delta between two events from the sender can be used by the receiver.</t>
        <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.
The Attester conveys Evidence to the Relying Party, which treats it as opaque and simply forwards it on to the Verifier.</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:
H4sIAHB0l2IAA+y9+3bc5pUv+D+eAkOtdSQmVaWL41y00mlTlGSzY1lakhKn
Z9ZpG6xCsRChgGoARbosqZ+ln+I8QM+Lzb5/+8OFpGyfyTmzhsmSySrgu3/7
vn97Pp8nXdGV+eP0db6tuzw96bq87bKuqKv0VVMv89W+ydv0pFluii5fdvBX
kp2fN/klvHLy9g19k/639G3ebNtkVS+rbAutrZps3c2LvFvPm6xr55l7f/7w
d8nVhbz+bd28K6qL9Mum3u8S6LlafZeVdQVtdM0+T4pdQ7+13aMHD/7w4FGS
NXn2OH2TL/dN0R2Sd1eP07Oqy5sq7+ZPsddkmXWP06Ja18mueJykaVcvH6eH
vIVf27rpmnzd2t+Hbfgzyfbdpm4eJ3N4Gz77apE+KZp3m7r8ER7leX2VV+/8
p3UDE3neZPtqU6/zJn1z9hY+1QUafJFvs6J8nG6glcW5tPJFW3SLtT25WOU4
MBhmDtN4vclhLF2TtW2e/u5z+GZZr2Acd3/7m0d/+Pwu/g2r8Dh9msHyd9mq
oyf2VdfAh1/CnmTVQefzdJG+3WRl3thsnmaXefiM5vKiWDZ1W6+7MNpVR098
sdWvFst668Z4dGTD4l9pRPRrk1/AQbJHZFx/eXOiY3qxSF8Xy03WrNq6snG9
wI/yMv6KhvcGzkdewqzSNzCQKzgMdILaMNrtsvk1nrsvWn10scx+zmhPsypb
ZTrgbxbpm23RbWys3+Qr+4SGiKexTE/rZlc3dI/cgaDvwlirfLVo8d0vCvzi
9us6tpTfLtJXWVjDb/NC/qZRfbXPruCTt/lyU9VlfVHkbs2uirIssu1il1Xw
0BcbepZGkyxr6Kg433d4MdJ0rjsEHx/Sb4sWWsA+wvLjF1f8+WePvrjAT2Ve
+u7XRQYX/m9F5t+DCwB34ociK/FbPwT3YgbUo1rm6df7anVeZnRTrIXyovyi
aEvY9TlQLLjovbeflUXdpV/nWePfykv44Itl0S7r3vP/krdtsczS50X340Xe
ZOVq/mL55+zgHnmTNdkmPV0AWSjPc/fFSbVq8qv0y31RVe7jVzkQqvTrGjpb
Lms/jB18syjli9FVe9YUy/SvddG5z95u6m3Wps/rtoWT5tvr6JvFmr/5AqhD
r7lX2R7uV33lR32aNW2XV+mTGulGtK3L7Lz+ovuxWMBhcm98WTRF+gKW/JBt
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
1dUaElv9V2/fvrr3Bsj56csT+iV5/fLrs2dsivr9Z48egeaT/P7Bo8XDH2bp
y1en6V9O4Dv45S8nqBNRBfmZaGyc12EhsCjSo/ijDmKJuNYRtIZoS4rZNkeH
RtFu2U+gRTbMe9dHoxgJJouNgUr7qSzl1jB2A4TNv3z7tvXlKWEN7JPff/aH
Rxx3s0r/tvj8wR+ikMAFWnRA3l0XnZAXnojh44Y5SiHuwaXSpL0E/b7QBEFh
jTmRxepmG8hOWpRTJPFWHF4JJdLFuUKm1qxyOEpi/wgV9cwdaFH8FBHYWj0o
9gJvDEFSoIICXqHbNBPCRcSgyGJm9IYOPPCqZJSEiLE07QZjfQr1RFIXFkg6
sn7eQzSLvonSMLEp4DBIsLjAHBCv+aZeDjfVzcri/xTV4+PHYymmKSiZVwmO
20NXvEX0InuxD+zRle18edVhVk+SPAuhyWtzWwe0Y5IIBCDChcMriDTpgdkW
K3eRgz9rWnV7ad2UYWXkWRpHUMCaans9GGvXE4vTEaw1FiMAOTXxVnwpNMQx
+1vSO/EiqQ8qw3vGvg78zT6uEt4CW3YmJrPx2ecVTbCv+VVqXqEpC4i2lV+W
WymwkJMqKAdkwAkjb1prcdSE2gHH4ciTHjKOHKlbiDVtTjTRepljd12hz2Nb
eMXTgs5Mr0ng7jprI44D8UwLxNjTh42Q3TvFlaXlpbUUcsxF9NyKUQJL3LlQ
FREgZOGisjvJcJVukili7HucxJgpdwS3BgMWbZoh2Kw/4VnqAg4Ook8mFlcK
41b/8YDdYVbimeTohp2+2sQm8yTGzbNwmpJ9WSGEIQ5u5aW2GhxFlSAp5kGr
ZqfF2yaq3th+hTa8pZLbQsDax7ROudanxerL6I2Zg7R+Uf3T0ZLcUCBGoPSR
vvjL12/Pnv317Omzb06fDQC5Pdq1/Izt1yIWyzATBq/3yA9/3HueX0qcyDY/
6cl6C37dv4jCX2yi+ysCgd6Nm73re790Up3+fD8ylrtjM/qX4dAnPh6d0RM3
oz/FFYamZ/TttTOaQBe/7YyYuA5akY9vntFpb+iulekZ/e1/5ozSt69ejLXC
H988o6c/ZUb/eu2M7o5/fNsZsdKKP//mF0U+vnlGz3r36O5wVMMZ/Z833aOx
n/EZiYYTUaT0TvTnd8gnVOl5oSQ++GT6BSkKdUcGB44otQwr+1wjpdP3dyxq
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

-->

</rfc>
