<?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.7.19 (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-network-device-subscription-06" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 2.46.0 -->
  <front>
    <title abbrev="RATS Subscription">Attestation Event Stream Subscription</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-rats-network-device-subscription-06"/>
    <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="E." surname="Voit" fullname="Eric Voit">
      <organization abbrev="Cisco">Cisco Systems, Inc.</organization>
      <address>
        <email>evoit@cisco.com</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhuatai District</street>
          <city>Nanjing, Jiangsu</city>
          <region/>
          <code>210012</code>
          <country>China</country>
        </postal>
        <phone/>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>
    <date year="2025" month="January" day="08"/>
    <area>Security</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 75?>

<t>This document defines how to subscribe to YANG Event Streams for Remote Attestation Procedures (RATS).
In RATS, the Conceptional Messages defined can potentially be subscribed to.
Specifically, the YANG module defined in this document augments the YANG module for TPM-based Challenge-Response based Remote Attestation (CHARRA) to allow for subscription to the Conceptual Message type Evidence.
Additionally, this document provides the methods and means to define additional Event Streams for other Conceptual Messages than Evidence as illustrated in the RATS Architecture, e.g., Attestation Results, Reference Values, or Endorsements.
The module defined requires at least one TPM 1.2, TPM 2.0, or equivalent hardware implementation providing the same protected capabilities as TPMs to be available in the Attester the YANG server is running on.</t>
    </abstract>
  </front>
  <middle>
    <?line 83?>

<section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC9683"/> and <xref target="RFC9684"/> define the operational prerequisites and a YANG Model for the acquisition of Evidence and other Conceptional Messages from a network device containing at least one TPM 1.2 or TPM 2.0 or equivalent hardware implementations that include the protected capabilities as provided by TPMs.
However, there are limitations inherent in the challenge-response based conceptual interaction model (CHARRA <xref target="I-D.ietf-rats-reference-interaction-models"/>) upon which these documents are based. One of these limitation is that it is up to a Verifier to request signed Evidence as provided by <xref target="RFC9684"/>, from a separate Attester which contains a TPM. The result is that the interval between the occurrence of a security-relevant change event, and the event's visibility within the interested RATS entity, such as a Verifier or a Relying Party, can be unacceptably long. It is common to convey Conceptual Messages ad-hoc or periodically via requests. As new technologies emerge, some of these solutions require Conceptual Messages to be conveyed from one RATS entity to another without the need of continuous polling. Subscription to YANG Notifications <xref target="RFC8639"/> provides a set of standardized tools to facilitate these emerging requirements. This memo specifies a YANG augment to subscribe to YANG modeled remote attestation Evidence as defined in <xref target="RFC9684"/>. Additionally, this memo provides the means to define further Event Streams to convey Conceptional Messages other than Evidence, such as Attestation Results, Endorsements, or Event Logs.</t>
      <t>In essence, the limitation of poll-based interactions results in two adverse effects:</t>
      <ol spacing="normal" type="1">
        <li>Conceptual Messages are not streamed to an interested consumer of information, e.g., Verifiers or Relying Parties, as soon as they are generated.</li>
        <li>If they were to be streamed, Conceptual Messages are not appraisable for their freshness in every scenario. This becomes more important with Conceptional Messages that have a strong dependency on freshness, such as Evidence and corresponding Attestation Results.</li>
      </ol>
      <t>This specification addresses the first adverse effect by enabling a consumer of Conceptual Messages (the subscriber) to request a continuous stream of new or updated Conceptual Messages via an <xref target="RFC8639"/> subscription to an &lt;attestation&gt; Event Stream. This new Event Stream is defined in this document and exists upon the producer of Conceptual Messages (the publisher). In the case of a Verifier's subscription to an Attester's Evidence, the Attester will continuously stream a requested set of freshly generated Evidence to the subscribing Verifier. For example, when a network device's Evidence changes after the occurrence of events, such as booting, updating, control unit fall-over, plugging in or out forwarding units, being attacked, or certificate lifetime change, the network device will generate fresh Evidence available to the subscribing Verifier.</t>
      <t>The second adverse effect results from the use of nonces in the challenge-response interaction model <xref target="I-D.ietf-rats-reference-interaction-models"/> realized in <xref target="RFC9684"/>. In <xref target="RFC9684"/>, an Attester must wait for a new nonce from a Verifier before it generates a new TPM Quote. To address delays resulting from such a wait, this specification enables freshness to be asserted asynchronously via the streaming attestation interaction model <xref target="I-D.ietf-rats-reference-interaction-models"/>. To convey a RATS Conceptual Message, an initial nonce is provided during the subscription to an Event Stream.</t>
      <t>There are several options to refresh a nonce provided by the initial subscription or its freshness characteristics. All of these methods are out-of-band of an established subscription to YANG Notifications. Two complementary methods are taken into account by this document:</t>
      <ol spacing="normal" type="1">
        <li>a central provider supplies new fresh nonces, e.g. via a Handle Provider that distributes Epoch IDs to all entities in a domain as described in <xref target="RFC9334"/> and as facilitated by the Uni-Directional Remote Attestation described in <xref target="I-D.ietf-rats-reference-interaction-models"/> or</li>
        <li>the freshness characteristics of a received nonce are updated by -- potentially periodic or ad-hoc -- out-of-band TPM Quote requests as facilitated by <xref target="RFC9684"/>.</li>
      </ol>
      <t>Both approaches to update the freshness characteristics of the Conceptual Messages conveyed via subscription to YANG Notification that are taken into account by this document assume that clock drift between involved entities can occur. In consequence, in some usage scenarios the timing considerations for freshness <xref target="RFC9334"/> might have to be updated in some regular interval. Analogously, there are can be additional methods that are not describe by but nevertheless supported by this document.</t>
      <t>This document enables to remove the two adverse effects described by using the YANG augment specified. The YANG augment supports, for example, a RATS Verifier to maintain a continuous appraisal procedure of verifiably fresh Attester Evidence without relying on continuous polling.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The following terms are imported from <xref target="RFC9334"/>: Attester, Conceptual Message, Evidence, Relying Party, and Verifier.  Also imported are the time definitions time(VG), time(NS), time(EG), time(RG), and time(RA) from that document's Appendix A.  The following terms are imported from <xref target="RFC8639"/>: Event Stream, Subscription, Publisher, Event Stream Filter, Dynamic Subscription.</t>
      <section anchor="requirements-notation">
        <name>Requirements Notation</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="operational-model">
      <name>Operational Model</name>
      <t><xref target="RFC9683"/> describes the conveyance of TPM-based Evidence from a Verifier to an Attester using the CHARRA interaction model <xref target="I-D.ietf-rats-reference-interaction-models"/>. The operational model and corresponding sequence diagram described in this section is based on <xref target="RFC9684"/>. The basis for interoperability required for additional types of Event Streams is covered in <xref target="otherstreams"/>. The following sub-section focuses on subscription to YANG Notifications to the &lt;attestation&gt; Event Stream.</t>
      <section anchor="sequence-diagram">
        <name>Sequence Diagram</name>
        <t><xref target="sequence"/> below is a sequence diagram which updates Figure 5 of <xref target="RFC9683"/>. This sequence diagram adapts <xref target="RFC9683"/> by replacing the TPM-specific challenge-response interaction model with a <xref target="RFC8639"/> Dynamic Subscription to an &lt;attestation&gt; Event Stream. The contents of the &lt;attestation&gt; Event Stream are defined below within <xref target="attestationstream"/>.</t>
        <figure anchor="sequence">
          <name>YANG Subscription Model for Remote Attestation</name>
          <artwork><![CDATA[
.----------.                            .--------------------------.
| Attester |                            | Relying Party / Verifier |
'----------'                            '--------------------------'
   time(VG)                                                    |
generateClaims(targetEnvironment)                              |
     | => claims, eventLogs                                    |
     |                                                         |
     |<---------establish-subscription(<attestation>)------time(NS)
     |                                                         |
   time(EG)                                                    |
generateEvidence(nonce, PcrSelection, collectedClaims)         |
     | => SignedPcrEvidence(nonce, PcrSelection)               |
     | => LogEvidence(collectedClaims)                         |
     |                                                         |
     |--filter(<pcr-extend>)---------------------------------->|
     |--<tpm12-attestation> or <tpm20-attestation>------------>|
     |                                                         |
     |                                                  time(RG,RA)
     |     appraiseEvidence(SignedPcrEvidence, eventLog, refClaims)
     |                                    attestationResult <= |
     |                                                         |
     ~                                                         ~
   time(VG')                                                   |
generateClaimes(targetEnvironment)                             |
     | => claims                                               |
     |                                                         |
   time(EG')                                                   |
generateEvidence(handle, PcrSelection, collectedClaims)        |
     | => SignedPcrEvidence(nonce, PcrSelection)               |
     | => LogEvidence(collectedClaims)                         |
     |                                                         |
     |--filter(<pcr-extend>)---------------------------------->|
     |--<tpm12-attestation> or <tpm20-attestation>------------>|
     |                                                         |
     |                                                 time(RG',RA')
     |    appraiseEvidence(SignedPcrEvidence, eventLog, refClaims)
     |                                    attestationResult <= |
     |                                                         |
]]></artwork>
        </figure>
        <ul spacing="normal">
          <li>time(VG,RG,RA) are identical to the corresponding time definitions from <xref target="RFC9683"/>.</li>
          <li>time(VG',RG',RA') are subsequent instances of the corresponding times from Figure 5 in <xref target="RFC9683"/>.</li>
          <li>
            <t>time(NS) - the subscriber generates a nonce and makes an <xref target="RFC8639"/> &lt;establish-subscription&gt; request based on a nonce. This request also includes the augmentations defined in this document's YANG model. Key subscription RPC parameters include:
            </t>
            <ul spacing="normal">
              <li>the nonce,</li>
              <li>a set of PCRs of interest which the  wants to appraise, and</li>
              <li>an optional filter which can reduce the logged events on the &lt;attestation&gt; stream pushed to the Verifier.</li>
            </ul>
          </li>
          <li>
            <t>time(EG) - an initial response of Evidence is returned to the Verifier. This includes:
            </t>
            <ul spacing="normal">
              <li>a replay of filtered log entries which have extended into a PCR of interest since boot are sent in the &lt;pcr-extend&gt; notification, and</li>
              <li>a signed TPM quote that contains at least the PCRs from the &lt;establish-subscription&gt; RPC are included in a &lt;tpm12-attestation&gt; or &lt;tpm20-attestation&gt;). This quote must have included the nonce provided at time(NS).</li>
            </ul>
          </li>
          <li>
            <t>time(VG',EG') - this occurs when a PCR is extended subsequent to time(EG). Immediately after the extension, the following information needs to be pushed to the Verifier:
            </t>
            <ul spacing="normal">
              <li>any values extended into a PCR of interest,</li>
              <li>a signed TPM Quote showing the result the PCR extension, and</li>
              <li>and a handle (see Section 6. in <xref target="I-D.ietf-rats-reference-interaction-models"/>, which is either the initially received nonce or a more recently received Epoch ID (see Section 10.3. in <xref target="RFC9334"/> that contains a new nonce or equivalent qualified data.</li>
            </ul>
          </li>
        </ul>
        <t>One way to acquire a new time synchronisation that allows for the reuse of the initially received nonce as a fresh handle is elaborated on in the follow section <xref target="freshness-handles"/>.</t>
      </section>
      <section anchor="freshness-handles">
        <name>Continuously Verifying Freshness</name>
        <t>As there is no new Verifier nonce provided at time(EG'), it is important to validate the freshness of TPM Quotes which are delivered at that time.  The method of doing this verification will vary based on the capabilities of the TPM cryptoprocessor used.</t>
        <section anchor="tpm-12-quote">
          <name>TPM 1.2 Quote</name>
          <t>The <xref target="RFC8639"/> notification format includes the &lt;eventTime&gt; object.  This can be used to determine the amount of time subsequent to the initial subscription each notification was sent.  However this time is not part of the signed results which are returned from the Quote, and therefore is not trustworthy as objects returned in the Quote.  Therefore a Verifier <bcp14>MUST</bcp14> periodically issue a new nonce, and receive this nonce within a TPM quote response in order to ensure the freshness of the results.  This can be done using the &lt;tpm12-challenge-response-attestation&gt; RPC from <xref target="RFC9684"/>.</t>
        </section>
        <section anchor="tpm-2-quote">
          <name>TPM 2 Quote</name>
          <t>When the Attester includes a TPM2 compliant cryptoprocessor, internal time-related counters are included within the signed TPM Quote.  By including a initial nonce in the <xref target="RFC8639"/> subscription request, fresh values for these counters are pushed as part of the first TPM Quote returned to the Verifier. And then as shown by <xref target="I-D.birkholz-rats-tuda"/>, subsequent TPM Quotes delivered to the Verifier can the be appraised for freshness based on the predictable incrementing of these time-related countersr.</t>
          <t>The relevant internal time-related counters defined within <xref target="TPM2.0"/> can be seen within &lt;tpms-clock-info&gt;.   These counters include the &lt;clock&gt;, &lt;reset-counter&gt;, and &lt;restart-counter&gt; objects.  The rules for appraising these objects are as follows:</t>
          <ul spacing="normal">
            <li>If the &lt;clock&gt; has incremented for no more than the same duration as both the &lt;eventTime&gt; and the Verifier's internal time since the initial time(EG) and any previous time(EG'), then the TPM Quote may be considered fresh. Note that <xref target="TPM2.0"/> allows for +/- 15% clock drift.  However many chips significantly improve on this maximum drift.  If available, chip specific maximum drifts <bcp14>SHOULD</bcp14> be considered during the appraisal process.</li>
            <li>If the &lt;reset-counter&gt;, &lt;restart-counter&gt; has incremented.  The existing subscription <bcp14>MUST</bcp14> be terminated, and a new &lt;establish-subscription&gt; <bcp14>SHOULD</bcp14> be generated.</li>
            <li>If a TPM Quote on any subscribed PCR has not been pushed to the Verifier for a duration of an Attester defined heartbeat interval, then a new TPM Quote notification should be sent to the Verifier.  This may often be the case, as certain PCRs might be infrequently updated.</li>
          </ul>
          <artwork><![CDATA[
.----------.                        .--------------------------.
| Attester |                        | Relying Party / Verifier |
'----------'                        '--------------------------'
   time(VG',EG')                                         |
     |-<tpm20-attestation>------------------------------>|
     |                                    :              |
     ~                           Heartbeat interval      ~
     |                                    :              |
   time(EG')                              :              |
     |-<tpm20-attestation>------------------------------>|
     |                                                   |
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="attestationstream">
      <name>Remote Attestation Event Stream</name>
      <t>The &lt;attestation&gt; Event Stream is an <xref target="RFC8639"/> compliant Event Stream which is defined within this section and within the YANG Module of <xref target="RFC9684"/>. This Event Stream contains YANG notifications which carry Evidence to assists a Verifier in appraising the Trustworthiness Level of an Attester. Data Nodes within <xref target="configuring"/> allow the configuration of this Event Stream's contents on an Attester.</t>
      <t>This &lt;attestation&gt; Event Stream may only be exposed on Attesters supporting <xref target="RFC9683"/>. As with <xref target="RFC9683"/>, it is up to the Verifier to understand which types of cryptoprocessors and keys are acceptable.</t>
      <section anchor="subscription-to-the-attestation-event-stream">
        <name>Subscription to the &lt;attestation&gt; Event Stream</name>
        <t>To establish a subscription to an Attester in a way which provides provably fresh Evidence, initial randomness must be provided to the Attester. This is done via the augmentation of a &lt;nonce-value&gt; into <xref target="RFC8639"/> the &lt;establish-subscription&gt; RPC. Additionally, a Verifier must ask for PCRs of interest from a platform.</t>
        <artwork><![CDATA[
  augment /sn:establish-subscription/sn:input:
    +---w nonce-value    binary
    +---w pcr-index*     tpm:pcr
]]></artwork>
        <t>The result of the subscription will be that passing of the following information:</t>
        <ol spacing="normal" type="1">
          <li>&lt;tpm12-attestation&gt; and &lt;tpm20-attestation&gt; notifications which include the provided &lt;nonce-value&gt;.  These attestation notifications <bcp14>MUST</bcp14> at least include all the &lt;pcr-indicies&gt; requested in the RPC.</li>
          <li>a series of &lt;pcr-extend&gt; notifications which reference the requested PCRs on all TPM based cryptoprocessors on the Attester.</li>
          <li>&lt;tpm12-attestation&gt; and &lt;tpm20-attestation&gt; notifications generated within a few seconds of the &lt;pcr-extend&gt; notifications.  These attestation notifications <bcp14>MUST</bcp14> at least include any PCRs extended.</li>
        </ol>
        <t>If the Verifier does not want to see the logged extend operations for all PCRs available from an Attester, an Event Stream Filter should be applied.  This filter will remove Evidence from any PCRs which are not interesting to the Verifier.</t>
      </section>
      <section anchor="replaying-a-history-of-previous-tpm-extend-operations">
        <name>Replaying a history of previous TPM extend operations</name>
        <t>Unless it is relying on Known Good Values, a Verifier will need to acquire a history of PCR extensions since the Attester has been booted.  This history may be requested from the Attester as part of the &lt;establish-subscription&gt; RPC.  This request is accomplished by placing a very old &lt;replay-start-time&gt; within the original RPC request.  As the very old &lt;replay-start-time&gt; will pre-date the time of Attester boot, a &lt;replay-start-time-revision&gt; will be returned in the &lt;establish-subscription&gt; RPC response, indicating when the Attester booted.  Immediately following the response (and before the notifications above)  one or more &lt;pcr-extend&gt; notifications which document all extend operations which have occurred for the requested PCRs since boot will be sent.  Many extend operations to a single PCR index on a single TPM <bcp14>SHOULD</bcp14> be included within a single notification.</t>
        <t>Note that if a Verifier has a partial history of extensions, the &lt;replay-start-time&gt; can be adjusted so that known extensions are not forwarded.</t>
        <t>The end of this history replay will be indicated with the <xref target="RFC8639"/> &lt;replay-completed&gt; notification.  For more on this sequence, see Section 2.4.2.1 of <xref target="RFC8639"/>.</t>
        <t>After the &lt;replay-complete&gt; notification is provided, a TPM Quote will be requested and the result passed to the Verifier via a &lt;tpm12-attestation&gt; and &lt;tpm20-attestation&gt; notification.  If there have been any additional extend operations which have changed a subscribed PCR value in this quote, these <bcp14>MUST</bcp14> be pushed to the Verifier before the &lt;tpm12-attestation&gt; and &lt;tpm20-attestation&gt; notification.</t>
        <t>At this point the Verifier has sufficient Evidence appraise the reported extend operations for each PCR, as well compare the expected value of the PCR value against that signed by the TPM.</t>
        <section anchor="tpm2-heartbeat">
          <name>TPM2 Heartbeat</name>
          <t>For TPM2, make sure that every requested PCR is sent within an &lt;tpm20-attestation&gt; no less frequently than once per heartbeat interval.   This <bcp14>MAY</bcp14> be done with a single &lt;tpm20-attestation&gt; notification that includes all requested PCRs every heartbeat interval.  This <bcp14>MAY</bcp14> be done with several &lt;tpm20-attestation&gt; notifications at different times during that heartbeat interval.</t>
        </section>
      </section>
      <section anchor="yang-notifications-placed-on-the-attestation-event-stream">
        <name>YANG notifications placed on the &lt;attestation&gt; Event Stream</name>
        <section anchor="pcr-extend">
          <name>pcr-extend</name>
          <t>This notification documents when a subscribed PCR is extended within a single TPM cryptoprocessor.  It <bcp14>SHOULD</bcp14> be emmitted no less than the &lt;marshalling-period&gt; after an the PCR is first extended.  (The reason for the marshalling is that it is quite possible that multiple extensions to the same PCR have been made in quick succession, and these should be reflected in the same notification.)  This notification <bcp14>MUST</bcp14> be emmitted prior to a &lt;tpm12-attestation&gt; or &lt;tpm20-attestation&gt; notification which has included and signed the results of any specific PCR extension.   If pcr extending events occur during the generation of the &lt;tpm12-attestation&gt; or &lt;tpm20-attestation&gt; notification, the marshalling period <bcp14>MUST</bcp14> be extended so that a new &lt;pcr-extend&gt; is not sent until the corresponding notifications have been sent.</t>
          <artwork><![CDATA[
+---n pcr-extend
   +--ro certificate-name     certificate-name-ref
   +--ro pcr-index-changed*   tpm:pcr
   +--ro attested-event* []
      +--ro attested-event
         +--ro extended-with             binary
         +--ro (event-details)?
            +--:(bios-event-log) {tpm:bios}?
            |  +--ro bios-event-entry* [event-number]
            |     +--ro event-number    uint32
            |     +--ro event-type?     uint32
            |     +--ro pcr-index?      pcr
            |     +--ro digest-list* []
            |     |  +--ro hash-algo?   identityref
            |     |  +--ro digest*      binary
            |     +--ro event-size?     uint32
            |     +--ro event-data*     uint8
            +--:(ima-event-log) {tpm:ima}?
            |  +--ro ima-event-entry* [event-number]
            |     +--ro event-number               uint64
            |     +--ro ima-template?              string
            |     +--ro filename-hint?             string
            |     +--ro filedata-hash?             binary
            |     +--ro filedata-hash-algorithm?   string
            |     +--ro template-hash-algorithm?   string
            |     +--ro template-hash?             binary
            |     +--ro pcr-index?                 pcr
            |     +--ro signature?                 binary
            +--:(netequip-boot-event-log) {tpm:netequip_boot}?
               +--ro boot-event-entry* [event-number]
                  +--ro event-number               uint64
                  +--ro ima-template?              string
                  +--ro filename-hint?             string
                  +--ro filedata-hash?             binary
                  +--ro filedata-hash-algorithm?   string
                  +--ro template-hash-algorithm?   string
                  +--ro template-hash?             binary
                  +--ro pcr-index?                 pcr
                  +--ro signature?                 binary
]]></artwork>
          <t>Each &lt;pcr-extend&gt; <bcp14>MUST</bcp14> include one or more values being extended into the PCR.   These are passed within the &lt;extended-with&gt; object.  For each extension, details of the event <bcp14>SHOULD</bcp14> be provided within the &lt;event-details&gt; object.
The format of any included &lt;event-details&gt; is identified by the &lt;event-type&gt;.  This document includes two YANG structures which may be inserted into the &lt;event-details&gt;.  These two structures are: &lt;ima-event-log&gt; and &lt;bios-event-log&gt;.  Implementations wanting to provide additional documentation of a type of PCR extension may choose to define additional YANG structures which can be placed into &lt;event-details&gt;.</t>
        </section>
        <section anchor="tpm12-attestation">
          <name>tpm12-attestation</name>
          <t>This notification contains an instance of a TPM1.2 style signed cryptoprocessor measurement. It is supplemented by Attester information which is not signed. This notification is generated and emitted from an Attester when at least one PCR identified within the subscribed &lt;pcr-indices&gt; has changed from the previous &lt;tpm12-attestation&gt; notification.  This notification <bcp14>MUST NOT</bcp14> include the results of any PCR extensions not previously reported by a &lt;pcr-extend&gt;.  This notification <bcp14>SHOULD</bcp14> be emitted as soon as a TPM Quote can extract the latest PCR hashed values.  This notification <bcp14>MUST</bcp14> be emitted prior to a subsequent &lt;pcr-extend&gt;.</t>
          <artwork><![CDATA[
    +---n tpm12-attestation {taa:TPM12}?
       +--ro certificate-name       tpm:certificate-name-ref
       +--ro up-time?               uint32
       +--ro TPM_QUOTE2?            binary
       +--ro TPM12-hash-algo?       identityref
       +--ro unsigned-pcr-values* []
          +--ro pcr-index*   tpm:pcr
          +--ro pcr-value*   binary
]]></artwork>
          <t>All YANG objects above are defined within <xref target="RFC9684"/>.  The &lt;tpm12-attestation&gt; is not replayable.</t>
        </section>
        <section anchor="tpm20-attestation">
          <name>tpm20-attestation</name>
          <t>This notification contains an instance of TPM2 style signed cryptoprocessor measurements. It is supplemented by Attester information which is not signed. This notification is generated at two points in time:</t>
          <ul spacing="normal">
            <li>every time at least one PCR has changed from a previous tpm20-attestation. In this case, the notification <bcp14>SHOULD</bcp14> be emitted within 10 seconds of the corresponding &lt;pcr-extend&gt; being sent:</li>
            <li>after a locally configurable minimum heartbeat period since a previous tpm20-attestation was sent.</li>
          </ul>
          <artwork><![CDATA[
    +---n tpm20-attestation {taa:TPM20}?
       +--ro certificate-name       tpm:certificate-name-ref
       +--ro TPMS_QUOTE_INFO        binary
       +--ro quote-signature?       binary
       +--ro up-time?               uint32
       +--ro unsigned-pcr-values* []
          +--ro TPM20-hash-algo?   identityref
          +--ro pcr-values* [pcr-index]
             +--ro pcr-index    pcr
             +--ro pcr-value?   binary
]]></artwork>
          <t>All YANG objects above are defined within <xref target="RFC9684"/>.  The &lt;tpm20-attestation&gt; is not replayable.</t>
        </section>
      </section>
      <section anchor="filtering-evidence-at-the-attester">
        <name>Filtering Evidence at the Attester</name>
        <t>It can be useful <em>not</em> to receive all Evidence related to a PCR.  An example of this is would be a when a Verifier maintains known good values of a PCR.  In this case, it is not necessary to send each extend operation.</t>
        <t>To accomplish this reduction, when an RFC8639 &lt;establish-subscription&gt; RPC is sent, a &lt;stream-filter&gt; as per RFC8639, Section 2.2 can be set to discard a &lt;pcr-extend&gt;  notification when the &lt;pcr-index-changed&gt; is uninteresting to the verifier.</t>
      </section>
      <section anchor="replaying-previous-pcr-extend-events">
        <name>Replaying previous PCR Extend events</name>
        <t>To verify the value of a PCR, a Verifier must either know that the value is a known good value <xref target="KGV"/> or be able to reconstruct the hash value by viewing all the PCR-Extends since the Attester rebooted. Wherever a hash reconstruction might be needed, the &lt;attestation&gt; Event Stream <bcp14>MUST</bcp14> support the RFC8639 &lt;replay&gt; feature. Through the &lt;replay&gt; feature, it is possible for a Verifier to retrieve and sequentially hash all of the PCR extending events since an Attester booted. And thus, the Verifier has access to all the evidence needed to verify a PCR's current value.</t>
      </section>
      <section anchor="configuring">
        <name>Configuring the &lt;attestation&gt; Event Stream</name>
        <t><xref target="attestationconfig"/> is tree diagram which exposes the operator configurable elements of the &lt;attestation&gt; Event Stream. This allows an Attester to select what information should be available on the stream. A fetch operation also allows an external device such as a Verifier to understand the current configuration of stream.</t>
        <t>Almost all YANG objects below are defined via reference from <xref target="RFC9684"/>. There is one object which is new with this model however. &lt;tpm2-heartbeat&gt; defines the maximum amount of time which should pass before a subscriber to the Event Stream should get a &lt;tpm20-attestation&gt; notification from devices which contain a TPM2.</t>
        <figure anchor="attestationconfig">
          <name>Configuring the \&lt;attestation\&gt; Event Stream</name>
          <artwork><![CDATA[
  augment /tpm:rats-support-structures:
    +--rw tras:marshalling-period?                  uint8
    +--rw tras:tpm12-subscribed-signature-scheme?
    |   -> ../tpm:attester-supported-algos/tpm12-asymmetric-signing
    |      {taa:TPM12}?
    +--rw tras:tpm20-subscribed-signature-scheme?
    |   -> ../tpm:attester-supported-algos/tpm20-asymmetric-signing
    |      {taa:TPM20}?
    +--rw tras:tpm20-subscription-heartbeat?        uint16
           {taa:TPM20}?
  
  augment /tpm:rats-support-structures/tpm:tpms:
     +--rw tras:subscription-aik?        tpm:certificate-name-ref
     +--rw (tras:subscribable)?
        +--:(tras:tpm12-stream) {taa:tpm12}?
        |  +--rw tras:tpm12-hash-algo?   identityref
        |  +--rw tras:tpm12-pcr-index*   tpm:pcr
        +--:(tras:tpm20-stream) {taa:tpm20}?
           +--rw tras:tpm20-hash-algo?   identityref
           +--rw tras:tpm20-pcr-index*   tpm:pcr
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="YANG-Module">
      <name>YANG Module</name>
      <t>This YANG module imports modules from <xref target="RFC9684"/> and <xref target="RFC8639"/>.  It is also work-in-progress.</t>
      <sourcecode type="YANG">
&lt;CODE BEGINS&gt; ietf-tpm-remote-attestation-stream@2025-01-06.yang
module ietf-tpm-remote-attestation-stream {
  yang-version 1.1;
  namespace 
     "urn:ietf:params:xml:ns:yang:ietf-tpm-remote-attestation-stream";
  prefix tras;

  import ietf-subscribed-notifications { 
    prefix sn;
    reference
      "RFC 8639: Subscription to YANG Notifications";    
  }
  import ietf-tpm-remote-attestation { 
    prefix tpm; 
    reference  
      "draft-ietf-rats-yang-tpm-charra";  
  } 
  import ietf-tcg-algs {
    prefix taa;
  }
   
  organization "IETF";
  contact
    "WG Web:   &lt;http://tools.ietf.org/wg/rats/&gt;
     WG List:  &lt;mailto:rats@ietf.org&gt;

     Editor:   Eric Voit
               &lt;mailto:evoit@cisco.com&gt;";
               
  description
    "This module contains YANG specification for subscribing
     to attestation streams which contain events that have
     been generated by TPM chips or equivalent hardware
     implementations that include the protected capabilities
     as provided by TPMs.
    
     Copyright (c) 2024 IETF Trust and the persons identified
     as authors of the code. All rights reserved.

     Redistribution and use in source and binary forms, with
     or without modification, is permitted pursuant to, and
     subject to the license terms contained in, the Simplified
     BSD License set forth in Section 4.c of the IETF Trust's
     Legal Provisions Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC
     itself for full legal notices.";
  
  revision 2024-07-06 {
    description
      "Initial version.";    
    reference 
      "draft-ietf-rats-network-device-subscription";
  }
   
  /*
   * IDENTITIES
   */
   
  identity pcr-unsubscribable {
    base sn:establish-subscription-error;
    description
      "Requested PCR is unsubscribable by the Attester.";
  }
  
  
  /*
   * Groupings
   */ 

  grouping heartbeat {
    description
      "Allows an Attester to push verifiable, current TPM PCR values 
      even when there have been no recent changes to PCRs.";    
    leaf tpm20-subscription-heartbeat {
      type uint16;
      units "seconds";
      description
        "Number of seconds before the Attestation stream should send
        a new notification with a fresh quote.  This allows
        confirmation that the PCR values haven't changed since the
        last tpm20-attestation.";
    }
  }
  
  
  /*
   * RPCs
   */ 
  
  augment "/sn:establish-subscription/sn:input" {
    when 'derived-from-or-self(sn:stream, "attestation")';
    description
      "This augmentation adds a nonce to as a subscription parameters
       that apply specifically to datastore updates to RPC input.";
    uses tpm:nonce;
    leaf-list pcr-index {
      type tpm:pcr;
      min-elements 1;
      description
        "The numbers/indexes of the PCRs. This will act as a filter
        for the subscription so that 'tpm-extend' notifications
        related to non-requested PCRs will not be sent to a
        subscriber.";
    }
  }
  
  /*
   * NOTIFICATIONS
   */  

  notification pcr-extend {
    description
      "This notification indicates that one or more PCRs have been
      extended within a TPM based cryptoprocessor.  In less than the 
      'marshalling-period', it MUST be followed with either a 
      corresponding tpm12-attestation or tpm20-attestation
      notification which exposes the result of the PCRs updated.";
    uses tpm:certificate-name-ref;
    leaf-list pcr-index-changed {
      type tpm:pcr;
      min-elements 1;
      description
        "The number of each PCR extended.  This list MUST contain the
        set of PCRs descibed within the event log details.  This leaf
        can be derived from the list of attested events, but exposing
        it here allows for easy filtering of the notifications of 
        interest to a verifier.";
    }
    list attested-event {
      description
        "A set of events which extended an Attester PCR.  The
        sequence of elements represented in list must match the
        sequence of events placed into the TPM's PCR.";
      container attested-event {
        description
          "An instance of an event which extended an Attester PCR";
        leaf extended-with {
          type binary;
          mandatory true;
          description
            "Information extending the PCR.";
        }
        choice event-details {
          description
            "Contains the event happened the Attester thought  
            was worthy of recording in a PCR.
            
            choices are of types defined by the identityref 
            base tpm:attested_event_log_type";      
          case bios-event-log {
            if-feature "tpm:bios";
            description
              "BIOS/UEFI event log format";
            uses tpm:bios-event-log;
          }
          case ima-event-log {
            if-feature "tpm:ima";
            description
              "IMA event log format";
            uses tpm:ima-event-log;
          }
          case netequip-boot-event-log {
            if-feature "tpm:netequip_boot";
            description
              "IMA event log format";
            uses tpm:network-equipment-boot-event-log;
          }
        }       
      }
    }
  }  

  notification tpm12-attestation {
    if-feature "taa:tpm12";
    description
      "Contains an instance of TPM1.2 style signed cryptoprocessor 
      measurements.  It is supplemented by unsigned Attester 
      information.";   
    leaf certificate-name {
      type tpm:certificate-name-ref;
      mandatory true;
      description
        "Allows a TPM quote to be associated with a certificate.";
    } 
    uses tpm:tpm12-attestation;
    uses tpm:tpm12-hash-algo;
    list unsigned-pcr-values {
      description  
        "Allows notifications to be filtered by PCR number or
        PCR value based on via YANG related mechanisms such as PATH.
        This is done without requiring the filtering structure to be
        applied against TCG structured data.";  
      leaf-list pcr-index {
        type tpm:pcr;
        min-elements 1;
        description
          "PCR index number.";
      }
      leaf-list pcr-value {
        type binary;
        description
          "PCR value in a sequence which matches to the
          'pcr-index'.";
      }
    }
  }

  notification tpm20-attestation {
    if-feature "taa:tpm20";
    description
      "Contains an instance of TPM2 style signed cryptoprocessor 
      measurements.  It is supplemented by unsigned Attester 
      information.";      
    leaf certificate-name {
      type tpm:certificate-name-ref;
      mandatory true;
      description
        "Allows a TPM quote to be associated with a certificate.";
    }            
    uses tpm:tpm20-attestation {
      description  
        "Provides the attestation info.  Also ensures PCRs can be
        XPATH filtered by refining the unsigned data so that it
        appears.";
      refine unsigned-pcr-values {
        min-elements 1;
      }
      refine unsigned-pcr-values/pcr-values {
        min-elements 1;
      }
    }
  }  


  /*
   * DATA NODES
   */  

  augment "/tpm:rats-support-structures" {
    description
      "Defines platform wide 'attestation' stream subscription 
      parameters.";   
    leaf marshalling-period { 
      type uint8;
      default 5;
      description
        "The maximum number of seconds between the time an event  
        extends a PCR, and the 'tpm-extend' notification which
        reports it to a subscribed Verifier.  This period allows 
        multiple extend operations bundled together and handled as a
        group.";  
    }
    leaf tpm12-subscribed-signature-scheme {
      if-feature "taa:tpm12";
      type leafref {
        path "../tpm:attester-supported-algos" +
               "/tpm:tpm12-asymmetric-signing"; 
      }
      description
        "A single signature-scheme which will be used to sign the  
        evidence from a TPM 1.2. which is then placed onto the 
        'attestation' event stream.";
    }
    leaf tpm20-subscribed-signature-scheme {
      if-feature "taa:tpm20";
      type leafref {
        path "../tpm:attester-supported-algos" +
               "/tpm:tpm20-asymmetric-signing"; 
      }
      description
        "A single signature-scheme which will be used to sign the  
        evidence from a TPM 2.0. which is then placed onto the 
        'attestation' event stream.";
    }    
    uses heartbeat{
      if-feature "taa:tpm20";
    }
  }
  
  augment "/tpm:rats-support-structures/tpm:tpms" {
    description
      "Allows the configuration 'attestation' stream parameters for a 
      TPM.";  
    leaf subscription-aik {
      type tpm:certificate-name-ref;
      description 
        "Identifies the certificate-name associated with the 
        notifications in the 'attestation' stream.";
    }
    choice subscribable {
      config true;
      description
        "Indicates that the set of notifications which comprise the  
        'attestation' event stream can be modified or tuned by a 
        network administrator.";
      case tpm12-stream {
        if-feature "taa:tpm12";
        description
          "Configuration elements for a TPM1.2 event stream.";
        uses tpm:tpm12-hash-algo;
        leaf-list tpm12-pcr-index {
          type tpm:pcr;
          description
            "The numbers/indexes of the PCRs which can be
            subscribed.";
        }
      }
      case tpm20-stream {
        if-feature "taa:tpm20";
        description
          "Configuration elements for a TPM2.0 event stream.";
        uses tpm:tpm20-hash-algo;
        leaf-list tpm20-pcr-index {
          type tpm:pcr;
          description
            "The numbers/indexes of the PCRs which can be
            subscribed.";
        }
      }
    }
  }  
}
&lt;CODE ENDS&gt;
</sourcecode>
    </section>
    <section anchor="otherstreams">
      <name>Event Streams for Conceptual Messages</name>
      <t>Analogous to the <xref target="RFC8639"/> compliant &lt;attestation&gt; Event Stream for the conveyance of remote attestation Evidence as defined in Section <xref target="attestationstream"/>, additional Event Streams can be defined for this YANG augment. Additional Event Streams require separate YANG augment specifications that provide the Event Stream definition and optionally a content format definition either via subscriptions to YANG datastores or dedicated YANG Notifications. It is possible to use either YANG subscription methods to other YANG modules for RATS Conceptual Messages or to define Event Streams for other none-YANG-modeled data. In the context of RATS Conceptual Messages, both options <bcp14>MUST</bcp14> be a specified via YANG augments to this specification.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The Privacy Considerations of <xref target="RFC9683"/> apply.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The Security Considerations of <xref target="RFC9684"/> and <xref target="RFC9683"/> apply.</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document registers the following namespace URIs in the
<xref target="xml-registry"/> as per <xref target="RFC3688"/>:</t>
      <dl>
        <dt>URI:</dt>
        <dd>
          <t>urn:ietf:params:xml:ns:yang:ietf-tpm-remote-attestation-stream
</t>
          <dl>
            <dt>Registrant Contact:</dt>
            <dd>
              <t>The IESG.</t>
            </dd>
            <dt>XML:</dt>
            <dd>
              <t>N/A; the requested URI is an XML namespace.</t>
            </dd>
          </dl>
        </dd>
      </dl>
      <t>This document registers the following YANG module in the
registry <xref target="yang-parameters"/> as per Section 14 of <xref target="RFC6020"/>:</t>
      <dl>
        <dt>Name:</dt>
        <dd>
          <t>ietf-tpm-remote-attestation-stream
</t>
          <dl>
            <dt>Namespace:</dt>
            <dd>
              <t>urn:ietf:params:xml:ns:yang:ietf-tpm-remote-attestation-stream</t>
            </dd>
            <dt>Prefix:</dt>
            <dd>
              <t>tras</t>
            </dd>
            <dt>Reference:</dt>
            <dd>
              <t>draft-ietf-rats-network-device-subscription (RFC form)</t>
            </dd>
          </dl>
        </dd>
      </dl>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC3688">
          <front>
            <title>The IETF XML Registry</title>
            <seriesInfo name="DOI" value="10.17487/RFC3688"/>
            <seriesInfo name="RFC" value="3688"/>
            <seriesInfo name="BCP" value="81"/>
            <author fullname="M. Mealling" initials="M." surname="Mealling"/>
            <date month="January" year="2004"/>
            <abstract>
              <t>This document describes an IANA maintained registry for IETF standards which use Extensible Markup Language (XML) related items such as Namespaces, Document Type Declarations (DTDs), Schemas, and Resource Description Framework (RDF) Schemas.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <seriesInfo name="DOI" value="10.17487/RFC6020"/>
            <seriesInfo name="RFC" value="6020"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF), NETCONF remote procedure calls, and NETCONF notifications. [STANDARDS-TRACK]</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>
        <reference anchor="RFC9683">
          <front>
            <title>Remote Integrity Verification of Network Devices Containing Trusted Platform Modules</title>
            <seriesInfo name="DOI" value="10.17487/RFC9683"/>
            <seriesInfo name="RFC" value="9683"/>
            <author fullname="G. C. Fedorkow" initials="G. C." role="editor" surname="Fedorkow"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <author fullname="J. Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay"/>
            <date month="December" year="2024"/>
            <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 (TPMs), 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="RFC9684">
          <front>
            <title>A YANG Data Model for Challenge-Response-Based Remote Attestation (CHARRA) Procedures Using Trusted Platform Modules (TPMs)</title>
            <seriesInfo name="DOI" value="10.17487/RFC9684"/>
            <seriesInfo name="RFC" value="9684"/>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="M. Eckel" initials="M." surname="Eckel"/>
            <author fullname="S. Bhandari" initials="S." surname="Bhandari"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <author fullname="B. Sulzen" initials="B." surname="Sulzen"/>
            <author fullname="L. Xia" initials="L." surname="Xia"/>
            <author fullname="T. Laffey" initials="T." surname="Laffey"/>
            <author fullname="G. C. Fedorkow" initials="G. C." surname="Fedorkow"/>
            <date month="December" year="2024"/>
            <abstract>
              <t>This document defines the YANG Remote Procedure Calls (RPCs) and configuration nodes that are required to retrieve attestation evidence about integrity measurements from a device, following the operational context defined in RFC 9683 "TPM-based Network Device Remote Integrity Verification". Complementary measurement logs originating from one or more Roots of Trust for Measurement (RTMs) are also provided by the YANG RPCs. The defined module requires the inclusion of the following in the device components of the composite device on which the YANG server is running: at least one Trusted Platform Module (TPM) of either version 1.2 or 2.0 as well as a corresponding TPM Software Stack (TSS), or an equivalent hardware implementation that includes the protected capabilities as provided by TPMs as well as a corresponding software stack.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="I-D.ietf-rats-reference-interaction-models">
          <front>
            <title>Reference Interaction Models for Remote Attestation Procedures</title>
            <seriesInfo name="Internet-Draft" value="draft-ietf-rats-reference-interaction-models-11"/>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Michael Eckel" initials="M." surname="Eckel">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Eric Voit" initials="E." surname="Voit">
              <organization>Cisco Systems</organization>
            </author>
            <date day="22" month="July" year="2024"/>
            <abstract>
              <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>
        </reference>
        <reference anchor="RFC8639">
          <front>
            <title>Subscription to YANG Notifications</title>
            <seriesInfo name="DOI" value="10.17487/RFC8639"/>
            <seriesInfo name="RFC" value="8639"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="A. Gonzalez Prieto" initials="A." surname="Gonzalez Prieto"/>
            <author fullname="E. Nilsen-Nygaard" initials="E." surname="Nilsen-Nygaard"/>
            <author fullname="A. Tripathy" initials="A." surname="Tripathy"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document defines a YANG data model and associated mechanisms enabling subscriber-specific subscriptions to a publisher's event streams. Applying these elements allows a subscriber to request and receive a continuous, customized feed of publisher-generated information.</t>
            </abstract>
          </front>
        </reference>
        <reference anchor="TPM2.0" target="https://trustedcomputinggroup.org/resource/tpm-library-specification/">
          <front>
            <title>TPM 2.0 Library Specification</title>
            <author>
              <organization>TCG</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <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="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>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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="KGV" target="https://trustedcomputinggroup.org/wp-content/uploads/TCG-NetEq-Attestation-Workflow-Outline_v1r9b_pubrev.pdf">
          <front>
            <title>KGV</title>
            <author>
              <organization>TCG</organization>
            </author>
            <date year="2003" month="October"/>
          </front>
        </reference>
        <reference anchor="xml-registry" target="https://www.iana.org/assignments/xml-registry/xml-registry.xhtml">
          <front>
            <title>IETF XML Registry</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="yang-parameters" target="https://www.iana.org/assignments/yang-parameters/yang-parameters.xhtml">
          <front>
            <title>YANG Parameters</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 793?>

<section anchor="change-log">
      <name>Change Log</name>
      <t>v00-v05</t>
      <ul spacing="normal">
        <li>minor updates as Charra goes through IESG.</li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to ...</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
/wvdLDWMl6MAAA==

-->

</rfc>
