<?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-07" 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-07"/>
    <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@ietf.contact</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="July" day="21"/>
    <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-14"/>
            <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="7" month="July" year="2025"/>
            <abstract>
              <t>   This document describes interaction models for remote attestation
   procedures (RATS) [RFC9334].  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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
+1CSowAA

-->

</rfc>
