<?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.32 (Ruby 3.3.8) -->
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc linkmailto="no"?>
<?rfc editing="no"?>
<?rfc comments="yes"?>
<?rfc inline="yes"?>
<?rfc rfcedstyle="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-anima-rfc8366bis-28" category="std" consensus="true" obsoletes="8366" updates="8995" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="Voucher Artifact">A Voucher Artifact for Bootstrapping Protocols</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-anima-rfc8366bis-28"/>
    <author initials="K." surname="Watsen" fullname="Kent Watsen">
      <organization>Watsen Networks</organization>
      <address>
        <email>kent+ietf@watsen.net</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael C. Richardson" role="editor">
      <organization>Sandelman Software</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
        <email>https://orcid.org/0000-0002-0773-8388</email>
        <uri>https://www.sandelman.ca/</uri>
      </address>
    </author>
    <author initials="E." surname="Dijk" fullname="Esko Dijk">
      <organization>IoTconsultancy.nl</organization>
      <address>
        <email>esko.dijk@iotconsultancy.nl</email>
      </address>
    </author>
    <author initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization>Futurewei Technologies Inc.</organization>
      <address>
        <postal>
          <street>2330 Central Expy</street>
          <city>Santa Clara</city>
          <code>95050</code>
          <country>United States of America</country>
        </postal>
        <email>tte@cs.fau.de</email>
      </address>
    </author>
    <author initials="Q." surname="Ma" fullname="Qiufang Ma">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhua District</street>
          <city>Nanjing</city>
          <code>210012</code>
          <country>China</country>
        </postal>
        <email>maqiufang1@huawei.com</email>
      </address>
    </author>
    <date year="2026" month="March" day="14"/>
    <area>Operations</area>
    <workgroup>ANIMA Working Group</workgroup>
    <keyword>voucher</keyword>
    <abstract>
      <?line 135?>

<t>This document defines a strategy to securely assign a Pledge to an Owner
using an artifact signed, directly or indirectly, by the Pledge's manufacturer.
This artifact is known as a "Voucher".</t>
      <t>This document defines an artifact format as a YANG-defined JSON or CBOR document
that has been signed using a variety of cryptographic systems.</t>
      <t>The Voucher Artifact is normally generated by
the Pledge's manufacturer (i.e., the Manufacturer Authorized Signing
Authority (MASA)).</t>
      <t>This document obsoletes RFC8366: it includes a number of desired extensions into the YANG module.
The Voucher Request YANG module defined in RFC8995 is also updated and now included in this document, as well as other YANG extensions needed for variants of RFC8995.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-anima-rfc8366bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        anima Working Group mailing list (<eref target="mailto:anima@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/anima/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/anima/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/anima-wg/voucher"/>.</t>
    </note>
  </front>
  <middle>
    <?line 152?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines a strategy to securely assign a candidate device
(Pledge) to an Owner using an artifact signed, directly or indirectly,
by the Pledge's manufacturer, i.e., the Manufacturer Authorized
Signing Authority (MASA).  This artifact is known as the "Voucher".</t>
      <t>The Voucher Artifact is a JSON <xref target="RFC8259"/> document that
conforms with a data model described by YANG <xref target="RFC7950"/>.
It may also be serialized to CBOR <xref target="CBOR"/>.
It is encoded using the rules defined in <xref target="RFC7951"/> or <xref target="RFC9254"/>, and
is signed using (by default) a CMS structure <xref target="RFC5652"/>.</t>
      <t>The primary purpose of a Voucher is to securely convey a trust anchor
that a Pledge can use to authenticate subsequent interactions.
The trust anchor may be in the form of a certificate (the '<tt>pinned-domain-cert</tt>' Attribute), a hash of a certificate, or it can be a raw public key (in constrained use cases).</t>
      <t>This trust anchor represents the authority of the Owner of a network.
Communicating this trust anchor securely to the Pledge is the job of the Voucher Artifact.
The act of communicating this trust anchor is known as pinning the trust anchor, as the Pledge can then use the resulting anchor to authenticate other actors who are part of the network.
The collection of all these actors is collectively known as the Domain.
(This is not related to the domain name system, but rather the term is of mathematical origin)</t>
      <t>A Voucher may be useful in several contexts, but the driving motivation herein is to support secure Onboarding mechanisms.
This is accomplished by assigning an Owner to the Pledge, enabling it to authenticate the network that it is connected to.</t>
      <t><xref target="RFC8366"/> originally defined the Voucher as the only Voucher Artifact, leaving the Voucher Request that is used in BRSKI to be defined in <xref target="RFC8995"/>.
This document includes both Voucher and Voucher Request obsoleting <xref target="RFC8366"/>, and updating <xref target="RFC8995"/>.</t>
      <t>YANG is not easily extended except by updating the YANG module definition.
Since <xref target="RFC8366"/> was written, the common pattern is to publish YANG modules as two documents: one with only the YANG module, and the other one with usage, motivation and further explanation.
This allows the YANG module to be updated without replacing all of the context.
This document does not follow that pattern, but future documents may update only the YANG module.</t>
      <t>This document introduces a mechanism to support future extensions without requiring the YANG module to be revised.
This includes both a new IETF standard mechanism for extensions modeled after the mechanism present in <xref target="RFC8520"/>, as well as a facility for manufacturer private extensions.</t>
      <t>The lifetimes of Vouchers may vary.
In some Onboarding protocols, the Vouchers may include a nonce restricting them to a single use,  whereas the Vouchers in other Onboarding protocols may have an
indicated lifetime.
In order to support long lifetimes, this document recommends using short lifetimes with programmatic renewal, see <xref target="renewal-over-revocation"/>.</t>
      <t>Some Onboarding protocols using the Voucher Artifact defined in
this document include: <xref target="ZERO-TOUCH"/>, <xref target="SECUREJOIN"/>, <xref target="RFC8995"/> and <xref target="cBRSKI"/>.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>This document uses and defines the following terms.
They are used in this document and related documents.</t>
      <dl>
        <dt>(Voucher) Artifact:</dt>
        <dd>
          <t>Used throughout this document to represent a Voucher or Voucher Request as instantiated in the form
of a signed datastructure. The payload of the signed datastructure is called the Voucher Data.</t>
        </dd>
        <dt>Attribute:</dt>
        <dd>
          <t>A single named data element that can be stored in Voucher Data. The element's name and data type are defined by
one of the YANG models as defined in this document.</t>
        </dd>
        <dt>Bootstrapping:</dt>
        <dd>
          <t>The process where a Pledge obtains cryptographic key material to identify
 and trust future interactions within a specific Domain network.
 Bootstrapping is based on imprinted key material provided during the
 manufacturing process (see: Imprint).
 This term was used in <xref target="RFC8366"/>, but has been supplanted by the term Onboarding.</t>
        </dd>
        <dt>Domain:</dt>
        <dd>
          <t>The set of entities or infrastructure under common administrative
control.
The goal of the Onboarding protocol is to enable a Pledge to
join a Domain and obtain domain-specific security credentials.
This term is not related to "DNS domain" <xref target="RFC9499"/> although a Domain might be associated to a specific DNS domain.</t>
        </dd>
        <dt>Imprint:</dt>
        <dd>
          <t>The process where a device obtains the cryptographic key material to
identify and trust future interactions generally as part of the manufacturing.
This term is taken from Konrad Lorenz's work in biology with new ducklings:
"during a critical period, the duckling would assume that anything
that looks like a mother duck is in fact their mother"
<xref target="Stajano99theresurrecting"/>. An equivalent for a device is to
obtain the fingerprint of the manufacturer's root certification authority (root CA)
certificate. A device that Imprints on an attacker suffers a similar
fate to a duckling that imprints on a hungry wolf. Imprinting is a
term from psychology and ethology, as described in <xref target="imprinting"/>.</t>
        </dd>
        <dt>Join Registrar (and Coordinator):</dt>
        <dd>
          <t>A representative of the Domain that is configured, perhaps
autonomically, to decide whether a new device is allowed to join the
Domain. The administrator of the Domain interfaces with a Join
Registrar (and Coordinator) to control this process.
Typically, a Join Registrar is "inside" its Domain. For simplicity,
this document often refers to this as just "Registrar".</t>
        </dd>
        <dt>MASA (Manufacturer Authorized Signing Authority):</dt>
        <dd>
          <t>The entity that, for the purpose of this document, issues and signs the
Vouchers for a manufacturer's Pledges and keeps logs of Pledge ownership.
In some Onboarding protocols, the MASA may have an Internet
presence and be integral to the Onboarding process, whereas in
other protocols the MASA may be an offline service that has no
active role in the Onboarding process.</t>
        </dd>
        <dt>Malicious Registrar:</dt>
        <dd>
          <t>An on-path active attacker that presents itself as a legitimate Registrar.</t>
        </dd>
        <dt>Onboarding:</dt>
        <dd>
          <t>Onboarding describes the process to provide necessary operational data to a Pledge
and to complete the process of bringing the Pledge into an operational state.
This data may include configuration data, but specifically deals with application-specific cryptographic
key material (application-specific security credentials).
Since <xref target="RFC8366"/>, this term has replaced the term Bootstrapping.</t>
        </dd>
        <dt>Owner:</dt>
        <dd>
          <t>The entity that controls the private key of the trust anchor conveyed by the Voucher.
Typically, the Owner is indicated by the '<tt>pinned-domain-cert</tt>' Attribute.</t>
        </dd>
        <dt>Pledge:</dt>
        <dd>
          <t>The prospective component/device attempting to find and securely join a Domain.
When shipped or in factory reset mode, it only trusts authorized representatives of the
manufacturer.</t>
        </dd>
        <dt>Registrar:</dt>
        <dd>
          <t>See Join Registrar. This term is not related to the term DNS Registrar <xref target="RFC9499"/>.</t>
        </dd>
        <dt>TOFU (Trust on First Use):</dt>
        <dd>
          <t>When a Pledge makes no security decisions but rather simply
trusts the first Domain entity it is contacted by.
Used similarly to <xref target="RFC7435"/>.
This is also known as the "resurrecting duckling" model <xref target="Stajano99theresurrecting"/>.</t>
        </dd>
        <dt>Voucher:</dt>
        <dd>
          <t>A Voucher Artifact, not a Voucher Request, that is a signed statement
from the MASA service that indicates to a Pledge
the cryptographic identity of the Domain it should trust.
When clarity is needed, it may be preceded by the type of the signature, such as CMS, JWS or COSE.</t>
        </dd>
        <dt>Voucher Data:</dt>
        <dd>
          <t>The raw (serialized) representation of the YANG data elements of a Voucher (Request) without any enclosing signature.
Current serialization formats include JSON and CBOR.</t>
        </dd>
        <dt>Voucher Request:</dt>
        <dd>
          <t>A signed artifact sent from the Pledge to the Registrar, or from the Registrar to the MASA, for Voucher acquisition.
When clarity is needed, it may be preceded by the type of the signature, such as CMS, JWS or COSE.</t>
        </dd>
        <dt>Pledge Voucher Request (PVR):</dt>
        <dd>
          <t>A signed artifact sent from the Pledge to the Registrar. It is a specific form of Voucher Request.</t>
        </dd>
        <dt>Registrar Voucher Request (RVR):</dt>
        <dd>
          <t>A signed artifact sent from the Registrar to the MASA. It is a specific form of Voucher Request.</t>
        </dd>
      </dl>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</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?>

</section>
    <section anchor="survey-of-voucher-types">
      <name>Survey of Voucher Types</name>
      <t>A Voucher is a cryptographically protected statement to the Pledge
authorizing a zero-touch Onboarding with the Join Registrar of the
Domain. The specific information a Voucher provides is influenced by the
Onboarding use case.</t>
      <t>The Voucher can convey the following information to
the Join Registrar and to the Pledge:</t>
      <dl>
        <dt>Assertion Basis:</dt>
        <dd>
          <t>Indicates the method that protects
the Onboarding (this is distinct from the Voucher signature that
protects the Voucher itself). Methods include
manufacturer-asserted ownership verification, assured
logging operations, or reliance on Pledge behavior
such as secure or measured boot.
The Join Registrar uses this information to make a determination as to whether to accept the Pledge into the network.
Only some methods are normatively defined in this
document. Other methods are left for future work.</t>
        </dd>
        <dt>Authentication of Join Registrar:</dt>
        <dd>
          <t>Indicates how the Pledge
can authenticate the Join Registrar.  This document defines
a mechanism to pin the Domain certificate, or a raw public key.
Pinning a symmetric key, or CN-ID (<xref target="RFC6125"/>) or DNS-ID
information (as defined in <xref target="RFC9525"/>) is left for future work.</t>
        </dd>
        <dt>Anti-Replay Protections:</dt>
        <dd>
          <t>Time- or nonce-based
information to constrain the Voucher to specific time periods or Onboarding
attempts.</t>
        </dd>
      </dl>
      <t>A number of Onboarding scenarios can be met using differing
combinations of this information. All scenarios address the primary
threat of an on-path active attacker (or MiTM) impersonating the Registrar.
If successful, this would gain control over the Pledge.
The following combinations are "types" of Vouchers:</t>
      <table anchor="voucher-types-table">
        <name>Overview of Voucher types</name>
        <thead>
          <tr>
            <th align="left">Voucher Type</th>
            <th align="right">Assertion</th>
            <th align="right"> </th>
            <th align="right">Registrar ID</th>
            <th align="right"> </th>
            <th align="right">Validity</th>
            <th align="right"> </th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left"> </td>
            <td align="right">Logged</td>
            <td align="right">Verified</td>
            <td align="right">Trust Anchor</td>
            <td align="right">CN-ID or DNS-ID</td>
            <td align="right">RTC</td>
            <td align="right">Nonce</td>
          </tr>
          <tr>
            <td align="left">Audit Voucher</td>
            <td align="right">X</td>
            <td align="right"> </td>
            <td align="right">X</td>
            <td align="right"> </td>
            <td align="right"> </td>
            <td align="right">X</td>
          </tr>
          <tr>
            <td align="left">Nonceless Audit</td>
            <td align="right">X</td>
            <td align="right"> </td>
            <td align="right">X</td>
            <td align="right"> </td>
            <td align="right">X</td>
            <td align="right"> </td>
          </tr>
          <tr>
            <td align="left">Owner Audit</td>
            <td align="right">X</td>
            <td align="right">X</td>
            <td align="right">X</td>
            <td align="right"> </td>
            <td align="right">X</td>
            <td align="right">X</td>
          </tr>
          <tr>
            <td align="left">Owner ID Voucher</td>
            <td align="right"> </td>
            <td align="right">X</td>
            <td align="right">X</td>
            <td align="right">X</td>
            <td align="right">X</td>
            <td align="right"> </td>
          </tr>
          <tr>
            <td align="left">Bearer Voucher</td>
            <td align="right">X</td>
            <td align="right"> </td>
            <td align="right">wildcard</td>
            <td align="right">wildcard</td>
            <td align="right">optional</td>
            <td align="right">opt</td>
          </tr>
        </tbody>
      </table>
      <t>NOTE: The "RTC" column denotes Voucher validation using a Real-Time Clock.</t>
      <t>NOTE: All Voucher types include a "Pledge ID <tt>serial-number</tt>" (column not shown for space reasons).</t>
      <dl>
        <dt>Audit Voucher:</dt>
        <dd>
          <t>An audit Voucher is named after the logging assertion mechanisms
that the Registrar then "audits" to enforce its local policy. The
Registrar mitigates the risk of a Malicious Registrar by auditing that no unknown Registrar, or
known Malicious Registrar, appears in the MASA's log entries for the Pledge.
This does not directly prevent a Malicious Registrar but provides a response mechanism that
ensures the on-path attack is unsuccessful.
An advantage is that actual ownership knowledge (i.e., sales integration providing an indication of who purchased the device) is not required on the MASA service.</t>
        </dd>
        <dt>Nonceless Audit Voucher:</dt>
        <dd>
          <t>An audit Voucher with a validity period statement, but no guarantee of freshness. Fundamentally,
it is the same as an audit Voucher except that it can be issued in
advance to support network partitions or to provide a permanent
Voucher for remote deployments.
Being issued in advance of the Pledge being online, the Pledge can not rely on a nonce to be included for freshness.
This compromise in reducing the freshness allows for the resulting Voucher to be carried across air-gapped infrastructure.
In addition, if the validity period has been set sufficiently long, the Voucher can be used after the manufacturer (and its delegates) has gone out of business.</t>
        </dd>
        <dt>Ownership Audit Voucher:</dt>
        <dd>
          <t>An audit Voucher where the MASA service has verified the Registrar
as the authorized Owner.
The MASA service mitigates a MiTM Registrar by refusing to generate
audit Vouchers for unauthorized Registrars. The Registrar uses audit
techniques to supplement the MASA. This provides an ideal sharing of
policy decisions and enforcement between the vendor and the Owner.</t>
        </dd>
        <dt>Ownership ID Voucher:</dt>
        <dd>
          <t>Named after inclusion of the Pledge's CN-ID or DNS-ID within the
Voucher. The MASA service mitigates a MiTM Registrar by identifying
the specific Registrar (via PKIX <xref target="RFC5280"/>) authorized to own the Pledge.</t>
        </dd>
        <dt>Bearer Voucher:</dt>
        <dd>
          <t>A bearer Voucher is named after the inclusion of a Registrar ID
wildcard. Because the Registrar identity is not indicated, this
Voucher type must be treated as a secret and protected from exposure
as any 'bearer' of the Voucher can claim the Pledge.
This variation is included in the above table in order to clearly
show how other Voucher types differ.
This specification does not support bearer Vouchers at this time.
There are other specifications in the industry which are equivalent though.
Publishing a nonceless bearer Voucher effectively turns the
specified Pledge into a TOFU device with minimal mitigation
against MiTM Registrars. Bearer Vouchers are therefore out of scope.</t>
        </dd>
      </dl>
    </section>
    <section anchor="changes-since-rfc8366">
      <name>Changes since RFC8366</name>
      <t>This document obsoletes <xref target="RFC8366"/>.</t>
      <section anchor="extendfail">
        <name>Attempts and motivation to extend RFC8366</name>
        <t><xref target="RFC8366"/> was published in 2018 during the development of <xref target="RFC8995"/>,
<xref target="ZERO-TOUCH"/> and other work-in-progress efforts.
Since then the industry has matured significantly, and the in-the-field activity which this document supports has become known as <em>Onboarding</em> rather than <em>Bootstrapping</em>.</t>
        <t>The focus of <xref target="RFC8995"/> was Onboarding of ISP and Enterprise owned wired routing and switching equipment, with IoT devices being a less important aspect.
<xref target="ZERO-TOUCH"/> has focused upon Onboarding of CPE equipment like cable modems and other larger IoT devices, again with smaller IoT devices being of lesser importance.</t>
        <t>Since <xref target="RFC8995"/> was published there is now a mature effort to do application-level Onboarding of constrained IoT devices defined by the Thread Group and the Fairhair Alliance (now OCF) <xref target="fairhair"/>.
The <xref target="cBRSKI"/> document has defined a version of <xref target="RFC8995"/> that is usable over constrained IEEE 802.15.4 6LoWPAN networks using CoAP and DTLS, while <xref target="I-D.ietf-lake-authz"/> provides for using CoAP and EDHOC on even more constrained devices with very constrained networks.</t>
        <t><xref target="PRM"/> has created a new methodology for Onboarding that does not depend upon a synchronous connection between the Pledge and the Registrar.
This mechanism uses a mobile Registrar agent that works to collect and transfer signed artifacts via physical travel from one network to another.</t>
        <t>Both <xref target="cBRSKI"/> and <xref target="PRM"/> require extensions to the Voucher Request and the resulting Voucher. The new Attributes are required to carry the additional data and describe the extended semantics.
In addition, <xref target="cBRSKI"/> uses the serialization mechanism described in <xref target="RFC9254"/> to produce significantly more compact artifacts.</t>
        <t>When the process to define <xref target="cBRSKI"/> and <xref target="PRM"/> was started, there was a belief that the appropriate process was to use the <xref target="RFC7950"/> <em>augment</em> mechanism to further extend both the Voucher Request <xref target="RFC8995"/> and Voucher <xref target="RFC8366"/> artifacts.
However, <xref target="PRM"/> needs to extend an enumerated type with additional values and <em>augment</em> can not do this, so that was initially the impetus for this document.</t>
        <t>An attempt was then made to determine what would happen if one wanted to have a constrained version of the <xref target="PRM"/> Voucher Artifact.
The result was invalid YANG, with multiple definitions of the core Attributes from the <xref target="RFC8366"/> Voucher Artifact.
After some discussion, it was determined that the <em>augment</em> mechanism did not work for this use case,
nor did it work better when the <xref target="RFC8040"/> "yang-data" extension was replaced with the <xref target="RFC8791"/> "structure" extension.</t>
        <t>After significant discussion the decision was made to simply roll all of the needed extensions into this document.</t>
      </section>
    </section>
    <section anchor="updates-to-rfc8995">
      <name>Updates to RFC8995</name>
      <t>This document represents a merge of YANG definitions of the Voucher from <xref target="RFC8366"/>, the Voucher Request from <xref target="RFC8995"/>, and extensions to each of these from <xref target="cBRSKI"/>, <xref target="CLOUD"/> and <xref target="PRM"/>.
The difficulty with this approach is that the semantics of the definitions needed for the other documents are not included in this document, but rather in the respective other documents.</t>
      <section anchor="updates-idevid-issuer">
        <name>Updates to the use of <tt>idevid-issuer</tt></name>
        <t>The <tt>voucher-request</tt> module definition that was in <xref target="RFC8995"/> Sections 3.2 (tree diagram) and 3.4 (YANG module) is now included in this document.
There is a change to it: the '<tt>idevid-issuer</tt>' Attribute <bcp14>MUST</bcp14> be included in a Registrar Voucher Request (RVR).
Like the '<tt>serial-number</tt>' value in the RVR, the '<tt>idevid-issuer</tt>' value in the RVR is to be taken from the Pledge's (IDevID) client certificate.
In some variations of BRSKI, such as <xref target="PRM"/>, there is no direct TLS connection between Pledge and Registrar.  Therefore, the Pledge's IDevID certificate cannot be extracted from the TLS connection, so those variations define a different channel binding process and may deviate from the above requirement.</t>
        <t>A Registrar <bcp14>MUST</bcp14> apply the following rules for the value of the '<tt>idevid-issuer</tt>' Attribute in the given order:</t>
        <ol spacing="normal" type="1"><li>
            <t>If the Authority Key Identifier (AKI) field is present in the Pledge's (IDevID) client certificate, the Registrar
copies the full data element as specified in <xref target="idevid-issuer-format"/>.</t>
          </li>
          <li>
            <t>Otherwise, the Registrar generates the full data element in the format specified in <xref target="idevid-issuer-format"/>, using the
SHA-1 hash of the public key of the Pledge's IDevID client certificate.
This is defined as method 1 in <xref section="4.2.1.2" sectionFormat="of" target="RFC5280"/>.</t>
          </li>
        </ol>
      </section>
      <section anchor="clarifications-on-the-use-of-idevid-issuer">
        <name>Clarifications on the use of <tt>idevid-issuer</tt></name>
        <t><xref target="RFC8366"/> and <xref target="RFC8995"/> define the '<tt>idevid-issuer</tt>' attribute for the '<tt>voucher</tt>' and '<tt>voucher-request</tt>' modules (respectively), but they summarily explain when to use it, and why it is used.</t>
        <t>The '<tt>idevid-issuer</tt>' Attribute is provided so that the serial number to which the issued Voucher pertains can be relative to the entity that issued the Pledge's IDevID.
In most cases there is a one to one relationship between the trust anchor that signs Vouchers (and is trusted by the Pledge), and the Certification Authority that signs the IDevID.
In that case, the '<tt>serial-number</tt>' in the Voucher Data must refer to the same device as the serial number that is in the IDevID certificate (in the '<tt>serialNumber</tt>' element of type '<tt>X520SerialNumber</tt>' per <xref section="2.3.1" sectionFormat="of" target="RFC8995"/>).</t>
        <t>However, there are situations where the one to one relationship may be broken.
This occurs whenever a manufacturer has a common MASA, but different products (on different assembly lines) are produced with identical serial numbers.
A system of serial numbers which is just a simple counter is a good example of this.
A system of serial numbers where there is some prefix relating the product type does not fit into this, even if the lower digits are a counter.</t>
        <t>Another situation occurs when multiple manufacturers share a common MASA.
In this case, any given serial number in the IDevID certificate may not be unique across all manufacturers.</t>
        <t>It is not possible for the Pledge or the Registrar to know which situation applies.
And because one the above situations may apply, or may occur in the future, there needs to be a contingency to allow uniquely identifying a Pledge regardless of the current or future situation.
This is realized by the '<tt>idevid-issuer</tt>' Attribute.</t>
        <t>It is clarified next, whether or not to include the '<tt>idevid-issuer</tt>' in the PVR, in the RVR and in the Voucher.</t>
        <t>Analysis of the situation shows that the Pledge never needs to include '<tt>idevid-issuer</tt>' Attribute in its PVR, because the Pledge's IDevID certificate is available to the Registrar, and the Authority Key Identifier needed to fill this Attribute is contained within that IDevID certificate.
The Pledge therefore has no need to repeat this.</t>
        <t>For the RVR, <xref target="updates-idevid-issuer"/> now normatively requires that the '<tt>idevid-issuer</tt>' Attribute must be included.</t>
        <t>For the Voucher, <xref target="voucher-yang-module"/> normatively requires ("must") that the '<tt>idevid-issuer</tt>' Attribute must be included by a MASA in case the MASA issues a Voucher with a serial number that is known to be not unique within the scope of all the serial numbers represented by the MASA.
If this rule does not apply, the MASA <bcp14>SHOULD NOT</bcp14> include the '<tt>idevid-issuer</tt>' Attribute in order to achieve a smaller Voucher size.</t>
      </section>
      <section anchor="idevid-issuer-format">
        <name>Clarifications on the format of <tt>idevid-issuer</tt></name>
        <t><xref target="RFC8366"/> and <xref target="RFC8995"/> were not fully clear on the required binary format of the '<tt>idevid-issuer</tt>' Attribute.
This gave rise to incompatible implementations.</t>
        <t>This section clarifies the format of the '<tt>idevid-issuer</tt>' Attribute, which contains the full Authority Key Identifier from an IDevID certificate.
The entire Authority Key Identifier object from the certificate i.e. the '<tt>extnValue</tt>' OCTET STRING is to be included, comprising the ASN.1 DER encoding of the '<tt>AuthorityKeyIdentifier</tt>' structure as defined in <xref section="4.2.1.1" sectionFormat="of" target="RFC5280"/>.
This includes the ASN.1 DER encoding of the SEQUENCE as well as the OCTET STRING element (tagged 0) that is named '<tt>keyIdentifier</tt>' with type '<tt>KeyIdentifier</tt>'.</t>
        <t>Note that per <xref target="IDEVID"/>, only the first optional element named '<tt>keyIdentifier</tt>' is expected to be found in an IDevID certificate, not the '<tt>authorityCertIssuer</tt>' or the '<tt>authorityCertSerialNumber</tt>'.
However, because of the above requirement to include the full '<tt>extnValue</tt>' OCTET STRING, even if the non-expected elements would be present, they would be included in the '<tt>idevid-issuer</tt>' value in a Voucher Request or Voucher.</t>
      </section>
      <section anchor="errata-closed">
        <name>Errata closed</name>
        <t>The above updates to <xref target="RFC8995"/> addresses errata <xref target="eid7263"/>.</t>
      </section>
    </section>
    <section anchor="signature-mechanisms">
      <name>Signature mechanisms</name>
      <t>Three signature systems have been defined for Vouchers Artifacts.</t>
      <t><xref target="cBRSKI"/> defines a mechanism that uses COSE <xref target="COSE"/>, with the Voucher Data encoded using <xref target="RFC9254"/>.
However, as the SID <xref target="RFC9254"/> allocation process requires up-to-date YANG, the SID values for this mechanism are presented in this document.</t>
      <t><xref target="jBRSKI"/> defines a mechanism that uses JSON <xref target="RFC8259"/> and <xref target="JWS"/>.</t>
      <t>The CMS signing mechanism first defined in <xref target="RFC8366"/> continues to be defined here.</t>
      <section anchor="cms-voucher">
        <name>CMS Format Voucher Artifact</name>
        <t>The IETF evolution of PKCS#7 is CMS <xref target="RFC5652"/>.
A CMS-signed Voucher, the default type, contains a ContentInfo
structure with the Voucher Data.
An OID for JSON-encoded Voucher Data is allocated in <xref target="iana-contenttype"/>, and
it is to be placed in the '<tt>eContentType</tt>' field in the ContentInfo.</t>
        <t>The signing structure is a CMS SignedData structure, as specified by
Section 5.1 of <xref target="RFC5652"/>, encoded using ASN.1 Distinguished Encoding
Rules (DER), as specified in ITU-T X.690 <xref target="ITU-T.X690.2015"/>.</t>
        <t><xref target="RFC5652"/> mandates that <tt>SignedAttributes</tt> <bcp14>MUST</bcp14> be present when the content type is not '<tt>id-data</tt>'.
This mitigates attacks on CMS as described in <xref target="I-D.vangeest-lamps-cms-euf-cma-signeddata"/>.
Decoders <bcp14>MUST</bcp14> verify that <tt>SignedAttributes</tt> are present.</t>
        <t>To facilitate interoperability, <xref target="vcj"/> the media type "application/voucher-cms+json" and the filename extension ".vcj" were registered by <xref target="RFC8366"/>.</t>
        <t>The CMS structure <bcp14>MUST</bcp14> contain a '<tt>signerInfo</tt>' structure, as
described in Section 5.1 of <xref target="RFC5652"/>, containing the
signature generated over the content using a private key
trusted by the recipient.
Normally, the recipient is the Pledge and the signer is the MASA.
In the Voucher Request, the signer is the Pledge (in the PVR), or the Registrar (in the RVR).</t>
        <t>Note that Section 5.1 of <xref target="RFC5652"/> includes a
discussion about how to validate a CMS object, which is really a
PKCS7 object (cmsVersion=1).  Intermediate systems (such as the
Bootstrapping Remote Secure Key Infrastructures <xref target="RFC8995"/> Registrar)
that might need to evaluate the Voucher in flight <bcp14>MUST</bcp14> be prepared for
such an older format.
No signaling of the format version is necessary, as the manufacturer knows the capabilities
of the Pledge and will use an appropriate format Voucher for each
Pledge.</t>
        <t>The CMS structure <bcp14>SHOULD</bcp14> also contain all of the certificates
leading up to and including the signer's trust anchor certificate
known to the recipient.  The inclusion of the trust anchor is
unusual in many applications, but third parties cannot accurately
audit the transaction without it.</t>
        <t>The CMS structure <bcp14>MAY</bcp14> also contain revocation objects for any
intermediate certificate authorities (CAs) between the
Voucher issuer and the trust anchor known to the recipient.
However, the use of CRLs and other validity mechanisms is
discouraged, as the Pledge is unlikely to be able to perform
online checks and is unlikely to have a trusted clock source.
As described below, the use of short-lived Vouchers and/or a
Pledge-provided nonce provides a freshness guarantee.</t>
      </section>
    </section>
    <section anchor="voucher">
      <name>Voucher Artifact</name>
      <t>The Voucher's primary purpose is to securely assign a Pledge to an
Owner.
The Voucher informs the Pledge which entity it should consider to be
its Owner.</t>
      <t>This document defines a Voucher Artifact that is a CMS-signed encoding of the
JSON-encoded Voucher Data as defined by the YANG module <xref target="voucher-yang-module"/>.
Also, this document defines Voucher Data that is CBOR-encoded based on the same YANG model.
The CBOR-encoded (signed) Voucher based on this CBOR Voucher Data is defined in <xref target="cBRSKI"/>.</t>
      <t>The Voucher Data format is described here as a practical basis for some uses (such
as in NETCONF), but more to clearly indicate what Vouchers look like
in practice.
This description also serves to validate the YANG data model.</t>
      <t><xref target="RFC8366"/> defined a media type and a filename extension for the
CMS-encoded JSON type.
The media type for JOSE format Vouchers is defined in <xref target="jBRSKI"/> and the media type for COSE format Vouchers is defined in <xref target="cBRSKI"/>.
Both include respective filename extensions.</t>
      <t>The media type is used by the Pledge (requesting to the Registrar) and by the Registrar (requesting to the MASA) to signal what Voucher format is expected.
Other aspects of the Voucher, such as it being nonceless or which kind of pinned anchor is used, are not part of the media type.</t>
      <t>Only the format of Voucher that is expected is signaled in the form of a (MIME) media
type in the HTTP "Accept" header <xref target="RFC9110"/>.</t>
      <t>For Vouchers stored/transferred via methods like a USB storage device (USB key), the Voucher format is usually signaled by a filename extension.</t>
      <section anchor="voucher-tree-diagram">
        <name>Tree Diagram</name>
        <t>The following tree diagram illustrates a high-level view of a Voucher
document.
The notation used in this diagram is described in <xref target="RFC8340"/>.
Each node in the diagram is fully described by the YANG module in
<xref target="voucher-yang-module"/>.
Please review the YANG module for a detailed description of the
Voucher format.</t>
        <artwork><![CDATA[
module: ietf-voucher

  structure voucher:
    +-- created-on?                      yang:date-and-time
    +-- extensions*                      union
    +-- manufacturer-private?            binary
    +-- assertion?                       enumeration
    +-- serial-number                    string
    +-- idevid-issuer?                   binary
    +-- pinned-domain-cert?              binary
    +-- pinned-domain-pubk?              binary
    +-- pinned-domain-pubk-sha256?       binary
    +-- domain-cert-revocation-checks?   boolean
    +-- last-renewal-date?               yang:date-and-time
    +-- expires-on?                      yang:date-and-time
    +-- nonce?                           binary
    +-- est-domain?                      ietf:uri
    +-- additional-configuration-url?    ietf:uri
]]></artwork>
      </section>
      <section anchor="voucher-examples">
        <name>Examples</name>
        <t>This section provides Voucher Data examples for illustration
purposes.  These examples conform to the JSON encoding rules
defined in <xref target="RFC8259"/>.</t>
        <t>The following example illustrates an ephemeral Voucher (uses a nonce).
The MASA generated this Voucher using the '<tt>logged</tt>' assertion type, knowing
that it would be suitable for the Pledge making the request.</t>
        <artwork><![CDATA[
{
  "ietf-voucher:voucher": {
    "created-on": "2016-10-07T19:31:42Z",
    "assertion": "logged",
    "serial-number": "JADA123456789",
    "idevid-issuer": "base64encodedvalue==",
    "pinned-domain-cert": "base64encodedvalue==",
    "nonce": "base64encodedvalue=="
  }
}
]]></artwork>
        <t>The following example illustrates a non-ephemeral Voucher (containing no nonce, or "nonceless").
While the Voucher itself expires after two weeks, it presumably can
be renewed for up to a year.   The MASA generated this Voucher
using the '<tt>verified</tt>' assertion type, which should satisfy all Pledges.</t>
        <artwork><![CDATA[
{
  "ietf-voucher:voucher": {
    "created-on": "2016-10-07T19:31:42Z",
    "expires-on": "2016-10-21T19:31:42Z",
    "assertion": "verified",
    "serial-number": "JADA123456789",
    "idevid-issuer": "base64encodedvalue==",
    "pinned-domain-cert": "base64encodedvalue==",
    "domain-cert-revocation-checks": true,
    "last-renewal-date": "2017-10-07T19:31:42Z"
  }
}
]]></artwork>
        <t>The final two examples illustrate a Voucher that includes an (example) extension per <xref target="voucher-ext"/>.
The hypothetical YANG module name of the extension is '<tt>example-my-extension</tt>'.
First, a JSON serialization is shown.</t>
        <artwork><![CDATA[
{
  "ietf-voucher:voucher": {
    "created-on": "2016-10-07T19:31:42Z",
    "assertion": "logged",
    "serial-number": "JADA123456789",
    "idevid-issuer": "base64encodedvalue==",
    "pinned-domain-cert": "base64encodedvalue==",
    "nonce": "base64encodedvalue==",
    "extensions": ["example-my-extension"],
    "extension:example-my-extension": {
      "my-ext-leaf1": "my-ext-leaf1-data"
    }
  }
}
]]></artwork>
        <t>Next, a CBOR serialization is shown in CBOR diagnostic notation.
This uses again the extension module '<tt>example-my-extension</tt>' and refers to it using its SID value 305823299950.
Note that for this example, long binary strings are abbreviated using the ellipsis (<tt>...</tt>) notation.</t>
        <artwork><![CDATA[
{
  2451: {                          / ietf-voucher:voucher  /
    2:  "2016-10-07T19:31:42Z",    / created-on            /
    1:  1,                         / assertion (logged)    /
    11: "JADA123456789",           / serial-number         /
    5:  h'04183016 ... 1736C3E0',  / idevid-issuer         /
    8:  h'30820122 ... 12328CFF',  / pinned-domain-cert    /
    7:  h'831D5198A6CA2C7F',       / nonce                 /
    17: [305823299950],            / extensions            /
    47(305823299950): {            / example-my-extension  /
      1: "my-ext-leaf1-data"       / my-ext-leaf1          /
    }
  }
}
]]></artwork>
        <t><xref section="8" sectionFormat="comma" target="jBRSKI"/> contains examples of Vouchers encoded in JSON, and signed with <xref target="JWS"/>.
<xref section="9" sectionFormat="comma" target="cBRSKI"/> contains examples of Vouchers encoded in CBOR, and signed with <xref target="COSE"/>.</t>
      </section>
      <section anchor="voucher-yang-module">
        <name>YANG Module</name>
        <t>During development of this merged YANG module, advice was given to better organize mutually exclusive Attributes such as '<tt>pinned-domain-cert</tt>' vs '<tt>pinned-domain-pubk</tt>', or '<tt>expires-on</tt>' vs '<tt>nonce</tt>'.
Unfortunately, <xref target="CORESID"/> does not explain how and why choice statements are assigned SID values,
and the tooling as of the end of 2025 is inconsistent with both the document, and the intuitive notions as to how this should work.
As the simplest way forward, the choice mechanisms that were introduced have been commented out in the YANG, allowing the SID values to be generated correctly.
As a result, the SID values presented in <xref target="voucher-sid-values"/> and <xref target="voucher-request-sid-values"/> are to be considered normative, rather than relying exclusively on the
".sid" file <xref target="CORESID"/> generated from the YANG modules.
The presented SID values are believed to be correct, but future reprocessing of the YANG module to a ".sid" file could result in changes as the tooling is fixed.
Any such changes will be recorded as errata on this document.</t>
        <sourcecode type="yang" markers="true" name="ietf-voucher@2025-12-18.yang"><![CDATA[
module ietf-voucher {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-voucher";
  prefix vch;

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

  organization
    "IETF ANIMA Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/anima/>
     WG List:  <mailto:anima@ietf.org>
     Author:   Kent Watsen
               <mailto:kent+ietf@watsen.net>
     Author:   Michael Richardson
               <mailto:mcr+ietf@sandelman.ca>
     Author:   Toerless Eckert
               <mailto:tte@cs.fau.de>
     Author:   Qiufang Ma
               <mailto:maqiufang1@huawei.com>
     Author:   Esko Dijk
               <mailto:esko.dijk@iotconsultancy.nl>";
  description
    "This module defines the format for a Voucher, which is
     produced by a pledge's manufacturer or delegate (MASA)
     to securely assign a pledge to an 'owner', so that the
     pledge may establish a secure connection to the owner's
     network infrastructure.

     Copyright (c) 2023-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
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.";

  // RFCEDITOR: please replace XXXX in this entire code fragment
  // with the RFC number assigned and remove this notice.

  revision 2025-12-18 {
    description
      "Updates and additions described by RFC XXXX";
    reference
      "RFC XXXX: A Voucher Profile for Bootstrapping Protocols";
  }
  revision 2018-05-09 {
    description
      "Initial version";
    reference
      "RFC 8366: Voucher Profile for Bootstrapping Protocols";
  }

  grouping voucher-artifact {
    description
      "Grouping to allow reuse/extensions in future work.";
    leaf created-on {
      type yang:date-and-time;
      description
        "A value indicating the date this voucher was created.
         This node is primarily for human consumption and auditing.
         Future work MAY create verification requirements based on
         this node.";
    }
    leaf-list extensions {
      type union {
        type uint64; // when serialized to CBOR with SID
        type string; // when serialized to CBOR or JSON
      }
      description
        "A list of extension names that are used in this Voucher
         file.  Each name is registered with the IANA.  Standard
         extensions are described in an RFC, while vendor proprietary
         ones are not.";
    }
    leaf manufacturer-private {
      type binary;
      description
        "In CBOR serialization, this is a CBOR bstr containing any
         valid CBOR that the manufacturer wishes to share with its
         pledge.  In JSON serializations, this contains additional
         JSON instead, and it is base64URL encoded.";
    }
    leaf assertion {
      type enumeration {
        enum verified {
          value 0;
          description
            "Indicates that the ownership has been positively
             verified by the MASA (e.g., through sales channel
             integration).";
        }
        enum logged {
          value 1;
          description
            "Indicates that the voucher has been issued after
             minimal verification of ownership or control.  The
             issuance has been logged for detection of
             potential security issues (e.g., recipients of
             vouchers might verify for themselves that unexpected
             vouchers are not in the log).  This is similar to
             unsecured trust-on-first-use principles but with the
             logging providing a basis for detecting unexpected
             events.";
        }
        enum proximity {
          value 2;
          description
            "Indicates that the voucher has been issued after
             the MASA verified a proximity proof provided by the
             device and target domain.  The issuance has been
             logged for detection of potential security issues.";
        }
        enum agent-proximity {
          value 3;
          description
            "Mostly identical to proximity, but
             indicates that the voucher has been issued
             after the MASA has verified a statement that
             a registrar agent has made contact with the device.";
        }
      }
      description
        "The assertion is a statement from the MASA regarding how
         the owner was verified.  This statement enables pledges
         to support more detailed policy checks.  Pledges MUST
         ensure that the assertion provided is acceptable, per
         local policy, before processing the voucher.";
    }
    leaf serial-number {
      type string;
      mandatory true;
      description
        "The serial-number of the hardware.  When processing a
         voucher, a pledge MUST ensure that its serial-number
         matches this value.  If no match occurs, then the
         pledge MUST NOT process this voucher.";
    }
    leaf idevid-issuer {
      type binary;
      description
        "The Authority Key Identifier OCTET STRING (as defined in
         Section 4.2.1.1 of RFC 5280) from the pledge's IDevID
         certificate.  In the voucher, it is optional
         as some manufacturers know that all serial-numbers
         are unique within the scope of a MASA.
         In the voucher request, whether it is mandatory or optional depends
         upon the which protocol is used, such as RFC8995 and variations.
         When processing a voucher, a pledge MUST ensure that its
         IDevID Authority Key Identifier matches this value.  If no
         match occurs, then the pledge MUST NOT process this
         voucher.
         When issuing a voucher, the MASA MUST ensure that this
         field is populated for serial-numbers that are not
         otherwise unique within the scope of the MASA.";
    }
    // choice pinning {
    //  description "One of these attributes is used by the
    //               MASA to pin the registrar identity";
    leaf pinned-domain-cert {
      type binary;
      description
        "An X.509 v3 certificate structure, as specified by
         RFC 5280, using Distinguished Encoding Rules (DER)
         encoding, as defined in [ITU-T.X690.2015].

         This certificate is used by a pledge to trust a Public Key
         Infrastructure in order to verify a domain certificate
         supplied to the pledge separately by the bootstrapping
         protocol.  The domain certificate MUST have this
         certificate somewhere in its chain of certificates.
         This certificate MAY be an end-entity certificate,
         including a self-signed entity.";
      reference
        "RFC 5280:
         Internet X.509 Public Key Infrastructure Certificate
         and Certificate Revocation List (CRL) Profile.
         ITU-T X.690:
         Information technology - ASN.1 encoding rules:
         Specification of Basic Encoding Rules (BER),
         Canonical Encoding Rules (CER) and Distinguished
         Encoding Rules (DER).";
    }
    leaf pinned-domain-pubk {
      type binary;
      description
        "The pinned-domain-pubk may replace the
         pinned-domain-cert in constrained uses of
         the voucher. The pinned-domain-pubk
         is the Raw Public Key of the registrar.
         This field is encoded as a Subject Public Key Info block
         as specified in RFC7250, in section 3.";
    }
    leaf pinned-domain-pubk-sha256 {
      type binary;
      description
        "The pinned-domain-pubk-sha256 is a second
         alternative to pinned-domain-cert.  In many cases the
         public key of the domain has already been transmitted
         during the key agreement process, and it is wasteful
         to transmit the public key another two times.
         The use of a hash of public key info, at 32-bytes for
         sha256 is a significant savings compared to an RSA
         public key, but is only a minor savings compared to
         a 256-bit ECDSA public-key.
         Algorithm agility is provided by extensions to this
         specification which can define a new leaf for another
         hash type.";
    }
    // }  choice pinning removed
    leaf domain-cert-revocation-checks {
      type boolean;
      description
        "A processing instruction to the pledge that it MUST (true)
         or MUST NOT (false) verify the revocation status for the
         pinned domain certificate.  If this field is not set, then
         normal PKIX behavior applies to validation of the domain
         certificate.";
    }
    leaf last-renewal-date {
      type yang:date-and-time;
      must '../expires-on';
      description
        "The date that the MASA projects to be the last date
         it will renew a voucher on. This field is merely
         informative; it is not processed by pledges.

         Circumstances may occur after a voucher is generated that
         may alter a voucher's validity period.  For instance,
         a vendor may associate validity periods with support
         contracts, which may be terminated or extended
         over time.";
    }
    //choice nonceless {
    //  description "Either a nonce must be present,
    //               or an expires-on header";
    leaf expires-on {
      type yang:date-and-time;
      description
        "A value indicating when this voucher expires.  The node is
         optional as not all pledges support expirations, such as
         pledges lacking a reliable clock.

         If this field exists, then the pledges MUST ensure that
         the expires-on time has not yet passed. A pledge without
         an accurate clock cannot meet this requirement.

         The expires-on value MUST NOT exceed the expiration date
         of any of the listed 'pinned-domain-cert' certificates.";
    }
    leaf nonce {
      type binary {
        length "8..32";
      }
      description
        "A value that can be used by a pledge in some bootstrapping
         protocols to enable anti-replay protection.  This node is
         optional because it is not used by all bootstrapping
         protocols.

         When present, the pledge MUST compare the provided nonce
         value with another value that the pledge randomly
         generated and sent to a bootstrap server in an earlier
         bootstrapping message.  If the value is present, but
         the values do not match, then the pledge MUST NOT process
         this voucher.";
    }
    // } choice nonceless
    leaf est-domain {
      type ietf:uri;
      description
        "The est-domain is a URL from which the pledge should
         continue doing enrollment rather than with the
         cloud registrar.
         The pinned-domain-cert contains a trust-anchor
         which is to be used to authenticate the server
         found at this URI.";
    }
    leaf additional-configuration-url {
      type ietf:uri;
      description
        "The additional-configuration attribute contains a
         URL to which the pledge can retrieve additional
         configuration information.
         The contents of this URL are manufacturer specific.
         This is intended to do things like configure
         a VoIP phone to point to the correct hosted
         PBX, for example.";
    }
  }

  // Top-level statement
  sx:structure voucher {
    uses voucher-artifact;
  }
}
]]></sourcecode>
      </section>
      <section anchor="voucher-sid-values">
        <name>ietf-voucher SID values</name>
        <t><xref target="RFC9254"/> explains how to serialize YANG into CBOR, and for this a series of SID values are required.
The below SID values are assigned to the '<tt>ietf-voucher</tt>' YANG module elements and are considered normative.</t>
        <t>The right column shows the schema-node path expression for the YANG data node to which the SID value is assigned.</t>
        <artwork><![CDATA[
SID  Assigned to
---- --------------------------------------------------
2450 module ietf-voucher
2451 data   /ietf-voucher:voucher
2452 data   /ietf-voucher:voucher/assertion
2453 data   /ietf-voucher:voucher/created-on
2454 data   /ietf-voucher:voucher/domain-cert-revocation-checks
2455 data   /ietf-voucher:voucher/expires-on
2456 data   /ietf-voucher:voucher/idevid-issuer
2457 data   /ietf-voucher:voucher/last-renewal-date
2458 data   /ietf-voucher:voucher/nonce
2459 data   /ietf-voucher:voucher/pinned-domain-cert
2460 data   /ietf-voucher:voucher/pinned-domain-pubk
2461 data   /ietf-voucher:voucher/pinned-domain-pubk-sha256
2462 data   /ietf-voucher:voucher/serial-number
2463 data   /ietf-voucher:voucher/additional-configuration-url
2464 data   /ietf-voucher:voucher/est-domain
2465 data   /ietf-voucher:voucher/manufacturer-private
2466 data   /ietf-voucher:voucher/extensions
]]></artwork>
        <t>The '<tt>assertion</tt>' Attribute is an enumerated type in <xref target="RFC8366"/>, but no values were provided as part of the enumeration.
This document provides enumerated values as part of the YANG module.</t>
        <t>In the JSON serialization, the literal strings from the enumerated types are used so there is no ambiguity.</t>
        <t>In the CBOR serialization, a small integer is used, and the enumeration values are repeated here for convenience.
However, the YANG module should be considered authoritative.
No IANA registry is provided or necessary because the YANG module (and this document) would be extended when there are new entries required.</t>
        <table anchor="assertion-enums">
          <name>CBOR integers for the 'assertion' Attribute enum value</name>
          <thead>
            <tr>
              <th align="left">CBOR Integer</th>
              <th align="left">Assertion Type</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">0</td>
              <td align="left">verified</td>
            </tr>
            <tr>
              <td align="left">1</td>
              <td align="left">logged</td>
            </tr>
            <tr>
              <td align="left">2</td>
              <td align="left">proximity</td>
            </tr>
            <tr>
              <td align="left">3</td>
              <td align="left">agent-proximity</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="voucher-ext">
        <name>Voucher Extensions</name>
        <t>An unstated assumption in <xref target="RFC8366"/> was that Vouchers could be extended in proprietary ways by manufacturers.
This allows for manufacturers to communicate new things from the MASA to the Pledge, and since both are under control of the same entity, it seemed perfectly fine, even though it would violate the strict definition of the YANG model.</t>
        <t>The JSON serialization of Vouchers implicitly accomodates the above, since the Voucher is just a map (or dictionary).
Map keys are just strings, and creating unique strings is easy to do by including the manufacturer's DNS domain name.</t>
        <t>In CBOR serialization <xref target="RFC9254"/>, the situation is not so easy when SID keys are used.
An extension might need to use "Private range" <xref target="CORESID"/> SID values, or acquire SID values for their own use.</t>
        <t>Where the process has become complex is when making standard extensions, as has happened recently, resulting in this document.
The processes which were anticipated to be useful (the YANG "augment" mechanism), turned out not to be, see <xref target="extendfail"/>.</t>
        <t>Instead, a process similar to what was done by <xref target="RFC8520"/> has been adopted.
In the Voucher Data, any extensions are listed in a list Attribute named '<tt>extensions</tt>'.
In JSON serialization, these extensions each require a unique name, and therefore this name <bcp14>MUST</bcp14> be allocated by IANA.
The name <bcp14>MUST</bcp14> be the same as the YANG extension module name.
The '<tt>extensions</tt>' list Attribute allows for new standard extensions to be defined without changes to the '<tt>ietf-voucher</tt>' YANG module.
Items within that list are either strings (in JSON serialization), or integers (in CBOR serialization using SIDs);
both are always defined in the entries of the Voucher Extensions Registry (see <xref target="voucher-ext-reg"/>).</t>
        <t>Extensions are full YANG modules, which are subject to the SID allocation process described in <xref target="RFC9254"/>.
When an extension is serialized, the extension is placed in a sub-map in the value of a new key/value pair in the '<tt>voucher</tt>' container element.
In JSON serialization, the corresponding key is the name of the extension, prefixed by the string "extension:".
In CBOR serialization, the corresponding key is the SID which is allocated as the YANG extension module SID.
This will typically require the absolute SID value Tag(47) to be applied to this key (see <xref section="4.2.1" sectionFormat="of" target="RFC9254"/>
or the final example in <xref target="voucher-examples"/>).</t>
        <t>Note that this differs from the mechanism described in <xref target="RFC8520"/>: there, a sub-map is not used.
Instead, keys are created by combining the module name and the Attribute as a string, as a result of using the YANG
"augment" mechanism.
The <xref target="RFC8520"/> mechanism uses more bytes, but is also not easily translatable to CBOR.</t>
        <t>As the Voucher Request YANG module is created by YANG augment of the Voucher YANG module, any extension defined for the Voucher is also valid for a Voucher Request.</t>
      </section>
      <section anchor="manufacturer-private-extensions">
        <name>Manufacturer Private Extensions</name>
        <t>A manufacturer might need to communicate content in the Voucher (or in the Voucher Request), which are never subject to standardization.
While they can use the Voucher extensions mechanism defined in <xref target="voucher-ext"/>, it does require allocation of a SID value in order to do minimal-sized encoding in case of CBOR Voucher Data.
Note that <xref target="RFC9254"/> does not strictly require use of SIDs: instead of a SID value, the full string name can always
be used. But this would significantly increase the size of the Voucher Data.</t>
        <t>Instead, a manufacturer <bcp14>MAY</bcp14> use the '<tt>manufacturer-private</tt>' Attribute to put any content they wish.
In CBOR serialization, if a plain CBOR map would be used, it would be subject to delta encoding: so use of this Attribute requires that the contents are bstr-encoded
Section <xref target="RFC8949" section="3.1" sectionFormat="bare"/> of RFC 8949 <xref target="CBOR"/> (Major type 2).
In JSON serialization, delta encoding does not get in the way, and the manufacturer <bcp14>MAY</bcp14> use any encoding that is convenient for them, but base64URL encoding <xref section="5" sectionFormat="comma" target="RFC4648"/> is <bcp14>RECOMMENDED</bcp14>.</t>
      </section>
    </section>
    <section anchor="voucher-request">
      <name>Voucher Request Artifact</name>
      <t><xref section="3" sectionFormat="comma" target="RFC8995"/> defined a "voucher-request" Artifact as an augmented Artifact from the "voucher" Artifact originally defined in <xref target="RFC8366"/>.
That definition has been moved to this document, and translated from the "yang-data" extension <xref target="RFC8040"/> to the "sx:structure" extension <xref target="RFC8791"/>.</t>
      <section anchor="voucher-request-tree-diagram">
        <name>Tree Diagram</name>
        <t>The following tree diagram illustrates a high-level view of a Voucher Request document.
The notation used in this diagram is described in <xref target="RFC8340"/>.
Each node in the diagram is fully described by the YANG module in
<xref target="voucher-request-yang-module"/>.</t>
        <artwork><![CDATA[
module: ietf-voucher-request

  structure voucher:
    +-- created-on?                                yang:date-and-time
    +-- extensions*                                union
    +-- manufacturer-private?                      binary
    +-- assertion?                                 enumeration
    +-- serial-number                              string
    +-- idevid-issuer?                             binary
    +-- pinned-domain-cert?                        binary
    +-- pinned-domain-pubk?                        binary
    +-- pinned-domain-pubk-sha256?                 binary
    +-- domain-cert-revocation-checks?             boolean
    +-- last-renewal-date?                         yang:date-and-time
    +-- expires-on?                                yang:date-and-time
    +-- nonce?                                     binary
    +-- est-domain?                                ietf:uri
    +-- additional-configuration-url?              ietf:uri
    +-- prior-signed-voucher-request?              binary
    +-- proximity-registrar-cert?                  binary
    +-- proximity-registrar-pubk?                  binary
    +-- proximity-registrar-pubk-sha256?           binary
    +-- agent-signed-data?                         binary
    +-- agent-provided-proximity-registrar-cert?   binary
    +-- agent-sign-cert?                           binary
]]></artwork>
      </section>
      <section anchor="voucher-request-yang-module">
        <name>"ietf-voucher-request" Module</name>
        <t>The '<tt>ietf-voucher-request</tt>' YANG module is derived from the '<tt>ietf-voucher</tt>' module.</t>
        <sourcecode type="yang" markers="true" name="ietf-voucher-request@2025-12-18.yang"><![CDATA[
module ietf-voucher-request {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:ietf-voucher-request";
  prefix vcr;

  import ietf-yang-structure-ext {
    prefix sx;
    reference
      "RFC 8791: YANG Data Structure Extensions";
  }
  import ietf-voucher {
    prefix vch;
    description
      "This module defines the format for a Voucher,
       which is produced by a Pledge's manufacturer or
       delegate (MASA) to securely assign a Pledge to
       an 'Owner', so that the Pledge may establish a secure
       connection to the Owner's network infrastructure";
    reference
      "RFC XXXX: A Voucher Artifact for
       Bootstrapping Protocols";
  }

  organization
    "IETF ANIMA Working Group";
  contact
    "WG Web:   <https://datatracker.ietf.org/wg/anima/>
     WG List:  <mailto:anima@ietf.org>
     Author:   Kent Watsen
               <mailto:kent+ietf@watsen.net>
     Author:   Michael Richardson
               <mailto:mcr+ietf@sandelman.ca>
     Author:   Toerless Eckert
               <mailto:tte@cs.fau.de>
     Author:   Qiufang Ma
               <mailto:maqiufang1@huawei.com>
     Author:   Esko Dijk
               <mailto:esko.dijk@iotconsultancy.nl>";
  description
    "This module defines the format for a Voucher Request.
     It is a superset of the Voucher itself.
     It provides content to the MASA for consideration
     during a voucher request procedure and subsequent
     Voucher creation.

     Copyright (c) 2023-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
     (https://www.rfc-editor.org/info/rfcXXXX); see the RFC itself
     for full legal notices.

     The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL
     NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED',
     'MAY', and 'OPTIONAL' in this document are to be interpreted as
     described in BCP 14 (RFC 2119) (RFC 8174) when, and only when,
     they appear in all capitals, as shown here.";

  // RFCEDITOR: please replace XXXX in this entire code fragment
  // with the RFC number assigned and remove this notice.

  revision 2025-12-18 {
    description
      "Updates and additions described by RFC XXXX";
    reference
      "RFC XXXX: A Voucher Artifact for Bootstrapping Protocols";
  }
  revision 2021-05-20 {
    description
      "Initial version";
    reference
      "RFC 8995: Bootstrapping Remote Secure Key Infrastructure
       (BRSKI)";
  }

  grouping voucher-request {
    description
      "Grouping to allow reuse/extensions in future work.";
    uses vch:voucher-artifact {
      refine "last-renewal-date" {
        description
          "A last-renewal-date field
           is not valid in a voucher request, and
           any occurrence MUST be ignored";
      }
      refine "domain-cert-revocation-checks" {
        description
          "The domain-cert-revocation-checks field
           is not valid in a voucher request, and
           any occurrence MUST be ignored";
      }
      refine "assertion" {
        description
          "Any assertion included in registrar voucher
           requests SHOULD be ignored by the MASA.";
      }
      refine "idevid-issuer" {
        description
          "The idevid-issuer field MUST be included in
           a Registrar Voucher Request (RVR) (unless
           specified otherwise) per Section 6.1 of
           RFC XXXX.";
      }
    }
    leaf prior-signed-voucher-request {
      type binary;
      description
        "If it is necessary to change a voucher, or re-sign and
         forward a voucher request that was previously provided
         along a protocol path, then the previously signed
         voucher SHOULD be included in this field.

         For example, a pledge might sign a voucher request
         with a proximity-registrar-cert, and the registrar
         then includes it as the prior-signed-voucher-request
         field.  This is a simple mechanism for a chain of
         trusted parties to change a voucher request, while
         maintaining the prior signature information.

         The Registrar and MASA MAY examine the prior signed
         voucher information for the
         purposes of policy decisions. The MASA SHOULD remove
         all prior-signed-voucher-request information when
         signing a voucher for imprinting so as to minimize
         the final voucher size.";
    }
    leaf proximity-registrar-cert {
      type binary;
      description
        "An X.509 v3 certificate structure as specified by
         RFC 5280, Section 4 encoded using the ASN.1
         distinguished encoding rules (DER), as specified
         in [ITU-T.X690.2015].

         The first certificate in the Registrar TLS server
         certificate_list sequence  (the end-entity TLS
         certificate, see [RFC8446]) presented by the Registrar
         to the Pledge.
         This MUST be populated in a Pledge's voucher request
         when a proximity assertion is requested.";
    }
    leaf proximity-registrar-pubk {
      type binary;
      description
        "The proximity-registrar-pubk replaces
         the proximity-registrar-cert in constrained uses of
         the voucher-request.
         The proximity-registrar-pubk is the
         Raw Public Key of the Registrar. This field is encoded
         as specified in RFC7250, section 3.
         The ECDSA algorithm MUST be supported.
         The EdDSA algorithm as specified in
         draft-ietf-tls-rfc4492bis-17 SHOULD be supported.
         Support for the DSA algorithm is not recommended.
         Support for the RSA algorithm is a MAY, but due to
         size is discouraged.";
    }
    leaf proximity-registrar-pubk-sha256 {
      type binary;
      description
        "The proximity-registrar-pubk-sha256
         is an alternative to both
         proximity-registrar-pubk and pinned-domain-cert.
         In many cases the public key of the domain has already
         been transmitted during the key agreement protocol,
         and it is wasteful to transmit the public key another
         two times.
         The use of a hash of public key info, at 32-bytes for
         sha256 is a significant savings compared to an RSA
         public key, but is only a minor savings compared to
         a 256-bit ECDSA public-key.
         Algorithm agility is provided by extensions to this
         specification which may define a new leaf for another
         hash type.";
    }
    leaf agent-signed-data {
      type binary;
      description
        "The agent-signed-data field contains a data artifact
         provided by the Registrar-Agent to the Pledge for
         inclusion into the voucher request.

         This artifact is signed by the Registrar-Agent and contains
         data, which can be verified by the pledge and the registrar.
         This data contains the pledge's serial-number and a
         created-on information of the agent-signed-data.

         The format is intentionally defined as binary to allow
         the document using this leaf to determine the encoding.";
    }
    leaf agent-provided-proximity-registrar-cert {
      type binary;
      description
        "An X.509 v3 certificate structure, as specified by
         RFC 5280, Section 4, encoded using the ASN.1
         distinguished encoding rules (DER), as specified
         in ITU-T X.690.
         The first certificate in the registrar TLS server
         certificate_list sequence (the end-entity TLS
         certificate; see RFC 8446) presented by the
         registrar to the registrar-agent and provided to
         the pledge.
         This MUST be populated in a pledge's voucher-request
         when an agent-proximity assertion is requested.";
      reference
        "ITU-T X.690: Information Technology - ASN.1 encoding
         rules: Specification of Basic Encoding Rules (BER),
         Canonical Encoding Rules (CER) and Distinguished
         Encoding Rules (DER)
         RFC 5280: Internet X.509 Public Key Infrastructure
         Certificate and Certificate Revocation List (CRL)
         Profile
         RFC 8446: The Transport Layer Security (TLS)
         Protocol Version 1.3";
    }
    leaf agent-sign-cert {
      type binary;
      description
        "An X.509 v3 certificate structure, as specified by
         RFC 5280, Section 4, encoded using the ASN.1
         distinguished encoding rules (DER), as specified
         in ITU-T X.690.
         This certificate can be used by the pledge,
         the registrar, and the MASA to verify the signature
         of agent-signed-data. It is an optional component
         for the pledge-voucher request.
         This MUST be populated in a registrar's
         voucher-request when an agent-proximity assertion
         is requested.";
      reference
        "ITU-T.X690.2015: Information Technology - ASN.1 encoding
         rules: Specification of Basic Encoding Rules (BER),
         Canonical Encoding Rules (CER) and Distinguished
         Encoding Rules (DER)
         RFC 5280: Internet X.509 Public Key Infrastructure
         Certificate and Certificate Revocation List (CRL)
         Profile";
    }
  }

  // Top-level statement: called "voucher" to match RFC8995
  sx:structure voucher {
    uses voucher-request;
  }
}
]]></sourcecode>
      </section>
      <section anchor="voucher-request-sid-values">
        <name>ietf-voucher-request SID values</name>
        <t><xref target="RFC9254"/> explains how to serialize YANG into CBOR, and for this a series of SID values are required.
The below SID values are assigned to the '<tt>ietf-voucher-request</tt>' YANG module elements and are considered normative.</t>
        <t>The right column shows the schema-node path expression for the YANG data node to which the SID value is assigned.</t>
        <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

SID  Assigned to
---- --------------------------------------------------
2500 module ietf-voucher-request
2501 data   /ietf-voucher-request:voucher
2502 data   /ietf-voucher-request:voucher/assertion
2503 data   /ietf-voucher-request:voucher/created-on
2504 data   /ietf-voucher-request:voucher/domain-cert-revocation-\
                                                               checks
2505 data   /ietf-voucher-request:voucher/expires-on
2506 data   /ietf-voucher-request:voucher/idevid-issuer
2507 data   /ietf-voucher-request:voucher/last-renewal-date
2508 data   /ietf-voucher-request:voucher/nonce
2509 data   /ietf-voucher-request:voucher/pinned-domain-cert
2510 data   /ietf-voucher-request:voucher/prior-signed-voucher-\
                                                              request
2511 data   /ietf-voucher-request:voucher/proximity-registrar-cert
2512 data   /ietf-voucher-request:voucher/proximity-registrar-pubk-\
                                                               sha256
2513 data   /ietf-voucher-request:voucher/proximity-registrar-pubk
2514 data   /ietf-voucher-request:voucher/serial-number
2515 data   /ietf-voucher-request:voucher/agent-provided-proximity-\
                                                       registrar-cert
2516 data   /ietf-voucher-request:voucher/agent-sign-cert
2517 data   /ietf-voucher-request:voucher/agent-signed-data
2518 data   /ietf-voucher-request:voucher/pinned-domain-pubk
2519 data   /ietf-voucher-request:voucher/pinned-domain-pubk-sha256
2520 data   /ietf-voucher-request:voucher/additional-configuration-\
                                                                  url
2521 data   /ietf-voucher-request:voucher/est-domain
2522 data   /ietf-voucher-request:voucher/extensions
2523 data   /ietf-voucher-request:voucher/manufacturer-private
]]></artwork>
        <t>The '<tt>assertion</tt>' Attribute is an enumerated type, and has values as defined in <xref target="assertion-enums"/>.</t>
      </section>
    </section>
    <section anchor="design-con">
      <name>Design Considerations</name>
      <section anchor="renewal-over-revocation">
        <name>Renewals Instead of Revocations</name>
        <t>The lifetimes of Vouchers may vary.  In some Onboarding protocols,
the Vouchers may be created and consumed immediately, whereas in other
Onboarding solutions, there may be a significant time delay between
when a Voucher is created and when it is consumed.
In cases when there is a time delay, there is a need for the Pledge
to ensure that the assertions made when the Voucher was created are
still valid.</t>
        <t>A revocation artifact is generally used to verify the continued validity
of an assertion such as a PKIX certificate <xref target="RFC5280"/>, web token, or Voucher.  With
this approach, a potentially long-lived assertion is paired with a reasonably
fresh revocation status check to ensure that the assertion is still valid.
However, this approach increases solution complexity, as it introduces the
need for additional protocols and code paths to distribute and process the
revocations.</t>
        <t>Addressing the shortcomings of revocations, this document recommends
instead the use of lightweight renewals of short-lived non-revocable
Vouchers.  That is, rather than issue a long-lived Voucher, where the
'<tt>expires-on</tt>' Attribute is set to some distant date, the expectation
is for the MASA to instead issue a short-lived Voucher, where the
'<tt>expires-on</tt>' Attribute is set to a relatively near date, along with a promise
(reflected in the '<tt>last-renewal-date</tt>' Attribute) to reissue the Voucher again
when needed.  Importantly, while issuing the initial Voucher may incur
heavyweight verification checks ("Are you who you say you are?" "Does the
Pledge actually belong to you?"), reissuing the Voucher should be a
lightweight process, as it ostensibly only updates the Voucher's
validity period.
With this approach, there is
only the one Artifact, and only one code path is needed to process
it; there is no possibility of a Pledge choosing to skip the
revocation status check because, for instance, the OCSP Responder (<xref target="RFC5280"/>) is
not reachable.</t>
        <t>While this document recommends issuing short-lived Vouchers, the
Voucher Artifact does not restrict the ability to create long-lived
Vouchers, if required; however, no revocation method is described.</t>
        <t>Note that a Voucher may be signed by a chain of intermediate CAs
leading up to the trust anchor CA known by the Pledge.  Even
though the Voucher itself is not revocable, it is still revoked,
per se, if one of the intermediate CA certificates is revoked.</t>
      </section>
      <section anchor="voucher-per-pledge">
        <name>Voucher Per Pledge</name>
        <t>The solution described herein originally enabled a single Voucher to
apply to many Pledges, using lists of regular expressions to represent
ranges of serial numbers.  However, it was determined that blocking the
renewal of a Voucher that applied to many devices would be excessive
when only the ownership for a single Pledge needed to be blocked.
Thus, the Voucher format now only supports a single serial number
to be listed.</t>
      </section>
    </section>
    <section anchor="sec-con">
      <name>Security Considerations</name>
      <section anchor="clock-sensitivity">
        <name>Clock Sensitivity</name>
        <t>An attacker could use an expired Voucher to gain control over
a device that has no understanding of time.  The device cannot
trust NTP as a time reference, as an attacker could control
the NTP stream.</t>
        <t>There are three things to defend against this: 1) devices are
required to verify that the '<tt>expires-on</tt>' Attribute has not yet passed,
2) devices without access to time can use nonces to
get ephemeral Vouchers, and 3) Vouchers without expiration times
may be used, which will appear in the audit log, informing the
security decision.</t>
        <t>This document defines a Voucher format that contains time values
for expirations, which require an accurate clock
in order to be processed correctly.  Vendors planning on
issuing Vouchers with expiration values must ensure that devices
have an accurate clock when shipped from manufacturing
facilities and take steps to prevent clock tampering.
If it is not possible to ensure clock accuracy, then
Vouchers with time values for expirations should not be issued.</t>
      </section>
      <section anchor="protect-masa-signing-key-in-hsm">
        <name>Protect MASA Signing Key in HSM</name>
        <t>Pursuant to the recommendation made in Section 6.1 for the MASA to be
deployed as an online Voucher signing service, it is <bcp14>RECOMMENDED</bcp14> that
the MASA's private key used for signing Vouchers is protected by
a hardware security module (HSM).</t>
      </section>
      <section anchor="test-domain-certificate-validity-when-signing">
        <name>Test Domain Certificate Validity When Signing</name>
        <t>If a Domain certificate is compromised, then any outstanding
Vouchers for that Domain could be used by the attacker.  In this case, the Domain
administrator is clearly expected to initiate revocation of any
Domain identity certificates (as is normal in PKIX <xref target="RFC5280"/> solutions).</t>
        <t>Similarly, they are expected to contact the MASA to indicate that
an outstanding (presumably short lifetime) Voucher should be blocked from
automated renewal.
Protocols for Voucher distribution are
<bcp14>RECOMMENDED</bcp14> to check for revocation of Domain identity certificates
before the signing of Vouchers.</t>
      </section>
      <section anchor="yang-module-security-considerations">
        <name>YANG Module Security Considerations</name>
        <t>The YANG modules specified in this document define the schema
for data that is subsequently encapsulated by secure signed-data structures,
such as the CMS signed-data described in <xref target="cms-voucher"/>.  As such,
all of the YANG-modeled data is protected from modification.</t>
        <t>Implementations should be aware that the signed data is only
protected from external modification; the data is still visible.
This potential disclosure of information doesn't affect security
so much as privacy.  In particular, adversaries can glean
information such as which devices belong to which organizations
and which CRL Distribution Point and/or OCSP Responder URLs are
accessed to validate the Vouchers.  When privacy is important,
the CMS signed-data content type <bcp14>SHOULD</bcp14> be encrypted, either by
conveying it via a mutually authenticated secure transport protocol
(e.g., TLS <xref target="RFC8446"/>) or by encapsulating the signed-data
content type with an enveloped-data content type (Section 6
of <xref target="RFC5652"/>), though details for how to do this are outside
the scope of this document.</t>
        <t>The use of YANG to define data structures, via the "sx:structure"
extension <xref target="RFC8791"/>, is relatively new and distinct from the conventional
use of
YANG to define an API accessed by network management protocols such as
NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>. For this reason, this
security considerations section does not follow the template described
by Section 3.7 of <xref target="YANG-GUIDE"/>.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <section anchor="the-ietf-xml-registry">
        <name>The IETF XML Registry</name>
        <t>This document updates two URIs in the "IETF XML Registry" <xref target="RFC3688"/>.</t>
        <t>IANA has registered the following based on <xref target="RFC8366"/> and <xref target="RFC8995"/> respectively:</t>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>URI:</dt>
              <dd>
                <t>urn:ietf:params:xml:ns:yang:ietf-voucher</t>
              </dd>
              <dt>Registrant Contact:</dt>
              <dd>
                <t>The ANIMA WG of the IETF.</t>
              </dd>
              <dt>XML:</dt>
              <dd>
                <t>N/A, the requested URI is an XML namespace.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>URI:</dt>
              <dd>
                <t>urn:ietf:params:xml:ns:yang:ietf-voucher-request</t>
              </dd>
              <dt>Registrant Contact:</dt>
              <dd>
                <t>The ANIMA WG of the IETF.</t>
              </dd>
              <dt>XML:</dt>
              <dd>
                <t>N/A, the requested URI is an XML namespace.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>For both entries, the reference should be updated to point to this document.</t>
      </section>
      <section anchor="the-yang-module-names-registry">
        <name>The YANG Module Names Registry</name>
        <t>This document updates two entries in the "YANG Module Names"
registry <xref target="RFC6020"/>.</t>
        <t>IANA has registered the following based on <xref target="RFC8366"/>:</t>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>name:</dt>
              <dd>
                <t>ietf-voucher</t>
              </dd>
              <dt>namespace:</dt>
              <dd>
                <t>urn:ietf:params:xml:ns:yang:ietf-voucher</t>
              </dd>
              <dt>prefix:</dt>
              <dd>
                <t>vch</t>
              </dd>
              <dt>reference:</dt>
              <dd>
                <t>RFC 8366</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>This reference should be updated to point to this document and the "File" entry should be updated to point to the
new module revision in <xref target="voucher-yang-module"/>.</t>
        <t>IANA has registered the following based on <xref target="RFC8995"/>:</t>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>name:</dt>
              <dd>
                <t>ietf-voucher-request</t>
              </dd>
              <dt>namespace:</dt>
              <dd>
                <t>urn:ietf:params:xml:ns:yang:ietf-voucher-request</t>
              </dd>
              <dt>prefix:</dt>
              <dd>
                <t>vch</t>
              </dd>
              <dt>reference:</dt>
              <dd>
                <t>RFC 8995</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>This reference should also be updated to point to this document and the "File" entry should be updated to point to the
new module revision in <xref target="voucher-request-yang-module"/>.
Additionally, the "prefix" field should be updated as follows:</t>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>prefix:</dt>
              <dd>
                <t>vcr</t>
              </dd>
            </dl>
          </li>
        </ul>
      </section>
      <section anchor="vcj">
        <name>The Media Types Registry</name>
        <t>IANA has registered the media type: <tt>application/voucher-cms+json</tt>, and this registration should be updated to point to this document.</t>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>Type name:</dt>
              <dd>
                <t>application</t>
              </dd>
              <dt>Subtype name:</dt>
              <dd>
                <t>voucher-cms+json</t>
              </dd>
              <dt>Required parameters:</dt>
              <dd>
                <t>none</t>
              </dd>
              <dt>Optional parameters:</dt>
              <dd>
                <t>none</t>
              </dd>
              <dt>Encoding considerations:</dt>
              <dd>
                <t>CMS-signed JSON vouchers are ASN.1/DER  encoded.</t>
              </dd>
              <dt>Security considerations:</dt>
              <dd>
                <t>See <xref target="sec-con"/></t>
              </dd>
            </dl>
            <t>Interoperability considerations:  The format is designed to be
     broadly interoperable.</t>
            <dl>
              <dt>Published specification:</dt>
              <dd>
                <t>THISDOCUMENT</t>
              </dd>
              <dt>Applications that use this media type:</dt>
              <dd>
                <t>ANIMA, 6tisch, and NETCONF zero-touch imprinting systems.</t>
              </dd>
              <dt>Fragment identifier considerations:</dt>
              <dd>
                <t>none</t>
              </dd>
              <dt>Additional information:</dt>
              <dd>
                <t>Deprecated alias names for this type:  none</t>
              </dd>
              <dt/>
              <dd>
                <t>Magic number(s):  None</t>
              </dd>
              <dt/>
              <dd>
                <t>File extension(s):  .vcj</t>
              </dd>
              <dt/>
              <dd>
                <t>Macintosh file type code(s):  none</t>
              </dd>
              <dt>Person and email address to contact for further information:</dt>
              <dd>
                <t>IETF ANIMA WG</t>
              </dd>
              <dt>Intended usage:</dt>
              <dd>
                <t>LIMITED</t>
              </dd>
              <dt>Restrictions on usage:</dt>
              <dd>
                <t>NONE</t>
              </dd>
              <dt>Author:</dt>
              <dd>
                <t>ANIMA WG</t>
              </dd>
              <dt>Change controller:</dt>
              <dd>
                <t>IETF</t>
              </dd>
              <dt>Provisional registration? (standards tree only):</dt>
              <dd>
                <t>NO</t>
              </dd>
            </dl>
          </li>
        </ul>
      </section>
      <section anchor="iana-contenttype">
        <name>The SMI Security for S/MIME CMS Content Type Registry</name>
        <t>IANA has registered the OID 1.2.840.113549.1.9.16.1.40, '<tt>id-ct-animaJSONVoucher</tt>'.
This registration should be updated to point to this document.</t>
      </section>
      <section anchor="voucher-ext-reg">
        <name>The Voucher Extensions Registry</name>
        <t>IANA is asked to create a registry of Voucher extensions as follows:</t>
        <ul empty="true">
          <li>
            <dl spacing="compact">
              <dt>Registry name:</dt>
              <dd>
                <t>Voucher Extensions Registry</t>
              </dd>
              <dt>Registry policy:</dt>
              <dd>
                <t>First Come First Served</t>
              </dd>
              <dt>Reference:</dt>
              <dd>
                <t>an optional document</t>
              </dd>
              <dt>Extension name:</dt>
              <dd>
                <t>UTF-8-encoded string, not to exceed 40 characters.</t>
              </dd>
              <dt>Extension SID:</dt>
              <dd>
                <t>the YANG module SID value that defines the extension per <xref target="voucher-ext"/>.</t>
              </dd>
            </dl>
          </li>
        </ul>
        <t>Each extension <bcp14>MUST</bcp14> follow the rules specified in this specification.
As is usual, the IANA issues early allocations in accordance with <xref target="RFC7120"/>.</t>
        <t>Note that the SID module value is allocated as part of a <xref target="CORESID"/> process.
This may be from a SID range managed by IANA, or from any other MegaRange.
Future work may allow for PEN based allocations.
IANA does not need to separately allocate a SID value for this column.</t>
        <t>Extension name strings for standards track documents are single words, given by the YANG Module Name.
They do not contain dots.
For vendor proprietary extensions, the string <bcp14>SHOULD</bcp14> be made unique by putting the extension name in the form a fully-qualified domain name (FQDN) <xref target="RFC3696"/>, such as "fuubar.example.com"</t>
        <t>Vendor proprietary extensions do not need to be registered with IANA, but vendors <bcp14>MAY</bcp14> do so.</t>
        <t>Designated Experts should review for standards track documents for clarity, but the process is essentially tied to WG and IESG process:
There are no choices in the extension names (which is always the YANG module name), or SID value (which is from another IANA process).
For non-standards track extensions, the Designated Expert should review whatever document is provided, if any.
The stability of the reference may be of concern.  The Designated Expert should determine if the work overlaps with existing efforts; and if so suggest merging.
However, as registration is optional, the Designated Expert should not block any registrations.</t>
      </section>
      <section anchor="the-ietf-yang-sid-ranges-registry">
        <name>The IETF YANG-SID Ranges Registry</name>
        <t>IANA is requested to register the following entries in the IETF YANG-SID Ranges registry:</t>
        <table anchor="ietf-yang-sid-ranges-table">
          <name>Registered SID ranges</name>
          <thead>
            <tr>
              <th align="center">Entry Point</th>
              <th align="center">Size</th>
              <th align="left">Module Name</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="center">2450</td>
              <td align="center">50</td>
              <td align="left">ietf-voucher</td>
              <td align="left">[This RFC]</td>
            </tr>
            <tr>
              <td align="center">2500</td>
              <td align="center">50</td>
              <td align="left">ietf-voucher-request</td>
              <td align="left">[This RFC]</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="the-ietf-yang-sid-modules-registry">
        <name>The IETF YANG-SID Modules Registry</name>
        <t>IANA is requested to register the following YANG module in the IETF YANG-SID Modules registry, per
<xref section="6.5.1" sectionFormat="of" target="CORESID"/>:</t>
        <ul spacing="normal">
          <li>
            <t>YANG module name: <tt>ietf-voucher</tt></t>
          </li>
          <li>
            <t>URI for the ".yang" file: a pointer to the file defined in <xref target="voucher-yang-module"/></t>
          </li>
          <li>
            <t>URI for the ".sid" file: a pointer to the file defined in <xref target="voucher-sid-allocations"/></t>
          </li>
          <li>
            <t>Number of SIDs: 17</t>
          </li>
        </ul>
        <t>and also the following YANG module:</t>
        <ul spacing="normal">
          <li>
            <t>YANG module name: <tt>ietf-voucher-request</tt></t>
          </li>
          <li>
            <t>URI for the ".yang" file: a pointer to the file defined in <xref target="voucher-request-yang-module"/></t>
          </li>
          <li>
            <t>URI for the ".sid" file: a pointer to the file defined in <xref target="voucher-request-sid-allocations"/></t>
          </li>
          <li>
            <t>Number of SIDs: 24</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="yang-references">
      <name>YANG references</name>
      <t>RFC-editor, please remove.
This section just lists references present in YANG modules which otherwise do not get included in the references, like <xref target="RFC7250"/>.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5280" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </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="RFC8259">
          <front>
            <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
            <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
            <date month="December" year="2017"/>
            <abstract>
              <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
              <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="90"/>
          <seriesInfo name="RFC" value="8259"/>
          <seriesInfo name="DOI" value="10.17487/RFC8259"/>
        </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>
        <referencegroup anchor="CBOR" target="https://www.rfc-editor.org/info/std94">
          <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/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>
        </referencegroup>
        <reference anchor="CORESID">
          <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="cBRSKI">
          <front>
            <title>Constrained Bootstrapping Remote Secure Key Infrastructure (cBRSKI)</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="27" month="February" year="2026"/>
            <abstract>
              <t>   This document defines the Constrained Bootstrapping Remote Secure Key
   Infrastructure (cBRSKI) protocol, which provides a solution for
   secure zero-touch onboarding of resource-constrained (IoT) devices
   into the network of a domain owner.  This protocol is designed for
   constrained networks, which may have limited data throughput or may
   experience frequent packet loss. cBRSKI is a variant of the BRSKI
   protocol, which uses an artifact signed by the device manufacturer
   called the "voucher" which enables a new device and the owner's
   network to mutually authenticate.  While the BRSKI voucher data is
   encoded in JSON, cBRSKI uses a compact CBOR-encoded voucher.  The
   BRSKI voucher data definition is extended with new data types that
   allow for smaller voucher sizes.  The Enrollment over Secure
   Transport (EST) protocol, used in BRSKI, is replaced with EST-over-
   CoAPS; and HTTPS used in BRSKI is replaced with DTLS-secured CoAP
   (CoAPS).  This document Updates RFC 8995 and RFC 9148.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-30"/>
        </reference>
        <reference anchor="jBRSKI">
          <front>
            <title>JWS signed Voucher Artifacts for Bootstrapping Protocols</title>
            <author fullname="Thomas Werner" initials="T." surname="Werner">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="15" month="January" year="2025"/>
            <abstract>
              <t>   This document introduces a variant of the RFC8366 voucher artifact in
   which CMS is replaced by the JSON Object Signing and Encryption
   (JOSE) mechanism described in RFC7515.  This supports deployments in
   which JOSE is preferred over CMS.  In addition to specifying the
   format, the "application/voucher-jws+json" media type is registered
   and examples are provided.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-jws-voucher-16"/>
        </reference>
        <reference anchor="ITU-T.X690.2015" target="https://www.itu.int/rec/T-REC-X.690/">
          <front>
            <title>Information Technology - ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author>
              <organization>International Telecommunication Union</organization>
            </author>
            <date year="2015" month="August"/>
          </front>
          <seriesInfo name="ITU-T Recommendation X.690," value="ISO/IEC 8825-1"/>
        </reference>
        <reference anchor="ZERO-TOUCH">
          <front>
            <title>Secure Zero Touch Provisioning (SZTP)</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="I. Farrer" initials="I." surname="Farrer"/>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document presents a technique to securely provision a networking device when it is booting in a factory-default state. Variations in the solution enable it to be used on both public and private networks. The provisioning steps are able to update the boot image, commit an initial configuration, and execute arbitrary scripts to address auxiliary needs. The updated device is subsequently able to establish secure connections with other systems. For instance, a device may establish NETCONF (RFC 6241) and/or RESTCONF (RFC 8040) connections with deployment-specific network management systems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8572"/>
          <seriesInfo name="DOI" value="10.17487/RFC8572"/>
        </reference>
        <reference anchor="RFC8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="PRM">
          <front>
            <title>BRSKI with Pledge in Responder Mode (BRSKI-PRM)</title>
            <author fullname="Steffen Fries" initials="S." surname="Fries">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Thomas Werner" initials="T." surname="Werner">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Eliot Lear" initials="E." surname="Lear">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="3" month="June" year="2025"/>
            <abstract>
              <t>   This document defines enhancements to Bootstrapping Remote Secure Key
   Infrastructure (BRSKI, RFC8995) as BRSKI with Pledge in Responder
   Mode (BRSKI-PRM).  BRSKI-PRM supports the secure bootstrapping of
   devices, referred to as pledges, into a domain where direct
   communication with the registrar is either limited or not possible at
   all.  To facilitate interaction between a pledge and a domain
   registrar the registrar-agent is introduced as new component.  The
   registrar-agent supports the reversal of the interaction model from a
   pledge-initiated mode, to a pledge-responding mode, where the pledge
   is in a server role.  To establish the trust relation between pledge
   and registrar, BRSKI-PRM relies on object security rather than
   transport security.  This approach is agnostic to enrollment
   protocols that connect a domain registrar to a key infrastructure
   (e.g., domain Certification Authority).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-prm-23"/>
        </reference>
        <reference anchor="CLOUD">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI) Cloud Registrar</title>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="Rifaat Shekh-Yusef" initials="R." surname="Shekh-Yusef">
              <organization>Ciena</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="9" month="September" year="2025"/>
            <abstract>
              <t>   Bootstrapping Remote Secure Key Infrastructures (BRSKI) defines how
   to onboard a device securely into an operator-maintained
   infrastructure.  It assumes that there is local network
   infrastructure for the device to discover.  On networks without that,
   there is nothing present to help onboard the device.

   This document extends BRSKI and defines behavior for bootstrapping
   devices for deployments where no local infrastructure is available,
   such as in a home or remote office.  This document defines how the
   device can use a well-defined "call-home" mechanism to find the
   operator-maintained infrastructure.

   This document defines how to contact a well-known Cloud Registrar,
   and two ways in which the device may be redirected towards the
   operator-maintained infrastructure.  The Cloud Registrar enables
   discovery of the operator-maintained infrastructure, and may enable
   establishment of trust with operator-maintained infrastructure that
   does not support BRSKI mechanisms.

   This document updates RFC 8995 (BRSKI).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-cloud-19"/>
        </reference>
        <reference anchor="IDEVID" target="https://1.ieee802.org/security/802-1ar/">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author>
              <organization>IEEE Standard</organization>
            </author>
            <date year="2018"/>
          </front>
        </reference>
        <reference anchor="RFC8791">
          <front>
            <title>YANG Data Structure Extensions</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Björklund" initials="M." surname="Björklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document describes YANG mechanisms for defining abstract data structures with YANG.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8791"/>
          <seriesInfo name="DOI" value="10.17487/RFC8791"/>
        </reference>
        <reference anchor="eid7263" target="https://www.rfc-editor.org/errata/eid7263">
          <front>
            <title>Errata 7263, RFC8995</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </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="RFC2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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>
        <reference anchor="RFC7120">
          <front>
            <title>Early IANA Allocation of Standards Track Code Points</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo describes the process for early allocation of code points by IANA from registries for which "Specification Required", "RFC Required", "IETF Review", or "Standards Action" policies apply. This process can be used to alleviate the problem where code point allocation is needed to facilitate desired or required implementation and deployment experience prior to publication of an RFC, which would normally trigger code point allocation. The procedures in this document are intended to apply only to IETF Stream documents.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="100"/>
          <seriesInfo name="RFC" value="7120"/>
          <seriesInfo name="DOI" value="10.17487/RFC7120"/>
        </reference>
        <reference anchor="RFC7250">
          <front>
            <title>Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="P. Wouters" initials="P." role="editor" surname="Wouters"/>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig"/>
            <author fullname="J. Gilmore" initials="J." surname="Gilmore"/>
            <author fullname="S. Weiler" initials="S." surname="Weiler"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>This document specifies a new certificate type and two TLS extensions for exchanging raw public keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS). The new certificate type allows raw public keys to be used for authentication.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7250"/>
          <seriesInfo name="DOI" value="10.17487/RFC7250"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative 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="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC6125">
          <front>
            <title>Representation and Verification of Domain-Based Application Service Identity within Internet Public Key Infrastructure Using X.509 (PKIX) Certificates in the Context of Transport Layer Security (TLS)</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="J. Hodges" initials="J." surname="Hodges"/>
            <date month="March" year="2011"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Internet Public Key Infrastructure Using X.509 (PKIX) certificates in the context of Transport Layer Security (TLS). This document specifies procedures for representing and verifying the identity of application services in such interactions. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6125"/>
          <seriesInfo name="DOI" value="10.17487/RFC6125"/>
        </reference>
        <reference anchor="RFC6241">
          <front>
            <title>Network Configuration Protocol (NETCONF)</title>
            <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
            <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
            <date month="June" year="2011"/>
            <abstract>
              <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6241"/>
          <seriesInfo name="DOI" value="10.17487/RFC6241"/>
        </reference>
        <reference anchor="RFC7435">
          <front>
            <title>Opportunistic Security: Some Protection Most of the Time</title>
            <author fullname="V. Dukhovni" initials="V." surname="Dukhovni"/>
            <date month="December" year="2014"/>
            <abstract>
              <t>This document defines the concept "Opportunistic Security" in the context of communications protocols. Protocol designs based on Opportunistic Security use encryption even when authentication is not available, and use authentication when possible, thereby removing barriers to the widespread use of encryption on the Internet.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7435"/>
          <seriesInfo name="DOI" value="10.17487/RFC7435"/>
        </reference>
        <reference anchor="RFC8040">
          <front>
            <title>RESTCONF Protocol</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8040"/>
          <seriesInfo name="DOI" value="10.17487/RFC8040"/>
        </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="RFC8366" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8366.xml">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer. This artifact is known as a "voucher".</t>
              <t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure. Other YANG-derived formats are possible. The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t>
              <t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8366"/>
          <seriesInfo name="DOI" value="10.17487/RFC8366"/>
        </reference>
        <reference anchor="RFC8792">
          <front>
            <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
            <author fullname="A. Farrel" initials="A." surname="Farrel"/>
            <author fullname="Q. Wu" initials="Q." surname="Wu"/>
            <date month="June" year="2020"/>
            <abstract>
              <t>This document defines two strategies for handling long lines in width-bounded text content. One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line. The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy. Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8792"/>
          <seriesInfo name="DOI" value="10.17487/RFC8792"/>
        </reference>
        <reference anchor="RFC9525">
          <front>
            <title>Service Identity in TLS</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
              <t>This document obsoletes RFC 6125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9525"/>
          <seriesInfo name="DOI" value="10.17487/RFC9525"/>
        </reference>
        <referencegroup anchor="COSE" target="https://www.rfc-editor.org/info/std96">
          <reference anchor="RFC9052" target="https://www.rfc-editor.org/info/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="RFC9338" target="https://www.rfc-editor.org/info/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>
        </referencegroup>
        <reference anchor="JWS">
          <front>
            <title>JSON Web Signature (JWS)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="J. Bradley" initials="J." surname="Bradley"/>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification. Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7515"/>
          <seriesInfo name="DOI" value="10.17487/RFC7515"/>
        </reference>
        <reference anchor="SECUREJOIN">
          <front>
            <title>6tisch Zero-Touch Secure Join protocol</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="8" month="July" year="2019"/>
            <abstract>
              <t>   This document describes a Zero-touch Secure Join (ZSJ) mechanism to
   enroll a new device (the "pledge") into a IEEE802.15.4 TSCH network
   using the 6tisch signaling mechanisms.  The resulting device will
   obtain a domain specific credential that can be used with either
   802.15.9 per-host pair keying protocols, or to obtain the network-
   wide key from a coordinator.  The mechanism describe here is an
   augmentation to the one-touch mechanism described in
   [I-D.ietf-6tisch-minimal-security], and is a profile of the
   constrained voucher mechanism [I-D.ietf-anima-constrained-voucher].

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6tisch-dtsecurity-zerotouch-join-04"/>
        </reference>
        <reference anchor="YANG-GUIDE">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="A. Bierman" initials="A." surname="Bierman"/>
            <date month="October" year="2018"/>
            <abstract>
              <t>This memo provides guidelines for authors and reviewers of specifications containing YANG modules. Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) and RESTCONF protocol implementations that utilize YANG modules. This document obsoletes RFC 6087.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="216"/>
          <seriesInfo name="RFC" value="8407"/>
          <seriesInfo name="DOI" value="10.17487/RFC8407"/>
        </reference>
        <reference anchor="Stajano99theresurrecting" target="https://www.cl.cam.ac.uk/research/dtg/www/files/publications/public/files/tr.1999.2.pdf">
          <front>
            <title>The Resurrecting Duckling: Security Issues for Ad-Hoc Wireless Networks</title>
            <author initials="F." surname="Stajano" fullname="Frank Stajano">
              <organization/>
            </author>
            <author initials="R." surname="Anderson" fullname="Ross Anderson">
              <organization/>
            </author>
            <date year="1999"/>
          </front>
        </reference>
        <reference anchor="imprinting" target="https://en.wikipedia.org/w/index.php?title=Imprinting_(psychology)&amp;oldid=1337280821">
          <front>
            <title>Wikipedia article: Imprinting (psychology)</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date year="2026" month="March" day="12"/>
          </front>
        </reference>
        <reference anchor="fairhair" target="https://openconnectivity.org/developer/specifications/fairhair/">
          <front>
            <title>Fairhair Specification</title>
            <author>
              <organization>Open Connectivity Foundation</organization>
            </author>
            <date year="2019" month="November" day="01"/>
          </front>
        </reference>
        <reference anchor="RFC8520" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8520.xml">
          <front>
            <title>Manufacturer Usage Description Specification</title>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
              <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8520"/>
          <seriesInfo name="DOI" value="10.17487/RFC8520"/>
        </reference>
        <reference anchor="RFC9499">
          <front>
            <title>DNS Terminology</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="K. Fujiwara" initials="K." surname="Fujiwara"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>The Domain Name System (DNS) is defined in literally dozens of different RFCs. The terminology used by implementers and developers of DNS protocols, and by operators of DNS systems, has changed in the decades since the DNS was first defined. This document gives current definitions for many of the terms used in the DNS in a single document.</t>
              <t>This document updates RFC 2308 by clarifying the definitions of "forwarder" and "QNAME". It obsoletes RFC 8499 by adding multiple terms and clarifications. Comprehensive lists of changed and new definitions can be found in Appendices A and B.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="219"/>
          <seriesInfo name="RFC" value="9499"/>
          <seriesInfo name="DOI" value="10.17487/RFC9499"/>
        </reference>
        <reference anchor="I-D.ietf-lake-authz">
          <front>
            <title>Lightweight Authorization using Ephemeral Diffie-Hellman Over COSE (ELA)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <author fullname="Geovane Fedrecheski" initials="G." surname="Fedrecheski">
              <organization>INRIA</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="2" month="March" year="2026"/>
            <abstract>
              <t>   Ephemeral Diffie-Hellman Over COSE (EDHOC) is a lightweight
   authenticated key exchange protocol intended for use in constrained
   scenarios.  This document specifies Lightweight Authorization using
   EDHOC (ELA).  The procedure allows authorizing enrollment of new
   devices using the extension point defined in EDHOC.  ELA is
   applicable to zero-touch onboarding of new devices to a constrained
   network leveraging trust anchors installed at manufacture time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-authz-07"/>
        </reference>
        <reference anchor="I-D.vangeest-lamps-cms-euf-cma-signeddata">
          <front>
            <title>Best Practices for CMS SignedData with Regards to Signed Attributes</title>
            <author fullname="Daniel Van Geest" initials="D." surname="Van Geest">
              <organization>CryptoNext Security</organization>
            </author>
            <author fullname="Falko Strenzke" initials="F." surname="Strenzke">
              <organization>MTG AG</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <abstract>
              <t>   The Cryptographic Message Syntax (CMS) has different signature
   verification behaviour based on whether signed attributes are present
   or not.  This results in a potential existential forgery
   vulnerability in CMS and protocols which use CMS.  This document
   describes the vulnerability and lists best practices and mitigations
   for such a vulnerability.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-vangeest-lamps-cms-euf-cma-signeddata-02"/>
        </reference>
        <reference anchor="RFC9110">
          <front>
            <title>HTTP Semantics</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
              <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="97"/>
          <seriesInfo name="RFC" value="9110"/>
          <seriesInfo name="DOI" value="10.17487/RFC9110"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC3696">
          <front>
            <title>Application Techniques for Checking and Transformation of Names</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="February" year="2004"/>
            <abstract>
              <t>Many Internet applications have been designed to deduce top-level domains (or other domain name labels) from partial information. The introduction of new top-level domains, especially non-country-code ones, has exposed flaws in some of the methods used by these applications. These flaws make it more difficult, or impossible, for users of the applications to access the full Internet. This memo discusses some of the techniques that have been used and gives some guidance for minimizing their negative impact as the domain name environment evolves. This document draws summaries of the applicable rules together in one place and supplies references to the actual standards. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3696"/>
          <seriesInfo name="DOI" value="10.17487/RFC3696"/>
        </reference>
      </references>
    </references>
    <?line 1869?>

<section anchor="examples">
      <name>Examples</name>
      <section anchor="key-pairs-associated-with-examples">
        <name>Key pairs associated with examples</name>
        <t>The following Voucher Request has been produced using the IDevID <xref target="IDEVID"/> public (certificate) and private key.
They are included so that other developers can match the same output.</t>
        <t>The private RSA key:</t>
        <artwork><![CDATA[
-----BEGIN EC PRIVATE KEY-----
MHcCAQEEIBHNh6r8QRevRuo+tEmBJeFjQKf6bpFA/9NGoltv+9sNoAoGCCqGSM49
AwEHoUQDQgAEA6N1Q4ezfMAKmoecrfb0OBMc1AyEH+BATkF58FsTSyBxs0SbSWLx
FjDOuwB9gLGn2TsTUJumJ6VPw5Z/TP4hJw==
-----END EC PRIVATE KEY-----
]]></artwork>
        <t>The IDevID certificate (public key):</t>
        <artwork><![CDATA[
-----BEGIN CERTIFICATE-----
MIIBrzCCATWgAwIBAgIEHxj+5zAKBggqhkjOPQQDAjAmMSQwIgYDVQQDDBtoaWdo
d2F5LXRlc3QuZXhhbXBsZS5jb20gQ0EwIBcNMjEwNDI3MTgyOTMwWhgPMjk5OTEy
MzEwMDAwMDBaMBwxGjAYBgNVBAUTETAwLUQwLUU1LUYyLTAwLTAyMFkwEwYHKoZI
zj0CAQYIKoZIzj0DAQcDQgAEA6N1Q4ezfMAKmoecrfb0OBMc1AyEH+BATkF58FsT
SyBxs0SbSWLxFjDOuwB9gLGn2TsTUJumJ6VPw5Z/TP4hJ6NZMFcwHQYDVR0OBBYE
FEWIzJaWAGQ3sLojZWRkVAgGbFatMAkGA1UdEwQCMAAwKwYIKwYBBQUHASAEHxYd
aGlnaHdheS10ZXN0LmV4YW1wbGUuY29tOjk0NDMwCgYIKoZIzj0EAwIDaAAwZQIw
YirbvjT3G8uF3iaOQwD5DYjId6jdPAhAVLzsPbbccCvDf8oZIZqgq8VRjqrfNt6L
AjEAsl1Z+EfH7QOXqMDHqIH6qIbtZ2Q3UXpunKOCTW2tvPM1np1qom1/fyUcA+/w
uptx
-----END CERTIFICATE-----
]]></artwork>
        <t>The Certification Authority that created the IDevID:</t>
        <artwork><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 1016146354 (0x3c9129b2)
        Signature Algorithm: sha256WithRSAEncryption
        Issuer: CN = highway-test.example.com CA
        Validity
            Not Before: Apr  5 19:36:57 2021 GMT
            Not After : May  6 05:36:57 2021 GMT
        Subject: CN = highway-test.example.com CA
        Subject Public Key Info:
            Public Key Algorithm: rsaEncryption
                Public-Key: (3072 bit)
                Modulus:
                    00:b4:7b:27:42:49:9f:ed:85:47:74:ff:f6:50:cd:
                    5d:22:1a:64:38:22:f8:09:d2:d6:f3:60:d8:98:7f:
                    e5:84:52:1e:d9:ce:96:b4:dc:a6:43:74:67:27:d9:
                    9d:42:7d:bf:1a:43:92:9b:d1:dd:34:9b:41:d2:e3:
                    d5:59:b3:40:fc:b3:c9:e1:58:84:3f:87:f7:06:45:
                    25:26:4c:bf:a1:45:72:a0:0a:5b:86:41:d7:8e:be:
                    d3:38:b5:aa:66:69:bd:3a:fd:e9:b5:b8:a2:79:c4:
                    f0:a5:3c:9e:91:94:32:1e:9c:b0:7f:25:46:5b:76:
                    1d:86:23:85:b0:62:45:5c:a8:6f:fb:c5:26:e1:dd:
                    a8:f2:68:ab:c5:8c:b4:58:b4:2e:96:49:fa:fe:d2:
                    ea:a5:11:68:c2:8d:f4:58:ab:30:bd:dd:1b:29:97:
                    00:18:6f:59:40:9c:3a:2a:e4:96:25:bb:12:f4:1a:
                    11:72:6d:31:f6:b4:e1:cc:d8:9a:0c:aa:a8:aa:a4:
                    64:e3:f1:06:1c:c0:09:df:62:ba:04:cb:70:b0:c4:
                    f7:ca:35:22:ea:a9:c7:52:e1:ce:27:fb:6c:52:39:
                    b7:22:b3:5d:97:cb:0a:9f:75:a3:af:16:ef:e6:b2:
                    1b:6a:c3:0b:1d:15:fd:b8:d8:e7:8a:f6:f4:99:1c:
                    23:97:4b:80:e9:79:a3:85:16:f8:dd:bd:77:ef:3a:
                    3c:8e:e7:75:56:67:36:3a:dd:42:7b:84:2f:64:2f:
                    13:0e:fa:b0:3b:11:13:7e:ae:78:a6:2f:46:dd:4b:
                    11:88:e4:7b:19:ab:21:2d:1f:34:ba:61:cd:51:84:
                    a5:ec:6a:c1:90:20:70:e3:aa:f4:01:fd:0c:6e:cd:
                    04:47:99:31:70:79:6c:af:41:78:c1:04:2a:43:78:
                    84:8a:fe:c3:3d:f2:41:c8:2a:a1:10:e0:b7:b4:4f:
                    4e:e6:26:79:ac:49:64:cf:57:1e:2e:e3:2f:58:bd:
                    6f:30:00:67:d7:8b:d6:13:60:bf
                Exponent: 65537 (0x10001)
        X509v3 extensions:
            X509v3 Basic Constraints: critical
                CA:TRUE
            X509v3 Key Usage: critical
                Certificate Sign, CRL Sign
            X509v3 Subject Key Identifier: 
                33:12:45:B7:1B:10:BE:F3:CB:64:E5:4C:50:80:7C:9D:88:\
                                                             65:74:40
            X509v3 Authority Key Identifier: 
                33:12:45:B7:1B:10:BE:F3:CB:64:E5:4C:50:80:7C:9D:88:\
                                                             65:74:40
    Signature Algorithm: sha256WithRSAEncryption
    Signature Value:
        05:37:28:85:37:39:71:87:ec:5c:f0:51:19:55:4a:b7:e0:2a:
        e6:61:30:d4:e2:2b:ad:7a:db:12:fc:8a:a6:6e:15:82:80:10:
        fa:5d:67:60:e8:54:14:e3:89:d6:4e:60:89:98:5b:ab:fe:32:
        26:aa:02:35:68:4e:c6:2e:ce:08:36:d1:ea:a0:97:3d:76:38:
        6e:9d:4b:6f:33:d2:fa:c2:7e:b0:59:bc:75:97:17:d1:1b:c5:
        c4:58:ae:7b:7e:87:e5:87:2b:8b:6b:10:16:70:7c:c8:65:c7:
        d0:62:5d:f3:b5:06:af:03:8b:32:dd:88:f0:07:2b:5d:61:58:
        61:35:54:a6:ce:95:81:a2:6e:fa:b5:aa:25:e1:41:53:9d:e7:
        4b:7e:93:88:79:6b:dd:a3:6e:9a:0d:bd:85:b4:2d:66:b9:cc:
        01:13:f1:b5:d5:91:cc:86:5e:a7:c8:4a:8f:4d:9d:f8:17:31:
        32:7d:50:d5:c2:79:a0:41:a0:69:83:33:16:14:35:26:10:3b:
        23:eb:60:d9:28:68:99:d5:55:61:89:b5:35:5d:8b:fe:b1:96:
        32:69:3e:8b:c2:a2:4e:e1:d8:76:04:3c:87:91:5d:66:9e:81:
        a5:bf:18:2e:3e:39:da:4f:68:57:46:d2:1d:aa:81:51:3b:33:
        72:da:e9:7d:12:b6:a1:fc:c7:1d:c1:9c:bd:92:e8:1b:d2:06:
        e8:0b:82:2a:4f:23:5a:7a:fa:7b:86:a0:d7:c1:46:e7:04:47:
        77:11:cd:da:7c:50:32:d2:6f:fd:1e:0a:df:cf:b1:20:d2:86:
        ce:40:5a:27:61:49:2f:71:f5:04:ac:eb:c6:03:70:a4:70:13:
        4a:af:41:35:83:dc:55:c0:29:7f:12:4f:d0:f1:bb:f7:61:4a:
        9f:8d:61:b0:5e:89:46:49:e3:27:8b:42:82:5e:af:14:d5:d9:
        91:69:3d:af:11:70:5b:a3:92:3b:e3:c8:2a:a4:38:e5:88:f2:
        6f:09:f4:e5:04:3b
-----BEGIN CERTIFICATE-----
MIIELTCCApWgAwIBAgIEPJEpsjANBgkqhkiG9w0BAQsFADAmMSQwIgYDVQQDDBto
aWdod2F5LXRlc3QuZXhhbXBsZS5jb20gQ0EwHhcNMjEwNDA1MTkzNjU3WhcNMjEw
NTA2MDUzNjU3WjAmMSQwIgYDVQQDDBtoaWdod2F5LXRlc3QuZXhhbXBsZS5jb20g
Q0EwggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQC0eydCSZ/thUd0//ZQ
zV0iGmQ4IvgJ0tbzYNiYf+WEUh7Zzpa03KZDdGcn2Z1Cfb8aQ5Kb0d00m0HS49VZ
s0D8s8nhWIQ/h/cGRSUmTL+hRXKgCluGQdeOvtM4tapmab06/em1uKJ5xPClPJ6R
lDIenLB/JUZbdh2GI4WwYkVcqG/7xSbh3ajyaKvFjLRYtC6WSfr+0uqlEWjCjfRY
qzC93RsplwAYb1lAnDoq5JYluxL0GhFybTH2tOHM2JoMqqiqpGTj8QYcwAnfYroE
y3CwxPfKNSLqqcdS4c4n+2xSObcis12XywqfdaOvFu/mshtqwwsdFf242OeK9vSZ
HCOXS4DpeaOFFvjdvXfvOjyO53VWZzY63UJ7hC9kLxMO+rA7ERN+rnimL0bdSxGI
5HsZqyEtHzS6Yc1RhKXsasGQIHDjqvQB/QxuzQRHmTFweWyvQXjBBCpDeISK/sM9
8kHIKqEQ4Le0T07mJnmsSWTPVx4u4y9YvW8wAGfXi9YTYL8CAwEAAaNjMGEwDwYD
VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFDMSRbcbEL7z
y2TlTFCAfJ2IZXRAMB8GA1UdIwQYMBaAFDMSRbcbEL7zy2TlTFCAfJ2IZXRAMA0G
CSqGSIb3DQEBCwUAA4IBgQAFNyiFNzlxh+xc8FEZVUq34CrmYTDU4iutetsS/Iqm
bhWCgBD6XWdg6FQU44nWTmCJmFur/jImqgI1aE7GLs4INtHqoJc9djhunUtvM9L6
wn6wWbx1lxfRG8XEWK57foflhyuLaxAWcHzIZcfQYl3ztQavA4sy3YjwBytdYVhh
NVSmzpWBom76taol4UFTnedLfpOIeWvdo26aDb2FtC1mucwBE/G11ZHMhl6nyEqP
TZ34FzEyfVDVwnmgQaBpgzMWFDUmEDsj62DZKGiZ1VVhibU1XYv+sZYyaT6LwqJO
4dh2BDyHkV1mnoGlvxguPjnaT2hXRtIdqoFROzNy2ul9Erah/McdwZy9kugb0gbo
C4IqTyNaevp7hqDXwUbnBEd3Ec3afFAy0m/9Hgrfz7Eg0obOQFonYUkvcfUErOvG
A3CkcBNKr0E1g9xVwCl/Ek/Q8bv3YUqfjWGwXolGSeMni0KCXq8U1dmRaT2vEXBb
o5I748gqpDjliPJvCfTlBDs=
-----END CERTIFICATE-----
]]></artwork>
        <t>The private key for the Certification Authority that created the IDevID:</t>
        <artwork><![CDATA[
-----BEGIN RSA PRIVATE KEY-----
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
-----END RSA PRIVATE KEY-----
]]></artwork>
        <t>The MASA certificate that signs the Voucher:</t>
        <artwork><![CDATA[
-----BEGIN CERTIFICATE-----
MIIBcDCB9qADAgECAgQLhwoxMAoGCCqGSM49BAMCMCYxJDAiBgNVBAMMG2hpZ2h3
YXktdGVzdC5leGFtcGxlLmNvbSBDQTAeFw0yMTA0MTMyMTQwMTZaFw0yMzA0MTMy
MTQwMTZaMCgxJjAkBgNVBAMMHWhpZ2h3YXktdGVzdC5leGFtcGxlLmNvbSBNQVNB
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEqgQVo0S54kT4yfkbBxumdHOcHrps
qbOpMKmiMln3oB1HAW25MJV+gqi4tMFfSJ0iEwt8kszfWXK4rLgJS2mnpaMQMA4w
DAYDVR0TAQH/BAIwADAKBggqhkjOPQQDAgNpADBmAjEArsthLdRcjW6GqgsGHcbT
YLoyczYl0yOFSYcczpQjeRqeQVUkHRUioUi7CsCrPBNzAjEAhjxns5Wi4uX5rfkd
nME0Mnj1z+rVRwOfAL/QWctRwpgEgSSKURNQsXWyL52otPS5
-----END CERTIFICATE-----
]]></artwork>
        <t>The private key for MASA certificate signs the Voucher:</t>
        <artwork><![CDATA[
-----BEGIN EC PRIVATE KEY-----
MHcCAQEEIFhdd0eDdzip67kXx72K+KHGJQYJHNy8pkiLJ6CcvxMGoAoGCCqGSM49
AwEHoUQDQgAEqgQVo0S54kT4yfkbBxumdHOcHrpsqbOpMKmiMln3oB1HAW25MJV+
gqi4tMFfSJ0iEwt8kszfWXK4rLgJS2mnpQ==
-----END EC PRIVATE KEY-----
]]></artwork>
      </section>
      <section anchor="example-cms-signed-voucher-request">
        <name>Example CMS-signed Voucher Request</name>
        <artwork><![CDATA[
MIIGjQYJKoZIhvcNAQcCoIIGfjCCBnoCAQExDTALBglghkgBZQMEAgEwggOl
BgkqhkiG9w0BBwGgggOWBIIDknsiaWV0Zi12b3VjaGVyLXJlcXVlc3Q6dm91
Y2hlciI6eyJhc3NlcnRpb24iOiJwcm94aW1pdHkiLCJjcmVhdGVkLW9uIjoi
MjAyMi0wNy0xMFQxNzowODoxOC41OTgtMDQ6MDAiLCJzZXJpYWwtbnVtYmVy
IjoiMDAtRDAtRTUtRjItMDAtMDIiLCJub25jZSI6IjR2VHNwcFMyQ2VxQnpo
RWRvaWZNMmciLCJwcm94aW1pdHktcmVnaXN0cmFyLWNlcnQiOiJNSUlDRURD
Q0FaYWdBd0lCQWdJRVlGYTZaVEFLQmdncWhrak9QUVFEQWpCdE1SSXdFQVlL
Q1pJbWlaUHlMR1FCR1JZQ1kyRXhHVEFYQmdvSmtpYUprL0lzWkFFWkZnbHpZ
VzVrWld4dFlXNHhQREE2QmdOVkJBTU1NMlp2ZFc1MFlXbHVMWFJsYzNRdVpY
aGhiWEJzWlM1amIyMGdWVzV6ZEhKMWJtY2dSbTkxYm5SaGFXNGdVbTl2ZENC
RFFUQWVGdzB5TVRFeE1qUXhPVFF6TURWYUZ3MHlNekV4TWpReE9UUXpNRFZh
TUZNeEVqQVFCZ29Ka2lhSmsvSXNaQUVaRmdKallURVpNQmNHQ2dtU0pvbVQ4
aXhrQVJrV0NYTmhibVJsYkcxaGJqRWlNQ0FHQTFVRUF3d1pabTkxYm5SaGFX
NHRkR1Z6ZEM1bGVHRnRjR3hsTG1OdmJUQlpNQk1HQnlxR1NNNDlBZ0VHQ0Nx
R1NNNDlBd0VIQTBJQUJKWmxVSEkwdXAvbDNlWmY5dkNCYitsSW5vRU1FZ2M3
Um8rWFpDdGpBSTBDRDFmSmZKUi9oSXl5RG1IV3lZaU5GYlJDSDlmeWFyZmt6
Z1g0cDB6VGl6cWpQakE4TUNvR0ExVWRKUUVCL3dRZ01CNEdDQ3NHQVFVRkJ3
TWNCZ2dyQmdFRkJRY0RBZ1lJS3dZQkJRVUhBd0V3RGdZRFZSMFBBUUgvQkFR
REFnZUFNQW9HQ0NxR1NNNDlCQU1DQTJnQU1HVUNNUUNkU1pSSjgzTU5SQ3ph
Myt2T0JhMDFoNHFadjJsS2hkK0RmaEI0WURodkdwa1dvbFplSEh3TmI3QXRC
Q010YlV3Q01Ib054b2lrK3hXN0F0MWhYRWhwMy9NY1hpQWR6blpicFZxK3hK
RVppaFhVMzZJQmp2WWdXREY5aXZxeEpwRGJ5dz09In19oIIBszCCAa8wggE1
oAMCAQICBB8Y/ucwCgYIKoZIzj0EAwIwJjEkMCIGA1UEAwwbaGlnaHdheS10
ZXN0LmV4YW1wbGUuY29tIENBMCAXDTIxMDQyNzE4MjkzMFoYDzI5OTkxMjMx
MDAwMDAwWjAcMRowGAYDVQQFExEwMC1EMC1FNS1GMi0wMC0wMjBZMBMGByqG
SM49AgEGCCqGSM49AwEHA0IABAOjdUOHs3zACpqHnK329DgTHNQMhB/gQE5B
efBbE0sgcbNEm0li8RYwzrsAfYCxp9k7E1CbpielT8OWf0z+ISejWTBXMB0G
A1UdDgQWBBRFiMyWlgBkN7C6I2VkZFQIBmxWrTAJBgNVHRMEAjAAMCsGCCsG
AQUFBwEgBB8WHWhpZ2h3YXktdGVzdC5leGFtcGxlLmNvbTo5NDQzMAoGCCqG
SM49BAMCA2gAMGUCMGIq27409xvLhd4mjkMA+Q2IyHeo3TwIQFS87D223HAr
w3/KGSGaoKvFUY6q3zbeiwIxALJdWfhHx+0Dl6jAx6iB+qiG7WdkN1F6bpyj
gk1trbzzNZ6daqJtf38lHAPv8LqbcTGCAQQwggEAAgEBMC4wJjEkMCIGA1UE
AwwbaGlnaHdheS10ZXN0LmV4YW1wbGUuY29tIENBAgQfGP7nMAsGCWCGSAFl
AwQCAaBpMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkF
MQ8XDTIyMDcxMDIxMDgxOFowLwYJKoZIhvcNAQkEMSIEIFc4jO6OnilTLkM/
fcc9p5au4ANjvJvjRXsAKK6+RcTvMAoGCCqGSM49BAMCBEcwRQIhAOjoOdgh
Sr+Hk2r2APsfs1+QJba0uRf/+zXA70yb6mRCAiB9aS6Wj8kBcWEvvfsDue41
KWo0ukOBQxdPGpJqg+GAMw==
]]></artwork>
      </section>
      <section anchor="example-cms-signed-voucher-from-masa">
        <name>Example CMS-signed Voucher from MASA</name>
        <artwork><![CDATA[
MIIGPQYJKoZIhvcNAQcCoIIGLjCCBioCAQExDTALBglghkgBZQMEAgEwggOU
BgkqhkiG9w0BBwGgggOFBIIDgXsiaWV0Zi12b3VjaGVyOnZvdWNoZXIiOnsi
YXNzZXJ0aW9uIjoibG9nZ2VkIiwiY3JlYXRlZC1vbiI6IjIwMjItMDctMTBU
MTc6MDg6MTguNzIwLTA0OjAwIiwic2VyaWFsLW51bWJlciI6IjAwLUQwLUU1
LUYyLTAwLTAyIiwibm9uY2UiOiI0dlRzcHBTMkNlcUJ6aEVkb2lmTTJnIiwi
cGlubmVkLWRvbWFpbi1jZXJ0IjoiTUlJQ0VEQ0NBWmFnQXdJQkFnSUVZRmE2
WlRBS0JnZ3Foa2pPUFFRREFqQnRNUkl3RUFZS0NaSW1pWlB5TEdRQkdSWUNZ
MkV4R1RBWEJnb0praWFKay9Jc1pBRVpGZ2x6WVc1a1pXeHRZVzR4UERBNkJn
TlZCQU1NTTJadmRXNTBZV2x1TFhSbGMzUXVaWGhoYlhCc1pTNWpiMjBnVlc1
emRISjFibWNnUm05MWJuUmhhVzRnVW05dmRDQkRRVEFlRncweU1URXhNalF4
T1RRek1EVmFGdzB5TXpFeE1qUXhPVFF6TURWYU1GTXhFakFRQmdvSmtpYUpr
L0lzWkFFWkZnSmpZVEVaTUJjR0NnbVNKb21UOGl4a0FSa1dDWE5oYm1SbGJH
MWhiakVpTUNBR0ExVUVBd3daWm05MWJuUmhhVzR0ZEdWemRDNWxlR0Z0Y0d4
bExtTnZiVEJaTUJNR0J5cUdTTTQ5QWdFR0NDcUdTTTQ5QXdFSEEwSUFCSlps
VUhJMHVwL2wzZVpmOXZDQmIrbElub0VNRWdjN1JvK1haQ3RqQUkwQ0QxZkpm
SlIvaEl5eURtSFd5WWlORmJSQ0g5ZnlhcmZremdYNHAwelRpenFqUGpBOE1D
b0dBMVVkSlFFQi93UWdNQjRHQ0NzR0FRVUZCd01jQmdnckJnRUZCUWNEQWdZ
SUt3WUJCUVVIQXdFd0RnWURWUjBQQVFIL0JBUURBZ2VBTUFvR0NDcUdTTTQ5
QkFNQ0EyZ0FNR1VDTVFDZFNaUko4M01OUkN6YTMrdk9CYTAxaDRxWnYybEto
ZCtEZmhCNFlEaHZHcGtXb2xaZUhId05iN0F0QkNNdGJVd0NNSG9OeG9payt4
VzdBdDFoWEVocDMvTWNYaUFkem5aYnBWcSt4SkVaaWhYVTM2SUJqdllnV0RG
OWl2cXhKcERieXc9PSJ9faCCAXQwggFwMIH2oAMCAQICBAuHCjEwCgYIKoZI
zj0EAwIwJjEkMCIGA1UEAwwbaGlnaHdheS10ZXN0LmV4YW1wbGUuY29tIENB
MB4XDTIxMDQxMzIxNDAxNloXDTIzMDQxMzIxNDAxNlowKDEmMCQGA1UEAwwd
aGlnaHdheS10ZXN0LmV4YW1wbGUuY29tIE1BU0EwWTATBgcqhkjOPQIBBggq
hkjOPQMBBwNCAASqBBWjRLniRPjJ+RsHG6Z0c5weumyps6kwqaIyWfegHUcB
bbkwlX6CqLi0wV9InSITC3ySzN9ZcrisuAlLaaeloxAwDjAMBgNVHRMBAf8E
AjAAMAoGCCqGSM49BAMCA2kAMGYCMQCuy2Et1FyNboaqCwYdxtNgujJzNiXT
I4VJhxzOlCN5Gp5BVSQdFSKhSLsKwKs8E3MCMQCGPGezlaLi5fmt+R2cwTQy
ePXP6tVHA58Av9BZy1HCmASBJIpRE1CxdbIvnai09LkxggEEMIIBAAIBATAu
MCYxJDAiBgNVBAMMG2hpZ2h3YXktdGVzdC5leGFtcGxlLmNvbSBDQQIEC4cK
MTALBglghkgBZQMEAgGgaTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwG
CSqGSIb3DQEJBTEPFw0yMjA3MTAyMTA4MThaMC8GCSqGSIb3DQEJBDEiBCBA
77EhoAybh5R6kK89jDefpxRy8Q6rDo1cnlwgvCzXbzAKBggqhkjOPQQDAgRH
MEUCIQD4RnuXwKvYVvwamwVq3VYv7dXcM7bzLg7FXTkhvYqPzwIgXTJxVV5a
cLMAroeHgThS5JU5QA2PJMLGF82UcSNTsEY=
]]></artwork>
      </section>
      <section anchor="example-jws-signed-voucher-from-masa">
        <name>Example JWS-signed Voucher from MASA</name>
        <t>These examples are folded according to the <xref target="RFC8792"/> Single Backslash rule.</t>
        <figure anchor="ExampleVoucherJWSfigure">
          <name>Example JWS Voucher</name>
          <artwork align="left"><![CDATA[
{
  "payload": "eyJpZXRmLXZvdWNoZXI6dm91Y2hlciI6eyJhc3NlcnRpb24iOiJwcm\
94aW1pdHkiLCJzZXJpYWwtbnVtYmVyIjoiY2FmZmUtOTg3NDUiLCJub25jZSI6IjYyYT\
JlNzY5M2Q4MmZjZGEyNjI0ZGU1OGZiNjcyMmU1IiwiY3JlYXRlZC1vbiI6IjIwMjUtMT\
AtMTVUMDA6MDA6MDBaIiwicGlubmVkLWRvbWFpbi1jZXJ0IjoiTUlJQmd6Q0NBU3FnQX\
dJQkFnSUdBV09XZTBSRk1Bb0dDQ3FHU000OUJBTUNNRFV4RXpBUkJnTlZCQW9NQ2sxNV\
FuVnphVzVsYzNNeERUQUxCZ05WQkFjTUJGTnBkR1V4RHpBTkJnTlZCQU1NQmxSbGMzUk\
RRVEFlRncweE9EQTFNalV3T0RRM016QmFGdzB5T0RBMU1qVXdPRFEzTXpCYU1EVXhFek\
FSQmdOVkJBb01DazE1UW5WemFXNWxjM014RFRBTEJnTlZCQWNNQkZOcGRHVXhEekFOQm\
dOVkJBTU1CbFJsYzNSRFFUQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQU\
JIOUVCdXVXVjdJS09ya040YjdsYTVJb2J5dFduV1p3Rm5QdHVsMDlhd3dVSEZQZStOWW\
M1WjVwdUo2ZEFuK0FrVzFnY1poQlhWR0JBM0crSXlSV1VXU2pKakFrTUJJR0ExVWRFd0\
VCL3dRSU1BWUJBZjhDQVFBd0RnWURWUjBQQVFIL0JBUURBZ0lFTUFvR0NDcUdTTTQ5Qk\
FNQ0EwY0FNRVFDSURlWlc2SWZjeUsvLzBBVFk2S21NYjRNMFFJU1FTZFVGVjdQNzlLWV\
ZJWVVBaUJRMVYrd0xSM1Uzd2NJWnhHSE1ISGx0N2M3ZzFDaFdNRVkveEFoU1NZaWlnPT\
0ifX0",
  "signatures": [
    {
      "protected": "eyJ4NWMiOlsiTUlJQmNEQ0I5cUFEQWdFQ0FnUUxod294TUFv\
R0NDcUdTTTQ5QkFNQ01DWXhKREFpQmdOVkJBTU1HMmhwWjJoM1lYa3RkR1Z6ZEM1bGVH\
RnRjR3hsTG1OdmJTQkRRVEFlRncweU1UQTBNVE15TVRRd01UWmFGdzB5TXpBME1UTXlN\
VFF3TVRaYU1DZ3hKakFrQmdOVkJBTU1IV2hwWjJoM1lYa3RkR1Z6ZEM1bGVHRnRjR3hs\
TG1OdmJTQk5RVk5CTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFcWdR\
Vm8wUzU0a1Q0eWZrYkJ4dW1kSE9jSHJwc3FiT3BNS21pTWxuM29CMUhBVzI1TUpWK2dx\
aTR0TUZmU0owaUV3dDhrc3pmV1hLNHJMZ0pTMm1ucGFNUU1BNHdEQVlEVlIwVEFRSC9C\
QUl3QURBS0JnZ3Foa2pPUFFRREFnTnBBREJtQWpFQXJzdGhMZFJjalc2R3Fnc0dIY2JU\
WUxveWN6WWwweU9GU1ljY3pwUWplUnFlUVZVa0hSVWlvVWk3Q3NDclBCTnpBakVBaGp4\
bnM1V2k0dVg1cmZrZG5NRTBNbmoxeityVlJ3T2ZBTC9RV2N0UndwZ0VnU1NLVVJOUXNY\
V3lMNTJvdFBTNSJdLCJ0eXAiOiJ2b3VjaGVyLWp3cytqc29uIiwiYWxnIjoiRVMyNTYi\
fQ",
      "signature": "s_gJM_4qzz1bxDtqh6Ybip42J_0_Y4CMdrMFb8lpPsAhDHVR\
AESNRL3n6M_F8dGQHm1fu66x83cK9E5cPtEdag"
    }
  ]
}
]]></artwork>
        </figure>
      </section>
    </section>
    <section removeInRFC="true" anchor="sid-allocations">
      <name>SID Allocations</name>
      <t>It is temporarily included for review purposes, following the guidelines in <xref section="6.4.3" sectionFormat="of" target="CORESID"/>.</t>
      <section anchor="voucher-sid-allocations">
        <name>SID Allocations for Voucher</name>
        <sourcecode type="yang-sid+json" markers="true" name="ietf-voucher@2025-12-18.sid"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "ietf-sid-file:sid-file": {
    "module-name": "ietf-voucher",
    "module-revision": "2025-12-18",
    "sid-file-version": 5,
    "sid-file-status": "unpublished",
    "dependency-revision": [
      {
        "module-name": "ietf-yang-types",
        "module-revision": "2013-07-15"
      },
      {
        "module-name": "ietf-inet-types",
        "module-revision": "2013-07-15"
      },
      {
        "module-name": "ietf-yang-structure-ext",
        "module-revision": "2020-06-17"
      }
    ],
    "assignment-range": [
      {
        "entry-point": "2450",
        "size": "50"
      }
    ],
    "item": [
      {
        "namespace": "module",
        "identifier": "ietf-voucher",
        "sid": "2450"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher",
        "sid": "2451"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/assertion",
        "sid": "2452"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/created-on",
        "sid": "2453"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/domain-cert-revocation-\
                                                             checks",
        "sid": "2454"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/expires-on",
        "status": "unstable",
        "sid": "2455"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/idevid-issuer",
        "sid": "2456"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/last-renewal-date",
        "sid": "2457"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/nonce",
        "sid": "2458"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/pinned-domain-cert",
        "status": "unstable",
        "sid": "2459"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/pinned-domain-pubk",
        "status": "unstable",
        "sid": "2460"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/pinned-domain-pubk-\
                                                             sha256",
        "status": "unstable",
        "sid": "2461"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/serial-number",
        "sid": "2462"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/additional-\
                                                  configuration-url",
        "status": "unstable",
        "sid": "2463"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/est-domain",
        "status": "unstable",
        "sid": "2464"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/manufacturer-private",
        "status": "unstable",
        "sid": "2465"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher:voucher/extensions",
        "status": "unstable",
        "sid": "2466"
      }
    ]
  }
}
]]></sourcecode>
      </section>
      <section anchor="voucher-request-sid-allocations">
        <name>SID Allocations for Voucher Request</name>
        <sourcecode type="yang-sid+json" markers="true" name="ietf-voucher-request@2025-12-18.sid"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "ietf-sid-file:sid-file": {
    "module-name": "ietf-voucher-request",
    "module-revision": "2025-12-18",
    "sid-file-version": 11,
    "sid-file-status": "unpublished",
    "dependency-revision": [
      {
        "module-name": "ietf-yang-structure-ext",
        "module-revision": "2020-06-17"
      },
      {
        "module-name": "ietf-voucher",
        "module-revision": "2025-12-18"
      }
    ],
    "assignment-range": [
      {
        "entry-point": "2500",
        "size": "50"
      }
    ],
    "item": [
      {
        "namespace": "module",
        "identifier": "ietf-voucher-request",
        "sid": "2500"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher",
        "sid": "2501",
        "status": "unstable"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/assertion",
        "sid": "2502"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/created-on",
        "sid": "2503"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/domain-cert-\
                                                  revocation-checks",
        "sid": "2504"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/expires-on",
        "sid": "2505"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/idevid-issuer",
        "sid": "2506"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/last-renewal-\
                                                               date",
        "sid": "2507"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/nonce",
        "sid": "2508"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/pinned-domain-\
                                                               cert",
        "status": "unstable",
        "sid": "2509"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/prior-signed-\
                                                    voucher-request",
        "sid": "2510"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/proximity-\
                                                     registrar-cert",
        "status": "unstable",
        "sid": "2511"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/proximity-\
                                              registrar-pubk-sha256",
        "status": "unstable",
        "sid": "2512"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/proximity-\
                                                     registrar-pubk",
        "sid": "2513"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/serial-number",
        "sid": "2514"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/agent-provided-\
                                           proximity-registrar-cert",
        "status": "unstable",
        "sid": "2515"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/agent-sign-cert\
                                                                   ",
        "sid": "2516"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/agent-signed-\
                                                               data",
        "sid": "2517"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/pinned-domain-\
                                                               pubk",
        "status": "unstable",
        "sid": "2518"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/pinned-domain-\
                                                        pubk-sha256",
        "status": "unstable",
        "sid": "2519"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/additional-\
                                                  configuration-url",
        "status": "unstable",
        "sid": "2520"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/est-domain",
        "status": "unstable",
        "sid": "2521"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/extensions",
        "status": "unstable",
        "sid": "2522"
      },
      {
        "namespace": "data",
        "identifier": "/ietf-voucher-request:voucher/manufacturer-\
                                                            private",
        "status": "unstable",
        "sid": "2523"
      }
    ]
  }
}
]]></sourcecode>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>The authors would like to thank the following people for
lively discussions on list and in the halls (ordered
by last name):
<contact fullname="William Atwood"/>,
<contact fullname="Michael H. Behringer"/>,
<contact fullname="Steffen Fries"/>,
<contact fullname="Sheng Jiang"/>,
<contact fullname="Thomas Werner"/>.</t>
      <t><contact fullname="Max Pritikin"/> and <contact fullname="Kent Watsen"/> were instrumental in creating the original <xref target="RFC8366"/>.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
6AH6by4gptICqwEA

-->

</rfc>
