<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.2 (Ruby 2.5.1) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>


<rfc ipr="trust200902" docName="draft-ietf-rats-network-device-subscription-01" category="std" consensus="true" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="RATS Subscription">Attestation Event Stream Subscription</title>

    <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></region>
          <code>210012</code>
          <country>China</country>
        </postal>
        <phone></phone>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>

    <date year="2022" month="March" day="07"/>

    <area>Security</area>
    <workgroup>RATS Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This memo defines how to subscribe to YANG Event Streams for Remote Attestation Procedures (RATS). In RATS, Conceptional Messages, are defined. Analogously, the YANG module defined in this memo augments the YANG module for TPM-based Challenge-Response based Remote Attestation (CHARRA) to allow for subscription to remote attestation Evidence. Additionally, this memo provides the methods and means to define additional Event Streams for other Conceptual Message as illustrated in the RATS Architecture, e.g. Attestation Results, Endorsements, or Event Logs.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t><xref target="I-D.ietf-rats-tpm-based-network-device-attest"/> and <xref target="I-D.ietf-rats-yang-tpm-charra"/> define the operational prerequisites and a YANG Model for the acquisition of Evidence and other Conceptional Messages from a TPM-based network device. 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="I-D.ietf-rats-yang-tpm-charra"/>, 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="I-D.ietf-rats-yang-tpm-charra"/>. 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>

<t><list style="numbers">
  <t>Conceptual Messages are not streamed to an interested consumer of information, e.g., Verifiers or Relying Parties, as soon as they are generated.</t>
  <t>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.</t>
</list></t>

<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.</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="I-D.ietf-rats-yang-tpm-charra"/>. In <xref target="I-D.ietf-rats-yang-tpm-charra"/>, 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 memo:</t>

<t><list style="numbers">
  <t>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="I-D.ietf-rats-architecture"/> and as facilitated by the Uni-Directional Remote Attestation described in <xref target="I-D.ietf-rats-reference-interaction-models"/> or</t>
  <t>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="I-D.ietf-rats-yang-tpm-charra"/>.</t>
</list></t>

<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 memo assume that clock drift between involved entities can occur. In consequence, in some usage scenarios the timing considerations for freshness <xref target="I-D.ietf-rats-architecture"/> 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 memo.</t>

<t>This memo 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="I-D.ietf-rats-architecture"/>: 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, Event Stream Filter, Dynamic Subscription.</t>

<section anchor="requirements-notation"><name>Requirements Notation</name>

<t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
BCP 14 <xref target="RFC8174">RFC2119</xref> when, and only when, they appear in all
capitals, as shown here.</t>

</section>
</section>
<section anchor="operational-model"><name>Operational Model</name>

<t><xref target="I-D.ietf-rats-tpm-based-network-device-attest"/> 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="I-D.ietf-rats-yang-tpm-charra"/>. 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="I-D.ietf-rats-tpm-based-network-device-attest"/>. This sequence diagram replaces the <xref target="I-D.ietf-rats-tpm-based-network-device-attest"/> 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 title="YANG Subscription Model for Remote Attestation" anchor="sequence"><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>

<t><list style="symbols">
  <t>time(VG,RG,RA) are identical to the corresponding time definitions from <xref target="I-D.ietf-rats-tpm-based-network-device-attest"/>.</t>
  <t>time(VG',RG',RA') are subsequent instances of the corresponding times from Figure 5 in <xref target="I-D.ietf-rats-tpm-based-network-device-attest"/>.</t>
  <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:
  <list style="symbols">
      <t>the nonce,</t>
      <t>a set of PCRs of interest which the  wants to appraise, and</t>
      <t>an optional filter which can reduce the logged events on the &lt;attestation&gt; stream pushed to the Verifier.</t>
    </list></t>
  <t>time(EG) – an initial response of Evidence is returned to the Verifier. This includes:
  <list style="symbols">
      <t>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</t>
      <t>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).</t>
    </list></t>
  <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:
  <list style="symbols">
      <t>any values extended into a PCR of interest,</t>
      <t>a signed TPM Quote showing the result the PCR extension, and</t>
      <t>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="I-D.ietf-rats-architecture"/> that contains a new nonce or equivalent qualified data.</t>
    </list></t>
</list></t>

<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 MUST 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="I-D.ietf-rats-yang-tpm-charra"/>.</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>

<t><list style="symbols">
  <t>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 SHOULD be considered during the appraisal process.</t>
  <t>If the &lt;reset-counter&gt;, &lt;restart-counter&gt; has incremented.  The existing subscription MUST be terminated, and a new &lt;establish-subscription&gt; SHOULD be generated.</t>
  <t>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.</t>
</list></t>

<figure><artwork><![CDATA[
.----------.                        .--------------------------.
| Attester |                        | Relying Party / Verifier |
'----------'                        '--------------------------'
   time(VG',EG')                                         |
     |-<tpm20-attestation>------------------------------>|
     |                                    :              |
     ~                           Heartbeat interval      ~
     |                                    :              |
   time(EG')                              :              |
     |-<tpm20-attestation>------------------------------>|
     |                                                   |
]]></artwork></figure>

</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="I-D.ietf-rats-yang-tpm-charra"/>. 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="I-D.ietf-rats-tpm-based-network-device-attest"/>. As with <xref target="I-D.ietf-rats-tpm-based-network-device-attest"/>, 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>

<figure><artwork><![CDATA[
  augment /sn:establish-subscription/sn:input:
    +---w nonce-value    binary
    +---w pcr-index*     tpm:pcr
]]></artwork></figure>

<t>The result of the subscription will be that passing of the following information:</t>

<t><list style="numbers">
  <t>&lt;tpm12-attestation&gt; and &lt;tpm20-attestation&gt; notifications which include the provided &lt;nonce-value&gt;.  These attestation notifications MUST at least include all the &lt;pcr-indicies&gt; requested in the RPC.</t>
  <t>a series of &lt;pcr-extend&gt; notifications which reference the requested PCRs on all TPM based cryptoprocessors on the Attester.</t>
  <t>&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 MUST at least include any PCRs extended.</t>
</list></t>

<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 SHOULD 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 MUST 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 MAY be done with a single &lt;tpm20-attestation&gt; notification that includes all requested PCRs every heartbeat interval.  This MAY 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 SHOULD 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 MUST 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 MUST be extended so that a new &lt;pcr-extend&gt; is not sent until the corresponding notifications have been sent.</t>

<figure><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></figure>

<t>Each &lt;pcr-extend&gt; MUST 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 SHOULD 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 MUST NOT include the results of any PCR extensions not previously reported by a &lt;pcr-extend&gt;.  This notification SHOULD be emitted as soon as a TPM Quote can extract the latest PCR hashed values.  This notification MUST be emitted prior to a subsequent &lt;pcr-extend&gt;.</t>

<figure><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></figure>

<t>All YANG objects above are defined within <xref target="I-D.ietf-rats-yang-tpm-charra"/>.  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>

<t><list style="symbols">
  <t>every time at least one PCR has changed from a previous tpm20-attestation. In this case, the notification SHOULD be emitted within 10 seconds of the corresponding &lt;pcr-extend&gt; being sent:</t>
  <t>after a locally configurable minimum heartbeat period since a previous tpm20-attestation was sent.</t>
</list></t>

<figure><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></figure>

<t>All YANG objects above are defined within <xref target="I-D.ietf-rats-yang-tpm-charra"/>.  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 MUST 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="I-D.ietf-rats-yang-tpm-charra"/>. 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 title="Configuring the \&lt;attestation\&gt; Event Stream" anchor="attestationconfig"><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="I-D.ietf-rats-yang-tpm-charra"/> and <xref target="RFC8639"/>.  It is also work-in-progress.</t>

<figure><sourcecode type="YANG"><![CDATA[
<CODE BEGINS> ietf-rats-attestation-stream@2021-05-11.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:   <http://tools.ietf.org/wg/rats/>
     WG List:  <mailto:rats@ietf.org>
     Editor:   Eric Voit
               <mailto:evoit@cisco.com>";
               
  description
    "This module contains conceptual YANG specifications for  
     subscribing to attestation streams being generated from TPM chips.
    
     Copyright (c) 2021 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 2021-05-11 {
    description
      "Initial version.";    
    reference 
      "draft-birkholz-rats-network-device-subscription";
  }
   
  /*
   * IDENTITIES
   */
   
  identity pcr-unsubscribable {
    base sn:establish-subscription-error;
    description
      "Requested PCR is subscribable 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;
      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.";
        }
      }
    }
  }  
}
<CODE ENDS>
]]></sourcecode></figure>

</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 MUST be a specified via YANG augments to this specification.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>To be written.</t>

</section>
<section anchor="IANA"><name>IANA Considerations</name>

<t>To be written.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>




<reference anchor='I-D.ietf-rats-architecture'>
   <front>
      <title>Remote Attestation Procedures Architecture</title>
      <author fullname='Henk Birkholz'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Dave Thaler'>
	 <organization>Microsoft</organization>
      </author>
      <author fullname='Michael Richardson'>
	 <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Ned Smith'>
	 <organization>Intel Corporation</organization>
      </author>
      <author fullname='Wei Pan'>
	 <organization>Huawei Technologies</organization>
      </author>
      <date day='8' month='February' year='2022'/>
      <abstract>
	 <t>   In network protocol exchanges it is often useful for one end of a
   communication to know whether the other end is in an intended
   operating state.  This document provides an architectural overview of
   the entities involved that make such tests possible through the
   process of generating, conveying, and evaluating evidentiary claims.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-architecture-15'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-architecture-15.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-rats-tpm-based-network-device-attest'>
   <front>
      <title>TPM-based Network Device Remote Integrity Verification</title>
      <author fullname='Guy Fedorkow'>
	 <organization>Juniper Networks, Inc.</organization>
      </author>
      <author fullname='Eric Voit'>
	 <organization>Cisco Systems</organization>
      </author>
      <author fullname='Jessica Fitzgerald-McKay'>
	 <organization>National Security Agency</organization>
      </author>
      <date day='1' month='March' year='2022'/>
      <abstract>
	 <t>   This document describes a workflow for remote attestation of the
   integrity of firmware and software installed on network devices that
   contain Trusted Platform Modules [TPM1.2], [TPM2.0], as defined by
   the Trusted Computing Group (TCG)), or equivalent hardware
   implementations that include the protected capabilities, as provided
   by TPMs.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-tpm-based-network-device-attest-13'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-tpm-based-network-device-attest-13.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-rats-yang-tpm-charra'>
   <front>
      <title>A YANG Data Model for Challenge-Response-based Remote Attestation Procedures using TPMs</title>
      <author fullname='Henk Birkholz'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Michael Eckel'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Shwetha Bhandari'>
	 <organization>ThoughtSpot</organization>
      </author>
      <author fullname='Eric Voit'>
	 <organization>Cisco Systems</organization>
      </author>
      <author fullname='Bill Sulzen'>
	 <organization>Cisco Systems</organization>
      </author>
      <author fullname='Liang Xia (Frank)'>
	 <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Tom Laffey'>
	 <organization>Hewlett Packard Enterprise</organization>
      </author>
      <author fullname='Guy C. Fedorkow'>
	 <organization>Juniper Networks</organization>
      </author>
      <date day='2' month='March' year='2022'/>
      <abstract>
	 <t>   This document defines YANG RPCs and a small number of configuration
   nodes required to retrieve attestation evidence about integrity
   measurements from a device, following the operational context defined
   in TPM-based Network Device Remote Integrity Verification.
   Complementary measurement logs are also provided by the YANG RPCs,
   originating from one or more roots of trust for measurement (RTMs).
   The module defined requires at least one TPM 1.2 or TPM 2.0 as well
   as a corresponding TPM Software Stack (TSS), or equivalent hardware
   implementations that include the protected capabilities as provided
   by TPMs as well as a corresponding software stack, included in the
   device components of the composite device the YANG server is running
   on.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-yang-tpm-charra-16'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-yang-tpm-charra-16.txt' type='TXT'/>
</reference>


<reference anchor='I-D.ietf-rats-reference-interaction-models'>
   <front>
      <title>Reference Interaction Models for Remote Attestation Procedures</title>
      <author fullname='Henk Birkholz'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Michael Eckel'>
	 <organization>Fraunhofer SIT</organization>
      </author>
      <author fullname='Wei Pan'>
	 <organization>Huawei Technologies</organization>
      </author>
      <author fullname='Eric Voit'>
	 <organization>Cisco Systems</organization>
      </author>
      <date day='26' month='January' year='2022'/>
      <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>
   <seriesInfo name='Internet-Draft' value='draft-ietf-rats-reference-interaction-models-05'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-rats-reference-interaction-models-05.txt' type='TXT'/>
</reference>



<reference anchor='RFC8639' target='https://www.rfc-editor.org/info/rfc8639'>
<front>
<title>Subscription to YANG Notifications</title>
<author fullname='E. Voit' initials='E.' surname='Voit'><organization/></author>
<author fullname='A. Clemm' initials='A.' surname='Clemm'><organization/></author>
<author fullname='A. Gonzalez Prieto' initials='A.' surname='Gonzalez Prieto'><organization/></author>
<author fullname='E. Nilsen-Nygaard' initials='E.' surname='Nilsen-Nygaard'><organization/></author>
<author fullname='A. Tripathy' initials='A.' surname='Tripathy'><organization/></author>
<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>
<seriesInfo name='RFC' value='8639'/>
<seriesInfo name='DOI' value='10.17487/RFC8639'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<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>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</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 year="n.d."/>
  </front>
</reference>


    </references>

    <references title='Informative References'>




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

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-birkholz-rats-tuda-06'/>
   <format target='https://www.ietf.org/archive/id/draft-birkholz-rats-tuda-06.txt' type='TXT'/>
</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>


    </references>


<section anchor="change-log"><name>Change Log</name>

<t>v00-v01</t>

<t><list style="symbols">
  <t>minor updates, party based on the dependent Charra going through IESG.</t>
</list></t>

</section>
<section numbered="no" anchor="acknowledgements"><name>Acknowledgements</name>

<t>Thanks to ...</t>

</section>


  </back>

<!-- ##markdown-source:
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
nl0m3bVuuoZGjKnYSZA459BSu/wkUaKhvKZStkBps310FofeOcRHgcXBk3Kr
xbK2xyjdit6sAcMFAEittWra0m7DCwDBXrtKc9wkA43RxAujhhIecnVqIddv
kOGrDfvjiMScWcK0JM73IPs4vlntQFrCYy+kU/o2EHTsO0brIn0bUk/xblcv
cYeDju+7UHZ1dxugHIrkD4cyyLbbQTks7lsF5bCU7/9KKHsT970ttTt9cXL+
xO8LwvrA6FJwLBCM7xBH2B37SqTnuO1lqvluojKdV1PaRMZ6YfhQ7rW7GuwJ
T/E971yVFjkufv9QdDneubujaeDi61G4SztelkvdcE88DVsYI1omPNm401wu
YgcRhoqh0VG7bqUWHxYsG9B7Vd/+ikSyPO19eniPmT2A227lD16VFCEGbEJ1
Y1wRoEtmG5SEubanHfYrBO1GTH+IVkXFVzIE156F7gjf/URDVf4VVy+KN0ke
XZwPUY3iHceyhb5PaNxdWZU6obJVKsi38R/ejCU3pf/C9UorxhnxfSOVwMRm
WVOLGdlEECJNiBjjDyH2eAsTkllbY5HPsVzA4Q+gvSAv/7rGIjP7+tnRi6PO
q+rdJ/j0/XCTJEnUZZq95ebHlDfFO2Hx76u9veRqb593fYLOwsuxuD5hRIVb
nQu2cr3ElBNA9pgqMNVULujiHUFnp+fPxuz0fqKOMtwkBRCeaqkwA4nAYkjn
f9ouKy4jvoD5vCUAjcfQ9r8Au3A9BAqfAAA=

-->

</rfc>

