<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.6.35 (Ruby 2.5.1) -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-rats-reference-interaction-models-10" category="info" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title abbrev="REIM">Reference Interaction Models for Remote Attestation Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-rats-reference-interaction-models-10"/>
    <author initials="H." surname="Birkholz" fullname="Henk Birkholz">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>henk.birkholz@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="M." surname="Eckel" fullname="Michael Eckel">
      <organization abbrev="Fraunhofer SIT">Fraunhofer SIT</organization>
      <address>
        <postal>
          <street>Rheinstrasse 75</street>
          <city>Darmstadt</city>
          <code>64295</code>
          <country>Germany</country>
        </postal>
        <email>michael.eckel@sit.fraunhofer.de</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization>Huawei Technologies</organization>
      <address>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>
    <author initials="E." surname="Voit" fullname="Eric Voit">
      <organization abbrev="Cisco">Cisco Systems</organization>
      <address>
        <email>evoit@cisco.com</email>
      </address>
    </author>
    <date year="2024" month="July" day="06"/>
    <area>Security</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 123?>

<t>This document describes interaction models for remote attestation procedures (RATS).
Three conveying mechanisms -- Challenge/Response, Uni-Directional, and Streaming Remote Attestation  -- are illustrated and defined.
Analogously, a general overview about the information elements typically used by corresponding conveyance protocols are highlighted.</t>
    </abstract>
  </front>
  <middle>
    <?line 129?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Remote ATtestation procedureS (RATS, <xref target="RFC9334"/>) are workflows composed of roles and interactions, in which Verifiers create Attestation Results about the trustworthiness of an Attester's system component characteristics.
The Verifier's assessment in the form of Attestation Results is created based on Attestation Policies and Evidence -- trustable and tamper-evident Claims Sets about an Attester's system component characteristics -- generated by an Attester.
The roles <em>Attester</em> and <em>Verifier</em>, as well as the Conceptual Messages <em>Evidence</em> and <em>Attestation Results</em> are concepts defined by the RATS Architecture <xref target="RFC9334"/>.
This document defines interaction models that can be used in specific RATS-related solution documents.
The primary focus of this document is the conveyance of attestation Evidence. The reference models defined can also be applied to the conveyance of other Conceptual Messages in RATS.
Specific goals of this document are to:</t>
      <ol spacing="normal" type="1">
        <li>prevent inconsistencies in descriptions of interaction models in other documents (due to text cloning and evolution over time), and to</li>
        <li>enable to highlight an exact delta/divergence between the core set of characteristics captured here in this document and variants of these interaction models used in other specifications or solutions.</li>
      </ol>
      <t>In summary, this document enables the specification and design of trustworthy and privacy preserving conveyance methods for attestation Evidence from an Attester to a Verifier.
While the conveyance of other Conceptual Messages is out-of-scope the methods described can also be applied to the conveyance of, for example, Endorsements or Attestation Results.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>This document uses the following set of terms, roles, and concepts as defined in <xref target="RFC9334"/>:
Attester, Verifier, Relying Party, Conceptual Message, Evidence, Endorsement, Attestation Result, Appraisal Policy, Attesting Environment, Target Environment</t>
      <t>A PKIX Certificate is an X.509v3 format certificate as specified by <xref target="RFC5280"/>.</t>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP&nbsp;14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
      <section anchor="disambiguation">
        <name>Disambiguation</name>
        <t>The term "Remote Attestation" is a common expression and often associated or connoted with certain properties.
The term "Remote" in this context does not necessarily refer to a remote entity in the scope of network topologies or the Internet.
It rather refers to decoupled systems or entities that exchange the payload of the Conceptual Message type called Evidence <xref target="RFC9334"/>.
This conveyance can also be "Local", if the Verifier role is part of the same entity as the Attester role, e.g., separate system components of the same Composite Device (a single RATS entity).
Even if an entity takes on two or more different roles, the functions they provide typically reside in isolated environments that are components of the same entity. Examples of such isolated environments include: a Trusted Execution Environment (TEE), Baseboard Management Controllers (BMCs), as well as other physical or logical protected/isolated/shielded Computing Environments (e.g. embedded Secure Elements (eSE) or Trusted Platform Modules (TPM)). Readers of this document should be familiar with the concept of Layered Attestation as described in Section 3.1 Two Types of Environments of an Attester in <xref target="RFC9334"/> and the definition of Attestation as described in <xref target="I-D.ietf-rats-tpm-based-network-device-attest"/>.</t>
      </section>
    </section>
    <section anchor="scope-and-intent">
      <name>Scope and Intent</name>
      <t>This document focuses on generic interaction models between Attesters and Verifiers in order to convey Evidence.
Complementary procedures, functions, or services that are required for a complete semantic binding of the concepts defined in <xref target="RFC9334"/> are out-of-scope of this document.
Examples include: identity establishment, key distribution and enrollment, time synchronization, as well as certificate revocation.</t>
      <t>Furthermore, any processes and duties that go beyond carrying out remote attestation procedures are out-of-scope.</t>
      <t>For instance, using the results of a remote attestation procedure that are created by the Verifier, e.g., how to triggering remediation actions or recovery processes, as well as such remediation actions and recovery processes themselves, are also out-of-scope.</t>
      <t>The interaction models illustrated in this document are intended to provide a stable basis and reference for other solutions documents inside or outside the IETF.
Solution documents of any kind can reference the interaction models in order to avoid text clones and to avoid the danger of subtle discrepancies.
Analogously, deviations from the generic model descriptions in this document can be illustrated in solutions documents to highlight distinct contributions.</t>
    </section>
    <section anchor="essential-requirements">
      <name>Essential Requirements</name>
      <t>In order to ensure appropriate conveyance of Evidence, there exist essential requirements which MUST be fulfilled:</t>
      <dl>
        <dt>Integrity:</dt>
        <dd>
          <t>Information provided by an Attester MUST be integral. This may be achieved by means of a digital signature over Attestation Evidence. The signature may be symmetric, such as an HMAC, or asymmetric, such as ECDSA.</t>
        </dd>
        <dt>Authentication:</dt>
        <dd>
          <t>The information provided by the Attester MUST be authentic. For that purpose, the Attester should authenticate itself to the Verifier. This may be an implicit authentication by means of a digital signature over the Attestation Evidence, which does not require additional protocol steps, or may be achieved by using a confidential channel by means of encryption.</t>
        </dd>
      </dl>
      <section anchor="endorsement-of-attesting-environments">
        <name>Endorsement of Attesting Environments</name>
        <t>Via its Attesting Environments, an Attester only generates Evidence about its Target Environments.
After being appraised to be trustworthy, a Target Environment may become a new Attesting Environment in charge of generating Evidence for further Target Environments.
<xref target="RFC9334"/> explains this as Layered Attestation.
Layered Attestation has to start with an initial Attesting Environment. In essence, there cannot be turtles all the way down <xref target="turtles"/>.
At this rock bottom of Layered Attestation, the Attesting Environments are always called Roots of Trust (RoT).
An Attester cannot generate Evidence about its own RoTs by design.
As a consequence, a Verifier requires trustable statements about this subset of Attesting Environments from a different source than the Attester itself.
The corresponding trustable statements are called Endorsements and originate from external, trustable entities that take on the role of an Endorser (e.g., supply chain entities).</t>
      </section>
    </section>
    <section anchor="normative-prerequisites">
      <name>Normative Prerequisites</name>
      <t>In order to ensure an appropriate conveyance of Evidence via interaction models in general, the following set of prerequisites MUST be in place to support the implementation of interaction models:</t>
      <dl>
        <dt>Authentication Secret:</dt>
        <dd>
          <t>An Authentication Secret MUST be available exclusively to an Attesting Environment of an Attester.</t>
        </dd>
        <dt/>
        <dd>
          <t>The Attester MUST protect Claims with that Authentication Secret, thereby proving the authenticity of the Claims included in Evidence.
The Authentication Secret MUST be established before RATS can take place.</t>
        </dd>
        <dt>Attester Identity:</dt>
        <dd>
          <t>A statement about a distinguishable Attester made by an Endorser.</t>
        </dd>
        <dt/>
        <dd>
          <t>The provenance of Evidence with respect to a distinguishable Attesting Environment MUST be correct and unambiguous.</t>
        </dd>
        <dt/>
        <dd>
          <t>An Attester Identity MAY be an Authentication Secret which is available exclusively to one of the Attesting Environments of an Attester.
It MAY be a unique identity, MAY be included in a zero-knowledge proof (ZKP), MAY be part of a group signature, or it MAY be a randomized DAA credential <xref target="DAA"/>.</t>
        </dd>
        <dt>Attestation Evidence Authenticity:</dt>
        <dd>
          <t>Attestation Evidence MUST be authentic.</t>
        </dd>
        <dt/>
        <dd>
          <t>In order to provide proofs of authenticity, Attestation Evidence SHOULD be cryptographically associated with an identity document (e.g., a PKIX certificate or trusted key material, or a randomized DAA credential <xref target="DAA"/>), or SHOULD include a correct, unambiguous and stable reference to an accessible identity document.</t>
        </dd>
        <dt>Evidence Freshness:</dt>
        <dd>
          <t>Evidence MUST include an indicator about its freshness that can be understood by a Verifier. Analogously, interaction models MUST support the conveyance of proofs of freshness in a way that is useful to Verifiers and their appraisal procedures.</t>
        </dd>
        <dt>Evidence Protection:</dt>
        <dd>
          <t>Evidence MUST be a set of well-formatted and well-protected Claims that an Attester can create and convey to a Verifier in a tamper-evident manner.</t>
        </dd>
      </dl>
    </section>
    <section anchor="generic-information-elements">
      <name>Generic Information Elements</name>
      <t>This section defines the information elements that are vital to all kinds interaction models.
Varying from solution to solution, generic information elements can be either included in the scope of protocol messages (instantiating Conceptual Messages) or can be included in additional protocol parameters or payload.
Ultimately, the following information elements are required by any kind of scalable remote attestation procedure using one or more of the interaction models provided.</t>
      <dl>
        <dt>Authentication Secret IDs ('authSecIDs'):</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>A statement representing an identifier list that MUST be associated with corresponding Authentication Secrets used to protect Claims included in Evidence.</t>
        </dd>
        <dt/>
        <dd>
          <t>Each distinguishable Attesting Environment has access to a protected capability that provides an Authentication Secret associated with that Attesting Environment.
Consequently, an Authentication Secret ID can also identify an Attesting Environment.</t>
        </dd>
        <dt>Handle ('handle'):</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>A statement that is intended to uniquely distinguish received Evidence and/or determine the freshness of Evidence.</t>
        </dd>
        <dt/>
        <dd>
          <t>A Verifier can also use a Handle as an indicator for authenticity or attestation provenance, as only Attesters and Verifiers that are intended to exchange Evidence should have knowledge of the corresponding Handles. Examples include Nonces or signed timestamps.</t>
        </dd>
        <dt>Claims ('claims'):</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>Claims are assertions that represent characteristics of an Attester's Target Environment.</t>
        </dd>
        <dt/>
        <dd>
          <t>Claims are part of a Conceptual Message and are, for example, used to appraise the integrity of Attesters via Verifiers. The other information elements in this section can be expressed as Claims in any type of Conceptional Messages.</t>
        </dd>
        <dt>Event Logs ('eventLogs'):</dt>
        <dd>
          <t><em>optional</em></t>
        </dd>
        <dt/>
        <dd>
          <t>Event Logs accompany Claims by providing event trails of security-critical events in a system. The primary purpose of Event Logs is to support Claim reproducibility by providing information on how Claims originated.</t>
        </dd>
        <dt>Reference Values ('refValues')</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>Reference Values as defined in <xref target="RFC9334"/>. This specific type of Claims is used to appraise Claims incorporated in Evidence. For example, Reference Values MAY be Reference Integrity Measurements (RIM) or assertions that are implicitly trusted because they are signed by a trusted authority (see Endorsements in <xref target="RFC9334"/>). Reference Values typically represent (trusted) Claim sets about an Attester's intended platform operational state.</t>
        </dd>
        <dt>Claim Selection ('claimSelection'):</dt>
        <dd>
          <t><em>optional</em></t>
        </dd>
        <dt/>
        <dd>
          <t>A (sub-)set of Claims which can be created by an Attester.</t>
        </dd>
        <dt/>
        <dd>
          <t>Claim Selections act as filters to specify the exact set of Claims to be included in Evidence. In a remote attestation process, a Verifier sends a Claim Selection, among other elements, to an Attester. An Attester MAY decide whether or not to provide all requested Claims from a Claim Selection to the Verifier.</t>
        </dd>
        <dt>Collected Claims ('collectedClaims'):</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>Collected Claims represent a (sub-)set of Claims created by an Attester.</t>
        </dd>
        <dt/>
        <dd>
          <t>Collected Claims are gathered based on the Claims selected in the Claim Selection. If a Verifier does not provide a Claim Selection, then all available Claims on the Attester are part of the Collected Claims.</t>
        </dd>
        <dt>Evidence ('evidence'):</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>A set of Claims that consists of a list of Authentication Secret IDs that each identifies an Authentication Secret in a single Attesting Environment, the Attester Identity, Claims, and a Handle. Attestation Evidence MUST cryptographically bind all of these information elements. Evidence MUST be protected via an Authentication Secret. The Authentication Secret MUST be trusted by the Verifier as authoritative.</t>
        </dd>
        <dt>Attestation Result ('attestationResult'):</dt>
        <dd>
          <t><em>mandatory</em></t>
        </dd>
        <dt/>
        <dd>
          <t>An Attestation Result is produced by the Verifier as the output of the appraisal of Evidence. Attestation Results include condensed assertions about integrity or other characteristics of the corresponding Attester that are processible by Relying Parties.</t>
        </dd>
      </dl>
    </section>
    <section anchor="interaction-models">
      <name>Interaction Models</name>
      <t>The following subsections introduce and illustrate the interaction models:</t>
      <ol spacing="normal" type="1">
        <li>Challenge/Response Remote Attestation</li>
        <li>Uni-Directional Remote Attestation</li>
        <li>Streaming Remote Attestation</li>
      </ol>
      <t>Each section starts with a sequence diagram illustrating the interactions between Attester and Verifier.
While the presented interaction models focus on the conveyance of Evidence, the intention of this document is in support of future work that applies the presented models to the conveyance of other Conceptual Messages, namely Attestation Results, Endorsements, Reference Values, or Appraisal Policies.</t>
      <t>All interaction models have a strong focus on the use of a handle to incorporate a type of proof of freshness and to prevent replay attacks.
The way these handles are processed is the most prominent difference between the three interaction models.</t>
      <section anchor="challengeresponse-remote-attestation">
        <name>Challenge/Response Remote Attestation</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="584" viewBox="0 0 584 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
              <path d="M 48,144 L 48,192" fill="none" stroke="black"/>
              <path d="M 48,224 L 48,240" fill="none" stroke="black"/>
              <path d="M 48,272 L 48,320" fill="none" stroke="black"/>
              <path d="M 48,352 L 48,400" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
              <path d="M 488,32 L 488,64" fill="none" stroke="black"/>
              <path d="M 536,64 L 536,80" fill="none" stroke="black"/>
              <path d="M 536,112 L 536,320" fill="none" stroke="black"/>
              <path d="M 536,384 L 536,400" fill="none" stroke="black"/>
              <path d="M 576,32 L 576,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 488,32 L 576,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
              <path d="M 8,94 L 136,94" fill="none" stroke="black"/>
              <path d="M 8,98 L 136,98" fill="none" stroke="black"/>
              <path d="M 432,94 L 576,94" fill="none" stroke="black"/>
              <path d="M 432,98 L 576,98" fill="none" stroke="black"/>
              <path d="M 56,176 L 80,176" fill="none" stroke="black"/>
              <path d="M 224,304 L 528,304" fill="none" stroke="black"/>
              <path d="M 8,334 L 208,334" fill="none" stroke="black"/>
              <path d="M 8,338 L 208,338" fill="none" stroke="black"/>
              <path d="M 376,334 L 576,334" fill="none" stroke="black"/>
              <path d="M 376,338 L 576,338" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="536,304 524,298.4 524,309.6 " fill="black" transform="rotate(0,528,304)"/>
              <polygon class="arrowhead" points="64,176 52,170.4 52,181.6 " fill="black" transform="rotate(180,56,176)"/>
              <g class="text">
                <text x="52" y="52">Attester</text>
                <text x="532" y="52">Verifier</text>
                <text x="176" y="100">[Evidence</text>
                <text x="260" y="100">Generation</text>
                <text x="320" y="100">and</text>
                <text x="384" y="100">Conveyance]</text>
                <text x="48" y="116">|</text>
                <text x="164" y="132">generateClaims(attestingEnvironment)</text>
                <text x="68" y="148">=&gt;</text>
                <text x="112" y="148">claims,</text>
                <text x="184" y="148">eventLogs</text>
                <text x="196" y="180">requestAttestation(handle,</text>
                <text x="352" y="180">authSecIDs,</text>
                <text x="464" y="180">claimSelection)</text>
                <text x="104" y="212">collectClaims(claims,</text>
                <text x="256" y="212">claimSelection)</text>
                <text x="68" y="228">=&gt;</text>
                <text x="144" y="228">collectedClaims</text>
                <text x="116" y="260">generateEvidence(handle,</text>
                <text x="264" y="260">authSecIDs,</text>
                <text x="380" y="260">collectedClaims)</text>
                <text x="68" y="276">=&gt;</text>
                <text x="116" y="276">evidence</text>
                <text x="96" y="308">evidence,</text>
                <text x="176" y="308">eventLogs</text>
                <text x="248" y="340">[Evidence</text>
                <text x="332" y="340">Appraisal]</text>
                <text x="536" y="356">|</text>
                <text x="284" y="372">appraiseEvidence(evidence,</text>
                <text x="436" y="372">eventLogs,</text>
                <text x="524" y="372">refValues)</text>
                <text x="432" y="388">attestationResult</text>
                <text x="516" y="388">&lt;=</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
.----------.                                                .----------.
| Attester |                                                | Verifier |
'----+-----'                                                '-----+----'
     |                                                            |
=================[Evidence Generation and Conveyance]===================
     |                                                            |
  generateClaims(attestingEnvironment)                            |
     | => claims, eventLogs                                       |
     |                                                            |
     |<--- requestAttestation(handle, authSecIDs, claimSelection) |
     |                                                            |
  collectClaims(claims, claimSelection)                           |
     | => collectedClaims                                         |
     |                                                            |
  generateEvidence(handle, authSecIDs, collectedClaims)           |
     | => evidence                                                |
     |                                                            |
     | evidence, eventLogs -------------------------------------->|
     |                                                            |
==========================[Evidence Appraisal]==========================
     |                                                            |
     |                appraiseEvidence(evidence, eventLogs, refValues)
     |                                       attestationResult <= |
     |                                                            |
]]></artwork>
        </artset>
        <t>The Attester boots up and thereby produces claims about its boot state and its operational state. Event Logs accompany the produced claims by providing an event trail of security-critical events in a system. Claims are produced by all attesting Environments of an Attester system.</t>
        <t>The Challenge/Response remote attestation procedure is initiated by the Verifier by sending a remote attestation request to the Attester. A request includes a Handle, a list of Authentication Secret IDs, and a Claim Selection.</t>
        <t>In the Challenge/Response model, the handle is composed of qualifying data in the form of a practically infeasible to guess nonce, such as a cryptographically strong random number.
The Verifier-generated nonce is intended to guarantee Evidence freshness and to prevent replay attacks.</t>
        <t>The list of Authentication Secret IDs selects the attestation keys with which the Attester is requested to sign the Attestation Evidence.
Each selected key is uniquely associated with an Attesting Environment of the Attester.
As a result, a single Authentication Secret ID identifies a single Attesting Environment.
Correspondingly, a particular set of Evidence originating from a particular Attesting Environment in a composite device can be requested via multiple Authentication Secret IDs.
Methods to acquire Authentication Secret IDs or mappings between Attesting Environments to Authentication Secret IDs are out-of-scope of this document.</t>
        <t>The Attester collects Claims based on the Claim Selection. With the Claim Selection the Verifier defines the set of Claims it requires.
Correspondingly, collected Claims can be a subset of the produced Claims. This could be all available Claims, depending on the Claim Selection.
If the Claim Selection is omitted, then by default all Claims that are known and available on the Attester MUST be used to create corresponding Evidence.
For example, when performing a boot integrity evaluation, a Verifier may only be requesting a particular subset of claims about the Attester, such as Evidence about BIOS/UEFI and firmware that the Attester booted up, and not include information about all currently running software.</t>
        <t>With the Handle, the Authentication Secret IDs, and the collected Claims, the Attester produces signed Evidence. That is, it digitally signs the Handle and the collected Claims with a cryptographic secret identified by the Authentication Secret ID. This is done once per Attesting Environment which is identified by the particular Authentication Secret ID. The Attester communicates the signed Evidence as well as all accompanying Event Logs back to the Verifier.</t>
        <t>While it is crucial that Claims, the Handle, and the Attester Identity information (i.e., the Authentication Secret) MUST be cryptographically bound to the signature of Evidence, they MAY be presented obfuscated, encrypted, or cryptographically blinded.
For further reference see section <xref target="security-and-privacy-considerations"/>.</t>
        <t>As soon as the Verifier receives the Evidence and the Event Logs, it appraises the Evidence.
For this purpose, it validates the signature, the Attester Identity, and the Handle, and then appraises the Claims.
Appraisal procedures are application-specific and can be conducted via comparison of the Claims with corresponding Reference Values, such as Reference Integrity Measurements.
The final output of the Verifier are Attestation Results. Attestation Results constitute new Claim Sets about the properties and characteristics of an Attester, which enables Relying Parties, for example, to assess an Attester's trustworthiness.</t>
        <section anchor="models-and-example-sequences-of-challengeresponse-remote-attestation">
          <name>Models and Example Sequences of Challenge/Response Remote Attestation</name>
          <t>According to the RATS Architecture, two reference models for Challenge/Response Attestation have been proposed.
This section highlights the information flows between the Attester, Verifier, and Relying Party undergoing Remote Attestation Procedure, using these models.</t>
          <section anchor="passport-model">
            <name>Passport Model</name>
            <t>The passport model is so named because of its resemblance to how nations issue passports to their citizens. In this model, the attestation sequence is a
two-step procedure. In the first step, an Attester conveys Evidence to a Verifier, which compares the Evidence against its appraisal policy.  The Verifier
then gives back an Attestation Result to the Attester, which simply caches it. In the second step, the Attester presents the Attestation Result (and possibly additional Claims/Evidence) to a Relying Party, which then compares this information against its own appraisal policy to establish the trustworthiness of the Attester.</t>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="608" width="584" viewBox="0 0 584 608" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
                  <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
                  <path d="M 48,144 L 48,208" fill="none" stroke="black"/>
                  <path d="M 48,240 L 48,256" fill="none" stroke="black"/>
                  <path d="M 48,304 L 48,352" fill="none" stroke="black"/>
                  <path d="M 48,384 L 48,512" fill="none" stroke="black"/>
                  <path d="M 48,544 L 48,592" fill="none" stroke="black"/>
                  <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
                  <path d="M 312,32 L 312,64" fill="none" stroke="black"/>
                  <path d="M 360,64 L 360,80" fill="none" stroke="black"/>
                  <path d="M 360,112 L 360,160" fill="none" stroke="black"/>
                  <path d="M 360,208 L 360,352" fill="none" stroke="black"/>
                  <path d="M 360,416 L 360,488" fill="none" stroke="black"/>
                  <path d="M 360,544 L 360,592" fill="none" stroke="black"/>
                  <path d="M 400,32 L 400,64" fill="none" stroke="black"/>
                  <path d="M 440,32 L 440,64" fill="none" stroke="black"/>
                  <path d="M 504,64 L 504,80" fill="none" stroke="black"/>
                  <path d="M 504,112 L 504,352" fill="none" stroke="black"/>
                  <path d="M 504,384 L 504,512" fill="none" stroke="black"/>
                  <path d="M 568,32 L 568,64" fill="none" stroke="black"/>
                  <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
                  <path d="M 312,32 L 400,32" fill="none" stroke="black"/>
                  <path d="M 440,32 L 568,32" fill="none" stroke="black"/>
                  <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                  <path d="M 312,64 L 400,64" fill="none" stroke="black"/>
                  <path d="M 440,64 L 568,64" fill="none" stroke="black"/>
                  <path d="M 8,94 L 136,94" fill="none" stroke="black"/>
                  <path d="M 8,98 L 136,98" fill="none" stroke="black"/>
                  <path d="M 432,94 L 576,94" fill="none" stroke="black"/>
                  <path d="M 432,98 L 576,98" fill="none" stroke="black"/>
                  <path d="M 56,176 L 224,176" fill="none" stroke="black"/>
                  <path d="M 240,336 L 352,336" fill="none" stroke="black"/>
                  <path d="M 8,366 L 208,366" fill="none" stroke="black"/>
                  <path d="M 8,370 L 208,370" fill="none" stroke="black"/>
                  <path d="M 376,366 L 576,366" fill="none" stroke="black"/>
                  <path d="M 376,370 L 576,370" fill="none" stroke="black"/>
                  <path d="M 56,464 L 200,464" fill="none" stroke="black"/>
                  <path d="M 304,496 L 496,496" fill="none" stroke="black"/>
                  <path d="M 8,526 L 160,526" fill="none" stroke="black"/>
                  <path d="M 8,530 L 160,530" fill="none" stroke="black"/>
                  <path d="M 416,526 L 576,526" fill="none" stroke="black"/>
                  <path d="M 416,530 L 576,530" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="504,496 492,490.4 492,501.6 " fill="black" transform="rotate(0,496,496)"/>
                  <polygon class="arrowhead" points="360,336 348,330.4 348,341.6 " fill="black" transform="rotate(0,352,336)"/>
                  <polygon class="arrowhead" points="64,464 52,458.4 52,469.6 " fill="black" transform="rotate(180,56,464)"/>
                  <polygon class="arrowhead" points="64,176 52,170.4 52,181.6 " fill="black" transform="rotate(180,56,176)"/>
                  <g class="text">
                    <text x="52" y="52">Attester</text>
                    <text x="356" y="52">Verifier</text>
                    <text x="480" y="52">Relying</text>
                    <text x="536" y="52">Party</text>
                    <text x="176" y="100">[Evidence</text>
                    <text x="260" y="100">Generation</text>
                    <text x="320" y="100">and</text>
                    <text x="384" y="100">Conveyance]</text>
                    <text x="48" y="116">|</text>
                    <text x="164" y="132">generateClaims(attestingEnvironment)</text>
                    <text x="68" y="148">=&gt;</text>
                    <text x="112" y="148">claims,</text>
                    <text x="184" y="148">eventLogs</text>
                    <text x="340" y="180">requestAttestation(handle,</text>
                    <text x="312" y="196">authSecIDs,</text>
                    <text x="424" y="196">claimSelection)</text>
                    <text x="104" y="228">collectClaims(claims,</text>
                    <text x="256" y="228">claimSelection)</text>
                    <text x="68" y="244">=&gt;</text>
                    <text x="144" y="244">collectedClaims</text>
                    <text x="116" y="276">generateEvidence(handle,</text>
                    <text x="88" y="292">authSecIDs,</text>
                    <text x="204" y="292">collectedClaims)</text>
                    <text x="68" y="308">=&gt;</text>
                    <text x="116" y="308">evidence</text>
                    <text x="100" y="340">{evidence,</text>
                    <text x="188" y="340">eventLogs}</text>
                    <text x="248" y="372">[Evidence</text>
                    <text x="332" y="372">Appraisal]</text>
                    <text x="360" y="388">|</text>
                    <text x="356" y="404">appraiseEvidence(evidence,</text>
                    <text x="320" y="420">eventLogs</text>
                    <text x="412" y="420">refValues)</text>
                    <text x="256" y="436">attestationResult</text>
                    <text x="340" y="436">&lt;=</text>
                    <text x="280" y="468">attestationResult</text>
                    <text x="100" y="500">{evidence,</text>
                    <text x="220" y="500">attestationResult}</text>
                    <text x="360" y="516">|</text>
                    <text x="212" y="532">[Attestation</text>
                    <text x="292" y="532">Result</text>
                    <text x="368" y="532">Generation]</text>
                    <text x="504" y="548">|</text>
                    <text x="484" y="564">appraiseResult(policy,</text>
                    <text x="492" y="580">attestationResult)</text>
                    <text x="504" y="596">|</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
.----------.                          .----------.    .---------------.
| Attester |                          | Verifier |    | Relying Party |
'----+-----'                          '-----+----'    '-------+-------'
     |                                      |                 |
=================[Evidence Generation and Conveyance]===================
     |                                      |                 |
  generateClaims(attestingEnvironment)      |                 |
     | => claims, eventLogs                 |                 |
     |                                      |                 |
     |<--------------------- requestAttestation(handle,       |
     |                           authSecIDs, claimSelection)  |
     |                                      |                 |
  collectClaims(claims, claimSelection)     |                 |
     | => collectedClaims                   |                 |
     |                                      |                 |
  generateEvidence(handle,                  |                 |
     authSecIDs, collectedClaims)           |                 |
     | => evidence                          |                 |
     |                                      |                 |
     | {evidence, eventLogs} -------------->|                 |
     |                                      |                 |
==========================[Evidence Appraisal]==========================
     |                                      |                 |
     |                         appraiseEvidence(evidence,     |
     |                             eventLogs, refValues)      |
     |                 attestationResult <= |                 |
     |                                      |                 |
     |<------------------ attestationResult |                 |
     |                                      |                 |
     | {evidence, attestationResult} ------------------------>|
     |                                      |                 |
====================[Attestation Result Generation]=====================
     |                                      |                 |
     |                                      |    appraiseResult(policy,
     |                                      |       attestationResult)
     |                                      |                 |
]]></artwork>
            </artset>
          </section>
          <section anchor="background-check-model">
            <name>Background-Check Model</name>
            <t>The background-check model is so named because of the resemblance of how employers and volunteer organizations perform background checks.
In this model, the attestation sequence is initiated by a Relying Party.
The Attester conveys Evidence to the Relying Party, which does not process its payload, but relays the message and optionally checks its signature against a policed trust anchor store.
Upon receiving the Evidence, the Relying Party initiates a session with the Verifier.
Once the session is established, it forwards the received Evidence to the Verifier.
The Verifier appraises the received Evidence according to its appraisal policy for Evidence and returns a corresponding Attestation Result to the Relying Party.
The Relying Party then checks the Attestation Result against its own appraisal policy to conclude attestation.</t>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="656" width="584" viewBox="0 0 584 656" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
                  <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
                  <path d="M 48,112 L 48,160" fill="none" stroke="black"/>
                  <path d="M 48,192 L 48,208" fill="none" stroke="black"/>
                  <path d="M 48,256 L 48,272" fill="none" stroke="black"/>
                  <path d="M 48,320 L 48,368" fill="none" stroke="black"/>
                  <path d="M 48,400 L 48,560" fill="none" stroke="black"/>
                  <path d="M 48,592 L 48,640" fill="none" stroke="black"/>
                  <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
                  <path d="M 272,32 L 272,64" fill="none" stroke="black"/>
                  <path d="M 336,64 L 336,80" fill="none" stroke="black"/>
                  <path d="M 336,160 L 336,368" fill="none" stroke="black"/>
                  <path d="M 336,400 L 336,560" fill="none" stroke="black"/>
                  <path d="M 400,32 L 400,64" fill="none" stroke="black"/>
                  <path d="M 480,32 L 480,64" fill="none" stroke="black"/>
                  <path d="M 528,64 L 528,80" fill="none" stroke="black"/>
                  <path d="M 528,112 L 528,368" fill="none" stroke="black"/>
                  <path d="M 528,400 L 528,448" fill="none" stroke="black"/>
                  <path d="M 528,496 L 528,560" fill="none" stroke="black"/>
                  <path d="M 528,592 L 528,640" fill="none" stroke="black"/>
                  <path d="M 568,32 L 568,64" fill="none" stroke="black"/>
                  <path d="M 568,464 L 568,472" fill="none" stroke="black"/>
                  <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
                  <path d="M 272,32 L 400,32" fill="none" stroke="black"/>
                  <path d="M 480,32 L 568,32" fill="none" stroke="black"/>
                  <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                  <path d="M 272,64 L 400,64" fill="none" stroke="black"/>
                  <path d="M 480,64 L 568,64" fill="none" stroke="black"/>
                  <path d="M 8,94 L 136,94" fill="none" stroke="black"/>
                  <path d="M 8,98 L 136,98" fill="none" stroke="black"/>
                  <path d="M 432,94 L 576,94" fill="none" stroke="black"/>
                  <path d="M 432,98 L 576,98" fill="none" stroke="black"/>
                  <path d="M 56,128 L 224,128" fill="none" stroke="black"/>
                  <path d="M 240,352 L 328,352" fill="none" stroke="black"/>
                  <path d="M 8,382 L 208,382" fill="none" stroke="black"/>
                  <path d="M 8,386 L 208,386" fill="none" stroke="black"/>
                  <path d="M 376,382 L 576,382" fill="none" stroke="black"/>
                  <path d="M 376,386 L 576,386" fill="none" stroke="black"/>
                  <path d="M 448,432 L 520,432" fill="none" stroke="black"/>
                  <path d="M 344,528 L 424,528" fill="none" stroke="black"/>
                  <path d="M 8,574 L 160,574" fill="none" stroke="black"/>
                  <path d="M 8,578 L 160,578" fill="none" stroke="black"/>
                  <path d="M 416,574 L 576,574" fill="none" stroke="black"/>
                  <path d="M 416,578 L 576,578" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="528,432 516,426.4 516,437.6 " fill="black" transform="rotate(0,520,432)"/>
                  <polygon class="arrowhead" points="352,528 340,522.4 340,533.6 " fill="black" transform="rotate(180,344,528)"/>
                  <polygon class="arrowhead" points="336,352 324,346.4 324,357.6 " fill="black" transform="rotate(0,328,352)"/>
                  <polygon class="arrowhead" points="64,128 52,122.4 52,133.6 " fill="black" transform="rotate(180,56,128)"/>
                  <g class="text">
                    <text x="52" y="52">Attester</text>
                    <text x="312" y="52">Relying</text>
                    <text x="368" y="52">Party</text>
                    <text x="524" y="52">Verifier</text>
                    <text x="176" y="100">[Evidence</text>
                    <text x="260" y="100">Generation</text>
                    <text x="320" y="100">and</text>
                    <text x="384" y="100">Conveyance]</text>
                    <text x="336" y="116">|</text>
                    <text x="340" y="132">requestAttestation(handle,</text>
                    <text x="312" y="148">authSecIDs,</text>
                    <text x="424" y="148">claimSelection)</text>
                    <text x="164" y="180">generateClaims(attestingEnvironment)</text>
                    <text x="68" y="196">=&gt;</text>
                    <text x="116" y="196">{claims,</text>
                    <text x="196" y="196">eventLogs}</text>
                    <text x="104" y="228">collectClaims(claims,</text>
                    <text x="104" y="244">claimSelection)</text>
                    <text x="68" y="260">=&gt;</text>
                    <text x="144" y="260">collectedClaims</text>
                    <text x="116" y="292">generateEvidence(handle,</text>
                    <text x="88" y="308">authSecIDs,</text>
                    <text x="204" y="308">collectedClaims)</text>
                    <text x="68" y="324">=&gt;</text>
                    <text x="116" y="324">evidence</text>
                    <text x="100" y="356">{evidence,</text>
                    <text x="188" y="356">eventLogs}</text>
                    <text x="248" y="388">[Evidence</text>
                    <text x="332" y="388">Appraisal]</text>
                    <text x="380" y="420">{handle,</text>
                    <text x="456" y="420">evidence,</text>
                    <text x="396" y="436">eventLogs}</text>
                    <text x="464" y="468">appraiseEvidence(evidence</text>
                    <text x="444" y="484">eventLogs,</text>
                    <text x="532" y="484">refValues)</text>
                    <text x="424" y="500">attestationResult</text>
                    <text x="508" y="500">&lt;=</text>
                    <text x="476" y="532">{evidence,</text>
                    <text x="444" y="548">attestationResult}</text>
                    <text x="212" y="580">[Attestation</text>
                    <text x="292" y="580">Result</text>
                    <text x="368" y="580">Generation]</text>
                    <text x="336" y="596">|</text>
                    <text x="332" y="612">appraiseResult(policy,</text>
                    <text x="332" y="628">attestationResult)</text>
                    <text x="336" y="644">|</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
.----------.                     .---------------.         .----------.
| Attester |                     | Relying Party |         | Verifier |
'----+-----'                     '-------+-------'         '-----+----'
     |                                   |                       |
=================[Evidence Generation and Conveyance]===================
     |                                   |                       |
     |<--------------------- requestAttestation(handle,          |
     |                           authSecIDs, claimSelection)     |
     |                                   |                       |
  generateClaims(attestingEnvironment)   |                       |
     | => {claims, eventLogs}            |                       |
     |                                   |                       |
  collectClaims(claims,                  |                       |
     claimSelection)                     |                       |
     | => collectedClaims                |                       |
     |                                   |                       |
  generateEvidence(handle,               |                       |
     authSecIDs, collectedClaims)        |                       |
     | => evidence                       |                       |
     |                                   |                       |
     | {evidence, eventLogs} ----------->|                       |
     |                                   |                       |
==========================[Evidence Appraisal]==========================
     |                                   |                       |
     |                                   | {handle, evidence,    |
     |                                   |  eventLogs} --------->|
     |                                   |                       |
     |                                   |   appraiseEvidence(evidence,
     |                                   |        eventLogs, refValues)
     |                                   |  attestationResult <= |
     |                                   |                       |
     |                                   |<---------- {evidence, |
     |                                   |    attestationResult} |
     |                                   |                       |
====================[Attestation Result Generation]=====================
     |                                   |                       |
     |                        appraiseResult(policy,             |
     |                          attestationResult)               |
     |                                   |                       |
]]></artwork>
            </artset>
          </section>
        </section>
      </section>
      <section anchor="uni-directional-remote-attestation">
        <name>Uni-Directional Remote Attestation</name>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="944" width="584" viewBox="0 0 584 944" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
              <path d="M 8,576 L 8,896" fill="none" stroke="black"/>
              <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
              <path d="M 48,112 L 48,208" fill="none" stroke="black"/>
              <path d="M 48,272 L 48,288" fill="none" stroke="black"/>
              <path d="M 48,320 L 48,336" fill="none" stroke="black"/>
              <path d="M 48,368 L 48,416" fill="none" stroke="black"/>
              <path d="M 48,448 L 48,512" fill="none" stroke="black"/>
              <path d="M 48,640 L 48,656" fill="none" stroke="black"/>
              <path d="M 48,688 L 48,704" fill="none" stroke="black"/>
              <path d="M 48,736 L 48,784" fill="none" stroke="black"/>
              <path d="M 48,816 L 48,904" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
              <path d="M 288,32 L 288,64" fill="none" stroke="black"/>
              <path d="M 368,64 L 368,80" fill="none" stroke="black"/>
              <path d="M 368,128 L 368,176" fill="none" stroke="black"/>
              <path d="M 456,32 L 456,64" fill="none" stroke="black"/>
              <path d="M 488,32 L 488,64" fill="none" stroke="black"/>
              <path d="M 536,64 L 536,80" fill="none" stroke="black"/>
              <path d="M 536,112 L 536,208" fill="none" stroke="black"/>
              <path d="M 536,240 L 536,416" fill="none" stroke="black"/>
              <path d="M 536,608 L 536,784" fill="none" stroke="black"/>
              <path d="M 536,880 L 536,904" fill="none" stroke="black"/>
              <path d="M 560,480 L 560,488" fill="none" stroke="black"/>
              <path d="M 560,848 L 560,856" fill="none" stroke="black"/>
              <path d="M 576,32 L 576,64" fill="none" stroke="black"/>
              <path d="M 576,576 L 576,896" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 288,32 L 456,32" fill="none" stroke="black"/>
              <path d="M 488,32 L 576,32" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 288,64 L 456,64" fill="none" stroke="black"/>
              <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
              <path d="M 8,94 L 208,94" fill="none" stroke="black"/>
              <path d="M 8,98 L 208,98" fill="none" stroke="black"/>
              <path d="M 368,94 L 576,94" fill="none" stroke="black"/>
              <path d="M 368,98 L 576,98" fill="none" stroke="black"/>
              <path d="M 56,160 L 280,160" fill="none" stroke="black"/>
              <path d="M 456,160 L 528,160" fill="none" stroke="black"/>
              <path d="M 8,222 L 136,222" fill="none" stroke="black"/>
              <path d="M 8,226 L 136,226" fill="none" stroke="black"/>
              <path d="M 432,222 L 576,222" fill="none" stroke="black"/>
              <path d="M 432,226 L 576,226" fill="none" stroke="black"/>
              <path d="M 240,400 L 528,400" fill="none" stroke="black"/>
              <path d="M 8,430 L 208,430" fill="none" stroke="black"/>
              <path d="M 8,434 L 208,434" fill="none" stroke="black"/>
              <path d="M 376,430 L 576,430" fill="none" stroke="black"/>
              <path d="M 376,434 L 576,434" fill="none" stroke="black"/>
              <path d="M 24,560 L 80,560" fill="none" stroke="black"/>
              <path d="M 136,560 L 560,560" fill="none" stroke="black"/>
              <path d="M 24,590 L 120,590" fill="none" stroke="black"/>
              <path d="M 24,594 L 120,594" fill="none" stroke="black"/>
              <path d="M 464,590 L 560,590" fill="none" stroke="black"/>
              <path d="M 464,594 L 560,594" fill="none" stroke="black"/>
              <path d="M 280,768 L 528,768" fill="none" stroke="black"/>
              <path d="M 24,798 L 184,798" fill="none" stroke="black"/>
              <path d="M 24,802 L 184,802" fill="none" stroke="black"/>
              <path d="M 400,798 L 560,798" fill="none" stroke="black"/>
              <path d="M 400,802 L 560,802" fill="none" stroke="black"/>
              <path d="M 24,912 L 560,912" fill="none" stroke="black"/>
              <path d="M 24,560 C 15.16936,560 8,567.16936 8,576" fill="none" stroke="black"/>
              <path d="M 560,560 C 568.83064,560 576,567.16936 576,576" fill="none" stroke="black"/>
              <path d="M 24,912 C 15.16936,912 8,904.83064 8,896" fill="none" stroke="black"/>
              <path d="M 560,912 C 568.83064,912 576,904.83064 576,896" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="536,768 524,762.4 524,773.6 " fill="black" transform="rotate(0,528,768)"/>
              <polygon class="arrowhead" points="536,400 524,394.4 524,405.6 " fill="black" transform="rotate(0,528,400)"/>
              <polygon class="arrowhead" points="536,160 524,154.4 524,165.6 " fill="black" transform="rotate(0,528,160)"/>
              <polygon class="arrowhead" points="64,160 52,154.4 52,165.6 " fill="black" transform="rotate(180,56,160)"/>
              <g class="text">
                <text x="52" y="52">Attester</text>
                <text x="324" y="52">Handle</text>
                <text x="400" y="52">Distributor</text>
                <text x="532" y="52">Verifier</text>
                <text x="240" y="100">[Handle</text>
                <text x="320" y="100">Generation]</text>
                <text x="404" y="116">generateHandle()</text>
                <text x="388" y="132">=&gt;</text>
                <text x="428" y="132">handle</text>
                <text x="324" y="164">{handle}</text>
                <text x="412" y="164">{handle}</text>
                <text x="368" y="196">x</text>
                <text x="176" y="228">[Evidence</text>
                <text x="260" y="228">Generation</text>
                <text x="320" y="228">and</text>
                <text x="384" y="228">Conveyance]</text>
                <text x="48" y="244">|</text>
                <text x="164" y="260">generateClaims(attestingEnvironment)</text>
                <text x="68" y="276">=&gt;</text>
                <text x="112" y="276">claims,</text>
                <text x="184" y="276">eventLogs</text>
                <text x="104" y="308">collectClaims(claims,</text>
                <text x="256" y="308">claimSelection)</text>
                <text x="68" y="324">=&gt;</text>
                <text x="144" y="324">collectedClaims</text>
                <text x="116" y="356">generateEvidence(handle,</text>
                <text x="264" y="356">authSecIDs,</text>
                <text x="380" y="356">collectedClaims)</text>
                <text x="68" y="372">=&gt;</text>
                <text x="116" y="372">evidence</text>
                <text x="100" y="404">{evidence,</text>
                <text x="188" y="404">eventLogs}</text>
                <text x="248" y="436">[Evidence</text>
                <text x="332" y="436">Appraisal]</text>
                <text x="536" y="452">|</text>
                <text x="460" y="468">appraiseEvidence(evidence,</text>
                <text x="520" y="484">eventLogs</text>
                <text x="524" y="500">refValues)</text>
                <text x="432" y="516">attestationResult</text>
                <text x="516" y="516">&lt;=</text>
                <text x="536" y="516">|</text>
                <text x="48" y="532">~</text>
                <text x="536" y="532">~</text>
                <text x="48" y="548">|</text>
                <text x="536" y="548">|</text>
                <text x="108" y="564">[loop]</text>
                <text x="48" y="580">|</text>
                <text x="536" y="580">|</text>
                <text x="148" y="596">[Delta</text>
                <text x="212" y="596">Evidence</text>
                <text x="292" y="596">Generation</text>
                <text x="352" y="596">and</text>
                <text x="416" y="596">Conveyance]</text>
                <text x="48" y="612">|</text>
                <text x="164" y="628">generateClaims(attestingEnvironment)</text>
                <text x="68" y="644">=&gt;</text>
                <text x="132" y="644">claimsDelta,</text>
                <text x="244" y="644">eventLogsDelta</text>
                <text x="124" y="676">collectClaims(claimsDelta,</text>
                <text x="296" y="676">claimSelection)</text>
                <text x="68" y="692">=&gt;</text>
                <text x="164" y="692">collectedClaimsDelta</text>
                <text x="116" y="724">generateEvidence(handle,</text>
                <text x="264" y="724">authSecIDs,</text>
                <text x="400" y="724">collectedClaimsDelta)</text>
                <text x="68" y="740">=&gt;</text>
                <text x="116" y="740">evidence</text>
                <text x="100" y="772">{evidence,</text>
                <text x="208" y="772">eventLogsDelta}</text>
                <text x="212" y="804">[Delta</text>
                <text x="276" y="804">Evidence</text>
                <text x="356" y="804">Appraisal]</text>
                <text x="536" y="820">|</text>
                <text x="460" y="836">appraiseEvidence(evidence,</text>
                <text x="500" y="852">eventLogsDelta</text>
                <text x="524" y="868">refValues)</text>
                <text x="432" y="884">attestationResult</text>
                <text x="516" y="884">&lt;=</text>
                <text x="48" y="932">|</text>
                <text x="536" y="932">|</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
.----------.                       .--------------------.   .----------.
| Attester |                       | Handle Distributor |   | Verifier |
'----+-----'                       '---------+----------'   '-----+----'
     |                                       |                    |
==========================[Handle Generation]===========================
     |                                    generateHandle()        |
     |                                       | => handle          |
     |                                       |                    |
     |<---------------------------- {handle} | {handle} --------->|
     |                                       |                    |
     |                                       x                    |
     |                                                            |
=================[Evidence Generation and Conveyance]===================
     |                                                            |
  generateClaims(attestingEnvironment)                            |
     | => claims, eventLogs                                       |
     |                                                            |
  collectClaims(claims, claimSelection)                           |
     | => collectedClaims                                         |
     |                                                            |
  generateEvidence(handle, authSecIDs, collectedClaims)           |
     | => evidence                                                |
     |                                                            |
     | {evidence, eventLogs} ------------------------------------>|
     |                                                            |
==========================[Evidence Appraisal]==========================
     |                                                            |
     |                                      appraiseEvidence(evidence,
     |                                                      eventLogs,
     |                                                      refValues)
     |                                       attestationResult <= |
     ~                                                            ~
     |                                                            |
 .--------[loop]------------------------------------------------------.
|    |                                                            |    |
| =============[Delta Evidence Generation and Conveyance]============= |
|    |                                                            |    |
| generateClaims(attestingEnvironment)                            |    |
|    | => claimsDelta, eventLogsDelta                             |    |
|    |                                                            |    |
| collectClaims(claimsDelta, claimSelection)                      |    |
|    | => collectedClaimsDelta                                    |    |
|    |                                                            |    |
| generateEvidence(handle, authSecIDs, collectedClaimsDelta)      |    |
|    | => evidence                                                |    |
|    |                                                            |    |
|    | {evidence, eventLogsDelta} ------------------------------->|    |
|    |                                                            |    |
| =====================[Delta Evidence Appraisal]===================== |
|    |                                                            |    |
|    |                                      appraiseEvidence(evidence, |
|    |                                                 eventLogsDelta, |
|    |                                                      refValues) |
|    |                                       attestationResult <= |    |
|    |                                                            |    |
 '--------------------------------------------------------------------'
     |                                                            |
]]></artwork>
        </artset>
        <t>Uni-Directional Remote Attestation procedures can be initiated both by the Attester and by the Verifier.
Initiation by the Attester can result in unsolicited pushes of Evidence to the Verifier.
Initiation by the Verifier always results in solicited pushes to the Verifier.</t>
        <t>The Uni-Directional model uses the same information elements as the Challenge/Response model.
In the sequence diagram above, the Attester initiates the conveyance of Evidence (comparable with a RESTful POST operation or the emission of a beacon).
While a request of Evidence from the Verifier would result in a sequence diagram more similar to the Challenge/Response model (comparable with a RESTful GET operation).
The specific manner how Handles are created and used always remains as the distinguishing quality of this model.</t>
        <t>In the Uni-Directional model, handles are composed of cryptographically signed trusted timestamps as shown in <xref target="I-D.birkholz-rats-tuda"/>, potentially including other qualifying data.
The Handles are created by an external 3rd entity -- the Handle Distributor -- which includes a trustworthy source of time, and takes on the role of a Time Stamping Authority (TSA, as initially defined in <xref target="RFC3161"/>).
Timestamps created from local clocks (absolute clocks using a global timescale, as well as relative clocks, such as tick-counters) of Attesters and Verifiers MUST be cryptographically bound to fresh Handles received from the Handle Distributor.
This binding provides a proof of synchronization that MUST be included in all produced Evidence.
Correspondingly, conveyed Evidence in this model provides a proof that it was fresh at a certain point in time.</t>
        <t>While periodically pushing Evidence to the Verifier, the Attester only needs to generate and convey evidence generated from Claim values that have changed and new Event Log entries since the previous conveyance.
These updates reflecting the differences are called "delta" in the sequence diagram above.</t>
        <t>Effectively, the Uni-Directional model allows for a series of Evidence to be pushed to multiple Verifiers simultaneously.
Methods to detect excessive time drift that would mandate a fresh Handle to be received by the Handle Distributor as well as timing of Handle distribution are out-of-scope of this document.</t>
      </section>
      <section anchor="streaming-remote-attestation">
        <name>Streaming Remote Attestation</name>
        <t>Streaming Remote Attestation serves as the foundational concept for both the observer pattern (<xref target="ISIS"/>) and the publish-subscribe pattern (<xref target="DesignPatterns"/>).
It entails establishing subscription states to enable continuous remote attestation.
The observer pattern directly connects observers to subjects without a broker, while the publish-subscribe pattern involves a central broker for message distribution.
In the following Subsections, streaming remote attestation without a broker (observer pattern) as well as with a broker (publish-subscribe pattern) are illustrated.</t>
        <section anchor="streaming-remote-attestation-without-a-broker">
          <name>Streaming Remote Attestation without a Broker</name>
          <artset>
            <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="944" width="584" viewBox="0 0 584 944" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
                <path d="M 8,576 L 8,896" fill="none" stroke="black"/>
                <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
                <path d="M 48,112 L 48,208" fill="none" stroke="black"/>
                <path d="M 48,272 L 48,288" fill="none" stroke="black"/>
                <path d="M 48,320 L 48,336" fill="none" stroke="black"/>
                <path d="M 48,368 L 48,384" fill="none" stroke="black"/>
                <path d="M 48,416 L 48,512" fill="none" stroke="black"/>
                <path d="M 48,640 L 48,656" fill="none" stroke="black"/>
                <path d="M 48,688 L 48,704" fill="none" stroke="black"/>
                <path d="M 48,736 L 48,752" fill="none" stroke="black"/>
                <path d="M 48,784 L 48,904" fill="none" stroke="black"/>
                <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
                <path d="M 488,32 L 488,64" fill="none" stroke="black"/>
                <path d="M 536,64 L 536,80" fill="none" stroke="black"/>
                <path d="M 536,144 L 536,208" fill="none" stroke="black"/>
                <path d="M 536,240 L 536,384" fill="none" stroke="black"/>
                <path d="M 536,416 L 536,448" fill="none" stroke="black"/>
                <path d="M 536,608 L 536,752" fill="none" stroke="black"/>
                <path d="M 536,784 L 536,816" fill="none" stroke="black"/>
                <path d="M 536,880 L 536,904" fill="none" stroke="black"/>
                <path d="M 560,480 L 560,488" fill="none" stroke="black"/>
                <path d="M 560,848 L 560,856" fill="none" stroke="black"/>
                <path d="M 576,32 L 576,64" fill="none" stroke="black"/>
                <path d="M 576,576 L 576,896" fill="none" stroke="black"/>
                <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
                <path d="M 488,32 L 576,32" fill="none" stroke="black"/>
                <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
                <path d="M 8,94 L 208,94" fill="none" stroke="black"/>
                <path d="M 8,98 L 208,98" fill="none" stroke="black"/>
                <path d="M 368,94 L 576,94" fill="none" stroke="black"/>
                <path d="M 368,98 L 576,98" fill="none" stroke="black"/>
                <path d="M 56,176 L 152,176" fill="none" stroke="black"/>
                <path d="M 136,192 L 528,192" fill="none" stroke="black"/>
                <path d="M 8,222 L 136,222" fill="none" stroke="black"/>
                <path d="M 8,226 L 136,226" fill="none" stroke="black"/>
                <path d="M 432,222 L 576,222" fill="none" stroke="black"/>
                <path d="M 432,226 L 576,226" fill="none" stroke="black"/>
                <path d="M 8,398 L 208,398" fill="none" stroke="black"/>
                <path d="M 8,402 L 208,402" fill="none" stroke="black"/>
                <path d="M 376,398 L 576,398" fill="none" stroke="black"/>
                <path d="M 376,402 L 576,402" fill="none" stroke="black"/>
                <path d="M 304,432 L 528,432" fill="none" stroke="black"/>
                <path d="M 24,560 L 80,560" fill="none" stroke="black"/>
                <path d="M 136,560 L 560,560" fill="none" stroke="black"/>
                <path d="M 24,590 L 120,590" fill="none" stroke="black"/>
                <path d="M 24,594 L 120,594" fill="none" stroke="black"/>
                <path d="M 464,590 L 560,590" fill="none" stroke="black"/>
                <path d="M 464,594 L 560,594" fill="none" stroke="black"/>
                <path d="M 24,766 L 184,766" fill="none" stroke="black"/>
                <path d="M 24,770 L 184,770" fill="none" stroke="black"/>
                <path d="M 400,766 L 560,766" fill="none" stroke="black"/>
                <path d="M 400,770 L 560,770" fill="none" stroke="black"/>
                <path d="M 280,800 L 528,800" fill="none" stroke="black"/>
                <path d="M 24,912 L 560,912" fill="none" stroke="black"/>
                <path d="M 24,560 C 15.16936,560 8,567.16936 8,576" fill="none" stroke="black"/>
                <path d="M 560,560 C 568.83064,560 576,567.16936 576,576" fill="none" stroke="black"/>
                <path d="M 24,912 C 15.16936,912 8,904.83064 8,896" fill="none" stroke="black"/>
                <path d="M 560,912 C 568.83064,912 576,904.83064 576,896" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="536,800 524,794.4 524,805.6 " fill="black" transform="rotate(0,528,800)"/>
                <polygon class="arrowhead" points="536,432 524,426.4 524,437.6 " fill="black" transform="rotate(0,528,432)"/>
                <polygon class="arrowhead" points="536,192 524,186.4 524,197.6 " fill="black" transform="rotate(0,528,192)"/>
                <polygon class="arrowhead" points="64,176 52,170.4 52,181.6 " fill="black" transform="rotate(180,56,176)"/>
                <g class="text">
                  <text x="52" y="52">Attester</text>
                  <text x="532" y="52">Verifier</text>
                  <text x="240" y="100">[Handle</text>
                  <text x="320" y="100">Generation]</text>
                  <text x="536" y="116">|</text>
                  <text x="500" y="132">generateHandle()</text>
                  <text x="492" y="148">handle&lt;=</text>
                  <text x="232" y="180">subscribe(handle,</text>
                  <text x="352" y="180">authSecIDs,</text>
                  <text x="464" y="180">claimSelection)</text>
                  <text x="92" y="196">{handle}</text>
                  <text x="176" y="228">[Evidence</text>
                  <text x="260" y="228">Generation</text>
                  <text x="320" y="228">and</text>
                  <text x="384" y="228">Conveyance]</text>
                  <text x="48" y="244">|</text>
                  <text x="164" y="260">generateClaims(attestingEnvironment)</text>
                  <text x="68" y="276">=&gt;</text>
                  <text x="112" y="276">claims,</text>
                  <text x="184" y="276">eventLogs</text>
                  <text x="104" y="308">collectClaims(claims,</text>
                  <text x="256" y="308">claimSelection)</text>
                  <text x="68" y="324">=&gt;</text>
                  <text x="144" y="324">collectedClaims</text>
                  <text x="116" y="356">generateEvidence(handle,</text>
                  <text x="264" y="356">authSecIDs,</text>
                  <text x="380" y="356">collectedClaims)</text>
                  <text x="68" y="372">=&gt;</text>
                  <text x="116" y="372">evidence</text>
                  <text x="248" y="404">[Evidence</text>
                  <text x="332" y="404">Appraisal]</text>
                  <text x="92" y="436">{handle,</text>
                  <text x="168" y="436">evidence,</text>
                  <text x="252" y="436">eventLogs}</text>
                  <text x="460" y="468">appraiseEvidence(evidence,</text>
                  <text x="520" y="484">eventLogs</text>
                  <text x="524" y="500">refValues)</text>
                  <text x="432" y="516">attestationResult</text>
                  <text x="516" y="516">&lt;=</text>
                  <text x="536" y="516">|</text>
                  <text x="48" y="532">~</text>
                  <text x="536" y="532">~</text>
                  <text x="48" y="548">|</text>
                  <text x="536" y="548">|</text>
                  <text x="108" y="564">[loop]</text>
                  <text x="48" y="580">|</text>
                  <text x="536" y="580">|</text>
                  <text x="148" y="596">[Delta</text>
                  <text x="212" y="596">Evidence</text>
                  <text x="292" y="596">Generation</text>
                  <text x="352" y="596">and</text>
                  <text x="416" y="596">Conveyance]</text>
                  <text x="48" y="612">|</text>
                  <text x="164" y="628">generateClaims(attestingEnvironment)</text>
                  <text x="68" y="644">=&gt;</text>
                  <text x="132" y="644">claimsDelta,</text>
                  <text x="244" y="644">eventLogsDelta</text>
                  <text x="124" y="676">collectClaims(claimsDelta,</text>
                  <text x="296" y="676">claimSelection)</text>
                  <text x="68" y="692">=&gt;</text>
                  <text x="164" y="692">collectedClaimsDelta</text>
                  <text x="116" y="724">generateEvidence(handle,</text>
                  <text x="264" y="724">authSecIDs,</text>
                  <text x="400" y="724">collectedClaimsDelta)</text>
                  <text x="68" y="740">=&gt;</text>
                  <text x="116" y="740">evidence</text>
                  <text x="212" y="772">[Delta</text>
                  <text x="276" y="772">Evidence</text>
                  <text x="356" y="772">Appraisal]</text>
                  <text x="100" y="804">{evidence,</text>
                  <text x="208" y="804">eventLogsDelta}</text>
                  <text x="460" y="836">appraiseEvidence(evidence,</text>
                  <text x="500" y="852">eventLogsDelta</text>
                  <text x="524" y="868">refValues)</text>
                  <text x="432" y="884">attestationResult</text>
                  <text x="516" y="884">&lt;=</text>
                  <text x="48" y="932">|</text>
                  <text x="536" y="932">|</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![CDATA[
.----------.                                                .----------.
| Attester |                                                | Verifier |
'----+-----'                                                '-----+----'
     |                                                            |
==========================[Handle Generation]===========================
     |                                                            |
     |                                                generateHandle()
     |                                                   handle<= |
     |                                                            |
     |<------------ subscribe(handle, authSecIDs, claimSelection) |
     | {handle} ------------------------------------------------->|
     |                                                            |
=================[Evidence Generation and Conveyance]===================
     |                                                            |
  generateClaims(attestingEnvironment)                            |
     | => claims, eventLogs                                       |
     |                                                            |
  collectClaims(claims, claimSelection)                           |
     | => collectedClaims                                         |
     |                                                            |
  generateEvidence(handle, authSecIDs, collectedClaims)           |
     | => evidence                                                |
     |                                                            |
==========================[Evidence Appraisal]==========================
     |                                                            |
     | {handle, evidence, eventLogs} ---------------------------->|
     |                                                            |
     |                                      appraiseEvidence(evidence,
     |                                                      eventLogs,
     |                                                      refValues)
     |                                       attestationResult <= |
     ~                                                            ~
     |                                                            |
 .--------[loop]------------------------------------------------------.
|    |                                                            |    |
| =============[Delta Evidence Generation and Conveyance]============= |
|    |                                                            |    |
| generateClaims(attestingEnvironment)                            |    |
|    | => claimsDelta, eventLogsDelta                             |    |
|    |                                                            |    |
| collectClaims(claimsDelta, claimSelection)                      |    |
|    | => collectedClaimsDelta                                    |    |
|    |                                                            |    |
| generateEvidence(handle, authSecIDs, collectedClaimsDelta)      |    |
|    | => evidence                                                |    |
|    |                                                            |    |
| =====================[Delta Evidence Appraisal]===================== |
|    |                                                            |    |
|    | {evidence, eventLogsDelta} ------------------------------->|    |
|    |                                                            |    |
|    |                                      appraiseEvidence(evidence, |
|    |                                                 eventLogsDelta, |
|    |                                                      refValues) |
|    |                                       attestationResult <= |    |
|    |                                                            |    |
 '--------------------------------------------------------------------'
     |                                                            |
]]></artwork>
          </artset>
          <t>The observer pattern is employed in scenarios where message delivery does not involve a central broker.
Instead, an observer directly subscribes to observed resources via a dedicated mechanism.
Consequently, these dedicated mechanisms contain information about the observer and are responsible for maintaining subscription state.
Setting up subscription state between a Verifier and an Attester is conducted via a subscribe operation.
The subscribe operation is used to convey Handles required for Evidence generation.
Effectively, this allows for a series of Evidence to be pushed to a Verifier, similar to the Uni-Directional model.
While a Handle Distributor is not mandatory in this model, the model is also limited to bi-lateral subscription relationships, in which each Verifier has to create and provide Handles individually.
Handles provided by a specific subscribing Verifier MUST be used in Evidence generation for that specific Verifier.
The streaming model without a broker uses the same information elements as the Challenge/Response and the Uni-Directional model.
Methods to detect excessive time drift that would render Handles stale and mandate a fresh Handles to be conveyed via another subscribe operation are out-of-scope of this document.</t>
        </section>
        <section anchor="streaming-remote-attestation-with-a-broker">
          <name>Streaming Remote Attestation with a Broker</name>
          <t>The publish-subscribe messaging pattern is widely used for communication in different areas.
Unlike the <em>Streaming Remote Attestation without a Broker</em> interaction model, Attesters do not (need to) be aware of corresponding Verifiers.
In scenarios with large numbers of Attesters and Verifiers, the publish-subscribe pattern may reduce interdependencies and improve scalability.</t>
          <t>With publish-subscribe, clients typically <em>connect</em> to (or <em>register</em> with) a publish-subscribe server (PubSub server or Broker).
Clients may <em>publish</em> data in the form of a <em>message</em> under a certain <em>topic</em>.
<em>Subscribers</em> to that topic get <em>notified</em> whenever a message arrives under a topic, and the appropriate message is forwarded to them.
Depending on the particular  publish-subscribe model and implementation, clients can be either publishers or subscribers or both.</t>
          <t>In the following sections, the interaction models <em>Challenge/Response Remote Attestation over Publish-Subscribe</em> and <em>Uni-Directional Remote Attestation over Publish-Subscribe</em> are described.
There are different phases that both models go through:</t>
          <ol spacing="normal" type="1">
            <li>Handle Generation</li>
            <li>Evidence Generation and Conveyance</li>
            <li>Evidence Appraisal</li>
            <li>Attestation Result Generation</li>
          </ol>
          <t>The models only differ in the handle generation phase.
From a remote attestations procedure's point of view Evidence Generation, Conveyance, and Appraisal, as well as Attestation Result Generation are identical in both models.</t>
          <section anchor="handle-generation-for-challengeresponse-remote-attestation-over-publish-subscribe">
            <name>Handle Generation for Challenge/Response Remote Attestation over Publish-Subscribe</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="224" width="584" viewBox="0 0 584 224" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
                  <path d="M 48,64 L 48,80" fill="none" stroke="black"/>
                  <path d="M 48,144 L 48,192" fill="none" stroke="black"/>
                  <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
                  <path d="M 248,32 L 248,64" fill="none" stroke="black"/>
                  <path d="M 312,64 L 312,80" fill="none" stroke="black"/>
                  <path d="M 312,112 L 312,160" fill="none" stroke="black"/>
                  <path d="M 376,32 L 376,64" fill="none" stroke="black"/>
                  <path d="M 488,32 L 488,64" fill="none" stroke="black"/>
                  <path d="M 536,64 L 536,80" fill="none" stroke="black"/>
                  <path d="M 536,112 L 536,128" fill="none" stroke="black"/>
                  <path d="M 536,176 L 536,192" fill="none" stroke="black"/>
                  <path d="M 560,144 L 560,152" fill="none" stroke="black"/>
                  <path d="M 576,32 L 576,64" fill="none" stroke="black"/>
                  <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
                  <path d="M 248,32 L 376,32" fill="none" stroke="black"/>
                  <path d="M 488,32 L 576,32" fill="none" stroke="black"/>
                  <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                  <path d="M 248,64 L 376,64" fill="none" stroke="black"/>
                  <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
                  <path d="M 8,94 L 208,94" fill="none" stroke="black"/>
                  <path d="M 8,98 L 208,98" fill="none" stroke="black"/>
                  <path d="M 368,94 L 576,94" fill="none" stroke="black"/>
                  <path d="M 368,98 L 576,98" fill="none" stroke="black"/>
                  <path d="M 176,128 L 304,128" fill="none" stroke="black"/>
                  <path d="M 320,144 L 416,144" fill="none" stroke="black"/>
                  <path d="M 56,176 L 208,176" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="328,144 316,138.4 316,149.6 " fill="black" transform="rotate(180,320,144)"/>
                  <polygon class="arrowhead" points="312,128 300,122.4 300,133.6 " fill="black" transform="rotate(0,304,128)"/>
                  <polygon class="arrowhead" points="64,176 52,170.4 52,181.6 " fill="black" transform="rotate(180,56,176)"/>
                  <g class="text">
                    <text x="52" y="52">Attester</text>
                    <text x="284" y="52">PubSub</text>
                    <text x="340" y="52">Server</text>
                    <text x="532" y="52">Verifier</text>
                    <text x="240" y="100">[Handle</text>
                    <text x="320" y="100">Generation]</text>
                    <text x="48" y="116">|</text>
                    <text x="96" y="132">sub(topic=AttReq)</text>
                    <text x="492" y="148">pub(topic=AttReq</text>
                    <text x="536" y="164">handle)</text>
                    <text x="300" y="180">notify(topic=AttReq,</text>
                    <text x="416" y="180">handle)</text>
                    <text x="312" y="196">|</text>
                    <text x="48" y="212">~</text>
                    <text x="312" y="212">~</text>
                    <text x="536" y="212">~</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
.----------.                  .---------------.             .----------.
| Attester |                  | PubSub Server |             | Verifier |
'----+-----'                  '-------+-------'             '-----+----'
     |                                |                           |
==========================[Handle Generation]===========================
     |                                |                           |
   sub(topic=AttReq) ---------------->|                           |
     |                                |<------------ pub(topic=AttReq,
     |                                |                        handle)
     |<------------------- notify(topic=AttReq, handle)           |
     |                                |                           |
     ~                                ~                           ~
]]></artwork>
            </artset>
            <t>The <em>Challenge/Response Remote Attestation over Publish-Subscribe</em> interaction model uses the same information elements as the <em>Challenge/Response Remote Attestation</em> interaction model.
Handles are provided by a Verifier on a per-request basis.
In the sequence diagram above, an Attester subscribes to the "AttReq" (= Attestation Request) topic on the PubSub server.
The Verifier publishes a Handle to the "AttReq" topic, which the PubSub server forwards to the Attester by notifying it.</t>
          </section>
          <section anchor="handle-generation-for-uni-directional-remote-attestation-over-publish-subscribe">
            <name>Handle Generation for Uni-Directional Remote Attestation over Publish-Subscribe</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="432" width="584" viewBox="0 0 584 432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,32 L 8,64" fill="none" stroke="black"/>
                  <path d="M 48,64 L 48,96" fill="none" stroke="black"/>
                  <path d="M 48,128 L 48,144" fill="none" stroke="black"/>
                  <path d="M 48,176 L 48,400" fill="none" stroke="black"/>
                  <path d="M 96,32 L 96,64" fill="none" stroke="black"/>
                  <path d="M 120,32 L 120,80" fill="none" stroke="black"/>
                  <path d="M 176,80 L 176,96" fill="none" stroke="black"/>
                  <path d="M 176,128 L 176,152" fill="none" stroke="black"/>
                  <path d="M 176,168 L 176,224" fill="none" stroke="black"/>
                  <path d="M 176,256 L 176,272" fill="none" stroke="black"/>
                  <path d="M 232,32 L 232,80" fill="none" stroke="black"/>
                  <path d="M 272,32 L 272,64" fill="none" stroke="black"/>
                  <path d="M 336,64 L 336,96" fill="none" stroke="black"/>
                  <path d="M 336,128 L 336,336" fill="none" stroke="black"/>
                  <path d="M 400,32 L 400,64" fill="none" stroke="black"/>
                  <path d="M 488,32 L 488,64" fill="none" stroke="black"/>
                  <path d="M 536,64 L 536,96" fill="none" stroke="black"/>
                  <path d="M 536,128 L 536,176" fill="none" stroke="black"/>
                  <path d="M 536,208 L 536,400" fill="none" stroke="black"/>
                  <path d="M 576,32 L 576,64" fill="none" stroke="black"/>
                  <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
                  <path d="M 120,32 L 232,32" fill="none" stroke="black"/>
                  <path d="M 272,32 L 400,32" fill="none" stroke="black"/>
                  <path d="M 488,32 L 576,32" fill="none" stroke="black"/>
                  <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                  <path d="M 272,64 L 400,64" fill="none" stroke="black"/>
                  <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
                  <path d="M 120,80 L 232,80" fill="none" stroke="black"/>
                  <path d="M 8,110 L 208,110" fill="none" stroke="black"/>
                  <path d="M 8,114 L 208,114" fill="none" stroke="black"/>
                  <path d="M 368,110 L 576,110" fill="none" stroke="black"/>
                  <path d="M 368,114 L 576,114" fill="none" stroke="black"/>
                  <path d="M 176,160 L 328,160" fill="none" stroke="black"/>
                  <path d="M 344,192 L 416,192" fill="none" stroke="black"/>
                  <path d="M 256,304 L 328,304" fill="none" stroke="black"/>
                  <path d="M 56,352 L 224,352" fill="none" stroke="black"/>
                  <path d="M 472,384 L 528,384" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="536,384 524,378.4 524,389.6 " fill="black" transform="rotate(0,528,384)"/>
                  <polygon class="arrowhead" points="352,192 340,186.4 340,197.6 " fill="black" transform="rotate(180,344,192)"/>
                  <polygon class="arrowhead" points="336,304 324,298.4 324,309.6 " fill="black" transform="rotate(0,328,304)"/>
                  <polygon class="arrowhead" points="336,160 324,154.4 324,165.6 " fill="black" transform="rotate(0,328,160)"/>
                  <polygon class="arrowhead" points="64,352 52,346.4 52,357.6 " fill="black" transform="rotate(180,56,352)"/>
                  <g class="text">
                    <text x="52" y="52">Attester</text>
                    <text x="172" y="52">Handle</text>
                    <text x="308" y="52">PubSub</text>
                    <text x="364" y="52">Server</text>
                    <text x="532" y="52">Verifier</text>
                    <text x="176" y="68">Distributor</text>
                    <text x="240" y="116">[Handle</text>
                    <text x="320" y="116">Generation]</text>
                    <text x="96" y="164">sub(topic=Handle)</text>
                    <text x="496" y="196">sub(topic=Handle)</text>
                    <text x="204" y="244">generateHandle()</text>
                    <text x="196" y="260">=&gt;</text>
                    <text x="236" y="260">handle</text>
                    <text x="224" y="292">pub(topic=Handle,</text>
                    <text x="176" y="308">|</text>
                    <text x="216" y="308">handle)</text>
                    <text x="176" y="324">x</text>
                    <text x="316" y="356">notify(topic=Handle,</text>
                    <text x="432" y="356">handle)</text>
                    <text x="336" y="372">|</text>
                    <text x="316" y="388">notify(topic=Handle,</text>
                    <text x="432" y="388">handle)</text>
                    <text x="336" y="404">|</text>
                    <text x="48" y="420">~</text>
                    <text x="336" y="420">~</text>
                    <text x="536" y="420">~</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
.----------.  .-------------.    .---------------.          .----------.
| Attester |  |   Handle    |    | PubSub Server |          | Verifier |
'----+-----'  | Distributor |    '-------+-------'          '-----+----'
     |        '------+------'            |                        |
     |               |                   |                        |
==========================[Handle Generation]===========================
     |               |                   |                        |
     |               |                   |                        |
   sub(topic=Handle) ------------------->|                        |
     |               |                   |                        |
     |               |                   |<--------- sub(topic=Handle)
     |               |                   |                        |
     |               |                   |                        |
     |           generateHandle()        |                        |
     |               | => handle         |                        |
     |               |                   |                        |
     |             pub(topic=Handle,     |                        |
     |               | handle) --------->|                        |
     |               x                   |                        |
     |                                   |                        |
     |<--------------------- notify(topic=Handle, handle)         |
     |                                   |                        |
     |                       notify(topic=Handle, handle) ------->|
     |                                   |                        |
     ~                                   ~                        ~
]]></artwork>
            </artset>
            <t>The <em>Uni-Directional Remote Attestation over Publish-Subscribe</em> model uses the same information elements as the Uni-Directional Remote Attestation model.
Accordingly, Handles are created by a 3rd party, the Handle Distributor.
In the sequence diagram above, both an Attester and a Verifier subscribe to the topic "Handle" on the PubSub server.
When the Handle Distributor generates and publishes a Handle to the "Handle" topic on the PubSub server, the PubSub server notifies the subscribers, Attester and Verifier, and forwards ("notify") the Handle to them during Handle Generation.</t>
          </section>
          <section anchor="evidence-generation-and-appraisal">
            <name>Evidence Generation and Appraisal</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="752" width="584" viewBox="0 0 584 752" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,64 L 8,96" fill="none" stroke="black"/>
                  <path d="M 8,176 L 8,688" fill="none" stroke="black"/>
                  <path d="M 48,48 L 48,64" fill="none" stroke="black"/>
                  <path d="M 48,96 L 48,152" fill="none" stroke="black"/>
                  <path d="M 48,240 L 48,256" fill="none" stroke="black"/>
                  <path d="M 48,288 L 48,304" fill="none" stroke="black"/>
                  <path d="M 48,336 L 48,368" fill="none" stroke="black"/>
                  <path d="M 48,400 L 48,480" fill="none" stroke="black"/>
                  <path d="M 48,512 L 48,608" fill="none" stroke="black"/>
                  <path d="M 48,640 L 48,696" fill="none" stroke="black"/>
                  <path d="M 96,64 L 96,96" fill="none" stroke="black"/>
                  <path d="M 272,64 L 272,96" fill="none" stroke="black"/>
                  <path d="M 336,48 L 336,64" fill="none" stroke="black"/>
                  <path d="M 336,96 L 336,152" fill="none" stroke="black"/>
                  <path d="M 336,208 L 336,416" fill="none" stroke="black"/>
                  <path d="M 336,448 L 336,480" fill="none" stroke="black"/>
                  <path d="M 336,512 L 336,608" fill="none" stroke="black"/>
                  <path d="M 336,640 L 336,696" fill="none" stroke="black"/>
                  <path d="M 400,64 L 400,96" fill="none" stroke="black"/>
                  <path d="M 488,64 L 488,96" fill="none" stroke="black"/>
                  <path d="M 536,48 L 536,64" fill="none" stroke="black"/>
                  <path d="M 536,96 L 536,112" fill="none" stroke="black"/>
                  <path d="M 536,208 L 536,480" fill="none" stroke="black"/>
                  <path d="M 536,592 L 536,608" fill="none" stroke="black"/>
                  <path d="M 560,560 L 560,568" fill="none" stroke="black"/>
                  <path d="M 560,656 L 560,664" fill="none" stroke="black"/>
                  <path d="M 576,64 L 576,96" fill="none" stroke="black"/>
                  <path d="M 576,176 L 576,688" fill="none" stroke="black"/>
                  <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                  <path d="M 272,64 L 400,64" fill="none" stroke="black"/>
                  <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
                  <path d="M 8,96 L 96,96" fill="none" stroke="black"/>
                  <path d="M 272,96 L 400,96" fill="none" stroke="black"/>
                  <path d="M 488,96 L 576,96" fill="none" stroke="black"/>
                  <path d="M 344,128 L 424,128" fill="none" stroke="black"/>
                  <path d="M 24,160 L 80,160" fill="none" stroke="black"/>
                  <path d="M 136,160 L 560,160" fill="none" stroke="black"/>
                  <path d="M 24,190 L 136,190" fill="none" stroke="black"/>
                  <path d="M 24,194 L 136,194" fill="none" stroke="black"/>
                  <path d="M 432,190 L 560,190" fill="none" stroke="black"/>
                  <path d="M 432,194 L 560,194" fill="none" stroke="black"/>
                  <path d="M 232,400 L 328,400" fill="none" stroke="black"/>
                  <path d="M 448,464 L 528,464" fill="none" stroke="black"/>
                  <path d="M 24,494 L 208,494" fill="none" stroke="black"/>
                  <path d="M 24,498 L 208,498" fill="none" stroke="black"/>
                  <path d="M 376,494 L 560,494" fill="none" stroke="black"/>
                  <path d="M 376,498 L 560,498" fill="none" stroke="black"/>
                  <path d="M 24,622 L 160,622" fill="none" stroke="black"/>
                  <path d="M 24,626 L 160,626" fill="none" stroke="black"/>
                  <path d="M 416,622 L 560,622" fill="none" stroke="black"/>
                  <path d="M 416,626 L 560,626" fill="none" stroke="black"/>
                  <path d="M 344,656 L 416,656" fill="none" stroke="black"/>
                  <path d="M 24,704 L 560,704" fill="none" stroke="black"/>
                  <path d="M 24,160 C 15.16936,160 8,167.16936 8,176" fill="none" stroke="black"/>
                  <path d="M 560,160 C 568.83064,160 576,167.16936 576,176" fill="none" stroke="black"/>
                  <path d="M 24,704 C 15.16936,704 8,696.83064 8,688" fill="none" stroke="black"/>
                  <path d="M 560,704 C 568.83064,704 576,696.83064 576,688" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="536,464 524,458.4 524,469.6 " fill="black" transform="rotate(0,528,464)"/>
                  <polygon class="arrowhead" points="352,656 340,650.4 340,661.6 " fill="black" transform="rotate(180,344,656)"/>
                  <polygon class="arrowhead" points="352,128 340,122.4 340,133.6 " fill="black" transform="rotate(180,344,128)"/>
                  <polygon class="arrowhead" points="336,400 324,394.4 324,405.6 " fill="black" transform="rotate(0,328,400)"/>
                  <g class="text">
                    <text x="48" y="36">~</text>
                    <text x="336" y="36">~</text>
                    <text x="536" y="36">~</text>
                    <text x="52" y="84">Attester</text>
                    <text x="308" y="84">PubSub</text>
                    <text x="364" y="84">Server</text>
                    <text x="532" y="84">Verifier</text>
                    <text x="500" y="132">sub(topic=AttEv)</text>
                    <text x="536" y="148">|</text>
                    <text x="108" y="164">[loop]</text>
                    <text x="48" y="180">|</text>
                    <text x="336" y="180">|</text>
                    <text x="536" y="180">|</text>
                    <text x="176" y="196">[Evidence</text>
                    <text x="260" y="196">Generation</text>
                    <text x="320" y="196">and</text>
                    <text x="384" y="196">Conveyance]</text>
                    <text x="48" y="212">|</text>
                    <text x="164" y="228">generateClaims(attestingEnvironment)</text>
                    <text x="68" y="244">=&gt;</text>
                    <text x="112" y="244">claims,</text>
                    <text x="184" y="244">eventLogs</text>
                    <text x="104" y="276">collectClaims(claims,</text>
                    <text x="256" y="276">claimSelection)</text>
                    <text x="68" y="292">=&gt;</text>
                    <text x="144" y="292">collectedClaims</text>
                    <text x="116" y="324">generateEvidence(handle,</text>
                    <text x="264" y="324">authSecIDs,</text>
                    <text x="220" y="340">collectedClaims)</text>
                    <text x="68" y="356">=&gt;</text>
                    <text x="116" y="356">evidence</text>
                    <text x="92" y="388">pub(topic=AttEv,</text>
                    <text x="96" y="404">evidence,</text>
                    <text x="180" y="404">eventLogs)</text>
                    <text x="376" y="436">notify(topic=AttEv,</text>
                    <text x="392" y="452">evidence,</text>
                    <text x="396" y="468">eventLogs)</text>
                    <text x="248" y="500">[Evidence</text>
                    <text x="332" y="500">Appraisal]</text>
                    <text x="536" y="516">|</text>
                    <text x="496" y="532">appraiseEvidence(</text>
                    <text x="528" y="548">evidence,</text>
                    <text x="520" y="564">eventLogs</text>
                    <text x="524" y="580">refValues)</text>
                    <text x="432" y="596">attestationResult</text>
                    <text x="516" y="596">&lt;=</text>
                    <text x="212" y="628">[Attestation</text>
                    <text x="292" y="628">Result</text>
                    <text x="368" y="628">Generation]</text>
                    <text x="536" y="644">|</text>
                    <text x="492" y="660">pub(topic=AttRes</text>
                    <text x="492" y="676">attestationResult)</text>
                    <text x="536" y="692">|</text>
                    <text x="48" y="724">|</text>
                    <text x="336" y="724">|</text>
                    <text x="536" y="724">|</text>
                    <text x="48" y="740">~</text>
                    <text x="336" y="740">~</text>
                    <text x="536" y="740">~</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
     ~                                   ~                        ~
     |                                   |                        |
.----+-----.                     .-------+-------.          .-----+----.
| Attester |                     | PubSub Server |          | Verifier |
'----+-----'                     '-------+-------'          '-----+----'
     |                                   |                        |
     |                                   |<---------- sub(topic=AttEv)
     |                                   |                        |
 .--------[loop]------------------------------------------------------.
|    |                                   |                        |    |
| ===============[Evidence Generation and Conveyance]================= |
|    |                                   |                        |    |
| generateClaims(attestingEnvironment)   |                        |    |
|    | => claims, eventLogs              |                        |    |
|    |                                   |                        |    |
| collectClaims(claims, claimSelection)  |                        |    |
|    | => collectedClaims                |                        |    |
|    |                                   |                        |    |
| generateEvidence(handle, authSecIDs,   |                        |    |
|    |             collectedClaims)      |                        |    |
|    | => evidence                       |                        |    |
|    |                                   |                        |    |
|  pub(topic=AttEv,                      |                        |    |
|    | evidence, eventLogs) ------------>|                        |    |
|    |                                   |                        |    |
|    |                               notify(topic=AttEv,          |    |
|    |                                   |  evidence,             |    |
|    |                                   |  eventLogs) ---------->|    |
|    |                                   |                        |    |
| ========================[Evidence Appraisal]======================== |
|    |                                   |                        |    |
|    |                                   |           appraiseEvidence( |
|    |                                   |                   evidence, |
|    |                                   |                  eventLogs, |
|    |                                   |                  refValues) |
|    |                                   |   attestationResult <= |    |
|    |                                   |                        |    |
| ==================[Attestation Result Generation]=================== |
|    |                                   |                        |    |
|    |                                   |<--------- pub(topic=AttRes, |
|    |                                   |          attestationResult) |
|    |                                   |                        |    |
 '--------------------------------------------------------------------'
     |                                   |                        |
     ~                                   ~                        ~
]]></artwork>
            </artset>
            <t>Exactly as in the Challenge/Response and Uni-Directional interaction models, there is an Evidence Generation-Appraisal loop, in which the Attester generates Evidence and the Verifier appraises it.
In the Publish-Subscribe model above, the Attester publishes Evidence to the topic "AttEv" (= Attestation Evidence) on the PubSub server, to which a Verifier subscribed before.
The PubSub server notifies Verifiers, accordingly, by forwarding the attestation Evidence.
Although the above diagram depicts only full attestation Evidence and Event Logs, later attestations may use "deltas' for Evidence and Event Logs.
Verifiers appraise the Evidence and publish the Attestation Result to topic "AttRes" (= Attestation Result) on the PubSub server.</t>
          </section>
          <section anchor="attestation-result-generation">
            <name>Attestation Result Generation</name>
            <artset>
              <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="384" width="584" viewBox="0 0 584 384" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                  <path d="M 8,64 L 8,96" fill="none" stroke="black"/>
                  <path d="M 8,224 L 8,320" fill="none" stroke="black"/>
                  <path d="M 48,48 L 48,64" fill="none" stroke="black"/>
                  <path d="M 48,96 L 48,112" fill="none" stroke="black"/>
                  <path d="M 48,144 L 48,200" fill="none" stroke="black"/>
                  <path d="M 48,216 L 48,328" fill="none" stroke="black"/>
                  <path d="M 96,64 L 96,96" fill="none" stroke="black"/>
                  <path d="M 112,64 L 112,96" fill="none" stroke="black"/>
                  <path d="M 136,48 L 136,64" fill="none" stroke="black"/>
                  <path d="M 136,96 L 136,112" fill="none" stroke="black"/>
                  <path d="M 136,216 L 136,328" fill="none" stroke="black"/>
                  <path d="M 240,64 L 240,96" fill="none" stroke="black"/>
                  <path d="M 272,64 L 272,96" fill="none" stroke="black"/>
                  <path d="M 336,48 L 336,64" fill="none" stroke="black"/>
                  <path d="M 336,96 L 336,112" fill="none" stroke="black"/>
                  <path d="M 336,144 L 336,200" fill="none" stroke="black"/>
                  <path d="M 336,216 L 336,272" fill="none" stroke="black"/>
                  <path d="M 336,304 L 336,328" fill="none" stroke="black"/>
                  <path d="M 400,64 L 400,96" fill="none" stroke="black"/>
                  <path d="M 488,64 L 488,96" fill="none" stroke="black"/>
                  <path d="M 536,48 L 536,64" fill="none" stroke="black"/>
                  <path d="M 536,96 L 536,112" fill="none" stroke="black"/>
                  <path d="M 536,144 L 536,200" fill="none" stroke="black"/>
                  <path d="M 536,272 L 536,328" fill="none" stroke="black"/>
                  <path d="M 560,240 L 560,248" fill="none" stroke="black"/>
                  <path d="M 576,64 L 576,96" fill="none" stroke="black"/>
                  <path d="M 576,224 L 576,320" fill="none" stroke="black"/>
                  <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
                  <path d="M 112,64 L 240,64" fill="none" stroke="black"/>
                  <path d="M 272,64 L 400,64" fill="none" stroke="black"/>
                  <path d="M 488,64 L 576,64" fill="none" stroke="black"/>
                  <path d="M 8,96 L 96,96" fill="none" stroke="black"/>
                  <path d="M 112,96 L 240,96" fill="none" stroke="black"/>
                  <path d="M 272,96 L 400,96" fill="none" stroke="black"/>
                  <path d="M 488,96 L 576,96" fill="none" stroke="black"/>
                  <path d="M 8,126 L 160,126" fill="none" stroke="black"/>
                  <path d="M 8,130 L 160,130" fill="none" stroke="black"/>
                  <path d="M 416,126 L 576,126" fill="none" stroke="black"/>
                  <path d="M 416,130 L 576,130" fill="none" stroke="black"/>
                  <path d="M 192,176 L 328,176" fill="none" stroke="black"/>
                  <path d="M 24,208 L 80,208" fill="none" stroke="black"/>
                  <path d="M 136,208 L 560,208" fill="none" stroke="black"/>
                  <path d="M 344,240 L 416,240" fill="none" stroke="black"/>
                  <path d="M 144,288 L 280,288" fill="none" stroke="black"/>
                  <path d="M 24,336 L 560,336" fill="none" stroke="black"/>
                  <path d="M 24,208 C 15.16936,208 8,215.16936 8,224" fill="none" stroke="black"/>
                  <path d="M 560,208 C 568.83064,208 576,215.16936 576,224" fill="none" stroke="black"/>
                  <path d="M 24,336 C 15.16936,336 8,328.83064 8,320" fill="none" stroke="black"/>
                  <path d="M 560,336 C 568.83064,336 576,328.83064 576,320" fill="none" stroke="black"/>
                  <polygon class="arrowhead" points="352,240 340,234.4 340,245.6 " fill="black" transform="rotate(180,344,240)"/>
                  <polygon class="arrowhead" points="336,176 324,170.4 324,181.6 " fill="black" transform="rotate(0,328,176)"/>
                  <polygon class="arrowhead" points="152,288 140,282.4 140,293.6 " fill="black" transform="rotate(180,144,288)"/>
                  <g class="text">
                    <text x="48" y="36">~</text>
                    <text x="136" y="36">~</text>
                    <text x="336" y="36">~</text>
                    <text x="536" y="36">~</text>
                    <text x="52" y="84">Attester</text>
                    <text x="152" y="84">Relying</text>
                    <text x="208" y="84">Party</text>
                    <text x="308" y="84">PubSub</text>
                    <text x="364" y="84">Server</text>
                    <text x="532" y="84">Verifier</text>
                    <text x="212" y="132">[Attestation</text>
                    <text x="292" y="132">Result</text>
                    <text x="368" y="132">Generation]</text>
                    <text x="136" y="148">|</text>
                    <text x="160" y="164">sub(topic=AttRes)</text>
                    <text x="152" y="180">handle)</text>
                    <text x="136" y="196">|</text>
                    <text x="108" y="212">[loop]</text>
                    <text x="536" y="228">|</text>
                    <text x="492" y="244">pub(topic=AttRes</text>
                    <text x="492" y="260">attestationResult)</text>
                    <text x="368" y="292">notify(topic=AttRes</text>
                    <text x="420" y="308">attestationResult)</text>
                    <text x="48" y="356">|</text>
                    <text x="136" y="356">|</text>
                    <text x="336" y="356">|</text>
                    <text x="536" y="356">|</text>
                    <text x="48" y="372">~</text>
                    <text x="136" y="372">~</text>
                    <text x="336" y="372">~</text>
                    <text x="536" y="372">~</text>
                  </g>
                </svg>
              </artwork>
              <artwork type="ascii-art"><![CDATA[
     ~          ~                        ~                        ~
     |          |                        |                        |
.----+-----. .--+------------.   .-------+-------.          .-----+----.
| Attester | | Relying Party |   | PubSub Server |          | Verifier |
'----+-----' '--+------------'   '-------+-------'          '-----+----'
     |          |                        |                        |
====================[Attestation Result Generation]=====================
     |          |                        |                        |
     |     sub(topic=AttRes)             |                        |
     |         handle) ----------------->|                        |
     |          |                        |                        |
 .--------[loop]------------------------------------------------------.
|    |          |                        |                        |    |
|    |          |                        |<--------- pub(topic=AttRes, |
|    |          |                        |          attestationResult) |
|    |          |                        |                        |    |
|    |          |<----------------- notify(topic=AttRes           |    |
|    |          |                        | attestationResult)     |    |
|    |          |                        |                        |    |
 '--------------------------------------------------------------------'
     |          |                        |                        |
     ~          ~                        ~                        ~
]]></artwork>
            </artset>
            <t>Attestation Result Generation is the same for both publish-subscribe models,<em>Challenge/Response Remote Attestation over Publish-Subscribe</em> and <em>Uni-Directional Remote Attestation over Publish-Subscribe</em>.
Relying Parties subscribe to topic <tt>AttRes</tt> (= Attestation Result) on the PubSub server.
The PubSub server forwards Attestation Results to the Relying Parties as soon as they are published to topic <tt>AttRes</tt>.</t>
          </section>
          <section anchor="publishsubscribe-topics">
            <name>Publish/Subscribe Topics</name>
            <t>Many publish-subscribe models provide hierarchical organization of topics.
This way, subscribers can subscribe to either all attestations (topic <tt>AttRes</tt>), or, for example, to topic <tt>AttRes/DbServers/Germany</tt> to receive only attestations from database servers in Germany.
Further, it may be required to distinguish between uni-directional and challenge-response attestation evidence.
<!--For this purpose a wildcard subscription may be useful, for example `AttRes/DbServers/Germany/\*\*/uni` (to receive only uni-directional attestation evidence) or `AttRes/DbServers/Germany/\*\*/cr` (to receive only challenge-response attestation Evidence).-->
            </t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="additional-application-specific-requirements">
      <name>Additional Application-Specific Requirements</name>
      <t>Depending on the use cases covered, there can be additional requirements. An exemplary subset is illustrated in this section.</t>
      <section anchor="confidentiality">
        <name>Confidentiality</name>
        <t>Confidentiality of exchanged attestation information may be desirable. This requirement usually is present when communication takes place over insecure channels, such as the public Internet. In such cases, TLS may be used as a suitable communication protocol which provides confidentiality protection. In private networks, such as carrier management networks, it must be evaluated whether or not the transport medium is considered confidential.</t>
      </section>
      <section anchor="mutual-authentication">
        <name>Mutual Authentication</name>
        <t>In particular use cases, mutual authentication may be desirable in such a way that a Verifier also needs to prove its identity to the Attester, instead of only the Attester proving its identity to the Verifier.</t>
      </section>
      <section anchor="hardware-enforcementsupport">
        <name>Hardware-Enforcement/Support</name>
        <t>Depending on given usage scenarios, hardware support for secure storage of cryptographic keys, crypto accelerators, as well as protected or isolated execution environments can be mandatory requirements. Well-known technologies in support of these requirements are roots of trusts, such as Hardware Security Modules (HSM), Physically Unclonable Functions (PUFs), Shielded Secrets, or Trusted Executions Environments (TEEs).</t>
      </section>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>Note to RFC Editor: Please remove this section as well as references to <xref target="BCP205"/> before AUTH48.</t>
      <t>This section records the status of known implementations of the protocol defined by this specification at the time of posting of this Internet-Draft, and is based on a proposal described in <xref target="BCP205"/>.
The description of implementations in this section is intended to assist the IETF in its decision processes in progressing drafts to RFCs.
Please note that the listing of any individual implementation here does not imply endorsement by the IETF.
Furthermore, no effort has been spent to verify the information presented here that was supplied by IETF contributors.
This is not intended as, and must not be construed to be, a catalog of available implementations or their features.
Readers are advised to note that other implementations may exist.</t>
      <t>According to <xref target="BCP205"/>,
"this will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.
It is up to the individual working groups to use this information as they see fit".</t>
      <section anchor="implementer">
        <name>Implementer</name>
        <t>The open-source implementation was initiated and is maintained by the Fraunhofer Institute for Secure Information Technology SIT.</t>
      </section>
      <section anchor="implementation-name">
        <name>Implementation Name</name>
        <t>The open-source implementation is named "CHAllenge-Response based Remote Attestation" or in short: CHARRA.</t>
      </section>
      <section anchor="implementation-url">
        <name>Implementation URL</name>
        <t>The open-source implementation project resource can be located via: <eref target="https://github.com/fraunhofer-sit/charra">https://github.com/fraunhofer-sit/charra</eref></t>
      </section>
      <section anchor="maturity">
        <name>Maturity</name>
        <t>The code's level of maturity is considered to be "prototype".</t>
      </section>
      <section anchor="coverage-and-version-compatibility">
        <name>Coverage and Version Compatibility</name>
        <t>The current version ('6194b3b') implements a challenge/response interaction model and is aligned with the exemplary specification of the CoAP FETCH bodies defined in Section <xref target="coap-fetch-bodies"/> of this document.</t>
      </section>
      <section anchor="license">
        <name>License</name>
        <t>The CHARRA project and all corresponding code and data maintained on GitHub are provided under the BSD 3-Clause "New" or "Revised" license.</t>
      </section>
      <section anchor="implementation-dependencies">
        <name>Implementation Dependencies</name>
        <t>The implementation requires the use of the Trusted Computing Group (TCG) Trusted Software Stack (TSS), and an HSM interoperable with the Trusted Platform Module Library specifications, e.g., a Trusted Platform Module (TPM) 2.0 or equivalent implementation.
The corresponding project resources (code and data) for Linux-based operating systems are maintained on GitHub at <eref target="https://github.com/tpm2-software/tpm2-tss/">https://github.com/tpm2-software/tpm2-tss/</eref>.</t>
        <t>The implementation uses the Constrained Application Protocol <xref target="RFC7252"/> (http://coap.technology/) and the Concise Binary Object Representation <xref target="RFC7049"/> (https://cbor.io/).</t>
      </section>
      <section anchor="contact">
        <name>Contact</name>
        <t>Michael Eckel (michael.eckel@sit.fraunhofer.de)</t>
      </section>
    </section>
    <section anchor="security-and-privacy-considerations">
      <name>Security and Privacy Considerations</name>
      <t>In a remote attestation procedure the Verifier or the Attester MAY want to cryptographically blind several attributes.
For instance, information can be part of the signature after applying a one-way function (e. g., a hash function).</t>
      <t>There is also a possibility to scramble the Nonce or Attester Identity with other information that is known to both the Verifier and Attester.
A prominent example is the IP address of the Attester that usually is known by the Attester itself as well as the Verifier.
This extra information can be used to scramble the Nonce in order to counter certain types of relay attacks.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Olaf Bergmann, Michael Richardson, and Ned Smith</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <seriesInfo name="DOI" value="10.17487/RFC2119"/>
            <seriesInfo name="RFC" value="2119"/>
            <seriesInfo name="BCP" value="14"/>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC3161">
          <front>
            <title>Internet X.509 Public Key Infrastructure Time-Stamp Protocol (TSP)</title>
            <seriesInfo name="DOI" value="10.17487/RFC3161"/>
            <seriesInfo name="RFC" value="3161"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <author fullname="P. Cain" initials="P." surname="Cain"/>
            <author fullname="D. Pinkas" initials="D." surname="Pinkas"/>
            <author fullname="R. Zuccherato" initials="R." surname="Zuccherato"/>
            <date month="August" year="2001"/>
            <abstract>
              <t>This document describes the format of a request sent to a Time Stamping Authority (TSA) and of the response that is returned. It also establishes several security-relevant requirements for TSA operation, with regards to processing requests to generate responses. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <seriesInfo name="DOI" value="10.17487/RFC5280"/>
            <seriesInfo name="RFC" value="5280"/>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7049">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <seriesInfo name="DOI" value="10.17487/RFC7049"/>
            <seriesInfo name="RFC" value="7049"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <seriesInfo name="DOI" value="10.17487/RFC7252"/>
            <seriesInfo name="RFC" value="7252"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <seriesInfo name="DOI" value="10.17487/RFC8174"/>
            <seriesInfo name="RFC" value="8174"/>
            <seriesInfo name="BCP" value="14"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="BCP205">
          <front>
            <title>Improving Awareness of Running Code: The Implementation Status Section</title>
            <seriesInfo name="DOI" value="10.17487/RFC7942"/>
            <seriesInfo name="RFC" value="7942"/>
            <seriesInfo name="BCP" value="205"/>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <date month="July" year="2016"/>
            <abstract>
              <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
              <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <seriesInfo name="DOI" value="10.17487/RFC8610"/>
            <seriesInfo name="RFC" value="8610"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC9334">
          <front>
            <title>Remote ATtestation procedureS (RATS) Architecture</title>
            <seriesInfo name="DOI" value="10.17487/RFC9334"/>
            <seriesInfo name="RFC" value="9334"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="N. Smith" initials="N." surname="Smith"/>
            <author fullname="W. Pan" initials="W." surname="Pan"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
            </abstract>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-rats-tpm-based-network-device-attest">
          <front>
            <title>TPM-based Network Device Remote Integrity Verification</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-rats-tpm-based-network-device-attest-14"/>
            <author fullname="Guy Fedorkow" initials="G." surname="Fedorkow">
              <organization>Juniper Networks, Inc.</organization>
            </author>
            <author fullname="Eric Voit" initials="E." surname="Voit">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Jessica Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay">
              <organization>National Security Agency</organization>
            </author>
            <date day="22" month="March" year="2022"/>
            <abstract>
              <t>   This document describes a workflow for remote attestation of the
   integrity of firmware and software installed on network devices that
   contain Trusted Platform Modules [TPM1.2], [TPM2.0], as defined by
   the Trusted Computing Group (TCG)), or equivalent hardware
   implementations that include the protected capabilities, as provided
   by TPMs.

              </t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.birkholz-rats-tuda">
          <front>
            <title>Time-Based Uni-Directional Attestation</title>
            <seriesInfo name="Internet-Draft" value="draft-birkholz-rats-tuda-07"/>
            <author fullname="Andreas Fuchs" initials="A." surname="Fuchs">
              <organization>Fraunhofer Institute for Secure Information Technology</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer Institute for Secure Information Technology</organization>
            </author>
            <author fullname="Ira McDonald" initials="I." surname="McDonald">
              <organization>High North Inc</organization>
            </author>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="10" month="July" year="2022"/>
            <abstract>
              <t>   This document defines the method and bindings used to convey Evidence
   via Time-based Uni-Directional Attestation (TUDA) in Remote
   ATtestation procedureS (RATS).  TUDA does not require a challenge-
   response handshake and thereby does not rely on the conveyance of a
   nonce to prove freshness of remote attestation Evidence.  TUDA
   enables the creation of Secure Audit Logs that can constitute
   believable Evidence about both current and past operational states of
   an Attester.  In TUDA, RATS entities require access to a Handle
   Distributor to which a trustable and synchronized time-source is
   available.  The Handle Distributor takes on the role of a Time Stamp
   Authority (TSA) to distribute Handles incorporating Time Stamp Tokens
   (TST) to the RATS entities.  RATS require an Attesting Environment
   that generates believable Evidence.  While a TPM is used as the
   corresponding root of trust in this specification, any other type of
   root of trust can be used with TUDA.

              </t>
            </abstract>
          </front>
        </reference>
        <reference anchor="DAA">
          <front>
            <title>Direct Anonymous Attestation</title>
            <seriesInfo name="page" value="132-145"/>
            <seriesInfo name="ACM" value="Proceedings of the 11th ACM conference on Computer and Communications Security "/>
            <author initials="E." surname="Brickell" fullname="Ernie Brickell">
              <organization/>
            </author>
            <author initials="J." surname="Camenisch" fullname="Jan Camenisch">
              <organization/>
            </author>
            <author initials="L." surname="Chen" fullname="Liqun Chen">
              <organization/>
            </author>
            <date year="2004"/>
          </front>
        </reference>
        <reference anchor="turtles">
          <front>
            <title>Turtles All the Way Down: Foundation, Edifice, and Ruin in Faulkner and McCarthy</title>
            <seriesInfo name="DOI" value="10.1353/fau.2010.0002"/>
            <seriesInfo name="The Faulkner Journal" value="25.2"/>
            <author initials="R." surname="Rudnicki" fullname="Robert Rudnicki">
              <organization/>
            </author>
            <date year="2010"/>
          </front>
        </reference>
        <reference anchor="TNC">
          <front>
            <title>TCG Trusted Network Communications TNC Architecture for Interoperability</title>
            <seriesInfo name="Specification" value="Version 2.0 Revision 13"/>
            <author initials="" surname="TCG" fullname="Trusted Computing Group">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="MQTT">
          <front>
            <title>Message Queuing Telemetry Transport (MQTT) Version 5.0 Committee Specification 02</title>
            <seriesInfo name="Specification" value="Version 5.0"/>
            <author initials="" surname="OASIS" fullname="Organization for the Advancement of Structured Information Standards">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
        </reference>
        <reference anchor="DesignPatterns">
          <front>
            <title>Design Patterns - Elements of Reusable Object-Oriented Software</title>
            <seriesInfo name="Publisher" value="Addison-Wesley"/>
            <author initials="E." surname="Gamma" fullname="Erich Gamma">
              <organization/>
            </author>
            <author initials="R." surname="Helm" fullname="Richard Helm">
              <organization/>
            </author>
            <author initials="R." surname="Johnson" fullname="Ralph Johnson">
              <organization/>
            </author>
            <author initials="J." surname="Vlissides" fullname="John Vlissides">
              <organization/>
            </author>
            <date year="1994"/>
          </front>
        </reference>
        <reference anchor="ISIS">
          <front>
            <title>Exploiting Virtual Synchrony in Distributed Systems</title>
            <seriesInfo name="DOI" value="10.1145/41457.37515"/>
            <author initials="K." surname="Birman" fullname="Ken Paul Birman">
              <organization/>
            </author>
            <author initials="T." surname="Joseph" fullname="Thomas A. Joseph">
              <organization/>
            </author>
            <date year="1987"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 903?>

<section anchor="coap-fetch-bodies">
      <name>CDDL Specification for a simple CoAP Challenge/Response Interaction</name>
      <t>The following CDDL specification is an exemplary proof-of-concept to illustrate a potential implementation of the Challenge/Response Interaction Model.
The communication protocol used is CoAP.
Both the request message and the response message are exchanged via the FETCH operation and corresponding FETCH request and FETCH response body.</t>
      <t>In this example, Evidence is created via the root-of-trust for reporting primitive operation "quote" that is provided by a TPM 2.0.</t>
      <sourcecode type="cddl">
charra-bodies = charra-attestation-request / charra-attestation-response

charra-attestation-request = [
    hello: bool,    ; if true, the TPM 2.0 AK Cert shall be conveyed
    key-id: bytes,  ; the key ID to use for signing
    nonce: bytes,   ; a (random) nonce, providing freshness and/or recentness
    pcr-selections: [ * pcr-selection ]
]

pcr-selection = [
    tcg-hash-alg-id: uint .size 2,  ; TPM2_ALG_ID
    pcrs: [
        pcr: uint .size 2
    ]
]

charra-attestation-response = [
    attestation-data: bytes,  ; TPMS_ATTEST.quoted
    tpm2-signature: bytes,
    ? ak-cert: bytes,         ; TPM2 attestation key certificate (AK Cert)
]
</sourcecode>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAHAUiWYAA+1963obx7HgfzxFH/qHCAYAdY1jbuwTiKQkJqLEkJCdbE6+
ZAA0gDkazCBzIYXIyrPss+yTbV36OtMDAhRlZ3fN70ssADPd1dXVda/qfr/f
KeMykUfiUs5kLtOJFGdpKfNoUsZZKs6zqUwKMctyeGCZlVIMy1IWZUS/XuTZ
RE6rXBadaDzO5TUMc3p23plmkzRawqDTPJqV/ViWs34elUU/15P0YztJf0mT
9B897NzMYYTh6Er8kOXv43QuXuZZterAfOn0b1GSpTBmmVeyE69y+ldRPn74
8JuHjztRLqMjcSUnVR6X6877myNeRyrL/glC0ZlE5ZGI01nWWcVHHSHKbHIk
1gC6EEWWlwBaYT6vl/ZjJ6rKRZYfdfrwNnz3aiCex/n7RZb8Ex7ldb6S6Xv3
2yyHhbzIoypdZLBicXU2gm81jho/yGUUJ0diAaMMxmqU3xVxOZiZJwdTiYAB
mBKWcbmQAEuZR0UhxdfP4JcJ4PBIPPj108ffPHuAnwELR+IkypeAvGlJT1Rp
mcOXL2W+jNK1Xs/5QJxO3svELOY8niwimZhv77aYJY8ykDjKT7aYHwbiIkrN
Un6QsfpMi3hVRTfwzUhOFmmWZPOYdlsBfBMnSRwtB6sohYd+t6BnB5Nsqcc+
HYjvs7g0g5/m8UR/Q8Mfx8UkE1fropTLwkERfW8nktfwzu8m+CUN30kzWEMZ
X0sky8sXx48fPfpG/fPJo18/OhKjqyF/fPb4Nw+PxJ+ePfyGP3/98Ok3MP7z
t5fq8+Nnj+Hz2+EFf/7No6+f4kjPjy8eP3x2RI988/Sx+vHXj2Cw45OT1/z5
mydPnvLx63TwnDhAnfVPBvYUl6tlfxwVctqH03UDJ7U/ldcxHOqIeAOMcfa9
eklTs3qxmsIhHb07weWcDIc4NBxEZkAncS4npRimWbpeZlXhchp6Tp9D/Lfd
kuewC0BhCX1ttyaNpf+TeuP3A3EMj6SA/YX3yu+jtPaLeuM1vAEn03v4dfyP
KrVfFzIHUkKcHanHhsfnR+I79UEwo5RT4GiFyGaiXEjx6FG5wMeAlFPNeYGl
HmfLVQV8SwDHww/LKo0nhIPCcjcedBXNAZRHTx73Hz19Rt9NoxK+AY74FPlb
lQNeCw/HeyP+UgyThKD4IVqLk+wmhXMMJ2pKE/XE6TSewX72CIjLKk4BE+JF
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
VC61012AnWOJ/wd3XNMdh+gAAA==

-->

</rfc>
