<?xml version='1.0' encoding='utf-8'?>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.21 -->
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-anima-constrained-voucher-16" category="std" consensus="true" updates="8366, 8995" tocInclude="true" sortRefs="true" symRefs="true" obsoletes="" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.5.0 -->
  <front>
    <title abbrev="Constrained BRSKI">Constrained Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-16"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="P." surname="van der Stok" fullname="Peter van der Stok">
      <organization>vanderstok consultancy</organization>
      <address>
        <email>stokcons@bbhmail.nl</email>
      </address>
    </author>
    <author initials="P." surname="Kampanakis" fullname="Panos Kampanakis">
      <organization>Cisco Systems</organization>
      <address>
        <email>pkampana@cisco.com</email>
      </address>
    </author>
    <author initials="E." surname="Dijk" fullname="Esko Dijk">
      <organization>IoTconsultancy.nl</organization>
      <address>
        <email>esko.dijk@iotconsultancy.nl</email>
      </address>
    </author>
    <date year="2022" month="February" day="14"/>
    <area>Internet</area>
    <workgroup>anima Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines the Constrained Bootstrapping Remote Secure Key Infrastructure (Constrained BRSKI) protocol,
which provides a solution for secure zero-touch bootstrapping 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. Constrained BRSKI 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 is typically encoded in JSON, Constrained BRSKI defines a compact CBOR-encoded voucher.
The BRSKI voucher 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 CoAPS.</t>
    </abstract>
  </front>
  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>Secure enrollment of new nodes into constrained networks with constrained nodes presents unique challenges.
As explained in <xref target="RFC7228" format="default"/>, the networks are challenged and the nodes are constrained by energy, memory space, and code size.</t>
      <t>The Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol described in <xref target="RFC8995" format="default"/>
provides a solution for secure zero-touch (automated) bootstrap of new (unconfigured) devices.
In it, new devices, such as IoT devices, are called "pledges", and equipped with a factory-installed Initial Device Identifier (IDevID) (see <xref target="ieee802-1AR" format="default"/>), are enrolled into a network.</t>
      <t>The BRSKI solution described in <xref target="RFC8995" format="default"/> was designed to be modular, and this document describes a version scaled to the constraints of IoT deployments.</t>
      <t>Therefore, this document defines a constrained version of the voucher artifact (described in <xref target="RFC8366" format="default"/>), along with a constrained version of BRSKI.
This constrained-BRSKI protocol makes use of the constrained CoAP-based version of EST (EST-coaps from <xref target="I-D.ietf-ace-coap-est" format="default"/>) rather than the EST over HTTPS <xref target="RFC7030" format="default"/>.
Constrained-BRSKI is itself scalable to multiple resource levels through the definition of optional functions. <xref target="appendix-pledge-profiles" format="default"/> illustrates this.</t>
      <t>In BRSKI, the <xref target="RFC8366" format="default"/> voucher is by default serialized to JSON with a signature in CMS <xref target="RFC5652" format="default"/>.
This document defines a new voucher serialization to CBOR <xref target="RFC8949" format="default"/> with a signature in COSE <xref target="I-D.ietf-cose-rfc8152bis-struct" format="default"/>.</t>
      <t>This COSE-signed CBOR-encoded voucher is transported using both secured CoAP and HTTPS.
The CoAP connection (between Pledge and Registrar) is to be protected by either OSCORE+EDHOC <xref target="I-D.ietf-lake-edhoc" format="default"/> or DTLS (CoAPS).
The HTTP connection (between Registrar and MASA) is to be protected using TLS (HTTPS).</t>
      <t>This document specifies a constrained voucher-request artifact based on <xref section="3" sectionFormat="of" target="RFC8995" format="default"/>, and
voucher(-request) transport over CoAP based on <xref section="3" sectionFormat="of" target="RFC8995" format="default"/> and on <xref target="I-D.ietf-ace-coap-est" format="default"/>.</t>
      <t>The CBOR definitions for the constrained voucher format are defined using the mechanism described in <xref target="I-D.ietf-core-yang-cbor" format="default"/> using the SID mechanism explained in <xref target="I-D.ietf-core-sid" format="default"/>.
As the tooling to convert YANG documents into a list of SID keys is still in its infancy, the table of SID values presented here MUST be considered normative rather than the output of the tool specified in <xref target="I-D.ietf-core-sid" format="default"/>.</t>
    </section>
    <section anchor="Terminology" numbered="true" toc="default">
      <name>Terminology</name>
      <t>The following terms are defined in <xref target="RFC8366" format="default"/>, and are used identically as in that document:
artifact, domain, imprint, Join Registrar/Coordinator (JRC), Manufacturer Authorized Signing Authority
(MASA), Pledge, Registrar, Trust of First Use (TOFU), and Voucher.</t>
      <t>The following terms from <xref target="RFC8995" format="default"/> are used identically as in that document:
Domain CA, enrollment, IDevID, Join Proxy, LDevID, manufacturer, nonced, nonceless, PKIX.</t>
      <t>The term Pledge Voucher Request, or acronym PVR, is introduced to refer to the voucher request between the pledge and the Registrar.</t>
      <t>The term Registrar Voucher Request, or acronym RVR, is introduced to refer to the voucher request between the Registrar and the MASA.</t>
      <t>In code examples, the string "&lt;CODE BEGINS&gt;" denotes the start of a code example and "&lt;CODE ENDS&gt;" the end of the code example.
Four dots ("....") in a CBOR diagnostic notation byte string denotes a further sequence of bytes that is not shown for brevity.</t>
    </section>
    <section anchor="reqlang" numbered="true" toc="default">
      <name>Requirements Language</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP&nbsp;14 <xref target="RFC2119" format="default"/> <xref target="RFC8174" format="default"/> when, and only when, they
appear in all capitals, as shown here.</t>
    </section>
    <section anchor="survey" numbered="true" toc="default">
      <name>Overview of Protocol</name>
      <t><xref target="RFC8366" format="default"/> provides for vouchers that assert proximity, authenticate the Registrar, and can offer varying levels of anti-replay protection.</t>
      <t>The proximity proof provided for in <xref target="RFC8366" format="default"/>, is an assertion that the Pledge and the Registrar are believed to be close together, from a network topology point of view.
Like in <xref target="RFC8995" format="default"/>, proximity is shown by making TLS connections between the Pledge and Registrar using IPv6 Link-Local addresses.</t>
      <t>The TLS connection is used to make a Voucher Request.
This request is verified by an agent of the Pledge's manufacturer, which then issues a voucher.
The voucher provides an authorization statement from the manufacturer indicating that the Registrar is the intended owner of the device.
The voucher refers to the Registrar through pinning of the Registrar's identity.</t>
      <t>This document does not make any extensions to the semantic meaning of vouchers, only the encoding has been changed to optimize for constrained devices and networks.
The two main parts of the BRSKI protocol are named separately in this document: BRSKI-EST for the protocol between Pledge and Registrar, and BRSKI-MASA for the
protocol between the Registrar and the MASA.</t>
      <t>Time-based vouchers are supported in this definition, but given that constrained devices are extremely unlikely to have accurate time, their use will be uncommon.
Most Pledges using constrained vouchers will be online during enrollment and will use live nonces to provide anti-replay protection rather than expiry times.</t>
      <t><xref target="RFC8366" format="default"/> defines the voucher artifact, while the Voucher Request artifact was defined in <xref target="RFC8995" format="default"/>.
This document defines both a constrained voucher and a constrained voucher-request.
They are presented in the order "voucher-request", followed by a "voucher" response as this is
the order that they occur in the protocol.</t>
      <t>The constrained voucher request MUST be signed by the Pledge.
It signs using the private key associated with its IDevID X.509 certificate, or if an IDevID is not available, then the private key associated with its manufacturer-installed raw public key (RPK).
<xref target="rpk-considerations" format="default"/> provides additional details on PKIX-less operations.</t>
      <t>The constrained voucher MUST be signed by the MASA.</t>
      <t>For the constrained voucher request this document defines two distinct methods for the Pledge to identify the Registrar: using either the Registrar's X.509 certificate, or using a raw public key (RPK) of the Registrar.</t>
      <t>For the constrained voucher both methods are supported to indicate (pin) a trusted domain identity: using either a pinned domain X.509 certificate, or a pinned raw public key (RPK).</t>
      <t>The BRSKI architectures mandates that the MASA be aware of the capabilities of the pledge.
This is not a drawback as the pledges are constructed by a manufacturer which also arranges for the MASA to be aware of the inventory of devices.</t>
      <t>The MASA therefore knows if the pledge supports PKIX operations, PKIX format certificates, or if the pledge is limited to Raw Public Keys (RPK).
Based upon this, the MASA can select which attributes to use in the voucher for certain operations, like the pinning of the Registrar identity.
This is described in more detail in <xref target="yang-voucher" format="default"/>, <xref target="pinning" format="default"/> and <xref target="pinned-with-rpk" format="default"/> (for RPK specifically).</t>
    </section>
    <section anchor="updates-to-rfc8366-and-rfc8995" numbered="true" toc="default">
      <name>Updates to RFC8366 and RFC8995</name>
      <t>This section details the ways in which this document updates other RFCs.
The terminology for Updates is taken from <xref target="I-D.kuehlewind-update-tag" format="default"/>.</t>
      <t>This document Updates <xref target="RFC8366" format="default"/>. It Extends <xref target="RFC8366" format="default"/> by creating a new serialization format.</t>
      <t>This document Updates <xref target="RFC8995" format="default"/>. It Amends <xref target="RFC8995" format="default"/> by clarifying how pinning is done, and ???.</t>
    </section>
    <section anchor="brski-est" numbered="true" toc="default">
      <name>BRSKI-EST Protocol</name>
      <t>This section describes the constrained BRSKI extensions to EST-coaps <xref target="I-D.ietf-ace-coap-est" format="default"/> to transport the voucher between Registrar and Pledge (optionally via a Join Proxy) over CoAP.
The extensions are targeting low-resource networks with small packets.</t>
      <t>The constrained BRSKI-EST protocol described in this section is between the Pledge and the Registrar only.</t>
      <section anchor="registrar-and-the-server-name-indicator-sni" numbered="true" toc="default">
        <name>Registrar and the Server Name Indicator (SNI)</name>
        <t>A DTLS connection is established between the Pledge and the Registrar, similar to the TLS connection
described in <xref section="5.1" sectionFormat="of" target="RFC8995" format="default"/>.
This may occur via a Join Proxy as described in <xref target="joinproxy" format="default"/>.
Regardless of the Join Proxy mechanism, the DTLS connection should operate identically.</t>
        <t>The SNI issue described below affects <xref target="RFC8995" format="default"/> as well, and is reported in errata: https://www.rfc-editor.org/errata/eid6648</t>
        <t>As the Registrar is discovered by IP address, and typically connected via a Join Proxy, the name of the Registrar is not known to the Pledge.
The Pledge will not know what the hostname for the Registrar is, so it cannot do RFC6125 DNS-ID validation on the Registrar's certificate.
Instead, it must do validation using the RFC8366 voucher.</t>
        <t>As the Pledge does not know the name of the Registrar, the Pledge cannot put any reasonable value into the <xref target="RFC6066" format="default"/> Server Name Indicator (SNI).
Threfore the Pledge SHOULD omit the SNI extension as per <xref section="9.2" sectionFormat="of" target="RFC8446" format="default"/>.</t>
        <t>In some cases, particularly while testing BRSKI, a Pledge may be given the hostname of a particular Registrar to connect to directly.
Such a bypass of the discovery process may result in the Pledge taking a different code branch to establish a DTLS connection, and may result in the SNI being inserted by a library.
The Registrar MUST ignore any SNI seen.</t>
        <t>A primary motivation for making the SNI ubiquitous in the public web is because it allows for multi-tenant hosting of HTTPS sites on a single (scarce) IPv4 address.
This consideration does not apply to the server function in the Registrar because:</t>
        <ul spacing="normal">
          <li>it uses DTLS and CoAP, not HTTPS</li>
          <li>it typically uses IPv6, often <xref target="RFC4193" format="default"/> Unique Local Address, which are plentiful</li>
          <li>the server port number is typically discovered, so multiple tenants can be accomodated via unique port numbers.</li>
        </ul>
        <t>As per <xref section="3.6.1" sectionFormat="of" target="RFC7030" format="default"/>, the Registrar certificate MUST have the Extended Key Usage (EKU) id-kp-cmcRA.
This certificate is also used as a TLS Server Certificate, so it MUST also have the EKU id-kp-serverAuth.</t>
      </section>
      <section anchor="tls-client-certificates-idevid-authentication" numbered="true" toc="default">
        <name>TLS Client Certificates: IDevID authentication</name>
        <t>As described in <xref section="5.1" sectionFormat="of" target="RFC8995" format="default"/>, the Pledge makes a connection to the Registrar using a TLS Client Certificate for authentication.</t>
        <t>Subsequently the Pledge will send a Pledge Voucher Request (PVR).</t>
        <t>As explained below in <xref target="registrar-identity" format="default"/>, the "x5bag" element may be used in the RVR to communicate identity of the Registrar to MASA.
The Pledge SHOULD NOT use the x5bag attribute in this way in the PVR.
A Registrar that processes a PVR with an x5bag attribute MUST ignore it, and MUST use only the TLS Client Certificate extension for authentication of the Pledge.</t>
        <t>A situation where the Pledge MAY use the x5bag is for communication of certificate chains to the MASA.
This would arise in some vendor-specific situations involving outsourcing of MASA functionality, or rekeying of the IDevID certification authority.</t>
      </section>
      <section anchor="discovery" numbered="true" toc="default">
        <name>Discovery, URIs and Content Formats</name>
        <t>To keep the protocol messages small the EST-coaps and constrained-BRSKI URIs are shorter than the respective EST and BRSKI URIs.</t>
        <t>The EST-coaps server URIs differ from the EST URIs by replacing the scheme https by coaps and by specifying shorter resource path names. Below are some examples;
the first two using a discovered short path name and the last one using the well-known URI of EST which requires no discovery.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  coaps://server.example.com/est/<short-name>
  coaps://server.example.com/e/<short-name>
  coaps://server.example.com/.well-known/est/<short-name>
]]></artwork>
        <t>Similarly the constrained BRSKI server URIs differ from the BRSKI URIs by replacing the scheme https by coaps and by specifying shorter resource path names. Below are some examples;
the first two using a discovered short path name and the last one using the well-known URI prefix which requires no discovery.
This is the same "/.well-known/brski" prefix as defined in <xref section="5" sectionFormat="of" target="RFC8995" format="default"/>.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  coaps://server.example.com/brski/<short-name>
  coaps://server.example.com/b/<short-name>
  coaps://server.example.com/.well-known/brski/<short-name>
]]></artwork>
        <t>Figure 5 in <xref section="3.2.2" sectionFormat="of" target="RFC7030" format="default"/> enumerates the operations supported by EST, for which Table 1 in <xref section="5.1" sectionFormat="of" target="I-D.ietf-ace-coap-est" format="default"/> enumerates the corresponding
EST-coaps short path names. Similarly, <xref target="brski-short-uri" format="default"/> below provides the mapping from the supported BRSKI extension URI paths to the constrained-BRSKI URI paths.</t>
        <table anchor="brski-short-uri" align="center">
          <name>BRSKI URI paths mapping to Constrained BRSKI URI paths</name>
          <thead>
            <tr>
              <th align="left">BRSKI resource</th>
              <th align="left">constrained-BRSKI resource</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">/requestvoucher</td>
              <td align="left">/rv</td>
            </tr>
            <tr>
              <td align="left">/voucher_status</td>
              <td align="left">/vs</td>
            </tr>
            <tr>
              <td align="left">/enrollstatus</td>
              <td align="left">/es</td>
            </tr>
          </tbody>
        </table>
        <t>Note that /requestvoucher indicated above occurs between the Pledge and Registrar (in scope of the BRSKI-EST protocol), but it also occurs between Registrar and MASA. However,
as described in <xref target="brski-est" format="default"/>, this section and above table addresses only the BRSKI-EST protocol.</t>
        <t>Pledges that wish to discover the available BRSKI bootstrap options/formats, or reduce the size of the CoAP headers by eliminating the "/.well-known/brski" path, can do a discovery operation using <xref target="RFC6690" format="default"/> Section 4 by sending a discovery query to the Registrar.</t>
        <t>For example, if the Registrar supports a short BRSKI URL (/b) and supports the voucher format "application/voucher-cose+cbor" (TBD3), and status reporting in both CBOR and JSON formats:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  REQ: GET /.well-known/core?rt=brski*

  RES: 2.05 Content
  Content-Format: 40
  Payload:
  </b>;rt=brski,
  </b/rv>;rt=brski.rv;ct=TBD3,
  </b/vs>;rt=brski.vs;ct="50 60",
  </b/es>;rt=brski.es;ct="50 60"
]]></artwork>
        <t>The Registrar is under no obligation to provide shorter URLs, and MAY respond to this query with only the "/.well-known/brski/&lt;short-name&gt;" resources for the short names as defined in <xref target="brski-short-uri" format="default"/>.</t>
        <t>Registrars that have implemented shorter URLs MUST also respond in equivalent ways to the corresponding "/.well-known/brski/&lt;short-name&gt;" URLs, and MUST NOT distinguish between them.
In particular, a Pledge MAY use the longer and shorter URLs in any combination.</t>
        <t>When responding to a discovery request for BRSKI resources, the server MAY in addition return
the full resource paths and the content types which are supported by these resources as shown in above example.
This is useful when multiple content types are specified for a particular resource on the server.
The server responds with only the root path for the BRSKI resources (rt=brski, resource /b in above example) and no others in case the client queries for only rt=brski type resources.
(So, a query for rt=brski, without the wildcard character.)</t>
        <t>Without discovery, a longer well-known URL can only be used, such as:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
   REQ: GET /.well-known/brski/rv
]]></artwork>
        <t>while with discovery of shorter URLs, a request such as:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
   REQ: GET /b/rv
]]></artwork>
        <t>is possible.</t>
        <t>The return of multiple content-types in the "ct" attribute allows the Pledge to choose the most appropriate one.
Note that Content-Format TBD3 ("application/voucher-cose+cbor") is defined in this document.</t>
        <t>Content-Format TBD3 MUST be supported by the Registrar for the /rv resource.
If the "ct" attribute is not indicated for the /rv resource in the link format description, this implies that at least TBD3 is supported.</t>
        <t>Note that this specification allows for voucher-cose+cbor format requests and vouchers to be transmitted over HTTPS, as well as for voucher-cms+json and other formats yet to be defined over CoAP.
The burden for this flexibility is placed upon the Registrar.
A Pledge on constrained hardware is expected to support a single format only.</t>
        <t>The Pledge and MASA need to support one or more formats (at least TBD3) for the voucher and for the voucher request.
The MASA needs to support all formats that the Pledge supports.</t>
        <t><xref target="discovery-considerations" format="default"/> details how the Pledge discovers the Registrar and Join Proxy in different deployment scenarios.</t>
        <section anchor="rfc8995-telemetry-returns" numbered="true" toc="default">
          <name>RFC8995 Telemetry Returns</name>
          <t><xref target="RFC8995" format="default"/> defines two telemetry returns from the Pledge which are sent to the Registrar.
These are the BRSKI Status Telemetry <xref section="5.7" sectionFormat="comma" target="RFC8995" format="default"/> and the Enrollment Status Telemetry <xref section="5.9.4" sectionFormat="comma" target="RFC8995" format="default"/>.
These are two POST operations made the by Pledge at two key steps in the process.</t>
          <t><xref target="RFC8995" format="default"/> defines the content of these POST operations in CDDL, which are serialized as JSON.
This document extends the list of acceptable formats to CBOR as well as JSON, using the rules from <xref target="RFC8610" format="default"/>.</t>
          <t>The existing JSON format is described as CoAP Content-Format 50 ("application/json"), and it MAY be supported.
The new CBOR format described as CoAP Content-Format 60 ("application/cbor"), MUST be supported by the Registrar for both the /vs and /es resources.</t>
        </section>
      </section>
      <section anchor="joinproxy" numbered="true" toc="default">
        <name>Join Proxy options</name>
        <t><xref target="I-D.ietf-anima-constrained-join-proxy" format="default"/> specifies a constrained Join Proxy that is optionally placed between Pledge and Registrar.
This includes methods for discovery of the Join Proxy by the Pledge and discovery of the Registrar by the Join Proxy.</t>
      </section>
      <section anchor="brski-extensions" numbered="true" toc="default">
        <name>Extensions to BRSKI</name>
        <section anchor="brski-extensions-discovery" numbered="true" toc="default">
          <name>Discovery</name>
          <t>The Pledge discovers an IP address and port number that connects to the Registrar (possibly via a Join Proxy), and it establishes a DTLS connection.</t>
          <t>No further discovery of hosts or port numbers is required, but a pledge that can do more than one kind of enrollment (future work offers protocols other than <xref target="I-D.ietf-ace-coap-est" format="default"/>), then a pledge may need to use CoAP Discovery to determine what other protocols are available.</t>
          <t>A Pledge that only supports the EST-coaps enrollment method SHOULD NOT use discovery for BRSKI resources.
It is more efficient to just try the supported enrollment method via the well-known BRSKI/EST-coaps resources.
This also avoids the Pledge doing any CoRE Link Format parsing, which is specified in <xref section="4.1" sectionFormat="comma" target="I-D.ietf-ace-coap-est" format="default"/>.</t>
          <t>The Registrar MUST support all of the EST resources at their default ".well-known" locations (on the specified port)
as well as any server-specific shorter form that might also be supported.</t>
          <t>However, when discovery is being done by the Pledge, it is possible for the Registrar to return references to resources which are on different port numbers.
The Registrar SHOULD NOT use different ports numbers by default, because a Pledge that is connected via a Join Proxy can only access a single UDP port.
A Registrar configured to never use Join Proxies MAY be configured to use multiple port numbers.
Therefore a Registrar MUST host all discoverable BRSKI resources on the same (UDP) server port that the Pledge's DTLS connection is using.
Using the same UDP server port for all resources allows the Pledge to continue via the same DTLS connection
which is more efficient.</t>
        </section>
        <section anchor="brski-coap-responses" numbered="true" toc="default">
          <name>CoAP responses</name>
          <t><xref section="5" sectionFormat="comma" target="RFC8995" format="default"/> defines a number of HTTP response codes that the Registrar is to return when certain conditions occur.</t>
          <t>The 401, 403, 404, 406 and 415 response codes map directly to CoAP codes 4.01, 4.03, 4.04, 4.06 and 4.15.</t>
          <t>The 202 Retry process which occurs in the voucher request, is to be handled in the same way as <xref section="5.7" sectionFormat="of" target="I-D.ietf-ace-coap-est" format="default"/> process for Delayed Responses.</t>
        </section>
      </section>
      <section anchor="brski-est-extensions" numbered="true" toc="default">
        <name>Extensions to EST-coaps</name>
        <t>This document extends <xref target="I-D.ietf-ace-coap-est" format="default"/>, and it inherits the functions described in that document:
specifically, the mandatory Simple (Re-)Enrollment (/sen and /sren) and Certification Authority certificates request (/crts).
Support for CSR Attributes Request (/att) and server-side key generation (/skg, /skc) remains optional for the EST server.</t>
        <t>Collecting the resource definitions from both <xref target="RFC8995" format="default"/>, <xref target="RFC7030" format="default"/>, and <xref target="I-D.ietf-ace-coap-est" format="default"/> results in the following shorter forms of URI paths
for the commonly used resources:</t>
        <!-- Table order is currently the order in which typically the resources are used by Pledge. Change if we want to -->

<table anchor="brski-est-short-uri" align="center">
          <name>BRSKI/EST URI paths mapping to Constrained BRSKI/EST short URI paths</name>
          <thead>
            <tr>
              <th align="left">BRSKI + EST</th>
              <th align="left">Constrained-BRSKI + EST</th>
              <th align="left">Well-known URI namespace</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">/requestvoucher</td>
              <td align="left">/rv</td>
              <td align="left">brski</td>
            </tr>
            <tr>
              <td align="left">/voucher_status</td>
              <td align="left">/vs</td>
              <td align="left">brski</td>
            </tr>
            <tr>
              <td align="left">/csrattrs</td>
              <td align="left">/att</td>
              <td align="left">est</td>
            </tr>
            <tr>
              <td align="left">/simpleenroll</td>
              <td align="left">/sen</td>
              <td align="left">est</td>
            </tr>
            <tr>
              <td align="left">/cacerts</td>
              <td align="left">/crts</td>
              <td align="left">est</td>
            </tr>
            <tr>
              <td align="left">/enrollstatus</td>
              <td align="left">/es</td>
              <td align="left">brski</td>
            </tr>
            <tr>
              <td align="left">/simplereenroll</td>
              <td align="left">/sren</td>
              <td align="left">est</td>
            </tr>
          </tbody>
        </table>
        <section anchor="brski-est-extensions-pledge" numbered="true" toc="default">
          <name>Pledge Extensions</name>
          <t>This section defines extensions to the BRSKI Pledge, which are applicable during the BRSKI bootstrap procedure.
A Pledge which only supports the EST-coaps enrollment method, SHOULD NOT use discovery for EST-coaps resources, because it is more efficient to enroll (e.g. /sen) via the well-known EST resource on the current DTLS connection.
This avoids an additional round-trip of packets and avoids the Pledge having to unnecessarily implement CoRE Link Format parsing.</t>
          <t>A constrained Pledge SHOULD NOT perform the optional EST "CSR attributes request" (/att) to minimize network traffic. The Pledge selects which attributes to include in the CSR.</t>
          <t>One or more Subject Distinguished Name fields MUST be included.
If the Pledge has no specific information on what attributes/fields are desired in the CSR, it MUST use the Subject Distinguished Name fields from its IDevID unmodified.
The Pledge can receive such information via the voucher (encoded in a vendor-specific way) or via some other, out-of-band means.</t>
          <t>A constrained Pledge MAY use the following optimized EST-coaps procedure to minimize network traffic.</t>
          <ol spacing="normal" type="1"><li>if the voucher, that validates the current Registrar, contains a single pinned domain CA certificate, the Pledge provisionally considers this certificate as the EST trust anchor, as if it were the result of "CA certificates request" (/crts) to the Registrar.</li>
            <li>Using this CA certificate as trust anchor it proceeds with EST simple enrollment (/sen) to obtain its provisionally trusted LDevID certificate.</li>
            <li>If the Pledge validates that the trust anchor CA was used to sign its LDevID certificate, the Pledge accepts the pinned domain CA certificate as the legitimate trust anchor CA for the Registrar's domain and accepts the associated LDevID certificate.</li>
            <li>If the trust anchor CA was NOT used to sign its LDevID certificate, the Pledge MUST perform an actual "CA certificates request" (/crts) to the EST server to obtain the EST CA trust anchor(s) since these can differ from the (temporary) pinned domain CA.</li>
            <li>When doing this /crts request, the Pledge MAY use a CoAP Accept Option with value TBD287 ("application/pkix-cert") to limit the number of returned EST CA trust anchors to only one.
A constrained Pledge MAY support only this format in a /crts response, per <xref section="5.3" sectionFormat="of" target="I-D.ietf-ace-coap-est" format="default"/>.</li>
            <li>If the Pledge cannot obtain the single CA certificate or the finally validated CA certificate cannot be chained to the LDevID certificate, then the Pledge MUST abort the enrollment process and report the error using the enrollment status telemetry (/es).</li>
          </ol>
          <t>Note that even though the Pledge may avoid performing any /crts request using the above EST-coaps procedure during bootstrap, it SHOULD support retrieval of the trust anchor CA periodically as detailed in the next section.</t>
        </section>
        <section anchor="brski-est-extensions-estclient" numbered="true" toc="default">
          <name>EST-client Extensions</name>
          <t>This section defines extensions to EST-coaps clients, used after the BRSKI bootstrap procedure is completed.
(Note that such client is not called "Pledge" in this section, since it is already enrolled into the domain.)
A constrained EST-coaps client MAY support only the Content-Format TBD287 ("application/pkix-cert") in a /crts response, per <xref section="5.3" sectionFormat="of" target="I-D.ietf-ace-coap-est" format="default"/>.
In this case, it can only store one trust anchor of the domain.</t>
          <t>An EST-coaps client that has an idea of the current time (internally, or via NTP) SHOULD consider the validity time of the trust anchor CA, and MAY begin requesting a new trust anchor CA using the /crts request when the CA has 50% of it's validity time (notAfter - notBefore) left.
A client without access to the current time cannot decide if the trust anchor CA has expired, and SHOULD poll periodically for a new trust anchor using the /crts request at an interval of approximately 1 month.
An EST-coaps server SHOULD include the CoAP ETag Option in every response to a /crts request, to enable clients to perform low-overhead validation whether their trust anchor CA is still valid.
The EST-coaps client SHOULD store the ETag resulting from a /crts response in memory and SHOULD use this value in an ETag Option in its next GET /crts request.</t>
          <t>The above-mentioned limitation that an EST-coaps client may support only one trust anchor CA is not an issue in case the domain trust anchor remains stable. However, special consideration is
needed for cases where the domain trust anchor can change over time. Such a change may happen due to relocation of the client device to a new domain, or due to key update of
the trust anchor as described in <xref section="4.4" sectionFormat="comma" target="RFC4210" format="default"/>.</t>
          <t>From the client's viewpoint, a trust anchor change typically happens during EST re-enrollment: a change of domain CA requires all devices
operating under the old domain CA to acquire a new LDevID issued by the new domain CA. A client's re-enrollment may be triggered by various events, such as an instruction to re-enroll sent by a domain entity, or an imminent expiry of its LDevID certificate.
How the re-enrollment is explicitly triggered on the client by a domain entity, such as a commissioner or a Registrar, is out of scope of this specification.</t>
          <t>The mechanism described in <xref section="4.4" sectionFormat="comma" target="RFC4210" format="default"/> for Root CA key update requires four certificates: OldWithOld, OldWithNew, NewWithOld, and NewWithNew. The OldWithOld certificate is already
stored in the EST client's trust store. The NewWithNew certificate will be distributed as the single certificate in a /crts response, during EST re-enrollment.
Since the EST client can only accept a single certificate in a /crts response it implies that the EST client
cannot obtain the certificates OldWithNew and NewWithOld in this way, to perform the complete verification of the new domain CA. Instead, the client only verifies the EST server (Registrar) using its
old domain CA certificate in its trust store as detailed below, and based on this trust in the active and valid DTLS connection it automatically trusts the
new (NewWithNew) domain CA certificate that the EST server provides in the /crts response.</t>
          <t>In this manner, even during rollover of trust anchors, it is possible to have only a single trust anchor provided in a /crts response.</t>
          <t>During the period of the certificate renewal, it is not possible to create new communication channels between devices with NewCA certificates devices with OldCA certificates.
One option is that devices should avoid restarting existing DTLS or OSCORE connections during this interval that new certificates are being deployed.
The recommended period for certificate renewal is 24 hours.
For re-enrollment, the constrained EST-coaps client MUST support the following EST-coaps procedure, where optional re-enrollment to a new domain is under control of the Registrar:</t>
          <ol spacing="normal" type="1"><li>The client connects with DTLS to the Registrar, and authenticates with its present domain certificate (LDevID certificate) as usual. The Registrar authenticates itself with its domain certificate that
is trusted by the client, i.e. it chains to the single trust anchor that the client has stored. This is the "old" trust anchor, the one that will be eventually replaced in case the Registrar
decides to re-enroll the client into a new domain.</li>
            <li>The client performs the simple re-enrollment request (/sren) and upon success it obtains a new LDevID.</li>
            <li>The client verifies the new LDevID against its (single) existing domain trust anchor. If it chains successfully, this means the trust anchor did not change and the client MAY skip retrieving the current CA certificate using the "CA certificates request" (/crts). If it does not chain successfully, this means the trust anchor was changed/updated and the client then MUST retrieve the new domain trust anchor using the "CA certificates request" (/crts).</li>
            <li>If the client retrieved a new trust anchor in step 3, then it MUST verify that the new trust anchor chains with the new LDevID certificate it obtained in step 2. If it chains successfully, the client stores both, accepts the new LDevID certificate and stops using it prior LDevID certificate. If it does not chain successfully, the client MUST NOT update its LDevID certificate, it MUST NOT update its (single) domain trust anchor, and the client MUST abort the enrollment process and report the error to the Registrar using enrollment status telemetry (/es).</li>
          </ol>
          <t>Note that even though the EST-coaps client may skip the /crts request in step 3, it SHOULD support retrieval of the trust anchor CA periodically as detailed earlier in this section.</t>
        </section>
        <section anchor="brski-est-extensions-registrar" numbered="true" toc="default">
          <name>Registrar Extensions</name>
          <t>A Registrar SHOULD host any discoverable EST-coaps resources on the same (UDP) server port that the Pledge's DTLS initial connection is using.
This avoids the overhead of the Pledge reconnecting using DTLS, when it performs EST enrollment after the BRSKI voucher request.</t>
          <t>The Content-Format 50 (application/json) MUST be supported and 60 (application/cbor) MUST be supported by the Registrar for the /vs and /es resources.</t>
          <t>Content-Format TBD3 MUST be supported by the Registrar for the /rv resource.</t>
          <t>When a Registrar receives a "CA certificates request" (/crts) request with a CoAP Accept Option with value TBD287 ("application/pkix-cert") it SHOULD return only the
single CA certificate that is the envisioned or actual authority for the current, authenticated Pledge making the request.</t>
          <t>If the Pledge included in its request an Accept Option for only the TBD287 ("application/pkix-cert") Content Format, but the domain has been configured to operate with multiple CA trust anchors only, then the Registrar returns a 4.06 Not Acceptable error to signal that the Pledge needs to use the Content Format 281 ("application/pkcs7-mime; smime-type=certs-only") to retrieve all the certificates.</t>
          <t>If the current authenticated client is an EST-coaps client that was already enrolled in the domain, and the Registrar is configured to assign this client to a new domain CA trust anchor during the next EST re-enrollment procedure, then the Registrar MUST respond with the new domain CA certificate in case the client performs the "CA Certificates request" (/crts) with an Accept Option for TBD287 only. This signals the client that a new domain is assigned to it. The client follows the procedure as defined in <xref target="brski-est-extensions-estclient" format="default"/>.</t>
        </section>
      </section>
      <section anchor="dtls-fragments" numbered="true" toc="default">
        <name>DTLS handshake fragmentation Considerations</name>
        <t>DTLS includes a mechanism to fragment the handshake messages.
This is described in <xref section="4.4" sectionFormat="of" target="I-D.ietf-tls-dtls13" format="default"/>.
The protocol described in this document will often be used with a Join Proxy described in <xref target="I-D.ietf-anima-constrained-join-proxy" format="default"/>.
The Join Proxy will need some overhead, while the maximum packet sized guaranteed on 802.15.4 networks is 1280 bytes.
It is RECOMMENDED that a PMTU of 1024 bytes be assumed for the DTLS handshake.
It is unlikely that any Packet Too Big indications <xref target="RFC4443" format="default"/> will be relayed by the Join Proxy.</t>
        <t>During the operation of the constrained BRSKI-EST protocol, the CoAP Blockwise transfer mechanism will be used when message sizes exceed the PMTU.
A Pledge/EST-client on a constrained network MUST use the (D)TLS maximum fragment length extension ("max_fragment_length") defined in Section 4 of <xref target="RFC6066" format="default"/> with the maximum fragment length set to a value of either 2^9 or 2^10.</t>
      </section>
    </section>
    <section anchor="brski-masa" numbered="true" toc="default">
      <name>BRSKI-MASA Protocol</name>
      <t>This section describes extensions to and clarifications of the BRSKI-MASA protocol between Registrar and MASA.</t>
      <section anchor="brski-masa-protocol-format" numbered="true" toc="default">
        <name>Protocol and Formats</name>
        <t><xref section="5.4" sectionFormat="of" target="RFC8995" format="default"/> describes a connection between the Registrar and the MASA as being a normal TLS connection using HTTPS.
This document does not change that. The Registrar MUST use the format "application/voucher-cose+cbor" in its voucher request to MASA, when the Pledge uses this format in its reauqtes to the Registrar <xref target="RFC8995" format="default"/>.</t>
        <t>The MASA only needs to support formats for which there are Pledges that use that format.</t>
        <t>The Registrar MUST use the same format for the RVR as the Pledge used for its PVR.</t>
        <t>The Registrar indicates the voucher format it wants to receive from MASA using the HTTP Accept header.
This format MUST be the same as the format of the PVR, so that the Pledge can parse it.</t>
        <t>At the moment of writing the creation of coaps based MASAs is deemed unrealistic.
The use of CoAP for the BRSKI-MASA connection can be the subject of another document.
Some consideration was made to specify CoAP support for consistency, but:</t>
        <ul spacing="normal">
          <li>the Registrar is not expected to be so constrained that it cannot support HTTPS client connections.</li>
          <li>the technology and experience to build Internet-scale HTTPS responders (which the MASA is) is common, while the experience doing the same for CoAP is much less common.</li>
          <li>a Registrar is likely to provide onboarding services to both constrained and non-constrained devices.  Such a Registrar would need to speak HTTPS anyway.</li>
          <li>a manufacturer is likely to offer both constrained and non-constrained devices, so there may in practice be no situation in which the MASA could be CoAP-only.  Additionally, as the MASA is intended to be a function that can easily be oursourced to a third-party service provider, reducing the complexity would also seem to reduce the cost of that function.</li>
          <li>security-related considerations: see <xref target="security-masa-coaps" format="default"/>.</li>
        </ul>
      </section>
      <section anchor="brski-masa-rvr" numbered="true" toc="default">
        <name>Registrar Voucher Request</name>
        <t>If the PVR contains a proximity assertion, the Registrar MUST propagate this assertion into the RVR by including the "assertion" field with the value "proximity".
This conforms to the example in <xref section="3.3" sectionFormat="of" target="RFC8995" format="default"/> of carrying the assertion forward.</t>
      </section>
      <section anchor="masa-and-the-server-name-indicator-sni" numbered="true" toc="default">
        <name>MASA and the Server Name Indicator (SNI)</name>
        <t>A TLS/HTTPS connection is established between the Registrar and MASA.</t>
        <t><xref section="5.4" sectionFormat="of" target="RFC8995" format="default"/> explains this process, and there are no externally visible changes.
A MASA that supports the unconstrained voucher formats should be able to support constrained voucher formats equally well.</t>
        <t>There is no requirement that a single MASA be used for both constrained and unconstrained voucher requests: the choice of MASA is determined by the id-mod-MASAURLExtn2016 extension contained in the IDevID.</t>
        <t>The Registrar MUST do <xref target="RFC6125" format="default"/> DNS-ID checks on the contents of the certificate provided by the MASA.</t>
        <t>In constrast to the Pledge/Registrar situation, the Registrar always knows the name of the MASA, and MUST always include an <xref target="RFC6066" format="default"/> Server Name Indicator.
The SNI is optional in TLS1.2, but common.
The SNI it considered mandatory with TLS1.3.</t>
        <t>The presence of the SNI is needed by the MASA, in order for the MASA's server to host multiple tenants (for different customers).</t>
        <t>The Registrar SHOULD use a TLS Client Certificate to authenticate to the MASA per <xref section="5.4.1" sectionFormat="of" target="RFC8995" format="default"/>.
If the certificate that the Registrar uses is marked as a id-kp-cmcRA certificate, via Extended Key Usage, then it MUST also have the id-kp-clientAuth EKU attribute set.</t>
        <section anchor="registrar-certificate-requirement" numbered="true" toc="default">
          <name>Registrar Certificate Requirement</name>
          <t>In summary for typical Registrar use, where a single Registrar certificate is used, then the certificate MUST have EKU of: id-kp-cmcRA, id-kp-serverAuth, id-kp-clientAuth.</t>
          <!-- ******************************************************************** -->

</section>
      </section>
    </section>
    <section anchor="pinning" numbered="true" toc="default">
      <name>Pinning in Voucher Artifacts</name>
      <t>The voucher is a statement by the MASA for use by the Pledge that provides the identity of the Pledge's owner.
This section describes how the owner's identity is determined and how it is specified within the voucher.</t>
      <section anchor="registrar-identity" numbered="true" toc="default">
        <name>Registrar Identity Selection and Encoding</name>
        <t><xref section="5.5" sectionFormat="of" target="RFC8995" format="default"/> describes BRSKI policies for selection of the owner identity. It indicates some of the flexibility that is possible for the Registrar, and recommends the Registrar to include only certificates in the voucher request (CMS) signing structure that participate in the certificate chain that is to be pinned.</t>
        <t>The MASA is expected to evaluate the certificates included by the Registrar in its voucher request, forming them into a chain with the Registrar's (signing) identity on one end. Then, it pins a certificate selected from the chain.
For instance, for a domain with a two-level certification authority (see <xref target="fig-twoca" format="default"/>), where the voucher-request has been signed by "Registrar", its signing structure includes two additional CA certificates.
The arrows in the figure indicate the issuing of a certificate, i.e. author of (1) issued (2) and author of (2) issued (3).</t>
        <figure anchor="fig-twoca">
          <name>Two-Level CA PKI</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 .------------------.
 |  domain CA (1)   |
 |  trust anchor    |
 '------------------'
           |
           v
    .------------.
    | domain (2) |
    | Sub-CA     |
    '------------'
           |
           |
           v
  .----------------.
  |   domain       |
  | Registrar (3)  |
  | EE certificate |
  '----------------'
]]></artwork>
        </figure>
        <t>When the Registrar is using a COSE-signed constrained voucher request towards MASA, instead of a regular CMS-signed voucher request, the COSE_Sign1 object contains a protected and an unprotected header.
The Registrar MUST place all the certificates needed to validate the signature chain from the Registrar on the RVR in an "x5bag" attribute in the unprotected header <xref target="I-D.ietf-cose-x509" format="default"/>.</t>
        <t>The "x5bag" attribute is very important as it provides the required signals from the Registrar to control what identity is pinned in the resulting voucher.
This is explained in the next section.</t>
      </section>
      <section anchor="masa-pinning-policy" numbered="true" toc="default">
        <name>MASA Pinning Policy</name>
        <t>The MASA, having assembled and verified the chain in the signing structure of the voucher request needs to select a certificate to pin.
(For the case that only the Registrar's End-Entity certificate is included, only this certificate can be selected and this section does not apply.)
The BRSKI policy for pinning by the MASA as described in <xref section="5.5.2" sectionFormat="of" target="RFC8995" format="default"/> leaves much flexibility to the manufacturer.</t>
        <t>The present document adds the following rules to the MASA pinning policy to reduce the network load:</t>
        <ol spacing="normal" type="1"><li>for a voucher containing a nonce, it SHOULD select the most specific (lowest-level) CA certificate in the chain.</li>
          <li>for a nonceless voucher, it SHOULD select the least-specific (highest-level) CA certificate in the chain that is allowed under the MASA's policy for this specific domain.</li>
        </ol>
        <t>The rationale for 1. is that in case of a voucher with nonce, the voucher is valid only in scope of the present DTLS connection between Pledge and Registrar anyway, so there is no
benefit to pin a higher-level CA. By pinning the most specific CA the constrained Pledge can validate its DTLS connection using less crypto operations. The
rationale for pinning a CA instead of the Registrar's End-Entity certificate directly is based on the following benefit on constrained networks: the pinned certificate in the voucher
can in common cases be re-used as a Domain CA trust anchor during the EST enrollment and during the operational phase that follows after EST enrollment, as explained in <xref target="brski-est-extensions-pledge" format="default"/>.</t>
        <t>The rationale for 2. follows from the flexible BRSKI trust model for, and purpose of, nonceless vouchers (Sections 5.5.* and 7.4.1 of <xref target="RFC8995" format="default"/>).</t>
        <t>Refering to <xref target="fig-twoca" format="default"/> of a domain with a two-level certification authority, the most specific CA ("Sub-CA") is the identity that is pinned by MASA in a nonced voucher.
A Registrar that wished to have only the Registrar's End-Entity certificate pinned would omit the "domain CA" and "Sub-CA" certificates from the voucher-request.</t>
        <t>In case of a nonceless voucher, depending on the trust level, the MASA pins the "Registrar" certificate (low trust in customer), or the "Sub-CA" certificate (in case of
medium trust, implying that any Registrar of that sub-domain is acceptable), or even the "domain CA" certificate (in case of high trust in the customer, and possibly a pre-agreed need of the
customer to obtain flexible long-lived vouchers).</t>
      </section>
      <section anchor="pinned-with-rpk" numbered="true" toc="default">
        <name>Pinning of Raw Public Keys</name>
        <t>Specifically for constrained use cases, the pinning of the raw public key (RPK) of the Registrar is also supported in the constrained voucher, instead of an X.509 certificate.
If an RPK is pinned it MUST be the RPK of the Registrar.</t>
        <t>When the Pledge is known by MASA to support RPK but not X.509 certificates, the voucher produced by the MASA pins the RPK of the Registrar in either the "pinned-domain-pubk"
or "pinned-domain-pubk-sha256" field of a voucher.
This is described in more detail in <xref target="yang-voucher" format="default"/>. A Pledge that does not support X.509 certificates cannot use EST to enroll; it has to use
another method for enrollment without certificates and the Registrar has to support this method also.
It is possible that the Pledge will not enroll, but instead only a network join operation will occur (See <xref target="RFC9031" format="default"/>).
How the Pledge discovers this method and details of the enrollment method are out of scope of this document.</t>
        <t>When the Pledge is known by MASA to support PKIX format certificates, the "pinned-domain-cert" field present in a voucher typically pins a domain certificate.
That can be either the End-Entity certificate of the Registrar, or the certificate of a domain CA of the Registrar's domain as specified in <xref target="masa-pinning-policy" format="default"/>.
However, if the Pledge is known to also support RPK pinning and the MASA intends to identify the Registrar in the voucher (not the CA), then MASA MUST pin the RPK (RPK3 in <xref target="fig-pinning" format="default"/>) of the Registrar instead of the Registrar's End-Entity certificate to save space in the voucher.</t>
        <figure anchor="fig-pinning">
          <name>Raw Public Key pinning</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
 .------------.
 | pub-CA (1) |
 '------------'
        |
        v
 .------------.
 | sub-CA (2) |
 '------------'
        |
        v
.--------------.
| Registrar(3) |
|    RPK3      |
'--------------'
]]></artwork>
        </figure>
      </section>
      <section anchor="registrar-idevid-issuer" numbered="true" toc="default">
        <name>Considerations for use of IDevID-Issuer</name>
        <t><xref target="RFC8366" format="default"/> and <xref target="RFC8995" format="default"/> defines the idevid-issuer attribute for voucher and voucher-request (respectively), but they summarily explain when to use it.</t>
        <t>The use of idevid-issuer is provided so that the serial-number to which the issued voucher pertains can be relative to the entity that issued the devices' 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 serial-number in the voucher must refer to the same device as the serial-number that is in IDevID certificate.</t>
        <t>However, there 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>It is not possible for the Pledge or the Registrar to know which situation applies.
The question to be answered is whether or not to include the idevid-issuer in the PVR and the RVR.
A second question arisews as to what the format of the idevid-issuer contents are.</t>
        <t>Analysis of the situation shows that the pledge never needs to include the idevid-issuer in it's PVR, because the pledge's IDevID certificate is available to the Registrar, and the Authority Key Identifier is contained within that.
The pledge therefore has no need to repeat this.</t>
        <t>For the RVR, the Registrar has to examine the pledge's IDevID certificate to discover the serial number for the Registrar's Voucher Request (RVR).
This is clear in <xref section="5.5" sectionFormat="of" target="RFC8995" format="default"/>.
That section also clarifies that the idevid-issuer is to be included in the RVR.</t>
        <t>Concerning the Authority Key Identifier, <xref target="RFC8366" format="default"/> specifies that the entire object i.e. the extnValue OCTET STRING is to be included: comprising the AuthorityKeyIdentifier, SEQUENCE, Choice as well as the OCTET STRING that is the keyIdentifier.</t>
      </section>
    </section>
    <section anchor="artifacts" numbered="true" toc="default">
      <name>Artifacts</name>
      <t>This section describes for both the voucher request and
the voucher first the abstract (tree) definition as explained
in <xref target="RFC8340" format="default"/>.  This provides a high-level
view of the contents of each artifact.</t>
      <t>Then the assigned SID values are presented. These have been assigned using
the rules in <xref target="I-D.ietf-core-sid" format="default"/>.</t>
      <section anchor="voucher-request-artifact" numbered="true" toc="default">
        <name>Voucher Request artifact</name>
        <section anchor="tree-diagram" numbered="true" toc="default">
          <name>Tree Diagram</name>
          <t>The following diagram is largely a duplicate of the contents of <xref target="RFC8366" format="default"/>,
with the addition of the fields proximity-registrar-pubk, proximity-registrar-pubk-sha256,
proximity-registrar-cert, and prior-signed-voucher-request.</t>
          <t>prior-signed-voucher-request is only used between the Registrar and the MASA.
proximity-registrar-pubk or proximity-registrar-pubk-sha256 optionally replaces proximity-registrar-cert
for the most constrained cases where RPK is used by the Pledge.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
module: ietf-voucher-request-constrained

  grouping voucher-request-constrained-grouping
    +-- voucher
       +-- created-on?                        yang:date-and-time
       +-- expires-on?                        yang:date-and-time
       +-- assertion                          enumeration
       +-- serial-number                      string
       +-- idevid-issuer?                     binary
       +-- pinned-domain-cert?                binary
       +-- domain-cert-revocation-checks?     boolean
       +-- nonce?                             binary
       +-- last-renewal-date?                 yang:date-and-time
       +-- proximity-registrar-pubk?          binary
       +-- proximity-registrar-pubk-sha256?   binary
       +-- proximity-registrar-cert?          binary
       +-- prior-signed-voucher-request?      binary

]]></artwork>
        </section>
        <section anchor="request-sid-values" numbered="true" toc="default">
          <name>SID values</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
           
      SID Assigned to
--------- -------------------------------------------------- 
     2501 data /ietf-voucher-request-constrained:voucher
     2502 data .../assertion
     2503 data .../created-on
     2504 data .../domain-cert-revocation-checks
     2505 data .../expires-on
     2506 data .../idevid-issuer
     2507 data .../last-renewal-date
     2508 data /ietf-voucher-request-constrained:voucher/nonce
     2509 data .../pinned-domain-cert
     2510 data .../prior-signed-voucher-request
     2511 data .../proximity-registrar-cert
     2513 data .../proximity-registrar-pubk
     2512 data .../proximity-registrar-pubk-sha256
     2514 data .../serial-number

]]></artwork>
          <t>The "assertion" attribute is an enumerated type <xref target="RFC8366" format="default"/>, and the current PYANG tooling does not document the valid values for this attribute.
In the JSON serialization, the literal strings from the enumerated types are used so there is no ambiguity.
In the CBOR serialization, a small integer is used.
This following values are documented here, but the YANG module should be considered authoritative. No IANA registry is provided or necessary because the YANG module provides for extensions.</t>
          <table anchor="assertion-enums" align="center">
            <name>CBOR integers for the "assertion" attribute enum</name>
            <thead>
              <tr>
                <th align="left">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>
            </tbody>
          </table>
        </section>
        <section anchor="yang-voucher-request" numbered="true" toc="default">
          <name>YANG Module</name>
          <t>In the voucher-request-constrained YANG module, the voucher is "augmented" within the "used" grouping statement such that one continuous set of SID values is generated for the voucher-request-constrained module name, all voucher attributes, and the voucher-request-constrained attributes. Two attributes of the voucher are "refined" to be optional.</t>
          <sourcecode name="ietf-voucher-request-constrained@2021-04-15.yang" type="" markers="true"><![CDATA[
module ietf-voucher-request-constrained {
  yang-version 1.1;

  namespace
    "urn:ietf:params:xml:ns:yang:ietf-voucher-request-constrained";
  prefix "constrained";

  import ietf-restconf {
    prefix rc;
    description
      "This import statement is only present to access
       the yang-data extension defined in RFC 8040.";
    reference "RFC 8040: RESTCONF Protocol";
  }

  import ietf-voucher {
    prefix "v";
  }

  organization
   "IETF ANIMA Working Group";

  contact
   "WG Web:   <http://tools.ietf.org/wg/anima/>
    WG List:  <mailto:anima@ietf.org>
    Author:   Michael Richardson
              <mailto:mcr+ietf@sandelman.ca>
    Author:   Peter van der Stok
              <mailto: consultancy@vanderstok.org>
    Author:   Panos Kampanakis
              <mailto: pkampana@cisco.com>";

  description
   "This module defines the format for a voucher request,
    which is produced by a pledge to request a voucher.
    The voucher-request is sent to the potential owner's
    Registrar, which in turn sends the voucher request to
    the manufacturer or its delegate (MASA).

    A voucher is then returned to the pledge, binding the
    pledge to the owner.  This is a constrained version of the
    voucher-request present in
    {{I-D.ietf-anima-bootstrap-keyinfra}}

    This version provides a very restricted subset appropriate
    for very constrained devices.
    In particular, it assumes that nonce-ful operation is
    always required, that expiration dates are rather weak, as no
    clocks can be assumed, and that the Registrar is identified
    by either a pinned Raw Public Key of the Registrar, or by a
    pinned X.509 certificate of the Registrar or domain CA.

    The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
    'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'MAY',
    and 'OPTIONAL' in the module text are to be interpreted as
    described in RFC 2119.";

  revision "2021-04-15" {
    description
     "Initial version";
    reference
     "RFC XXXX: Voucher Profile for Constrained Devices";
  }

  rc:yang-data voucher-request-constrained-artifact {
    // YANG data template for a voucher.
    uses voucher-request-constrained-grouping;
  }

  // Grouping defined for future usage
  grouping voucher-request-constrained-grouping {
    description
      "Grouping to allow reuse/extensions in future work.";

    uses v:voucher-artifact-grouping {

      refine voucher/created-on {
          mandatory  false;
      }

      refine voucher/pinned-domain-cert {
          mandatory  false;
      }


      augment "voucher" {
        description "Base the constrained voucher-request upon the
          regular one";

        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 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  (see [RFC5246]) presented by
             the Registrar to the Pledge. This field or one of its
             alternatives MUST be populated in a
             Pledge's voucher request if the proximity assertion is
             populated.";
        }

        leaf prior-signed-voucher-request {
          type binary;
          description
            "If it is necessary to change a voucher, or re-sign and
             forward a voucher 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 proximity voucher,
             which an intermediate registrar then re-signs to
             make its own proximity assertion.  This is a simple
             mechanism for a chain of trusted parties to change a
             voucher, while maintaining the prior signature
             information.

             The pledge MUST ignore all prior voucher information
             when accepting a voucher for imprinting. Other
             parties MAY examine the prior signed voucher
             information for the purposes of policy decisions.
             For example, this information could be useful to a
             MASA to determine that both pledge and registrar
             agree on proximity assertions. The MASA SHOULD
             remove all prior-signed-voucher-request information when
             signing a voucher for imprinting so as to minimize the
             final voucher size.";
        }
      }
    }
  }
}

]]></sourcecode>
        </section>
        <section anchor="example2" numbered="true" toc="default">
          <name>Example voucher request artifact</name>
          <t>Below is a CBOR serialization of an example constrained voucher request from a Pledge to a Registrar, shown in CBOR diagnostic notation. The enum value of the assertion field is calculated to be 2 by following the algorithm described in section 9.6.4.2 of <xref target="RFC7950" format="default"/>.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
{
  2501: {
    +2 : "2016-10-07T19:31:42Z", / SID=2503, created-on /
    +4 : "2016-10-21T19:31:42Z", / SID=2505, expires-on /
    +1 : 2,                      / SID=2502, assertion "proximity" /
    +13: "JADA123456789",        / SID=2514, serial-number /
    +5 : h'08C2BF36....B3D2B3',  / SID=2506, idevid-issuer /
    +10: h'30820275....82c35f',  / SID=2511, proximity-registrar-cert/
    +3 : true,                   / SID=2504, domain-cert
                                                   -revocation-checks/
    +6 : "2017-10-07T19:31:42Z"  / SID=2507, last-renewal-date /
  }
}
]]></artwork>
        </section>
      </section>
      <section anchor="voucher-artifact" numbered="true" toc="default">
        <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>
        <section anchor="tree-diagram-1" numbered="true" toc="default">
          <name>Tree Diagram</name>
          <t>The following diagram is largely a duplicate of the contents of <xref target="RFC8366" format="default"/>,
with only the addition of the fields pinned-domain-pubk and pinned-domain-pubk-sha256.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
module: ietf-voucher-constrained

  grouping voucher-constrained-grouping
    +-- voucher
       +-- created-on?                      yang:date-and-time
       +-- expires-on?                      yang:date-and-time
       +-- assertion                        enumeration
       +-- serial-number                    string
       +-- idevid-issuer?                   binary
       +-- pinned-domain-cert?              binary
       +-- domain-cert-revocation-checks?   boolean
       +-- nonce?                           binary
       +-- last-renewal-date?               yang:date-and-time
       +-- pinned-domain-pubk?              binary
       +-- pinned-domain-pubk-sha256?       binary

]]></artwork>
        </section>
        <section anchor="sid-values" numbered="true" toc="default">
          <name>SID values</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
           
      SID Assigned to
--------- -------------------------------------------------- 
     2451 data /ietf-voucher-constrained:voucher
     2452 data /ietf-voucher-constrained:voucher/assertion
     2453 data /ietf-voucher-constrained:voucher/created-on
     2454 data .../domain-cert-revocation-checks
     2455 data /ietf-voucher-constrained:voucher/expires-on
     2456 data /ietf-voucher-constrained:voucher/idevid-issuer
     2457 data .../last-renewal-date
     2458 data /ietf-voucher-constrained:voucher/nonce
     2459 data .../pinned-domain-cert
     2460 data .../pinned-domain-pubk
     2461 data .../pinned-domain-pubk-sha256
     2462 data /ietf-voucher-constrained:voucher/serial-number

]]></artwork>
          <t>The "assertion" enumerated attribute is numbered as per <xref target="request-sid-values" format="default"/>.</t>
        </section>
        <section anchor="yang-voucher" numbered="true" toc="default">
          <name>YANG Module</name>
          <t>In the voucher-constrained YANG module, the voucher is "augmented" within the "used" grouping statement such that one continuous set of SID values is generated for the voucher-constrained module name, all voucher attributes, and the voucher-constrained attributes.
Two attributes of the voucher are "refined" to be optional.</t>
          <sourcecode name="ietf-voucher-constrained@2021-04-15.yang" type="" markers="true"><![CDATA[
module ietf-voucher-constrained {
  yang-version 1.1;

  namespace
    "urn:ietf:params:xml:ns:yang:ietf-voucher-constrained";
  prefix "constrained";

  import ietf-restconf {
    prefix rc;
    description
      "This import statement is only present to access
       the yang-data extension defined in RFC 8040.";
    reference "RFC 8040: RESTCONF Protocol";
  }

  import ietf-voucher {
    prefix "v";
  }

  organization
   "IETF ANIMA Working Group";

  contact
   "WG Web:   <http://tools.ietf.org/wg/anima/>
    WG List:  <mailto:anima@ietf.org>
    Author:   Michael Richardson
              <mailto:mcr+ietf@sandelman.ca>
    Author:   Peter van der Stok
              <mailto: consultancy@vanderstok.org>
    Author:   Panos Kampanakis
              <mailto: pkampana@cisco.com>";

description
  "This module defines the format for a voucher, which
   is produced by a pledge's manufacturer or its delegate
   (MASA) to securely assign one or more pledges to an 'owner',
   so that a pledge may establish a secure connection to the
   owner's network infrastructure.

   This version provides a very restricted subset appropriate
   for very constrained devices.
   In particular, it assumes that nonce-ful operation is
   always required, that expiration dates are rather weak, as no
   clocks can be assumed, and that the Registrar is identified
   by either a pinned Raw Public Key of the Registrar, or by a
   pinned X.509 certificate of the Registrar or domain CA.

   The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL',
   'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'MAY',
   and 'OPTIONAL' in the module text are to be interpreted as
   described in RFC 2119.";

  revision "2021-04-15" {
    description
     "Initial version";
    reference
     "RFC XXXX: Voucher Profile for Constrained Devices";
  }

  rc:yang-data voucher-constrained-artifact {
    // YANG data template for a voucher.
    uses voucher-constrained-grouping;
  }

  // Grouping defined for future usage
  grouping voucher-constrained-grouping {
    description
      "Grouping to allow reuse/extensions in future work.";

    uses v:voucher-artifact-grouping {

      refine voucher/created-on {
          mandatory  false;
      }

      refine voucher/pinned-domain-cert {
          mandatory  false;
      }

      augment "voucher" {
        description "Base the constrained voucher
                                   upon the regular one";
        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.
             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.";
        }

        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.";
        }
      }
    }
  }
}

]]></sourcecode>
        </section>
        <section anchor="example1" numbered="true" toc="default">
          <name>Example voucher artifacts</name>
          <t>Below the CBOR serialization of an example constrained voucher is shown in CBOR diagnostic notation.
The enum value of the assertion field is calculated to be zero by following the algorithm described in section 9.6.4.2 of <xref target="RFC7950" format="default"/>.</t>
          <artwork name="" type="" align="left" alt=""><![CDATA[
{
  2451: {
    +2 : "2016-10-07T19:31:42Z", / SID = 2453, created-on /
    +4 : "2016-10-21T19:31:42Z", / SID = 2455, expires-on /
    +1 : 0,                      / SID = 2452, assertion "verified" /
    +11: "JADA123456789",        / SID = 2462, serial-number /
    +5 : h'E40393B4....68A3',    / SID = 2456, idevid-issuer /
    +8 : h'30820275....C35F',    / SID = 2459, pinned-domain-cert/
    +3 : true,                   / SID = 2454, domain-cert /
                                 /               -revocation-checks /
    +6 : "2017-10-07T19:31:42Z"  / SID = 2457, last-renewal-date /
  }
}
]]></artwork>
        </section>
      </section>
      <section anchor="signing-voucher-and-voucher-request-artifacts-with-cose" numbered="true" toc="default">
        <name>Signing voucher and voucher-request artifacts with COSE</name>
        <t>The COSE_Sign1 structure is discussed in <xref section="4.2" sectionFormat="of" target="I-D.ietf-cose-rfc8152bis-struct" format="default"/>.
The CBOR object that carries the body, the signature, and the information about the body  and signature is called the COSE_Sign1 structure.
It is used when only one signature is used on the body.</t>
        <t>Support for ECDSA with SHA2-256 using curve secp256r1 (aka prime256k1) is RECOMMENDED.
Most current low power hardware has support for acceleration of this algorithm.
Future hardware designs could omit this in favour of a newer algorithms.
This is the ES256 keytype from Table 1 of <xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>.
Support for curve secp256k1 is OPTIONAL.</t>
        <t>Support for EdDSA using Curve 25519 is RECOMMENDED in new designs if hardware support is available.
This is keytype EDDSA (-8) from Table 2 of <xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>.  A "crv" parameter is necessary to specify the Curve, which from Table 18.  The 'kty' field MUST be present, and it MUST be 'OKP'. (Table 17)</t>
        <t>A transition towards EdDSA is occuring in the industry.
Some hardware can accelerate only some algorithms with specific curves, other hardware can accelerate any curve, and still other kinds of hardware provide a tool kit for acceleration of any eliptic curve algorithm.</t>
        <t>In general, the Pledge is expected to support only a single algorithm, while the Registrar, usually not constrained, is expected to support a wide variety of algorithms: both legacy ones and up-and-coming ones via regular software updates.</t>
        <t>An example of the supported COSE_Sign1 object structure is shown in <xref target="fig-cose" format="default"/>.</t>
        <figure anchor="fig-cose">
          <name>COSE_Sign1 example in CBOR diagnostic notation</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
18( / COSE_Sign1 /
  [
    h'A101382E',        / protected header encoding: {1: -47}     /
    {                   /       which means { "alg": ES256K }     /
      4 : h'7890A03F1234'  / 4 is the "kid" binary key identifier /
    },
    h'1234....5678', / voucher-request binary content (CBOR)      /
    h'4567....1234'  / voucher-request binary public signature    /
  ]
)
]]></artwork>
        </figure>
        <t>The <xref target="COSE-registry" format="default"/> specifies the integers/encoding for the "alg" and "kid" fields in <xref target="fig-cose" format="default"/>. The "alg"
field restricts the key usage for verification of this COSE object to a particular cryptographic algorithm.</t>
        <t>The "kid" field is optionally present: it is an unprotected field that identifies the public key of the key pair that was used to sign this
message. The value of the key identifier "kid" parameter is an example value.
Usually a hash of the public key is used to identify the public key, but a device serial number may also be used. The choice of key identifier method is
vendor-specific. If "kid" is not present, then a verifying party needs to use other context information to
retrieve the right public key to verify the COSE_Sign1 object against. For example, this context information
may be a unique serial number encoded in the binary content (CBOR) field.</t>
        <t>A Registrar MAY use a "kid" parameter in its RVR to identify its signing key as used to sign the RVR.
The method of generating this "kid" is vendor-specific and SHOULD be configurable in the Registrar to
support commonly used methods.
In order to support future business cases and supply chain integrations, a Registrar MUST be configurable, on a per-manufacturer basis, to be able to configure the "kid" to a particular value.
Both binary and string values are to be supported, each being inserted using a CBOR bstr or tstr.
By default, a Registrar does not include a "kid" parameter in its RVR since the signing key
is already identified by the included signing certificates in the COSE "x5bag" structure.</t>
        <t>A Pledge normally SHOULD NOT use a "kid" parameter in its PVR, because its signing key is already identified
by the Pledge's unique serial number that is included in the PVR. Still, where needed the Pledge MAY use
a "kid" parameter in its PVR to help the MASA identify the right public key to verify against. This can occur
for example if a Pledge has multiple IDevID identities.
A Registrar normally SHOULD ignore a "kid" parameter used in a received PVR, as this information is intended for the MASA.
In other words, there is no need for the Registrar to verify the contents of this field, but it may include it in an audit log.</t>
        <t>In <xref target="cosesign" format="default"/> a binary COSE_Sign1 object is shown based on the voucher-request example of <xref target="example2" format="default"/>.</t>
      </section>
    </section>
    <section anchor="discovery-considerations" numbered="true" toc="default">
      <name>Deployment-specific Discovery Considerations</name>
      <t>This section details how discovery is done in specific deployment scenarios.</t>
      <section anchor="tsch-deployments" numbered="true" toc="default">
        <name>6TSCH Deployments</name>
        <t>In 6TISCH networks, the Constrained Join Proxy (CoJP) mechanism is described in <xref target="RFC9031" format="default"/>.
Such networks are expected to use a <xref target="I-D.ietf-lake-edhoc" format="default"/> to do key management.
This is the subject of future work.
The Enhanced Beacon has been extended in <xref target="RFC9032" format="default"/> to allow for discovery of the Join Proxy.</t>
      </section>
      <section anchor="generic-networks-using-grasp" numbered="true" toc="default">
        <name>Generic networks using GRASP</name>
        <t><xref target="RFC8995" format="default"/> defines a mechanism for the Pledge to discover a Join Proxy by listening for <xref target="RFC8990" format="default"/> GRASP messages.
This mechanism can be used on any network which does not have another more specific mechanism.
This mechanism supports mesh networks, and can also be used over unencrypted WIFI.</t>
      </section>
      <section anchor="generic-networks-using-mdns" numbered="true" toc="default">
        <name>Generic networks using mDNS</name>
        <t><xref target="RFC8995" format="default"/> also defines a non-normative mechanism for the Pledge to discover a Join Proxy by doing mDNS queries.
This mechanism can be used on any network which does not have another recommended mechanism.
This mechanism does not easily support mesh networks.  It can be used over unencrypted WIFI.</t>
      </section>
      <section anchor="thread-networks-using-mesh-link-establishment-mle" numbered="true" toc="default">
        <name>Thread networks using Mesh Link Establishment (MLE)</name>
        <t>Thread <xref target="Thread" format="default"/> is a wireless mesh network protocol based on 6LoWPAN <xref target="RFC6282" format="default"/> and other IETF protocols. In Thread, a new device
discovers potential Thread networks and Thread routers to join by using the Mesh Link Establishment (MLE) <xref target="I-D.ietf-6lo-mesh-link-establishment" format="default"/> protocol.
MLE uses the UDP port number 19788. The new device sends discovery requests on different IEEE 802.15.4 radio channels, to which routers (if any present) respond with a discovery response containing information about
their respective network. Once a suitable router is selected the new device initiates a DTLS transport-layer secured connection to the network's commissioning application, over a link-local single radio hop to the selected
Thread router. This link is not yet secured at the radio level: link-layer security will be set up once the new device is approved by the commissioning application to join the Thread network, and it gets provisioned with
network access credentials.</t>
        <t>The Thread router acts here as a Join Proxy. The MLE discovery response message contains UDP port information to signal the new device which port to use for its DTLS connection.</t>
      </section>
      <section anchor="non-mesh-networks-using-coap-discovery" numbered="true" toc="default">
        <name>Non-mesh networks using CoAP Discovery</name>
        <t>On unencrypted constrained networks such as 802.15.4, CoAP discover may be done using the mechanism detailed in <xref target="I-D.ietf-ace-coap-est" format="default"/> section 5.1.</t>
      </section>
    </section>
    <section anchor="design-considerations" numbered="true" toc="default">
      <name>Design Considerations</name>
      <t>The design considerations for the CBOR encoding of vouchers are much the same as for JSON vouchers in <xref target="RFC8366" format="default"/>.
One key difference is that the names of the leaves in the YANG definition do not affect the size of the resulting CBOR, as the SID translation process assigns integers to the names.</t>
      <t>Any POST request to the Registrar with resource /vs or /es returns a 2.04 Changed response with empty payload. The client should be aware that the server may use a piggybacked CoAP response (ACK, 2.04) but may also respond with a separate CoAP response, i.e. first an (ACK, 0.0) that is an acknowledgement of the request reception followed by a (CON, 2.04) response in a separate CoAP message.</t>
    </section>
    <section anchor="rpk-considerations" numbered="true" toc="default">
      <name>Raw Public Key Use Considerations</name>
      <t>This section explains techniques to reduce the number of bytes that are sent over the wire during the BRSKI bootstrap.
The use of a raw public key (RPK) in the pinning process can significantly reduce the number of bytes and round trips, but it comes with a few significant operational limitations.</t>
      <section anchor="the-registrar-trust-anchor" numbered="true" toc="default">
        <name>The Registrar Trust Anchor</name>
        <t>When the Pledge first connects to the Registrar, the connection to the Registrar is provisional, as explained in <xref section="5.6.2" sectionFormat="of" target="RFC8995" format="default"/>.
The Registrar provides its public key in a TLSServerCertificate, and the Pledge uses that to validate that integrity of the (D)TLS connection, but it does not validate the identity of
the provided certificate.</t>
        <t>As the TLSServerCertificate object is never verified directly by the pledge, sending it can be considered superfluous.
Instead of using a (TLSServer)Certificate of type X509 (see section 4.4.2 of <xref target="RFC8446" format="default"/>),
a RawPublicKey object is used.</t>
        <t>A Registrar operating in a mixed environment can determine whether to send a Certificate or a Raw Public key: this is determined by the pledge including the server_certificate_type of RawPublicKey.
This is shown in section 5 of <xref target="RFC7250" format="default"/>.</t>
        <t>The Pledge continues to send a client_certificate_type of X509, so that the Registrar can properly identify the pledge and distill the MASA URI information from its certificate.</t>
      </section>
      <section anchor="the-pledge-voucher-request" numbered="true" toc="default">
        <name>The Pledge Voucher Request</name>
        <t>The Pledge puts the Registrar's public key into the proximity-registrar-pubk
field of the voucher-request.
(The proximity-registrar-pubk-sha256 can also be used if the 32-bytes of a SHA256 hash turns out to be smaller than a typical ECDSA key.)</t>
        <t>As the format of the pubk field is identical to the TLS Certificate RawPublicKey, no manipulation at all is needed to insert this into a voucher-request.</t>
      </section>
      <section anchor="the-voucher-response" numbered="true" toc="default">
        <name>The Voucher Response</name>
        <t>A returned voucher will have a pinned-domain-subk field with the identical key as was found in the proximity-registrar-pubk field above, as well as in the TLS connection.</t>
        <t>Validation of this key by the pledge is what takes the DTLS connection out of the provisional state see <xref section="5.6.2" sectionFormat="of" target="RFC8995" format="default"/>.</t>
        <t>The voucher needs to be validated first.
The Pledge needs to have a public key to validate the signature from the MASA on the voucher.</t>
        <t>In certain cases, the MASA's public key counterpart of the (private) signing key is already installed in the Pledge at manufacturing time.
In other cases, if the MASA signing key is based upon a PKI (see <xref target="I-D.richardson-anima-masa-considerations" format="default"/> Section 2.3), then a certificate chain may need to be included with the voucher in order for the pledge to validate the signature.
In CMS signed artifacts, the CMS structure has a place for such certificates.</t>
        <t>In the COSE-signed Constrained Vouchers described in this document, the x5bag attribute from <xref target="I-D.ietf-cose-x509" format="default"/> is to be used for this.</t>
      </section>
    </section>
    <section anchor="use-of-constrained-vouchers-with-https" numbered="true" toc="default">
      <name>Use of constrained vouchers with HTTPS</name>
      <t>This specification contains two extensions to <xref target="RFC8995" format="default"/>: a constrained voucher format (COSE), and a constrained transfer protocol (CoAP).</t>
      <t>On constrained networks with constrained devices, it make senses to use both together.
However, this document does not mandate that this be the only way.</t>
      <t>A given constrained device design and software may be re-used for multiple device models, such as a model having only an IEEE 802.15.4 radio, or a model
having only an IEEE 802.11 (Wi-Fi) radio, or a model having both these radios.
A manufacturer of such device models may wish to have code only for the use of the constrained voucher format (COSE), and use it on all supported radios
including the IEEE 802.11 radio. For this radio, the software stack to support HTTP/TLS may be already integrated into the radio module hence it is
attractive for the manufacturer to reuse this. This type of approach is supported by this document.
In the case that HTTPS is used, the normal <xref target="RFC8995" format="default"/> resource names are used, together with the media types described in this document.</t>
      <t>Other combinations are possible, but they are not enumerated here.
New work such as <xref target="I-D.ietf-anima-jws-voucher" format="default"/> provides new formats that may be useable over a number of different transports.
In general, sending larger payloads over constrained networks makes less sense,
while sending smaller payloads over unconstrained networks is perfectly acceptable.</t>
      <t>The Pledge will in most cases support a single voucher format, which it uses without negotiation i.e. without discovery of formats supported.
The Registrar, being unconstrained, is expected to support all voucher formats.
There will be cases where a Registrar does not support a new format that a new Pledge uses, and this is an unfortunate situation that will result in lack of interoperation.</t>
      <t>The responsability for supporting new formats is on the Registrar.</t>
    </section>
    <section anchor="security" numbered="true" toc="default">
      <name>Security Considerations</name>
      <section anchor="duplicate-serial-numbers" numbered="true" toc="default">
        <name>Duplicate serial-numbers</name>
        <t>In the absense of correct use of idevid-issuer by the Registrar as detailed in <xref target="registrar-idevid-issuer" format="default"/>, it would be possible for a malicious Registrar to use an unauthorized voucher for a device.
This would apply only to the case where a Manufacturer Authorized Signing Authority (MASA) is trusted by different products from the same manufacturer, and the manufacturer has duplicated serial numbers as a result of a merge, acquisition or mis-management.</t>
        <t>For example, imagine the same manufacturer makes light bulbs as well as gas centrifuges,
and said manufacturer does not uniquely allocate product serial numbers.
This attack only works for nonceless vouchers.
The attacker has obtained a light bulb which happens to have the same serial-number as a gas centrofuge which it wishes to obtain access.
The attacker performs a normal BRSKI onboarding for the light bulb, but then uses the resulting voucher to onboard the gas centrofuge.
The attack requires that the gas centrofuge be returned to a state where it is willing to perform a new onboarding operation.</t>
        <t>This attack is prevented by the mechanism of having the Registrar include the idevid-issuer in the RVR, and the MASA including it in the resulting voucher.
The idevid-issuer is not included by default: a MASA needs to be aware if there are parts of the organization which duplicates serial numbers, and if so, include it.</t>
      </section>
      <section anchor="idevid-security-in-pledge" numbered="true" toc="default">
        <name>IDevID security in Pledge</name>
        <t>TBD.</t>
      </section>
      <section anchor="security-of-coap-and-udp-protocols" numbered="true" toc="default">
        <name>Security of CoAP and UDP protocols</name>
        <t><xref target="brski-masa-protocol-format" format="default"/> explains that no CoAPS version of the BRSKI-MASA protocol is proposed.
The connection from the Registrar to the MASA continues to be HTTPS as in <xref target="RFC8995" format="default"/>.
This has been done to simplify the MASA deployment for the manufacturer, because no new protocol needs to be enabled on the server.</t>
        <t>The use of UDP protocols across the open Internet is sometimes fraught with security challenges.
Denial-of-service attacks against UDP based protocols are trivial as there is no three-way handshake as done for TCP.
The three-way handshake of TCP guarantees that the node sending the connection request is reachable using the origin IP address.
While DTLS contains an option to do a stateless challenge -- a process actually stronger than that done by TCP -- it is not yet common for this mechanism to be available in hardware at multigigabit speeds.
It is for this reason that this document defines using HTTPS for the Registrar to MASA connection.</t>
      </section>
      <section anchor="registrar-certificate-may-be-self-signed" numbered="true" toc="default">
        <name>Registrar Certificate may be self-signed</name>
        <t>The provisional (D)TLS connection formed by the Pledge with the Registrar does not authenticate the Registrar's identity.
This Registrar's identity is validated by the <xref target="RFC8366" format="default"/> voucher that is issued by the MASA, signed with an anchor that was built-in to the Pledge.</t>
        <t>The Registrar may therefore use any certificate, including a self-signed one.
The only restrictions on the certificate is that it MUST have EKU bits set as detailed in <xref target="registrar-certificate-requirement" format="default"/>.</t>
      </section>
      <section anchor="use-of-rpk-alternatives-to-proximity-registrar-cert" numbered="true" toc="default">
        <name>Use of RPK alternatives to proximity-registrar-cert</name>
        <t>In <xref target="voucher-request-artifact" format="default"/> two compact alternative fields for proximity-registrar-cert are defined that include an RPK: proximity-registrar-pubk and proximity-registrar-pubk-sha256.
The Pledge can use these fields in its PVR to identify the Registrar based on its public key only. Since the full certificate of the proximate Registrar is not included, use of these fields
by a Pledge implies that a Registrar could insert another certificate with the same public key identity into the RVR. For example, an older or a newer version of its certificate.
The MASA will not be able to detect such act by the Registrar. But since any 'other' certificate the Registrar could insert in this way still encodes its identity the additional risk
of using the RPK alternatives is neglible.</t>
        <t>When a Registrar sees a PVR that uses one of proximity-registrar-pubk or proximity-registrar-pubk-sha256 fields, this implies the Registrar must include the certificate identified by these fields into its RVR.
Otherwise, the MASA is unable to verify proximity. This requirement is already implied by the "MUST" requirement in <xref target="registrar-identity" format="default"/>.</t>
      </section>
      <section anchor="security-masa-coaps" numbered="true" toc="default">
        <name>MASA support of CoAPS</name>
        <t>The use of CoAP for the BRSKI-MASA connection is not in scope of the current document.
The following security considerations have led to this choice of scope:</t>
        <ul spacing="normal">
          <li>the technology and experience to build secure Internet-scale HTTPS responders (which the MASA is) is common, while the experience in doing the same for CoAP is much less common.</li>
          <li>in many enterprise networks, outgoing UDP connections are often treated as suspicious, which could effectively block CoAP connections for some firewall configurations.</li>
          <li>reducing the complexity of MASA (i.e. less protocols supported) would also reduce its potential attack surface, which is relevant since the MASA is 24/7 exposed on the Internet and accepting (untrusted) incoming connections.</li>
        </ul>
      </section>
    </section>
    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <section anchor="resource-type-registry" numbered="true" toc="default">
        <name>Resource Type Registry</name>
        <t>Additions to the sub-registry "Resource Type Link Target Attribute Values", within the "CoRE Parameters" IANA registry are specified below.</t>
        <t>Reference: [This RFC]</t>
        <table anchor="iana-core-rt-values" align="center">
          <name>Resource Type (rt) link target attribute values for IANA registration</name>
          <thead>
            <tr>
              <th align="left">Attribute</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">brski</td>
              <td align="left">Root path of Bootstrapping Remote Secure Key Infrastructure (BRSKI) resources</td>
            </tr>
            <tr>
              <td align="left">brski.rv</td>
              <td align="left">BRSKI request voucher resource</td>
            </tr>
            <tr>
              <td align="left">brski.vs</td>
              <td align="left">BRSKI voucher status telemetry resource</td>
            </tr>
            <tr>
              <td align="left">brski.es</td>
              <td align="left">BRSKI enrollment status telemetry resource</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="the-ietf-xml-registry" numbered="true" toc="default">
        <name>The IETF XML Registry</name>
        <t>This document registers two URIs in the IETF XML registry <xref target="RFC3688" format="default"/>.
Following the format in <xref target="RFC3688" format="default"/>, the following registration is requested:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  URI: urn:ietf:params:xml:ns:yang:ietf-voucher-constrained
  Registrant Contact: The ANIMA WG of the IETF.
  XML: N/A, the requested URI is an XML namespace.

  URI: urn:ietf:params:xml:ns:yang:ietf-voucher-request-constrained
  Registrant Contact: The ANIMA WG of the IETF.
  XML: N/A, the requested URI is an XML namespace.
]]></artwork>
      </section>
      <section anchor="the-yang-module-names-registry" numbered="true" toc="default">
        <name>The YANG Module Names Registry</name>
        <t>This document registers two YANG modules in the YANG Module Names registry <xref target="RFC6020" format="default"/>.  Following the format defined in <xref target="RFC6020" format="default"/>, the the following registration is requested:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  name:         ietf-voucher-constrained
  namespace:    urn:ietf:params:xml:ns:yang:ietf-voucher-constrained
  prefix:       vch
  reference:    RFC XXXX

  name:         ietf-voucher-request-constrained
  namespace:    urn:ietf:params:xml:ns:yang:ietf-voucher-
                                           request-constrained
  prefix:       vch
  reference:    RFC XXXX
]]></artwork>
      </section>
      <section anchor="the-rfc-sid-range-assignment-sub-registry" numbered="true" toc="default">
        <name>The RFC SID range assignment sub-registry</name>
        <artwork name="" type="" align="left" alt=""><![CDATA[
------------ ------ --------------------------- ------------
Entry-point | Size | Module name               | RFC Number
------------ ------ --------------------------- ------------
2450          50     ietf-voucher-constrained    [This RFC]
2500          50     ietf-voucher-request        [This RFC]
                                 -constrained
----------- ------  --------------------------- ------------
]]></artwork>
        <t>Warning: These SID values are defined in <xref target="I-D.ietf-core-sid" format="default"/>, not as an Early Allocation.</t>
        <t>IANA: please update the names in the Registry to match these revised names, if they have not already  been revised.</t>
      </section>
      <section anchor="media-types-registry" numbered="true" toc="default">
        <name>Media Types Registry</name>
        <t>This section registers the 'application/voucher-cose+cbor' in the IANA "Media Types" registry.
This media type is used to indicate that the content is a CBOR voucher or voucher request
signed with a COSE_Sign1 structure <xref target="I-D.ietf-cose-rfc8152bis-struct" format="default"/>.</t>
        <section anchor="applicationvoucher-cosecbor" numbered="true" toc="default">
          <name>application/voucher-cose+cbor</name>
          <artwork name="" type="" align="left" alt=""><![CDATA[
Type name:  application
Subtype name:  voucher-cose+cbor
Required parameters:  N/A
Optional parameters:  N/A
Encoding considerations:  binary (CBOR)
Security considerations:  Security Considerations of [This RFC].
Interoperability considerations:  The format is designed to be
  broadly interoperable.
Published specification:  [This RFC]
Applications that use this media type:  ANIMA, 6tisch, and other
  zero-touch onboarding systems
Fragment identifier considerations:  The syntax and semantics of
  fragment identifiers specified for application/voucher-cose+cbor
  are as specified for application/cbor.  (At publication of this
  document, there is no fragment identification syntax defined for
  application/cbor.)
Additional information:
  Deprecated alias names for this type: N/A
  Magic number(s):  N/A
  File extension(s):  .vch
  Macintosh file type code(s):  N/A
Person & email address to contact for further information:  IETF
  ANIMA Working Group (anima@ietf.org) or IETF Operations and
  Management Area Working Group (opsawg@ietf.org)
Intended usage:  COMMON
Restrictions on usage:  N/A
Author:  ANIMA WG
Change controller:  IETF
Provisional registration? (standards tree only):  NO
]]></artwork>
        </section>
      </section>
      <section anchor="coap-content-format-registry" numbered="true" toc="default">
        <name>CoAP Content-Format Registry</name>
        <t>One addition to the sub-registry "CoAP Content-Formats", within the "CoRE
Parameters" registry is needed for a new content-format. It can be registered
in the Expert Review range (0-255) or the IETF Review range (256-9999).</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
Media type                     Encoding   ID   Reference
-----------------------------  --------- ----  ----------
application/voucher-cose+cbor  -         TBD3  [This RFC]
]]></artwork>
      </section>
      <section anchor="update-to-brski-parameters-registry" numbered="true" toc="default">
        <name>Update to BRSKI Parameters Registry</name>
        <t>This section updates the BRSKI Well-Known URIs sub-registry of the IANA Bootstrapping Remote Secure Key Infrastructures (BRSKI) Parameters Registry
by adding a new column "Short URI". The contents of this field MUST be specified for any newly registered URI as follows:</t>
        <t>Short URI: A short name for the "URI" resource that can be used by a Constrained BRSKI Pledge in a CoAP request to the Registrar. In case the "URI" resource is only used between Registrar and MASA, the value "--" is registered denoting that a short name is not applicable.</t>
        <t>The initial contents of the sub-registry including the new column are as follows:</t>
        <table anchor="brski-wellknown-uri" align="center">
          <name>Update of the BRSKI Well-Known URI Sub-Registry</name>
          <thead>
            <tr>
              <th align="left">URI</th>
              <th align="left">Short URI</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">requestvoucher</td>
              <td align="left">rv</td>
              <td align="left">Request voucher: Pledge to Registrar, and Registrar to MASA</td>
              <td align="left">
                <xref target="RFC8995" format="default"/>, [This RFC]</td>
            </tr>
            <tr>
              <td align="left">voucher_status</td>
              <td align="left">vs</td>
              <td align="left">Voucher status telemetry: Pledge to Registrar</td>
              <td align="left">
                <xref target="RFC8995" format="default"/>, [This RFC]</td>
            </tr>
            <tr>
              <td align="left">requestauditlog</td>
              <td align="left">--</td>
              <td align="left">Request audit log: Registrar to MASA</td>
              <td align="left">
                <xref target="RFC8995" format="default"/></td>
            </tr>
            <tr>
              <td align="left">enrollstatus</td>
              <td align="left">es</td>
              <td align="left">Enrollment status telemetry: Pledge to Registrar</td>
              <td align="left">
                <xref target="RFC8995" format="default"/>, [This RFC]</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
    <section anchor="acknowledgements" numbered="true" toc="default">
      <name>Acknowledgements</name>
      <t>We are very grateful to Jim Schaad for explaining COSE and CMS choices.
Also thanks to Jim Schaad for correcting earlier versions of the COSE_Sign1 objects.</t>
      <t>Michel Veillette did extensive work on <em>pyang</em> to extend it to support the SID allocation process, and this document was among its first users.</t>
      <t>Daniel Franke and Henk Birkholtz provided review feedback.</t>
      <t>The BRSKI design team has met on many Thursdays for document review.<br/>
It includes: 
Aurelio Schellenbaum, 
David von Oheimb
Steffen Fries, 
Thomas Werner, 
Toerless Eckert,</t>
    </section>
    <section anchor="changelog" numbered="true" toc="default">
      <name>Changelog</name>
      <t>-11 to -16
    (For change details see GitHub issues https://github.com/anima-wg/constrained-voucher/issues)</t>
      <t>-10
    Design considerations extended
    Examples made consistent</t>
      <t>-08
    Examples for cose_sign1 are completed and improved.</t>
      <t>-06
    New SID values assigned; regenerated examples</t>
      <t>-04
    voucher and request-voucher MUST be signed
    examples for signed request are added in appendix
    IANA SID registration is updated
    SID values in examples are aligned
    signed cms examples aligned with new SIDs</t>
      <t>-03</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
Examples are inverted.
]]></artwork>
      <t>-02</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
Example of requestvoucher with unsigned appllication/cbor is added
attributes of voucher "refined" to optional
CBOR serialization of vouchers improved
Discovery port numbers are specified
]]></artwork>
      <t>-01</t>
      <artwork name="" type="" align="left" alt=""><![CDATA[
application/json is optional, application/cbor is compulsory
Cms and cose mediatypes are introduced
]]></artwork>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC3688" target="https://www.rfc-editor.org/info/rfc3688">
          <front>
            <title>The IETF XML Registry</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling">
              <organization/>
            </author>
            <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="RFC4193" target="https://www.rfc-editor.org/info/rfc4193">
          <front>
            <title>Unique Local IPv6 Unicast Addresses</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden">
              <organization/>
            </author>
            <author fullname="B. Haberman" initials="B." surname="Haberman">
              <organization/>
            </author>
            <date month="October" year="2005"/>
            <abstract>
              <t>This document defines an IPv6 unicast address format that is globally unique and is intended for local communications, usually inside of a site. These addresses are not expected to be routable on the global Internet.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4193"/>
          <seriesInfo name="DOI" value="10.17487/RFC4193"/>
        </reference>
        <reference anchor="RFC4210" target="https://www.rfc-editor.org/info/rfc4210">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
            <author fullname="C. Adams" initials="C." surname="Adams">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="T. Kause" initials="T." surname="Kause">
              <organization/>
            </author>
            <author fullname="T. Mononen" initials="T." surname="Mononen">
              <organization/>
            </author>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocol (CMP).  Protocol messages are defined for X.509v3 certificate creation and management.  CMP provides on-line interactions between PKI components, including an exchange between a Certification Authority (CA) and a client system.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4210"/>
          <seriesInfo name="DOI" value="10.17487/RFC4210"/>
        </reference>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <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="RFC6066" target="https://www.rfc-editor.org/info/rfc6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions.  It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2".  The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC6125" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="J. Hodges" initials="J." surname="Hodges">
              <organization/>
            </author>
            <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="RFC7250" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="J. Gilmore" initials="J." surname="Gilmore">
              <organization/>
            </author>
            <author fullname="S. Weiler" initials="S." surname="Weiler">
              <organization/>
            </author>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen">
              <organization/>
            </author>
            <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>
        <reference anchor="RFC7950" target="https://www.rfc-editor.org/info/rfc7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund">
              <organization/>
            </author>
            <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="RFC8366" target="https://www.rfc-editor.org/info/rfc8366">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <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="RFC8446" target="https://www.rfc-editor.org/info/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <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="RFC8610" target="https://www.rfc-editor.org/info/rfc8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz">
              <organization/>
            </author>
            <author fullname="C. Vigano" initials="C." surname="Vigano">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <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">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC8995" target="https://www.rfc-editor.org/info/rfc8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <author fullname="M. Behringer" initials="M." surname="Behringer">
              <organization/>
            </author>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <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="RFC9031" target="https://www.rfc-editor.org/info/rfc9031">
          <front>
            <title>Constrained Join Protocol (CoJP) for 6TiSCH</title>
            <author fullname="M. Vučinić" initials="M." role="editor" surname="Vučinić">
              <organization/>
            </author>
            <author fullname="J. Simon" initials="J." surname="Simon">
              <organization/>
            </author>
            <author fullname="K. Pister" initials="K." surname="Pister">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes the minimal framework required for a new device, called a "pledge", to securely join a 6TiSCH (IPv6 over the Time-Slotted Channel Hopping mode of IEEE 802.15.4) network. The framework requires that the pledge and the JRC (Join Registrar/Coordinator, a central entity), share a symmetric key. How this key is provisioned is out of scope of this document. Through a single CoAP (Constrained Application Protocol) request-response exchange secured by OSCORE (Object Security for Constrained RESTful Environments), the pledge requests admission into the network, and the JRC configures it with link-layer keying material and other parameters. The JRC may at any time update the parameters through another request-response exchange secured by OSCORE. This specification defines the Constrained Join Protocol and its CBOR (Concise Binary Object Representation) data structures, and it describes how to configure the rest of the 6TiSCH communication stack for this join process to occur in a secure manner. Additional security mechanisms may be added on top of this minimal framework.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9031"/>
          <seriesInfo name="DOI" value="10.17487/RFC9031"/>
        </reference>
        <reference anchor="RFC9032" target="https://www.rfc-editor.org/info/rfc9032">
          <front>
            <title>Encapsulation of 6TiSCH Join and Enrollment Information Elements</title>
            <author fullname="D. Dujovne" initials="D." role="editor" surname="Dujovne">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>In the Time-Slotted Channel Hopping (TSCH) mode of IEEE Std 802.15.4, opportunities for broadcasts are limited to specific times and specific channels.  Routers in a TSCH network transmit Enhanced Beacon (EB) frames to announce the presence of the network.  This document provides a mechanism by which additional information critical for new nodes (pledges) and long-sleeping nodes may be carried within the EB in order to conserve use of broadcast opportunities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9032"/>
          <seriesInfo name="DOI" value="10.17487/RFC9032"/>
        </reference>
        <reference anchor="I-D.ietf-core-yang-cbor" target="https://www.ietf.org/archive/id/draft-ietf-core-yang-cbor-18.txt">
          <front>
            <title>CBOR Encoding of Data Modeled with YANG</title>
            <author fullname="Michel Veillette">
              <organization>Trilliant Networks Inc.</organization>
            </author>
            <author fullname="Ivaylo Petrov">
              <organization>Google Switzerland GmbH</organization>
            </author>
            <author fullname="Alexander Pelov">
              <organization>Acklio</organization>
            </author>
            <author fullname="Carsten Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="19" month="December" year="2021"/>
            <abstract>
              <t>   Based on the Concise Binary Object Representation (CBOR, RFC 8949),
   this document defines encoding rules for representing configuration
   data, state data, parameters and results of Remote Procedure Call
   (RPC) operations or actions, and notifications, defined using YANG
   (RFC 7950).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-yang-cbor-18"/>
        </reference>
        <reference anchor="I-D.ietf-core-sid" target="https://www.ietf.org/archive/id/draft-ietf-core-sid-18.txt">
          <front>
            <title>YANG Schema Item iDentifier (YANG SID)</title>
            <author fullname="Michel Veillette">
              <organization>Trilliant Networks Inc.</organization>
            </author>
            <author fullname="Alexander Pelov">
              <organization>Acklio</organization>
            </author>
            <author fullname="Ivaylo Petrov">
              <organization>Google Switzerland GmbH</organization>
            </author>
            <author fullname="Carsten Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="18" month="November" year="2021"/>
            <abstract>
              <t>   YANG Schema Item iDentifiers (YANG SID) are globally unique 63-bit
   unsigned integers used to identify YANG items, as a more compact
   method to identify YANG items that can be used for efficiency and in
   constrained environments (RFC 7228).  This document defines the
   semantics, the registration, and assignment processes of 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="Internet-Draft" value="draft-ietf-core-sid-18"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-struct" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-struct-15.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="1" month="February" year="2021"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined 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.

   This document along with [I-D.ietf-cose-rfc8152bis-algs] obsoletes
   RFC8152.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-struct-15"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-algs" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-algs-12.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="24" month="September" year="2020"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined for this data format.
   THis document defines a set of algorithms that can be used with the
   CBOR Object Signing and Encryption (COSE) protocol RFC XXXX.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-algs-12"/>
        </reference>
        <reference anchor="I-D.ietf-ace-coap-est" target="https://www.ietf.org/archive/id/draft-ietf-ace-coap-est-18.txt">
          <front>
            <title>EST over secure CoAP (EST-coaps)</title>
            <author fullname="Peter van der Stok">
              <organization>Consultant</organization>
            </author>
            <author fullname="Panos Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Michael C. Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Shahid Raza">
              <organization>RISE SICS</organization>
            </author>
            <date day="6" month="January" year="2020"/>
            <abstract>
              <t>   Enrollment over Secure Transport (EST) is used as a certificate
   provisioning protocol over HTTPS.  Low-resource devices often use the
   lightweight Constrained Application Protocol (CoAP) for message
   exchanges.  This document defines how to transport EST payloads over
   secure CoAP (EST-coaps), which allows constrained devices to use
   existing EST functionality for provisioning certificates.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-coap-est-18"/>
        </reference>
        <reference anchor="I-D.ietf-cose-x509" target="https://www.ietf.org/archive/id/draft-ietf-cose-x509-08.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Header parameters for carrying and referencing X.509 certificates</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="14" month="December" year="2020"/>
            <abstract>
              <t>   The CBOR Signing And Encrypted Message (COSE) structure uses
   references to keys in general.  For some algorithms, additional
   properties are defined which carry parameters relating to keys as
   needed.  The COSE Key structure is used for transporting keys outside
   of COSE messages.  This document extends the way that keys can be
   identified and transported by providing attributes that refer to or
   contain X.509 certificates.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-x509-08"/>
        </reference>
        <reference anchor="I-D.ietf-tls-dtls13" target="https://www.ietf.org/archive/id/draft-ietf-tls-dtls13-43.txt">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="Eric Rescorla">
              <organization>RTFM, Inc.</organization>
            </author>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Nagendra Modadugu">
              <organization>Google, Inc.</organization>
            </author>
            <date day="30" month="April" year="2021"/>
            <abstract>
              <t>   This document specifies Version 1.3 of the Datagram Transport Layer
   Security (DTLS) protocol.  DTLS 1.3 allows client/server applications
   to communicate over the Internet in a way that is designed to prevent
   eavesdropping, tampering, and message forgery.

   The DTLS 1.3 protocol is intentionally based on the Transport Layer
   Security (TLS) 1.3 protocol and provides equivalent security
   guarantees with the exception of order protection/non-replayability.
   Datagram semantics of the underlying transport are preserved by the
   DTLS protocol.

   This document obsoletes RFC 6347.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-dtls13-43"/>
        </reference>
        <reference anchor="ieee802-1AR" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author initials="." surname="IEEE Standard">
              <organization/>
            </author>
            <date year="2009"/>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC4443" target="https://www.rfc-editor.org/info/rfc4443">
          <front>
            <title>Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6) Specification</title>
            <author fullname="A. Conta" initials="A." surname="Conta">
              <organization/>
            </author>
            <author fullname="S. Deering" initials="S." surname="Deering">
              <organization/>
            </author>
            <author fullname="M. Gupta" initials="M." role="editor" surname="Gupta">
              <organization/>
            </author>
            <date month="March" year="2006"/>
            <abstract>
              <t>This document describes the format of a set of control messages used in ICMPv6 (Internet Control Message Protocol).  ICMPv6 is the Internet Control Message Protocol for Internet Protocol version 6 (IPv6).  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="89"/>
          <seriesInfo name="RFC" value="4443"/>
          <seriesInfo name="DOI" value="10.17487/RFC4443"/>
        </reference>
        <reference anchor="RFC6282" target="https://www.rfc-editor.org/info/rfc6282">
          <front>
            <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
            <author fullname="J. Hui" initials="J." role="editor" surname="Hui">
              <organization/>
            </author>
            <author fullname="P. Thubert" initials="P." surname="Thubert">
              <organization/>
            </author>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document updates RFC 4944, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks".  This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs).  The compression format relies on shared context to allow compression of arbitrary prefixes.  How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers.  UDP header compression is specified within this framework.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6282"/>
          <seriesInfo name="DOI" value="10.17487/RFC6282"/>
        </reference>
        <reference anchor="RFC6690" target="https://www.rfc-editor.org/info/rfc6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links.  Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type.  "RESTful" refers to the Representational State Transfer (REST) architecture.  A well-known URI is defined as a default entry point for requesting the links hosted by a server.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7030" target="https://www.rfc-editor.org/info/rfc7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin">
              <organization/>
            </author>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee">
              <organization/>
            </author>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins">
              <organization/>
            </author>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport.  This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates.  It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC7228" target="https://www.rfc-editor.org/info/rfc7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="M. Ersue" initials="M." surname="Ersue">
              <organization/>
            </author>
            <author fullname="A. Keranen" initials="A." surname="Keranen">
              <organization/>
            </author>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks.  This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC8340" target="https://www.rfc-editor.org/info/rfc8340">
          <front>
            <title>YANG Tree Diagrams</title>
            <author fullname="M. Bjorklund" initials="M." surname="Bjorklund">
              <organization/>
            </author>
            <author fullname="L. Berger" initials="L." role="editor" surname="Berger">
              <organization/>
            </author>
            <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="RFC8990" target="https://www.rfc-editor.org/info/rfc8990">
          <front>
            <title>GeneRic Autonomic Signaling Protocol (GRASP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="B. Carpenter" initials="B." role="editor" surname="Carpenter">
              <organization/>
            </author>
            <author fullname="B. Liu" initials="B." role="editor" surname="Liu">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies the GeneRic Autonomic Signaling Protocol (GRASP), which enables autonomic nodes and Autonomic Service Agents to dynamically discover peers, to synchronize state with each other, and to negotiate parameter settings with each other. GRASP depends on an external security environment that is described elsewhere. The technical objectives and parameters for specific application scenarios are to be described in separate documents. Appendices briefly discuss requirements for the protocol and existing protocols with comparable features.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8990"/>
          <seriesInfo name="DOI" value="10.17487/RFC8990"/>
        </reference>
        <reference anchor="I-D.ietf-6lo-mesh-link-establishment" target="https://www.ietf.org/archive/id/draft-ietf-6lo-mesh-link-establishment-00.txt">
          <front>
            <title>Mesh Link Establishment</title>
            <author fullname="Richard Kelsey">
	 </author>
            <date day="1" month="December" year="2015"/>
            <abstract>
              <t>   This document defines the mesh link establishment (MLE) protocol for
   establishing and configuring secure radio links in IEEE 802.15.4
   radio mesh networks.  MLE extends IEEE 802.15.4 for use in multihop
   mesh networks by adding three capabilities: 1) dynamically
   configuring and securing radio connections between neighboring
   devices, 2) enabling network-wide changes to shared radio parameters,
   and 3) allowing the determination of radio link quality prior to
   configuration.  MLE operates below the routing layer, insulating it
   from the details of configuring, securing, and maintaining individual
   radio links within a larger mesh network.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6lo-mesh-link-establishment-00"/>
        </reference>
        <reference anchor="I-D.kuehlewind-update-tag" target="https://www.ietf.org/archive/id/draft-kuehlewind-update-tag-04.txt">
          <front>
            <title>Definition of new tags for relations between RFCs</title>
            <author fullname="Mirja Kuehlewind">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Suresh Krishnan">
              <organization>Kaloom</organization>
            </author>
            <date day="12" month="July" year="2021"/>
            <abstract>
              <t>   An RFC can include a tag called "Updates" which can be used to link a
   new RFC to an existing RFC.  On publication of such an RFC, the
   existing RFC will include an additional metadata tag called "Updated
   by" which provides a link to the new RFC.  However, this tag pair is
   not well-defined and therefore it is currently used for multiple
   different purposes, which leads to confusion about the actual meaning
   of this tag and inconsistency in its use.

   This document recommends the discontinuation of the use of the
   updates/updated by tag pair, and instead proposes three new tag pairs
   that have well-defined meanings and use cases.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-kuehlewind-update-tag-04"/>
        </reference>
        <reference anchor="I-D.richardson-anima-masa-considerations" target="https://www.ietf.org/archive/id/draft-richardson-anima-masa-considerations-06.txt">
          <front>
            <title>Operatonal Considerations for Voucher infrastructure for BRSKI MASA</title>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Wei Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="13" month="November" year="2021"/>
            <abstract>
              <t>   This document describes a number of operational modes that a BRSKI
   Manufacturer Authorized Signing Authority (MASA) may take on.

   Each mode is defined, and then each mode is given a relevance within
   an over applicability of what kind of organization the MASA is
   deployed into.  This document does not change any protocol
   mechanisms.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-anima-masa-considerations-06"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-join-proxy" target="https://www.ietf.org/archive/id/draft-ietf-anima-constrained-join-proxy-06.txt">
          <front>
            <title>Constrained Join Proxy for Bootstrapping Protocols</title>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <date day="3" month="December" year="2021"/>
            <abstract>
              <t>   This document defines a protocol to securely assign a Pledge to a
   domain, represented by a Registrar, using an intermediary node
   between Pledge and Registrar.  This intermediary node is known as a
   "constrained Join Proxy".  An enrolled Pledge can act as a Join
   Proxy.

   This document extends the work of Bootstrapping Remote Secure Key
   Infrastructures (BRSKI) by replacing the Circuit-proxy between Pledge
   and Registrar by a stateless/stateful constrained Join Proxy.  It
   relays join traffic from the Pledge to the Registrar.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-join-proxy-06"/>
        </reference>
        <reference anchor="I-D.ietf-lake-edhoc" target="https://www.ietf.org/archive/id/draft-ietf-lake-edhoc-12.txt">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="20" month="October" year="2021"/>
            <abstract>
              <t>   This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-12"/>
        </reference>
        <reference anchor="I-D.ietf-anima-jws-voucher" target="https://www.ietf.org/archive/id/draft-ietf-anima-jws-voucher-01.txt">
          <front>
            <title>JWS signed Voucher Artifacts for Bootstrapping Protocols</title>
            <author fullname="Michael Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Thomas Werner">
              <organization>Siemens AG</organization>
            </author>
            <date day="25" month="October" year="2021"/>
            <abstract>
              <t>   [RFC8366] defines a digital artifact called voucher as a YANG-defined
   JSON document that has been signed using a Cryptographic Message
   Syntax (CMS) structure.  This memo introduces a variant of the
   voucher structure in which CMS is replaced by the JSON Object Signing
   and Encryption (JOSE) mechanism described in [RFC7515] to better
   support use-cases in which JOSE is preferred over CMS.

   In addition to explaining how the format is created, MIME types are
   registered and examples are provided.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-jws-voucher-01"/>
        </reference>
        <reference anchor="COSE-registry" target="https://www.iana.org/assignments/cose/cose.xhtml">
          <front>
            <title>CBOR Object Signing and Encryption (COSE) registry</title>
            <author initials="." surname="IANA">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="Thread" target="https://www.threadgroup.org/support#Whitepapers">
          <front>
            <title>Thread support page, White Papers</title>
            <author initials="." surname="Thread Group, Inc">
              <organization/>
            </author>
            <date year="2021" month="November"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="libsup" numbered="true" toc="default">
      <name>Library Support for BRSKI</name>
      <t>For the implementation of BRSKI, the use of a software library to manipulate certificates and use crypto algorithms is often beneficial. Two C-based examples are OpenSSL and mbedtls. Others more targeted to specific platforms or languages exist. It is important to realize that the library interfaces differ significantly between libraries.</t>
      <t>Libraries do not support all known crypto algorithms. Before deciding on a library, it is important to look at their supported crypto algorithms and the roadmap for future support. Apart from availability, the library footprint, and the required execution cycles should be investigated beforehand.</t>
      <t>The handling of certificates usually includes the checking of a certificate chain. In some libraries, chains are constructed and verified on the basis of a set of certificates, the trust anchor (usually self signed root CA), and the target certificate. In other libraries, the chain must be constructed beforehand and obey order criteria. Verification always includes the checking of the signatures. Less frequent is the checking the validity of the dates or checking the existence of a revoked certificate in the chain against a set of revoked certificates. Checking the chain on the consistency of the certificate extensions which specify the use of the certificate usually needs to be programmed explicitly.</t>
      <t>A libary can be used to construct a (D)TLS connection. It is useful to realize that differences beetween (D)TLS implementations will occur due to the differences in the certicate checks supported by the library. On top of that, checks between client and server certificates enforced by (D)TLS are not always helpful for a BRSKI implementation. For example, the certificates of Pledge and Registrar are usually not related when the BRSKI protocol is started. It must be verified that checks on the relation between client and server certificates do not hamper a succeful DTLS connection establishment.</t>
      <section anchor="opensssl" numbered="true" toc="default">
        <name>OpensSSL</name>
        <t>From openssl's apps/verify.c :</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
X509 *x = NULL;
int i = 0, ret = 0;
X509_STORE_CTX *csc;
STACK_OF(X509) *chain = NULL;
int num_untrusted;

x = load_cert(file, "certificate file");
if (x == NULL)
    goto end;

csc = X509_STORE_CTX_new();
if (csc == NULL) {
    BIO_printf(bio_err, "error %s: X.509 store context"
               "allocation failed\n",
               (file == NULL) ? "stdin" : file);
    goto end;
}

X509_STORE_set_flags(ctx, vflags);
if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) {
    X509_STORE_CTX_free(csc);
    BIO_printf(bio_err,
               "error %s: X.509 store context"
               "initialization failed\n",
               (file == NULL) ? "stdin" : file);
    goto end;
}
if (tchain != NULL)
    X509_STORE_CTX_set0_trusted_stack(csc, tchain);
if (crls != NULL)
    X509_STORE_CTX_set0_crls(csc, crls);

i = X509_verify_cert(csc);
X509_STORE_CTX_free(csc);

&lt;CODE ENDS&gt;
</sourcecode>
      </section>
      <section anchor="mbedtls" numbered="true" toc="default">
        <name>mbedTLS</name>
        <sourcecode name="" type="" markers="true"><![CDATA[
mbedtls_x509_crt cert;
mbedtls_x509_crt caCert;
uint32_t         certVerifyResultFlags;
...
int result = mbedtls_x509_crt_verify(&cert, &caCert, NULL, NULL,
                             &certVerifyResultFlags, NULL, NULL);
]]></sourcecode>
      </section>
    </section>
    <section anchor="constrained-brski-est-message-examples" numbered="true" toc="default">
      <name>Constrained BRSKI-EST Message Examples</name>
      <t>This appendix extends the message examples from Appendix A of <xref target="I-D.ietf-ace-coap-est" format="default"/> with constrained BRSKI messages.
The CoAP headers are only fully worked out for the first example, enrollstatus.</t>
      <section anchor="es" numbered="true" toc="default">
        <name>enrollstatus</name>
        <t>A coaps enrollstatus message from Pledge to Registrar can be as follows:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
    POST coaps://192.0.2.1:8085/b/es
      Content-Format: 60
      Payload: <binary CBOR enrollstatus document>
]]></artwork>
        <t>The corresponding CoAP header fields are shown below.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  Ver = 1
  T = 0 (CON)
  TKL = 1
  Code = 0x02 (0.02 is POST method)
  Message ID = 0xab0f
  Token = 0x4d
  Options
   Option  (Uri-Path)
     Option Delta = 0xb   (option nr = 11)
     Option Length = 0x1
     Option Value = "b"
   Option  (Uri-Path)
     Option Delta = 0x0   (option nr = 11)
     Option Length = 0x2
     Option Value = "es"
   Option  (Content-Format)
     Option Delta = 0x1   (option nr = 12)
     Option Length = 0x1
     Option Value = 60    (application/cbor)
  Payload Marker = 0xFF
  Payload = A26776657273696F6E0166737461747573F5 (18 bytes binary)
]]></artwork>
        <t>The Uri-Host and Uri-Port Options are omitted because they coincide with the transport protocol (UDP) destination address and port respectively.</t>
        <t>The above binary CBOR enrollstatus payload looks as follows in CBOR diagnostic notation, for the case of enrollment success:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  {
    "version": 1,
    "status": true
   }
]]></artwork>
        <t>Alternatively the payload could look as follows in case of enrollment failure, using the reason field to describe the failure:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  Payload = A36776657273696F6E0166737461747573F466726561736F6E782A3C
            496E666F726D61746976652068756D616E207265616461626C652065
            72726F72206D6573736167653E

  {
    "version": 1,
    "status": false,
    "reason": "<Informative human readable error message>"
  }
]]></artwork>
        <t>To indicate successful reception of the enrollmentstatus telemetry report, a response from the Registrar may then be:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
   2.04 Changed
]]></artwork>
        <t>With CoAP fields:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
  Ver=1
  T=2 (ACK)
  TKL=1
  Code = 0x44 (2.04 Changed)
  Message ID = 0xab0f
  Token = 0x4d
]]></artwork>
      </section>
      <section anchor="voucherstatus" numbered="true" toc="default">
        <name>voucher_status</name>
        <t>A coaps voucher_status message from Pledge to Registrar can be as follows:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
    POST coaps://[2001:db8::2:1]/.well-known/brski/vs
      Content-Format: 60 (application/cbor)
      Payload:
a46776657273696f6e0166737461747573f466726561736f6e7828496e66
6f726d61746976652068756d616e2d7265616461626c65206572726f7220
6d6573736167656e726561736f6e2d636f6e74657874a100764164646974
696f6e616c20696e666f726d6174696f6e

]]></artwork>
        <t>The request payload above is binary CBOR but represented here in hexadecimal for readability. Below is the equivalent CBOR diagnostic format.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
{
  "version": 1, 
  "status": false,
  "reason": "Informative human-readable error message",
  "reason-context": { 0: "Additional information" } 
}
]]></artwork>
        <t>A success response without payload will then be sent by the Registrar back to the Pledge to indicate reception of the telemetry report:</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
   2.04 Changed
]]></artwork>
      </section>
    </section>
    <section anchor="cosesign" numbered="true" toc="default">
      <name>COSE-signed Voucher (Request) Examples</name>
      <t>This appendix provides examples of COSE-signed voucher requests and vouchers. First, the used test keys and certificates are described, following by examples of
a constrained PVR, RVR and voucher.</t>
      <section anchor="pledge-registrar-and-masa-keys" numbered="true" toc="default">
        <name>Pledge, Registrar and MASA Keys</name>
        <t>This section documents the public and private keys used for all examples in this appendix. These keys are not used in any
production system, and must only be used for testing purposes.</t>
        <section anchor="pledgepriv" numbered="true" toc="default">
          <name>Pledge IDevID private key</name>
          <sourcecode>
&lt;CODE BEGINS&gt;
Private-Key: (256 bit)
priv:
    9b:4d:43:b6:a9:e1:7c:04:93:45:c3:13:d9:b5:f0:
    41:a9:6a:9c:45:79:73:b8:62:f1:77:03:3a:fc:c2:
    9c:9a
pub:
    04:d6:b7:6f:74:88:bd:80:ae:5f:28:41:2c:72:02:
    ef:5f:98:b4:81:e1:d9:10:4c:f8:1b:66:d4:3e:5c:
    ea:da:73:e6:a8:38:a9:f1:35:11:85:b6:cd:e2:04:
    10:be:fe:d5:0b:3b:14:69:2e:e1:b0:6a:bc:55:40:
    60:eb:95:5c:54
ASN1 OID: prime256v1
NIST CURVE: P-256
&lt;CODE ENDS&gt;
</sourcecode>
        </section>
        <section anchor="jrcpriv" numbered="true" toc="default">
          <name>Registrar private key</name>
          <sourcecode>
&lt;CODE BEGINS&gt;
Private-Key: (256 bit)
priv:
    81:df:bb:50:a3:45:58:06:b5:56:3b:46:de:f3:e9:
    e9:00:ae:98:13:9e:2f:36:68:81:fc:d9:65:24:fb:
    21:7e
pub:
    04:50:7a:c8:49:1a:8c:69:c7:b5:c3:1d:03:09:ed:
    35:ba:13:f5:88:4c:e6:2b:88:cf:30:18:15:4f:a0:
    59:b0:20:ec:6b:eb:b9:4e:02:b8:93:40:21:89:8d:
    a7:89:c7:11:ce:a7:13:39:f5:0e:34:8e:df:0d:92:
    3e:d0:2d:c7:b7
ASN1 OID: prime256v1
NIST CURVE: P-256
&lt;CODE ENDS&gt;
</sourcecode>
        </section>
        <section anchor="masapriv" numbered="true" toc="default">
          <name>MASA private key</name>
          <sourcecode>
&lt;CODE BEGINS&gt;
Private-Key: (256 bit)
priv:
    c6:bb:a5:8f:b6:d3:c4:75:28:d8:d3:d9:46:c3:31:
    83:6d:00:0a:9a:38:ce:22:5c:e9:d9:ea:3b:98:32:
    ec:31
pub:
    04:59:80:94:66:14:94:20:30:3c:66:08:85:55:86:
    db:e7:d4:d1:d7:7a:d2:a3:1a:0c:73:6b:01:0d:02:
    12:15:d6:1f:f3:6e:c8:d4:84:60:43:3b:21:c5:83:
    80:1e:fc:e2:37:85:77:97:94:d4:aa:34:b5:b6:c6:
    ed:f3:17:5c:f1
ASN1 OID: prime256v1
NIST CURVE: P-256
&lt;CODE ENDS&gt;
</sourcecode>
        </section>
      </section>
      <section anchor="pledge-registrar-and-masa-certificates" numbered="true" toc="default">
        <name>Pledge, Registrar and MASA Certificates</name>
        <t>All keys and certificates used for the examples have been generated with OpenSSL - see <xref target="appendix-gencerts" format="default"/> for more details on certificate generation.
Below the certificates are listed that accompany the keys shown above. Each certificate description is followed by the hexadecimal representation of the X.509 ASN.1 DER encoded certificate.
This representation can be for example decoded using an online ASN.1 decoder.</t>
        <section anchor="pledge-idevid-certificate" numbered="true" toc="default">
          <name>Pledge IDevID Certificate</name>
          <sourcecode>
&lt;CODE BEGINS&gt;
Certificate:
  Data:
      Version: 3 (0x2)
      Serial Number: 4822678189204992 (0x11223344556600)
      Signature Algorithm: ecdsa-with-SHA256
      Issuer: C=NL, ST=NB, L=Helmond, O=vanderstok, OU=manufacturer, 
                                                    CN=masa.stok.nl
      Validity
          Not Before: Dec  9 10:02:36 2020 GMT
          Not After : Dec 31 23:59:59 9999 GMT
      Subject: C=NL, ST=NB, L=Helmond, O=vanderstok, OU=manufacturing,
                 CN=uuid:pledge.1.2.3.4/serialNumber=pledge.1.2.3.4
      Subject Public Key Info:
          Public Key Algorithm: id-ecPublicKey
              Public-Key: (256 bit)
              pub:
                  04:d6:b7:6f:74:88:bd:80:ae:5f:28:41:2c:72:02:
                  ef:5f:98:b4:81:e1:d9:10:4c:f8:1b:66:d4:3e:5c:
                  ea:da:73:e6:a8:38:a9:f1:35:11:85:b6:cd:e2:04:
                  10:be:fe:d5:0b:3b:14:69:2e:e1:b0:6a:bc:55:40:
                  60:eb:95:5c:54
              ASN1 OID: prime256v1
              NIST CURVE: P-256
      X509v3 extensions:
          X509v3 Basic Constraints: 
              CA:FALSE
          X509v3 Authority Key Identifier: 
              keyid:
      E4:03:93:B4:C3:D3:F4:2A:80:A4:77:18:F6:96:49:03:01:17:68:A3

  Signature Algorithm: ecdsa-with-SHA256
         30:46:02:21:00:d2:e6:45:3b:b0:c3:00:b3:25:8d:f1:83:fe:
         d9:37:c1:a2:49:65:69:7f:6b:b9:ef:2c:05:07:06:31:ac:17:
         bd:02:21:00:e2:ce:9e:7b:7f:74:50:33:ad:9e:ff:12:4e:e9:
         a6:f3:b8:36:65:ab:7d:80:bb:56:88:bc:03:1d:e5:1e:31:6f
&lt;CODE ENDS&gt;
</sourcecode>
          <t>Below is the hexadecimal representation:</t>
          <sourcecode>
&lt;CODE BEGINS&gt;
30820226308201cba003020102020711223344556600300a06082a8648ce3d04
0302306f310b3009060355040613024e4c310b300906035504080c024e423110
300e06035504070c0748656c6d6f6e6431133011060355040a0c0a76616e6465
7273746f6b31153013060355040b0c0c6d616e75666163747572657231153013
06035504030c0c6d6173612e73746f6b2e6e6c3020170d323031323039313030
3233365a180f39393939313233313233353935395a308190310b300906035504
0613024e4c310b300906035504080c024e423110300e06035504070c0748656c
6d6f6e6431133011060355040a0c0a76616e64657273746f6b31163014060355
040b0c0d6d616e75666163747572696e67311c301a06035504030c1375756964
3a706c656467652e312e322e332e34311730150603550405130e706c65646765
2e312e322e332e343059301306072a8648ce3d020106082a8648ce3d03010703
420004d6b76f7488bd80ae5f28412c7202ef5f98b481e1d9104cf81b66d43e5c
eada73e6a838a9f1351185b6cde20410befed50b3b14692ee1b06abc554060eb
955c54a32e302c30090603551d1304023000301f0603551d23041830168014e4
0393b4c3d3f42a80a47718f6964903011768a3300a06082a8648ce3d04030203
49003046022100d2e6453bb0c300b3258df183fed937c1a24965697f6bb9ef2c
05070631ac17bd022100e2ce9e7b7f745033ad9eff124ee9a6f3b83665ab7d80
bb5688bc031de51e316f
&lt;CODE ENDS&gt;
</sourcecode>
        </section>
        <section anchor="jrccert" numbered="true" toc="default">
          <name>Registrar Certificate</name>
          <sourcecode>
&lt;CODE BEGINS&gt;
Certificate:
  Data:
      Version: 3 (0x2)
      Serial Number:
        70:56:ea:aa:30:66:d8:82:6a:55:5b:90:88:d4:62:bf:9c:f2:8c:fd
      Signature Algorithm: ecdsa-with-SHA256
      Issuer: C=NL, ST=NB, L=Helmond, O=vanderstok, OU=consultancy,
                                               CN=registrar.stok.nl
      Validity
          Not Before: Dec  9 10:02:36 2020 GMT
          Not After : Dec  9 10:02:36 2021 GMT
      Subject: C=NL, ST=NB, L=Helmond, O=vanderstok, OU=consultancy,
                                                CN=registrar.stok.nl
      Subject Public Key Info:
          Public Key Algorithm: id-ecPublicKey
              Public-Key: (256 bit)
              pub:
                  04:50:7a:c8:49:1a:8c:69:c7:b5:c3:1d:03:09:ed:
                  35:ba:13:f5:88:4c:e6:2b:88:cf:30:18:15:4f:a0:
                  59:b0:20:ec:6b:eb:b9:4e:02:b8:93:40:21:89:8d:
                  a7:89:c7:11:ce:a7:13:39:f5:0e:34:8e:df:0d:92:
                  3e:d0:2d:c7:b7
              ASN1 OID: prime256v1
              NIST CURVE: P-256
      X509v3 extensions:
          X509v3 Subject Key Identifier: 
    08:C2:BF:36:88:7F:79:41:21:85:87:2F:16:A7:AC:A6:EF:B3:D2:B3
          X509v3 Authority Key Identifier: 
              keyid:
    08:C2:BF:36:88:7F:79:41:21:85:87:2F:16:A7:AC:A6:EF:B3:D2:B3

          X509v3 Basic Constraints: critical
              CA:TRUE
          X509v3 Extended Key Usage: 
              CMC Registration Authority, TLS Web Server 
              Authentication, TLS Web Client Authentication
          X509v3 Key Usage: critical
              Digital Signature, Non Repudiation, Key Encipherment, 
              Data Encipherment, Certificate Sign, CRL Sign
  Signature Algorithm: ecdsa-with-SHA256
       30:44:02:20:74:4c:99:00:85:13:b2:f1:bc:fd:f9:02:1a:46:
       fb:17:4c:f8:83:a2:7c:a1:d9:3f:ae:ac:f3:1e:4e:dd:12:c6:
       02:20:11:47:14:db:f5:1a:5e:78:f5:81:b9:42:1c:6e:47:02:
       ab:53:72:70:c5:ba:fb:2d:16:c3:de:9a:a1:82:c3:5f
&lt;CODE ENDS&gt;
</sourcecode>
          <t>Below is the hexadecimal representation which is in (request-)voucher examples referred to as regis-cert-hex:</t>
          <sourcecode>
&lt;CODE BEGINS&gt;
308202753082021ca00302010202147056eaaa3066d8826a555b9088d462bf9c
f28cfd300a06082a8648ce3d0403023073310b3009060355040613024e4c310b
300906035504080c024e423110300e06035504070c0748656c6d6f6e64311330
11060355040a0c0a76616e64657273746f6b31143012060355040b0c0b636f6e
73756c74616e6379311a301806035504030c117265676973747261722e73746f
6b2e6e6c301e170d3230313230393130303233365a170d323131323039313030
3233365a3073310b3009060355040613024e4c310b300906035504080c024e42
3110300e06035504070c0748656c6d6f6e6431133011060355040a0c0a76616e
64657273746f6b31143012060355040b0c0b636f6e73756c74616e6379311a30
1806035504030c117265676973747261722e73746f6b2e6e6c3059301306072a
8648ce3d020106082a8648ce3d03010703420004507ac8491a8c69c7b5c31d03
09ed35ba13f5884ce62b88cf3018154fa059b020ec6bebb94e02b8934021898d
a789c711cea71339f50e348edf0d923ed02dc7b7a3818d30818a301d0603551d
0e0416041408c2bf36887f79412185872f16a7aca6efb3d2b3301f0603551d23
04183016801408c2bf36887f79412185872f16a7aca6efb3d2b3300f0603551d
130101ff040530030101ff30270603551d250420301e06082b0601050507031c
06082b0601050507030106082b06010505070302300e0603551d0f0101ff0404
030201f6300a06082a8648ce3d04030203470030440220744c99008513b2f1bc
fdf9021a46fb174cf883a27ca1d93faeacf31e4edd12c60220114714dbf51a5e
78f581b9421c6e4702ab537270c5bafb2d16c3de9aa182c35f
&lt;CODE ENDS&gt;
</sourcecode>
        </section>
        <section anchor="masa-certificate" numbered="true" toc="default">
          <name>MASA Certificate</name>
          <sourcecode>
&lt;CODE BEGINS&gt;
Certificate:
  Data:
      Version: 3 (0x2)
      Serial Number:
        14:26:b8:1c:ce:d8:c3:e8:14:05:cb:87:67:0d:be:ef:d5:81:25:b4
      Signature Algorithm: ecdsa-with-SHA256
      Issuer: C=NL, ST=NB, L=Helmond, O=vanderstok, 
          OU=manufacturer, CN=masa.stok.nl

      Validity
          Not Before: Dec  9 10:02:36 2020 GMT
          Not After : Sep  5 10:02:36 2023 GMT
      Subject: C=NL, ST=NB, L=Helmond, O=vanderstok, 
          OU=manufacturer, CN=masa.stok.nl
      Subject Public Key Info:
          Public Key Algorithm: id-ecPublicKey
              Public-Key: (256 bit)
              pub:
                  04:59:80:94:66:14:94:20:30:3c:66:08:85:55:86:
                  db:e7:d4:d1:d7:7a:d2:a3:1a:0c:73:6b:01:0d:02:
                  12:15:d6:1f:f3:6e:c8:d4:84:60:43:3b:21:c5:83:
                  80:1e:fc:e2:37:85:77:97:94:d4:aa:34:b5:b6:c6:
                  ed:f3:17:5c:f1
              ASN1 OID: prime256v1
              NIST CURVE: P-256
      X509v3 extensions:
          X509v3 Subject Key Identifier: 
    E4:03:93:B4:C3:D3:F4:2A:80:A4:77:18:F6:96:49:03:01:17:68:A3
          X509v3 Authority Key Identifier: 
              keyid:
     E4:03:93:B4:C3:D3:F4:2A:80:A4:77:18:F6:96:49:03:01:17:68:A3

          X509v3 Basic Constraints: critical
              CA:TRUE
          X509v3 Extended Key Usage: 
              CMC Registration Authority,
              TLS Web Server Authentication,
              TLS Web Client Authentication
          X509v3 Key Usage: critical
              Digital Signature, Non Repudiation, Key Encipherment, 
                    Data Encipherment, Certificate Sign, CRL Sign
  Signature Algorithm: ecdsa-with-SHA256
       30:44:02:20:2e:c5:f2:24:72:70:20:ea:6e:74:8b:13:93:67:
       8a:e6:fe:fb:8d:56:7f:f5:34:18:a9:ef:a5:0f:c3:99:ca:53:
       02:20:3d:dc:91:d0:e9:6a:69:20:01:fb:e4:20:40:de:7c:7d:
       98:ed:d8:84:53:61:84:a7:f9:13:06:4c:a9:b2:8f:5c
&lt;CODE ENDS&gt;
</sourcecode>
          <t>Below is the hexadecimal representation:</t>
          <sourcecode>
&lt;CODE BEGINS&gt;
3082026d30820214a00302010202141426b81cced8c3e81405cb87670dbeefd5
8125b4300a06082a8648ce3d040302306f310b3009060355040613024e4c310b
300906035504080c024e423110300e06035504070c0748656c6d6f6e64311330
11060355040a0c0a76616e64657273746f6b31153013060355040b0c0c6d616e
7566616374757265723115301306035504030c0c6d6173612e73746f6b2e6e6c
301e170d3230313230393130303233365a170d3233303930353130303233365a
306f310b3009060355040613024e4c310b300906035504080c024e423110300e
06035504070c0748656c6d6f6e6431133011060355040a0c0a76616e64657273
746f6b31153013060355040b0c0c6d616e756661637475726572311530130603
5504030c0c6d6173612e73746f6b2e6e6c3059301306072a8648ce3d02010608
2a8648ce3d0301070342000459809466149420303c6608855586dbe7d4d1d77a
d2a31a0c736b010d021215d61ff36ec8d48460433b21c583801efce237857797
94d4aa34b5b6c6edf3175cf1a3818d30818a301d0603551d0e04160414e40393
b4c3d3f42a80a47718f6964903011768a3301f0603551d23041830168014e403
93b4c3d3f42a80a47718f6964903011768a3300f0603551d130101ff04053003
0101ff30270603551d250420301e06082b0601050507031c06082b0601050507
030106082b06010505070302300e0603551d0f0101ff0404030201f6300a0608
2a8648ce3d040302034700304402202ec5f224727020ea6e748b1393678ae6fe
fb8d567ff53418a9efa50fc399ca5302203ddc91d0e96a692001fbe42040de7c
7d98edd884536184a7f913064ca9b28f5c
&lt;CODE ENDS&gt;
</sourcecode>
        </section>
      </section>
      <section anchor="cose-signed-pledge-voucher-request-pvr" numbered="true" toc="default">
        <name>COSE-signed Pledge Voucher Request (PVR)</name>
        <t>In this COSE example the voucher request has been signed by the Pledge using the private key of <xref target="pledgepriv" format="default"/>, and has been sent to the link-local JRC (Registrar) over CoAPS.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
    POST coaps://[JRC-link-local-address]/b/rv
    Content-Format: TBD3
    Payload: signed_request_voucher
]]></artwork>
        <t>The payload signed_request_voucher is shown as hexadecimal dump (with lf added):</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
d28444a101382ea104582097113db094eee8eae48683e7337875c0372164
be89d023a5f3df52699c0fbfb55902d2a11909c5a60274323032302d3132
2d32335431323a30353a32325a0474323032322d31322d32335431323a30
353a32325a01020750684ca83e27230aff97630cf2c1ec409a0d6e706c65
6467652e312e322e332e340a590279308202753082021ca0030201020214
7056eaaa3066d8826a555b9088d462bf9cf28cfd300a06082a8648ce3d04
03023073310b3009060355040613024e4c310b300906035504080c024e42
3110300e06035504070c0748656c6d6f6e6431133011060355040a0c0a76
616e64657273746f6b31143012060355040b0c0b636f6e73756c74616e63
79311a301806035504030c117265676973747261722e73746f6b2e6e6c30
1e170d3230313230393130303233365a170d323131323039313030323336
5a3073310b3009060355040613024e4c310b300906035504080c024e4231
10300e06035504070c0748656c6d6f6e6431133011060355040a0c0a7661
6e64657273746f6b31143012060355040b0c0b636f6e73756c74616e6379
311a301806035504030c117265676973747261722e73746f6b2e6e6c3059
301306072a8648ce3d020106082a8648ce3d03010703420004507ac8491a
8c69c7b5c31d0309ed35ba13f5884ce62b88cf3018154fa059b020ec6beb
b94e02b8934021898da789c711cea71339f50e348edf0d923ed02dc7b7a3
818d30818a301d0603551d0e0416041408c2bf36887f79412185872f16a7
aca6efb3d2b3301f0603551d2304183016801408c2bf36887f7941218587
2f16a7aca6efb3d2b3300f0603551d130101ff040530030101ff30270603
551d250420301e06082b0601050507031c06082b0601050507030106082b
06010505070302300e0603551d0f0101ff0404030201f6300a06082a8648
ce3d04030203470030440220744c99008513b2f1bcfdf9021a46fb174cf8
83a27ca1d93faeacf31e4edd12c60220114714dbf51a5e78f581b9421c6e
4702ab537270c5bafb2d16c3de9aa182c35f58473045022063766c7bbd1b
339dbc398e764af3563e93b25a69104befe9aac2b3336b8f56e1022100cd
0419559ad960ccaed4dee3f436eca40b7570b25a52eb60332bc1f2991484
e9
&lt;CODE ENDS&gt;
</sourcecode>
        <t>The Pledge uses the "proximity" (SID 2502, enum 2) assertion together with an included proximity-registrar-cert field (SID 2511) to inform
MASA about its proximity to the specific Registrar.
The representiation of signed_voucher_request in CBOR diagnostic format is:</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
Diagnose(signed_request_voucher) =
18([
h'A101382E',     / {"alg": -47} /
{4: h'97113DB094EEE8EAE48683E7337875C0372164B
      E89D023A5F3DF52699C0FBFB5'},
h'&lt;request_voucher&gt;',  / byte string as detailed below /
h'3045022063766C7BBD1B339DBC398E764AF3563E93B
25A69104BEFE9AAC2B3336B8F56E1022100CD0419559A
D960CCAED4DEE3F436ECA40B7570B25A52EB60332BC1F
2991484E9'
])

Diagnose(request_voucher) =
{2501: {2: "2020-12-23T12:05:22Z",
        4: "2022-12-23T12:05:22Z",
        1: 2,
        7: h'684CA83E27230AFF97630CF2C1EC409A',
        13: "pledge.1.2.3.4",
        10: h'&lt;regis-cert-hex&gt;' / byte string as defined in C.2.2 /
}}
&lt;CODE ENDS&gt;
</sourcecode>
      </section>
      <section anchor="cose-signed-registrar-voucher-request-rvr" numbered="true" toc="default">
        <name>COSE-signed Registrar Voucher Request (RVR)</name>
        <t>In this example the Registrar's voucher request has been signed by the JRC (Registrar) using the private key from
<xref target="jrcpriv" format="default"/>.  Contained within this voucher request is the voucher request PVR that was made by the Pledge to JRC.
Note that the RVR uses the HTTPS protocol (not CoAP) and corresponding long URI path names as defined in <xref target="RFC8995" format="default"/>.
The Content-Type and Accept headers indicate the constrained voucher format that is defined in the present document.
Because the Pledge used this format in the PVR, the JRC must also use this format in the RVR.</t>
        <artwork name="" type="" align="left" alt=""><![CDATA[
    POST https://masa.example.com/.well-known/brski/requestvoucher
    Content-Type: application/voucher-cose+cbor
    Accept: application/voucher-cose+cbor
    Body: signed_masa_request_voucher
]]></artwork>
        <t>The payload signed_masa_voucher_request is shown as hexadecimal dump (with lf added):</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
d28444a101382ea1045820e8735bc4b470c3aa6a7aa9aa8ee584c09c1113
1b205efec5d0313bad84c5cd05590414a11909c5a60274323032302d3132
2d32385431303a30333a33355a0474323032322d31322d32385431303a30
333a33355a07501551631f6e0416bd162ba53ea00c2a050d6e706c656467
652e312e322e332e3405587131322d32385431303a30333a33355a075015
51631f6e0416bd162ba53ea00c2a050d6e706c656467652e312e322e332e
3405587131322d32385431303a300000000000000000000000000416bd16
2ba53ea00c2a050d6e706c656467652e312e322e332e3405587131322d32
385431303a09590349d28444a101382ea104582097113db094eee8eae486
83e7337875c0372164be89d023a5f3df52699c0fbfb55902d2a11909c5a6
0274323032302d31322d32385431303a30333a33355a0474323032322d31
322d32385431303a30333a33355a010207501551631f6e0416bd162ba53e
a00c2a050d6e706c656467652e312e322e332e340a590279308202753082
021ca00302010202147056eaaa3066d8826a555b9088d462bf9cf28cfd30
0a06082a8648ce3d0403023073310b3009060355040613024e4c310b3009
06035504080c024e423110300e06035504070c0748656c6d6f6e64311330
11060355040a0c0a76616e64657273746f6b31143012060355040b0c0b63
6f6e73756c74616e6379311a301806035504030c11726567697374726172
2e73746f6b2e6e6c301e170d3230313230393130303233365a170d323131
3230393130303233365a3073310b3009060355040613024e4c310b300906
035504080c024e423110300e06035504070c0748656c6d6f6e6431133011
060355040a0c0a76616e64657273746f6b31143012060355040b0c0b636f
6e73756c74616e6379311a301806035504030c117265676973747261722e
73746f6b2e6e6c3059301306072a8648ce3d020106082a8648ce3d030107
03420004507ac8491a8c69c7b5c31d0309ed35ba13f5884ce62b88cf3018
154fa059b020ec6bebb94e02b8934021898da789c711cea71339f50e348e
df0d923ed02dc7b7a3818d30818a301d0603551d0e0416041408c2bf3688
7f79412185872f16a7aca6efb3d2b3301f0603551d2304183016801408c2
bf36887f79412185872f16a7aca6efb3d2b3300f0603551d130101ff0405
30030101ff30270603551d250420301e06082b0601050507031c06082b06
01050507030106082b06010505070302300e0603551d0f0101ff04040302
01f6300a06082a8648ce3d04030203470030440220744c99008513b2f1bc
fdf9021a46fb174cf883a27ca1d93faeacf31e4edd12c60220114714dbf5
1a5e78f581b9421c6e4702ab537270c5bafb2d16c3de9aa182c35f584730
45022063766c7bbd1b339dbc398e764af3563e93b25a69104befe9aac2b3
336b8f56e1022100cd0419559ad960ccaed4dee3f436eca40b7570b25a52
eb60332bc1f2991484e958473045022100e6b45558c1b806bba23f4ac626
c9bdb6fd354ef4330d8dfb7c529f29cca934c802203c1f2ccbbac89733d1
7ee7775bc2654c5f1cc96afba2741cc31532444aa8fed8
&lt;CODE ENDS&gt;
</sourcecode>
        <t>The representiation of signed_masa_voucher_request in CBOR diagnostic format is:</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
Diagnose(signed_registrar_request-voucher)
18([
h'A101382E',     / {"alg": -47} /
h'E8735BC4B470C3AA6A7AA9AA8EE584C09C11131B205EFEC5D0313BAD84
C5CD05'},
h'&lt;registrar_request_voucher&gt;', / byte string as detailed below /
h'3045022100E6B45558C1B806BBA23F4AC626C9BDB6FD354EF4330D8DFB
7C529F29CCA934C802203C1F2CCBBAC89733D17EE7775BC2654C5F1CC96A
FBA2741CC31532444AA8FED8'
])

Diagnose(registrar_request_voucher)
{2501:
    {2: "2020-12-28T10:03:35Z",
     4: "2022-12-28T10:03:35Z",
     7: h'1551631F6E0416BD162BA53EA00C2A05',
    13: "pledge.1.2.3.4",
     5: h'31322D32385431303A30333A33355A07501551631F6E0416BD
          162BA53EA00C2A050D6E706C656467652E312E322E332E3405
          587131322D32385431303A3000000000000000000000000004
          16BD162BA53EA00C2A050D6E706C656467652E312E322E332E
          3405587131322D32385431303A', / idevid-issuer /
     9: h'&lt;prior-pvr&gt;'  / prior-signed-voucher-request = PVR /
     }
}
&lt;CODE ENDS&gt;
</sourcecode>
      </section>
      <section anchor="cose-signed-voucher-from-masa" numbered="true" toc="default">
        <name>COSE-signed Voucher from MASA</name>
        <t>The resulting voucher is created by the MASA and returned via the JRC to the
Pledge.  It is signed by the MASA's private key (see <xref target="masapriv" format="default"/>) and can be
verified by the Pledge using the MASA's public key that it stores.</t>
        <t>Below is the binary signed_voucher, encoded in hexadecimal (with lf added):</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
d28444a101382ea104582039920a34ee92d3148ab3a729f58611193270c9
029f7784daf112614b19445d5158cfa1190993a70274323032302d31322d
32335431353a30333a31325a0474323032302d31322d32335431353a3233
3a31325a010007506508e06b2959d5089d7a3169ea889a490b6e706c6564
67652e312e322e332e340858753073310b3009060355040613024e4c310b
300906035504080c024e423110300e06035504070c0748656c6d6f6e6431
133011060355040a0c0a76616e64657273746f6b31143012060355040b0c
0b636f6e73756c74616e6379311a301806035504030c1172656769737472
61722e73746f6b2e6e6c03f458473045022022515d96cd12224ee5d3ac67
3237163bba24ad84815699285d9618f463ee73fa022100a6bff9d8585c1c
9256371ece94da3d26264a5dfec0a354fe7b3aef58344c512f
&lt;CODE ENDS&gt;
</sourcecode>
        <t>The representiation of signed_voucher in CBOR diagnostic format is:</t>
        <sourcecode>
&lt;CODE BEGINS&gt;
Diagnose(signed_voucher) =
18([
h'A101382E',     / {"alg": -47} /
{4: h'39920A34EE92D3148AB3A729F58611193270C9029F7784DAF112614B194
45D51'},
h'&lt;voucher&gt;',    / byte string as detailed below /
h'3045022022515D96CD12224EE5D3AC673237163BBA24AD84815699285D9618F
463EE73FA022100A6BFF9D8585C1C9256371ECE94DA3D26264A5DFEC0A354FE7B
3AEF58344C512F'
])

Diagnose(voucher) = 
{2451: 
   {2: "2020-12-23T15:03:12Z",
    4: "2020-12-23T15:23:12Z",
    1: 0, 
    7: h'6508E06B2959D5089D7A3169EA889A49',
   11: "pledge.1.2.3.4", 
    8: h'&lt;regis-cert-hex&gt;', / as detailed in C.2.2 /
    3: false}
}
&lt;CODE ENDS&gt;
</sourcecode>
        <t>In above, regis-cert-hex represents the hexadecimal encoding of the Registrar certificate of <xref target="jrccert" format="default"/>.</t>
      </section>
    </section>
    <section anchor="appendix-gencerts" numbered="true" toc="default">
      <name>Generating Certificates with OpenSSL</name>
      <t>This informative appendix shows an example of a Bash shell script to generate test certificates for the Pledge IDevID, the Registrar and the MASA.
This shell script cannot be run stand-alone because it depends on particular input files which are not included in this appendix. Nevertheless,
this example script may provide guidance on how OpenSSL can be configured for generating Constrained BRSKI certificates.</t>
      <t>Note: the *-comb.crt certificate files combine the certificate with the private key. These are generated to be used by libcoap for DTLS connection establishment.</t>
      <sourcecode>
&lt;CODE BEGINS&gt;
#!/bin/bash
#try-cert.sh
export dir=./brski/intermediate
export cadir=./brski
export cnfdir=./conf
export format=pem
export default_crl_days=30
sn=8

DevID=pledge.1.2.3.4
serialNumber="serialNumber=$DevID"
export hwType=1.3.6.1.4.1.6715.10.1
export hwSerialNum=01020304 # Some hex
export subjectAltName="otherName:1.3.6.1.5.5.7.8.4;SEQ:hmodname"
echo  $hwType - $hwSerialNum
echo $serialNumber
OPENSSL_BIN="openssl"

# remove all files
rm -r ./brski/*
#
# initialize file structure
# root level
cd $cadir
mkdir certs crl csr newcerts private
chmod 700 private
touch index.txt
touch serial
echo 11223344556600 &gt;serial
echo 1000 &gt; crlnumber
# intermediate level
mkdir intermediate
cd intermediate
mkdir certs crl csr newcerts private
chmod 700 private
touch index.txt
echo 11223344556600 &gt;serial
echo 1000 &gt; crlnumber
cd ../..



# file structure is cleaned start filling

echo "#############################"
echo "create registrar keys and certificates "
echo "#############################"


echo "create root registrar certificate using ecdsa with sha 256 key"
$OPENSSL_BIN ecparam -name prime256v1 -genkey \
   -noout -out $cadir/private/ca-regis.key

$OPENSSL_BIN req -new -x509 \
 -config $cnfdir/openssl-regis.cnf \
 -key $cadir/private/ca-regis.key \
 -out $cadir/certs/ca-regis.crt \
 -extensions v3_ca\
 -days 365 \
 -subj "/C=NL/ST=NB/L=Helmond/O=vanderstok/OU=consultancy \
/CN=registrar.stok.nl"

# Combine authority certificate and key
echo "Combine authority certificate and key"
$OPENSSL_BIN pkcs12 -passin pass:watnietWT -passout pass:watnietWT\
   -inkey $cadir/private/ca-regis.key \
   -in $cadir/certs/ca-regis.crt -export \
   -out $cadir/certs/ca-regis-comb.pfx

# converteer authority pkcs12 file to pem
echo "converteer authority pkcs12 file to pem"
$OPENSSL_BIN pkcs12 -passin pass:watnietWT -passout pass:watnietWT\
   -in $cadir/certs/ca-regis-comb.pfx \
   -out $cadir/certs/ca-regis-comb.crt -nodes

#show certificate in registrar combined certificate
$OPENSSL_BIN  x509 -in $cadir/certs/ca-regis-comb.crt -text

#
# Certificate Authority for MASA
#
echo "#############################"
echo "create MASA keys and certificates "
echo "#############################"

echo "create root MASA certificate using ecdsa with sha 256 key"
$OPENSSL_BIN ecparam -name prime256v1 -genkey -noout \
   -out $cadir/private/ca-masa.key

$OPENSSL_BIN req -new -x509 \
 -config $cnfdir/openssl-masa.cnf \
 -days 1000 -key $cadir/private/ca-masa.key \
  -out $cadir/certs/ca-masa.crt \
 -extensions v3_ca\
 -subj "/C=NL/ST=NB/L=Helmond/O=vanderstok/OU=manufacturer\
/CN=masa.stok.nl"

# Combine authority certificate and key
echo "Combine authority certificate and key for masa"
$OPENSSL_BIN pkcs12 -passin pass:watnietWT -passout pass:watnietWT\
   -inkey $cadir/private/ca-masa.key \
   -in $cadir/certs/ca-masa.crt -export \
   -out $cadir/certs/ca-masa-comb.pfx

# converteer authority pkcs12 file to pem for masa
echo "converteer authority pkcs12 file to pem for masa"
$OPENSSL_BIN pkcs12 -passin pass:watnietWT -passout pass:watnietWT\
   -in $cadir/certs/ca-masa-comb.pfx \
   -out $cadir/certs/ca-masa-comb.crt -nodes

#show certificate in pledge combined certificate
$OPENSSL_BIN  x509 -in $cadir/certs/ca-masa-comb.crt -text


#
# Certificate for Pledge derived from MASA certificate
#
echo "#############################"
echo "create pledge keys and certificates "
echo "#############################"


# Pledge derived Certificate

echo "create pledge derived certificate using ecdsa with sha 256 key"
$OPENSSL_BIN ecparam -name prime256v1 -genkey -noout \
   -out $dir/private/pledge.key

echo "create pledge certificate request"
$OPENSSL_BIN req -nodes -new -sha256 \
   -key $dir/private/pledge.key -out $dir/csr/pledge.csr \
  -subj "/C=NL/ST=NB/L=Helmond/O=vanderstok/OU=manufacturing\
 /CN=uuid:$DevID/$serialNumber"

# Sign pledge derived Certificate
echo "sign pledge derived certificate "
$OPENSSL_BIN ca -config $cnfdir/openssl-pledge.cnf \
 -extensions 8021ar_idevid\
 -days 365 -in $dir/csr/pledge.csr \
 -out $dir/certs/pledge.crt 

# Add pledge key and pledge certificate to pkcs12 file
echo "Add derived pledge key and derived pledge \
 certificate to pkcs12 file"
$OPENSSL_BIN pkcs12  -passin pass:watnietWT -passout pass:watnietWT\
   -inkey $dir/private/pledge.key \
   -in $dir/certs/pledge.crt -export \
   -out $dir/certs/pledge-comb.pfx

# converteer pledge pkcs12 file to pem
echo "converteer pledge pkcs12 file to pem"
$OPENSSL_BIN pkcs12 -passin pass:watnietWT -passout pass:watnietWT\
   -in $dir/certs/pledge-comb.pfx \
   -out $dir/certs/pledge-comb.crt -nodes

#show certificate in pledge-comb.crt
$OPENSSL_BIN  x509 -in $dir/certs/pledge-comb.crt -text

#show private key in pledge-comb.crt
$OPENSSL_BIN ecparam -name prime256v1\
  -in $dir/certs/pledge-comb.crt -text

&lt;CODE ENDS&gt;
</sourcecode>
    </section>
    <section anchor="appendix-pledge-profiles" numbered="true" toc="default">
      <name>Pledge Device Class Profiles</name>
      <t>This specification allows implementers to select between various functional options for the Pledge,
yielding different code size footprints and different requirements on Pledge hardware.
Thus for each product an optimal trade-off between functionality, development/maintenance cost and hardware cost can be made.</t>
      <t>This appendix illustrates different selection outcomes by means of defining different example "profiles" of constrained Pledges. In the following
subsections, these profiles are defined and a comparison is provided.</t>
      <section anchor="minimal-pledge" numbered="true" toc="default">
        <name>Minimal Pledge</name>
        <t>The Minimal Pledge profile (Min) aims to reduce code size and hardware cost to a minimum. This comes with some severe functional restrictions, in particular:</t>
        <ul spacing="normal">
          <li>No support for EST re-enrollment: whenever this would be needed, a factory reset followed by a new bootstrap process is required.</li>
          <li>No support for change of Registrar: for this case, a factory reset followed by a new bootstrap process is required.</li>
        </ul>
        <t>This profile would be appropriate for single-use devices which must be replaced rather than re-deployed.
That might  include medical devices, but also sensors used during construction, such as concrete temperature  sensors.</t>
      </section>
      <section anchor="typical-pledge" numbered="true" toc="default">
        <name>Typical Pledge</name>
        <t>The Typical Pledge profile (Typ) aims to support a typical Constrained BRSKI feature set including EST re-enrollment support and Registrar changes.</t>
      </section>
      <section anchor="full-featured-pledge" numbered="true" toc="default">
        <name>Full-featured Pledge</name>
        <t>The Full-featured Pledge profile (Full) illustrates a Pledge category that supports multiple bootstrap methods, hardware real-time clock, BRSKI/EST resource discovery, and
CSR Attributes request/response. It also supports most of the optional features defined in this specification.</t>
      </section>
      <section anchor="comparison-chart-of-pledge-classes" numbered="true" toc="default">
        <name>Comparison Chart of Pledge Classes</name>
        <t>The below table specifies the functions implemented in the three example Pledge classes Min, Typ and Full.</t>
        <table align="center">
          <thead>
            <tr>
              <th align="left">Function |====================| Profiles -&gt;</th>
              <th align="center">Min</th>
              <th align="center">Typ</th>
              <th align="center">Full</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">
                <strong>General</strong></td>
              <td align="center">===</td>
              <td align="center">===</td>
              <td align="center">====</td>
            </tr>
            <tr>
              <td align="left">Support Constrained BRSKI bootstrap</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Support other bootstrap method(s)</td>
              <td align="center">-</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Real-time clock and cert time checks</td>
              <td align="center">-</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">
                <strong>Constrained BRSKI</strong></td>
              <td align="center">===</td>
              <td align="center">===</td>
              <td align="center">====</td>
            </tr>
            <tr>
              <td align="left">Discovery for rt=brski*</td>
              <td align="center">-</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Support pinned Registrar public key (RPK)</td>
              <td align="center">Y</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Support pinned Registrar certificate</td>
              <td align="center">-</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Support pinned Domain CA</td>
              <td align="center">-</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">
                <strong>Constrained EST</strong></td>
              <td align="center">===</td>
              <td align="center">===</td>
              <td align="center">====</td>
            </tr>
            <tr>
              <td align="left">Discovery for rt=ace.est*</td>
              <td align="center">-</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">GET /att and response parsing</td>
              <td align="center">-</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">GET /crts format 281 (multiple CA certs)</td>
              <td align="center">-</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">GET /crts only format TBD287 (one CA cert only)</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
              <td align="center">-</td>
            </tr>
            <tr>
              <td align="left">ETag handling support for GET /crts</td>
              <td align="center">-</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Re-enrollment supported</td>
              <td align="center">- (1)</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">6.6.1 optimized procedure</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
              <td align="center">-</td>
            </tr>
            <tr>
              <td align="left">Pro-active cert re-enrollment at own initiative</td>
              <td align="center">N/A</td>
              <td align="center">-</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Periodic trust anchor retrieval GET /crts</td>
              <td align="center">- (1)</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
            <tr>
              <td align="left">Supports change of Registrar identity</td>
              <td align="center">- (1)</td>
              <td align="center">Y</td>
              <td align="center">Y</td>
            </tr>
          </tbody>
        </table>
        <t>Notes: (1) is possible only by doing a factory-reset followed by a new bootstrap procedure.</t>
      </section>
    </section>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="R." surname="Housley" fullname="Russ Housley">
        <organization/>
        <address>
          <email>housley@vigilsec.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAErmCmIAA929+1IbWZY3+j8RvEN+OM5YqpYEyIBtuqunMeAqunxhAFf1
xHR/FSkpEdlImZrMFFhje57lPMt5srOue6+dmcK4ur+JE4eOLoOUua9rr72u
v9Xv9zc3qrSaJYfRcZ6VVRGnWTKJXuV5hX8sFmk2jS6SeV4l0WUyXhZJ9FOy
is6y6yKGB5bjCj/qvLq4/Omsu7kRj0ZFcldrC7/b3Jjk4yyeQz+TIr6u+mlS
XffjLJ3H/bF/uH+XL8c3SdHfPdjc2Nwoqzib/BrP8gzeg94S/DBdFPRHWQ13
dl7uDKHXIokPYUxVUmRJtblxPz2MqOnol7y4xRn8UOTLxebG7b1/rH+C49jc
GMfVYVRWE/gNxpFk5bLUvpaLSVwl8OeLZwcHvejFy5f7OIBFehjBz5NoHGfR
skyiuCjiVdRJr6N4NotWSdmN8iK6icubCOYCDUVRlY8P8Rv8vcyLqkiuy0Nq
ZJJcx8tZVcIj7oHVnL+nv2F+y+omLw7x136UZvDF20F0kY5v4mJS5hm+wkv7
Fj9LZrXv8gLW4xJWMpnNYcSX+XV1D0tGi0P9JfM4nR1G83HxO9yWP5X67GAc
m07PB9EdvD9Jiuiyym99t+cJLGnjO+r2DpsqSvgowuWFicbZeGU6xa/wmz+N
Rjf4ySCbhV3+FM8XcRbfpqXpMM7ysvYNdXecluM8ulyVVTK3U1vc8rN/GuMD
g3E+N52cDqKT9O9mPqflbe4+onbP8iszfBqjazuBpwcTePpPaV7VnyKqqop0
tKxoB6OoL51cLMsy+jFflrOE1sO1d8Of/ekunaazMhnraLO8mMdVepdAM0+i
6OL18XB39yW1Cb8/O3jxQn/f2335zP0+3N3R3/eHL/zvB/tD/f1gZ7jjfz84
cL/vDvf19+fDfffM85f+dzwa7ve9Pf/7ge/3xcu9l/73l67NlzvPdoHsUjyq
s36J7CWtVv7LIc/0rH8yIHYxzoukn4/+nowr93TtkXic9MejvOjfJ6M+kFaS
UWdhE6s4m9JTLd+V6aT+aZn0i+vxi9394Sgt+8z1Hn4mnk3L8AkaVx4v+knZ
9u7H/Z2X4cfVrOxP4D+7vJNpkiQvdob93aOLQ6aWKi6mCbCurZuqWhxubxOv
xEM/wGcHQLbb12k2Ac5Wuu+2oYkBNNFHzjm4qeazLWmMr4Cts9PT00geUn5/
ktyl4yQ6myRZlV6nSSHvOK4U0Q8dJW7gUrqTB5GJHkbYJbHv7NoQMtPo3p6j
14PhC0+XBy89ze08878Phy88/e3tAKPEHQWmmngq2wnX82CW9+dJedOfpdkt
7kI8mqXlzRwm5R68XSY3s+QeVq3PrL9fxVP3beGYqtxb87jkyysFFgcTgt9q
m9643v6ep1l/UeQfV+GTs/g26SeTG7wlTk9+fH/c0s7f70u9Hunl4/eXp/0i
mabQ+uow3MfjV+8vovd0UqLLdJrhHQh7Ep1m42K1wKFGHXy/G2kDWy1UVQJZ
3d/fD1LgnERQcVlCY7hm5TbSLf1n8NEQUjtRHL07qtHC7nP8++oGbu5Jbez8
YVQuFwu4KKNFPE160S83KUgg5/ECLpOHhlrRy1O87mnE0soTen9hX28dqfRN
4kIPRIXxIBj3VjweJ2UJQs1wZ7jb393tDw+26Cbp96N4hNs8rvDvq5u0jEDi
WeJa4RUPuw83/E3yD0lZDamqGwEtgWiRz3og9dwAgeIHd0CPZRSDnDFb0lbD
gYtKbva/kiIHvghUFI2C3vNrIIUyXxbEqHw/Hbj6ujAD5AElrBJIKTgNEKDu
QXzY3ID3YpgpXF1ZlN9nSTGIaPI6sAgXIkGygcZwILZxaaXsRTz4OYhRN/Fd
Es3SOezXBJc9hv5gO6Y3i2WFYhU8s7mRfISdTJMM+NJ1kfznEld5EY9vkyqa
5WU5aAqgOI4YxJECiLnC2eIs+Bu3hjIKEOng2QzEOuB3sKGRjH60wpdAkmWG
CPLREr+GZYVZgeQHj2CjW3JIt6S5JANWQxuSJfeyknQY8WFasqelrgQKgfNl
tYTWVkShyHNBQk0GmxtAwrPEDFu6wYlVq0U6pndgSfIJDAR248+X79/1WhZC
qTGGrQChCOaH3KKvb0qzAyTilq6Sj1WS4XP3aXXDM6I9Wi2IwOMKZeD8nmlu
jqtSuNfL9L+SUho+zYp8NqPjkd+h1Mj0eVXEWUnnvnN6eWXoG3eFpkUj6uFQ
imQxg3tVhgKP97Gl/nF+dH75e5CaYYl/vLo6vwxfbb5JLwz0GM/TyWRGisYT
1BWKfALHL0VJenNDBpmYsV/TGmT5RE9HG31zP8E39MICjhwy02iZpUDEEVww
sGDZlFbpCBcbxknPw+g/fZKr78uXnj2DsJOFeXXiaIv7oC9NzyMkkqSYrnrR
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

-->

</rfc>
