<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-opsawg-yang-provenance-07" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="yang-data-provenance">Applying COSE Signatures for YANG Data Provenance</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-yang-provenance-07"/>
    <author initials="D." surname="Lopez" fullname="Diego Lopez">
      <organization>Telefonica</organization>
      <address>
        <email>diego.r.lopez@telefonica.com</email>
      </address>
    </author>
    <author initials="A." surname="Pastor" fullname="Antonio Pastor">
      <organization>Telefonica</organization>
      <address>
        <email>antonio.pastorperales@telefonica.com</email>
      </address>
    </author>
    <author initials="A." surname="Huang-Feng" fullname="Alex Huang Feng">
      <organization>Deutsche Telekom</organization>
      <address>
        <email>alex.huang-feng@t-systems.com</email>
      </address>
    </author>
    <author initials="A." surname="Mendez" fullname="Ana Mendez">
      <organization>Telefonica</organization>
      <address>
        <email>ana.mendezperez@telefonica.com</email>
      </address>
    </author>
    <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>
    <date year="2026" month="July" day="06"/>
    <area>Operations and Management</area>
    <workgroup>Operations and Management Area Working Group</workgroup>
    <keyword>provenance</keyword>
    <keyword>signature</keyword>
    <keyword>COSE</keyword>
    <keyword>metadata</keyword>
    <abstract>
      <?line 78?>

<t>This document defines a mechanism based on CBOR Object Signing and Encryption (COSE) signatures to provide and verify the provenance of YANG data, so it is possible to verify the origin and integrity of a dataset, even when those data are going to be processed and/or applied in workflows where a crypto-enabled data transport directly from the original data source is not available. As the application of evidence-based OAM automation and the use of tools such as AI/ML grow, provenance validation becomes more relevant in all scenarios, in support of the assuring the origin and integrity of data. The use of compact signatures facilitates the inclusion of provenance strings in any YANG schema requiring them.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://dr2lopez.github.io/yang-provenance/draft-ietf-opsawg-yang-provenance.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-opsawg-yang-provenance/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Operations and Management Area Working Group Working Group mailing list (<eref target="mailto:opsawg@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/opsawg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/opsawg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/dr2lopez/yang-provenance"/>.</t>
    </note>
  </front>
  <middle>
    <?line 82?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>OAM automation, generally based on closed-loop principles, requires at least two datasets to be used. Using the common terms in Control Theory, we need those from the plant (the network device or segment under control) and those to be used as reference (the desired values of the relevant data). The usual automation behavior compares these values and takes a decision, by whatever the method (algorithmic, rule-based, an AI model tuned by ML...) to decide on a control action according to this comparison. Assurance of the origin and integrity of these datasets, what we refer in this document as "provenance", becomes essential to guarantee a proper behavior of closed-loop automation.</t>
      <t>When datasets are made available as an online data flow, provenance can be assessed by properties of the data transport protocol, as long as some kind of cryptographic protocol is used for source authentication, with TLS, SSH and IPsec as the main examples. But when these datasets are stored, go through some pre-processing or aggregation stages, or even cryptographic data transport is not available, provenance must be assessed by other means.</t>
      <t>The original use case for this provenance mechanism is associated with <xref target="YANGmanifest"/>, in order to provide a proof of the origin and integrity of the provided metadata, and therefore the examples in this document use the modules described there, but it soon became clear that it could be extended to any YANG datamodel to support provenance evidence. An analysis of other potential use cases suggested the interest of defining an independent, generally applicable mechanism.</t>
      <t>Provenance verification by signatures incorporated in YANG data can be applied to any data processing pipeline, whether they rely on an online flow or use some kind of data store, such as data lakes or time-series databases. The application of recorded data for ML training or validation constitute the most relevant examples of these scenarios.</t>
      <t>This document provides a mechanism for including digital signatures within YANG data. It applies COSE <xref target="RFC9052"/> to make the signature compact and reduce the resources required for calculating it. This mechanism is applicable to any serialization of the YANG data supporting a clear method for canonicalization, but this document considers three base ones: CBOR, JSON and XML.</t>
      <t>In some scenarios, multiple entities may need to provide cryptographic proof over the same provenance information to allow traceability of this content. For this purpose, this specification uses COSE counter signatures <xref target="RFC9338"/>. Counter signatures enable traceability of provenance by allowing multiple entities to attest to the same data object over time.</t>
      <section anchor="target-deployment-scenarios">
        <name>Target Deployment Scenarios</name>
        <t>The provenance mechanisms described in this document are designed to be flexible and applicable in multiple deployment contexts within operational and management practices. The following non-exhaustive list provides examples of intended deployment scenarios:</t>
        <ul spacing="normal">
          <li>
            <t>Device Configuration Integrity: Digital signatures may be applied to device configuration elements to ensure that specific configuration fragments originate from an authorized source (e.g., controller, automation system) and have not been altered in transit. This is useful for zero-touch provisioning and secure configuration distribution in programmable networks.</t>
          </li>
          <li>
            <t>Telemetry and Monitoring Data: When applied to operational state or telemetry data (e.g., YANG-Push updates or Subscription Notifications), provenance signatures can help verify the integrity and authenticity of data collected from network elements, especially when the data may traverse untrusted collection pipelines.</t>
          </li>
          <li>
            <t>Network-Wide Service Orchestration: In multi-vendor or multi-domain environments, provenance can be used to track and validate contributions from different orchestrators or domain controllers in composite service models. This enables trustable service chaining and auditability.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</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 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<t>The term "data provenance" refers to information describing the origin of a piece of data and, when available, the history of transformations or transfers it has undergone.</t>
      <t>The signature mechanisms defined in this document provide integrity protection and origin authentication for YANG data at the time of signing. When applied iteratively by different entities along a data path, these signatures can contribute to building a provenance trail. However, such a trail is only as complete as the set of signatures present and its continuity is not guaranteed by these mechanisms alone.</t>
    </section>
    <section anchor="defining-provenance-elements">
      <name>Defining Provenance Elements</name>
      <t>The provenance for a given YANG element <bcp14>MUST</bcp14> be convened by a leaf element, containing the COSE signature bitstring built according to the procedure defined below in this section. The provenance leaf <bcp14>MUST</bcp14> be of type "provenance-signature", defined as follows:</t>
      <artwork><![CDATA[
typedef provenance-signature {
     type binary;
     description
      "The provenance-signature type represents a digital signature
       corresponding to the associated YANG element. The signature is based
       on COSE and generated using a canonicalized version of the
       associated element.";
     reference
      "RFC 9052: CBOR Object Signing and Encryption (COSE): Structures and Process
       draft-ietf-opsawg-yang-provenance";
}
]]></artwork>
      <t>The use of this type is the proper method for identifying signature leaf instances, and therefore whenever this type is used for a leaf element, it <bcp14>MUST</bcp14> be considered a provenance signature element, to be generated or verified according to the procedures described in this section.</t>
      <section anchor="provenance-signature-strings">
        <name>Provenance Signature Strings</name>
        <t>Provenance signature strings are COSE single signature messages with [nil] payload, according to COSE conventions and registries, and with the following structure (as defined by <xref section="4.2" sectionFormat="comma" target="RFC9052"/>):</t>
        <artwork><![CDATA[
COSE_Sign1 = [
protected /algorithm-identifier, kid, serialization-method/
unprotected /algorithm-parameters/
signature /using as external data the content of the YANG
           (meta-)data without the signature leaf/
]
]]></artwork>
        <t>The COSE_Sign1 procedure yields a bitstring when building the signature and expects a bitstring for checking it, hence the proposed type for provenance signature leaves. The structure of the COSE_Sign1 consists of:</t>
        <ul spacing="normal">
          <li>
            <t>The algorithm-identifier, which <bcp14>MUST</bcp14> follow COSE conventions and registries.</t>
          </li>
          <li>
            <t>The kid (Key ID), to be locally agreed, used and interpreted by the signer and the signature validator. URIs <xref target="RFC3986"/> and RFC822-style <xref target="RFC5322"/> identifiers are typical values to be used as kid.</t>
          </li>
          <li>
            <t>The serialization-method, a string identifying the YANG serialization in use. It <bcp14>MUST</bcp14> be one of the three possible values "xml" (for XML serialization <xref target="RFC7950"/>), "json" (for JSON serialization <xref target="RFC7951"/>) or "cbor" (for CBOR serialization <xref target="RFC9254"/>).</t>
          </li>
          <li>
            <t>The value algorithm-parameters, which <bcp14>MUST</bcp14> follow the COSE conventions for providing relevant parameters to the signing algorithm.</t>
          </li>
          <li>
            <t>The signature for the YANG element provenance is being established for, to be produced and verified according to the procedure described below for each one of the enclosing methods for the provenance string described below.</t>
          </li>
        </ul>
        <section anchor="use-of-countersignatures">
          <name>Use of Countersignatures</name>
          <t>The primary provenance signature is a COSE_Sign1 message generated over the canonicalized input defined above. Additional entities <bcp14>MAY</bcp14> subsequently apply countersignatures to this COSE_Sign1 message. These countersignatures are integrated within the existing COSE signature object and do not modify the pimary signature input or its value.</t>
          <t>COSE supports the inclusion of countersignatures as defined in <xref target="RFC9338"/>. Countersignatures allow additional entities to provide cryptographic proof over an existing COSE signature without modifying the primary signature value. The inclusion of counter signatures does not alter the original COSE_Sign1 structure, nor the canonicalized input used to produce the original signature. Instead, they extend the COSE object by binding additional signers to the existing signed content.</t>
          <t>If the canonicalized input used for generating the primary signature is altered, the original signature will fail to validate. Since countersignatures are computed over the original COSE signature object, they remain bound to that original content. As a result, any modification to the underlying data or to the canonicalization process leads to a validation inconsistency across the chain of signatures. This allows verifiers to detect that the data has been altered and to identify the point in the sequence of signatures at which the inconsistency is introduced.</t>
          <t>In particular, adding counter signatures does not change the underlying canonicalized YANG content to which the original COSE_Sign1 signature applies. Countersignatures are composed with the existing COSE signature object, while preserving the primary signature and its association with the same signed content. As a result, the original signature remains unchanged, and every countersignature is added on top of it, binding additional signers to the same signed content. From an encoding perspective, the resulting COSE object, including any countersignatures, is carried within the same provenance leaf, without modifying the YANG data model or the enclosing methods defined in this document. Countersignatures <bcp14>MUST</bcp14> be encoded according to the mechanisms defined in <xref target="RFC9338"/>, including the relevant countersignature structures.</t>
          <t>Provenance signature strings including countersignatures <bcp14>SHALL</bcp14> use full countersignatures according to the definitions in <xref target="RFC9338"/>, with context "CounterSignature", and following the same structure as described above for the primary signature in what related to its protected, unprotected and signature fields. Counter signatures <bcp14>SHALL</bcp14> be included in the unprotected header of the COSE_Sign1 object.</t>
          <t>When multiple counter signatures are present, they <bcp14>SHALL</bcp14> be encoded as an array of COSE_Countersignature structures and carried within the COSE object using the appropriate header parameter defined in <xref target="RFC9338"/>.</t>
        </section>
      </section>
      <section anchor="signature-and-verification-procedures">
        <name>Signature and Verification Procedures</name>
        <t>To keep a concise signature and avoid the need for wrapping YANG constructs in COSE envelopes, the whole signature <bcp14>MUST</bcp14> be built and verified by means of externally supplied data, as defined in <xref section="4.3" sectionFormat="comma" target="RFC9052"/>, with a [nil] payload.</t>
        <t>The byte strings to be used as input to the signature and verification procedures <bcp14>MUST</bcp14> be built by:</t>
        <ul spacing="normal">
          <li>
            <t>Selecting the exact YANG content to be used, according to the corresponding enclosing methods.</t>
          </li>
          <li>
            <t>Applying the corresponding canonicalization method as described in the following section.</t>
          </li>
          <li>
            <t>When countersignatures are present, the same proceduras apply for the generation or verification of any countersignature, taking into account the following additinal processing rules:  </t>
            <ul spacing="normal">
              <li>
                <t>Each counter signature <bcp14>MUST</bcp14> be verifiable independently using the public key of the corresponding signer, as defined by the applicable key identifier carried by the countersignature structure.</t>
              </li>
              <li>
                <t>Verification of provenance information <bcp14>MAY</bcp14> include the validation of the primary signature, a subset of the countersignatures, or all of them, depending on the policy of the verifying entity.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>In order to guarantee proper verification, the signature procedure <bcp14>MUST</bcp14> be the last action to be taken before the YANG construct being signed is made available, whatever the means (sent as a reply to a poll or a notification, written to a file or record, etc.), and verification <bcp14>SHOULD</bcp14> take place in advance of any processing by the consuming application. The actions to be taken if the verification fails are specific to the consuming application, but it is <bcp14>RECOMMENDED</bcp14> to at least issue an error warning.</t>
        <ul empty="true">
          <li>
            <t><strong>Note:</strong> In deployments where YANG data are transported through message broker systems, verification can be applied after message deserialization and before instance data processing, consistently with the placement described in <xref target="YANGmsgbroker"/>. In such scenarios, additional schema validation steps (e.g., YANG schema validation performed at the broker level) may complement the provenance mechanism, further strengthening data integrity before application-level processing. The deployment architecture is out of scope for this document, as the provenance mechanisms defined here are intentionally designed for general-purpose applicability across any YANG data processing system.</t>
          </li>
        </ul>
      </section>
      <section anchor="canonicalization">
        <name>Canonicalization</name>
        <t>Signature generation and verification require a canonicalization method to be applied, that depends on the serialization used. According to the three types of serialization defined, the following canonicalization methods <bcp14>MUST</bcp14> be applied:</t>
        <ul spacing="normal">
          <li>
            <t>For CBOR, length-first core deterministic encoding, as defined by <xref target="RFC8949"/>.</t>
          </li>
          <li>
            <t>For JSON, JSON Canonicalization Scheme (JCS), as defined by <xref target="RFC8785"/>.</t>
          </li>
          <li>
            <t>For XML, Exclusive XML Canonicalization 1.0, as defined by <xref target="XMLSig"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="provenance-signature-yang-module">
        <name>Provenance-Signature YANG Module</name>
        <t>This module defines a provenance-signature type to be used in other YANG modules.</t>
        <sourcecode markers="true" name="ietf-yang-provenance@2026-06-30.yang"><![CDATA[
module ietf-yang-provenance {
  yang-version 1.1;
  namespace
    "urn:ietf:params:xml:ns:yang:ietf-yang-provenance";
  prefix iyangprov;

  organization "IETF OPSAWG (Operations and Management Area Working Group)";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>

     Authors:  Alex Huang Feng
               <mailto:alex.huang-feng@t-systems.com>
               Diego Lopez
               <mailto:diego.r.lopez@telefonica.com>
               Antonio Pastor
               <mailto:antonio.pastorperales@telefonica.com>
               Henk Birkholz
               <mailto:henk.birkholz@sit.fraunhofer.de>";

  description
    "Defines a binary provenance-signature type to be used in other YANG
    modules.

    Copyright (c) 2026 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 Revised 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; see the RFC
    itself for full legal notices.";

  revision 2026-06-30 {
    description
      "First revision";
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }

  typedef provenance-signature {
    type binary;
    description
      "The provenance-signature type represents a digital signature
      corresponding to the associated YANG element. The signature is based
      on COSE and generated using a canonicalized version of the
      associated element.";
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }
}
]]></sourcecode>
      </section>
    </section>
    <section anchor="enclosing-methods">
      <name>Enclosing Methods</name>
      <t>Once defined the procedures for generating and verifying the provenance signature string, let us consider how these signatures can be integrated with the associated YANG data by enclosing the signature in the data structure. This document considers four different enclosing methods, suitable for different stages of the YANG schema and usage patterns of the YANG data. The enclosing method defines not only how the provenance signature string is combined with the signed YANG data but also the specific procedure for selecting the specific YANG content to be processed when signing and verifying.</t>
      <t>Appendix A includes a set of examples of the different enclosing methods, applied to the same YANG fragment, to illustrate their use.</t>
      <section anchor="including-a-provenance-leaf-in-a-yang-element">
        <name>Including a Provenance Leaf in a YANG Element</name>
        <t>This enclosing method requires a specific element in the YANG schema defining the element to be signed (the enclosing element), and thus implies considering provenance signatures when defining a YANG module, or the use of augmentation to include the provenance signature element in a existing YANG module.</t>
        <t>When defining a provenance signature leaf element to appear in a YANG schema by means of this enclosing method, the provenance-signature leaf <bcp14>MAY</bcp14> be defined to be at any position in the enclosing element, but only one such leaf <bcp14>MUST</bcp14> be defined for this enclosing element. If the enclosing element contains other non-leaf elements, they <bcp14>MAY</bcp14> define their own provenance-signature leaf, according to the same rule. In this case, the provenance-signature leaves in the children elements are applicable to the specific child element where they are enclosed, while the provenance-signature leaf enclosed in the top-most element is applicable to the whole element contents, including the children provenance-signature leaf themselves. This allows for recursive provenance validation, data aggregation, and the application of provenance verification of relevant children elements at different stages of any data processing pipeline.</t>
        <t>The specific YANG content to be processed <bcp14>SHALL</bcp14> be generated by taking the whole enclosing element and eliminiating the leaf containing the provenance signature string.</t>
        <t>As example, let us consider the two modules proposed in <xref target="YANGmanifest"/>. For the platform-manifest module, the provenance for a platform would be provided by augmenting the current schema with the optional platform-provenance leaf shown below:</t>
        <artwork><![CDATA[
module: ietf-platform-manifest
  +--ro platforms
     +--ro platform* [id]
       +--ro id                      string
       +--ro name?                   string
       +--ro vendor?                 string
       +--ro vendor-pen?             uint32
       +--ro software-version?       string
       +--ro software-flavor?        string
       +--ro os-version?             string
       +--ro os-type?                string
       +--ro platform-provenance?    provenance-signature
       +--ro yang-push-streams
       |  +--ro stream* [name]
       |     +--ro name
       |     +--ro description?
       +--ro yang-library
       + . . .
       .
       .
       .
]]></artwork>
        <t>For data collections, the provenance of each one would be provided by augmenting the schema with an optional collector-provenance leaf, as shown below:</t>
        <artwork><![CDATA[
module: ietf-data-collection-manifest
  +--ro data-collections
     +--ro data-collection* [platform-id]
     +--ro platform-id
     |       -> /p-mf:platforms/platform/id
     +--ro collector-provenance?   provenance-signature
     +--ro yang-push-subscriptions
       +--ro subscription* [id]
         +--ro id
         |      sn:subscription-id
         +
         .
         .
         .
     + . . .
     |
     .
     .
     .
]]></artwork>
        <t>Note how, in the two examples, the element bearing the provenance signature appears at different positions in the enclosing element. And note that, for processing the element for signature generation and verification, the signature element <bcp14>MUST</bcp14> be eliminated from the enclosing element before applying the corresponding canonicalization method.</t>
        <t>Note that, in application of the recursion mechanism described above, a provenance element could be included at the top of any of the collections, supporting the verification of the provenance of the collection itself (as provided by a specific collector), without interfering with the verification of the provenance of each of the collection elements. As an example, in the case of the platform manifests it would look like:</t>
        <artwork><![CDATA[
module: ietf-platform-manifest
  +--ro platforms
     +--ro platform-collection-provenance? provenance-signature
     +--ro platform* [id]
       +--ro platform-provenance?          provenance-signature
       +--ro id                            string
       +--ro name?                         string
       +--ro vendor?                       string
       + . . .
       .
       .
       .
]]></artwork>
        <t>Note here that, to generate the YANG content to be processed in the case of the collection the provenance leafs of the indivual elements <bcp14>SHALL NOT</bcp14> be eliminated, as it <bcp14>SHALL</bcp14> be the case when generating the YANG content to be processed for each individual element in the collection.</t>
      </section>
      <section anchor="including-a-provenance-signature-in-yang-push-notifications">
        <name>Including a Provenance Signature in YANG-Push Notifications</name>
        <t>The signature mechanism proposed in this document <bcp14>MAY</bcp14> be used with YANG-Push <xref target="RFC8641"/> to sign notifications generated  directly by publisher nodes. The signature is carried inside the notification envelope header defined in <xref target="I-D.ietf-netconf-notif-envelope"/> as a new extension.</t>
        <t>The YANG content to be processed <bcp14>MUST</bcp14> consist of the content defined by the "contents" element in <xref target="I-D.ietf-netconf-notif-envelope"/>.</t>
        <t>The following sections define the YANG module that augments the "ietf-yp-notification" module. It extends the notification envelope header with a new leaf for the provenance signature and an augmentation to the "ietf-notification-capabilities" to enable clients discover the support of the provenance signature.</t>
        <section anchor="yang-tree-diagram">
          <name>YANG Tree Diagram</name>
          <t>The following is the YANG tree diagram <xref target="RFC8340"/> for the "ietf-yp-provenance" module.</t>
          <artwork><![CDATA[
module: ietf-yp-provenance

  augment /sysc:system-capabilities/notc:subscription-capabilities
            /iypn:notification-metadata/iypn:metadata:
    +--ro notification-provenance?   boolean

  augment-structure /iypn:envelope:
    +-- provenance?   iyangprov:provenance-signature
]]></artwork>
          <t>And the following is the full YANG tree diagram for the notification structure.</t>
          <artwork><![CDATA[
module: ietf-yp-notification

  structure envelope:
    +-- event-time         yang:date-and-time
    +-- hostname?          inet:host
    +-- sequence-number?   yang:counter32
    +-- provenance?        iyangprov:provenance-signature
    +-- contents?          <anydata>
]]></artwork>
          <t>Unlike the first enclosing method, in this second enclosing method the provenance leaf is added by augmenting a structure (/inotenv:envelope).</t>
        </section>
        <section anchor="yang-module">
          <name>YANG Module</name>
          <t>The "ietf-yp-provenance" module augments "ietf-yp-notification" module <xref target="I-D.ietf-netconf-notif-envelope"/> adding the provenance leaf to the notification envelope structure.
It also adds the "notification-provenance" capability to allow clients to discover if provenance signatures are supported.</t>
          <sourcecode markers="true" name="ietf-yp-provenance@2026-06-30.yang"><![CDATA[
module ietf-yp-provenance {
  yang-version 1.1;
  namespace
    "urn:ietf:params:xml:ns:yang:ietf-yp-provenance";
  prefix inotifprov;

  import ietf-system-capabilities {
    prefix sysc;
    reference
      "RFC 9196: YANG Modules Describing Capabilities for
       Systems and Datastore Update Notifications";
  }
  import ietf-notification-capabilities {
    prefix notc;
    reference
      "RFC 9196: YANG Modules Describing Capabilities for
       Systems and Datastore Update Notifications";
  }
  import ietf-yang-provenance {
    prefix iyangprov;
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }
  import ietf-yang-structure-ext {
    prefix sx;
    reference
      "RFC 8791: YANG Data Structure Extensions";
  }
  import ietf-yp-notification {
    prefix iypn;
    reference
      "RFC YYYY: Extensible YANG Model for YANG-Push Notifications";
  }

  organization "IETF OPSAWG (Operations and Management Area Working Group)";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>

     Authors:  Alex Huang Feng
               <mailto:alex.huang-feng@t-systems.com>
               Diego Lopez
               <mailto:diego.r.lopez@telefonica.com>
               Antonio Pastor
               <mailto:antonio.pastorperales@telefonica.com>";

  description
    "Defines a bynary provenance-signature type to be used in other YANG
    modules.

    Copyright (c) 2026 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 Revised 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; see the RFC
    itself for full legal notices.";

  revision 2026-06-30 {
    description
      "First revision";
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }

  sx:augment-structure "/iypn:envelope" {
    leaf provenance {
      type iyangprov:provenance-signature;
      description
        "COSE signature of the 'contents' element of the Notification for
        provenance verification.";
    }
  }

  augment "/sysc:system-capabilities"
        + "/notc:subscription-capabilities"
        + "/iypn:notification-metadata/iypn:metadata" {
    description
      "Extensions to Notification Capabilities enabling clients to
      know whether the provenance signature is supported.";
    leaf notification-provenance {
      type boolean;
      default "false";
      description
        "Support of the provenance signature on YANG-Push
        Notifications.";
    }
  }
}
]]></sourcecode>
        </section>
      </section>
      <section anchor="including-provenance-as-metadata-in-yang-instance-data">
        <name>Including Provenance as Metadata in YANG Instance Data</name>
        <t>Provenance signature strings can be included as part of the metadata in YANG instance data files, as defined in <xref target="RFC9195"/> for data at rest. The augmented YANG tree diagram including the provenance signature is as follows:</t>
        <artwork><![CDATA[
module: ietf-yang-instance-data-provenance
  augment-structure /id:instance-data-set:
    +-- provenance?   iyangprov:provenance-signature
]]></artwork>
        <ul empty="true">
          <li>
            <t><strong>Note:</strong> As in the second enclosing method, since this is a data structure, the <tt>provenance</tt> leaf appears before the <tt>content-data</tt> element.</t>
          </li>
        </ul>
        <t>The resulting YANG tree structure is:</t>
        <artwork><![CDATA[
  structure instance-data-set:
    + . . .
    +-- timestamp?           yang:date-and-time
    +-- provenance?          iyangprov:provenance-signature
    +-- content-data?        <anydata>
]]></artwork>
        <t>The provenance signature defined in this enclosing method applies to the whole content of the instance-data-set structure. This is independent of any other provenance signature strings that might be present within the content-data itself through other enclosing methods.</t>
        <t>The specific YANG content to be processed <bcp14>SHALL</bcp14> be generated by taking the contents of instance-data-set structure, excluding the provenance signature element itself and applying the corresponding canonicalization method.</t>
        <section anchor="yang-module-1">
          <name>YANG Module</name>
          <t>This module defines the provenance signature element to be included as metadata of a YANG data instance.</t>
          <sourcecode markers="true" name="ietf-yang-instance-data-provenance@2026-06-30.yang"><![CDATA[
module ietf-yang-instance-data-provenance {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-yang-instance-data-provenance";
  prefix yidprov;

  import ietf-yang-instance-data {
    prefix id;
    reference
      "RFC 9195: A File Format for YANG Instance Data";
  }

  import ietf-yang-provenance {
    prefix iyangprov;
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }

  import ietf-yang-structure-ext {
    prefix sx;
    reference
      "RFC 8791: YANG Data Structure Extensions";
  }

  organization
    "IETF OPSAWG (Operations and Management Area Working Group)";

  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
     WG List:  <mailto:opsawg@ietf.org>

     Authors:  Ana Mendez
               <mailto:ana.mendezperz@telefonica.com>
               Diego Lopez
               <mailto:diego.r.lopez@telefonica.com>";

  description
    "This module augments YANG instance data to include a provenance
     signature for the content-data block, enabling integrity and
     authenticity verification of the dataset.

     Copyright (c) 2026 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 Revised 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; see the RFC
     itself for full legal notices.";

  revision 2026-06-30 {
    description
      "First revision.";
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }

  sx:augment-structure "/id:instance-data-set" {
    description
      "Adds a provenance signature to the instance data set envelope.";
    leaf provenance {
      type iyangprov:provenance-signature;
      description
        "Provenance signature that applies to the full content-data
         block of an instance dataset. This signature can be used to
         verify the integrity and authenticity of the instance data.";
    }
  }
}
]]></sourcecode>
        </section>
      </section>
      <section anchor="EMannotations">
        <name>Including Provenance in YANG Annotations</name>
        <t>The use of annotations as defined in <xref target="RFC7952"/> seems a natural enclosing method, dealing with the provenance signature string as metadata extension and not requiring modification of existing YANG schemas. The provenance-string annotation is defined as follows:</t>
        <artwork><![CDATA[
  md:annotation provenance {
    type provenance-signature;
    description
      "This annotation contains a digital signature corresponding
      to the YANG element in which it appears.";
  }
]]></artwork>
        <t>The specific YANG content to be processed <bcp14>SHALL</bcp14> be generated by eliminating the provenance annotation (encoded according to what is described in Section 5 of <xref target="RFC7952"/>) from the element it applies to, before invoking the corresponding canonicalization method. In application of the general recursion principle for provenance signature strings, any other provenance strings within the element to which the provenance-string applies <bcp14>SHALL</bcp14> be left as they appear, whatever the enclosing method used for them.</t>
        <section anchor="yang-module-2">
          <name>YANG Module</name>
          <t>This module defines a metadata annotation to include a provenance signature for a YANG element.</t>
          <sourcecode markers="true" name="ietf-yang-provenance-annotation@2026-06-30.yang"><![CDATA[
module ietf-yang-provenance-annotation {
  yang-version 1.1;
  namespace
    "urn:ietf:params:xml:ns:yang:ietf-yang-provenance-annotation";
  prefix ypmd;

  import ietf-yang-metadata {
    prefix md;
    reference
      "RFC 7952: Defining and Using Metadata with YANG";
  }
  import ietf-yang-provenance {
    prefix iyangprov;
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }

  organization "IETF OPSAWG (Operations and Management Area Working Group)";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/opsawg/>
    WG List:  <mailto:opsawg@ietf.org>

    Authors:  Diego Lopez
              <mailto:diego.r.lopez@telefonica.com>
              Alex Huang Feng
              <mailto:alex.huang-feng@t-systems.com>
              Antonio Pastor
              <mailto:antonio.pastorperales@telefonica.com>
              Henk Birkholz
              <mailto:henk.birkholz@sit.fraunhofer.de>";
    description
      "Defines a binary provenance-signature type to be used in YANG
      metadata annotations

      Copyright (c) 2026 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 Revised 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; see the RFC
      itself for full legal notices.";

  revision 2026-06-30 {
    description
      "First revision";
    reference
      "RFC XXXX: Applying COSE Signatures for YANG Data Provenance";
  }

  md:annotation provenance {
    type iyangprov:provenance-signature;
    description
      "This annotation contains the provenance signature for
      the YANG element associated with it";
  }
}
]]></sourcecode>
        </section>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The provenance assessment mechanism described in this document relies on COSE <xref target="RFC9052"/> and the deterministic encoding or canonicalization procedures described by <xref target="RFC8949"/>, <xref target="RFC8785"/> and <xref target="XMLSig"/>. The security considerations made in these references are fully applicable here.</t>
      <t>The considered threat model assumes an  attacker with the ability to intercept, observe, copy, replay, or modify YANG data in transit or at rest.</t>
      <t>The mechanisms defined here protect against data tampering: any modification of signed YANG data will result in signature verification failure, providing integrity protection from the point of signing onward.  Additionally, the signature binds the data to the entity holding the corresponding private key, providing origin authentication for the signed data.</t>
      <t>The following threats are explicitly outside the scope of this mechanism:</t>
      <ul spacing="normal">
        <li>
          <t>If the signing entity's private key is compromised, an attacker can produce valid signatures; protection against key compromise must be addressed by the key management infrastructure (e.g., PKI, certificate revocation).</t>
        </li>
        <li>
          <t>These mechanisms do not guarantee that all intermediate steps in a data path provides a signature: a provenance trail is only as complete as the set of signatures that are present, and gaps in signing by intermediate entities are not detectable by these mechanisms alone.</t>
        </li>
        <li>
          <t>A legitimate entity with access to a valid private key may sign incorrect or malicious data; these mechanisms provide no protection against a signing entity that intentionally or unintentionally produces erroneous data.</t>
        </li>
        <li>
          <t>Finally, these mechanisms do not inherently guarantee the freshness of signed data; replay of previously signed valid data is not prevented unless additional mechanisms, such as timestamps or nonces bound to the signature context, are employed.</t>
        </li>
      </ul>
      <t>The verification step depends on the association of the kid (Key ID) with the proper public key. This is a local matter for the verifier and its specification is out of the scope of this document. Similarly, key association with reliable data sources is a deployment decision, though a couple of deployment patterns can be considered, depending on the application scenario under consideration. On the one hand, identities may be associated to controller entities (a domain controller, a person in charge of operational aspects, an organizational unit managing an administrative domain, ec.) owning the private keys to be use in generating the provenance signatures for YANG data such as configurations or telemetry. Alternatively, individual devices may hold the identities and corresponding private keys to generate provenance signatures for locally originated data (e.g., telemetry updates). The use of certificates, PKI mechanisms, or any other secure out-of-band distribution of id-public key mappings is <bcp14>RECOMMENDED</bcp14>.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="ietf-xml-registry">
        <name>IETF XML Registry</name>
        <t>This document registers the following URIs in the "IETF XML Registry" <xref target="RFC3688"/>:</t>
        <artwork><![CDATA[
  URI: urn:ietf:params:xml:ns:yang:ietf-yang-provenance
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.
]]></artwork>
        <artwork><![CDATA[
  URI: urn:ietf:params:xml:ns:yang:ietf-yp-provenance
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.
]]></artwork>
        <artwork><![CDATA[
  URI: urn:ietf:params:xml:ns:yang:ietf-yang-instance-data-provenance
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.
]]></artwork>
        <artwork><![CDATA[
  URI: urn:ietf:params:xml:ns:yang:ietf-yang-provenance-annotation
  Registrant Contact: The IESG.
  XML: N/A; the requested URI is an XML namespace.
]]></artwork>
      </section>
      <section anchor="yang-module-name">
        <name>YANG Module Name</name>
        <t>This document registers the following YANG modules in the "YANG Module Names" registry <xref target="RFC6020"/>:</t>
        <artwork><![CDATA[
  name: ietf-yang-provenance
  namespace: urn:ietf:params:xml:ns:yang:ietf-yang-provenance
  prefix: iyangprov
  reference: RFC XXXX
]]></artwork>
        <artwork><![CDATA[
  name: ietf-yp-provenance
  namespace: urn:ietf:params:xml:ns:yang:ietf-yp-provenance
  prefix: inotifprov
  reference: RFC XXXX
]]></artwork>
        <artwork><![CDATA[
  name: ietf-yang-instance-data-provenance
  namespace: urn:ietf:params:xml:ns:yang:ietf-yang-instance-data-provenance
  prefix: yidprov
  reference: RFC XXXX
]]></artwork>
        <artwork><![CDATA[
  name: ietf-yang-provenance-annotation
  namespace: urn:ietf:params:xml:ns:yang:ietf-yang-provenance-annotation
  prefix: ypmd
  reference: RFC XXXX
]]></artwork>
      </section>
      <section anchor="yang-sid-file">
        <name>YANG SID-file</name>
        <t>IANA is requested to register a new ".sid" file in the "IETF YANG-SID Ranges" <xref target="RFC9595"/>:</t>
        <artwork><![CDATA[
SID range entry point: TBD
SID range size: 20
YANG module name: ietf-yang-provenance
reference: RFC XXXX
]]></artwork>
        <t>A ".sid" file is proposed in Appendix B.</t>
      </section>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>An open-source reference implementation, written in Java, is available at <eref target="https://github.com/tefiros/cose-provenance">https://github.com/tefiros/cose-provenance</eref>. This implementation has been used to generate the examples in the appendix of this document, and was first demonstrated at the IETF 122 Hackathon. Work is ongoing to explore its integration with other open-source YANG modules. A Kafka message broker integration was presented at the IETF 123 Hackathon aiming at convergence with current efforts on YANG Push. The implementation is available at <eref target="https://github.com/tefiros/kafka-provenance">https://github.com/tefiros/kafka-provenance</eref>.</t>
    </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>
            <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>
          <seriesInfo name="BCP" value="81"/>
          <seriesInfo name="RFC" value="3688"/>
          <seriesInfo name="DOI" value="10.17487/RFC3688"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC5322">
          <front>
            <title>Internet Message Format</title>
            <author fullname="P. Resnick" initials="P." role="editor" surname="Resnick"/>
            <date month="October" year="2008"/>
            <abstract>
              <t>This document specifies the Internet Message Format (IMF), a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, "Standard for the Format of ARPA Internet Text Messages", updating it to reflect current practice and incorporating incremental changes that were specified in other RFCs. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5322"/>
          <seriesInfo name="DOI" value="10.17487/RFC5322"/>
        </reference>
        <reference anchor="RFC6020">
          <front>
            <title>YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)</title>
            <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>
          <seriesInfo name="RFC" value="6020"/>
          <seriesInfo name="DOI" value="10.17487/RFC6020"/>
        </reference>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="RFC7951">
          <front>
            <title>JSON Encoding of Data Modeled with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7951"/>
          <seriesInfo name="DOI" value="10.17487/RFC7951"/>
        </reference>
        <reference anchor="RFC7952">
          <front>
            <title>Defining and Using Metadata with YANG</title>
            <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>This document defines a YANG extension that allows for defining metadata annotations in YANG modules. The document also specifies XML and JSON encoding of annotations and other rules for annotating instances of YANG data nodes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7952"/>
          <seriesInfo name="DOI" value="10.17487/RFC7952"/>
        </reference>
        <reference anchor="RFC8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger"/>
            <date month="March" year="2018"/>
            <abstract>
              <t>This document captures the current syntax used in YANG module tree diagrams. The purpose of this document is to provide a single location for this definition. This syntax may be updated from time to time based on the evolution of the YANG language.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="215"/>
          <seriesInfo name="RFC" value="8340"/>
          <seriesInfo name="DOI" value="10.17487/RFC8340"/>
        </reference>
        <reference anchor="RFC8641">
          <front>
            <title>Subscription to YANG Notifications for Datastore Updates</title>
            <author fullname="A. Clemm" initials="A." surname="Clemm"/>
            <author fullname="E. Voit" initials="E." surname="Voit"/>
            <date month="September" year="2019"/>
            <abstract>
              <t>This document describes a mechanism that allows subscriber applications to request a continuous and customized stream of updates from a YANG datastore. Providing such visibility into updates enables new capabilities based on the remote mirroring and monitoring of configuration and operational state.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8641"/>
          <seriesInfo name="DOI" value="10.17487/RFC8641"/>
        </reference>
        <reference anchor="RFC8785">
          <front>
            <title>JSON Canonicalization Scheme (JCS)</title>
            <author fullname="A. Rundgren" initials="A." surname="Rundgren"/>
            <author fullname="B. Jordan" initials="B." surname="Jordan"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>Cryptographic operations like hashing and signing need the data to be expressed in an invariant format so that the operations are reliably repeatable. One way to address this is to create a canonical representation of the data. Canonicalization also permits data to be exchanged in its original form on the "wire" while cryptographic operations performed on the canonicalized counterpart of the data in the producer and consumer endpoints generate consistent results.</t>
              <t>This document describes the JSON Canonicalization Scheme (JCS). This specification defines how to create a canonical representation of JSON data by building on the strict serialization methods for JSON primitives defined by ECMAScript, constraining JSON data to the Internet JSON (I-JSON) subset, and by using deterministic property sorting.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8785"/>
          <seriesInfo name="DOI" value="10.17487/RFC8785"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9195">
          <front>
            <title>A File Format for YANG Instance Data</title>
            <author fullname="B. Lengyel" initials="B." surname="Lengyel"/>
            <author fullname="B. Claise" initials="B." surname="Claise"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>There is a need to document data defined in YANG models at design time, implementation time, or when a live server is unavailable. This document specifies a standard file format for YANG instance data, which follows the syntax and semantics of existing YANG models and annotates it with metadata.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9195"/>
          <seriesInfo name="DOI" value="10.17487/RFC9195"/>
        </reference>
        <reference anchor="RFC9254">
          <front>
            <title>Encoding of Data Modeled with YANG in the Concise Binary Object Representation (CBOR)</title>
            <author fullname="M. Veillette" initials="M." role="editor" surname="Veillette"/>
            <author fullname="I. Petrov" initials="I." role="editor" surname="Petrov"/>
            <author fullname="A. Pelov" initials="A." surname="Pelov"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>YANG (RFC 7950) is a data modeling language used to model configuration data, state data, parameters and results of Remote Procedure Call (RPC) operations or actions, and notifications.</t>
              <t>This document defines encoding rules for YANG in the Concise Binary Object Representation (CBOR) (RFC 8949).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9254"/>
          <seriesInfo name="DOI" value="10.17487/RFC9254"/>
        </reference>
        <reference anchor="RFC9338">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="December" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. CBOR Object Signing and Encryption (COSE) defines a set of security services for CBOR. This document defines a countersignature algorithm along with the needed header parameters and CBOR tags for COSE. This document updates RFC 9052.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9338"/>
          <seriesInfo name="DOI" value="10.17487/RFC9338"/>
        </reference>
        <reference anchor="RFC9595">
          <front>
            <title>YANG Schema Item iDentifier (YANG SID)</title>
            <author fullname="M. Veillette" initials="M." role="editor" surname="Veillette"/>
            <author fullname="A. Pelov" initials="A." role="editor" surname="Pelov"/>
            <author fullname="I. Petrov" initials="I." role="editor" surname="Petrov"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="July" year="2024"/>
            <abstract>
              <t>YANG Schema Item iDentifiers (YANG SIDs) are globally unique 63-bit unsigned integers used to identify YANG items. SIDs provide a more compact method for identifying those YANG items that can be used efficiently, notably in constrained environments (RFC 7228). This document defines the semantics, registration processes, and assignment processes for YANG SIDs for IETF-managed YANG modules. To enable the implementation of these processes, this document also defines a file format used to persist and publish assigned YANG SIDs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9595"/>
          <seriesInfo name="DOI" value="10.17487/RFC9595"/>
        </reference>
        <reference anchor="I-D.ietf-netconf-notif-envelope">
          <front>
            <title>Extensible YANG Model for YANG-Push Notifications</title>
            <author fullname="Alex Huang Feng" initials="A. H." surname="Feng">
              <organization>INSA-Lyon</organization>
            </author>
            <author fullname="Pierre Francois" initials="P." surname="Francois">
              <organization>INSA-Lyon</organization>
            </author>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Everything OPS</organization>
            </author>
            <date day="18" month="May" year="2026"/>
            <abstract>
              <t>   This document defines a new extensible Notification structure,
   defined in YANG, for use in YANG-Push Notification messages, both for
   NETCONF and RESTCONF, enabling any YANG-compatible encodings such as
   XML, JSON, or CBOR.  Additionally, it defines two essential
   extensions to this structure, the support of a hostname and a
   sequence number and the support of a timestamp characterizing the
   moment when the data was observed.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-notif-envelope-05"/>
        </reference>
        <reference anchor="XMLSig" target="https://www.w3.org/TR/xmldsig-core2/">
          <front>
            <title>XML Signature Syntax and Processing Version 2.0</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <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>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <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>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7223">
          <front>
            <title>A YANG Data Model for Interface Management</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines a YANG data model for the management of network interfaces. It is expected that interface-type-specific data models augment the generic interfaces data model defined in this document. The data model includes configuration data and state data (status information and counters for the collection of statistics).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7223"/>
          <seriesInfo name="DOI" value="10.17487/RFC7223"/>
        </reference>
        <reference anchor="YANGmanifest">
          <front>
            <title>A Data Manifest for Contextualized Telemetry Data</title>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Everything OPS</organization>
            </author>
            <author fullname="Jean Quilbeuf" initials="J." surname="Quilbeuf">
              <organization>Huawei</organization>
            </author>
            <author fullname="Diego Lopez" initials="D." surname="Lopez">
              <organization>Telefonica I+D</organization>
            </author>
            <author fullname="Ignacio Dominguez Martinez-Casanueva" initials="I. D." surname="Martinez-Casanueva">
              <organization>Telefonica I+D</organization>
            </author>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   Network platforms use Network Telemetry, such as YANG-Push, to
   continuously stream information, including both counters and state
   information.  This document describes the metadata that ensure that
   the collected data can be interpreted correctly.  This document
   specifies the Data Manifest, composed of two YANG data models (the
   Platform Manifest and the non-normative Data Collection Manifest).
   These YANG modules are specified at the network level (e.g., network
   controllers) to provide a model that encompasses several network
   platforms.  The Data Manifest must be streamed and stored along with
   the data, up to the collection and analytics systems to keep the
   collected data fully exploitable by the data scientists and relevant
   tools.  Additionally, this document specifies an augmentation of the
   YANG-Push model to include the actual collection period, in case it
   differs from the configured collection period.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-opsawg-collected-data-manifest-12"/>
        </reference>
        <reference anchor="YANGmsgbroker">
          <front>
            <title>An Architecture for YANG-Push to Message Broker Integration</title>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Ahmed Elhassany" initials="A." surname="Elhassany">
              <organization>Swisscom</organization>
            </author>
            <date day="2" month="July" year="2026"/>
            <abstract>
              <t>   This document describes the motivation and architecture of a native
   YANG-Push notifications and YANG Schema integration into a Message
   Broker and YANG Schema Registry.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-nmop-yang-message-broker-integration-13"/>
        </reference>
      </references>
    </references>
    <?line 806?>

<section numbered="false" anchor="appendix-a-examples-of-application-of-the-different-enclosing-methods">
      <name>Appendix A. Examples of Application of the Different Enclosing Methods</name>
      <t>In the examples that follow, the signature strings have been wrapped and, in some cases, indented to improve readability. If these examples are used for any kind of validation, all intermediate carriage returns and whitespace should be deleted to build the actual signature string to be considered.</t>
      <section numbered="false" anchor="xml">
        <name>XML</name>
        <t>Let us consider the following YANG instance, corresponding to a monitoring interface statement, as defined in <xref target="RFC7223"/>:</t>
        <artwork><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
    <interface>
        <name>GigabitEthernet1</name>
        <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">
            ianaift:ethernetCsmacd</type>
        <admin-status>up</admin-status>
        <oper-status>up</oper-status>
        <last-change>2024-02-03T11:22:41.081+00:00</last-change>
        <if-index>1</if-index>
        <phys-address>0c:00:00:37:d6:00</phys-address>
        <speed>1000000000</speed>
        <statistics>
            <discontinuity-time>2024-02-03T11:20:38+00:00</discontinuity-time>
            <in-octets>8157</in-octets>
            <in-unicast-pkts>94</in-unicast-pkts>
            <in-broadcast-pkts>0</in-broadcast-pkts>
            <in-multicast-pkts>0</in-multicast-pkts>
            <in-discards>0</in-discards>
            <in-errors>0</in-errors>
            <in-unknown-protos>0</in-unknown-protos>
            <out-octets>89363</out-octets>
            <out-unicast-pkts>209</out-unicast-pkts>
            <out-broadcast-pkts>0</out-broadcast-pkts>
            <out-multicast-pkts>0</out-multicast-pkts>
            <out-discards>0</out-discards>
            <out-errors>0</out-errors>
        </statistics>
    </interface>
</interfaces>
]]></artwork>
        <t>Using the first enclosing method, we will demonstrate how to augment the previous ietf-interfaces YANG module by defining it in the new example module below:</t>
        <artwork><![CDATA[
module interfaces-provenance-augmented {
  yang-version 1.1;
  namespace "urn:example:interfaces-provenance-augmented";
  prefix ifprov;

  import ietf-interfaces {
    prefix if;
  }
  import ietf-yang-provenance {
    prefix iyangprov;
  }

  description
    "Augments ietf-interfaces with provenance information";

  revision "2025-10-08" {
    description
      "Initial revision of the augment module adding provenance information to ietf-interfaces.";
  }

  augment "/if:interfaces" {
    leaf interfaces-provenance {
      type iyangprov:provenance-signature;
      description
        "Signature proving provenance of the interface configuration";
    }
  }
}


]]></artwork>
        <t>The following tree diagram illustrates the augmentation of the ietf-interfaces module with a provenance-signature at the root container:</t>
        <artwork><![CDATA[
module: ietf-interfaces
  +--rw interfaces
     +--rw interface* [name]
     |  +--rw name          string
     |  +--rw type          identityref
     |  ...
     +--rw ifprov:interfaces-provenance?  iyangprov:provenance-signature
]]></artwork>
        <t>The following example illustrates how a provenance signature can be attached to the root interfaces container to protect the entire set of interface configuration and operational data.
This augmentation adds a provenance-signature leaf at the root interfaces container (named "interfaces-provenance" in this case) and produces the following output:</t>
        <artwork><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
    <interfaces-provenance xmlns="urn:example:interfaces-provenance-augmented">
      0oRRowNjeG1sBGdlYzIua2V5ASag9lhAvzyFP5HP0nONaqTRxKmSqerrDS6C
      QXJSK+5NdprzQZLf0QsHtAi2pxzbuDJDy9kZoy1JTvNaJmMxGTLdm4ktug==
    </interfaces-provenance>
    <interface>
        <name>GigabitEthernet1</name>
        <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">
            ianaift:ethernetCsmacd</type>
        <admin-status>up</admin-status>
        <oper-status>up</oper-status>
        <last-change>2024-02-03T11:22:41.081+00:00</last-change>
        <if-index>1</if-index>
        <phys-address>0c:00:00:37:d6:00</phys-address>
        <speed>1000000000</speed>
        <statistics>
            <discontinuity-time>2024-02-03T11:20:38+00:00</discontinuity-time>
            <in-octets>8157</in-octets>
            <in-unicast-pkts>94</in-unicast-pkts>
            <in-broadcast-pkts>0</in-broadcast-pkts>
            <in-multicast-pkts>0</in-multicast-pkts>
            <in-discards>0</in-discards>
            <in-errors>0</in-errors>
            <in-unknown-protos>0</in-unknown-protos>
            <out-octets>89363</out-octets>
            <out-unicast-pkts>209</out-unicast-pkts>
            <out-broadcast-pkts>0</out-broadcast-pkts>
            <out-multicast-pkts>0</out-multicast-pkts>
            <out-discards>0</out-discards>
            <out-errors>0</out-errors>
        </statistics>
    </interface>
</interfaces>
]]></artwork>
        <t>The second enclosing method shows a notification with the provenance signature included inside the notification envelope. The provenance element is placed immediately before the contents element:</t>
        <artwork><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<envelope xmlns="urn:ietf:params:xml:ns:yang:ietf-yp-notification">
    <event-time>2024-02-03T11:37:25.94Z</event-time>
    <provenance xmlns="urn:ietf:params:xml:ns:yang:ietf-yp-provenance">
    0oRRowNjeG1sBGdlYzIua2V5ASag9lhAzyJBpvnpzI/TirrjckAA29q6Qmf
    u56L8ZhUXXhu0KFcKh1qSRFx2wGR/y+xgKigVHYicC7fp/0AlHSXWiKB2sg==
    </provenance>
    <contents>
        <push-update xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-push">
            <id>1011</id>
            <datastore-contents>
                <interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
                    <interface>
                        <name>GigabitEthernet1</name>
                        <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">
                            ianaift:ethernetCsmacd</type>
                        <admin-status>up</admin-status>
                        <oper-status>up</oper-status>
                        <last-change>2024-02-03T11:22:41.081+00:00</last-change>
                        <if-index>1</if-index>
                        <phys-address>0c:00:00:37:d6:00</phys-address>
                        <speed>1000000000</speed>
                        <statistics>
                            <discontinuity-time>2024-02-03T11:20:38+00:00</discontinuity-time>
                            <in-octets>8157</in-octets>
                            <in-unicast-pkts>94</in-unicast-pkts>
                            <in-broadcast-pkts>0</in-broadcast-pkts>
                            <in-multicast-pkts>0</in-multicast-pkts>
                            <in-discards>0</in-discards>
                            <in-errors>0</in-errors>
                            <in-unknown-protos>0</in-unknown-protos>
                            <out-octets>89363</out-octets>
                            <out-unicast-pkts>209</out-unicast-pkts>
                            <out-broadcast-pkts>0</out-broadcast-pkts>
                            <out-multicast-pkts>0</out-multicast-pkts>
                            <out-discards>0</out-discards>
                            <out-errors>0</out-errors>
                        </statistics>
                    </interface>
                </interfaces-state>
            </datastore-contents>
        </push-update>
    </contents>
</envelope>
]]></artwork>
        <t>The third enclosing method, applicable if the instance is to be stored as YANG instance data at rest, by adding the corresponding metadata, would produce a results as shown below:</t>
        <artwork><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<instance-data-set xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-instance-data">
  <name>atRestYANG</name>
  <content-schema></content-schema>
  <revision>
    <date>2024-11-03</date>
    <description>For demos</description>
  </revision>
  <description>Sample for demonstrating provenance signatures</description>
  <contact>diego.r.lopez@telefonica.com</contact>
  <provenance xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-instance-data-provenance">
  0oRRowNjeG1sBGdlYzIua2V5ASag9lhAWff+fMbfNChKUYZ52UTOBmAlYPFe4
  vlZOLyZeW0CU7/2OutDeMCG28+m3rm58jqLjKbcueKLFq8qFJb4mvPY+Q==
  </provenance>
  <content-data>
   <interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
    <interface>
        <name>GigabitEthernet1</name>
        <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">
            ianaift:ethernetCsmacd</type>
        <admin-status>up</admin-status>
        <oper-status>up</oper-status>
        <last-change>2024-02-03T11:22:41.081+00:00</last-change>
        <if-index>1</if-index>
        <phys-address>0c:00:00:37:d6:00</phys-address>
        <speed>1000000000</speed>
        <statistics>
            <discontinuity-time>2024-02-03T11:20:38+00:00</discontinuity-time>
            <in-octets>8157</in-octets>
            <in-unicast-pkts>94</in-unicast-pkts>
            <in-broadcast-pkts>0</in-broadcast-pkts>
            <in-multicast-pkts>0</in-multicast-pkts>
            <in-discards>0</in-discards>
            <in-errors>0</in-errors>
            <in-unknown-protos>0</in-unknown-protos>
            <out-octets>89363</out-octets>
            <out-unicast-pkts>209</out-unicast-pkts>
            <out-broadcast-pkts>0</out-broadcast-pkts>
            <out-multicast-pkts>0</out-multicast-pkts>
            <out-discards>0</out-discards>
            <out-errors>0</out-errors>
        </statistics>
    </interface>
   </interfaces-state>
 </content-data>
</instance-data-set>
]]></artwork>
        <t>Finally, using the fourth enclosing method, the YANG instance would incorporate the corresponding provenance metadata as an annotation, using the namespace prefix specified in the ietf-yang-provenance-annotation module, as introduced in <xref target="EMannotations"/>:</t>
        <artwork><![CDATA[
<?xml version="1.0" encoding="UTF-8"?>
<interfaces-state xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"
                  xmlns:ypmd="urn:ietf:params:xml:ns:yang:ietf-yang-provenance-annotation"
                  ypmd:provenance=
                  "0oRRowNjeG1sBGdlYzIua2V5ASag9lhAzen3Bm9AZoyXuetpoTB70SzZqKVxeu
                  OMW099sm+NXSqCfnqBKfXeuqDNEkuEr+E0XiAso986fbAHQCHbAJMOhw==">
    <interface>
        <name>GigabitEthernet1</name>
        <type xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">
            ianaift:ethernetCsmacd</type>
        <admin-status>up</admin-status>
        <oper-status>up</oper-status>
        <last-change>2024-02-03T11:22:41.081+00:00</last-change>
        <if-index>1</if-index>
        <phys-address>0c:00:00:37:d6:00</phys-address>
        <speed>1000000000</speed>
        <statistics>
            <discontinuity-time>2024-02-03T11:20:38+00:00</discontinuity-time>
            <in-octets>8157</in-octets>
            <in-unicast-pkts>94</in-unicast-pkts>
            <in-broadcast-pkts>0</in-broadcast-pkts>
            <in-multicast-pkts>0</in-multicast-pkts>
            <in-discards>0</in-discards>
            <in-errors>0</in-errors>
            <in-unknown-protos>0</in-unknown-protos>
            <out-octets>89363</out-octets>
            <out-unicast-pkts>209</out-unicast-pkts>
            <out-broadcast-pkts>0</out-broadcast-pkts>
            <out-multicast-pkts>0</out-multicast-pkts>
            <out-discards>0</out-discards>
            <out-errors>0</out-errors>
        </statistics>
    </interface>
</interfaces>
]]></artwork>
      </section>
      <section numbered="false" anchor="json">
        <name>JSON</name>
        <t>Let us consider the following YANG instance, corresponding to the same monitoring interface statement, with JSON serialization:</t>
        <artwork><![CDATA[
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "GigabitEthernet1",
        "type": "ianaift:ethernetCsmacd",
        "admin-status": "up",
        "oper-status": "up",
        "last-change": "2024-02-03T11:22:41.081+00:00",
        "if-index": 1,
        "phys-address": "0c:00:00:37:d6:00",
        "speed": 1000000000,
        "statistics": {
          "discontinuity-time": "2024-02-03T11:20:38+00:00",
          "in-octets": 8157,
          "in-unicast-pkts": 94,
          "in-broadcast-pkts": 0,
          "in-multicast-pkts": 0,
          "in-discards": 0,
          "in-errors": 0,
          "in-unknown-protos": 0,
          "out-octets": 89363,
          "out-unicast-pkts": 209,
          "out-broadcast-pkts": 0,
          "out-multicast-pkts": 0,
          "out-discards": 0,
          "out-errors": 0
        }
      }
    ]
  }
}
]]></artwork>
        <t>Applying the first enclosing method, a provenance-signature leaf at the top element (named "interfaces-provenance" in this case") would be included following the augmentation module previously defined for the XML example. This will produce the following output:</t>
        <artwork><![CDATA[
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "GigabitEthernet1",
        "type": "ianaift:ethernetCsmacd",
        "admin-status": "up",
        "oper-status": "up",
        "last-change": "2024-02-03T11:22:41.081+00:00",
        "if-index": 1,
        "phys-address": "0c:00:00:37:d6:00",
        "speed": 1000000000,
        "statistics": {
          "discontinuity-time": "2024-02-03T11:20:38+00:00",
          "in-octets": 8157,
          "in-unicast-pkts": 94,
          "in-broadcast-pkts": 0,
          "in-multicast-pkts": 0,
          "in-discards": 0,
          "in-errors": 0,
          "in-unknown-protos": 0,
          "out-octets": 89363,
          "out-unicast-pkts": 209,
          "out-broadcast-pkts": 0,
          "out-multicast-pkts": 0,
          "out-discards": 0,
          "out-errors": 0
        }
      }
    ],
    "interfaces-provenance-augmented:interfaces-provenance":
      "0oRRowNjeG1sBGdlYzIua2V5ASag9lhAvzyFP5HP0nONaqTRxKmSqerrDS6C
       QXJSK+5NdprzQZLf0QsHtAi2pxzbuDJDy9kZoy1JTvNaJmMxGTLdm4ktug=="
  }
}

]]></artwork>
        <t>The second enclosing method would translate into a notification including the "provenance" element as follows:</t>
        <artwork><![CDATA[
{
  "ietf-yp-notification:envelope" : {
    "event-time" : "2013-12-21T00:01:00Z",
    "contents": {
      "ietf-yang-push:push-update": {
        "id": 1011,
        "datastore-contents": {
          "ietf-interfaces:interfaces-state": {
            "interface": [ {
                "name": "GigabitEthernet1",
                "type": "ianaift:ethernetCsmacd",
                "admin-status": "up",
                "oper-status": "up",
                "last-change": "2024-02-03T11:22:41.081+00:00",
                "if-index": 1,
                "phys-address": "0c:00:00:37:d6:00",
                "speed": 1000000000,
                "statistics": {
                  "discontinuity-time": "2024-02-03T11:20:38+00:00",
                  "in-octets": 8157,
                  "in-unicast-pkts": 94,
                  "in-broadcast-pkts": 0,
                  "in-multicast-pkts": 0,
                  "in-discards": 0,
                  "in-errors": 0,
                  "in-unknown-protos": 0,
                  "out-octets": 89363,
                  "out-unicast-pkts": 209,
                  "out-broadcast-pkts": 0,
                  "out-multicast-pkts": 0,
                  "out-discards": 0,
                  "out-errors": 0
                }
              }
            ]
          }
        }
      }
    },
    "ietf-yp-provenance:provenance":
    "0oRRowNjeG1sBGdlYzIua2V5ASag9lhAiKEKLQKJT12LsNgxt8WllEI65lyi
    E/m12drCfl+wh7T61cTYhFGdEeX8A5F0vmUWROZebq/VVFewUZeVYGZBOQ=="
  }
}
]]></artwork>
        <t>The third enclosing method, applicable if the instance is to be stored as YANG instance data at rest, by adding the corresponding metadata, would produce a results as shown below:</t>
        <artwork><![CDATA[
{
  "ietf-yang-instance-data:instance-data-set" : {
    "name" : "interfaces-labTID-status",
    "contact" : "sofia.garciarincon.practicas@telefonica.com",
    "timestamp" : "Thu Jul 18 11:42:06 CEST 2024",
    "content-data" : {
      "ietf-interfaces:interfaces": {
        "interface": [
          {
            "name": "GigabitEthernet1",
            "iana-if-type:type": "ianaift:ethernetCsmacd",
            "admin-status": "up",
            "oper-status": "up",
            "last-change": "2024-02-03T11:22:41.081+00:00",
            "if-index": 1,
            "phys-address": "0c:00:00:37:d6:00",
            "speed": 1000000000,
            "statistics": {
              "discontinuity-time": "2024-02-03T11:20:38+00:00",
              "in-octets": 8157,
              "in-unicast-pkts": 94,
              "in-broadcast-pkts": 0,
              "in-multicast-pkts": 0,
              "in-discards": 0,
              "in-errors": 0,
              "in-unknown-protos": 0,
              "out-octets": 89363,
              "out-unicast-pkts": 209,
              "out-broadcast-pkts": 0,
              "out-multicast-pkts": 0,
              "out-discards": 0,
              "out-errors": 0
            }
          }
        ]
      }
    },
    "ietf-yang-instance-data-provenance:provenance" :
    "0oRRowNjeG1sBGdlYzIua2V5ASag9lhAmop/c7wMcjRmiSPVy65F/N6O21dsG
    kjGQjIDRizhu3WMwi9Je+VUf5sqwlhSwQCdv5u7mRXa6Pd9dhCwdxdRCA=="
  }
}
]]></artwork>
        <t>Finally, using the fourth enclosing method, the YANG instance would incorporate the corresponding provenance metadata as an annotation, using the namespace prefix specified in the yang-provenance-metadata module, as introduced in <xref target="EMannotations"/>, and the recommendations in section 5.2.3 of <xref target="RFC7952"/>:</t>
        <artwork><![CDATA[
{
  "ietf-interfaces:interfaces" : {

    "interface" : [
      {
        "name" : "GigabitEthernet1",
        "iana-if-type:type" : "ianaift:ethernetCsmacd",
        "admin-status" : "up",
        "oper-status" : "up",
        "last-change" : "2024-02-03T11:22:41.081+00:00",
        "if-index" : 1,
        "phys-address" : "0c:00:00:37:d6:00",
        "speed" : 1000000000,
        "statistics" : {
          "discontinuity-time" : "2024-02-03T11:20:38+00:00",
          "in-octets" : 8157,
          "in-unicast-pkts" : 94,
          "in-broadcast-pkts" : 0,
          "in-multicast-pkts" : 0,
          "in-discards" : 0,
          "in-errors" : 0,
          "in-unknown-protos" : 0,
          "out-octets" : 89363,
          "out-unicast-pkts" : 209,
          "out-broadcast-pkts" : 0,
          "out-multicast-pkts" : 0,
          "out-discards" : 0,
          "out-errors" : 0
        }
      }
    ],
    "@": {
        "ypmd:provenance": "0oRRowNjeG1sBGdlYzIua2V5ASag9lhAM/Dx3HVc4GL91jmuU5nWgcmOPPVpARLJkWo5wwQYvGFJpKMXTkjAtArPp8v6Sl1ZD1qHimKMhAoHLMHVxBtrcA=="
    }
  }
}
]]></artwork>
      </section>
      <section numbered="false" anchor="cbor">
        <name>CBOR</name>
        <t>According to <xref target="RFC9254"/>, provenance information <bcp14>MAY</bcp14> be represented in CBOR using either YANG names (CBOR diagnostic notation) or YANG SIDs as map keys. The CBOR diagnostic notation when using name keys would be essentially similar to the JSON encoding presented in the previous section. Both representations are included in the examples below to provide a full reference.</t>
        <t>NOTE TO THE RFC EDITOR: The SID values shown below are illustrative and must be replaced by IANA-assigned values before publication.</t>
        <t>The first enclosing method will produce the following output, in CBOR diagnostic notation:</t>
        <artwork><![CDATA[
{
  "ietf-interfaces:interfaces": {
    "interface": [
      {
        "name": "GigabitEthernet1",
        "type": "ianaift:ethernetCsmacd",
        "admin-status": "up",
        "oper-status": "up",
        "last-change": "2024-02-03T11:22:41.081+00:00",
        "if-index": 1,
        "phys-address": "0c:00:00:37:d6:00",
        "speed": 1000000000,
        "statistics": {
          "discontinuity-time": "2024-02-03T11:20:38+00:00",
          "in-octets": 8157,
          "in-unicast-pkts": 94,
          "in-broadcast-pkts": 0,
          "in-multicast-pkts": 0,
          "in-discards": 0,
          "in-errors": 0,
          "in-unknown-protos": 0,
          "out-octets": 89363,
          "out-unicast-pkts": 209,
          "out-broadcast-pkts": 0,
          "out-multicast-pkts": 0,
          "out-discards": 0,
          "out-errors": 0
        }
      }
    ],
    "interfaces-provenance-augmented:interfaces-provenance": h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'
    }
}
]]></artwork>
        <t>Note that the provenance leaf in JSON would be represented in BASE64 value and in CBOR diagnostic is a byte string represented with an hexadecimal value.</t>
        <t>And the corresponding representation of the first enclosing method using YANG SIDs will be:</t>
        <artwork><![CDATA[
{
  1500: {                      / ietf-interfaces:interfaces /
    1501: [                     / interface list /
      {
        1502: "GigabitEthernet1",     / name /
        1503: 1800,                   / type identityref /
        1504: 1,                      / admin-status: up /
        1505: 1,                      / oper-status: up /
        1506: "2024-02-03T11:22:41.081+00:00", / last-change /
        1507: 1,                      / if-index /
        1508: "0c:00:00:37:d6:00",        / phys-address /
        1509: 1000000000,             / speed /
        1510: {                       / statistics /
          1511: "2024-02-03T11:20:38+00:00",
          1512: 8157,
          1513: 94,
          1514: 0,
          1515: 0,
          1516: 0,
          1517: 0,
          1518: 0,
          1519: 89363,
          1520: 209,
          1521: 0,
          1522: 0,
          1523: 0,
          1524: 0
        }
      }
    ],
    3162: h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'   / provenance-signature leaf /
  }
}

]]></artwork>
        <t>The following example illustrates the notification-based enclosing method (second method), represented in CBOR diagnostic notation.</t>
        <artwork><![CDATA[
{
    "ietf-yp-notification:envelope": {
        "event-time": "2013-12-21T00:01:00Z",
        "contents": {
            "ietf-yang-push:push-update": {
                "id": 1011,
                "datastore-contents": {
                    "ietf-interfaces:interfaces-state": {
                        "interface": [
                            {
                                "name": "GigabitEthernet1",
                                "type": "iana-if-type:ethernetCsmacd",
                                "admin-status": "up",
                                "oper-status": "up",
                                "last-change": "2024-02-03T11:22:41.081+00:00",
                                "if-index": 1,
                                "phys-address": "0c:00:00:37:d6:00",
                                "speed": 1000000000,
                                "statistics": {
                                    "discontinuity-time": "2024-02-03T11:20:38+00:00",
                                    "in-octets": 8157,
                                    "in-unicast-pkts": 94,
                                    "in-broadcast-pkts": 0,
                                    "in-multicast-pkts": 0,
                                    "in-discards": 0,
                                    "in-errors": 0,
                                    "in-unknown-protos": 0,
                                    "out-octets": 89363,
                                    "out-unicast-pkts": 209,
                                    "out-broadcast-pkts": 0,
                                    "out-multicast-pkts": 0,
                                    "out-discards": 0,
                                    "out-errors": 0
                                }
                            }
                        ]
                    }
                }
            }
        },
        "ietf-yp-provenance:provenance": h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'
    }
}
]]></artwork>
        <t>And thhis would be the second enclosing method example in YANG SID notation:</t>
        <artwork><![CDATA[
{
  2957: {                           / ietf-yp-notification:envelope /
    2959: "2024-10-10T08:00:11.22Z", / event-time /
    2958: {                           / contents /
      4000: {                         / push-update /
        4001: 1011,                   / id /
        4002: {                       / datastore-contents /
          1500: {                     / ietf-interfaces:interfaces /
            1501: [                    / interface list /
              {
                1502: "GigabitEthernet1",    / name /
                1503: 1800,                  / type identityref /
                1504: 1,                     / admin-status: up /
                1505: 1,                     / oper-status: up /
                1506: "2024-02-03T11:22:41.081+00:00", / last-change /
                1507: 1,                     / if-index /
                1508: "0c:00:00:37:d6:00",       / phys-address /
                1509: 1000000000,            / speed /
                1510: {                     / statistics /
                  1511: "2024-02-03T11:20:38+00:00", / discontinuity-time /
                  1512: 8157,
                  1513: 94,
                  1514: 0,
                  1515: 0,
                  1516: 0,
                  1517: 0,
                  1518: 0,
                  1519: 89363,
                  1520: 209,
                  1521: 0,
                  1522: 0,
                  1523: 0,
                  1524: 0
                }
              }
            ]
          }
        }
      }
    },
    3162: h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'  / provenance-signature/
  }
}
]]></artwork>
        <t>The following example illustrates the third enclosing method, represented in CBOR diagnostic notation.</t>
        <artwork><![CDATA[
{
  "ietf-yang-instance-data:instance-data-set": {
    "name": "interfaces-labTID-status",
    "contact": "sofia.garciarincon.practicas@telefonica.com",
    "timestamp": "Thu Jul 18 11:42:06 CEST 2024",
    "content-data": {
      "ietf-interfaces:interfaces": {
        "interface": [
          {
            "name": "GigabitEthernet1",
            "iana-if-type:type": "ianaift:ethernetCsmacd",
            "admin-status": "up",
            "oper-status": "up",
            "last-change": "2024-02-03T11:22:41.081+00:00",
            "if-index": 1,
            "phys-address": "0c:00:00:37:d6:00",
            "speed": 1000000000,
            "statistics": {
              "discontinuity-time": "2024-02-03T11:20:38+00:00",
              "in-octets": 8157,
              "in-unicast-pkts": 94,
              "in-broadcast-pkts": 0,
              "in-multicast-pkts": 0,
              "in-discards": 0,
              "in-errors": 0,
              "in-unknown-protos": 0,
              "out-octets": 89363,
              "out-unicast-pkts": 209,
              "out-broadcast-pkts": 0,
              "out-multicast-pkts": 0,
              "out-discards": 0,
              "out-errors": 0
            }
          }
        ]
      }
    },
    "ietf-yang-instance-data-provenance:provenance":
      h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'
  }
}
]]></artwork>
        <t>And this would be the third enclosing method using YANG SID notation:</t>
        <artwork><![CDATA[
{
  3170: {                             / ietf-yang-instance-data:instance-data-set /
    3171: "interfaces-labTID-status", / name /
    3172: "sofia.garciarincon.practicas@telefonica.com", / contact /
    3173: "Thu Jul 18 11:42:06 CEST 2024", / timestamp /
    3174: {                             / content-data /
      1500: {                           / ietf-interfaces:interfaces /
        1501: [                          / interface list /
          {
            1502: "GigabitEthernet1",
            1503: 1800,
            1504: 1,
            1505: 1,
            1506: "2024-02-03T11:22:41.081+00:00",
            1507: 1,
            1508: "0c:00:00:37:d6:00",
            1509: 1000000000,
            1510: {
              1511: "2024-02-03T11:20:38+00:00",
              1512: 8157,
              1513: 94,
              1514: 0,
              1515: 0,
              1516: 0,
              1517: 0,
              1518: 0,
              1519: 89363,
              1520: 209,
              1521: 0,
              1522: 0,
              1523: 0,
              1524: 0
            }
          }
        ]
      }
    },
    3162: h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'   / provenance-signature /
  }
}
]]></artwork>
        <t>Note that there is no IANA registered SID for ietf-yang-instance-data:instance-data-set, so a provisional one is used to complete the example.</t>
        <t>Finaly, the following example illustrates the fourth and last enclosing method using CBOR diagonstic notation:</t>
        <artwork><![CDATA[
{
  "ietf-interfaces:interfaces": {

    "interface": [
      {
        "name": "GigabitEthernet1",
        "iana-if-type:type": "ianaift:ethernetCsmacd",
        "admin-status": "up",
        "oper-status": "up",
        "last-change": "2024-02-03T11:22:41.081+00:00",
        "if-index": 1,
        "phys-address": "0c:00:00:37:d6:00",
        "speed": 1000000000,
        "statistics": {
          "discontinuity-time": "2024-02-03T11:20:38+00:00",
          "in-octets": 8157,
          "in-unicast-pkts": 94,
          "in-broadcast-pkts": 0,
          "in-multicast-pkts": 0,
          "in-discards": 0,
          "in-errors": 0,
          "in-unknown-protos": 0,
          "out-octets": 89363,
          "out-unicast-pkts": 209,
          "out-broadcast-pkts": 0,
          "out-multicast-pkts": 0,
          "out-discards": 0,
          "out-errors": 0
        }
      }
    ],

    "@": {
      "ypmd:provenance":
        h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'
    }
  }
}
]]></artwork>
        <t>While this last example uses YANG SID notation for the fourth enclosing method:</t>
        <artwork><![CDATA[
{
  1500: {                             / ietf-interfaces:interfaces /
    1501: [                              / interface list /
      {
        1502: "GigabitEthernet1",
        1503: 1800,
        1504: 1,
        1505: 1,
        1506: "2024-02-03T11:22:41.081+00:00",
        1507: 1,
        1508: "0c:00:00:37:d6:00",
        1509: 1000000000,
        1510: {
          1511: "2024-02-03T11:20:38+00:00",
          1512: 8157,
          1513: 94,
          1514: 0,
          1515: 0,
          1516: 0,
          1517: 0,
          1518: 0,
          1519: 89363,
          1520: 209,
          1521: 0,
          1522: 0,
          1523: 0,
          1524: 0
        }
      }
    ],
    3162: h'd28451a30363786d6c04676563322e6b65790126a0f6584033f0f1dc755ce062fdd639ae5399d681c98e3cf5690112c9916a39c30418bc6149a4a3174e48c0b40acfa7cbfa4a5d590f5a878a628c840a072cc1d5c41b6b70'  / provenance-signature/
  }
}
]]></artwork>
        <t>In the example above, the provenance-signature leaf is represented using the proposed assigned SID (3162). The representation of this leaf is the same whether it is added via the first enclosing method (as a direct augmentation of the interfaces container) or via the fourth enclosing method (as an annotation using the yp-provenance-metadata module). The only difference between these two methods is the semantic context and location of the leaf within the YANG data: in the first method it is part of the root container structure, while in the fourth method it is included as metadata in the @ annotation object. From the perspective of CBOR representation, SIDs are identical in both methods.</t>
        <t>NOTE TO THE RFC EDITOR: Replace the illustrative SID values with the final values allocated by IANA according to <xref target="RFC9595"/>.</t>
      </section>
    </section>
    <section numbered="false" anchor="appendix-b-provisional-yang-sid-file-sid-for-ietf-yang-provenance">
      <name>Appendix B. Provisional YANG SID File (.sid) for <tt>ietf-yang-provenance</tt></name>
      <t>The following <tt>.sid</tt> file is provided as a provisional example for implementers. It maps schema nodes defined in the <tt>ietf-yang-provenance</tt> module to numeric SIDs for use in CBOR compact encoding. These SIDs are provisional and will be replaced by IANA-assigned values upon publication of the RFC.</t>
      <sourcecode markers="true" name="ietf-yang-provenance@2025-05-09.yang"><![CDATA[

{
    "ietf-sid-file:sid-file": {
        "module-name": "ietf-yang-provenance",
        "module-revision": "2026-30-06",
        "sid-file-status": "unpublished",
        "description": "Provisional SIDs for ietf-yang-provenance module",
        "reference": "RFC-to-be: Applying COSE Signatures for YANG Data Provenance",
        "dependency-revision": [],
        "assignment-range": [
            {
                "entry-point": "3161",
                "size": "20"
            }
        ],
        "item": [
            {
                "status": "unstable",
                "namespace": "module",
                "identifier": "ietf-yang-provenance",
                "sid": "3161"
            },
            {
                "status": "unstable",
                "namespace": "data",
                "identifier": "/ietf-yang-provenance:provenance-signature",
                "sid": "3162"
            }
        ]
    }
}
]]></sourcecode>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to Sofia Garcia (UC3M, sgarciarincon01@gmail.com) for being instrumental in demonstrating the feasibility of the proposed approach, providing a first proof of concept of YANG provenance signatures.</t>
      <t>This document is based on work partially funded by the EU Horizon Europe projects iTrust6G (grant 101139198), CYBERNEMO (grant 101168182), cPAID (grant 101168407), MARE (grant 101191436), and 6G-DALI (grant 101192750).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
EynXEo57G9sbgI/mSbGpA7Zue4+bLwAmvi5Cs+RpsVsRniVPi91siDp/F5sa
mFp/GVRez+MyglMTJOuPVLrraq91yb2q6iHX8rJlS4zhSumxzo1kWxHbUUWO
MDpO3f7cFK0OdbErrslEnE43tApN6pAgPaYjmutctxVTNuSXekuGcypclFe3
sBbpxuAMvy5s53NpkPy+CozPf5vEMGtg6+6+nP+7DuRrq9lpN9u7C4J5j/Fu
V4qOk92kAKV2WwXq+36uPrp9aSCKNu48W8bxbXJqw6G1D07ucOn2fLOYYFM4
jdwZ7jp0BK4SNhzbZi4Ut2bCLS0XnpNxqevkpzYcHeE0v6cSxrIUV2kIjZTW
kzjWVc6DpCxb0wxb4wJR18J5JApP3Qq4/1bv8ZmhR3aZP92E9kX/SDvuHHBc
t2u1Ws436WiVH8afVksFzcFeURIb7EivKqIZ1f1+6P4cmTsPCKzWhmgIYwPl
+1b+4UR7AStwhgRv26rPzi2O0rDRwcsH0ueLpdu7Xjq9e7hLvqiXQrSuwypQ
FVmjaWnXmyuXA3+ZzrL/VhHaOfnWeKtScMUY2/HpaXz98vfgcSd9+NiP3n86
nnndN1v7Z97FXjTav/o0f/Rq68mr9uTkpffx/PTm2fjsI/DWw7NtFWb0y7un
Z89+2HrpT5NPv3x4Pmz/kj7J9sPu9OZTf3b49HC+d/khnneenl+99J6OX9w8
Pn/ujzcvs9nFjz/mGbE92zut4U5ruNMa7IZ3WsNfX2s4ry61QIXi09w9xkuy
gHRC+LLCr/nUHvuCEro/F4YYS+NXNLfLNuiketmjV7sdY9OlAldla/kyhhKw
pgxljigAReputfY2P9xft9pwp3IueItifTzOMjb4af704fRqMv10vH4eJsnv
g8v9/e7ex+1fxiy9zba2n+9+GL1+9240az97NHg26nw8O310071+fLo+/+Hm
4ll48ebJ+3BwsDOcrrf3oydn796Gzx52U8MEC5xPbYxNsrHIPnviV1+vqs5f
zxMLpOId5A1+nk6r8nrN4hwsWqOZNlkcv1ysqR66/D21WUkGKPT6hjJB/mc1
GaEwoxVlhkK/lWSIQq+vlSkKAy6WMQrNv0zmKAyzVAYp9qiQSQoNv62MUoTX
ajJLWb/byTBlI9xapikb5NYyTtkgK8k8ZR2XykBlnW4tExUGWV1GKu16W5mp
dJDby1Clw9xepiodZjUZq7TrYpmr0KUggxVbLGAYjnZJjCrH7NYXcTugSIbl
KgnQNAOJREo/lviXjcKkrNCWldcQ5hLZQxVsSPOg1OuSGh8y+6BBhaf9iph7
lSDWkJd7qHh1TyYTpOVXFq1uxsiXXbqVHOJ0J4bKjNzLTmFluGbDwpUA1OTs
9Qca8OoBtlGWWLk3tE1ErzsdoNe0uWrfLGvnA7o+KhjHKbSwHuOI6/aQTqcz
tp4NZV+2+OcMpCa8sjiyTOd8sCh7kheJrWpfKN4urKyEoy4Tdt8Ohz8MX/SH
Lw9Gz16//7DVfX1+8nC8H71/9SjYhP5X0YeT5/MPwdv2weud9e7JLDsMXhw8
7u7+MN5Ixlu7v398/vuz/mAWPHv+6OPux0dP+5vjq1fvf/iFRN28oKt3mUuo
iW8qWd5Zj+6sR3fWozvr0V/SeuT+bYQTw+eYJGKjHNOV0oZO/5kZV3U8w3Tm
8muKXZmC5QPKcJrGOpYvn1GgGZDJPKeAZRP3aX/eOJRV8TnOjDEXUS2rXqGu
RPUorI+FFxm95Nbm+fIYpi/nKiXiJ7MIDHhd2RZTWlKjZGgc1HLu/VjSpL7U
chVMNh6O9/Y/xPN3syCbxucPd9pnnz58fPbmJpiVjHjy4m17by8d//Dy3dnH
g+Hk48Nnw3fB7OPhy6PL2VHyw1H7Xbifxnu728P+/pNfDp7095++OBld//jj
Hc+947l3PNdpeMdz/2I8tyzO67vvxNOzk5d/RoQuhUJjaMiyQF3yAuEsRBok
oa7FIFkchvbUc7zIDg7qyeAfE9kAj/4lYfKHhk0dyS28qecJcb1h2hAthTbl
BNRuaZNK7DGb2m8tCll8aVE/fLmQVtr9FE2ETh3rsU33cLwCabTHINqHA2h6
aL/UyKOBKt8UaVvJzA0xtL5I+yJPJ/RBypd/aZ9FaLK3mW/gnjto0s63cI9Y
WQt1psre8TEqe+MSokILQ3hwaUiMCq9ziwMCVGiyZHlFElLapHKBhlDgK/3m
c83+F0O6MGqNE3jsUuBV4Z8rBCPhLcTKE3uL8KP6mrmvXLuA7TIYuVA5GRNn
JeyrsH+Vso75hTI4SGb4UOSqsg4uCHC6Iz7qMNwRnzvi82cRn0buDJXH7ZXH
9dV7cqyl2uAK4XxfFc9XlzR0eSwMkzcqrRShMg4Li/OhMe59LHWbWJr6W7ka
tYZa5cJMrGuYNMUy4ST4EM5TZ6PZ6Ta7nXM8Rh04SR/kUTL3F5uTWXfDK3qW
p8g5v/WQT3zHphpFp1P+zFeTXLZf5NrnCXDuJTVYgQTrtiuTYt1jIUk2x2EB
adaNvpBEG0iUkmr9+jYkW3daRLpNoyoSrlt8DSk361tA0u1GC0m73XAxDbRb
LiaFdssqimi3KSf97hIWsQDdcjErcJotZglO0xXBspxFOE2XAqaCZaifz7VF
f/9aK3vjspvPit0UAuJ6BbaylKmEz46ePf/l2dPzTvd5+vLiJtt9G0VHx9tb
IEHTCEfr407XTw6G0Q/Xo53z7c7g/P3o0WP/KHi3u7/1qH01fv329ORD0P+4
/ubNo+D69YfgzfvHHx6e/GI4yt/bu25xpYJ7tuw2Ac2hiGIjb7Kof+T1z48P
FQ21+JM3oK71NB6GXuvCSwahh8W740lrmsBLRM+cu1l112W5aIDz0Uw8nUWi
syuAGm12e+1tcXB0do5VQjdzHJE9+SLPFhfrCtyuRF/AnxxXW5Fp1W1jcO9W
3Gs551rKtb6GYy3gVrfmVEu51GIO9dXcaSlnWokrrcaRVuNGyzjRYi60Ggda
gfusyHlW5Dorcpyl3GYRp7G5ivldcZcyPrIo8sTmK2JFxjKOp+uDnesXg99P
x+HZqzfz7a1H6y+3T7odP+V62Je/P/7l9+PD0/DTaLbx9sV1uPc0+OHN6+FW
+vE6Gp1d/3LgX23Ndsan77ztV/6ePzq49m/804P9HGP5OzpS875EPezqHtSG
Lg+cgJo2xsuuZI06LMuhLqVodVsbuYspVjQNEVfIG4dEtXVILDEPFUm8uL2x
SCy0FhXf2pRdfJG9SCwwGInVLEZiuclILLcZlUx/udFIrGA1EiuYjcRyu1FZ
E02+yl5K0lX2Kke1C00ski1WMh6JlaxHpd9ZtkyHTJe+tRa6xIL0sytk5WII
SIZYQnZfrB/ebDx5M9h8/Hyv8/t49npr8vZiMD559erNdP/0+dPLt/HW9fUv
768eP3o6ffbi3fnl7/vZfvJqunu1fRZ1Phx2Pj4Jx89ejPbjJ89fPHlz8zBL
BpLimuRwVQfs4OHJabnrbd++N4crenW3NpFqVSTWv9h/j1J+Epi6TUDH8AOS
sAZhpq6fZwIr7tFbTEefxFQZXVHHNaFKeZ4dH5JUP/amVFiTM62q+uF10RP5
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

-->

</rfc>
