<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.21 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-rats-architecture-15" category="info" tocInclude="true" sortRefs="true" symRefs="true" obsoletes="" updates="" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.5.0 -->
  <front>
    <title abbrev="RATS Arch &amp; Terms">Remote Attestation Procedures Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-rats-architecture-15"/>
    <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="February" day="08"/>
    <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" numbered="true" toc="default">
      <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" numbered="true" toc="default">
      <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" numbered="true" toc="default">
        <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 trustworthy 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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" format="default"/>.
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" numbered="true" toc="default">
        <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" format="default"/> 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" numbered="true" toc="default">
        <name>FIDO Biometric Authentication</name>
        <t>In the Fast IDentity Online (FIDO) protocol <xref target="WebAuthN" format="default"/>, <xref target="CTAP" format="default"/>, 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" numbered="true" toc="default">
      <name>Architectural Overview</name>
      <t><xref target="dataflow" format="default"/> 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" name="" alt=""><![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" format="default"/>. 
Roles are assigned to entities. Entities are often system components <xref target="RFC4949" format="default"/>, 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" format="default"/> for further discussion of the conceptual messages shown in <xref target="dataflow" format="default"/>.
Section <xref target="terminology" format="default"/> provides a more complete definition of all RATS roles.</t>
      <section anchor="two-types-of-environments-of-an-attester" numbered="true" toc="default">
        <name>Two Types of Environments of an Attester</name>
        <t>As shown in <xref target="twotypes-env" format="default"/>, 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" format="default"/>
and <xref target="compositedevice" format="default"/>.  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" name="" alt=""><![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" format="default"/>, 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" numbered="true" toc="default">
        <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" format="default"/>.</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" format="default"/> 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" name="" alt=""><![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" format="default"/>.</t>
      </section>
      <section anchor="compositedevice" numbered="true" toc="default">
        <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" format="default"/> depicts the conceptual data flow for a composite device.</t>
        <figure anchor="composite">
          <name>Composite Device</name>
          <sourcecode type="COMPOSITE">
                   .-----------------------------.
                   |           Verifier          |
                   '-----------------------------'
                                   ^
                                   |
                                   | Evidence of
                                   | Composite Device
                                   |
.----------------------------------|-------------------------------.
| .--------------------------------|-----.      .------------.     |
| |  Collect             .------------.  |      |            |     |
| |  Claims   .---------&gt;|  Attesting |&lt;--------| Attester B |-.   |
| |           |          |Environment |  |      '------------. |   |
| |  .----------------.  |            |&lt;----------| Attester C |-. |
| |  |     Target     |  |            |  |        '------------' | |
| |  | Environment(s) |  |            |&lt;------------| ...        | |
| |  |                |  '------------'  | 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" format="default"/> can also be applied to an inside Verifier.</t>
      </section>
      <section anchor="implementation-considerations" numbered="true" toc="default">
        <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" numbered="true" toc="default">
      <name>Terminology</name>
      <t>This document uses the following terms.</t>
      <section anchor="roles" numbered="true" toc="default">
        <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" format="default"/>.</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" numbered="true" toc="default">
        <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" format="default"/>.</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" format="default"/>.</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" format="default"/>.</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" numbered="true" toc="default">
      <name>Topological Patterns</name>
      <t><xref target="dataflow" format="default"/> 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" numbered="true" toc="default">
        <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.
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.</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 name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <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.  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 name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <name>Combinations</name>
        <t>One variation of the background-check model is where the Relying Party
and the Verifier are on the same machine,&nbsp;performing both functions together.&nbsp;
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.&nbsp;
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&nbsp;to gain access to that data.
As such, both models may simultaneously be in use by the same device.</t>
        <t><xref target="combination" format="default"/> 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" format="default"/>, 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" format="default"/>.</t>
        <figure anchor="combination">
          <name>Example Combination</name>
          <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
      <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" format="default"/> 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" numbered="true" toc="default">
      <name>Trust Model</name>
      <section anchor="relying-party" numbered="true" toc="default">
        <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" format="default"/>, "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" format="default"/> or the symmetric mode described in
<xref target="I-D.tschofenig-rats-psa-token" format="default"/>.</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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" format="default"/> for more discussion.</t>
      </section>
      <section anchor="verifier" numbered="true" toc="default">
        <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" format="default"/>). 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" format="default"/>) 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" format="default"/>, 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" format="default"/> for discussion on security strength.</t>
      </section>
      <section anchor="endorser-reference-value-provider-and-verifier-owner" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/> for more discussion.</t>
      </section>
    </section>
    <section anchor="messages" numbered="true" toc="default">
      <name>Conceptual Messages</name>
      <t><xref target="dataflow" format="default"/> 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" numbered="true" toc="default">
        <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 man-in-the-middle attackers 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" numbered="true" toc="default">
        <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" format="default"/> 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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/>.
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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
      <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 name="" type="" align="left" alt=""><![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" format="default"/>,
802.1x, OPC UA <xref target="OPCUA" format="default"/>, 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" format="default"/>, CWTs <xref target="RFC8392" format="default"/>, 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" format="default"/>), or into a new
TLS Certificate Type (e.g., <xref target="I-D.tschofenig-tls-cwt" format="default"/>).</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" name="" alt=""><![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" numbered="true" toc="default">
      <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" format="default"/>.</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" numbered="true" toc="default">
        <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" format="default"/>) 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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" format="default"/>.</t>
        <t>For a discussion on the security of epoch IDs see <xref target="epochids-sec" format="default"/>.</t>
      </section>
    </section>
    <section anchor="privacy-considerations" numbered="true" toc="default">
      <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" format="default"/>) 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" format="default"/> section 6.2 and <xref target="I-D.ietf-rats-daa" format="default"/> for more discussion.</t>
    </section>
    <section anchor="security-considerations" numbered="true" toc="default">
      <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
          <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" numbered="true" toc="default">
          <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" format="default"/>).</t>
          <section anchor="off-device-key-generation" numbered="true" toc="default">
            <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>So, this is why, in general, a combination of some physical security measures and some cryptographic measures is used to establish confidentiality protection.</t>
          </section>
          <section anchor="on-device-key-generation" numbered="true" toc="default">
            <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="integrity-protection" numbered="true" toc="default">
        <name>Integrity Protection</name>
        <t>Any solution that conveys information in any conceptual message (see <xref target="messages" format="default"/>)
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" format="default"/> 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" numbered="true" toc="default">
        <name>Epoch ID-based Attestation</name>
        <t>Epoch IDs, described in <xref target="epochfreshness" format="default"/>, 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" numbered="true" toc="default">
        <name>Trust Anchor Protection</name>
        <t>As noted in <xref target="trustmodel" format="default"/>, Verifiers and Relying Parties have trust anchor stores
that must be secured.
<xref target="RFC6024" format="default"/> contains more discussion of trust anchor store requirements
for protecting public keys.
Section 6 of <xref target="NIST-800-57-p1" format="default"/> 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.  See Section 6 of <xref target="RFC5280" format="default"/>
for details.</t>
      </section>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>This document does not require any actions by IANA.</t>
    </section>
    <section anchor="acknowledgments" numbered="true" toc="default">
      <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" numbered="true" toc="default">
      <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" numbered="true" toc="default">
      <name>Appendix A: Time Considerations</name>
      <t><xref target="freshness" format="default"/> 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 align="center">
        <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" format="default"/>, 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" numbered="true" toc="default">
        <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 name="" type="" align="left" alt=""><![CDATA[
   .----------.                     .----------.  .---------------.
   | Attester |                     | Verifier |  | Relying Party |
   '----------'                     '----------'  '---------------'
     time(VG_a)                           |               |
        |                                 |               |
        ~                                 ~               ~
        |                                 |               |
     time(EG_a)                           |               |
        |------Evidence{time(EG_a)}------>|               |
        |                              time(RG_v)         |
        |<-----Attestation Result---------|               |
        |      {time(RG_v),time(RX_v)}    |               |
        ~                                                 ~
        |                                                 |
        |----Attestation Result{time(RG_v),time(RX_v)}-->time(RA_r)
        |                                                 |
        ~                                                 ~
        |                                                 |
        |                                              time(OP_r)
]]></artwork>
        <t>The Verifier can check whether the Evidence is fresh when appraising
it at time(RG_v) by checking <tt>time(RG_v) - time(EG_a) &lt; Threshold</tt>, where the
Verifier's threshold is large enough to account for the maximum
permitted clock skew between the Verifier and the Attester.</t>
        <t>If time(VG_a) is also included in the Evidence along with the Claim value
generated at that time, and the Verifier decides that it can trust the
time(VG_a) value, the Verifier can also determine whether the Claim value is
recent by checking <tt>time(RG_v) - time(VG_a) &lt; Threshold</tt>.
The threshold is decided by the Appraisal Policy for Evidence, and again needs to take
into account the maximum permitted clock skew between
the Verifier and the Attester.</t>
        <t>The Relying Party can check whether the Attestation Result is fresh
when appraising it at time(RA_r) by checking <tt>time(RA_r) - time(RG_v) &lt; Threshold</tt>,
where the Relying Party's threshold is large enough to account for the
maximum permitted clock skew between the Relying Party and the Verifier.
The result might then be used for some time (e.g., throughout the lifetime
of a connection established at time(RA_r)).  The Relying Party must be
careful, however, to not allow continued use beyond the period for which
it deems the Attestation Result to remain fresh enough.  Thus,
it might allow use (at time(OP_r)) as long as <tt>time(OP_r) - time(RG_v) &lt; Threshold</tt>.
However, if the Attestation Result contains an expiry time time(RX_v) then
it could explicitly check <tt>time(OP_r) &lt; time(RX_v)</tt>.</t>
      </section>
      <section anchor="example-2-nonce-based-passport-model-example" numbered="true" toc="default">
        <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 name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <name>Example 3: Epoch ID-based Passport Model Example</name>
        <t>The example in <xref target="fig-epochid-passport" format="default"/> 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" format="default"/> 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" format="default"/>, 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 name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <name>Example 4: Timestamp-based Background-Check Model Example</name>
        <t>The following example illustrates a hypothetical Background-Check Model
solution that uses timestamps and requires roughly synchronized
clocks between the Attester, Verifier, and Relying Party.</t>
        <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
        <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 name="" type="" align="left" alt=""><![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-15.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="12" month="July" year="2021"/>
            <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-15"/>
        </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-08.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>Arm Limited</organization>
            </author>
            <author fullname="Thomas Fossati">
              <organization>Arm Limited</organization>
            </author>
            <date day="24" month="March" year="2021"/>
            <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-08"/>
        </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:
H4sIAFiQAmIAA+29/XYb15Uv+H89RQ211hWZALAkx51YK502RUk2E8vSkug4
PbNu20WgQFQEVKGrCqRhSf0s/RTzAD0vNvv77FMfIGX7Tu6ddZksmQSqzvfZ
3/u3p9Np0hbtOn+cvs43VZunp22bN23WFlWZvqqreb7Y1XmTntbzVdHm8xb+
SrLLyzq/hldOL97QN+l/Sy/yetMki2peZhtobVFny3Za5O1yWmdtM83c+9OH
nyU3V/L6d1X9tiiv0i/rardNoOdy8X22rkpoo613eVJsa/qtaR89ePD5g0dJ
VufZ4/RNPt/VRbtP3t48Ts/LNq/LvJ0+xV6TedY+TotyWSXb4nGSpm01f5zu
8wZ+baq6rfNlY3/vN+HPJNu1q6p+nEzhbfjsq1n6pKjfrqr1T/Aoz+urvHzr
P61qmMjzOtuVq2qZ1+mb8wv4VBeo90W+yYr143QFrcwupZUvmqKdLe3J2SLH
gcEwc5jG61UOY2nrrGny9PefwTfzagHjuP9Pv3v0+Wf38W9Yhcfp0wyWv80W
LT2xK9saPvwS9iQr9zqfp7P0YpWt89pm8zS7zsNnNJcXxbyummrZhtEuWnri
i41+NZtXGzfGoyMbFv9KI6Jf6/wKDpI9IuP69s2pjunFLH1dzFdZvWiq0sb1
Aj/K1/FXNLw3cD7yNcwqfQMDuYHDQCeoCaPdzOvf4rn7otFHZ/Psl4z2LCuz
RaYD/maWvtkU7crG+k2+sE9oiHga1+lZVW+rmu6ROxD0XRhrmS9mDb77RYFf
3H1dh5byu1n6Kgtr+F1eyN80qq922Q18cpHPV2W1rq6K3K3ZTbFeF9lmts1K
eOiLFT1Lo0nmFXRUXO5avBhpOtUdgo/36XdFAy1gH2H58Ysb/vzTR19c4acy
L3336yKDC/+3IvPvwQWAO/Fjka3xWz8E92IG1KOc5+nXu3Jxuc7oplgL66v1
F0Wzhl2fAsWCi955+9m6qNr06zyr/Vv5Gj74Yl4086rz/J/zpinmWfq8aH+6
yutsvZi+mP8l27tH3mR1tkrPZkAW1pe5++K0XNT5TfrlrihL9/GrHAhV+nUF
nc3nlR/GFr6ZreWLwVV7Vhfz9K9V0brPLlbVJmvS51XTwEnz7bX0zWzJ33wB
1KHT3KtsB/eruvGjPsvqps3L9EmFdCPa1nl2WX3R/lTM4DC5N74s6iJ9AUu+
zzbRKeCPvvj3tpj9+y5bQ9/dAfwla1frHHp7UdVFVrd7//5b+XK2kS9ndKWH
1uXL3T59ni+ACFQ3vomrpXz4xd93ZbEFwgocwu9dAUcVKHTVtP41+nhGH9uq
JSUuSFtc53gFXj8/+/1nDz+XX//w6eePHicJspv4md99/jt95rNHD8Ljjx7h
ry9fnX17+pg6Vq6T0g9d1iP4GnYVTjkRkCP6Tvg0ffdtWSwLIDyeLadvtvkc
Pp7TOxPY4bpNHwVWCQsN9HACjB6OPHCTh7MHn3LL0As0/OjBw8+mDx9OH33G
3WX1FVKhVdtum8effFJt50sbER6DTxb5db6uYGWnbVWtm08a338z3fEYI9b/
yRYGNX00bWRM0w2O6RPqsMlrIEq4kLoWONOHD+Bn+iiBjy7Ovpw+PT97Nr5s
FygnwLKcVZvtrjWxIl4/bCI9y+uWx5qjmLMs1nlzNDjvltuca5NX2CLN/2Y7
ReqYl+0nu+26yhbNJ9j21LU91ban9YOH338KJzF/9ODRg+nD2XaxhO7Op09N
DmBBqd0tQLyxXwef2c3nQO/xX/ma5Kw2z7fRYgMV0I/8c9TEIoNe4B9eVnzk
cbRIupKv1lmLJxsPz24NlLe4rLN6D7eIjtfDx9ERPPqZOyNLfvSz1hzG//3F
qxePvq8fbj/7/Hsc18Pv/ai+3+4ucb07h/1zPOwP/gAffpdfnsKYv4mXAD5N
8WPoS8400vX09NV5CiuSZvM5MgiYyavd5Rpo81/yfXpW5wt8Pls3o2vx3adn
gwft5uZmdvMpzfLi9Sc3+SW+W04f4u04uzh9FY/ubF1ARyDb+jHCsODAgbxb
rUe7f37+9GV6ivweOOngQJbFosrkARoOXuyGPp5eP5o9mBaLKazfHx48evR7
/nROgwEyMM38YKZbGUzvtdmq3awTkXXKKxjkcrkr57TI0TTfyPdptUyfyxMj
h2be1PNZWTTt7Kq6/uRqjayv3n8CHHfziXbzfbX8fhk1M3RYvzl/c4bfnp2d
TZ/CFXoqVH346bOqhEXgXXfnGz5GIaTYbWLyM/I49pNiR8NUaO7esmsxK6pP
bvCYbzOkwg8eTeG2gvbmieX0zfmTpwc4zZ1I5pv9ZpO3KICc0xiAmTwBFrKA
UV8X81hpxLuBHf9aVxvb+h4GcP6Ue/n++uH39YPt57/Daw1C9eDNfvD76aPf
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
ApQmFOlWxNKdwnRqw8Hd74MxGhAQMF5i0p+KJeaNhv/0Z4QnhWevSSlZ2ivn
QwKUZvYblotdrpxqpVK8jKUDCY58FExg2VdUNYzr1VktI4rlI/yfWpLyRlaz
oUBDSoWiKj8iBGQKJ+THPrKNagMbekUJgZy5rIxqsmBlkRBiPJKCaECYYsfy
t4ObZf7OTU4OGPINNztkDlE6eSvVFhM9MXys8DFK3HJ2nc5PbLeZDVh+XLSf
aDAfb/l5HzEV/uRjLT+xZed+74GPsPz01LCPsCp8xLs9LfPWDw5omXftV9gp
zJf95dPz6fS39K/T5eF7kGTw50/69yGv8Uf1/eznr/X0l1iO0vTd+WTEanRL
vz93vrc9OmBz+lWtTueTQbn0f9h85azct8N1fp/Oll49+54P15/s71/jcKV8
QAYsR8NnZcRkNLpok/P7//3/T4TgY9/tGpvePU7vDekl8GC7zv/56KCuc/Qh
Uo1+14/we5LN316Rc2t6RqaqX+qnG27wHxbxpyx30I/S45ndffFvJYNulB7L
7G9t4LDJoBelxzG7Tfi3koNOlMOGzVsMoHd9edBqe9iUe4vZ9vaeDzhD7jzn
aZ+v9TjZ6Mupehc4xE4GhPx6JAbvTz93tQMtPNBAoKp/HOZdH9G7s/h/6M77
H7HXY8+5+IOxl0PoGdkxO5UPOoodF6KJoA8oPS8JmgThEIUAaQ7mj81Nn8Xx
Dv9AeqoFpEnN2TU/IxggFCDvezZCIbukg2karDlqwaG0EHYd9MKvJcoqppoB
fQvxeVAP7eZS/Xwq/otp+C+m4L8O/ZarMfbIHV4du7eH7vN//OJeR18VxYg9
oG71gjMlCQ8OP/R6jBj8Ap6hw/bsgt3hH27jGIdmPMgwXLM/c5273GK873Fu
cYe+xzzr//OdrFu4xPtfEJ7M4qU+Im7RRGNgzTlqmUUZl/TTwDjjHubd3JWE
6O4fmow4RrRm7i1O2wOBp5O+X3nA0fKaHS09v/L/9lTdzVP17PVhT9X/CyC2
nMuwkwEA

-->

</rfc>
