<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.18 (Ruby 2.7.4) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc compact="yes"?>
<?rfc iprnotified="no"?>
<?rfc strict="yes"?>

<rfc ipr="trust200902" docName="draft-ietf-anima-brski-prm-14" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="BRSKI-PRM">BRSKI with Pledge in Responder Mode (BRSKI-PRM)</title>

    <author initials="S." surname="Fries" fullname="Steffen Fries">
      <organization abbrev="Siemens">Siemens AG</organization>
      <address>
        <postal>
          <street>Otto-Hahn-Ring 6</street>
          <city>Munich</city>
          <code>81739</code>
          <country>Germany</country>
        </postal>
        <email>steffen.fries@siemens.com</email>
        <uri>https://www.siemens.com/</uri>
      </address>
    </author>
    <author initials="T." surname="Werner" fullname="Thomas Werner">
      <organization abbrev="Siemens">Siemens AG</organization>
      <address>
        <postal>
          <street>Otto-Hahn-Ring 6</street>
          <city>Munich</city>
          <code>81739</code>
          <country>Germany</country>
        </postal>
        <email>thomas-werner@siemens.com</email>
        <uri>https://www.siemens.com/</uri>
      </address>
    </author>
    <author initials="E." surname="Lear" fullname="Eliot Lear">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Richtistrasse 7</street>
          <city>Wallisellen</city>
          <code>CH-8304</code>
          <country>Switzerland</country>
        </postal>
        <phone>+41 44 878 9200</phone>
        <email>lear@cisco.com</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael C. Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
        <uri>http://www.sandelman.ca/</uri>
      </address>
    </author>

    <date year="2024"/>

    <area>Operations and Management</area>
    <workgroup>ANIMA WG</workgroup>
    

    <abstract>


<?line 131?>

<t>This document defines enhancements to Bootstrapping a Remote Secure Key Infrastructure (BRSKI, RFC8995) to enable bootstrapping in domains featuring no or only limited connectivity between a pledge and the domain registrar.
It specifically changes the interaction model from a pledge-initiated mode, as used in BRSKI, to a pledge-responding mode, where the pledge is in server role.
For this, BRSKI with Pledge in Responder Mode (BRSKI-PRM) introduces new endpoints for the Domain Registrar and pledge, and a new component, the Registrar-Agent, which facilitates the communication between pledge and registrar during the bootstrapping phase.
To establish the trust relation between pledge and registrar, BRSKI-PRM relies on object security rather than transport security.
The approach defined here is agnostic to the enrollment protocol that connects the domain registrar to the Key Infrastructure (e.g., domain CA).</t>



    </abstract>

    <note title="About This Document" removeInRFC="true">
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-anima-brski-prm/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/anima-wg/anima-brski-prm"/>.</t>
    </note>


  </front>

  <middle>


<?line 139?>

<section anchor="introduction"><name>Introduction</name>

<t>BRSKI as defined in <xref target="RFC8995"/> specifies a solution for secure zero-touch (automated) bootstrapping of devices (pledges) in a customer domain, which may be associated to a specific installation location.
This includes the discovery of the BRSKI registrar in the customer domain and the exchange of security information necessary to establish trust between a pledge and the domain.</t>

<t>Security information about the customer domain, specifically the customer domain certificate, are exchanged and authenticated utilizing signed data objects, the voucher artifacts as defined in <xref target="RFC8995"/>.
In response to a voucher-request, the Manufacturer Authorized Signing Authority (MASA) issues the voucher and provides it via the domain registrar to the pledge.
<xref target="I-D.ietf-anima-rfc8366bis"/> specifies the format of the voucher artifacts, including the voucher-request artifact.</t>

<t>For the certificate enrollment of devices, BRSKI relies on EST <xref target="RFC7030"/> to request and distribute customer domain specific device certificates.
EST in turn relies for the authentication and authorization of the certification request on the credentials used by the underlying TLS between the EST client and the EST server.</t>

<t>BRSKI addresses scenarios in which the pledge initiates the bootstrapping acting as client (referred to as initiator mode by this document).
BRSKI with Pledge in Responder Mode (BRSKI-PRM) defined in this document allows the pledge to act as server, so that it can be triggered externally and at a specific time to generate bootstrapping requests in the customer domain.
For this approach, this document:</t>

<t><list style="symbols">
  <t>defines additional endpoints for the domain registrar and new endpoints for the pledge to enable responder mode.</t>
  <t>introduces the Registrar-Agent as new component to facilitate the communication between the pledge and the domain registrar.
The Registrar-Agent may be implemented as an integrated functionality of a commissioning tool or be co-located with the domain registrar itself.
BRSKI-PRM supports the identification of the Registrar-Agent that was performing the bootstrapping allowing for accountability of the pledges installation, when the Registrar-Agent is a component used by an installer and not co-located with the domain registrar.</t>
  <t>specifies additional artifacts for the exchanges between a pledge acting as server, the Registrar-Agent acting as client, and the domain registrar acting as server toward the Registrar-Agent.</t>
  <t>allows the application of Registrar-Agent credentials to establish TLS connections to the domain registrar; these are different from the pledge IDevID credentials.</t>
  <t>also enables the usage of alternative transports, both IP-based and non-IP, between the pledge and the domain registrar via the Registrar-Agent;
security is addressed at the application layer through object security with an additional signature wrapping the exchanged artifacts.</t>
</list></t>

<t>The term endpoint used in the context of this document is equivalent to resource in HTTP <xref target="RFC9110"/> and CoAP <xref target="RFC7252"/>; it is not used to describe a device.
Endpoints are accessible via Well-Known URIs <xref target="RFC8615"/>.</t>

<t>To utilize EST <xref target="RFC7030"/> for enrollment, the domain registrar performs pre-processing of the wrapping signature before actually using EST as defined in <xref target="RFC7030"/>.</t>

<t>There may be pledges that can support both modes, initiator and responder mode.
In these cases BRSKI-PRM can be combined with BRSKI as defined in <xref target="RFC8995"/> or BRSKI-AE <xref target="I-D.ietf-anima-brski-ae"/> to allow for more bootstrapping flexibility.</t>

</section>
<section anchor="terminology"><name>Terminology</name>

<t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>

<?line -18?>

<t>This document relies on the terminology defined in <xref section="1.2" sectionFormat="of" target="RFC8995"/>.
The following terms are defined in addition:</t>

<dl>
  <dt>authenticated self-contained object:</dt>
  <dd>
    <t>Describes a data object, which is cryptographically bound to the end entity (EE) certificate.
The binding is assumed to be provided through a digital signature of the actual object using the corresponding private key of the certificate.</t>
  </dd>
  <dt>CA:</dt>
  <dd>
    <t>Certification Authority, issues certificates.</t>
  </dd>
  <dt>Commissioning tool:</dt>
  <dd>
    <t>Tool to interact with devices to provide configuration data.</t>
  </dd>
  <dt>CSR:</dt>
  <dd>
    <t>Certificate Signing Request.</t>
  </dd>
  <dt>EE:</dt>
  <dd>
    <t>End entity, as defined in <xref target="RFC9483"/>.
Typically a device or service that owns a public-private key pair for which it manages a public key certificate.</t>
  </dd>
  <dt>EE certificate:</dt>
  <dd>
    <t>the certificate of the EE signed by its owner (e.g., CA).
For domain components, the EE certificate is signed by the domain owner.
For the pledge, the EE certificate is either the IDevID certificate signed by the manufacturer or the LDevID certificate signed by the domain owner or an application-specific EE certificate signed by the domain owner.</t>
  </dd>
  <dt>endpoint:</dt>
  <dd>
    <t>Term equivalent to resource in HTTP <xref target="RFC9110"/> and CoAP <xref target="RFC7252"/>.
Endpoints are accessible via Well-Known URIs <xref target="RFC8615"/>.</t>
  </dd>
  <dt>IDevID:</dt>
  <dd>
    <t>An Initial Device Identifier X.509 certificate installed by the vendor on new equipment.
This is a term from 802.1AR <xref target="IEEE-802.1AR"/>.</t>
  </dd>
  <dt>LDevID:</dt>
  <dd>
    <t>A Local Device Identifier X.509 certificate installed by the owner of the equipment.
This is a term from 802.1AR <xref target="IEEE-802.1AR"/>.</t>
  </dd>
  <dt>mTLS:</dt>
  <dd>
    <t>mutual Transport Layer Security.</t>
  </dd>
  <dt>PER:</dt>
  <dd>
    <t>Pledge Enroll-Request is a signature-wrapped CSR, signed by the pledge that requests enrollment to a domain via the Registrar-Agent.</t>
  </dd>
  <dt>POI:</dt>
  <dd>
    <t>Proof-of-Identity, as defined in <xref target="RFC5272"/>.</t>
  </dd>
  <dt>POP:</dt>
  <dd>
    <t>Proof-of-Possession (of a private key), as defined in <xref target="RFC5272"/>.</t>
  </dd>
  <dt>PVR:</dt>
  <dd>
    <t>Pledge Voucher-Request is a signature-wrapped voucher-request, signed by the pledge that sends it to the domain registrar via the Registrar-Agent.</t>
  </dd>
  <dt>RA:</dt>
  <dd>
    <t>Registration Authority, an optional system component to which a CA delegates certificate management functions such as authorization checks.
In BRSKI-PRM, this is a functionality of the domain registrar, as in BRSKI <xref target="RFC8995"/>.</t>
  </dd>
  <dt>RVR:</dt>
  <dd>
    <t>Registrar Voucher-Request is a signature-wrapped voucher-request, signed by the domain registrar that sends it to the MASA.
For BRSKI-PRM, it contains a copy of the original PVR received from the pledge.</t>
  </dd>
</dl>

<t>This document uses the following encoding notations in the given JWS-signed artifact examples:</t>

<dl>
  <dt>BASE64(OCTETS):</dt>
  <dd>
    <t>Denotes the base64 encoding of an octet sequence using the character set defined in <xref section="4" sectionFormat="of" target="RFC4648"/> and without the inclusion of any line breaks, whitespace, or other additional characters.
Note that the base64 encoding of the empty octet sequence is the empty string.</t>
  </dd>
  <dt>BASE64URL(OCTETS):</dt>
  <dd>
    <t>Denotes the base64url encoding of an octet sequence, per <xref section="2" sectionFormat="of" target="RFC7515"/>.</t>
  </dd>
  <dt>UTF8(STRING):</dt>
  <dd>
    <t>Denotes the octet sequence of the UTF-8 <xref target="RFC3629"/> representation of STRING, per <xref section="1" sectionFormat="of" target="RFC7515"/>.</t>
  </dd>
</dl>

<t>This document includes many examples that would contain many long sequences of base64-encoded objects with no content directly comprehensible to a human reader.
In order to keep those examples short, they use the token <spanx style="verb">base64encodedvalue==</spanx> as a placeholder for base64 data.
The full base64 data is included in the appendices of this document.</t>

</section>
<section anchor="scope-of-solution"><name>Scope of Solution</name>

<section anchor="sup-env"><name>Supported Environments and Use Case Examples</name>

<t>BRSKI-PRM is applicable to scenarios where pledges may have no direct connection to the domain registrar, may have no continuous connection, or require coordination of the pledge requests to be provided to a domain registrar.</t>

<t>This can be motivated by pledges deployed in environments not yet connected to the operational customer domain network, e.g., at a building construction site, or environments intentionally disconnected from the Internet, e.g., critical industrial facilities.
Another example is the assembly of electrical cabinets, which are prepared in advance before the installation at a customer domain.</t>

<section anchor="building-automation"><name>Building Automation</name>

<t>In building automation a typical use case exists where a detached building or the basement is equipped with sensors, actuators, and controllers, but with only limited or no connection to the central building management system.
This limited connectivity may exist during installation time or also during operation time.</t>

<t>During the installation, for instance, a service technician collects the device-specific information from the basement network and provides them to the central building management system.
This could be done using a laptop, common mobile device, or dedicated commissioning tool to transport the information.
The service technician may successively collect device-specific information in different parts of the building before connecting to the domain registrar for bulk bootstrapping.</t>

<t>A domain registrar may be part of the central building management system and already be operational in the installation network.
The central building management system can then provide operational parameters for the specific devices in the basement or other detached areas.
These operational parameters may comprise values and settings required in the operational phase of the sensors/actuators, among them a certificate issued by the operator to authenticate against other components and services.
These operational parameters are then provided to the devices in the basement facilitated by the service technician's laptop.
The Registrar-Agent, defined in this document, may be run on the technician's laptop to interact with pledges.</t>

</section>
<section anchor="infrastructure-isolation-policy"><name>Infrastructure Isolation Policy</name>

<t>This refers to any case in which the network infrastructure is normally isolated from the Internet as a matter of policy, most likely for security reasons.
In such a case, limited access to a domain registrar may be allowed in carefully controlled short periods of time, for example when a batch of new devices are deployed, but prohibited at other times.</t>

</section>
<section anchor="less-operational-security-in-the-target-domain"><name>Less Operational Security in the Target-Domain</name>

<t>The registration authority (RA) performing the authorization of a certificate request is a critical PKI component and therefore requires higher operational security than other components utilizing the issued certificates.
CAs may also require higher security in the registration procedures.
There may be situations in which the customer domain does not offer enough physical security to operate a RA/CA and therefore this service is transferred to a backend that offers a higher level of operational security.</t>

</section>
</section>
<section anchor="limitations"><name>Limitations</name>

<t>The mechanism described in this document presumes the ability of the pledge and the Registrar-Agent to communicate with another.
This may not be possible in constrained environments where, in particular, power must be conserved.
In these situations, it is anticipated that the transceiver will be powered down most of the time.
This presents a rendezvous problem: the pledge is unavailable for certain periods of time, and the Registrar-Agent is similarly presumed to be unavailable for certain periods of time.
To overcome this situation, the pledges may need to be powered on, either manually or by sending a trigger signal.</t>

</section>
</section>
<section anchor="req-sol"><name>Requirements Discussion and Mapping to Solution-Elements</name>

<t>Based on the intended target environment described in <xref target="sup-env"/>, the following requirements are derived to support bootstrapping of pledges in responder mode (acting as server):</t>

<t><list style="symbols">
  <t>To facilitate the communication between a pledge in responder mode and the registrar, additional functionality is needed either on the registrar or as a stand-alone component.
This new functionality is defined as Registrar-Agent and acts as an agent of the registrar to trigger the pledge to generate requests for voucher and enrollment.
These requests are then provided by the Registrar-Agent to the registrar.
This requires the definition of pledge endpoints to allow interaction with the Registrar-Agent.</t>
  <t>The security of communication between the Registrar-Agent and the pledge must not rely on Transport Layer Security (TLS) to enable application of BRSKI-PRM in environments, in which the communication between the Registrar-Agent and the pledge is done over other technologies like BTLE or NFC, which may not support TLS protected communication.
In addition, the pledge does not have a certificate that can easily be verified by <xref target="RFC9525"/> methods.</t>
  <t>The use of authenticated self-contained objects addresses both, the TLS challenges and the technology stack challenge.</t>
  <t>By contrast, the Registrar-Agent can be authenticated by the registrar as a component, acting on behalf of the registrar.
In addition the registrar must be able to verify, which Registrar-Agent was in direct contact with the pledge.</t>
  <t>It would be inaccurate for the voucher-request and voucher-response to use the assertion type <spanx style="verb">proximity</spanx> in the voucher, as the pledge was not in direct contact with the registrar for bootstrapping.
Therefore, a new assertion type is necessary for distinguishing assertions the MASA can state.</t>
</list></t>

<t>At least the following properties are required for the voucher and enrollment processing:</t>

<t><list style="symbols">
  <t>POI: provides data-origin authentication of an artifact, e.g., a voucher-request or an Enroll-Request, utilizing an existing IDevID.
Certificate updates may utilize the certificate that is to be updated.</t>
  <t>POP: proves that an entity possesses and controls the private key corresponding to the public key contained in the certification request, typically by adding a signature computed using the private key to the certification request.</t>
</list></t>

<t>Solution examples based on existing technology are provided with the focus on existing IETF RFCs:</t>

<t><list style="symbols">
  <t>Voucher-Requests and Vouchers as used in <xref target="RFC8995"/> already provide both, POP and POI, through a digital signature to protect the integrity of the voucher, while the corresponding signing certificate contains the identity of the signer.</t>
  <t>Enroll-Requests are data structures containing the information from a requester for a CA to create a certificate.
The certification request format in BRSKI is PKCS#10 <xref target="RFC2986"/>.
In PKCS#10, the structure is signed to ensure integrity protection and POP of the private key of the requester that corresponds to the contained public key.
In the application examples, this POP alone is not sufficient.
A POI is also required for the certification request and therefore the certification request needs to be additionally bound to the existing pledge IDevID credential.
This binding supports the authorization decision for the certification request and may be provided directly with the certification request.
While BRSKI uses the binding to TLS, BRSKI-PRM aims at an additional signature of the PKCS#10 using existing credentials on the pledge (IDevID). This allows the process to be independent of the selected transport.</t>
</list></t>

</section>
<section anchor="architecture"><name>Architecture</name>

<section anchor="overview"><name>Overview</name>

<t>For BRSKI with Pledge in Responder Mode (BRSKI-PRM), the base system architecture defined in BRSKI <xref target="RFC8995"/> is enhanced to facilitate new use cases in which the pledge acts as server.
The responder mode allows delegated bootstrapping using a Registrar-Agent instead of a direct connection between the pledge and the domain registrar.</t>

<t>Necessary enhancements to support authenticated self-contained objects for certificate enrollment are kept at a minimum to enable reuse of already defined architecture elements and interactions.
The format of the bootstrapping objects produced or consumed by the pledge is usually based on JSON Web Signature (JWS) <xref target="RFC7515"/> and further specified in <xref target="exchanges"/> to address the requirements stated in <xref target="req-sol"/> above.
In constrained environments, it may be based on COSE <xref target="RFC9052"/>.</t>

<t>An abstract overview of the BRSKI-PRM protocol can be found on slide 8 of <xref target="BRSKI-PRM-abstract"/>.</t>

<t>To support mutual trust establishment between the domain registrar and pledges not directly connected to the customer domain, this document specifies the exchange of authenticated self-contained objects with the help of the Registrar-Agent.</t>

<t>This leads to extensions of the logical components in the BRSKI architecture as shown in <xref target="uc2figure"/>.</t>

<t>Note that the Join Proxy is not shown in the figure.
In certain situations the Join Proxy may still be present and could be used by the Registrar-Agent to connect to the Registrar.
For example, a Registrar-Agent application on a smartphone often can connect to local Wi-Fi without giving up their cellular network connection <xref target="androidnsd"/>, but only can make link-local connections.</t>

<t>The Registrar-Agent interacts with the pledge to transfer the required data objects for bootstrapping, which are then also exchanged between the Registrar-Agent and the domain registrar.
The addition of the Registrar-Agent influences the sequences of the data exchange between the pledge and the domain registrar described in <xref target="RFC8995"/>.
To enable reuse of BRSKI defined functionality as much as possible, BRSKI-PRM:</t>

<t><list style="symbols">
  <t>uses existing endpoints where the required functionality is provided.</t>
  <t>enhances existing endpoints with new supported media types, e.g., for JWS voucher.</t>
  <t>defines new endpoints where additional functionality is required, e.g., for wrapped certification request, wrapped CA certificates, and new status information.</t>
</list></t>

<figure title="BRSKI-PRM architecture overview using Registrar-Agent" anchor="uc2figure"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="464" width="456" viewBox="0 0 456 464" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,240 L 8,384" fill="none" stroke="black"/>
<path d="M 80,240 L 80,384" fill="none" stroke="black"/>
<path d="M 152,240 L 152,336" fill="none" stroke="black"/>
<path d="M 208,32 L 208,144" fill="none" stroke="black"/>
<path d="M 224,368 L 224,416" fill="none" stroke="black"/>
<path d="M 256,240 L 256,336" fill="none" stroke="black"/>
<path d="M 328,240 L 328,336" fill="none" stroke="black"/>
<path d="M 336,64 L 336,144" fill="none" stroke="black"/>
<path d="M 376,152 L 376,232" fill="none" stroke="black"/>
<path d="M 376,336 L 376,368" fill="none" stroke="black"/>
<path d="M 424,240 L 424,336" fill="none" stroke="black"/>
<path d="M 424,368 L 424,416" fill="none" stroke="black"/>
<path d="M 432,32 L 432,144" fill="none" stroke="black"/>
<path d="M 208,32 L 432,32" fill="none" stroke="black"/>
<path d="M 208,64 L 432,64" fill="none" stroke="black"/>
<path d="M 208,144 L 432,144" fill="none" stroke="black"/>
<path d="M 8,240 L 80,240" fill="none" stroke="black"/>
<path d="M 152,240 L 256,240" fill="none" stroke="black"/>
<path d="M 328,240 L 424,240" fill="none" stroke="black"/>
<path d="M 88,304 L 144,304" fill="none" stroke="black"/>
<path d="M 264,304 L 320,304" fill="none" stroke="black"/>
<path d="M 152,336 L 256,336" fill="none" stroke="black"/>
<path d="M 328,336 L 424,336" fill="none" stroke="black"/>
<path d="M 224,368 L 424,368" fill="none" stroke="black"/>
<path d="M 8,384 L 80,384" fill="none" stroke="black"/>
<path d="M 224,416 L 424,416" fill="none" stroke="black"/>
<polygon class="arrowhead" points="384,232 372,226.4 372,237.6" fill="black" transform="rotate(90,376,232)"/>
<polygon class="arrowhead" points="384,152 372,146.4 372,157.6" fill="black" transform="rotate(270,376,152)"/>
<polygon class="arrowhead" points="328,304 316,298.4 316,309.6" fill="black" transform="rotate(0,320,304)"/>
<polygon class="arrowhead" points="272,304 260,298.4 260,309.6" fill="black" transform="rotate(180,264,304)"/>
<polygon class="arrowhead" points="152,304 140,298.4 140,309.6" fill="black" transform="rotate(0,144,304)"/>
<polygon class="arrowhead" points="96,304 84,298.4 84,309.6" fill="black" transform="rotate(180,88,304)"/>
<g class="text">
<text x="56" y="52">.....</text>
<text x="100" y="52">Drop</text>
<text x="140" y="52">Ship</text>
<text x="184" y="52">.....</text>
<text x="244" y="52">Vendor</text>
<text x="308" y="52">Services</text>
<text x="40" y="68">:</text>
<text x="40" y="84">:</text>
<text x="224" y="84">M</text>
<text x="280" y="84">anufacturer</text>
<text x="40" y="100">:</text>
<text x="224" y="100">A</text>
<text x="272" y="100">uthorized</text>
<text x="384" y="100">Ownership</text>
<text x="40" y="116">:</text>
<text x="224" y="116">S</text>
<text x="260" y="116">igning</text>
<text x="376" y="116">Tracker</text>
<text x="40" y="132">:</text>
<text x="224" y="132">A</text>
<text x="268" y="132">uthority</text>
<text x="40" y="148">:</text>
<text x="40" y="164">:</text>
<text x="40" y="180">:</text>
<text x="412" y="180">BRSKI-</text>
<text x="40" y="196">:</text>
<text x="404" y="196">MASA</text>
<text x="40" y="212">:</text>
<text x="248" y="212">...............................</text>
<text x="416" y="212">.........</text>
<text x="40" y="228">V</text>
<text x="128" y="228">.</text>
<text x="448" y="228">.</text>
<text x="128" y="244">.</text>
<text x="448" y="244">.</text>
<text x="128" y="260">.</text>
<text x="448" y="260">.</text>
<text x="44" y="276">Pledge</text>
<text x="116" y="276">BRSKI-</text>
<text x="204" y="276">Registrar-</text>
<text x="292" y="276">BRSKI-</text>
<text x="364" y="276">Domain</text>
<text x="448" y="276">.</text>
<text x="112" y="292">PRM</text>
<text x="184" y="292">Agent</text>
<text x="288" y="292">PRM</text>
<text x="376" y="292">Registrar</text>
<text x="448" y="292">.</text>
<text x="448" y="308">.</text>
<text x="128" y="324">.</text>
<text x="188" y="324">EE</text>
<text x="224" y="324">cert.</text>
<text x="356" y="324">EE</text>
<text x="392" y="324">cert.</text>
<text x="448" y="324">.</text>
<text x="128" y="340">.</text>
<text x="448" y="340">.</text>
<text x="44" y="356">IDevID</text>
<text x="128" y="356">.</text>
<text x="448" y="356">.</text>
<text x="128" y="372">.</text>
<text x="448" y="372">.</text>
<text x="128" y="388">.</text>
<text x="248" y="388">Key</text>
<text x="324" y="388">Infrastructure</text>
<text x="448" y="388">.</text>
<text x="128" y="404">.</text>
<text x="260" y="404">(e.g.,</text>
<text x="304" y="404">PKI</text>
<text x="336" y="404">CA)</text>
<text x="448" y="404">.</text>
<text x="128" y="420">.</text>
<text x="448" y="420">.</text>
<text x="288" y="436">.........................................</text>
<text x="260" y="452">Customer</text>
<text x="324" y="452">Domain</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
                         +---------------------------+
    ..... Drop Ship .....| Vendor Services           |
    :                    +---------------+-----------+
    :                    | M anufacturer |           |
    :                    | A uthorized   | Ownership |
    :                    | S igning      | Tracker   |
    :                    | A uthority    |           |
    :                    +---------------+-----------+
    :                                         ^
    :                                         | BRSKI-
    :                                         | MASA
    :          ...............................|.........
    V          .                              v        .
+--------+     .  +------------+        +-----------+  .
|        |     .  |            |        |           |  .
| Pledge | BRSKI- | Registrar- | BRSKI- | Domain    |  .
|        |  PRM   | Agent      |  PRM   | Registrar |  .
|        |<------>|            |<------>|           |  .
|        |     .  |   EE cert. |        |  EE cert. |  .
|        |     .  +------------+        +-----+-----+  .
| IDevID |     .                              |        .
|        |     .           +------------------+-----+  .
+--------+     .           | Key Infrastructure     |  .
               .           | (e.g., PKI CA)         |  .
               .           +------------------------+  .
               .........................................
                            Customer Domain
]]></artwork></artset></figure>

<t><xref target="uc2figure"/> shows the relations between the following main components:</t>

<t><list style="symbols">
  <t>Pledge: Is expected to respond with the necessary data objects for bootstrapping to the Registrar-Agent.
The protocol used between the pledge and the Registrar-Agent is assumed to be HTTP(S) in the context of this document.
Any other protocol can be used as long as it supports the exchange of the necessary artifacts.
This includes CoAP or protocol to be used over Bluetooth or NFC connections.
A pledge acting as server leads to the following differences compared to BRSKI <xref target="RFC8995"/>:  <list style="symbols">
      <t>The pledge no longer initiates bootstrapping, but is discovered and triggered by the Registrar-Agent as defined in <xref target="discovery_uc2_ppa"/>.</t>
      <t>The pledge offers additional endpoints as defined in <xref target="pledge_component"/>, so that the Registrar-Agent can request data required for bootstrapping the pledge.</t>
      <t>The pledge includes additional data in the PVR, which is provided and signed by the Registrar-Agent as defined in <xref target="tpvr"/>.
This allows the registrar to identify with which Registrar-Agent the pledge was in contact (see <xref target="agt_prx"/>).</t>
      <t>The artifacts exchanged between the pledge and the registrar via the Registrar-Agent are authenticated self-contained objects (i.e., signature-wrapped artifacts).</t>
    </list></t>
  <t>Registrar-Agent: Is a new component defined in <xref target="agent_component"/> that provides a store and forward communication path to exchange data objects between the pledge and the domain registrar.
This is for situations in which the domain registrar is not directly reachable by the pledge, which may be due to a different technology stacks or due to missing connectivity.
A Registrar-Agent acting as client leads to the following new aspects:  <list style="symbols">
      <t>The order of exchanges in the BRSKI-PRM call flow is different from that in BRSKI <xref target="RFC8995"/>, as the Registrar-Agent can trigger one or more pledges and collects the PVR and PER artifacts simultaneously as defined in <xref target="exchanges"/>.
This enables bulk bootstrapping of several devices.</t>
      <t>There is no trust assumption between the pledge and the Registrar-Agent as only authenticated self-contained objects are used, which are transported via the Registrar-Agent and provided either by the pledge or the domain registrar.</t>
      <t>The trust assumption between the Registrar-Agent and the domain registrar may be based on EE certificates that are both signed by the domain owner.</t>
      <t>The Registrar-Agent may be realized as stand-alone component supporting nomadic activities of a service technician moving between different installation sites.</t>
      <t>Alternatively, the Registrar-Agent may also be realized as co-located functionality for a registrar, to support pledges in responder mode.</t>
    </list></t>
  <t>Join Proxy (not shown): Has the same functionality as described in <xref target="RFC8995"/> if needed.
Note that a Registrar-Agent may use a join proxy to facilitate the TLS connection to the registrar in the same way that a BRSKI pledge would use a join proxy. This is useful in cases where the Registrar-Agent does not have full IP connectivity via the domain network or cases where it has no other means to locate the registrar on the network.</t>
  <t>Domain registrar: In general fulfills the same functionality regarding the bootstrapping of the pledge in a customer domain by facilitating the communication of the pledge with the MASA service and the domain key infrastructure (PKI).
However, there are also differences compared to BRSKI <xref target="RFC8995"/>:  <list style="symbols">
      <t>A BRSKI-PRM domain registrar does not interact with a pledge directly, but through the Registrar-Agent as defined in <xref target="exchanges"/>.</t>
      <t>A BRSKI-PRM domain registrar offers additional endpoints as defined in <xref target="registrar_component"/> to support the signature-wrapped artifacts used by BRSKI-PRM.</t>
    </list></t>
  <t>Vendor services: Encompass MASA and Ownership Tracker and are used as defined in <xref target="RFC8995"/>.
A MASA responsible for pledges that implement BRSKI-PRM is expected to support BRSKI-PRM extensions:  <list style="symbols">
      <t>The default format for voucher artifacts (incl. voucher-request) is JWS-signed JSON as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>
      <t>The Agent Proximity Assertion (see <xref target="agt_prx"/>) requires additional validation steps as defined in <xref target="masa_interaction"/>.</t>
    </list></t>
</list></t>

</section>
<section anchor="arch_nomadic"><name>Nomadic Connectivity</name>

<t>In one example instance of the PRM architecture as shown in <xref target="uc3figure"/>, there is no connectivity between the location in which the pledge is installed and the location of the domain registrar.
This is often the case in the aforementioned building automation use case (<xref target="building-automation"/>).</t>

<figure title="Registrar-Agent nomadic connectivity example" anchor="uc3figure"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="496" width="456" viewBox="0 0 456 496" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 24,128 L 24,176" fill="none" stroke="black"/>
<path d="M 96,128 L 96,176" fill="none" stroke="black"/>
<path d="M 208,32 L 208,64" fill="none" stroke="black"/>
<path d="M 224,400 L 224,448" fill="none" stroke="black"/>
<path d="M 328,320 L 328,368" fill="none" stroke="black"/>
<path d="M 376,72 L 376,312" fill="none" stroke="black"/>
<path d="M 376,368 L 376,400" fill="none" stroke="black"/>
<path d="M 424,320 L 424,368" fill="none" stroke="black"/>
<path d="M 424,400 L 424,448" fill="none" stroke="black"/>
<path d="M 432,32 L 432,64" fill="none" stroke="black"/>
<path d="M 208,32 L 432,32" fill="none" stroke="black"/>
<path d="M 208,64 L 432,64" fill="none" stroke="black"/>
<path d="M 24,128 L 96,128" fill="none" stroke="black"/>
<path d="M 104,160 L 184,160" fill="none" stroke="black"/>
<path d="M 24,176 L 96,176" fill="none" stroke="black"/>
<path d="M 328,320 L 424,320" fill="none" stroke="black"/>
<path d="M 272,352 L 320,352" fill="none" stroke="black"/>
<path d="M 328,368 L 424,368" fill="none" stroke="black"/>
<path d="M 224,400 L 424,400" fill="none" stroke="black"/>
<path d="M 224,448 L 424,448" fill="none" stroke="black"/>
<polygon class="arrowhead" points="384,312 372,306.4 372,317.6" fill="black" transform="rotate(90,376,312)"/>
<polygon class="arrowhead" points="384,72 372,66.4 372,77.6" fill="black" transform="rotate(270,376,72)"/>
<polygon class="arrowhead" points="328,352 316,346.4 316,357.6" fill="black" transform="rotate(0,320,352)"/>
<polygon class="arrowhead" points="280,352 268,346.4 268,357.6" fill="black" transform="rotate(180,272,352)"/>
<polygon class="arrowhead" points="192,160 180,154.4 180,165.6" fill="black" transform="rotate(0,184,160)"/>
<polygon class="arrowhead" points="112,160 100,154.4 100,165.6" fill="black" transform="rotate(180,104,160)"/>
<g class="text">
<text x="56" y="52">.....</text>
<text x="100" y="52">Drop</text>
<text x="140" y="52">Ship</text>
<text x="184" y="52">.....</text>
<text x="244" y="52">Vendor</text>
<text x="308" y="52">Services</text>
<text x="40" y="68">:</text>
<text x="40" y="84">:</text>
<text x="164" y="100">........................................</text>
<text x="8" y="116">.</text>
<text x="40" y="116">v</text>
<text x="320" y="116">.</text>
<text x="8" y="132">.</text>
<text x="248" y="132">.-.-.-.-.-.-.-.</text>
<text x="320" y="132">.</text>
<text x="8" y="148">.</text>
<text x="192" y="148">:</text>
<text x="244" y="148">Registrar-</text>
<text x="304" y="148">:</text>
<text x="320" y="148">.</text>
<text x="8" y="164">.</text>
<text x="60" y="164">Pledge</text>
<text x="192" y="164">:</text>
<text x="224" y="164">Agent</text>
<text x="304" y="164">:</text>
<text x="320" y="164">.</text>
<text x="8" y="180">.</text>
<text x="116" y="180">L2</text>
<text x="140" y="180">or</text>
<text x="164" y="180">L3</text>
<text x="248" y="180">:-.-.-.-.-.-.-:</text>
<text x="320" y="180">.</text>
<text x="8" y="196">.</text>
<text x="140" y="196">connectivity</text>
<text x="216" y="196">^</text>
<text x="320" y="196">.</text>
<text x="164" y="212">..........................!.............</text>
<text x="52" y="228">Pledge</text>
<text x="132" y="228">Installation</text>
<text x="216" y="228">!</text>
<text x="60" y="244">Location</text>
<text x="216" y="244">!</text>
<text x="256" y="244">Nomadic</text>
<text x="216" y="260">!</text>
<text x="276" y="260">connectivity</text>
<text x="216" y="276">!</text>
<text x="248" y="292">...........!...................</text>
<text x="416" y="292">.........</text>
<text x="128" y="308">.</text>
<text x="216" y="308">v</text>
<text x="448" y="308">.</text>
<text x="128" y="324">.</text>
<text x="208" y="324">.-.-.-.-.-.-.-.</text>
<text x="448" y="324">.</text>
<text x="128" y="340">.</text>
<text x="152" y="340">:</text>
<text x="204" y="340">Registrar-</text>
<text x="264" y="340">:</text>
<text x="364" y="340">Domain</text>
<text x="448" y="340">.</text>
<text x="128" y="356">.</text>
<text x="152" y="356">:</text>
<text x="184" y="356">Agent</text>
<text x="264" y="356">:</text>
<text x="376" y="356">Registrar</text>
<text x="448" y="356">.</text>
<text x="128" y="372">.</text>
<text x="208" y="372">:-.-.-.-.-.-.-:</text>
<text x="448" y="372">.</text>
<text x="128" y="388">.</text>
<text x="448" y="388">.</text>
<text x="128" y="404">.</text>
<text x="448" y="404">.</text>
<text x="128" y="420">.</text>
<text x="248" y="420">Key</text>
<text x="324" y="420">Infrastructure</text>
<text x="448" y="420">.</text>
<text x="128" y="436">.</text>
<text x="260" y="436">(e.g.,</text>
<text x="304" y="436">PKI</text>
<text x="336" y="436">CA)</text>
<text x="448" y="436">.</text>
<text x="128" y="452">.</text>
<text x="448" y="452">.</text>
<text x="288" y="468">.........................................</text>
<text x="260" y="484">Customer</text>
<text x="324" y="484">Domain</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
                         +---------------------------+
    ..... Drop Ship .....| Vendor Services           |
    :                    +---------------------------+
    :                                         ^
........................................      |
.   v                                  .      |
. +--------+           .-.-.-.-.-.-.-. .      |
. |        |           : Registrar-  : .      |
. | Pledge |<--------->: Agent       : .      |
. +--------+ L2 or L3  :-.-.-.-.-.-.-: .      |
.          connectivity   ^            .      |
..........................!.............      |
   Pledge Installation    !                   |
   Location               ! Nomadic           |
                          ! connectivity      |
                          !                   |
               ...........!...................|.........
               .          v                   v        .
               .  .-.-.-.-.-.-.-.       +-----------+  .
               .  : Registrar-  :       | Domain    |  .
               .  : Agent       :<----->| Registrar |  .
               .  :-.-.-.-.-.-.-:       +-----+-----+  .
               .                              |        .
               .           +------------------+-----+  .
               .           | Key Infrastructure     |  .
               .           | (e.g., PKI CA)         |  .
               .           +------------------------+  .
               .........................................
                            Customer Domain
]]></artwork></artset></figure>

<t>PRM enables support of this case through nomadic connectivity of the Registrar-Agent.
To perform enrollment in this setup, multiple round trips of the Registrar-Agent between the pledge installation location and the domain registrar are required.</t>

<t><list style="numbers" type="1">
  <t>Connectivity to domain registrar: preparation tasks for pledge bootstrapping not part of the BRSKI-PRM protocol definition, like retrieval of list of pledges to enroll.</t>
  <t>Connectivity to pledge installation location: retrieve information about available pledges (IDevID), collect request objects (i.e., Pledge Voucher-Requests and Pledge Enroll-Requests using the BRSKI-PRM approach described in <xref target="tpvr"/> and <xref target="tper"/>).</t>
  <t>Connectivity to domain registrar, submit collected request information of pledges, retrieve response objects (i.e., Voucher and Enroll-Response) using the BRSKI-PRM approach described in <xref target="pvr"/> and <xref target="per"/>.</t>
  <t>Connectivity to pledge installation location, provide retrieved objects to the pledges to enroll pledges and collect status using the BRSKI-PRM approach described in <xref target="voucher"/>, <xref target="cacerts"/>, and <xref target="enroll_response"/>.</t>
  <t>Connectivity to domain registrar, submit Voucher Status and Enrollment Status using the BRSKI-PRM approach described in <xref target="vstatus"/> and <xref target="estatus"/>.</t>
</list></t>

<t>Variations of this setup include cases where the Registrar-Agent uses for example WiFi to connect to the pledge installation network, and mobile network connectivity to connect to the domain registrar.
Both connections may also be possible in a single location at the same time, based on installation building conditions.</t>

</section>
<section anchor="co-located-registrar-agent-and-domain-registrar"><name>Co-located Registrar-Agent and Domain Registrar</name>

<t>Compared to <xref target="RFC8995"/> BRSKI, pledges supporting BRSKI-PRM can be completely passive and only need to react when being requested to react by a Registrar-Agent.
In <xref target="RFC8995"/>, pledges instead need to continuously request enrollment from a domain registrar, which may result in undesirable communications pattern and possible overload of a domain registrar.</t>

<figure title="Registrar-Agent integrated into Domain Registrar example" anchor="uc4figure"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="352" width="448" viewBox="0 0 448 352" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,160 L 8,208" fill="none" stroke="black"/>
<path d="M 80,160 L 80,208" fill="none" stroke="black"/>
<path d="M 200,32 L 200,64" fill="none" stroke="black"/>
<path d="M 208,144 L 208,224" fill="none" stroke="black"/>
<path d="M 216,256 L 216,288" fill="none" stroke="black"/>
<path d="M 368,72 L 368,136" fill="none" stroke="black"/>
<path d="M 368,224 L 368,256" fill="none" stroke="black"/>
<path d="M 416,144 L 416,224" fill="none" stroke="black"/>
<path d="M 416,256 L 416,288" fill="none" stroke="black"/>
<path d="M 424,32 L 424,64" fill="none" stroke="black"/>
<path d="M 200,32 L 424,32" fill="none" stroke="black"/>
<path d="M 200,64 L 424,64" fill="none" stroke="black"/>
<path d="M 208,144 L 416,144" fill="none" stroke="black"/>
<path d="M 8,160 L 80,160" fill="none" stroke="black"/>
<path d="M 88,192 L 200,192" fill="none" stroke="black"/>
<path d="M 8,208 L 80,208" fill="none" stroke="black"/>
<path d="M 208,224 L 416,224" fill="none" stroke="black"/>
<path d="M 216,256 L 416,256" fill="none" stroke="black"/>
<path d="M 216,288 L 416,288" fill="none" stroke="black"/>
<polygon class="arrowhead" points="376,136 364,130.4 364,141.6" fill="black" transform="rotate(90,368,136)"/>
<polygon class="arrowhead" points="376,72 364,66.4 364,77.6" fill="black" transform="rotate(270,368,72)"/>
<polygon class="arrowhead" points="208,192 196,186.4 196,197.6" fill="black" transform="rotate(0,200,192)"/>
<polygon class="arrowhead" points="96,192 84,186.4 84,197.6" fill="black" transform="rotate(180,88,192)"/>
<g class="text">
<text x="48" y="52">.....</text>
<text x="92" y="52">Drop</text>
<text x="132" y="52">Ship</text>
<text x="176" y="52">.....</text>
<text x="236" y="52">Vendor</text>
<text x="296" y="52">Service</text>
<text x="32" y="68">:</text>
<text x="32" y="84">:</text>
<text x="32" y="100">:</text>
<text x="32" y="116">:</text>
<text x="240" y="116">...............................</text>
<text x="408" y="116">.........</text>
<text x="32" y="132">:</text>
<text x="120" y="132">.</text>
<text x="440" y="132">.</text>
<text x="32" y="148">v</text>
<text x="120" y="148">.</text>
<text x="440" y="148">.</text>
<text x="120" y="164">.</text>
<text x="268" y="164">..............</text>
<text x="440" y="164">.</text>
<text x="120" y="180">.</text>
<text x="216" y="180">.</text>
<text x="268" y="180">Registrar-</text>
<text x="320" y="180">.</text>
<text x="356" y="180">Domain</text>
<text x="440" y="180">.</text>
<text x="44" y="196">Pledge</text>
<text x="216" y="196">.</text>
<text x="248" y="196">Agent</text>
<text x="320" y="196">.</text>
<text x="368" y="196">Registrar</text>
<text x="440" y="196">.</text>
<text x="100" y="212">L2</text>
<text x="124" y="212">or</text>
<text x="148" y="212">L3</text>
<text x="268" y="212">..............</text>
<text x="440" y="212">.</text>
<text x="140" y="228">connectivity</text>
<text x="440" y="228">.</text>
<text x="120" y="244">.</text>
<text x="440" y="244">.</text>
<text x="120" y="260">.</text>
<text x="440" y="260">.</text>
<text x="120" y="276">.</text>
<text x="240" y="276">Key</text>
<text x="316" y="276">Infrastructure</text>
<text x="440" y="276">.</text>
<text x="120" y="292">.</text>
<text x="440" y="292">.</text>
<text x="280" y="308">.........................................</text>
<text x="252" y="324">Customer</text>
<text x="316" y="324">Domain</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
                         +---------------------------+
    ..... Drop Ship .....| Vendor Service            |
    :                    +---------------------------+
    :                                         ^
    :                                         |
    :          ...............................|.........
    :          .                              v        .
    v          .          +-------------------------+  .
 +--------+    .          |..............           |  .
 |        |    .          |. Registrar- . Domain    |  .
 | Pledge |<------------->|. Agent      . Registrar |  .
 +--------+ L2 or L3      |..............           |  .
            connectivity  +-------------------+-----+  .
               .                              |        .
               .           +------------------+-----+  .
               .           | Key Infrastructure     |  .
               .           +------------------------+  .
               .........................................
                            Customer Domain
]]></artwork></artset></figure>

<t>The benefits of BRSKI-PRM can be achieved even without the operational complexity of standalone Registrar-Agents by integrating the necessary functionality of the Registrar-Agent as a module into the domain registrar as shown in <xref target="uc4figure"/> so that it can support the BRSKI-PRM communications to the pledge.</t>

</section>
<section anchor="agt_prx"><name>Agent Proximity Assertion</name>

<t>"Agent proximity" is a statement in the PVR and the voucher that the registrar communicated via the Registrar-Agent as defined in <xref target="exchanges"/> and not directly to the pledge.
It is therefore a different assertion than "network proximity", which is defined in <xref section="3" sectionFormat="of" target="RFC8995"/>.
Hence, <xref target="I-D.ietf-anima-rfc8366bis"/> defines the additional assertion type <spanx style="verb">agent-proximity</spanx>.
This assertion type can be verified by the registrar and MASA during BRSKI-PRM voucher-request processing.</t>

<t>In BRSKI, the pledge verifies POP of the registrar end-entity (EE) credentials via the TLS handshake and pins that public key as the <spanx style="verb">proximity-registrar-cert</spanx> into the voucher request.
This allows the MASA to verify the proximity of the pledge and registrar, facilitating a decision to assign the pledge to that domain owner.
In BRSKI, the TLS session is considered provisional until the pledge receives the voucher to verify POI.</t>

<t>In contrast, in BRSKI-PRM the pledge has no direct connection to the registrar and <bcp14>MUST</bcp14> accept the supplied registrar EE certificate provisionally until it receives the voucher as described in <xref target="voucher"/> to verify both POP and POI.
The provisional registrar EE certificate is used for the object security along the authenticated self-contained objects that in BRSKI-PRM replace the direct TLS connection to the registrar available in BRSKI <xref target="RFC8995"/>.
See also <xref section="5" sectionFormat="of" target="RFC8995"/> on "provisional state".</t>

<t>For the Agent Proximity Assertion, the Registrar-Agent EE certificate and registrar EE certificate must be signed by the same domain owner, i.e., <bcp14>MUST</bcp14> possess a common domain trust anchor in their certificate chain.
Akin to the Network Proximity Assertion in BRSKI <xref target="RFC8995"/>, the Agent Proximity Assertion provides pledge proximity evidence to the MASA.
But additionally, the Agent Proximity Assertion allows the domain registrar to be sure that the PVR supplied by the Registrar-Agent was in fact collected by the Registrar-Agent to which the registrar is connected by utilizing an agent-signed data object.</t>

</section>
</section>
<section anchor="system-components"><name>System Components</name>

<section anchor="agent_component"><name>Registrar-Agent</name>

<t>The Registrar-Agent is a new component in BRSKI-PRM that provides a store and forward communication path with secure message passing between pledges in responder mode and the domain registrar.
It uses its own end-entity (EE) certificate and corresponding credentials (i.e., private key) for TLS client authentication and for signing agent-signed data objects.</t>

<t>The Registrar-Agent EE certificate <bcp14>MUST</bcp14> include a SubjectKeyIdentifier as defined in <xref section="4.2.1.2" sectionFormat="of" target="RFC5280"/>, which is used as a reference within agent-signed data objects as defined in <xref target="jws-asd"/>.
Note that this is an additional requirement for issuing the Registrar-Agent EE certificate.
<xref target="RFC8995"/> has a similar requirement for the registrar EE certificate.</t>

<t>The SubjectKeyIdentifier is used in favor of providing the complete Registrar-Agent EE certificate in agent-signed data objects to accommodate also constrained environments and reduce bandwidth needed for communication with the pledge.
In addition, it follows the recommendation from BRSKI to use SubjectKeyIdentifier in favor of a certificate fingerprint to avoid additional computations.</t>

<t>The provisioning of the Registrar-Agent EE certificate is out of scope for this document, but may be done using its own BRSKI run or by other means such as configuration.
It is <bcp14>RECOMMENDED</bcp14> to use short lived Registrar-Agent EE certificates in the range of days or weeks as outlined in <xref target="sec_cons_reg-agt"/>.</t>

<t>Further, the Registrar-Agent requires the registrar EE certificate to provide it to the pledge.
It <bcp14>MAY</bcp14> use the certificate verified during server authentication within an initial TLS session with the registrar;
in this case, the Registrar-Agent <bcp14>MUST</bcp14> possess the domain trust anchor (i.e., CA certificate) for the registrar EE certificate to verify the certificate chain.
Alternatively, the registrar EE certificate <bcp14>MAY</bcp14> be provided via configuration or a repository.
The registrar IP address or hostname is provided either by configuration or by using the discovery mechanism defined in <xref target="RFC8995"/> (see <xref target="discovery_uc2_reg"/>).</t>

<t>In addition to the certificates, the Registrar-Agent is provided with the product-serial-number(s) of the pledge(s) to be bootstrapped.
This is necessary to allow for the discovery of pledges by the Registrar-Agent using DNS-SD with mDNS (see <xref target="discovery_uc2_ppa"/>).
The list may be provided by prior administrative means or the Registrar-Agent may get the information via an (out-of-band) interaction with the pledge.
For instance, <xref target="RFC9238"/> describes scanning of a QR code, where the product-serial-number would be initialized from the 12N B005 Product Serial Number data record.</t>

<t>In summary, the following information <bcp14>MUST</bcp14> be available at the Registrar-Agent before the interaction with a pledge:</t>

<t><list style="symbols">
  <t>Registrar-Agent EE certificate and corresponding private key: own operational credentials to authenticate and sign agent-signed data</t>
  <t>Registrar EE certificate: certificate of the domain registrar to be provided to the pledge</t>
  <t>Serial number(s): product-serial-number(s) of pledge(s) to be bootstrapped; used for discovery</t>
</list></t>

<t>Further, the Registrar-Agent <bcp14>SHOULD</bcp14> have synchronized time.</t>

<t>Finally, the Registrar-Agent <bcp14>MAY</bcp14> possess the IDevID (root or issuing) CA certificate of the pledge manufacturer/vendor to validate the IDevID certificate on returned PVR or in case of optional TLS usage for pledge communication (see <xref target="pledgehttps"/>).
The distribution of IDevID CA certificates to the Registrar-Agent is out of scope of this document and may be done by a manual configuration.</t>

<section anchor="discovery_uc2_reg"><name>Discovery of the Registrar</name>

<t>While the Registrar-Agent requires the IP address of the domain registrar to initiate a TLS session, a separate discovery of the registrar is likely not needed and a configuration of the domain registrar IP address or hostname is assumed.
Registrar-Agent and registrar are domain components that already have a trust relation, as a Registrar-Agent acts as representative of the domain registrar towards the pledge or may even be collocated with the domain registrar.
Further, other communication (not part of this document) between the Registrar-Agent and the registrar is assumed, e.g., to exchange information about product-serial-number(s) of pledges to be discovered as outlined in <xref target="arch_nomadic"/>.</t>

<t>Moreover, the standard discovery described in <xref section="4" sectionFormat="of" target="RFC8995"/> and the <xref section="A.2" sectionFormat="of" target="RFC8995"/> does not support identification of registrars with an enhanced feature set (like the support of BRSKI-PRM), and hence this standard discovery is not applicable.</t>

<t>As a more general solution, the BRSKI discovery mechanism can be extended to provide upfront information on the capabilities of registrars, such as the mode of operation (pledge-responder-mode or registrar-responder-mode).
Defining discovery extensions is out of scope of this document.
This may be provided in <xref target="I-D.ietf-anima-brski-discovery"/>.</t>

</section>
<section anchor="discovery_uc2_ppa"><name>Discovery of the Pledge</name>

<t>The discovery of the pledge by the Registrar-Agent in the context of this document describes the minimum discovery approach to be supported.
A more general discovery mechanism, also supporting GRASP besides DNS-SD with mDNS, may be provided in <xref target="I-D.ietf-anima-brski-discovery"/>.</t>

<t>Discovery in BRSKI-PRM uses DNS-based Service Discovery <xref target="RFC6763"/> over Multicast DNS <xref target="RFC6762"/> to discover the pledge.
Note that <xref section="9" sectionFormat="of" target="RFC6762"/> provides support for conflict resolution in situations when an DNS-SD with mDNS responder receives a mDNS response with inconsistent data.
Note that <xref target="RFC8990"/> does not support conflict resolution of mDNS, which may be a limitation for its application.</t>

<t>The pledge constructs a Service Instance Name based on device local information (manufacturer/vendor name and serial number), which results in <spanx style="verb">&lt;product-serial-number&gt;._brski-pledge._tcp.local</spanx>.
The product-serial-number composition is manufacturer dependent and may contain information regarding the manufacturer, the product type, and further information specific to the product instance.
To allow distinction of pledges, the product-serial-number therefore needs to be sufficiently unique.</t>

<t>Note that this goes against the naming recommendation of <xref target="RFC6763"/>.
The <spanx style="verb">_brski-pledge._tcp</spanx> service, however, targets machine-to-machine discovery.</t>

<t>In the absence of a more general discovery as defined in <xref target="I-D.ietf-anima-brski-discovery"/> the Registrar-Agent <bcp14>MUST</bcp14> use</t>

<t><list style="symbols">
  <t><spanx style="verb">&lt;product-serial-number&gt;._brski-pledge._tcp.local</spanx>, to discover a specific pledge, e.g., when connected to a local network.</t>
  <t><spanx style="verb">_brski-pledge._tcp.local</spanx> to get a list of pledges to be bootstrapped.</t>
</list></t>

<t>A manufacturer may allow the pledge to react on DNS-SD with mDNS discovery without its product-serial-number contained.
This allows a commissioning tool to discover pledges to be bootstrapped in the domain.
The manufacturer support this functionality as outlined in <xref target="sec_cons_mDNS"/>.</t>

<t>Establishing network connectivity of the pledge is out of scope of this document but necessary to apply DNS-SD with mDNS.
For Ethernet it is provided by simply connecting the network cable.
For WiFi networks, connectivity can be provided by using a pre-agreed SSID for bootstrapping, e.g., as proposed in <xref target="I-D.richardson-emu-eap-onboarding"/>.
The same approach can be used by 6LoWPAN/mesh using a pre-agreed PAN ID.
How to gain network connectivity is out of scope of this document.</t>

</section>
</section>
<section anchor="pledge_component"><name>Pledge in Responder Mode</name>

<t>In BRSKI-PRM, the pledge is triggered by the Registrar-Agent to create the PVR and PER.
It is also triggered for processing of the responses and the generation of status information once the Registrar-Agent has received the responses from the registrar later in the process.</t>

<t>To enable interaction as responder with the Registrar-Agent, pledges in responder mode <bcp14>MUST</bcp14> act as servers and <bcp14>MUST</bcp14> provide the endpoints defined in <xref target="pledge_ep_table"/> within the BRSKI-defined <spanx style="verb">/.well-known/brski/</spanx> URI path, except for the <bcp14>OPTIONAL</bcp14> endpoint "qps".
The endpoints are defined with short names to also accommodate for resource-constrained devices.</t>

<texttable title="Well-Known Endpoints on a Pledge in Responder Mode" anchor="pledge_ep_table">
      <ttcol align='left'>Endpoint</ttcol>
      <ttcol align='left'>Operation</ttcol>
      <ttcol align='left'>Exchange and Artifacts</ttcol>
      <c>tpvr</c>
      <c>Trigger Pledge Voucher-Request</c>
      <c><xref target="tpvr"/></c>
      <c>tper</c>
      <c>Trigger Pledge Enroll-Request</c>
      <c><xref target="tper"/></c>
      <c>svr</c>
      <c>Supply Voucher to Pledge</c>
      <c><xref target="voucher"/></c>
      <c>scac</c>
      <c>Supply CA Certificates to Pledge</c>
      <c><xref target="cacerts"/></c>
      <c>ser</c>
      <c>Supply Enroll-Response to Pledge</c>
      <c><xref target="enroll_response"/></c>
      <c>qps</c>
      <c>Query Pledge Status</c>
      <c><xref target="query"/></c>
</texttable>

<t>HTTP(S) uses the Host header field (or :authority in HTTP/2) to allow for name-based virtual hosting as explained in <xref section="7.2" sectionFormat="of" target="RFC9110"/>.
This header field is mandatory, and so a compliant HTTP(S) client is going to insert it, which may be just an IP address.
The pledge <bcp14>MUST</bcp14> respond to all requests regardless of the Host header field provided by the client (i.e., ignore it).
Note that there is no requirement for the pledge to operate its BRSKI-PRM service on port 80 or port 443, so there is no reason for name-based virtual hosting.</t>

<t>For instance, when the Registrar-Agent reaches out to the "tpvr" endpoint on a pledge in responder mode with the full URI <spanx style="verb">http://pledge.example.com/.well-known/brski/tpvr</spanx>, it sets the Host header field to <spanx style="verb">pledge.example.com</spanx> and the absolute path <spanx style="verb">/.well-known/brski/tpbr</spanx>.
In practice, however, the pledge is usually known by a <spanx style="verb">.local</spanx> hostname or only its IP address as returned by a discovery protocol, which will be included in the Host header field.</t>

<t>As BRSKI-PRM uses authenticated self-contained objects between the pledge and the domain registrar, the binding of the pledge identity to the voucher-requests is provided by the wrapping signature employing the pledge IDevID credential.
Hence, pledges <bcp14>MUST</bcp14> have an Initial Device Identifier (IDevID) installed in them at the factory.</t>

<section anchor="pledge-with-combined-functionality"><name>Pledge with Combined Functionality</name>

<t>Pledges <bcp14>MAY</bcp14> support both initiator and responder mode.</t>

<t>A pledge in initiator mode should listen for announcement messages as described in <xref section="4.1" sectionFormat="of" target="RFC8995"/>.
Upon discovery of a potential registrar, it initiates the bootstrapping to that registrar.
At the same time (so as to avoid the Slowloris-attack described in <xref target="RFC8995"/>), it <bcp14>SHOULD</bcp14> also respond to the triggers for responder mode described in this document.</t>

<t>Once a pledge with combined functionality has been bootstrapped, it <bcp14>MAY</bcp14> act as client for enrollment of further certificates needed, e.g., using the enrollment protocol of choice.
If it still acts as server, the defined BRSKI-PRM endpoints to trigger a Pledge Enroll-Request (PER) or to provide an Enroll-Response can be used for further certificates.</t>

</section>
</section>
<section anchor="registrar_component"><name>Domain Registrar</name>

<t>In BRSKI-PRM, the domain registrar provides the endpoints already specified in <xref target="RFC8995"/> (derived from EST <xref target="RFC7030"/>) where suitable.
In addition, it <bcp14>MUST</bcp14> provide the endpoints defined in <xref target="registrar_ep_table"/> within the BRSKI-defined <spanx style="verb">/.well-known/brski/</spanx> Well-Known URI path.
These endpoints accommodate for the authenticated self-contained objects used by BRSKI-PRM to provide Pledge Enroll-Request (PER) artifacts and signature-wrapped CA certificates via the Registrar-Agent.</t>

<texttable title="Additional Well-Known Endpoints on a BRSKI-PRM Registrar" anchor="registrar_ep_table">
      <ttcol align='left'>Endpoint</ttcol>
      <ttcol align='left'>Operation</ttcol>
      <ttcol align='left'>Exchange and Artifacts</ttcol>
      <c>requestenroll</c>
      <c>Supply PER to Registrar</c>
      <c><xref target="per"/></c>
      <c>wrappedcacerts</c>
      <c>Obtain CA Certificates</c>
      <c><xref target="obtain_cacerts"/></c>
</texttable>

<t>The registrar possesses its own EE certificate and corresponding private key for authenticating and signing.
It <bcp14>MUST</bcp14> use the same certificate/credentials for authentication in the TLS session with a Registrar-Agent and for signing artifacts for that Registrar-Agent and its pledges (see <xref target="rcv_artifact"/>).
Overall, this may have operational implications when the registrar is part of a scalable framework as described in <xref section="1.3.1" sectionFormat="of" target="I-D.richardson-anima-registrar-considerations"/>.</t>

<t>According to <xref section="5.3" sectionFormat="of" target="RFC8995"/>, the domain registrar performs the pledge authorization for bootstrapping within its domain based on the Pledge Voucher-Request.
For this, it <bcp14>MUST</bcp14> possess the IDevID trust anchor(s) (i.e., root or issuing CA certificate(s)) of the pledge vendor(s)/manufacturer(s).
This behavior is retained in BRSKI-PRM.</t>

<t>In its role as EST server <xref target="RFC7030"/>, the domain registrar <bcp14>MUST</bcp14> also possess the domain CA certificates as defined in <xref section="5.9" sectionFormat="of" target="RFC8995"/>.</t>

<t>Finally, the domain registrar <bcp14>MUST</bcp14> possess the Registrar-Agent EE certificate(s) to validate agent-signed data and to provide it to the MASA.
The registrar <bcp14>MAY</bcp14> use the certificate verified during client authentication within the TLS sessions with the Registrar-Agent;
in this case, the registrar <bcp14>MUST</bcp14> possess the domain trust anchor (i.e., domain CA certificate) for the Registrar-Agent EE certificate to verify the certificate chain.
Alternatively, the Registrar-Agent EE certificate(s) <bcp14>MAY</bcp14> be provided via configuration or a repository.</t>

<section anchor="domain-registrar-with-combined-functionality"><name>Domain Registrar with Combined Functionality</name>

<t>A registrar with combined BRSKI and BRSKI-PRM functionality <bcp14>MAY</bcp14> detect if the bootstrapping is performed by the pledge directly (BRSKI case) or by a Registrar-Agent (BRSKI-PRM case) based on the utilized credentials for client authentication during the TLS session establishment and switch the operational mode from BRSKI to BRSKI-PRM.</t>

<t>This may be supported by a specific naming in the SAN (subject alternative name) component of the Registrar-Agent EE certificate, which allows the domain registrar to explicitly detect already in the TLS session establishment, that the connecting client is a Registrar-Agent.</t>

<t>The registrar <bcp14>MAY</bcp14> be restricted by configuration, if it accepts every Registrar-Agent, which can authenticate with a domain issued certificate or only explicitly authorized ones.</t>

<t>Note that using an EE certificate for TLS client authentication of the Registrar-Agent is a deviation from <xref target="RFC8995"/>, in which the pledge IDevID certificate is used to perform TLS client authentication.</t>

</section>
</section>
<section anchor="masa"><name>MASA</name>

<t>The Manufacturer Authorized Signing Authority (MASA) is a vendor service that generates and signs voucher artifacts for pledges by the same vendor.
When these pledges support BRSKI-PRM, the MASA needs to implement the following functionality in addition to BRSKI <xref target="RFC8995"/>.</t>

<t>A MASA for pledges in responder mode <bcp14>MUST</bcp14> support the voucher format defined in <xref target="I-D.ietf-anima-jws-voucher"></xref> to parse and process JWS-signed voucher-request artifacts and generate JWS-signed voucher artifacts.</t>

<t>Further, a MASA for pledges in responder mode <bcp14>MUST</bcp14> support the Agent Proximity Assertion (see <xref target="agt_prx"/>) through the validation steps defined in <xref target="masa_interaction"/> based on the Pledge Voucher-Request (PVR) and Registrar Voucher-Request (RVR) artifact fields defined in <xref target="pvr_artifact"/> and <xref target="rvr_artifact"/>, resp.</t>

</section>
</section>
<section anchor="exchanges"><name>Exchanges and Artifacts</name>

<t>The interaction of the pledge with the Registrar-Agent may be accomplished using different transports (i.e., protocols and/or network technologies).
This specification utilizes HTTP(S) as default transport.
Other specifications may define alternative transports such as CoAP, Bluetooth Low Energy (BLE), or Near Field Communication (NFC).
These transports may differ from and are independent of the ones used between the Registrar-Agent and the registrar.</t>

<t>Transport independence is realized through authenticated self-contained objects that are not bound to a specific transport security and stay the same along the communication path from the pledge via the Registrar-Agent to the registrar.
<xref target="I-D.ietf-anima-rfc8366bis"/> defines CMS-signed JSON structures as format for artifacts representing authenticated self-contained objects.
This specification utilizes JWS-signed JSON structures as default format for BRSKI-PRM.
Other specifications may define alternative formats for representing authenticated self-contained objects such as COSE-signed CBOR structures.</t>

<t><xref target="exchangesfig_uc2_all"/> provides an overview of the exchanges detailed in the following subsections.</t>

<figure title="Overview pledge-responder-mode exchanges" anchor="exchangesfig_uc2_all"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="1904" width="576" viewBox="0 0 576 1904" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,88 L 16,192" fill="none" stroke="black"/>
<path d="M 16,256 L 16,320" fill="none" stroke="black"/>
<path d="M 16,384 L 16,448" fill="none" stroke="black"/>
<path d="M 16,512 L 16,800" fill="none" stroke="black"/>
<path d="M 16,864 L 16,960" fill="none" stroke="black"/>
<path d="M 16,1024 L 16,1072" fill="none" stroke="black"/>
<path d="M 16,1136 L 16,1200" fill="none" stroke="black"/>
<path d="M 16,1264 L 16,1312" fill="none" stroke="black"/>
<path d="M 16,1376 L 16,1440" fill="none" stroke="black"/>
<path d="M 16,1504 L 16,1632" fill="none" stroke="black"/>
<path d="M 16,1696 L 16,1744" fill="none" stroke="black"/>
<path d="M 16,1808 L 16,1872" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,88 L 168,192" fill="none" stroke="black"/>
<path d="M 168,256 L 168,320" fill="none" stroke="black"/>
<path d="M 168,384 L 168,448" fill="none" stroke="black"/>
<path d="M 168,512 L 168,800" fill="none" stroke="black"/>
<path d="M 168,864 L 168,960" fill="none" stroke="black"/>
<path d="M 168,1024 L 168,1072" fill="none" stroke="black"/>
<path d="M 168,1136 L 168,1200" fill="none" stroke="black"/>
<path d="M 168,1264 L 168,1312" fill="none" stroke="black"/>
<path d="M 168,1376 L 168,1440" fill="none" stroke="black"/>
<path d="M 168,1504 L 168,1632" fill="none" stroke="black"/>
<path d="M 168,1696 L 168,1744" fill="none" stroke="black"/>
<path d="M 168,1808 L 168,1872" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,88 L 312,192" fill="none" stroke="black"/>
<path d="M 312,256 L 312,320" fill="none" stroke="black"/>
<path d="M 312,384 L 312,448" fill="none" stroke="black"/>
<path d="M 312,512 L 312,544" fill="none" stroke="black"/>
<path d="M 312,592 L 312,624" fill="none" stroke="black"/>
<path d="M 312,656 L 312,800" fill="none" stroke="black"/>
<path d="M 312,864 L 312,960" fill="none" stroke="black"/>
<path d="M 312,1024 L 312,1072" fill="none" stroke="black"/>
<path d="M 312,1136 L 312,1200" fill="none" stroke="black"/>
<path d="M 312,1264 L 312,1312" fill="none" stroke="black"/>
<path d="M 312,1376 L 312,1440" fill="none" stroke="black"/>
<path d="M 312,1504 L 312,1600" fill="none" stroke="black"/>
<path d="M 312,1696 L 312,1744" fill="none" stroke="black"/>
<path d="M 312,1808 L 312,1872" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,88 L 456,192" fill="none" stroke="black"/>
<path d="M 456,256 L 456,320" fill="none" stroke="black"/>
<path d="M 456,384 L 456,448" fill="none" stroke="black"/>
<path d="M 456,512 L 456,664" fill="none" stroke="black"/>
<path d="M 456,784 L 456,800" fill="none" stroke="black"/>
<path d="M 456,864 L 456,960" fill="none" stroke="black"/>
<path d="M 456,1024 L 456,1072" fill="none" stroke="black"/>
<path d="M 456,1136 L 456,1200" fill="none" stroke="black"/>
<path d="M 456,1264 L 456,1312" fill="none" stroke="black"/>
<path d="M 456,1376 L 456,1440" fill="none" stroke="black"/>
<path d="M 456,1504 L 456,1544" fill="none" stroke="black"/>
<path d="M 456,1600 L 456,1632" fill="none" stroke="black"/>
<path d="M 456,1696 L 456,1744" fill="none" stroke="black"/>
<path d="M 456,1808 L 456,1872" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,88 L 560,192" fill="none" stroke="black"/>
<path d="M 560,256 L 560,320" fill="none" stroke="black"/>
<path d="M 560,384 L 560,448" fill="none" stroke="black"/>
<path d="M 560,512 L 560,704" fill="none" stroke="black"/>
<path d="M 560,752 L 560,800" fill="none" stroke="black"/>
<path d="M 560,864 L 560,960" fill="none" stroke="black"/>
<path d="M 560,1024 L 560,1072" fill="none" stroke="black"/>
<path d="M 560,1136 L 560,1200" fill="none" stroke="black"/>
<path d="M 560,1264 L 560,1312" fill="none" stroke="black"/>
<path d="M 560,1376 L 560,1440" fill="none" stroke="black"/>
<path d="M 560,1504 L 560,1632" fill="none" stroke="black"/>
<path d="M 560,1696 L 560,1744" fill="none" stroke="black"/>
<path d="M 560,1808 L 560,1872" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,160 L 160,160" fill="none" stroke="black"/>
<path d="M 24,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,272 L 56,272" fill="none" stroke="black"/>
<path d="M 128,272 L 160,272" fill="none" stroke="black"/>
<path d="M 24,288 L 72,288" fill="none" stroke="black"/>
<path d="M 112,288 L 160,288" fill="none" stroke="black"/>
<path d="M 24,304 L 80,304" fill="none" stroke="black"/>
<path d="M 112,304 L 160,304" fill="none" stroke="black"/>
<path d="M 24,400 L 56,400" fill="none" stroke="black"/>
<path d="M 128,400 L 160,400" fill="none" stroke="black"/>
<path d="M 24,416 L 72,416" fill="none" stroke="black"/>
<path d="M 112,416 L 160,416" fill="none" stroke="black"/>
<path d="M 24,432 L 80,432" fill="none" stroke="black"/>
<path d="M 112,432 L 160,432" fill="none" stroke="black"/>
<path d="M 176,528 L 216,528" fill="none" stroke="black"/>
<path d="M 256,528 L 304,528" fill="none" stroke="black"/>
<path d="M 176,608 L 224,608" fill="none" stroke="black"/>
<path d="M 256,608 L 304,608" fill="none" stroke="black"/>
<path d="M 320,672 L 416,672" fill="none" stroke="black"/>
<path d="M 456,672 L 552,672" fill="none" stroke="black"/>
<path d="M 320,688 L 424,688" fill="none" stroke="black"/>
<path d="M 456,688 L 552,688" fill="none" stroke="black"/>
<path d="M 320,768 L 408,768" fill="none" stroke="black"/>
<path d="M 472,768 L 552,768" fill="none" stroke="black"/>
<path d="M 176,784 L 208,784" fill="none" stroke="black"/>
<path d="M 280,784 L 304,784" fill="none" stroke="black"/>
<path d="M 176,880 L 216,880" fill="none" stroke="black"/>
<path d="M 256,880 L 304,880" fill="none" stroke="black"/>
<path d="M 176,896 L 224,896" fill="none" stroke="black"/>
<path d="M 256,896 L 304,896" fill="none" stroke="black"/>
<path d="M 320,912 L 344,912" fill="none" stroke="black"/>
<path d="M 424,912 L 448,912" fill="none" stroke="black"/>
<path d="M 320,928 L 336,928" fill="none" stroke="black"/>
<path d="M 176,944 L 192,944" fill="none" stroke="black"/>
<path d="M 288,944 L 304,944" fill="none" stroke="black"/>
<path d="M 176,1040 L 216,1040" fill="none" stroke="black"/>
<path d="M 256,1040 L 304,1040" fill="none" stroke="black"/>
<path d="M 176,1056 L 208,1056" fill="none" stroke="black"/>
<path d="M 272,1056 L 304,1056" fill="none" stroke="black"/>
<path d="M 24,1152 L 56,1152" fill="none" stroke="black"/>
<path d="M 128,1152 L 160,1152" fill="none" stroke="black"/>
<path d="M 24,1168 L 64,1168" fill="none" stroke="black"/>
<path d="M 136,1168 L 160,1168" fill="none" stroke="black"/>
<path d="M 24,1184 L 64,1184" fill="none" stroke="black"/>
<path d="M 128,1184 L 160,1184" fill="none" stroke="black"/>
<path d="M 24,1280 L 56,1280" fill="none" stroke="black"/>
<path d="M 128,1280 L 160,1280" fill="none" stroke="black"/>
<path d="M 24,1296 L 64,1296" fill="none" stroke="black"/>
<path d="M 128,1296 L 160,1296" fill="none" stroke="black"/>
<path d="M 24,1392 L 56,1392" fill="none" stroke="black"/>
<path d="M 128,1392 L 160,1392" fill="none" stroke="black"/>
<path d="M 24,1408 L 48,1408" fill="none" stroke="black"/>
<path d="M 144,1408 L 160,1408" fill="none" stroke="black"/>
<path d="M 24,1424 L 56,1424" fill="none" stroke="black"/>
<path d="M 120,1424 L 160,1424" fill="none" stroke="black"/>
<path d="M 176,1520 L 216,1520" fill="none" stroke="black"/>
<path d="M 256,1520 L 304,1520" fill="none" stroke="black"/>
<path d="M 176,1536 L 208,1536" fill="none" stroke="black"/>
<path d="M 272,1536 L 304,1536" fill="none" stroke="black"/>
<path d="M 320,1552 L 416,1552" fill="none" stroke="black"/>
<path d="M 456,1552 L 552,1552" fill="none" stroke="black"/>
<path d="M 320,1568 L 352,1568" fill="none" stroke="black"/>
<path d="M 520,1568 L 552,1568" fill="none" stroke="black"/>
<path d="M 320,1584 L 368,1584" fill="none" stroke="black"/>
<path d="M 504,1584 L 552,1584" fill="none" stroke="black"/>
<path d="M 176,1712 L 216,1712" fill="none" stroke="black"/>
<path d="M 256,1712 L 304,1712" fill="none" stroke="black"/>
<path d="M 176,1728 L 208,1728" fill="none" stroke="black"/>
<path d="M 272,1728 L 304,1728" fill="none" stroke="black"/>
<path d="M 24,1824 L 56,1824" fill="none" stroke="black"/>
<path d="M 128,1824 L 160,1824" fill="none" stroke="black"/>
<path d="M 24,1840 L 64,1840" fill="none" stroke="black"/>
<path d="M 128,1840 L 160,1840" fill="none" stroke="black"/>
<path d="M 24,1856 L 64,1856" fill="none" stroke="black"/>
<path d="M 128,1856 L 160,1856" fill="none" stroke="black"/>
<polygon class="arrowhead" points="560,1568 548,1562.4 548,1573.6" fill="black" transform="rotate(0,552,1568)"/>
<polygon class="arrowhead" points="560,1552 548,1546.4 548,1557.6" fill="black" transform="rotate(0,552,1552)"/>
<polygon class="arrowhead" points="560,688 548,682.4 548,693.6" fill="black" transform="rotate(0,552,688)"/>
<polygon class="arrowhead" points="560,672 548,666.4 548,677.6" fill="black" transform="rotate(0,552,672)"/>
<polygon class="arrowhead" points="456,912 444,906.4 444,917.6" fill="black" transform="rotate(0,448,912)"/>
<polygon class="arrowhead" points="328,1584 316,1578.4 316,1589.6" fill="black" transform="rotate(180,320,1584)"/>
<polygon class="arrowhead" points="328,1552 316,1546.4 316,1557.6" fill="black" transform="rotate(180,320,1552)"/>
<polygon class="arrowhead" points="328,928 316,922.4 316,933.6" fill="black" transform="rotate(180,320,928)"/>
<polygon class="arrowhead" points="328,768 316,762.4 316,773.6" fill="black" transform="rotate(180,320,768)"/>
<polygon class="arrowhead" points="328,672 316,666.4 316,677.6" fill="black" transform="rotate(180,320,672)"/>
<polygon class="arrowhead" points="312,1728 300,1722.4 300,1733.6" fill="black" transform="rotate(0,304,1728)"/>
<polygon class="arrowhead" points="312,1712 300,1706.4 300,1717.6" fill="black" transform="rotate(0,304,1712)"/>
<polygon class="arrowhead" points="312,1536 300,1530.4 300,1541.6" fill="black" transform="rotate(0,304,1536)"/>
<polygon class="arrowhead" points="312,1520 300,1514.4 300,1525.6" fill="black" transform="rotate(0,304,1520)"/>
<polygon class="arrowhead" points="312,1040 300,1034.4 300,1045.6" fill="black" transform="rotate(0,304,1040)"/>
<polygon class="arrowhead" points="312,896 300,890.4 300,901.6" fill="black" transform="rotate(0,304,896)"/>
<polygon class="arrowhead" points="312,880 300,874.4 300,885.6" fill="black" transform="rotate(0,304,880)"/>
<polygon class="arrowhead" points="312,608 300,602.4 300,613.6" fill="black" transform="rotate(0,304,608)"/>
<polygon class="arrowhead" points="312,528 300,522.4 300,533.6" fill="black" transform="rotate(0,304,528)"/>
<polygon class="arrowhead" points="184,1712 172,1706.4 172,1717.6" fill="black" transform="rotate(180,176,1712)"/>
<polygon class="arrowhead" points="184,1520 172,1514.4 172,1525.6" fill="black" transform="rotate(180,176,1520)"/>
<polygon class="arrowhead" points="184,1056 172,1050.4 172,1061.6" fill="black" transform="rotate(180,176,1056)"/>
<polygon class="arrowhead" points="184,1040 172,1034.4 172,1045.6" fill="black" transform="rotate(180,176,1040)"/>
<polygon class="arrowhead" points="184,944 172,938.4 172,949.6" fill="black" transform="rotate(180,176,944)"/>
<polygon class="arrowhead" points="184,880 172,874.4 172,885.6" fill="black" transform="rotate(180,176,880)"/>
<polygon class="arrowhead" points="184,784 172,778.4 172,789.6" fill="black" transform="rotate(180,176,784)"/>
<polygon class="arrowhead" points="184,528 172,522.4 172,533.6" fill="black" transform="rotate(180,176,528)"/>
<polygon class="arrowhead" points="168,1856 156,1850.4 156,1861.6" fill="black" transform="rotate(0,160,1856)"/>
<polygon class="arrowhead" points="168,1824 156,1818.4 156,1829.6" fill="black" transform="rotate(0,160,1824)"/>
<polygon class="arrowhead" points="168,1424 156,1418.4 156,1429.6" fill="black" transform="rotate(0,160,1424)"/>
<polygon class="arrowhead" points="168,1392 156,1386.4 156,1397.6" fill="black" transform="rotate(0,160,1392)"/>
<polygon class="arrowhead" points="168,1280 156,1274.4 156,1285.6" fill="black" transform="rotate(0,160,1280)"/>
<polygon class="arrowhead" points="168,1184 156,1178.4 156,1189.6" fill="black" transform="rotate(0,160,1184)"/>
<polygon class="arrowhead" points="168,1152 156,1146.4 156,1157.6" fill="black" transform="rotate(0,160,1152)"/>
<polygon class="arrowhead" points="168,432 156,426.4 156,437.6" fill="black" transform="rotate(0,160,432)"/>
<polygon class="arrowhead" points="168,400 156,394.4 156,405.6" fill="black" transform="rotate(0,160,400)"/>
<polygon class="arrowhead" points="168,304 156,298.4 156,309.6" fill="black" transform="rotate(0,160,304)"/>
<polygon class="arrowhead" points="168,272 156,266.4 156,277.6" fill="black" transform="rotate(0,160,272)"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,1840 20,1834.4 20,1845.6" fill="black" transform="rotate(180,24,1840)"/>
<polygon class="arrowhead" points="32,1824 20,1818.4 20,1829.6" fill="black" transform="rotate(180,24,1824)"/>
<polygon class="arrowhead" points="32,1408 20,1402.4 20,1413.6" fill="black" transform="rotate(180,24,1408)"/>
<polygon class="arrowhead" points="32,1392 20,1386.4 20,1397.6" fill="black" transform="rotate(180,24,1392)"/>
<polygon class="arrowhead" points="32,1296 20,1290.4 20,1301.6" fill="black" transform="rotate(180,24,1296)"/>
<polygon class="arrowhead" points="32,1280 20,1274.4 20,1285.6" fill="black" transform="rotate(180,24,1280)"/>
<polygon class="arrowhead" points="32,1168 20,1162.4 20,1173.6" fill="black" transform="rotate(180,24,1168)"/>
<polygon class="arrowhead" points="32,1152 20,1146.4 20,1157.6" fill="black" transform="rotate(180,24,1152)"/>
<polygon class="arrowhead" points="32,416 20,410.4 20,421.6" fill="black" transform="rotate(180,24,416)"/>
<polygon class="arrowhead" points="32,400 20,394.4 20,405.6" fill="black" transform="rotate(180,24,400)"/>
<polygon class="arrowhead" points="32,288 20,282.4 20,293.6" fill="black" transform="rotate(180,24,288)"/>
<polygon class="arrowhead" points="32,272 20,266.4 20,277.6" fill="black" transform="rotate(180,24,272)"/>
<polygon class="arrowhead" points="32,160 20,154.4 20,165.6" fill="black" transform="rotate(180,24,160)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="516" y="100">Internet</text>
<text x="92" y="116">discover</text>
<text x="92" y="132">pledge</text>
<text x="68" y="148">mDNS</text>
<text x="112" y="148">query</text>
<text x="16" y="212">~</text>
<text x="168" y="212">~</text>
<text x="312" y="212">~</text>
<text x="456" y="212">~</text>
<text x="560" y="212">~</text>
<text x="16" y="228">(1)</text>
<text x="64" y="228">Trigger</text>
<text x="124" y="228">Pledge</text>
<text x="216" y="228">Voucher-Request</text>
<text x="16" y="244">~</text>
<text x="168" y="244">~</text>
<text x="312" y="244">~</text>
<text x="456" y="244">~</text>
<text x="560" y="244">~</text>
<text x="76" y="276">opt.</text>
<text x="112" y="276">TLS</text>
<text x="92" y="292">tPVR</text>
<text x="96" y="308">PVR</text>
<text x="16" y="340">~</text>
<text x="168" y="340">~</text>
<text x="312" y="340">~</text>
<text x="456" y="340">~</text>
<text x="560" y="340">~</text>
<text x="16" y="356">(2)</text>
<text x="64" y="356">Trigger</text>
<text x="124" y="356">Pledge</text>
<text x="212" y="356">Enroll-Request</text>
<text x="16" y="372">~</text>
<text x="168" y="372">~</text>
<text x="312" y="372">~</text>
<text x="456" y="372">~</text>
<text x="560" y="372">~</text>
<text x="76" y="404">opt.</text>
<text x="112" y="404">TLS</text>
<text x="92" y="420">tPER</text>
<text x="96" y="436">PER</text>
<text x="16" y="468">~</text>
<text x="168" y="468">~</text>
<text x="312" y="468">~</text>
<text x="456" y="468">~</text>
<text x="560" y="468">~</text>
<text x="16" y="484">(3)</text>
<text x="60" y="484">Supply</text>
<text x="104" y="484">PVR</text>
<text x="132" y="484">to</text>
<text x="184" y="484">Registrar</text>
<text x="268" y="484">(including</text>
<text x="332" y="484">MASA</text>
<text x="404" y="484">interaction)</text>
<text x="16" y="500">~</text>
<text x="168" y="500">~</text>
<text x="312" y="500">~</text>
<text x="456" y="500">~</text>
<text x="560" y="500">~</text>
<text x="236" y="532">mTLS</text>
<text x="308" y="564">[Registrar-Agent</text>
<text x="308" y="580">authenticated&amp;authorized?]</text>
<text x="240" y="612">PVR</text>
<text x="280" y="644">[accept</text>
<text x="348" y="644">device?]</text>
<text x="436" y="676">mTLS</text>
<text x="440" y="692">RVR</text>
<text x="456" y="708">~</text>
<text x="460" y="724">[extract</text>
<text x="536" y="724">DomainID]</text>
<text x="456" y="740">[update</text>
<text x="532" y="740">audit-log]</text>
<text x="456" y="756">~</text>
<text x="440" y="772">Voucher</text>
<text x="244" y="788">Voucher'</text>
<text x="16" y="820">~</text>
<text x="168" y="820">~</text>
<text x="312" y="820">~</text>
<text x="456" y="820">~</text>
<text x="560" y="820">~</text>
<text x="16" y="836">(4)</text>
<text x="60" y="836">Supply</text>
<text x="104" y="836">PER</text>
<text x="132" y="836">to</text>
<text x="184" y="836">Registrar</text>
<text x="268" y="836">(including</text>
<text x="328" y="836">Key</text>
<text x="404" y="836">Infrastructure</text>
<text x="516" y="836">interaction)</text>
<text x="16" y="852">~</text>
<text x="168" y="852">~</text>
<text x="312" y="852">~</text>
<text x="456" y="852">~</text>
<text x="560" y="852">~</text>
<text x="236" y="884">mTLS</text>
<text x="240" y="900">PER</text>
<text x="384" y="916">[Request]</text>
<text x="396" y="932">[Certificate]-</text>
<text x="240" y="948">Enroll-Resp</text>
<text x="16" y="980">~</text>
<text x="168" y="980">~</text>
<text x="312" y="980">~</text>
<text x="456" y="980">~</text>
<text x="560" y="980">~</text>
<text x="16" y="996">(5)</text>
<text x="60" y="996">Obtain</text>
<text x="100" y="996">CA</text>
<text x="164" y="996">Certificates</text>
<text x="16" y="1012">~</text>
<text x="168" y="1012">~</text>
<text x="312" y="1012">~</text>
<text x="456" y="1012">~</text>
<text x="560" y="1012">~</text>
<text x="236" y="1044">mTLS</text>
<text x="240" y="1060">caCerts</text>
<text x="16" y="1092">~</text>
<text x="168" y="1092">~</text>
<text x="312" y="1092">~</text>
<text x="456" y="1092">~</text>
<text x="560" y="1092">~</text>
<text x="16" y="1108">(6)</text>
<text x="60" y="1108">Supply</text>
<text x="120" y="1108">Voucher</text>
<text x="164" y="1108">to</text>
<text x="204" y="1108">Pledge</text>
<text x="16" y="1124">~</text>
<text x="168" y="1124">~</text>
<text x="312" y="1124">~</text>
<text x="456" y="1124">~</text>
<text x="560" y="1124">~</text>
<text x="76" y="1156">opt.</text>
<text x="112" y="1156">TLS</text>
<text x="100" y="1172">Voucher'</text>
<text x="96" y="1188">vStatus</text>
<text x="16" y="1220">~</text>
<text x="168" y="1220">~</text>
<text x="312" y="1220">~</text>
<text x="456" y="1220">~</text>
<text x="560" y="1220">~</text>
<text x="16" y="1236">(7)</text>
<text x="60" y="1236">Supply</text>
<text x="100" y="1236">CA</text>
<text x="164" y="1236">Certificates</text>
<text x="228" y="1236">to</text>
<text x="268" y="1236">Pledge</text>
<text x="16" y="1252">~</text>
<text x="168" y="1252">~</text>
<text x="312" y="1252">~</text>
<text x="456" y="1252">~</text>
<text x="560" y="1252">~</text>
<text x="76" y="1284">opt.</text>
<text x="112" y="1284">TLS</text>
<text x="96" y="1300">caCerts</text>
<text x="16" y="1332">~</text>
<text x="168" y="1332">~</text>
<text x="312" y="1332">~</text>
<text x="456" y="1332">~</text>
<text x="560" y="1332">~</text>
<text x="16" y="1348">(8)</text>
<text x="60" y="1348">Supply</text>
<text x="152" y="1348">Enroll-Response</text>
<text x="228" y="1348">to</text>
<text x="268" y="1348">Pledge</text>
<text x="16" y="1364">~</text>
<text x="168" y="1364">~</text>
<text x="312" y="1364">~</text>
<text x="456" y="1364">~</text>
<text x="560" y="1364">~</text>
<text x="76" y="1396">opt.</text>
<text x="112" y="1396">TLS</text>
<text x="96" y="1412">Enroll-Resp</text>
<text x="88" y="1428">eStatus</text>
<text x="16" y="1460">~</text>
<text x="168" y="1460">~</text>
<text x="312" y="1460">~</text>
<text x="456" y="1460">~</text>
<text x="560" y="1460">~</text>
<text x="16" y="1476">(9)</text>
<text x="64" y="1476">Voucher</text>
<text x="124" y="1476">Status</text>
<text x="192" y="1476">Telemetry</text>
<text x="276" y="1476">(including</text>
<text x="352" y="1476">backend</text>
<text x="436" y="1476">interaction)</text>
<text x="16" y="1492">~</text>
<text x="168" y="1492">~</text>
<text x="312" y="1492">~</text>
<text x="456" y="1492">~</text>
<text x="560" y="1492">~</text>
<text x="236" y="1524">mTLS</text>
<text x="240" y="1540">vStatus</text>
<text x="436" y="1556">mTLS</text>
<text x="368" y="1572">req</text>
<text x="412" y="1572">device</text>
<text x="480" y="1572">audit-log</text>
<text x="396" y="1588">device</text>
<text x="464" y="1588">audit-log</text>
<text x="264" y="1620">[verify</text>
<text x="340" y="1620">audit-log]</text>
<text x="312" y="1636">|</text>
<text x="16" y="1652">~</text>
<text x="168" y="1652">~</text>
<text x="312" y="1652">~</text>
<text x="456" y="1652">~</text>
<text x="560" y="1652">~</text>
<text x="20" y="1668">(10)</text>
<text x="68" y="1668">Enroll</text>
<text x="124" y="1668">Status</text>
<text x="192" y="1668">Telemetry</text>
<text x="16" y="1684">~</text>
<text x="168" y="1684">~</text>
<text x="312" y="1684">~</text>
<text x="456" y="1684">~</text>
<text x="560" y="1684">~</text>
<text x="236" y="1716">mTLS</text>
<text x="240" y="1732">eStatus</text>
<text x="16" y="1764">~</text>
<text x="168" y="1764">~</text>
<text x="312" y="1764">~</text>
<text x="456" y="1764">~</text>
<text x="560" y="1764">~</text>
<text x="20" y="1780">(11)</text>
<text x="64" y="1780">Query</text>
<text x="116" y="1780">Pledge</text>
<text x="172" y="1780">Status</text>
<text x="16" y="1796">~</text>
<text x="168" y="1796">~</text>
<text x="312" y="1796">~</text>
<text x="456" y="1796">~</text>
<text x="560" y="1796">~</text>
<text x="76" y="1828">opt.</text>
<text x="112" y="1828">TLS</text>
<text x="96" y="1844">tStatus</text>
<text x="96" y="1860">pStatus</text>
<text x="16" y="1892">~</text>
<text x="168" y="1892">~</text>
<text x="312" y="1892">~</text>
<text x="456" y="1892">~</text>
<text x="560" y="1892">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 |     discover     |                 |                 |            |
 |      pledge      |                 |                 |            |
 |    mDNS query    |                 |                 |            |
 |<-----------------|                 |                 |            |
 |----------------->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(1) Trigger Pledge Voucher-Request
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<------tPVR-------|                 |                 |            |
 |--------PVR------>|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(2) Trigger Pledge Enroll-Request
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<------tPER-------|                 |                 |            |
 |--------PER------>|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(3) Supply PVR to Registrar (including MASA interaction)
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<-----mTLS------>|                 |            |
 |                  |                 |                 |            |
 |                  |         [Registrar-Agent          |            |
 |                  |    authenticated&authorized?]     |            |
 |                  |                 |                 |            |
 |                  |-------PVR------>|                 |            |
 |                  |                 |                 |            |
 |                  |          [accept device?]         |            |
 |                  |                 |                 |            |
 |                  |                 |<------------mTLS------------>|
 |                  |                 |--------------RVR------------>|
 |                  |                 |                 ~            |
 |                  |                 |              [extract DomainID]
 |                  |                 |              [update audit-log]
 |                  |                 |                 ~            |
 |                  |                 |<-----------Voucher-----------|
 |                  |<----Voucher''---|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(4) Supply PER to Registrar (including Key Infrastructure interaction)
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<---((mTLS))---->|                 |            |
 |                  |-------PER------>|                 |            |
 |                  |                 |----[Request]--->|            |
 |                  |                 |<--[Certificate]-|            |
 |                  |<--Enroll-Resp---|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(5) Obtain CA Certificates
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<----(mTLS)----->|                 |            |
 |                  |<----caCerts-----|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(6) Supply Voucher to Pledge
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<-----Voucher''---|                 |                 |            |
 |------vStatus---->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(7) Supply CA Certificates to Pledge
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<-----caCerts-----|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(8) Supply Enroll-Response to Pledge
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<---Enroll-Resp---|                 |                 |            |
 |-----eStatus----->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(9) Voucher Status Telemetry (including backend interaction)
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<----(mTLS)----->|                 |            |
 |                  |-----vStatus---->|                 |            |
 |                  |                 |<-----------(mTLS)----------->|
 |                  |                 |-----req device audit-log---->|
 |                  |                 |<------device audit-log-------|
 |                  |                 |                 |            |
 |                  |        [verify audit-log]         |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(10) Enroll Status Telemetry
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<----(mTLS)----->|                 |            |
 |                  |-----eStatus---->|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
(11) Query Pledge Status
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<-----tStatus-----|                 |                 |            |
 |------pStatus---->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The following sub sections split the interactions shown in <xref target="exchangesfig_uc2_all"/> between the different components into:</t>

<t><list style="numbers" type="1">
  <t><xref target="tpvr"/> describes the acquisition exchange for the Pledge Voucher-Request initiated by the Registrar-Agent to the pledge.</t>
  <t><xref target="tper"/> describes the acquisition exchange for the Pledge Enroll-Request initiated by the Registrar-Agent to the pledge.</t>
  <t><xref target="pvr"/> describes the issuing exchange for the Voucher initiated by the Registrar-Agent to the registrar, including the interaction of the registrar with the MASA using the RVR <xref target="rvr_artifact"/>, as well as the artifact processing by these entities.</t>
  <t><xref target="per"/> describes the enroll exchange initiated by the Registrar-Agent to the registrar including the interaction of the registrar with the CA using the PER as well as the artifact processing by these entities.</t>
  <t><xref target="obtain_cacerts"/> describes the retrieval exchange for the optional CA certificate provisioning to the pledge initiated by the Registrar-Agent to the CA.</t>
  <t><xref target="voucher"/> describes the Voucher exchange initiated by the Registrar-Agent to the pledge and the returned status information.</t>
  <t><xref target="cacerts"/> describes the CA certificate exchange initiated by the Registrar-Agent to the pledge.</t>
  <t><xref target="enroll_response"/> describes the Enroll-Response exchange initiated by the Registrar-Agent to the pledge (containing a new pledge EE certificate) and the returned status information.</t>
  <t><xref target="vstatus"/> describes the Voucher Status telemetry exchange initiated by the Registrar-Agent to the registrar, including the interaction of the registrar with the MASA.</t>
  <t><xref target="estatus"/> describes the Enroll Status telemetry exchange initiated by the Registrar-Agent to the registrar.</t>
  <t><xref target="query"/> describes the Pledge Status exchange about the general bootstrapping state initiated by the Registrar-Agent to the pledge.</t>
</list></t>

<section anchor="tpvr"><name>Trigger Pledge Voucher-Request</name>

<t>The Registrar-Agent <bcp14>MUST</bcp14> begin the sequence of exchanges by sending the Pledge Voucher-Request Trigger (tPVR).
This assumes that the Registrar-Agent has already discovered the pledge, for instance as described in <xref target="discovery_uc2_ppa"/> based on DNS-SD or similar.</t>

<t>Optionally, TLS <bcp14>MAY</bcp14> be used to provide privacy for this exchange between the Registrar-Agent and the pledge (see <xref target="pledgehttps"/>).</t>

<t><xref target="exchangesfig_uc2_1"/> shows the acquisition of the Pledge Voucher-Request (PVR) and the following subsections describe the corresponding artifacts.</t>

<figure title="PVR acquisition exchange" anchor="exchangesfig_uc2_1"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="576" viewBox="0 0 576 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,224" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,224" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,224" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,224" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,224" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,176 L 56,176" fill="none" stroke="black"/>
<path d="M 128,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,192 L 72,192" fill="none" stroke="black"/>
<path d="M 112,192 L 160,192" fill="none" stroke="black"/>
<path d="M 24,208 L 80,208" fill="none" stroke="black"/>
<path d="M 112,208 L 160,208" fill="none" stroke="black"/>
<polygon class="arrowhead" points="168,208 156,202.4 156,213.6" fill="black" transform="rotate(0,160,208)"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,192 20,186.4 20,197.6" fill="black" transform="rotate(180,24,192)"/>
<polygon class="arrowhead" points="32,176 20,170.4 20,181.6" fill="black" transform="rotate(180,24,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(1)</text>
<text x="64" y="132">Trigger</text>
<text x="124" y="132">Pledge</text>
<text x="216" y="132">Voucher-Request</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="76" y="180">opt.</text>
<text x="112" y="180">TLS</text>
<text x="92" y="196">tPVR</text>
<text x="96" y="212">PVR</text>
<text x="16" y="244">~</text>
<text x="168" y="244">~</text>
<text x="312" y="244">~</text>
<text x="456" y="244">~</text>
<text x="560" y="244">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(1) Trigger Pledge Voucher-Request
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<------tPVR-------|                 |                 |            |
 |--------PVR------>|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> trigger the pledge to create a PVR via HTTP(S) POST to the pledge endpoint at <spanx style="verb">/.well-known/brski/tpvr</spanx>.
The request body <bcp14>MUST</bcp14> contain the JSON-based Pledge Voucher-Request Trigger (tPVR) artifact as defined in <xref target="tpvr_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/json</spanx> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>

<t>Upon receiving a valid tPVR, the pledge <bcp14>MUST</bcp14> reply with the PVR artifact as defined in <xref target="pvr_artifact"/> in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>

<t>Note that the pledge provisionally accepts the registrar EE certificate contained in the tPVR until it receives the voucher (see <xref target="agt_prx"/>).</t>

<t>If the pledge is unable to create the PVR, it <bcp14>SHOULD</bcp14> respond with an HTTP error status code to the Registrar-Agent.
The following client error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>400 Bad Request: if the pledge detects an error in the format of the request, e.g., missing field, wrong data types, etc. or if the request is not valid JSON even though the Content-Type request header field was set to <spanx style="verb">application/json</spanx></t>
  <t>406 Not Acceptable: if the Accept request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/voucher-jws+json</spanx></t>
  <t>415 Unsupported Media Type: if the Content-Type request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/json</spanx></t>
</list></t>

<t>The pledge <bcp14>MAY</bcp14> use the response body to signal success/failure details to the service technician operating the Registrar-Agent.</t>

<section anchor="tpvr_artifact"><name>Request Artifact: Pledge Voucher-Request Trigger (tPVR)</name>

<t>The Pledge Voucher-Request Trigger (tPVR) artifact <bcp14>SHALL</bcp14> be an unsigned data object, providing the necessary parameters for generating the Pledge Voucher-Request (PVR) artifact such that the Agent Proximity Assertion can be verified by registrar and MASA:
the registrar EE certificate and an agent-signed data object containing the product-serial-number and a timestamp.
The artifact is unsigned because at the time of receiving the tPVR, the pledge could not verify any signature.</t>

<t>For the JSON-based format used by this specification, the tPVR artifact <bcp14>SHALL</bcp14> be a UTF-8 encoded JSON document <xref target="RFC8259"/> that conforms with the CDDL <xref target="RFC8610"/> data model defined in <xref target="tpvr_CDDL_def"/>:</t>

<figure title="CDDL for Pledge Voucher-Request Trigger (pledgevoucherrequesttrigger)" anchor="tpvr_CDDL_def"><artwork type="cddl" align="left"><![CDATA[
  pledgevoucherrequesttrigger = {
    "agent-provided-proximity-registrar-cert": bytes,
    "agent-signed-data": bytes
  }
]]></artwork></figure>

<t>The <spanx style="verb">agent-provided-proximity-registrar-cert</spanx> member <bcp14>SHALL</bcp14> contain the base64-encoded registrar EE certificate in X.509 v3 (DER) format.
The <spanx style="verb">agent-signed-data</spanx> member <bcp14>SHALL</bcp14> contain the base64-encoded JWS Agent-Signed Data as defined in <xref target="jws-asd"/>.
<xref target="tpvr_example"/> summarizes the serialization the JSON tPVR artifact:</t>

<figure title="tPVR Representation in JSON" anchor="tpvr_example"><artwork align="left"><![CDATA[
{
  "agent-provided-proximity-registrar-cert": "base64encodedvalue==",
  "agent-signed-data": BASE64(UTF8(JWS Agent-Signed Data))
}
]]></artwork></figure>

<section anchor="jws-asd"><name>JWS Agent-Signed Data</name>

<t>To enable alternative formats, the YANG module in <xref target="I-D.ietf-anima-rfc8366bis"/> defines the leaf <spanx style="verb">agent-signed-data</spanx> as binary.
For the JWS-signed JSON format used by this specification, the <spanx style="verb">agent-signed-data</spanx> leaf <bcp14>SHALL</bcp14> be a UTF-8 encoded JWS structure in "General JWS JSON Serialization Syntax" as defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/> signing the JSON Agent-Signed Data defined in <xref target="prm-asd"/>.
<xref target="asd_representation"/> summarizes this JWS structure for the <spanx style="verb">agent-signed-data</spanx> member of the tPVR artifact:</t>

<figure title="JWS Agent-Signed Data in General JWS JSON Serialization Syntax" anchor="asd_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON Agent-Signed Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON Agent-Signed Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="prm-asd"><name>JSON Agent-Signed Data</name>

<t>The JSON Agent-Signed Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the CDDL <xref target="RFC8610"/> data model defined in <xref target="prmasd_CDDL_def"/>:</t>

<figure title="CDDL for JSON Agent-Signed Data (prmasd)" anchor="prmasd_CDDL_def"><artwork type="cddl" align="left"><![CDATA[
  prmasd = {
    "created-on": tdate,
    "serial-number": text
  }
]]></artwork></figure>

<t>The <spanx style="verb">created-on</spanx> member <bcp14>SHALL</bcp14> contain the current date and time at tPVR creation as standard date/time string as defined in <xref section="5.6" sectionFormat="of" target="RFC3339"/>.</t>

<t>The <spanx style="verb">serial-number</spanx> member <bcp14>SHALL</bcp14> contain the product-serial-number of the pledge with which the Registrar-Agent assumes to communicate as string.
The format <bcp14>MUST</bcp14> correspond to the X520SerialNumber field of IDevID certificates.</t>

<t><xref target="prmasd_payload"/> below shows an example for the JSON Agent-Signed Data:</t>

<figure title="JSON Agent-Signed Data Example" anchor="prmasd_payload"><artwork type="json" align="left"><![CDATA[
{
  "created-on": "2021-04-16T00:00:01.000Z",
  "serial-number": "vendor-pledge4711"
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the <spanx style="verb">agent-signed-data</spanx> member <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">kid</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded OCTET STRING value of the SubjectKeyIdentifier of the Registrar-Agent EE certificate as described in <xref target="agent_component"/></t>
</list></t>

<t><xref target="asd_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example for " anchor="asd_header"><artwork align="left"><![CDATA[
{
  "alg": "ES256",
  "kid": "base64encodedvalue=="
}
]]></artwork></figure>

</section>
<section anchor="jws-signature"><name>JWS Signature</name>

<t>The Registrar-Agent <bcp14>MUST</bcp14> sign the <spanx style="verb">agent-signed-data</spanx> member using its EE credentials.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

</section>
</section>
</section>
<section anchor="pvr_artifact"><name>Response Artifact: Pledge Voucher-Request (PVR)</name>

<t>The Pledge Voucher-Request (PVR) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the pledge, containing an extended Voucher-Request artifact based on <xref section="5.2" sectionFormat="of" target="RFC8995"/>.
The BRSKI-PRM related enhancements of the <spanx style="verb">ietf-voucher-request</spanx> YANG module are defined in <xref target="I-D.ietf-anima-rfc8366bis"/>.</t>

<t>For the JWS-signed JSON format used by this specification, the PVR artifact <bcp14>MUST</bcp14> be a JWS Voucher structure as defined in <xref target="I-D.ietf-anima-jws-voucher"/>, which <bcp14>MUST</bcp14> contain the JSON PVR Data defined in <xref target="pvr_data"/> in the JWS Payload.
<xref target="pvr_representation"/> summarizes the serialization of the JWS-signed JSON PVR artifact:</t>

<figure title="PVR Representation in General JWS JSON Serialization Syntax" anchor="pvr_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON PVR Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<section anchor="pvr_data"><name>JSON PVR Data</name>

<t>The JSON PVR Data <bcp14>MUST</bcp14> contain the following fields of the <spanx style="verb">ietf-voucher-request</spanx> YANG module as defined in <xref target="I-D.ietf-anima-rfc8366bis"/>;
note that this makes optional leaves in the YANG definition mandatory for the PVR artifact:</t>

<t><list style="symbols">
  <t><spanx style="verb">created-on</spanx>: <bcp14>SHALL</bcp14> contain the current date and time at PVR creation as standard date/time string as defined in <xref section="5.6" sectionFormat="of" target="RFC3339"/>;
if the pledge does not have synchronized time, it <bcp14>SHALL</bcp14> use the <spanx style="verb">created-on</spanx> value from the JSON Agent-Signed Data received with the tPVR artifact and <bcp14>SHOULD</bcp14> advance that value based on its local clock to reflect the PVR creation time</t>
  <t><spanx style="verb">nonce</spanx>: <bcp14>SHALL</bcp14> contain a cryptographically strong pseudo-random number</t>
  <t><spanx style="verb">serial-number</spanx>: <bcp14>SHALL</bcp14> contain the product-serial-number in the X520SerialNumber field of the pledge IDevID certificate as string as defined in <xref section="2.3.1" sectionFormat="of" target="RFC8995"/></t>
  <t><spanx style="verb">assertion</spanx>: <bcp14>SHALL</bcp14> contain the assertion type <spanx style="verb">agent-proximity</spanx> to indicate the pledge request (different from BRSKI <xref target="RFC8995"/>)</t>
  <t><spanx style="verb">agent-provided-proximity-registrar-cert</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded registrar EE certificate provided in the tPVR by the Registrar-Agent;
enables the registrar and MASA to verify the Agent Proximity Assertion</t>
  <t><spanx style="verb">agent-signed-data</spanx>: <bcp14>SHALL</bcp14> contain the same value as the <spanx style="verb">agent-signed-data</spanx> member in the tPVR provided by the Registrar-Agent;
enables the registrar and MASA to verify the Agent Proximity Assertion;
also enables the registrar to log which Registrar-Agent was in contact with the pledge</t>
</list></t>

<t><xref target="pvr_data_example"/> below shows an example for the JSON PVR Data:</t>

<figure title="JSON PVR Data Example" anchor="pvr_data_example"><artwork type="json" align="left"><![CDATA[
{
  "ietf-voucher-request:voucher": {
     "created-on": "2021-04-16T00:00:02.000Z",
     "nonce": "eDs++/FuDHGUnRxN3E14CQ==",
     "serial-number": "vendor-pledge4711",
     "assertion": "agent-proximity",
     "agent-provided-proximity-registrar-cert": "base64encodedvalue==",
     "agent-signed-data": "base64encodedvalue=="
  }
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-1"><name>JWS Protected Header</name>

<t>The JWS Protected Header <bcp14>MUST</bcp14> follow the definitions of <xref section="3.3" sectionFormat="of" target="I-D.ietf-anima-jws-voucher"/>.
If the certificate chain is not included in the <spanx style="verb">x5c</spanx> Header Parameter, it <bcp14>MUST</bcp14> be available at the domain registrar for verification of the pledge IDevID certificate.</t>

</section>
<section anchor="jws-signature-1"><name>JWS Signature</name>

<t>The pledge <bcp14>MUST</bcp14> sign the PVR artifact using its IDevID credential following the definitions of <xref section="3.4" sectionFormat="of" target="I-D.ietf-anima-jws-voucher"/>.</t>

</section>
</section>
</section>
<section anchor="tper"><name>Trigger Pledge Enroll-Request</name>

<t>Once the Registrar-Agent has received the PVR it can trigger the pledge to generate a Pledge Enroll-Request (PER).</t>

<t>Optionally, TLS <bcp14>MAY</bcp14> be used to provide privacy for this exchange between the Registrar-Agent and the pledge (see <xref target="pledgehttps"/>).</t>

<t><xref target="exchangesfig_uc2_2"/> shows the acquisition of the PER and the following subsections describe the corresponding artifacts.</t>

<figure title="PER acquisition exchange" anchor="exchangesfig_uc2_2"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="576" viewBox="0 0 576 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,224" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,224" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,224" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,224" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,224" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,176 L 56,176" fill="none" stroke="black"/>
<path d="M 128,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,192 L 72,192" fill="none" stroke="black"/>
<path d="M 112,192 L 160,192" fill="none" stroke="black"/>
<path d="M 24,208 L 80,208" fill="none" stroke="black"/>
<path d="M 112,208 L 160,208" fill="none" stroke="black"/>
<polygon class="arrowhead" points="168,208 156,202.4 156,213.6" fill="black" transform="rotate(0,160,208)"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,192 20,186.4 20,197.6" fill="black" transform="rotate(180,24,192)"/>
<polygon class="arrowhead" points="32,176 20,170.4 20,181.6" fill="black" transform="rotate(180,24,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(2)</text>
<text x="64" y="132">Trigger</text>
<text x="124" y="132">Pledge</text>
<text x="212" y="132">Enroll-Request</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="76" y="180">opt.</text>
<text x="112" y="180">TLS</text>
<text x="92" y="196">tPER</text>
<text x="96" y="212">PER</text>
<text x="16" y="244">~</text>
<text x="168" y="244">~</text>
<text x="312" y="244">~</text>
<text x="456" y="244">~</text>
<text x="560" y="244">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(2) Trigger Pledge Enroll-Request
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<------tPER-------|                 |                 |            |
 |--------PER------>|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> trigger the pledge to create the PER via HTTP(S) POST to the pledge endpoint at <spanx style="verb">/.well-known/brski/tper</spanx>.
The request body <bcp14>MUST</bcp14> contain the JSON-based Pledge Enroll-Request Trigger (tPER) artifact as defined in <xref target="tper_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/json</spanx> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon receiving a valid tPER, the pledge <bcp14>MUST</bcp14> reply with the PER artifact as defined in <xref target="per_artifact"/> in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>If the pledge is unable to create the PER, it <bcp14>SHOULD</bcp14> respond with an HTTP error status code to the Registrar-Agent.
The following client error status codes <bcp14>MAY</bcp14> be used:</t>

<t><list style="symbols">
  <t>400 Bad Request: if the pledge detects an error in the format of the request</t>
  <t>406 Not Acceptable: if the Accept request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/jose+json</spanx></t>
  <t>415 Unsupported Media Type: if the Content-Type request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/json</spanx></t>
</list></t>

<t>The pledge <bcp14>MAY</bcp14> use the response body to signal success/failure details to the service technician operating the Registrar-Agent.</t>

<section anchor="tper_artifact"><name>Request Artifact: Pledge Enroll-Request Trigger (tPER)</name>

<t>The Pledge Enroll-Request Trigger (tPVR) artifact <bcp14>SHALL</bcp14> be an unsigned data object, providing enrollment parameters.
This document specifies only the basic parameter for a generic, device-related LDevID certificate with no CSR attributes provided to the pledge.
If specific attributes in the certificate are required, they have to be inserted by the issuing Key Infrastructure.</t>

<t>The Pledge Enroll-Request Trigger (tPER) artifact <bcp14>MAY</bcp14> be used to provide additional enrollment parameters such as CSR attributes.
How to provide and use such additional data is out of scope for this specification.</t>

<t>For the JSON-based format used by this specification, the tPER artifact <bcp14>MUST</bcp14> be a UTF-8 encoded JSON document <xref target="RFC8259"/> that conforms with the CDDL <xref target="RFC8610"/> data model defined in <xref target="tper_CDDL_def"/>:</t>

<figure title="CDDL for Pledge Enroll-Request Trigger (pledgeenrollrequesttrigger)" anchor="tper_CDDL_def"><artwork type="cddl" align="left"><![CDATA[
pledgeenrollrequesttrigger = {
        "enroll-type": $enroll-type
}

$enroll-type /= "enroll-generic-cert"
]]></artwork></figure>

<t>The <spanx style="verb">enroll-type</spanx> member allows for specifying which type of certificate is to be enrolled.
As shown in <xref target="tper_CDDL_def"/>, BRSKI-PRM only defines the enumeration value <spanx style="verb">enroll-generic-cert</spanx> for the enrollment of the generic, device-related LDevID certificate.
Other specifications using this artifact may define further enum values, e.g., to bootstrap application-related EE certificates with additional CSR attributes.</t>

</section>
<section anchor="per_artifact"><name>Response Artifact: Pledge Enroll-Request (PER)</name>

<t>The Pledge Enroll-Request (PER) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the pledge, containing a PKCS#10 Certificate Signing Request (CSR) <xref target="RFC2986"/>.
The CSR already assures POP of the private key corresponding to the contained public key.
In addition, based on the PER signature using the IDevID of the pledge, POI is provided.</t>

<t>For the JWS-signed JSON format used by this specification, the PER artifact <bcp14>MUST</bcp14> use the "General JWS JSON Serialization Syntax" defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/>, which <bcp14>MUST</bcp14> contain the JSON CSR Data defined in <xref target="per_data"/> in the JWS Payload.
<xref target="per_representation"/> summarizes the serialization of the JWS-signed JSON PER artifact:</t>

<figure title="PER Representation in General JWS JSON Serialization Syntax" anchor="per_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON CSR Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON CSR Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="per_data"><name>JSON CSR Data</name>

<t>The JSON CSR Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the data model described by the <spanx style="verb">csr-grouping</spanx> of the <spanx style="verb">ietf-ztp-types</spanx> YANG module defined in <xref section="3.2" sectionFormat="of" target="I-D.ietf-netconf-sztp-csr"/> and <bcp14>MUST</bcp14> be encoded using the rules defined in <xref target="RFC7951"/>.
Note that <xref target="I-D.ietf-netconf-sztp-csr"/> also allows for inclusion of CSRs in different formats used by CMP and CMC.
For PKCS#10 CSRs as used in BRSKI and BRSKI-PRM, the <spanx style="verb">p10-csr</spanx> case of the <spanx style="verb">csr-grouping</spanx> <bcp14>MUST</bcp14> be used.</t>

<t><xref target="csr_example"/> below shows an example for the JSON CSR Data:</t>

<figure title="JSON CSR Data Example" anchor="csr_example"><artwork align="left"><![CDATA[
{
  "ietf-ztp-types": {
     "p10-csr": "base64encodedvalue=="
   }
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-2"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the PER artifact <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded pledge EE certificate used to sign the PER artifact;
it <bcp14>SHOULD</bcp14> also contain the certificate chain for this certificate;
if the certificate chain is not included in the <spanx style="verb">x5c</spanx> Header Parameter, it <bcp14>MUST</bcp14> be available at the domain registrar for verification</t>
  <t><spanx style="verb">crit</spanx>: <bcp14>SHALL</bcp14> indicate the extension Header Parameter <spanx style="verb">created-on</spanx> to ensure that it must be understood and validated by the receiver as defined in <xref section="4.1.11" sectionFormat="of" target="RFC7515"/></t>
</list></t>

<t>In addition, the JWS Protected Header of the PER artifact <bcp14>MUST</bcp14> contain the following extension Header Parameter:</t>

<t><list style="symbols">
  <t><spanx style="verb">created-on</spanx>: <bcp14>SHALL</bcp14> contain the current date and time at PER creation as standard date/time string as defined in <xref section="5.6" sectionFormat="of" target="RFC3339"/>;
if the pledge does not have synchronized time, it <bcp14>SHALL</bcp14> use the <spanx style="verb">created-on</spanx> value from the JSON Agent-Signed Data received with the tPVR artifact and <bcp14>SHOULD</bcp14> advance that value based on its local clock to reflect the PER creation time</t>
</list></t>

<t>The new protected Header Parameter <spanx style="verb">created-on</spanx> is introduced to reflect freshness of the PER.
It allows the registrar to verify the timely correlation between the PER artifact and previous exchanges, i.e., <spanx style="verb">created-on</spanx> of PER &gt;= <spanx style="verb">created-on</spanx> of PVR &gt;= <spanx style="verb">created-on</spanx> of PVR trigger.
The registrar <bcp14>MAY</bcp14> consider to ignore any but the newest PER artifact from the same pledge in the case the registrar has at any point in time more than one pending PER from the pledge.</t>

<t><xref target="per_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example within PER" anchor="per_header"><artwork align="left"><![CDATA[
{
  "alg": "ES256",
  "x5c": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ],
  "crit": ["created-on"],
  "created-on": "2022-09-13T00:00:02.000Z"
}
]]></artwork></figure>

</section>
<section anchor="jws-signature-2"><name>JWS Signature</name>

<t>The pledge <bcp14>MUST</bcp14> sign the PER artifact using its IDevID credential.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

<t>While BRSKI-PRM targets the initial enrollment, re-enrollment can be supported in a similar way.
In this case, the pledge <bcp14>MAY</bcp14> use its current, potentially application-related EE credential instead of its IDevID credential to sign the PER artifact.
The issuing CA can associate the re-enrollment request with the pledge based on the previously issued and still valid EE certificate.
Note that a pledge that does not have synchronized time needs to advance the last known current date and time based on its local clock over a longer period, which also requires persisting the local clock advancements across reboots.</t>

</section>
</section>
</section>
<section anchor="pvr"><name>Supply PVR to Registrar (including MASA interaction)</name>

<t>Once the Registrar-Agent has acquired one or more PVR and PER object pairs, it starts the interaction with the domain registrar.
Collecting multiple pairs allows bulk bootstrapping of several pledges using the same session with the registrar.</t>

<t>The Registrar-Agent <bcp14>MUST</bcp14> establish a TLS session to the registrar with mutual authentication.
In contrast to BRSKI <xref target="RFC8995"/>, the TLS client authentication uses the Registrar-Agent EE certificate instead of the pledge IDevID certificate.
Consequently, the domain registrar can distinguish BRSKI (pledge-initiator-mode) from BRSKI-PRM (pledge-responder-mode).</t>

<t>The registrar <bcp14>SHOULD</bcp14> verify the TLS client authentication of the Registrar-Agent, in particular if the TLS session is used to obtain the Registrar-Agent EE certificate (see <xref target="registrar_component"/>).
Note that authentication and authorization is of the pledge verified during the TLS session based on the signatures inside the PVR artifact.</t>

<t>As already stated in <xref target="RFC8995"/>, the use of TLS 1.3 (or newer) is encouraged.
TLS 1.2 or newer is <bcp14>REQUIRED</bcp14> on the Registrar-Agent side.
TLS 1.3 (or newer) <bcp14>SHOULD</bcp14> be available on the registrar, but TLS 1.2 <bcp14>MAY</bcp14> be used.
TLS 1.3 (or newer) <bcp14>SHOULD</bcp14> be available on the MASA, but TLS 1.2 <bcp14>MAY</bcp14> be used.</t>

<t><xref target="exchangesfig_uc2_3"/> shows the voucher-request processing and the following subsections describe the corresponding artifacts.</t>

<figure title="Voucher issuing exchange" anchor="exchangesfig_uc2_3"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="480" width="576" viewBox="0 0 576 480" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,448" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,448" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,192" fill="none" stroke="black"/>
<path d="M 312,240 L 312,272" fill="none" stroke="black"/>
<path d="M 312,304 L 312,448" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,312" fill="none" stroke="black"/>
<path d="M 456,432 L 456,448" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,352" fill="none" stroke="black"/>
<path d="M 560,400 L 560,448" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 176,176 L 216,176" fill="none" stroke="black"/>
<path d="M 256,176 L 304,176" fill="none" stroke="black"/>
<path d="M 176,256 L 224,256" fill="none" stroke="black"/>
<path d="M 256,256 L 304,256" fill="none" stroke="black"/>
<path d="M 320,320 L 416,320" fill="none" stroke="black"/>
<path d="M 456,320 L 552,320" fill="none" stroke="black"/>
<path d="M 320,336 L 424,336" fill="none" stroke="black"/>
<path d="M 456,336 L 552,336" fill="none" stroke="black"/>
<path d="M 320,416 L 408,416" fill="none" stroke="black"/>
<path d="M 472,416 L 552,416" fill="none" stroke="black"/>
<path d="M 176,432 L 208,432" fill="none" stroke="black"/>
<path d="M 280,432 L 304,432" fill="none" stroke="black"/>
<polygon class="arrowhead" points="560,336 548,330.4 548,341.6" fill="black" transform="rotate(0,552,336)"/>
<polygon class="arrowhead" points="560,320 548,314.4 548,325.6" fill="black" transform="rotate(0,552,320)"/>
<polygon class="arrowhead" points="328,416 316,410.4 316,421.6" fill="black" transform="rotate(180,320,416)"/>
<polygon class="arrowhead" points="328,320 316,314.4 316,325.6" fill="black" transform="rotate(180,320,320)"/>
<polygon class="arrowhead" points="312,256 300,250.4 300,261.6" fill="black" transform="rotate(0,304,256)"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(0,304,176)"/>
<polygon class="arrowhead" points="184,432 172,426.4 172,437.6" fill="black" transform="rotate(180,176,432)"/>
<polygon class="arrowhead" points="184,176 172,170.4 172,181.6" fill="black" transform="rotate(180,176,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(3)</text>
<text x="60" y="132">Supply</text>
<text x="104" y="132">PVR</text>
<text x="132" y="132">to</text>
<text x="184" y="132">Registrar</text>
<text x="268" y="132">(including</text>
<text x="344" y="132">backend</text>
<text x="428" y="132">interaction)</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="236" y="180">mTLS</text>
<text x="308" y="212">[Registrar-Agent</text>
<text x="308" y="228">authenticated&amp;authorized?]</text>
<text x="240" y="260">PVR</text>
<text x="280" y="292">[accept</text>
<text x="348" y="292">device?]</text>
<text x="436" y="324">mTLS</text>
<text x="440" y="340">RVR</text>
<text x="456" y="356">~</text>
<text x="460" y="372">[extract</text>
<text x="536" y="372">DomainID]</text>
<text x="456" y="388">[update</text>
<text x="532" y="388">audit-log]</text>
<text x="456" y="404">~</text>
<text x="440" y="420">Voucher</text>
<text x="244" y="436">Voucher'</text>
<text x="16" y="468">~</text>
<text x="168" y="468">~</text>
<text x="312" y="468">~</text>
<text x="456" y="468">~</text>
<text x="560" y="468">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(3) Supply PVR to Registrar (including backend interaction)
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<-----mTLS------>|                 |            |
 |                  |                 |                 |            |
 |                  |         [Registrar-Agent          |            |
 |                  |    authenticated&authorized?]     |            |
 |                  |                 |                 |            |
 |                  |-------PVR------>|                 |            |
 |                  |                 |                 |            |
 |                  |          [accept device?]         |            |
 |                  |                 |                 |            |
 |                  |                 |<------------mTLS------------>|
 |                  |                 |--------------RVR------------>|
 |                  |                 |                 ~            |
 |                  |                 |              [extract DomainID]
 |                  |                 |              [update audit-log]
 |                  |                 |                 ~            |
 |                  |                 |<-----------Voucher-----------|
 |                  |<----Voucher''---|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>As a first step of the interaction with the domain registrar, the Registrar-Agent <bcp14>SHALL</bcp14> supply the PVR artifact(s) to the registrar via HTTP-over-TLS POST to the registrar endpoint at <spanx style="verb">/.well-known/brski/requestvoucher</spanx>.
Note that this is the same endpoint as for BRSKI described in <xref section="5.2" sectionFormat="of" target="RFC8995"/>.
The request body <bcp14>MUST</bcp14> contain one previously acquired PVR artifact as defined in <xref target="pvr_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/voucher-jws+json</spanx> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>

<t>Upon receiving a PVR artifact, the registrar accepts or declines the request to join the domain.
For this, it <bcp14>MUST</bcp14> perform pledge authorization as defined in <xref section="5.3" sectionFormat="of" target="RFC8995"/>.
Due to the Registrar-Agent in the middle, the registrar <bcp14>MUST</bcp14> verify in addition that</t>

<t><list style="symbols">
  <t>the <spanx style="verb">agent-provided-proximity-registrar-cert</spanx> field of the PVR contains a registrar EE certificate signed by the same domain owner as the registrar EE certificate used to sign the RVR;
note that this check allows for installations with multiple domain registrars and for registrar EE certificate renewal between exchanges with the Registrar-Agent (see <xref target="arch_nomadic"/>);
in many installations with a single registrar the contained certificate is identical to the signing certificate</t>
  <t>the <spanx style="verb">agent-signed-data</spanx> field of the PVR is signed with the private key corresponding to the Registrar-Agent EE certificate as known by the registrar (see <xref target="registrar_component"/>);
this is done via the SubjectKeyIdentifier of the certificate in the <spanx style="verb">kid</spanx> Header Parameter of the JWS Protected Header of the <spanx style="verb">agent-signed-data</spanx> field.</t>
  <t>the product-serial-number inside the <spanx style="verb">agent-signed-data</spanx> is equal to the <spanx style="verb">serial-number</spanx> field of the PVR as well as the X520SerialNumber field of the pledge IDevID certificate, which is contained in the JWS Protected Header of the PVR.</t>
  <t>the Registrar-Agent EE certificate is still valid;
this is necessary to avoid that a rogue Registrar-Agent generates <spanx style="verb">agent-signed-data</spanx> objects to onboard arbitrary pledges at a later point in time, see also <xref target="sec_cons_reg-agt"/>.</t>
</list></t>

<t>If the registrar is unable to process the request or validate the PVR, it <bcp14>MUST</bcp14> respond with an HTTP client error status code to the Registrar-Agent.
The following client error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>400 Bad Request: if the registrar detects an error in the format of the request</t>
  <t>403 Forbidden: if the registrar detected that one or more security related fields are not valid or if the pledge-provided information could not be used with automated allowance</t>
  <t>406 Not Acceptable: if the Accept request header field indicates a type that is unknown or unsupported</t>
  <t>415 Unsupported Media Type: if the Content-Type request header field indicates a type that is unknown or unsupported</t>
</list></t>

<t>Otherwise, the registrar converts the PVR artifact to an Registrar Voucher-Request (RVR) artifact (see <xref target="rvr_artifact"/>) and starts the backend interaction with the MASA.</t>

<t>Optionally, the domain registrar <bcp14>MAY</bcp14> respond with an HTTP 202 Accepted response status code to the Registrar-Agent at this point following <xref section="5.6" sectionFormat="of" target="RFC8995"/>, while the rules defined for the pledge also apply to the Registrar-Agent;
in this case, the registrar still continues with the MASA interaction to provide the Voucher artifact to the retry request.</t>

<t>The registrar <bcp14>MAY</bcp14> use the response body to signal success/failure details to the service technician operating the Registrar-Agent.</t>

<section anchor="masa_interaction"><name>MASA Interaction</name>

<t>The domain registrar <bcp14>MUST</bcp14> establish a TLS session with mutual authentication to the MASA of the pledge according to <xref section="5.4" sectionFormat="of" target="RFC8995"/>.
It requests the voucher from the MASA according to <xref section="5.5" sectionFormat="of" target="RFC8995"/> via HTTP-over-TLS POST to the MASA endpoint at <spanx style="verb">/.well-known/brski/requestvoucher</spanx>.
The request body <bcp14>MUST</bcp14> contain the RVR artifact as defined in <xref target="rvr_artifact"/>.
In the request header, the Content-Type field and the Accept field <bcp14>MUST</bcp14> be set to the same media type as the incoming PVR artifact.
For the default format used in this specification, this is <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>

<t>The assumption is that a pledge typically supports a single artifact format and creates the PVR in the supported format;
to ensure that the pledge is able to process the voucher, the registrar requests this format via the HTTP Accept header field when requesting the voucher.
Further, the RVR artifact and the PVR artifact inside should also use the same format to limit the number of required format encoders.
Note that BRSKI-PRM allows for alternative formats such as CMS-signed JSON as used in BRSKI <xref target="RFC8995"/> or COSE-signed CBOR for constrained environments, when defined by other specifications.
Overall, a MASA responsible for BRSKI-PRM capable pledges <bcp14>MUST</bcp14> support the same formats as supported by those pledges.</t>

<t>Once the MASA receives the RVR artifact, it <bcp14>MUST</bcp14> perform the verification as described in <xref section="5.5" sectionFormat="of" target="RFC8995"/>.
Depending on policy, the MASA <bcp14>MAY</bcp14> chose the type of assertion to perform.
For the Agent Proximity Assertion of BRSKI-PRM (see <xref target="agt_prx"/>), the MASA <bcp14>MUST</bcp14> skip the verification described in <xref section="5.5.5" sectionFormat="of" target="RFC8995"/> and instead <bcp14>MUST</bcp14> verify for the PVR contained in the <spanx style="verb">prior-signed-voucher-request</spanx> field of the RVR that</t>

<t><list style="symbols">
  <t>the <spanx style="verb">agent-provided-proximity-registrar-cert</spanx> field contains an EE certificate that signed by the same domain owner as the EE certificate/credentials used to sign the RVR;
note that this check allows for installations with multiple domain registrars and for registrar EE certificate renewal while PVRs are collected by the Registrar-Agent</t>
  <t>the registrar EE certificate in the <spanx style="verb">agent-provided-proximity-registrar-cert</spanx> field and the Registrar-Agent EE certificate in the <spanx style="verb">agent-sign-cert</spanx> field of the RVR are signed by the same domain owner.</t>
  <t>the <spanx style="verb">agent-signed-data</spanx> field is signed with the credentials corresponding to the Registrar-Agent EE certificate in the <spanx style="verb">agent-sign-cert</spanx> field of the RVR;
this is done via the SubjectKeyIdentifier of the certificate in the <spanx style="verb">kid</spanx> Header Parameter of the JWS Protected Header in the <spanx style="verb">agent-signed-data</spanx> field.</t>
  <t>the product-serial-number inside the <spanx style="verb">agent-signed-data</spanx> is equal to the <spanx style="verb">serial-number</spanx> field of PVR and the <spanx style="verb">serial-number</spanx> field of the RVR as well as the X520SerialNumber field of the pledge IDevID certificate, which is contained in the JWS Protected Header of the PVR.</t>
</list></t>

<t>If the <spanx style="verb">agent-sign-cert</spanx> field in the RVR is not set, the MASA <bcp14>MAY</bcp14> state a lower level assertion value instead of failing the verification, e.g., "logged" or "verified".</t>

<t>If the verification fails, the MASA <bcp14>SHOULD</bcp14> respond with an HTTP client error status code to the registrar.
The client error status codes are kept the same as defined in <xref section="5.6" sectionFormat="of" target="RFC8995"/>:</t>

<t><list style="symbols">
  <t>403 Forbidden: if the voucher-request is not signed correctly or is stale or if the pledge has another outstanding voucher that cannot be overridden</t>
  <t>404 Not Found: if the request is for a device that is not known to the MASA</t>
  <t>406 Not Acceptable: if a voucher of the desired type or that uses the desired algorithms (as indicated by the "Accept" header fields and algorithms used in the signature) cannot be issued as such because the MASA knows the pledge cannot process that type</t>
  <t>415 Unsupported Media Type: if the request uses an artifact format or Accept header value that is not supported by the MASA</t>
</list></t>

<t>Otherwise, the MASA creates a Voucher artifact as defined in <xref target="voucher_artifact"/> and updates the audit-log as described in <xref section="5.5" sectionFormat="of" target="RFC8995"/>.
The Voucher is then supplied to the registrar within the body of an HTTP 200 OK response according to <xref section="5.6" sectionFormat="of" target="RFC8995"/>.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to the media type of the incoming RVR artifact.
For the default format used in this specification, this is <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>

</section>
<section anchor="supply-voucher-to-registrar-agent"><name>Supply Voucher to Registrar-Agent</name>

<t>After receiving the Voucher from the MASA, the registrar <bcp14>SHOULD</bcp14> evaluate it for transparency and logging purposes as outlined in <xref section="5.6" sectionFormat="of" target="RFC8995"/>.
It then countersigns the Voucher for delivery to the pledge via the Registrar-Agent.</t>

<t>The registrar <bcp14>MUST</bcp14> reply to the Registrar-Agent with the Registrar-Countersigned Voucher artifact (Voucher') as defined in <xref target="rcv_artifact"/> in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to the media type of the incoming PVR artifact.
For the default format used in this specification, this is <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.</t>

<t>If the domain registrar is unable to return the Voucher, it <bcp14>MUST</bcp14> respond with an HTTP server error status code to the Registrar-Agent.
The following server error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>500 Internal Server Error: if both Registrar-Agent request and MASA response are valid, but the registrar still failed to return the Voucher, e.g., due to missing configuration or a program failure</t>
  <t>502 Bad Gateway: if the registrar received an invalid response from the MASA</t>
  <t>503 Service Unavailable: if a simple retry of the Registrar-Agent request might lead to a successful response;
this error response <bcp14>SHOULD</bcp14> include the <spanx style="verb">Retry-After</spanx> response header field with an appropriate value</t>
  <t>504 Gateway Timeout: if the backend request to the MASA timed out</t>
</list></t>

</section>
<section anchor="request-artifact-pledge-voucher-request-pvr"><name>Request Artifact: Pledge Voucher-Request (PVR)</name>

<t>Identical to the PVR artifact received from the pledge as defined in <xref target="pvr_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify PVRs.</t>

</section>
<section anchor="rvr_artifact"><name>Backend Request Artifact: Registrar Voucher-Request (RVR)</name>

<t>The Registrar Voucher-Request (RVR) artifact <bcp14>SHALL</bcp14> be an extended Voucher-Request artifact based on <xref section="5.5" sectionFormat="of" target="RFC8995"/>.
The BRSKI-PRM related enhancements of the <spanx style="verb">ietf-voucher-request</spanx> YANG module are defined in <xref target="I-D.ietf-anima-rfc8366bis"/>.</t>

<t>For the JWS-signed JSON format used by this specification, the RVR artifact <bcp14>MUST</bcp14> be a JWS Voucher structure as defined in <xref target="I-D.ietf-anima-jws-voucher"/>, which <bcp14>MUST</bcp14> contain the JSON RVR Data defined in <xref target="rvr_data"/> in the JWS Payload.
<xref target="rvr_representation"/> summarizes the serialization of the JWS-signed JSON RVR artifact:</t>

<figure title="RVR Representation in General JWS JSON Serialization Syntax" anchor="rvr_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON RVR Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<section anchor="rvr_data"><name>JSON RVR Data</name>

<t>The JSON RVR Data <bcp14>MUST</bcp14> contain the following fields of the <spanx style="verb">ietf-voucher-request</spanx> YANG module as defined in <xref target="I-D.ietf-anima-rfc8366bis"/>;
note that this makes optional leaves in the YANG definition mandatory for the RVR artifact:</t>

<t><list style="symbols">
  <t><spanx style="verb">created-on</spanx>: <bcp14>SHALL</bcp14> contain the current date and time at RVR creation as standard date/time string as defined in <xref section="5.6" sectionFormat="of" target="RFC3339"/></t>
  <t><spanx style="verb">nonce</spanx>: <bcp14>SHALL</bcp14> contain a copy of the <spanx style="verb">nonce</spanx> field from the JSON PVR Data
the registrar provides this information to assure successful verification of Registrar-Agent proximity based on the agent-signed-data</t>
  <t><spanx style="verb">serial-number</spanx>: <bcp14>SHALL</bcp14> contain the product-serial-number of the pledge;
note the required verification by the registrar defined in <xref target="pvr"/></t>
  <t><spanx style="verb">idevid-issuer</spanx>: <bcp14>SHALL</bcp14> contain the issuer value from the pledge IDevID certificate obtained from the PVR JWS Protected Header <spanx style="verb">x5c</spanx> field</t>
  <t><spanx style="verb">prior-signed-voucher-request</spanx>: <bcp14>SHALL</bcp14> contain the PVR artifact as received from the Registrar-Agent, see <xref target="tpvr"/></t>
</list></t>

<t>As BRSKI-PRM uses the Agent Proximity Assertion (see <xref target="agt_prx"/>), the JSON RVR Data <bcp14>MUST</bcp14> also contain the following fields:</t>

<t><list style="symbols">
  <t><spanx style="verb">assertion</spanx>: <bcp14>SHALL</bcp14> contain the value <spanx style="verb">agent-proximity</spanx> to indicate successful verification of the Agent Proximity Assertion (see <xref target="agt_prx"/>) by the registrar</t>
  <t><spanx style="verb">agent-sign-cert</spanx>: <bcp14>SHALL</bcp14> be a JSON array that contains the base64-encoded Registrar-Agent EE certificate as possessed by the registrar (see <xref target="registrar_component"/>) as the first item;
subsequent items <bcp14>MUST</bcp14> contain the corresponding certificate chain for verification at the MASA;
the field is used for verification of the <spanx style="verb">agent-signed-data</spanx> field of the contained PVR</t>
</list></t>

<t>Note that the <spanx style="verb">ietf-voucher-request</spanx> YANG module defines the leaf <spanx style="verb">agent-sign-cert</spanx> as binary;
this specification refines it as a JSON array structure similar to the <spanx style="verb">x5c</spanx> Header Parameter defined in <xref section="4.1.6" sectionFormat="of" target="RFC7515"/>.</t>

<t><xref target="rvr_data_example"/> below shows an example for the JSON RVR Data:</t>

<figure title="JSON RVR Data Example" anchor="rvr_data_example"><artwork type="json" align="left"><![CDATA[
{
  "ietf-voucher-request:voucher": {
     "created-on": "2022-01-04T02:37:39.235Z",
     "nonce": "eDs++/FuDHGUnRxN3E14CQ==",
     "serial-number": "vendor-pledge4711",
     "idevid-issuer": "base64encodedvalue==",
     "prior-signed-voucher-request": "base64encodedvalue==",
     "assertion": "agent-proximity",
     "agent-sign-cert": [
       "base64encodedvalue==",
       "base64encodedvalue==",
       "..."
     ]
  }
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-3"><name>JWS Protected Header</name>

<t>The JWS Protected Header <bcp14>MUST</bcp14> follow the definitions of <xref section="3.3" sectionFormat="of" target="I-D.ietf-anima-jws-voucher"/>.
However, the <spanx style="verb">x5c</spanx> Header Parameter <bcp14>MUST</bcp14> also contain the certificate chain for verification at the MASA.</t>

</section>
<section anchor="jws-signature-3"><name>JWS Signature</name>

<t>The domain registrar <bcp14>MUST</bcp14> sign the RVR artifact using its EE credentials following the definitions of <xref section="3.4" sectionFormat="of" target="I-D.ietf-anima-jws-voucher"/>.</t>

</section>
</section>
<section anchor="voucher_artifact"><name>Backend Response Artifact: Voucher</name>

<t>The Voucher artifact is defined in <xref section="5.6" sectionFormat="of" target="RFC8995"/> (cf. "voucher response").
The only difference for BRSKI-PRM is that the <spanx style="verb">assertion</spanx> field <bcp14>MAY</bcp14> contain the value <spanx style="verb">agent-proximity</spanx> as defined in <xref target="I-D.ietf-anima-rfc8366bis"/>, when the Agent-Proximity Assertion (see <xref target="agt_prx"/>) is performed by the MASA.</t>

<t>For the JWS-signed JSON format used by this specification, the Voucher artifact <bcp14>MUST</bcp14> be a JWS Voucher structure as defined in <xref target="I-D.ietf-anima-jws-voucher"/>.
It contains JSON Voucher Data in the JWS Payload, for which an example is given in <xref target="voucher_data_example"/>:</t>

<figure title="JSON RVR Data Example" anchor="voucher_data_example"><artwork type="json" align="left"><![CDATA[
{
  "ietf-voucher:voucher": {
    "created-on": "2022-01-04T00:00:02.000Z",
    "nonce": "base64encodedvalue==",
    "assertion": "agent-proximity",
    "pinned-domain-cert": "base64encodedvalue==",
    "serial-number": "vendor-pledge4711"
  }
}
]]></artwork></figure>

</section>
<section anchor="rcv_artifact"><name>Response Artifact: Registrar-Countersigned Voucher</name>

<t>The Registrar-Countersigned Voucher (Voucher') artifact <bcp14>SHALL</bcp14> be an extended Voucher artifact based on <xref section="5.6" sectionFormat="of" target="RFC8995"/> using the format defined in <xref target="voucher_artifact"/>.</t>

<t>For BRSKi-PRM, the domain registrar <bcp14>MUST</bcp14> add an additional JWS Protected Header and JWS Signature to the MASA-provided Voucher.
<xref target="rcv_representation"/> summarizes the serialization of the JWS-signed JSON Voucher' artifact:</t>

<figure title="Voucher' Representation in General JWS JSON Serialization Syntax" anchor="rcv_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(JSON Voucher Data),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header (MASA))),
      "signature": BASE64URL(JWS Signature (MASA))
    },
    {
      "protected": BASE64URL(UTF8(JWS Protected Header (Registrar))),
      "signature": BASE64URL(JWS Signature (Registrar))
    }
  ]
}
]]></artwork></figure>

<t>In BRSKI <xref target="RFC8995"/>, the registrar proves possession of its credential through the server authentication within the TLS session with the pledge.
While the pledge cannot verify the registrar certificate at the time of TLS session establishment, it can verify the TLS server certificate through the certificate in the <spanx style="verb">pinned-domain-cert</spanx> field upon receiving the Voucher artifact (see <xref section="5.6.2" sectionFormat="of" target="RFC8995"/>).</t>

<t>In BRSKI-PRM with the Registrar-Agent mediating all communication, this second signature provides verification and POP of the private key for the registrar EE certificate provided in the initial tPVR artifact from the Registrar-Agent (see <xref target="tpvr_artifact"/>).</t>

<t>Depending on the security policy of the operator, this signature can also be interpreted as explicit authorization of the registrar to install the contained trust anchor (i.e., pinned domain certificate).</t>

<section anchor="json-voucher-data"><name>JSON Voucher Data</name>

<t>As provided by the MASA inside the JWS Payload.
The domain registrar <bcp14>MUST NOT</bcp14> modify the JWS Payload.</t>

</section>
<section anchor="jws-protected-header-registrar"><name>JWS Protected Header (Registrar)</name>

<t>The registrar-added JWS Protected Header (Registrar) <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded registrar EE certificate used to sign the voucher as well as the certificate chain up to (but not including) the pinned domain certificate (the initial domain trust anchor);
the pinned domain certificate is already contained in the JSON Voucher Data</t>
</list></t>

<t>Note that for many installations with a single registrar credential, the registrar EE certificate is pinned.</t>

</section>
<section anchor="jws-signature-registrar"><name>JWS Signature (Registrar)</name>

<t>The signature is created by signing the registrar-added JWS Protected Header (Registrar) and the original JWS Payload produced by the MASA as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.
The registrar <bcp14>MUST</bcp14> use its EE credentials to sign.</t>

<t>Note that the credentials need to be the same as used for server authentication in the TLS session with the Registrar-Agent receiving this artifact (see <xref target="registrar_component"/>).</t>

</section>
</section>
</section>
<section anchor="per"><name>Supply PER to Registrar (including Key Infrastructure interaction)</name>

<t>After receiving the Voucher artifact, the Registrar-Agent sends the PER to the domain registrar within the same TLS session.</t>

<t>In case the TLS session to the registrar is already closed, the Registrar-Agent establishes a new session as described in <xref target="pvr"/>.
The registrar is able to correlate the PVR and PER artifacts based on the signatures and the contained product-serial-number.
Note that this also addresses situations in which a nonceless voucher is used and may be pre-provisioned to the pledge.</t>

<t><xref target="exchangesfig_uc2_4"/> depicts exchanges for the PER request handling and the following subsections describe the corresponding artifacts.
Note that "Request" and "Certificate" do not denote BRSKI-PRM defined artifacts, but are data objects depending on the certificate management protocol used by the domain Key Infrastructure.</t>

<figure title="Enroll exchange" anchor="exchangesfig_uc2_4"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="288" width="576" viewBox="0 0 576 288" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,256" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,256" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,256" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,256" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,256" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 176,176 L 216,176" fill="none" stroke="black"/>
<path d="M 256,176 L 304,176" fill="none" stroke="black"/>
<path d="M 176,192 L 224,192" fill="none" stroke="black"/>
<path d="M 256,192 L 304,192" fill="none" stroke="black"/>
<path d="M 320,208 L 344,208" fill="none" stroke="black"/>
<path d="M 424,208 L 448,208" fill="none" stroke="black"/>
<path d="M 320,224 L 336,224" fill="none" stroke="black"/>
<path d="M 176,240 L 192,240" fill="none" stroke="black"/>
<path d="M 288,240 L 304,240" fill="none" stroke="black"/>
<polygon class="arrowhead" points="456,208 444,202.4 444,213.6" fill="black" transform="rotate(0,448,208)"/>
<polygon class="arrowhead" points="328,224 316,218.4 316,229.6" fill="black" transform="rotate(180,320,224)"/>
<polygon class="arrowhead" points="312,192 300,186.4 300,197.6" fill="black" transform="rotate(0,304,192)"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(0,304,176)"/>
<polygon class="arrowhead" points="184,240 172,234.4 172,245.6" fill="black" transform="rotate(180,176,240)"/>
<polygon class="arrowhead" points="184,176 172,170.4 172,181.6" fill="black" transform="rotate(180,176,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(4)</text>
<text x="60" y="132">Supply</text>
<text x="104" y="132">PER</text>
<text x="132" y="132">to</text>
<text x="184" y="132">Registrar</text>
<text x="268" y="132">(including</text>
<text x="328" y="132">Key</text>
<text x="404" y="132">Infrastructure</text>
<text x="516" y="132">interaction)</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="236" y="180">mTLS</text>
<text x="240" y="196">PER</text>
<text x="384" y="212">[Request]</text>
<text x="396" y="228">[Certificate]-</text>
<text x="240" y="244">Enroll-Resp</text>
<text x="16" y="276">~</text>
<text x="168" y="276">~</text>
<text x="312" y="276">~</text>
<text x="456" y="276">~</text>
<text x="560" y="276">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(4) Supply PER to Registrar (including Key Infrastructure interaction)
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<----(mTLS)----->|                 |            |
 |                  |-------PER------>|                 |            |
 |                  |                 |----[Request]--->|            |
 |                  |                 |<--[Certificate]-|            |
 |                  |<--Enroll-Resp---|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>As a second step of the interaction with the domain registrar, the Registrar-Agent <bcp14>SHALL</bcp14> supply the PER artifact(s) to the registrar via HTTP-over-TLS POST to the registrar endpoint at <spanx style="verb">/.well-known/brski/requestenroll</spanx>.
The request body <bcp14>MUST</bcp14> contain one previously acquired PER artifact as defined in <xref target="per_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Note that this is different from the EST <xref target="RFC7030"/> endpoint used in BRSKI, as the PER artifact is signature-wrapped.
Hence, upon receiving a PER artifact, the registrar <bcp14>MUST</bcp14> verify that</t>

<t><list style="symbols">
  <t>the PER was signed signed with the private key corresponding to the pledge EE certificate, which is contained in the JWS Protected Header of the PER.</t>
  <t>the pledge identified by its EE certificate is accepted to join the domain after successful validation of the corresponding PVR.</t>
</list></t>

<t>If the registrar is unable to process the request or validate the PER, it <bcp14>MUST</bcp14> respond with an HTTP client error status code to the Registrar-Agent.
The following client error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>400 Bad Request: if the registrar detects an error in the format of the request</t>
  <t>401 Unauthorized: if the signature of the PER cannot be verified</t>
  <t>404 Not Found: if the PER is for a device that is not known to the registrar</t>
  <t>406 Not Acceptable: if the Accept request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/jose+json</spanx></t>
  <t>415 Unsupported Media Type: if the PER uses an artifact format that is not supported by the registrar, e.g., a type other than <spanx style="verb">application/jose+json</spanx></t>
</list></t>

<t>Otherwise, the registrar extracts the PKCS#10 Certificate Signing Request (CSR) inside the PER (see <xref target="per_artifact"/>) and uses the CSR to request a new pledge EE certificate from the domain Key Infrastructure.
The exact interaction and exchanged data objects depends on the certificate management protocol used by the Key Infrastructure, and is out of scope for this document.</t>

<t>A successful interaction with the Key Infrastructure will result in a pledge EE certificate singed by the domain owner (e.g., LDevID certificate).
The registrar <bcp14>MUST</bcp14> reply to the Registrar-Agent with the Enroll-Response (Enroll-Resp) as defined in <xref target="er_artifact"/> in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/pkcs7-mime</spanx>.</t>

<t>If the domain registrar is unable to return the Enroll-Resp, it <bcp14>MUST</bcp14> respond with an HTTP server error status code to the Registrar-Agent.
The following server error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>500 Internal Server Error: if the Key Infrastructure response is valid, but the registrar still failed to return the Enroll-Resp, e.g., due to missing configuration or a program failure</t>
  <t>502 Bad Gateway: if the registrar received an invalid response from the Key Infrastructure</t>
  <t>503 Service Unavailable: if a simple retry of the Registrar-Agent request might lead to a successful response; this error response <bcp14>SHOULD</bcp14> include the Retry-After response header field with an appropriate value</t>
  <t>504 Gateway Timeout: if the backend request to the Key Infrastructure timed out</t>
</list></t>

<t>Note that while BRSKI-PRM targets the initial enrollment, re-enrollment may be supported in a similar way with the exception that the current, potentially application-related pledge EE certificate is used instead of the IDevID certificate to sign the PER artifact (see also <xref target="tper"/>).
Hence, there is no verification whether the pledge is accepted to join the domain, as the still valid EE certificate signed by the domain owner identifies the pledge as already accepted component of the domain.</t>

<section anchor="request-artifact-pledge-enroll-request-per"><name>Request Artifact: Pledge Enroll-Request (PER)</name>

<t>Identical to the PER artifact defined in <xref target="per_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify PERs received from pledges.</t>

</section>
<section anchor="er_artifact"><name>Response Artifact: Registrar Enroll-Response (Enroll-Resp)</name>

<t>The Enroll-Response (Enroll-Resp) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the domain owner, containing a pledge EE certificate.</t>

<t>For this specification, the Enroll-Resp artifact <bcp14>MUST</bcp14> be a certs-only CMC Simple PKI Response (PKCS#7) as defined in <xref section="4.1" sectionFormat="of" target="RFC5272"/> (following EST <xref target="RFC7030"/>).
Note that it only contains the pledge EE certificate, but not the certificate chain.
The chain is provided with the CA certificates.</t>

</section>
</section>
<section anchor="obtain_cacerts"><name>Obtain CA Certificates</name>

<t>The pinned domain certificate in the voucher is only the initial trust anchor for only the domain registrar.
To fully trust the domain and also to verify its own EE certificate, the pledge also needs the corresponding domain CA certificate(s).
A bag of CA certificates signed by the registrar will allow the pledge to verify the authorization to install the received CA certificate(s) through the pinned domain certificate in the voucher.</t>

<t>Note that this is a deviation from EST <xref target="RFC7030"/> used in BRSKI <xref target="RFC8995"/>.</t>

<t>The Registrar-Agent obtains this artifact within the same TLS session.
In case the TLS session to the registrar is already closed, the Registrar-Agent establishes a new session as described in <xref target="pvr"/>.
The CA certificates do not need to be correlated to a specific voucher or Enroll-Response; they only need to be fresh.</t>

<t><xref target="exchangesfig_uc2_5"/> shows the acquisition of the CA certificate(s) and the following subsections describe the corresponding artifact.</t>

<figure title="CA certificates retrieval exchange" anchor="exchangesfig_uc2_5"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="240" width="576" viewBox="0 0 576 240" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,208" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,208" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,208" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,208" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,208" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 176,176 L 216,176" fill="none" stroke="black"/>
<path d="M 256,176 L 304,176" fill="none" stroke="black"/>
<path d="M 176,192 L 208,192" fill="none" stroke="black"/>
<path d="M 272,192 L 304,192" fill="none" stroke="black"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(0,304,176)"/>
<polygon class="arrowhead" points="184,192 172,186.4 172,197.6" fill="black" transform="rotate(180,176,192)"/>
<polygon class="arrowhead" points="184,176 172,170.4 172,181.6" fill="black" transform="rotate(180,176,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(5)</text>
<text x="60" y="132">Obtain</text>
<text x="100" y="132">CA</text>
<text x="164" y="132">Certificates</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="236" y="180">mTLS</text>
<text x="240" y="196">caCerts</text>
<text x="16" y="228">~</text>
<text x="168" y="228">~</text>
<text x="312" y="228">~</text>
<text x="456" y="228">~</text>
<text x="560" y="228">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(5) Obtain CA Certificates
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<----(mTLS)----->|                 |            |
 |                  |<----caCerts-----|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>As a third step of the interaction with the domain registrar, the Registrar-Agent <bcp14>SHALL</bcp14> obtain the CA-Certificates artifact from the registrar via HTTP-over-TLS GET to the registrar endpoint at <spanx style="verb">/.well-known/brski/wrappedcacerts</spanx>.
In the request header, the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon receiving a GET request at <spanx style="verb">/.well-known/brski/wrappedcacerts</spanx>, the domain registrar <bcp14>MUST</bcp14> reply with the CA-Certificates artifact as defined in <xref target="cacerts_artifact"/> in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<section anchor="request-no-artifact"><name>Request (no artifact)</name>

<t>In this exchange, the request is a result of the HTTP(S) default transport for this specification.
There is no artifact provided to the registrar.</t>

</section>
<section anchor="cacerts_artifact"><name>Response Artifact: CA-Certificates (caCerts)</name>

<t>The CA-Certificates (caCerts) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the registrar, containing the domain trust anchors and the certificate chain for the pledge domain EE certificate, i.e., the root CA certificate(s) and possibly intermediate certificate(s) as described in <xref section="4.1.3" sectionFormat="of" target="RFC7030"/>.</t>

<t>For the JWS-signed JSON format used by this specification, the caCerts artifact <bcp14>MUST</bcp14> use the "General JWS JSON Serialization Syntax" defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/>, which <bcp14>MUST</bcp14> contain the JSON CA Data defined in <xref target="cacerts_data"/> in the JWS Payload.</t>

<t><xref target="cacerts_representation"/> summarizes the serialization of the JWS-signed JSON caCerts artifact:</t>

<figure title="Voucher' Representation in General JWS JSON Serialization Syntax" anchor="cacerts_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON CA Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON CA Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="cacerts_data"><name>JSON CA Data</name>

<t>The JSON CA Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the CDDL <xref target="RFC8610"/> data model defined in <xref target="cacerts_CDDL_def"/>:</t>

<figure title="CDDL for JSON CA Data (cacerts)" anchor="cacerts_CDDL_def"><artwork type="cddl" align="left"><![CDATA[
cacerts = {
        "x5bag": bytes / [+ bytes]
}
]]></artwork></figure>

<t>The <spanx style="verb">x5bag</spanx> member <bcp14>MUST</bcp14> follow the definition of the <spanx style="verb">x5bag</spanx> COSE Header Parameter in <xref section="2" sectionFormat="of" target="RFC9360"/>.
It is either a single X.509 v3 certificate or an array of at least two X.509 v3 certificates in DER format.
For JSON syntax, the octet-based certificates <bcp14>MUST</bcp14> be base64-encoded.
It <bcp14>SHALL</bcp14> contain one or more domain CA (root or issuing) certificates.</t>

<t>Note that as per <xref target="RFC8995"/>, the domain registrar acts as EST server, and hence is expected to possess the CA certificates applicable for the domain and can thus deliver them to the pledge (see <xref target="registrar_component"/>).</t>

<t><xref target="cacerts_data_example"/> below shows an example for the JSON CA Data:</t>

<figure title="JSON CA Data Example" anchor="cacerts_data_example"><artwork align="left"><![CDATA[
{
  "x5bag": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ]
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-4"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the caCerts artifact <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded registrar EE certificate used to sign the caCerts artifact as well as the certificate chain up to (but not including) the pinned domain certificate</t>
</list></t>

<t><xref target="cacerts_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example within PER" anchor="cacerts_header"><artwork align="left"><![CDATA[
{
  "alg": "ES256",
  "x5c": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ]
}
]]></artwork></figure>

</section>
<section anchor="jws-signature-4"><name>JWS Signature</name>

<t>The registrar <bcp14>MUST</bcp14> sign the caCerts artifact using its EE credentials.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

</section>
</section>
</section>
<section anchor="voucher"><name>Supply Voucher to Pledge</name>

<t>Once the Registrar-Agent has acquired the following three bootstrapping artifacts, it can supply them to the pledge starting with the Voucher':</t>

<t><list style="symbols">
  <t>Voucher': voucher countersigned by the registrar (from MASA via Registrar)</t>
  <t>Enroll-Resp: pledge EE certificate signed by the domain owner (from Key Infrastructure via registrar)</t>
  <t>caCerts: domain trust anchors (from Key Infrastructure via Registrar)</t>
</list></t>

<t>Reconnecting to the pledge might require to re-discover the pledge as described in <xref target="discovery_uc2_ppa"/>.
The Registrar-Agent <bcp14>MAY</bcp14> stored information from the first connection with the pledge to optimize.</t>

<t>Optionally, TLS <bcp14>MAY</bcp14> be used to provide privacy for this exchange between the Registrar-Agent and the pledge (see <xref target="pledgehttps"/>).</t>

<t><xref target="exchangesfig_uc2_6"/> shows the provisioning of the voucher to the pledge and the following subsections describe the corresponding artifacts.</t>

<figure title="Voucher exchange" anchor="exchangesfig_uc2_6"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="576" viewBox="0 0 576 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,224" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,224" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,224" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,224" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,224" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,176 L 56,176" fill="none" stroke="black"/>
<path d="M 128,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,192 L 64,192" fill="none" stroke="black"/>
<path d="M 136,192 L 160,192" fill="none" stroke="black"/>
<path d="M 24,208 L 64,208" fill="none" stroke="black"/>
<path d="M 128,208 L 160,208" fill="none" stroke="black"/>
<polygon class="arrowhead" points="168,208 156,202.4 156,213.6" fill="black" transform="rotate(0,160,208)"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,192 20,186.4 20,197.6" fill="black" transform="rotate(180,24,192)"/>
<polygon class="arrowhead" points="32,176 20,170.4 20,181.6" fill="black" transform="rotate(180,24,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(6)</text>
<text x="60" y="132">Supply</text>
<text x="120" y="132">Voucher</text>
<text x="164" y="132">to</text>
<text x="204" y="132">Pledge</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="76" y="180">opt.</text>
<text x="112" y="180">TLS</text>
<text x="100" y="196">Voucher'</text>
<text x="96" y="212">vStatus</text>
<text x="16" y="244">~</text>
<text x="168" y="244">~</text>
<text x="312" y="244">~</text>
<text x="456" y="244">~</text>
<text x="560" y="244">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(6) Supply Voucher to Pledge
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<-----Voucher''---|                 |                 |            |
 |------vStatus---->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> supply the voucher to the pledge via HTTP(S) POST to the pledge endpoint at <spanx style="verb">/.well-known/brski/svr</spanx>.
The request body <bcp14>MUST</bcp14> contain the Registrar-Countersigned Voucher (Voucher') artifact previously acquired from the domain registrar as defined in <xref target="rcv_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/voucher-jws+json</spanx> as defined in <xref target="I-D.ietf-anima-jws-voucher"></xref> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon receiving the voucher, the pledge <bcp14>SHALL</bcp14> perform the signature verification in the following order:</t>

<t><list style="numbers" type="1">
  <t>Verify the MASA signature as described in <xref section="5.6.1" sectionFormat="of" target="RFC8995"/> against the pre-installed manufacturer trust anchor (e.g., IDevID).</t>
  <t>Provisionally install the initial domain trust anchor contained in the <spanx style="verb">pinned-domain-cert</spanx> field of the voucher.</t>
  <t>Validate the registrar EE certificate received in the <spanx style="verb">agent-provided-proximity-registrar-cert</spanx> field of the previously received tPVR artifact using the pinned domain certificate;
this terminates the "provisional state" for the object security within the authenticated self-contained objects that in BRSKI-PRM replace the direct TLS connection to the registrar in BRSKI <xref target="RFC8995"/> (see <xref target="agt_prx"/>).</t>
  <t>Verify registrar signature of the Voucher' artifact similar as described in <xref section="5.6.1" sectionFormat="of" target="RFC8995"/>, but use the pinned domain certificate instead of the MASA certificate for the verification.</t>
</list></t>

<t>If all steps above complete successfully, the pledge <bcp14>SHALL</bcp14> terminate the "provisional state" for the initial domain trust anchor (i.e., the pinned domain certificate).</t>

<t>A nonceless voucher <bcp14>MAY</bcp14> be accepted as in <xref target="RFC8995"/> if allowed by the pledge implementation of the manufacturer.</t>

<t>After voucher validation and verification, the pledge needs to reply with a status telemetry message as defined in <xref section="5.7" sectionFormat="of" target="RFC8995"/>.
The pledge <bcp14>MUST</bcp14> generate the Voucher Status (vStatus) artifact as defined in <xref target="vstatus_artifact"/> and <bcp14>MUST</bcp14> provide it to the Registrar-Agent in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>If the pledge is unable to validate or verify the voucher, it <bcp14>MUST</bcp14> report the reason in the corresponding field of the Voucher Status.</t>

<t>If the pledge did not did not provide voucher status telemetry information after processing the voucher, the Registrar-Agent <bcp14>MAY</bcp14> query the pledge status explicitly as described in <xref target="query"/>.
It <bcp14>MAY</bcp14> resend the voucher depending on the Pledge status following the same procedure.</t>

<section anchor="request-artifact-registrar-countersigned-voucher"><name>Request Artifact: Registrar-Countersigned Voucher</name>

<t>Identical to the Registrar-Countersigned Voucher (Voucher') artifact received from the registrar as defined in <xref target="rcv_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify countersigned vouchers.</t>

</section>
<section anchor="vstatus_artifact"><name>Response Artifact: Voucher Status (vStatus)</name>

<t>The Voucher Status (vStatus) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the pledge, containing status telemetry as defined in <xref section="5.7" sectionFormat="of" target="RFC8995"/>.</t>

<t>For the JWS-signed JSON format used by this specification, the vStatus artifact <bcp14>MUST</bcp14> use the "General JWS JSON Serialization Syntax" defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/>, which <bcp14>MUST</bcp14> contain the JSON Voucher Status Data defined in <xref target="vstatus_data"/> in the JWS Payload.
<xref target="vstatus_representation"/> summarizes the serialization of the JWS-signed JSON vStatus artifact:</t>

<figure title="vStatus Representation in General JWS JSON Serialization Syntax" anchor="vstatus_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON Voucher Status Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON Status Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="vstatus_data"><name>JSON Voucher Status Data</name>

<t>The JSON Status Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the <spanx style="verb">voucherstatus-post</spanx> CDDL <xref target="RFC8610"/> data model defined in <xref section="5.7" sectionFormat="of" target="RFC8995"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">version</spanx>: contains a version number for the format and semantics of the other fields;
this specification assumes version <spanx style="verb">1</spanx> just like BRSKI <xref target="RFC8995"/></t>
  <t><spanx style="verb">status</spanx>: contains the boolean value <spanx style="verb">true</spanx> in case of success and <spanx style="verb">false</spanx> in case of failure</t>
  <t><spanx style="verb">reason</spanx>: contains a human-readable message;
<bcp14>SHOULD NOT</bcp14> provide information beneficial to an attacker</t>
  <t><spanx style="verb">reason-context</spanx>: contains a JSON object that provides additional information specific to a failure;
in contrast to <xref section="5.7" sectionFormat="of" target="RFC8995"/>, <bcp14>MUST</bcp14> be provided;
<bcp14>SHOULD NOT</bcp14> provide information beneficial to an attacker</t>
</list></t>

<t>BRSKI-PRM implementations utilize the <spanx style="verb">reason-context</spanx> field to provide a distinguishable token, which enables the registrar to detect status artifacts provided to the wrong endpoint.
For vStatus artifacts, the JSON object in the <spanx style="verb">reason-context</spanx> field <bcp14>MUST</bcp14> contain the member <spanx style="verb">pvs-details</spanx>.</t>

<t><xref target="vstatus_data_example_success"/> below shows an example for the JSON Voucher Status Data in case of success and <xref target="vstatus_data_example_error"/> in case of failure:</t>

<figure title="JSON Voucher Status Data Success Example" anchor="vstatus_data_example_success"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "status": true,
  "reason": "Voucher successfully processed.",
  "reason-context": {
    "pvs-details": "Current date 5/23/2024"
  }
}
]]></artwork></figure>

<figure title="JSON Voucher Status Data Failure Example" anchor="vstatus_data_example_error"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "status": false,
  "reason": "Failed to authenticate MASA certificate.",
  "reason-context": {
    "pvs-details": "Current date 1/1/1970 < valid from 1/1/2023"
  }
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-5"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the vStatus artifact <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded pledge IDevID certificate used to sign the vStatus artifact;
it <bcp14>SHOULD</bcp14> also contain the certificate chain for this certificate;
if the certificate chain is not included in the <spanx style="verb">x5c</spanx> Header Parameter, it <bcp14>MUST</bcp14> be available at the domain registrar for verification</t>
</list></t>

<t><xref target="vstatus_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example within vStatus" anchor="vstatus_header"><artwork type="json" align="left"><![CDATA[
{
  "alg": "ES256",
  "x5c": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ]
}
]]></artwork></figure>

</section>
<section anchor="jws-signature-5"><name>JWS Signature</name>

<t>The plege <bcp14>MUST</bcp14> sign the vStatus artifact using its IDevID credential.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

</section>
</section>
</section>
<section anchor="cacerts"><name>Supply CA Certificates to Pledge</name>

<t>Before supplying the pledge EE certificate, the Registrar-Agent supplies the domain CA certificates to the pledge, so the pledge can verify its EE certficate in the next exchange.
As the CA certificate provisioning is crucial from a security perspective, this exchange <bcp14>SHOULD</bcp14> only be done, if supplying the voucher in the previous exchange (<xref target="voucher"/>) has been successfully processed by pledge as reflected in the vStatus artifact.</t>

<t>Optionally, TLS <bcp14>MAY</bcp14> be used to provide privacy for this exchange between the Registrar-Agent and the pledge (see <xref target="pledgehttps"/>).</t>

<t><xref target="exchangesfig_uc2_7"/> shows the provisioning of the CA certificates to the pledge and the following subsections describe the corresponding artifacts.</t>

<figure title="Certificate provisioning exchange" anchor="exchangesfig_uc2_7"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="240" width="576" viewBox="0 0 576 240" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,208" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,208" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,208" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,208" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,208" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,176 L 56,176" fill="none" stroke="black"/>
<path d="M 128,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,192 L 64,192" fill="none" stroke="black"/>
<path d="M 128,192 L 160,192" fill="none" stroke="black"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,192 20,186.4 20,197.6" fill="black" transform="rotate(180,24,192)"/>
<polygon class="arrowhead" points="32,176 20,170.4 20,181.6" fill="black" transform="rotate(180,24,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(7)</text>
<text x="60" y="132">Supply</text>
<text x="100" y="132">CA</text>
<text x="164" y="132">Certificates</text>
<text x="228" y="132">to</text>
<text x="268" y="132">Pledge</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="76" y="180">opt.</text>
<text x="112" y="180">TLS</text>
<text x="96" y="196">caCerts</text>
<text x="16" y="228">~</text>
<text x="168" y="228">~</text>
<text x="312" y="228">~</text>
<text x="456" y="228">~</text>
<text x="560" y="228">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(7) Supply CA Certificates to Pledge
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<-----caCerts-----|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> provide the bag of CA certificates requested from and signed by the registrar to the pledge by HTTP(S) POST to the pledge endpoint at <spanx style="verb">/.well-known/brski/scac</spanx>.
The request body <bcp14>MUST</bcp14> contain the caCerts artifact as defined in <xref target="cacerts_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon receiving valid caCerts artifact, the pledge <bcp14>MUST</bcp14> first verify the signature of the registrar using the initial trust anchor (pinned domain certificate).
In the case of success, the pledge <bcp14>MUST</bcp14> install the contained CA certificates as trust anchors as described in <xref section="4.1.3" sectionFormat="of" target="RFC7030"/>.
This includes the verification of all intermediate CA certificates (i.e., not self-signed CA certificates).</t>

<t>If the pledge is unable to process the caCerts, it <bcp14>SHOULD</bcp14> respond with an HTTP error status code to the Registrar-Agent.
The following client error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>400 Bad Request: if the pledge detects an error in the format of the request</t>
  <t>401 Unauthorized: if the signature of the registrar cannot be verified against the installed initial trust anchor (pinned domain certificate)</t>
  <t>403 Forbidden: if one of the intermediate CA certificates cannot be verified against the available trust anchors (e.g., self-signed CA certificates)</t>
  <t>415 Unsupported Media Type: if the Content-Type request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/jose+json</spanx></t>
</list></t>

<t>Otherwise, if processing completes successfully, the pledge <bcp14>SHOULD</bcp14> reply with HTTP 200 OK without a response body.
The pledge <bcp14>MAY</bcp14> use the response body to signal success/failure details to the service technician operating the Registrar-Agent.</t>

<section anchor="request-artifact-ca-certificates-cacerts"><name>Request Artifact: CA-Certificates (caCerts)</name>

<t>Identical to the CA-Certificates (caCerts) artifact received from the registrar as defined in <xref target="cacerts_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify CA-Certificates artifacts.</t>

</section>
<section anchor="response-no-artifact"><name>Response (no artifact)</name>

<t>In this exchange, the response is a result of the HTTP(S) default transport for this specification.
There is no artifact provided to the Registrar-Agent.</t>

</section>
</section>
<section anchor="enroll_response"><name>Supply Enroll-Response to Pledge</name>

<t>After supplying the CA certificates, the Registrar-Agent supplies the pledge EE certificate to the pledge.</t>

<t>Optionally, TLS <bcp14>MAY</bcp14> be used to provide privacy for this exchange between the Registrar-Agent and the pledge (see <xref target="pledgehttps"/>).</t>

<t><xref target="exchangesfig_uc2_8"/> shows the provisioning of the domain-owner signed EE certificate to the pledge and the following subsections describe the corresponding artifacts.</t>

<figure title="Enroll-Response exchange" anchor="exchangesfig_uc2_8"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="576" viewBox="0 0 576 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,224" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,224" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,224" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,224" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,224" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,176 L 56,176" fill="none" stroke="black"/>
<path d="M 128,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,192 L 48,192" fill="none" stroke="black"/>
<path d="M 144,192 L 160,192" fill="none" stroke="black"/>
<path d="M 24,208 L 56,208" fill="none" stroke="black"/>
<path d="M 120,208 L 160,208" fill="none" stroke="black"/>
<polygon class="arrowhead" points="168,208 156,202.4 156,213.6" fill="black" transform="rotate(0,160,208)"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,192 20,186.4 20,197.6" fill="black" transform="rotate(180,24,192)"/>
<polygon class="arrowhead" points="32,176 20,170.4 20,181.6" fill="black" transform="rotate(180,24,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(8)</text>
<text x="60" y="132">Supply</text>
<text x="152" y="132">Enroll-Response</text>
<text x="228" y="132">to</text>
<text x="268" y="132">Pledge</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="76" y="180">opt.</text>
<text x="112" y="180">TLS</text>
<text x="96" y="196">Enroll-Resp</text>
<text x="88" y="212">eStatus</text>
<text x="16" y="244">~</text>
<text x="168" y="244">~</text>
<text x="312" y="244">~</text>
<text x="456" y="244">~</text>
<text x="560" y="244">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(8) Supply Enroll-Response to Pledge
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<---Enroll-Resp---|                 |                 |            |
 |-----eStatus----->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> send the domain-owner signed EE certificate to the pledge by HTTP(S) POST to the pledge endpoint at <spanx style="verb">/.well-known/brski/ser</spanx>.
The request body <bcp14>MUST</bcp14> contain the Enroll-Response (Enroll-Resp) artifact previously acquired from the domain registrar as defined in <xref target="er_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/pkcs7-mime</spanx> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon reception, the pledge <bcp14>SHALL</bcp14> verify the received EE certificate using the installed trust anchors.
After Enroll-Resp validation and verification, the pledge needs to reply with a status telemetry message as defined in <xref section="5.9.4" sectionFormat="of" target="RFC8995"/>.
The pledge <bcp14>MUST</bcp14> generate the Enroll Status (eStatus) artifact as defined in <xref target="estatus_artifact"/> and <bcp14>MUST</bcp14> provide it to the Registrar-Agent in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>If the pledge is unable to validate or verify the Enroll-Response, it <bcp14>MUST</bcp14> report the reason in the corresponding field of the Enroll Status.</t>

<section anchor="request-artifact-enroll-response-enroll-resp"><name>Request Artifact: Enroll-Response (Enroll-Resp)</name>

<t>Identical to the Enroll-Response (Enroll-Resp) artifact received from the registrar as defined in <xref target="er_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify Enroll-Response artifacts.</t>

</section>
<section anchor="estatus_artifact"><name>Response Artifact: Enroll Status (eStatus)</name>

<t>The Enroll Status (eStatus) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the pledge, containing status telemetry as defined in <xref section="5.9.4" sectionFormat="of" target="RFC8995"/>.</t>

<t>For the JWS-signed JSON format used by this specification, the eStatus artifact <bcp14>MUST</bcp14> use the "General JWS JSON Serialization Syntax" defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/>, which <bcp14>MUST</bcp14> contain the JSON Enroll Status Data defined in <xref target="estatus_data"/> in the JWS Payload.
<xref target="estatus_representation"/> summarizes the serialization of the JWS-signed JSON eStatus artifact:</t>

<figure title="eStatus Representation in General JWS JSON Serialization Syntax" anchor="estatus_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON Enroll Status Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON Enroll Status Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="estatus_data"><name>JSON Enroll Status Data</name>

<t>The JSON Status Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the <spanx style="verb">enrollstatus-post</spanx> CDDL <xref target="RFC8610"/> data model defined in <xref section="5.9.4" sectionFormat="of" target="RFC8995"/>.
The members are the same as for the JSON Voucher Status Data and follow the same definitions as given in <xref target="vstatus_data"/> (incl. making <spanx style="verb">reason-context</spanx> mandatory).</t>

<t>BRSKI-PRM implementations again utilize the <spanx style="verb">reason-context</spanx> field to provide a distinguishable token.
For eStatus artifacts, the JSON object in the <spanx style="verb">reason-context</spanx> field <bcp14>MUST</bcp14> contain the member <spanx style="verb">pes-details</spanx>.</t>

<t><xref target="estatus_data_example_success"/> below shows an example for the JSON Enroll Status Data in case of success and <xref target="estatus_data_example_error"/> in case of failure:</t>

<figure title="JSON Enroll Status Data Success Example" anchor="estatus_data_example_success"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "status": true,
  "reason": "Enroll-Response successfully processed.",
  "reason-context": {
    "pes-details": "Success"
  }
}
]]></artwork></figure>

<figure title="JSON Enroll Status Data Failure Example" anchor="estatus_data_example_error"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "status": false,
  "reason": "Enroll-Response could not be verified.",
  "reason-context": {
    "pes-details": "No matching trust anchor"
  }
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-6"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the eStatus artifact <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded pledge EE certificate used to sign the eStatus artifact;
it <bcp14>SHOULD</bcp14> also contain the certificate chain for this certificate;
if the certificate chain is not included in the <spanx style="verb">x5c</spanx> Header Parameter, it <bcp14>MUST</bcp14> be available at the domain registrar for verification</t>
</list></t>

<t><xref target="estatus_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example within eStatus" anchor="estatus_header"><artwork type="json" align="left"><![CDATA[
{
  "alg": "ES256",
  "x5c": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ]
}
]]></artwork></figure>

</section>
<section anchor="jws-signature-6"><name>JWS Signature</name>

<t>If the pledge verified the received EE certificate successfully, it <bcp14>MUST</bcp14> sign the eStatus artifact using its new EE credentials.
In failure case, the pledge <bcp14>MUST</bcp14> sign it using its IDevID credentials.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

</section>
</section>
</section>
<section anchor="vstatus"><name>Voucher Status Telemetry (including MASA interaction)</name>

<t>Once the Registrar-Agent has collected both status artifacts from one or more pledges, it <bcp14>SHALL</bcp14> provide the status information to the domain registrar for further processing, beginning with the voucher status telemetry.</t>

<t>In case the TLS session to the registrar is closed, the Registrar-Agent establishes a new session as described in <xref target="pvr"/>.</t>

<t><xref target="exchangesfig_uc2_9"/> shows the provisioning of the voucher status information from the pledge(s) to the registrar and the following subsections describe the corresponding artifact and MASA interaction.</t>

<figure title="Voucher Status telemetry exchange" anchor="exchangesfig_uc2_9"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="576" viewBox="0 0 576 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,288" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,288" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,256" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,200" fill="none" stroke="black"/>
<path d="M 456,256 L 456,288" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,288" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 176,176 L 216,176" fill="none" stroke="black"/>
<path d="M 256,176 L 304,176" fill="none" stroke="black"/>
<path d="M 176,192 L 208,192" fill="none" stroke="black"/>
<path d="M 272,192 L 304,192" fill="none" stroke="black"/>
<path d="M 320,208 L 416,208" fill="none" stroke="black"/>
<path d="M 456,208 L 552,208" fill="none" stroke="black"/>
<path d="M 320,224 L 352,224" fill="none" stroke="black"/>
<path d="M 520,224 L 552,224" fill="none" stroke="black"/>
<path d="M 320,240 L 368,240" fill="none" stroke="black"/>
<path d="M 504,240 L 552,240" fill="none" stroke="black"/>
<polygon class="arrowhead" points="560,224 548,218.4 548,229.6" fill="black" transform="rotate(0,552,224)"/>
<polygon class="arrowhead" points="560,208 548,202.4 548,213.6" fill="black" transform="rotate(0,552,208)"/>
<polygon class="arrowhead" points="328,240 316,234.4 316,245.6" fill="black" transform="rotate(180,320,240)"/>
<polygon class="arrowhead" points="328,208 316,202.4 316,213.6" fill="black" transform="rotate(180,320,208)"/>
<polygon class="arrowhead" points="312,192 300,186.4 300,197.6" fill="black" transform="rotate(0,304,192)"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(0,304,176)"/>
<polygon class="arrowhead" points="184,176 172,170.4 172,181.6" fill="black" transform="rotate(180,176,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="16" y="132">(9)</text>
<text x="64" y="132">Voucher</text>
<text x="124" y="132">Status</text>
<text x="192" y="132">Telemetry</text>
<text x="276" y="132">(including</text>
<text x="352" y="132">backend</text>
<text x="436" y="132">interaction)</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="236" y="180">mTLS</text>
<text x="240" y="196">vStatus</text>
<text x="436" y="212">mTLS</text>
<text x="368" y="228">req</text>
<text x="412" y="228">device</text>
<text x="480" y="228">audit-log</text>
<text x="396" y="244">device</text>
<text x="464" y="244">audit-log</text>
<text x="264" y="276">[verify</text>
<text x="340" y="276">audit-log]</text>
<text x="312" y="292">|</text>
<text x="16" y="308">~</text>
<text x="168" y="308">~</text>
<text x="312" y="308">~</text>
<text x="456" y="308">~</text>
<text x="560" y="308">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(9) Voucher Status Telemetry (including backend interaction)
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<---((mTLS))---->|                 |            |
 |                  |-----vStatus---->|                 |            |
 |                  |                 |<----------((mTLS))---------->|
 |                  |                 |-----req device audit-log---->|
 |                  |                 |<------device audit-log-------|
 |                  |                 |                 |            |
 |                  |        [verify audit-log]         |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>First, the Registrar-Agent <bcp14>SHALL</bcp14> supply the voucher status telemetry to the registrar via HTTP-over-TLS POST to the registrar endpoint at <spanx style="verb">/.well-known/brski/voucher_status</spanx>.
The request body <bcp14>MUST</bcp14> contain one previously acquired vStatus artifact as defined in <xref target="vstatus_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon receiving a vStatus artifact, the registrar <bcp14>MUST</bcp14> process it as described in <xref section="5.7" sectionFormat="of" target="RFC8995"/>.
Due to the Registrar-Agent in the middle, the registrar <bcp14>MUST</bcp14> in addition verify the signature of the vStatus and that it belongs to an accepted device of the domain based on the <spanx style="verb">serial-number</spanx> field of the IDevID certificate contained in the JWS Protected Header of the vStatus.</t>

<t>According to <xref section="5.7" sectionFormat="of" target="RFC8995"/>, the registrar <bcp14>SHOULD</bcp14> respond with an HTTP 200 OK without a response body in the success case or fail with an HTTP error status code.
The registrar <bcp14>MAY</bcp14> use the response body to signal success/failure details to the service technician operating the Registrar-Agent.</t>

<t>The registrar <bcp14>SHOULD</bcp14> proceed with the audit-log request to the MASA as in BRSKI described in <xref section="5.8" sectionFormat="of" target="RFC8995"/>.</t>

<section anchor="request-artifact-voucher-status-vstatus"><name>Request Artifact: Voucher Status (vStatus)</name>

<t>Identical to the Voucher Status (vStatus) artifact received from the pledge as defined in <xref target="vstatus_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify vStatus artifacts.</t>

</section>
<section anchor="response-no-artifact-1"><name>Response (no artifact)</name>

<t>In this exchange, the response is a result of the HTTP(S) default transport for this specification.
There is no artifact provided to the Registrar-Agent.</t>

</section>
</section>
<section anchor="estatus"><name>Enroll Status Telemetry</name>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> complete the sequence of exchanges for bootstrapping with providing the enroll status telemetry to the domain registrar.
This status indicates whether the pledge could process the Enroll-Response (pledge EE certificate signed by the domain owner) and holds the corresponding private key.</t>

<t>In case the TLS session to the registrar is already closed, the Registrar-Agent establishes a new session as described in <xref target="pvr"/>.</t>

<t><xref target="exchangesfig_uc2_10"/> shows the provisioning of the enroll status information from the pledge(s) to the registrar and the following subsections describe the corresponding artifact.</t>

<figure title="Enroll Status telemetry exchange" anchor="exchangesfig_uc2_10"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="240" width="576" viewBox="0 0 576 240" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,208" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,208" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,208" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,208" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,208" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 176,176 L 216,176" fill="none" stroke="black"/>
<path d="M 256,176 L 304,176" fill="none" stroke="black"/>
<path d="M 176,192 L 208,192" fill="none" stroke="black"/>
<path d="M 272,192 L 304,192" fill="none" stroke="black"/>
<polygon class="arrowhead" points="312,192 300,186.4 300,197.6" fill="black" transform="rotate(0,304,192)"/>
<polygon class="arrowhead" points="312,176 300,170.4 300,181.6" fill="black" transform="rotate(0,304,176)"/>
<polygon class="arrowhead" points="184,176 172,170.4 172,181.6" fill="black" transform="rotate(180,176,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="20" y="132">(10)</text>
<text x="68" y="132">Enroll</text>
<text x="124" y="132">Status</text>
<text x="192" y="132">Telemetry</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="236" y="180">mTLS</text>
<text x="240" y="196">eStatus</text>
<text x="16" y="228">~</text>
<text x="168" y="228">~</text>
<text x="312" y="228">~</text>
<text x="456" y="228">~</text>
<text x="560" y="228">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(10) Enroll Status Telemetry
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |                  |<---((mTLS))---->|                 |            |
 |                  |-----eStatus---->|                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>Second, the Registrar-Agent <bcp14>SHALL</bcp14> supply the enroll status telemetry to the registrar via HTTP-over-TLS POST to the registrar endpoint at <spanx style="verb">/.well-known/brski/enrollstatus</spanx>.
The request body <bcp14>MUST</bcp14> contain one previously acquired eStatus artifact as defined in <xref target="estatus_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>Upon receiving an eStatus artifact, the registrar <bcp14>MUST</bcp14> process it as described in <xref section="5.9.4" sectionFormat="of" target="RFC8995"/>.
Due to the Registrar-Agent in the middle, instead of the BRSKI TLS session with the pledge, the registrar <bcp14>MUST</bcp14> verify the signature of the eStatus artifact and that it belongs to an accepted device of the domain based on the <spanx style="verb">serial-number</spanx> field of the EE certificate contained in the JWS Protected Header of the eStatus.
Note that if the Enroll Status indicates success, the eStatus artifact is signed with the new pledge EE credentials;
if it indicates failure, the pledge was unable to process the supplied EE certificate and therefore signed with its IDevID credentials.</t>

<t>According to <xref section="5.9.4" sectionFormat="of" target="RFC8995"/>, the registrar <bcp14>SHOULD</bcp14> respond with an HTTP 200 OK in the success case or <bcp14>MAY</bcp14> fail with an HTTP 404 client error status code.
The registrar <bcp14>MAY</bcp14> use the response body to signal success/failure details to the service technician operating the Registrar-Agent.</t>

<t>If the eStatus indicates failure, the registrar <bcp14>MAY</bcp14> decide that for security reasons the pledge is not allowed to reside in the domain.
In this case, the registrar <bcp14>MUST</bcp14> revoke the pledge EE certificate.
An example case for the registrar revoking the issued certificate is when the pledge was not able to verify the received EE certificate and therefore did not accept it for installation.</t>

<section anchor="request-artifact-enroll-status-estatus"><name>Request Artifact: Enroll Status (eStatus)</name>

<t>Identical to the Enroll Status (eStatus) artifact received from the pledge as defined in <xref target="estatus_artifact"/>.
The Registrar-Agent <bcp14>MUST NOT</bcp14> modify eStatus artifacts.</t>

</section>
<section anchor="response-no-artifact-2"><name>Response (no artifact)</name>

<t>In this exchange, the response is a result of the HTTP(S) default transport for this specification.
There is no artifact provided to the Registrar-Agent.</t>

</section>
</section>
<section anchor="query"><name>Query Pledge Status</name>

<t>The following assumes that a Registrar-Agent <bcp14>MAY</bcp14> need to query the overall status of a pledge.
This information can be useful to solve errors, when the pledge was not able to connect to the target domain during bootstrapping.
A pledge <bcp14>MAY</bcp14> omit the dedicated endpoint for the Query Pledge Status operation (see <xref target="pledge_component"/>).</t>

<t>Optionally, TLS <bcp14>MAY</bcp14> be used to provide privacy for this exchange between the Registrar-Agent and the pledge (see <xref target="pledgehttps"/>).</t>

<t><xref target="exchangesfig_uc2_11"/> shows the query and response for the overall pledge status and the following subsections describe the corresponding artifacts.</t>

<figure title="Pledge Status exchange" anchor="exchangesfig_uc2_11"><artset><artwork  type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="576" viewBox="0 0 576 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
<path d="M 8,32 L 8,80" fill="none" stroke="black"/>
<path d="M 16,160 L 16,224" fill="none" stroke="black"/>
<path d="M 80,32 L 80,80" fill="none" stroke="black"/>
<path d="M 120,32 L 120,80" fill="none" stroke="black"/>
<path d="M 168,160 L 168,224" fill="none" stroke="black"/>
<path d="M 224,32 L 224,80" fill="none" stroke="black"/>
<path d="M 264,32 L 264,80" fill="none" stroke="black"/>
<path d="M 312,160 L 312,224" fill="none" stroke="black"/>
<path d="M 360,32 L 360,80" fill="none" stroke="black"/>
<path d="M 400,32 L 400,80" fill="none" stroke="black"/>
<path d="M 456,160 L 456,224" fill="none" stroke="black"/>
<path d="M 472,32 L 472,80" fill="none" stroke="black"/>
<path d="M 512,32 L 512,80" fill="none" stroke="black"/>
<path d="M 560,160 L 560,224" fill="none" stroke="black"/>
<path d="M 568,32 L 568,80" fill="none" stroke="black"/>
<path d="M 8,32 L 80,32" fill="none" stroke="black"/>
<path d="M 120,32 L 224,32" fill="none" stroke="black"/>
<path d="M 264,32 L 360,32" fill="none" stroke="black"/>
<path d="M 400,32 L 472,32" fill="none" stroke="black"/>
<path d="M 512,32 L 568,32" fill="none" stroke="black"/>
<path d="M 8,80 L 80,80" fill="none" stroke="black"/>
<path d="M 120,80 L 224,80" fill="none" stroke="black"/>
<path d="M 264,80 L 360,80" fill="none" stroke="black"/>
<path d="M 400,80 L 472,80" fill="none" stroke="black"/>
<path d="M 512,80 L 568,80" fill="none" stroke="black"/>
<path d="M 24,176 L 56,176" fill="none" stroke="black"/>
<path d="M 128,176 L 160,176" fill="none" stroke="black"/>
<path d="M 24,192 L 64,192" fill="none" stroke="black"/>
<path d="M 128,192 L 160,192" fill="none" stroke="black"/>
<path d="M 24,208 L 64,208" fill="none" stroke="black"/>
<path d="M 128,208 L 160,208" fill="none" stroke="black"/>
<polygon class="arrowhead" points="168,208 156,202.4 156,213.6" fill="black" transform="rotate(0,160,208)"/>
<polygon class="arrowhead" points="168,176 156,170.4 156,181.6" fill="black" transform="rotate(0,160,176)"/>
<polygon class="arrowhead" points="32,192 20,186.4 20,197.6" fill="black" transform="rotate(180,24,192)"/>
<polygon class="arrowhead" points="32,176 20,170.4 20,181.6" fill="black" transform="rotate(180,24,176)"/>
<g class="text">
<text x="44" y="52">Pledge</text>
<text x="172" y="52">Registrar-</text>
<text x="308" y="52">Domain</text>
<text x="432" y="52">Key</text>
<text x="540" y="52">MASA</text>
<text x="168" y="68">Agent</text>
<text x="312" y="68">Registrar</text>
<text x="436" y="68">Infra.</text>
<text x="16" y="100">|</text>
<text x="168" y="100">|</text>
<text x="312" y="100">|</text>
<text x="456" y="100">|</text>
<text x="516" y="100">Internet</text>
<text x="560" y="100">|</text>
<text x="16" y="116">~</text>
<text x="168" y="116">~</text>
<text x="312" y="116">~</text>
<text x="456" y="116">~</text>
<text x="560" y="116">~</text>
<text x="20" y="132">(11)</text>
<text x="64" y="132">Query</text>
<text x="116" y="132">Pledge</text>
<text x="172" y="132">Status</text>
<text x="16" y="148">~</text>
<text x="168" y="148">~</text>
<text x="312" y="148">~</text>
<text x="456" y="148">~</text>
<text x="560" y="148">~</text>
<text x="76" y="180">opt.</text>
<text x="112" y="180">TLS</text>
<text x="96" y="196">tStatus</text>
<text x="96" y="212">pStatus</text>
<text x="16" y="244">~</text>
<text x="168" y="244">~</text>
<text x="312" y="244">~</text>
<text x="456" y="244">~</text>
<text x="560" y="244">~</text>
</g>
</svg>
</artwork><artwork  type="ascii-art" align="center"><![CDATA[
+--------+    +------------+    +-----------+    +--------+    +------+
| Pledge |    | Registrar- |    |  Domain   |    |  Key   |    | MASA |
|        |    |   Agent    |    | Registrar |    | Infra. |    |      |
+--------+    +------------+    +-----------+    +--------+    +------+
 |                  |                 |                 |   Internet |
 ~                  ~                 ~                 ~            ~
(11) Query Pledge Status
 ~                  ~                 ~                 ~            ~
 |                  |                 |                 |            |
 |<----opt. TLS---->|                 |                 |            |
 |<-----tStatus-----|                 |                 |            |
 |------pStatus---->|                 |                 |            |
 |                  |                 |                 |            |
 ~                  ~                 ~                 ~            ~
]]></artwork></artset></figure>

<t>The Registrar-Agent <bcp14>SHALL</bcp14> query the pledge via HTTP(S) POST to the pledge endpoint at <spanx style="verb">/.well-known/brski/qps</spanx>.
The request body <bcp14>MUST</bcp14> contain the Status Trigger (tStatus) artifact as defined in <xref target="tstatus_artifact"/>.
In the request header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx> and the Accept field <bcp14>SHOULD</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>If the pledge implements the Query Pledge Status endpoint, it <bcp14>MUST</bcp14> first verify the signature of the tStatus artifact using its trust anchors.
If the pledge does not possess any domain trust anchor yet, it <bcp14>MAY</bcp14> skip the signature verification and choose to reply without it.
In the case of success, it <bcp14>MUST</bcp14> reply with the Pledge Status (pStatus) artifact as defined in <xref target="pstatus_artifact"/> in the body of an HTTP 200 OK response.
In the response header, the Content-Type field <bcp14>MUST</bcp14> be set to <spanx style="verb">application/jose+json</spanx>.</t>

<t>If the pledge is unable to create the pStatus artifact, the pledge <bcp14>SHOULD</bcp14> respond with an HTTP error status code to the Registrar-Agent.
The following client error status codes <bcp14>SHOULD</bcp14> be used:</t>

<t><list style="symbols">
  <t>400 Bad Request: if the pledge detects an error in the format of the request</t>
  <t>401 Unauthorized: if the signature of the Registrar-Agent cannot be verified using the installed trust anchors</t>
  <t>406 Not Acceptable: if the Accept request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/jose+json</spanx></t>
  <t>415 Unsupported Media Type: if the Content-Type request header field indicates a type that is unknown or unsupported, e.g., a type other than <spanx style="verb">application/jose+json</spanx></t>
</list></t>

<t>The pledge <bcp14>MAY</bcp14> use the response body to signal failure details to the service technician operating the Registrar-Agent.</t>

<section anchor="tstatus_artifact"><name>Request Artifact: Status Trigger (tStatus)</name>

<t>The Status Query (tStatus) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the pledge, providing status query parameters.</t>

<t>For the JWS-signed JSON format used by this specification, the tStatus artifact <bcp14>MUST</bcp14> use the "General JWS JSON Serialization Syntax" defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/>, which <bcp14>MUST</bcp14> contain the JSON Status Trigger Data defined in <xref target="tstatus_data"/> in the JWS Payload.
<xref target="tstatus_representation"/> summarizes the serialization of the JWS-signed JSON PER artifact:</t>

<figure title="tStatus Representation in General JWS JSON Serialization Syntax" anchor="tstatus_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON Status Trigger Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON Status Trigger Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="tstatus_data"><name>JSON Status Trigger Data</name>

<t>The JSON Status Trigger Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the CDDL <xref target="RFC8610"/> data model defined in <xref target="stat_req_def"/>:</t>

<figure title="CDDL for JSON Status Trigger Data (statustrigger)" anchor="stat_req_def"><artwork type="cddl" align="left"><![CDATA[
  statustrigger = {
      "version": uint,
      "serial-number": text,
      "created-on": tdate,
      "status-type": $status-type
  }

  $status-type /= "bootstrap"
  $status-type /= "operation"
]]></artwork></figure>

<t>The <spanx style="verb">version</spanx> member is included to permit significant changes to the pledge status artifacts in the future.
The format and semantics in this document follow the status telemetry definitions of <xref target="RFC8995"/>.
Hence, the <spanx style="verb">version</spanx> <bcp14>SHALL</bcp14> be set to <spanx style="verb">1</spanx>.
A pledge (or Registrar-Agent) that receives a version larger than it knows about <bcp14>SHOULD</bcp14> log the contents and alert a human.</t>

<t>The <spanx style="verb">serial-number</spanx> member <bcp14>SHALL</bcp14> contain the product-serial-number corresponding to the X520SerialNumber field of the pledge IDevID certificate;
it can be correlated with the product-serial-number in the signing certificate contained in the JWS Protected Header of the Pledge Status response artifact.</t>

<t>The <spanx style="verb">created-on</spanx> member <bcp14>SHALL</bcp14> contain the current date and time at tStatus creation as standard date/time string as defined in <xref section="5.6" sectionFormat="of" target="RFC3339"/>;
it can be used as reference time for the corresponding Pledge Status response artifact after correlating via the product-serial-number;
note that pledges may not have synchronized time to provide the created-on date and time on their own.</t>

<t>The <spanx style="verb">status-type</spanx> allows for specifying which status information is to be returned.
As shown in <xref target="stat_req_def"/>, BRSKI-PRM defines two enumeration values:</t>

<t><list style="symbols">
  <t><spanx style="verb">bootstrap</spanx> to query current status information regarding the bootstrapping status (e.g., voucher processing and enrollment of the pledge into a domain)</t>
  <t><spanx style="verb">operation</spanx> to query current status information regarding the operational status (e.g., utilization of the bootstrapped EE credentials in communication with other peers)</t>
</list></t>

<t>Other specifications using this artifact may define further enumeration values, e.g., to query application-related status.</t>

<t><xref target="stat_req_data"/> below shows an example for the JSON Status Trigger Data using the status type <spanx style="verb">bootstrap</spanx>:</t>

<figure title="JSON Status Trigger Data Example" anchor="stat_req_data"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "created-on": "2022-08-12T02:37:39.235Z",
  "serial-number": "vendor-pledge4711",
  "status-type": "bootstrap"
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-7"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the tStatus artifact <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded Registrar-Agent EE certificate used to sign the tStatus artifact as well as the certificate chain</t>
</list></t>

<t><xref target="tstatus_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example within tStatus" anchor="tstatus_header"><artwork type="json" align="left"><![CDATA[
{
  "alg": "ES256",
  "x5c": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ]
}
]]></artwork></figure>

</section>
<section anchor="jws-signature-7"><name>JWS Signature</name>

<t>The Registrar-Agent <bcp14>MUST</bcp14> sign the tStatus artifact using its EE credentials.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

</section>
</section>
<section anchor="pstatus_artifact"><name>Response Artifact: Pledge Status (pStatus)</name>

<t>The Pledge Status (pStatus) artifact <bcp14>SHALL</bcp14> be an authenticated self-contained object signed by the pledge, containing status telemetry information.
The exact content depends on the Status Trigger parameter <spanx style="verb">status-type</spanx>.</t>

<t>For the JWS-signed JSON format used by this specification, the pStatus artifact <bcp14>MUST</bcp14> use the "General JWS JSON Serialization Syntax" defined in <xref section="7.2.1" sectionFormat="of" target="RFC7515"/>, which <bcp14>MUST</bcp14> contain the JSON Pledge Status Data defined in <xref target="pstatus_data"/> in the JWS Payload.
<xref target="pstatus_representation"/> summarizes the serialization of the JWS-signed JSON PER artifact:</t>

<figure title="pStatus Representation in General JWS JSON Serialization Syntax" anchor="pstatus_representation"><artwork align="left"><![CDATA[
{
  "payload": BASE64URL(UTF8(JSON Pledge Status Data)),
  "signatures": [
    {
      "protected": BASE64URL(UTF8(JWS Protected Header)),
      "signature": BASE64URL(JWS Signature)
    }
  ]
}
]]></artwork></figure>

<t>The JSON Pledge Status Data <bcp14>MUST</bcp14> be UTF-8 encoded to become the octet-based JWS Payload defined in <xref target="RFC7515"/>.
The JWS Payload is further base64url-encoded to become the string value of the <spanx style="verb">payload</spanx> member as described in <xref section="3.2" sectionFormat="of" target="RFC7515"/>.
The octets of the UTF-8 representation of the JWS Protected Header are base64url-encoded to become the string value of the <spanx style="verb">protected</spanx> member.
The generated JWS Signature is base64url-encoded to become the string value of the <spanx style="verb">signature</spanx> member.</t>

<section anchor="pstatus_data"><name>JSON Pledge Status Data</name>

<t>The JSON Pledge Status Data <bcp14>SHALL</bcp14> be a JSON document <xref target="RFC8259"/> that <bcp14>MUST</bcp14> conform with the CDDL <xref target="RFC8610"/> data model defined in <xref target="stat_res_def"/>, which has the same members as the <spanx style="verb">voucherstatus-post</spanx> CDDL defined in <xref section="5.7" sectionFormat="of" target="RFC8995"/> and the  <spanx style="verb">enrollstatus-post</spanx> CDDL defined in <xref section="5.9.4" sectionFormat="of" target="RFC8995"/>.</t>

<figure title="CDDL for JSON Pledge Status Data (pledgestatus)" anchor="stat_res_def"><artwork type="cddl" align="left"><![CDATA[
  pledgestatus = {
    "version": uint,
    "status": bool,
    ?"reason" : text,
    "reason-context": { * $$arbitrary-map }
  }
]]></artwork></figure>

<t>The <spanx style="verb">version</spanx> member follows the definition in <xref target="tstatus_data"/> (same as in JSON Status Query Data).</t>

<t>The <spanx style="verb">reason</spanx> and <spanx style="verb">reason-context</spanx> members follow the definitions in <xref target="vstatus_data"/>, i.e., in contrast to <xref target="RFC8995"/>, <spanx style="verb">reason-context</spanx> <bcp14>MUST</bcp14> be provided.</t>

<t>The new pStatus artifact also utilizes the <spanx style="verb">reason-context</spanx> field to provide a distinguishable token.
For pStatus artifacts, the JSON object in the <spanx style="verb">reason-context</spanx> field <bcp14>MUST</bcp14> contain either the</t>

<t><list style="symbols">
  <t><spanx style="verb">pbs-details</spanx> member for status information corresponding to the status-type <spanx style="verb">bootstrap</spanx>, or the</t>
  <t><spanx style="verb">pos-details</spanx> member for status information corresponding to the status-type <spanx style="verb">operation</spanx> (see <xref target="tstatus_data"/>)</t>
</list></t>

<t>Other documents may add additional <spanx style="verb">reason-context</spanx> members correlating to other <spanx style="verb">statustrigger</spanx> status-types or to include further status information.</t>

<t>For the <spanx style="verb">pbs-details</spanx> member, the following values with the given semantics are defined, while additional information <bcp14>MAY</bcp14> be provided in the top-level <spanx style="verb">reason</spanx> member:</t>

<t><list style="symbols">
  <t><spanx style="verb">factory-default</spanx>: Pledge has not been bootstrapped.
The pledge signs the response message using its IDevID certificate/credentials.</t>
  <t><spanx style="verb">voucher-success</spanx>: Pledge processed the voucher exchange successfully.
The pledge signs the response message using its IDevID certificate/credentials.</t>
  <t><spanx style="verb">voucher-error</spanx>: Pledge voucher processing terminated with error.
Additional information may be provided in the <spanx style="verb">reason</spanx> or <spanx style="verb">reason-context</spanx> members.
The pledge signs the response message using its IDevID certificate/credentials.</t>
  <t><spanx style="verb">enroll-success</spanx>: Pledge processed the enrollment exchange successfully.
Additional information may be provided in the <spanx style="verb">reason</spanx> or <spanx style="verb">reason-context</spanx> members.
The pledge signs the response message using its domain-owner signed EE certificate/credentials.</t>
  <t><spanx style="verb">enroll-error</spanx>: Pledge enrollment-response processing terminated with error.
Additional information may be provided in the <spanx style="verb">reason</spanx> or <spanx style="verb">reason-context</spanx> members.
The pledge signs the response message using its IDevID certificate/credentials.</t>
</list></t>

<t>The <spanx style="verb">pbs-details</spanx> values <bcp14>SHALL</bcp14> be cumulative in the sense that <spanx style="verb">enroll-success</spanx> and <spanx style="verb">enroll-error</spanx> imply <spanx style="verb">voucher-success</spanx>.
<xref target="stat_example_bootstrap"/> below provides an example for bootstrap status information in the JSON Pledge Status Data:</t>

<figure title="status-bootstrap JSON Pledge Status Data Example" anchor="stat_example_bootstrap"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "status": true,
  "reason": "Pledge processed enrollment exchange successfully.",
  "reason-context": {
    "pbs-details": "Pledge processed enrollment exchange successfully."
  }
}
]]></artwork></figure>

<t>For the <spanx style="verb">pos-details</spanx> member, the following values with the given semantics are defined, while additional information <bcp14>MAY</bcp14> be provided in the top-level <spanx style="verb">reason</spanx> member:</t>

<t><list style="symbols">
  <t><spanx style="verb">connect-success</spanx>: Pledge could successfully establish a connection to another peer.
The pledge signs the response message using its domain-owner signed EE certificate/credentials.</t>
  <t><spanx style="verb">connect-error</spanx>: Pledge connection establishment terminated with error.
The pledge signs the response message using its domain-owner signed EE certificate/credentials.</t>
</list></t>

<t><xref target="stat_example_operation"/> below provides an example for operational status information in the JSON Pledge Status Data:</t>

<figure title="status-operation JSON Pledge Status Data Example" anchor="stat_example_operation"><artwork type="json" align="left"><![CDATA[
{
  "version": 1,
  "status": "connect-error",
  "reason": "TLS certificate could not be verified.",
  "reason-context": {
    "connect-error" : "Connection establishment terminated with error."
  }
}
]]></artwork></figure>

</section>
<section anchor="jws-protected-header-8"><name>JWS Protected Header</name>

<t>The JWS Protected Header of the pStatus artifact <bcp14>MUST</bcp14> contain the following standard Header Parameters as defined in <xref target="RFC7515"/>:</t>

<t><list style="symbols">
  <t><spanx style="verb">alg</spanx>: <bcp14>SHALL</bcp14> contain the algorithm type used to create the signature, e.g., <spanx style="verb">ES256</spanx>, as defined in <xref section="4.1.1" sectionFormat="of" target="RFC7515"/></t>
  <t><spanx style="verb">x5c</spanx>: <bcp14>SHALL</bcp14> contain the base64-encoded pledge EE certificate used to sign the pStatus artifact;
it <bcp14>SHOULD</bcp14> also contain the certificate chain for this certificate;
if the certificate chain is not included in the x5c Header Parameter, it <bcp14>MUST</bcp14> be available at the Registrar-Agent for verification</t>
</list></t>

<t><xref target="pstatus_header"/> below shows an example for this JWS Protected Header:</t>

<figure title="JWS Protected Header Example within pStatus" anchor="pstatus_header"><artwork type="json" align="left"><![CDATA[
{
  "alg": "ES256",
  "x5c": [
    "base64encodedvalue==",
    "base64encodedvalue=="
  ]
}
]]></artwork></figure>

</section>
<section anchor="jws-signature-8"><name>JWS Signature</name>

<t>The pledge <bcp14>MUST</bcp14> sign the tStatus artifact using its IDevID or domain-owner signed EE credentials according its bootstrapping status as defined in <xref target="pstatus_data"/>.
The JWS Signature is generated over the JWS Protected Header and the JWS Payload as described in <xref section="5.1" sectionFormat="of" target="RFC7515"/>.</t>

</section>
</section>
</section>
</section>
<section anchor="log_hints"><name>Logging Considerations</name>

<t>The registrar <bcp14>SHOULD</bcp14> log certain events to provide an audit trail for the onboarding of pledges into its domain.
This audit trail may support the root cause analysis in case of device or system failures.
The logging <bcp14>SHOULD</bcp14> include the identity of the pledge, the identity of the Registrar-Agent that was interacting with the pledge, and relevant artifact fields, in particular telemetry information:</t>

<t><list style="symbols">
  <t>PVR received from Registrar-Agent</t>
  <t>Acceptance of a pledge into the domain</t>
  <t>Voucher provided to Registrar-Agent</t>
  <t>PER received from Registrar-Agent</t>
  <t>Pledge EE certificate requested</t>
  <t>Pledge EE certificate received from Domain CA</t>
  <t>Pledge EE certificate provided to Registrar-Agent</t>
  <t>CA Certificates provided to Registrar-Agent</t>
  <t>Voucher Status received from Registrar-Agent</t>
  <t>Enroll Status received from Registrar-Agent</t>
  <t>Pledge Status received from Registrar-Agent</t>
  <t>Pledge EE certificate revoked</t>
</list></t>

<t>For log analysis the following may be considered:</t>

<t><list style="symbols">
  <t>The registrar knows which Registrar-Agent collected which PVR from the included agent-signed-data object.</t>
  <t>The registrar always knows the connecting Registrar-Agent from the TLS client authentication using the Registrar-Agent EE certificate and can log it accordingly.</t>
  <t>The telemetry information from the pledge can be correlated to the voucher through the product-serial-number in EE certificate contained in the JWS Protected Header of the status artifacts and the product-serial-number contained in the voucher. By this it can also be related to the PER.</t>
</list></t>

<t>With this, it can for instance be analyzed if multiple Registrar-Agents are involved in bootstrapping devices.
In addition, within the domain it can be analyzed, if the onboarding involved different registrar-agents or if different registrars have been used.</t>

</section>
<section anchor="iana_con"><name>IANA Considerations</name>

<t>This document requires the following IANA actions.</t>

<section anchor="brski-well-known-registry"><name>BRSKI .well-known Registry</name>

<t>IANA is requested to enhance the Registry entitled: "BRSKI Well-Known URIs" with the following endpoints:</t>

<texttable title="BRSKI Well-Known URIs Additions" anchor="iana_table_uri">
      <ttcol align='left'>Path Segment</ttcol>
      <ttcol align='left'>Description</ttcol>
      <ttcol align='left'>Reference</ttcol>
      <c>requestenroll</c>
      <c>Supply PER to registrar</c>
      <c>[THISRFC]</c>
      <c>wrappedcacerts</c>
      <c>Obtain wrapped CA certificates</c>
      <c>[THISRFC]</c>
      <c>tpvr</c>
      <c>Trigger Pledge Voucher-Request</c>
      <c>[THISRFC]</c>
      <c>tper</c>
      <c>Trigger Pledge Enroll-Request</c>
      <c>[THISRFC]</c>
      <c>svr</c>
      <c>Supply voucher to pledge</c>
      <c>[THISRFC]</c>
      <c>scac</c>
      <c>Supply CA certificates to pledge</c>
      <c>[THISRFC]</c>
      <c>ser</c>
      <c>Supply Enroll-Response to pledge</c>
      <c>[THISRFC]</c>
      <c>qps</c>
      <c>Query pledge status</c>
      <c>[THISRFC]</c>
</texttable>

</section>
<section anchor="dns-service-names"><name>DNS Service Names</name>

<t>IANA has registered the following service names:</t>

<t><strong>Service Name:</strong> brski-pledge<br />
<strong>Transport Protocol(s):</strong> tcp<br />
<strong>Assignee:</strong> IESG <eref target="mailto:iesg@ietf.org">iesg@ietf.org</eref><br />
<strong>Contact:</strong> IESG <eref target="mailto:iesg@ietf.org">iesg@ietf.org</eref><br />
<strong>Description:</strong> The Bootstrapping Remote Secure Key Infrastructure Pledge<br />
<strong>Reference:</strong> [THISRFC]</t>

</section>
</section>
<section anchor="privacy-considerations"><name>Privacy Considerations</name>

<t>In general, the privacy considerations of <xref target="RFC8995"/> apply for BRSKI-PRM also.
Further privacy aspects need to be considered for:</t>

<t><list style="symbols">
  <t>the introduction of the additional component Registrar-Agent</t>
  <t>potentially no transport layer security between Registrar-Agent and pledge</t>
</list></t>

<t><xref target="tpvr"/> describes to optional apply TLS to protect the communication between the Registrar-Agent and the pledge.
The following is therefore applicable to the communication without the TLS protection.</t>

<t>The credentials used by the Registrar-Agent to sign the data for the pledge <bcp14>SHOULD NOT</bcp14> contain any personal information.
Therefore, it is recommended to use an EE certificate associated with the commissioning device instead of an EE certificate associated with the service technician operating the device.
This avoids revealing potentially included personal information to Registrar and MASA.</t>

<t>The communication between the pledge and the Registrar-Agent is performed over plain HTTP.
Therefore, it is subject to disclosure by a Dolev-Yao attacker (an "oppressive observer")<xref target="onpath"/>.
Depending on the requests and responses, the following information is disclosed.</t>

<t><list style="symbols">
  <t>the Pledge product-serial-number is contained in the trigger message for the PVR and in all responses from the pledge.
This information reveals the identity of the devices being bootstrapped and allows deduction of which products an operator is using in their environment.
As the communication between the pledge and the Registrar-Agent may be realized over wireless link, this information could easily be eavesdropped, if the wireless network is not encrypted.
Even if the wireless network is encrypted, if it uses a network-wide key, then layer-2 attacks (ARP/ND spoofing) could insert an on-path observer into the path.</t>
  <t>the Timestamp data could reveal the activation time of the device.</t>
  <t>the Status data of the device could reveal information about the current state of the device in the domain network.</t>
</list></t>

</section>
<section anchor="sec_cons"><name>Security Considerations</name>

<t>In general, the security considerations of <xref target="RFC8995"/> apply for BRSKI-PRM also.
Further security aspects are considered here related to:</t>

<t><list style="symbols">
  <t>the introduction of the additional component Registrar-Agent</t>
  <t>the reversal of the pledge communication direction (push mode, compared to BRSKI)</t>
  <t>no transport layer security between Registrar-Agent and pledge</t>
</list></t>

<section anchor="sec_cons-dos"><name>Denial of Service (DoS) Attack on Pledge</name>

<t>Disrupting the pledge behavior by a DoS attack may prevent the bootstrapping of the pledge to a new domain.
Because in BRSKI-PRM, the pledge responds to requests from real or illicit Registrar-Agents, pledges are more subject to DoS attacks from Registrar-Agents in BRSKI-PRM than they are from illicit registrars in <xref target="RFC8995"/>, where pledges do initiate the connections.</t>

<t>A DoS attack with a faked Registrar-Agent may block the bootstrapping of the pledge due changing state on the pledge (the pledge may produce a voucher-request, and refuse to produce another one).
One mitigation may be that the pledge does not limited the number of voucher-requests it creates until at least one has finished.
An alternative may be that the onboarding state may expire after a certain time, if no further interaction has happened.</t>

<t>In addition, the pledge may assume that repeated triggering for PVR are the result of a communication error with the Registrar-Agent.
In that case the pledge <bcp14>MAY</bcp14> simply resent the PVR previously sent.
Note that in case of re-sending, a contained nonce and also the contained agent-signed-data in the PVR would consequently be reused.</t>

</section>
<section anchor="misuse-of-acquired-pvr-and-per-by-registrar-agent"><name>Misuse of acquired PVR and PER by Registrar-Agent</name>

<t>A Registrar-Agent that uses previously requested PVR and PER for domain-A, may attempt to onboard the device into domain-B.  This can be detected by the domain registrar while PVR processing.
The domain registrar needs to verify that the <spanx style="verb">proximity-registrar-cert</spanx> field in the PVR matches its own registrar EE certificate.
In addition, the domain registrar needs to verify the association of the pledge to its domain based on the product-serial-number contained in the PVR and in the pledge IDevID certificate. (This is just part of the supply chain integration).
Moreover, the domain registrar verifies if the Registrar-Agent is authorized to interact with the pledge for voucher-requests and enroll-requests, based on the Registrar-Agent EE certificate data contained in the PVR.</t>

<t>Mis-binding of a pledge by a faked domain registrar is countered as described in BRSKI security considerations <xref section="11.4" sectionFormat="of" target="RFC8995"/>.</t>

</section>
<section anchor="sec_cons_reg-agt"><name>Misuse of Registrar-Agent Credentials</name>

<t>Concerns of misuse of a Registrar-Agent with a valid Registrar-Agent EE certificate may be addressed by utilizing short-lived certificates (e.g., valid for a day) to authenticate the Registrar-Agent against the domain registrar.
The Registrar-Agent EE certificate may have been acquired by a prior BRSKI run for the Registrar-Agent, if an IDevID is available on Registrar-Agent.
Alternatively, the Registrar-Agent EE certificate may be acquired by a service technician from the domain PKI system in an authenticated way.</t>

<t>In addition it is required that the Registrar-Agent EE certificate is valid for the complete bootstrapping phase.
This avoids that a Registrar-Agent could be misused to create arbitrary "agent-signed-data" objects to perform an authorized bootstrapping of a rogue pledge at a later point in time.
In this misuse "agent-signed-data" could be dated after the validity time of the Registrar-Agent EE certificate, due to missing trusted timestamp in the Registrar-Agents signature.
To address this, the registrar <bcp14>SHOULD</bcp14> verify the certificate used to create the signature on "agent-signed-data".
Furthermore the registrar also verifies the Registrar-Agent EE certificate used in the TLS handshake with the Registrar-Agent. If both certificates are verified successfully, the Registrar-Agent's signature can be considered as valid.</t>

</section>
<section anchor="sec_cons_mDNS"><name>Misuse of DNS-SD with mDNS to obtain list of pledges</name>

<t>To discover a specific pledge a Registrar-Agent may query the Service Type in combination with the product-serial-number of a specific pledge, e.g., in the Service Instance Name or Service Subtype.
The pledge reacts on this if its product-serial-number is part of the query message.</t>

<t>If the Registrar-Agent performs DNS-based Service Discovery without a specific product-serial-number, all pledges in the domain react if the functionality is supported.
This functionality enumerates and reveals the information of devices available in the domain.
The information about this is provided here as a feature to support the commissioning of devices.
A manufacturer may decide to support this feature only for devices not possessing an LDevID or to not support this feature at all, to avoid an enumeration in an operative domain.</t>

</section>
<section anchor="yang-module-security-considerations"><name>YANG Module Security Considerations</name>

<t>The enhanced voucher-request described in <xref target="I-D.ietf-anima-rfc8366bis"/> is based on <xref target="RFC8995"/>, but uses a different encoding based on <xref target="I-D.ietf-anima-jws-voucher"/>.
The security considerations as described in <xref section="11.7" sectionFormat="of" target="RFC8995"/> (Security Considerations) apply.</t>

<t>The YANG module specified in <xref target="I-D.ietf-anima-rfc8366bis"/> defines the schema for data that is subsequently encapsulated by a JOSE signed-data Content-type as described in <xref target="I-D.ietf-anima-jws-voucher"/>.
As such, all of the YANG-modeled data is protected against modification.</t>

<t>The use of YANG to define data structures via the <xref target="RFC8971"/> "structure" statement, is relatively
new and distinct from the traditional use of YANG to define an API accessed by network management protocols such as NETCONF <xref target="RFC6241"/> and RESTCONF <xref target="RFC8040"/>.
For this reason, these guidelines do not follow the template described by <xref section="3.7" sectionFormat="of" target="RFC8407"/> (Security Considerations).</t>

</section>
</section>
<section anchor="acknowledgments"><name>Acknowledgments</name>

<t>We would like to thank the various reviewers, in particular Brian E. Carpenter, Charlie Kaufman (Early SECDIR review), Martin Björklund (Early YANGDOCTORS review), Marco Tiloca (Early IOTDIR review), Oskar Camenzind, Hendrik Brockhaus, and Ingo Wenda for their input and discussion on use cases and call flows.
Further review input was provided by Jesser Bouzid, Dominik Tacke, Christian Spindler, and Julian Krieger.
Special thanks to Esko Dijk for the in deep review and the improving proposals.
Another special thanks for the detailed Shepherad review and connected discussions to Matthias Kovatsch.
Support in PoC implementations and comments resulting from the implementation was provided by Hong Rui Li and He Peng Jia.
Review comments in the context of a formal analysis of BRSKI-PRM have been provided by Marco Calipari.</t>

</section>


  </middle>

  <back>


<references title='References' anchor="sec-combined-references">

    <references title='Normative References' anchor="sec-normative-references">



<reference anchor="RFC5272">
  <front>
    <title>Certificate Management over CMS (CMC)</title>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <author fullname="M. Myers" initials="M." surname="Myers"/>
    <date month="June" year="2008"/>
    <abstract>
      <t>This document defines the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This protocol addresses two immediate needs within the Internet Public Key Infrastructure (PKI) community:</t>
      <t>1. The need for an interface to public key certification products and services based on CMS and PKCS #10 (Public Key Cryptography Standard), and</t>
      <t>2. The need for a PKI enrollment protocol for encryption only keys due to algorithm or hardware design.</t>
      <t>CMC also requires the use of the transport document and the requirements usage document along with this document for a full definition. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5272"/>
  <seriesInfo name="DOI" value="10.17487/RFC5272"/>
</reference>

<reference anchor="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"/>
    <author fullname="S. Santesson" initials="S." surname="Santesson"/>
    <author fullname="S. Farrell" initials="S." surname="Farrell"/>
    <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
    <author fullname="R. Housley" initials="R." surname="Housley"/>
    <author fullname="W. Polk" initials="W." surname="Polk"/>
    <date month="May" year="2008"/>
    <abstract>
      <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="5280"/>
  <seriesInfo name="DOI" value="10.17487/RFC5280"/>
</reference>

<reference anchor="RFC6762">
  <front>
    <title>Multicast DNS</title>
    <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
    <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
    <date month="February" year="2013"/>
    <abstract>
      <t>As networked devices become smaller, more portable, and more ubiquitous, the ability to operate with less configured infrastructure is increasingly important. In particular, the ability to look up DNS resource record data types (including, but not limited to, host names) in the absence of a conventional managed DNS server is useful.</t>
      <t>Multicast DNS (mDNS) provides the ability to perform DNS-like operations on the local link in the absence of any conventional Unicast DNS server. In addition, Multicast DNS designates a portion of the DNS namespace to be free for local use, without the need to pay any annual fee, and without the need to set up delegations or otherwise configure a conventional DNS server to answer for those names.</t>
      <t>The primary benefits of Multicast DNS names are that (i) they require little or no administration or configuration to set them up, (ii) they work when no infrastructure is present, and (iii) they work during infrastructure failures.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6762"/>
  <seriesInfo name="DOI" value="10.17487/RFC6762"/>
</reference>

<reference anchor="RFC6763">
  <front>
    <title>DNS-Based Service Discovery</title>
    <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
    <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
    <date month="February" year="2013"/>
    <abstract>
      <t>This document specifies how DNS resource records are named and structured to facilitate service discovery. Given a type of service that a client is looking for, and a domain in which the client is looking for that service, this mechanism allows clients to discover a list of named instances of that desired service, using standard DNS queries. This mechanism is referred to as DNS-based Service Discovery, or DNS-SD.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6763"/>
  <seriesInfo name="DOI" value="10.17487/RFC6763"/>
</reference>

<reference anchor="RFC7030">
  <front>
    <title>Enrollment over Secure Transport</title>
    <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
    <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
    <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
    <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="RFC7515">
  <front>
    <title>JSON Web Signature (JWS)</title>
    <author fullname="M. Jones" initials="M." surname="Jones"/>
    <author fullname="J. Bradley" initials="J." surname="Bradley"/>
    <author fullname="N. Sakimura" initials="N." surname="Sakimura"/>
    <date month="May" year="2015"/>
    <abstract>
      <t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures. Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification. Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7515"/>
  <seriesInfo name="DOI" value="10.17487/RFC7515"/>
</reference>

<reference anchor="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"/>
    <author fullname="C. Vigano" initials="C." surname="Vigano"/>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <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="RFC8615">
  <front>
    <title>Well-Known Uniform Resource Identifiers (URIs)</title>
    <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
    <date month="May" year="2019"/>
    <abstract>
      <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
      <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8615"/>
  <seriesInfo name="DOI" value="10.17487/RFC8615"/>
</reference>

<reference anchor="RFC8995">
  <front>
    <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
    <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
    <author fullname="M. Richardson" initials="M." surname="Richardson"/>
    <author fullname="T. Eckert" initials="T." surname="Eckert"/>
    <author fullname="M. Behringer" initials="M." surname="Behringer"/>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <date month="May" year="2021"/>
    <abstract>
      <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8995"/>
  <seriesInfo name="DOI" value="10.17487/RFC8995"/>
</reference>

<reference anchor="RFC9360">
  <front>
    <title>CBOR Object Signing and Encryption (COSE): Header Parameters for Carrying and Referencing X.509 Certificates</title>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <date month="February" year="2023"/>
    <abstract>
      <t>The CBOR Object Signing and Encryption (COSE) message structure uses references to keys in general. For some algorithms, additional properties are defined that 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="RFC" value="9360"/>
  <seriesInfo name="DOI" value="10.17487/RFC9360"/>
</reference>


<reference anchor="I-D.ietf-anima-jws-voucher">
   <front>
      <title>JWS signed Voucher Artifacts for Bootstrapping Protocols</title>
      <author fullname="Thomas Werner" initials="T." surname="Werner">
         <organization>Siemens AG</organization>
      </author>
      <author fullname="Michael Richardson" initials="M." surname="Richardson">
         <organization>Sandelman Software Works</organization>
      </author>
      <date day="18" month="June" year="2024"/>
      <abstract>
	 <t>   [I-D.draft-ietf-anima-rfc8366bis] defines a digital artifact called
   voucher as a YANG-defined JSON document that is signed using a
   Cryptographic Message Syntax (CMS) structure.  This document
   introduces a variant of the voucher artifact in which CMS is replaced
   by the JSON Object Signing and Encryption (JOSE) mechanism described
   in RFC7515 to support deployments in which JOSE is preferred over
   CMS.

   In addition to explaining how the format is created, the
   &quot;application/voucher-jws+json&quot; media type is registered and examples
   are provided.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-anima-jws-voucher-10"/>
   
</reference>


<reference anchor="I-D.ietf-netconf-sztp-csr">
   <front>
      <title>Conveying a Certificate Signing Request (CSR) in a Secure Zero Touch Provisioning (SZTP) Bootstrapping Request</title>
      <author fullname="Kent Watsen" initials="K." surname="Watsen">
         <organization>Watsen Networks</organization>
      </author>
      <author fullname="Russ Housley" initials="R." surname="Housley">
         <organization>Vigil Security, LLC</organization>
      </author>
      <author fullname="Sean Turner" initials="S." surname="Turner">
         <organization>sn3rd</organization>
      </author>
      <date day="2" month="March" year="2022"/>
      <abstract>
	 <t>   This draft extends the input to the &quot;get-bootstrapping-data&quot; RPC
   defined in RFC 8572 to include an optional certificate signing
   request (CSR), enabling a bootstrapping device to additionally obtain
   an identity certificate (e.g., an LDevID from IEEE 802.1AR) as part
   of the &quot;onboarding information&quot; response provided in the RPC-reply.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-netconf-sztp-csr-14"/>
   
</reference>


<reference anchor="I-D.ietf-anima-rfc8366bis">
   <front>
      <title>A Voucher Artifact for Bootstrapping Protocols</title>
      <author fullname="Kent Watsen" initials="K." surname="Watsen">
         <organization>Watsen Networks</organization>
      </author>
      <author fullname="Michael Richardson" initials="M." surname="Richardson">
         <organization>Sandelman Software</organization>
      </author>
      <author fullname="Max Pritikin" initials="M." surname="Pritikin">
         <organization>Cisco Systems</organization>
      </author>
      <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
         <organization>Futurewei Technologies Inc.</organization>
      </author>
      <author fullname="Qiufang Ma" initials="Q." surname="Ma">
         <organization>Huawei</organization>
      </author>
      <date day="8" month="July" year="2024"/>
      <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&#x27;s manufacturer.  This artifact is known as a &quot;voucher&quot;.

   This document defines an artifact format as a YANG-defined JSON or
   CBOR document that has been signed using a variety of cryptographic
   systems.

   The voucher artifact is normally generated by the pledge&#x27;s
   manufacturer (i.e., the Manufacturer Authorized Signing Authority
   (MASA)).

   This document updates RFC8366, merging a number of extensions into
   the YANG.  The RFC8995 voucher request is also merged into this
   document.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-anima-rfc8366bis-12"/>
   
</reference>

<reference anchor="RFC2119">
  <front>
    <title>Key words for use in RFCs to Indicate Requirement Levels</title>
    <author fullname="S. Bradner" initials="S." surname="Bradner"/>
    <date month="March" year="1997"/>
    <abstract>
      <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="2119"/>
  <seriesInfo name="DOI" value="10.17487/RFC2119"/>
</reference>

<reference anchor="RFC8174">
  <front>
    <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
    <author fullname="B. Leiba" initials="B." surname="Leiba"/>
    <date month="May" year="2017"/>
    <abstract>
      <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="14"/>
  <seriesInfo name="RFC" value="8174"/>
  <seriesInfo name="DOI" value="10.17487/RFC8174"/>
</reference>

<reference anchor="RFC8259">
  <front>
    <title>The JavaScript Object Notation (JSON) Data Interchange Format</title>
    <author fullname="T. Bray" initials="T." role="editor" surname="Bray"/>
    <date month="December" year="2017"/>
    <abstract>
      <t>JavaScript Object Notation (JSON) is a lightweight, text-based, language-independent data interchange format. It was derived from the ECMAScript Programming Language Standard. JSON defines a small set of formatting rules for the portable representation of structured data.</t>
      <t>This document removes inconsistencies with other specifications of JSON, repairs specification errors, and offers experience-based interoperability guidance.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="90"/>
  <seriesInfo name="RFC" value="8259"/>
  <seriesInfo name="DOI" value="10.17487/RFC8259"/>
</reference>

<reference anchor="RFC3339">
  <front>
    <title>Date and Time on the Internet: Timestamps</title>
    <author fullname="G. Klyne" initials="G." surname="Klyne"/>
    <author fullname="C. Newman" initials="C." surname="Newman"/>
    <date month="July" year="2002"/>
    <abstract>
      <t>This document defines a date and time format for use in Internet protocols that is a profile of the ISO 8601 standard for representation of dates and times using the Gregorian calendar.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="3339"/>
  <seriesInfo name="DOI" value="10.17487/RFC3339"/>
</reference>

<reference anchor="RFC7951">
  <front>
    <title>JSON Encoding of Data Modeled with YANG</title>
    <author fullname="L. Lhotka" initials="L." surname="Lhotka"/>
    <date month="August" year="2016"/>
    <abstract>
      <t>This document defines encoding rules for representing configuration data, state data, parameters of Remote Procedure Call (RPC) operations or actions, and notifications defined using YANG as JavaScript Object Notation (JSON) text.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7951"/>
  <seriesInfo name="DOI" value="10.17487/RFC7951"/>
</reference>




    </references>

    <references title='Informative References' anchor="sec-informative-references">



<reference anchor="RFC2986">
  <front>
    <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
    <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
    <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
    <date month="November" year="2000"/>
    <abstract>
      <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="2986"/>
  <seriesInfo name="DOI" value="10.17487/RFC2986"/>
</reference>

<reference anchor="RFC3629">
  <front>
    <title>UTF-8, a transformation format of ISO 10646</title>
    <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
    <date month="November" year="2003"/>
    <abstract>
      <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="63"/>
  <seriesInfo name="RFC" value="3629"/>
  <seriesInfo name="DOI" value="10.17487/RFC3629"/>
</reference>

<reference anchor="RFC9525">
  <front>
    <title>Service Identity in TLS</title>
    <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
    <author fullname="R. Salz" initials="R." surname="Salz"/>
    <date month="November" year="2023"/>
    <abstract>
      <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
      <t>This document obsoletes RFC 6125.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9525"/>
  <seriesInfo name="DOI" value="10.17487/RFC9525"/>
</reference>

<reference anchor="RFC6241">
  <front>
    <title>Network Configuration Protocol (NETCONF)</title>
    <author fullname="R. Enns" initials="R." role="editor" surname="Enns"/>
    <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
    <author fullname="J. Schoenwaelder" initials="J." role="editor" surname="Schoenwaelder"/>
    <author fullname="A. Bierman" initials="A." role="editor" surname="Bierman"/>
    <date month="June" year="2011"/>
    <abstract>
      <t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices. It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages. The NETCONF protocol operations are realized as remote procedure calls (RPCs). This document obsoletes RFC 4741. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="6241"/>
  <seriesInfo name="DOI" value="10.17487/RFC6241"/>
</reference>

<reference anchor="RFC7252">
  <front>
    <title>The Constrained Application Protocol (CoAP)</title>
    <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
    <author fullname="K. Hartke" initials="K." surname="Hartke"/>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <date month="June" year="2014"/>
    <abstract>
      <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
      <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="7252"/>
  <seriesInfo name="DOI" value="10.17487/RFC7252"/>
</reference>

<reference anchor="RFC8040">
  <front>
    <title>RESTCONF Protocol</title>
    <author fullname="A. Bierman" initials="A." surname="Bierman"/>
    <author fullname="M. Bjorklund" initials="M." surname="Bjorklund"/>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <date month="January" year="2017"/>
    <abstract>
      <t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8040"/>
  <seriesInfo name="DOI" value="10.17487/RFC8040"/>
</reference>

<reference anchor="RFC8407">
  <front>
    <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
    <author fullname="A. Bierman" initials="A." surname="Bierman"/>
    <date month="October" year="2018"/>
    <abstract>
      <t>This memo provides guidelines for authors and reviewers of specifications containing YANG modules. Recommendations and procedures are defined, which are intended to increase interoperability and usability of Network Configuration Protocol (NETCONF) and RESTCONF protocol implementations that utilize YANG modules. This document obsoletes RFC 6087.</t>
    </abstract>
  </front>
  <seriesInfo name="BCP" value="216"/>
  <seriesInfo name="RFC" value="8407"/>
  <seriesInfo name="DOI" value="10.17487/RFC8407"/>
</reference>

<reference anchor="RFC8792">
  <front>
    <title>Handling Long Lines in Content of Internet-Drafts and RFCs</title>
    <author fullname="K. Watsen" initials="K." surname="Watsen"/>
    <author fullname="E. Auerswald" initials="E." surname="Auerswald"/>
    <author fullname="A. Farrel" initials="A." surname="Farrel"/>
    <author fullname="Q. Wu" initials="Q." surname="Wu"/>
    <date month="June" year="2020"/>
    <abstract>
      <t>This document defines two strategies for handling long lines in width-bounded text content. One strategy, called the "single backslash" strategy, is based on the historical use of a single backslash ('\') character to indicate where line-folding has occurred, with the continuation occurring with the first character that is not a space character (' ') on the next line. The second strategy, called the "double backslash" strategy, extends the first strategy by adding a second backslash character to identify where the continuation begins and is thereby able to handle cases not supported by the first strategy. Both strategies use a self-describing header enabling automated reconstitution of the original content.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8792"/>
  <seriesInfo name="DOI" value="10.17487/RFC8792"/>
</reference>

<reference anchor="RFC8990">
  <front>
    <title>GeneRic Autonomic Signaling Protocol (GRASP)</title>
    <author fullname="C. Bormann" initials="C." surname="Bormann"/>
    <author fullname="B. Carpenter" initials="B." role="editor" surname="Carpenter"/>
    <author fullname="B. Liu" initials="B." role="editor" surname="Liu"/>
    <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="RFC9052">
  <front>
    <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
    <author fullname="J. Schaad" initials="J." surname="Schaad"/>
    <date month="August" year="2022"/>
    <abstract>
      <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
      <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="96"/>
  <seriesInfo name="RFC" value="9052"/>
  <seriesInfo name="DOI" value="10.17487/RFC9052"/>
</reference>

<reference anchor="RFC9110">
  <front>
    <title>HTTP Semantics</title>
    <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding"/>
    <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham"/>
    <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke"/>
    <date month="June" year="2022"/>
    <abstract>
      <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the "http" and "https" Uniform Resource Identifier (URI) schemes.</t>
      <t>This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.</t>
    </abstract>
  </front>
  <seriesInfo name="STD" value="97"/>
  <seriesInfo name="RFC" value="9110"/>
  <seriesInfo name="DOI" value="10.17487/RFC9110"/>
</reference>

<reference anchor="RFC9238">
  <front>
    <title>Loading Manufacturer Usage Description (MUD) URLs from QR Codes</title>
    <author fullname="M. Richardson" initials="M." surname="Richardson"/>
    <author fullname="J. Latour" initials="J." surname="Latour"/>
    <author fullname="H. Habibi Gharakheili" initials="H." surname="Habibi Gharakheili"/>
    <date month="May" year="2022"/>
    <abstract>
      <t>This informational document details a protocol to load Manufacturer Usage Description (MUD) definitions from RFC 8520 for devices that do not have them integrated.</t>
      <t>This document is published to inform the Internet community of this mechanism to allow interoperability and to serve as a basis of other standards work if there is interest.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9238"/>
  <seriesInfo name="DOI" value="10.17487/RFC9238"/>
</reference>


<reference anchor="I-D.ietf-anima-brski-ae">
   <front>
      <title>BRSKI-AE: Alternative Enrollment Protocols in BRSKI</title>
      <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
         <organization>Siemens AG</organization>
      </author>
      <author fullname="Steffen Fries" initials="S." surname="Fries">
         <organization>Siemens AG</organization>
      </author>
      <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
         <organization>Siemens AG</organization>
      </author>
      <date day="5" month="July" year="2024"/>
      <abstract>
	 <t>   This document defines an enhancement of Bootstrapping Remote Secure
   Key Infrastructure (BRSKI, RFC 8995).  It supports alternative
   certificate enrollment protocols, such as CMP, that use authenticated
   self-contained signed objects for certification messages.

About This Document

   This note is to be removed before publishing as an RFC.

   Status information for this document may be found at
   https://datatracker.ietf.org/doc/draft-ietf-anima-brski-ae/.

   Source for this draft and an issue tracker can be found at
   https://github.com/anima-wg/anima-brski-ae.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-ae-12"/>
   
</reference>


<reference anchor="I-D.richardson-emu-eap-onboarding">
   <front>
      <title>EAP defaults for devices that need to onboard</title>
      <author fullname="Alan DeKok" initials="A." surname="DeKok">
         <organization>FreeRADIUS</organization>
      </author>
      <author fullname="Michael Richardson" initials="M." surname="Richardson">
         <organization>Sandelman Software Works</organization>
      </author>
      <date day="2" month="April" year="2023"/>
      <abstract>
	 <t>   This document describes a method by which an unconfigured device can
   use EAP to join a network on which further device onboarding, network
   attestation or other remediation can be done.  While RFC 5216
   supports EAP-TLS without a client certificate, that document defines
   no method by which unauthenticated EAP-TLS can be used.  This draft
   addresses that issue.  First, by defining the @eap.arpa domain, and
   second by showing how it can be used to provide quarantined network
   access for onboarding unauthenticated devices.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-richardson-emu-eap-onboarding-03"/>
   
</reference>


<reference anchor="I-D.ietf-anima-brski-discovery">
   <front>
      <title>Discovery for BRSKI variations</title>
      <author fullname="Toerless Eckert" initials="T. T." surname="Eckert">
         <organization>Futurewei USA</organization>
      </author>
      <author fullname="Esko Dijk" initials="E." surname="Dijk">
         <organization>IoTconsultancy.nl</organization>
      </author>
      <date day="7" month="July" year="2024"/>
      <abstract>
	 <t>   This document specifies how BRSKI entities, such as registrars,
   proxies, pledges or others that are acting as responders, can be
   discovered and selected by BRSKI entities acting as initiators.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-discovery-03"/>
   
</reference>


<reference anchor="IEEE-802.1AR" >
  <front>
    <title>IEEE 802.1AR Secure Device Identifier</title>
    <author >
      <organization>Institute of Electrical and Electronics Engineers</organization>
    </author>
    <date year="2018" month="June"/>
  </front>
  <seriesInfo name="IEEE" value="802.1AR"/>
</reference>
<reference anchor="BRSKI-PRM-abstract" >
  <front>
    <title>Abstract BRSKI-PRM Protocol Overview</title>
    <author >
      <organization></organization>
    </author>
    <date year="2022" month="March"/>
  </front>
  <format type="PDF" target="https://datatracker.ietf.org/meeting/113/materials/slides-113-anima-update-on-brski-with-pledge-in-responder-mode-brski-prm-00"/>
</reference>
<reference anchor="onpath" target="https://mailarchive.ietf.org/arch/msg/saag/m1r9uo4xYznOcf85Eyk0Rhut598/">
  <front>
    <title>can an on-path attacker drop traffic?</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
</reference>
<reference anchor="androidnsd" target="https://developer.android.com/training/connect-devices-wirelessly">
  <front>
    <title>Android Developer: Connect devices wirelessly</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
  <seriesInfo name="archived at" value="https://web.archive.org/web/20230000000000*/https://developer.android.com/training/connect-devices-wirelessly"/>
</reference>
<reference anchor="androidtrustfail" target="https://developer.android.com/training/articles/security-ssl">
  <front>
    <title>Security with Network Protocols</title>
    <author >
      <organization></organization>
    </author>
    <date year="n.d."/>
  </front>
  <seriesInfo name="archived at" value="https://web.archive.org/web/20230326153937/https://developer.android.com/training/articles/security-ssl"/>
</reference>


<reference anchor="RFC9483">
  <front>
    <title>Lightweight Certificate Management Protocol (CMP) Profile</title>
    <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
    <author fullname="D. von Oheimb" initials="D." surname="von Oheimb"/>
    <author fullname="S. Fries" initials="S." surname="Fries"/>
    <date month="November" year="2023"/>
    <abstract>
      <t>This document aims at simple, interoperable, and automated PKI management operations covering typical use cases of industrial and Internet of Things (IoT) scenarios. This is achieved by profiling the Certificate Management Protocol (CMP), the related Certificate Request Message Format (CRMF), and transfer based on HTTP or Constrained Application Protocol (CoAP) in a succinct but sufficiently detailed and self-contained way. To make secure certificate management for simple scenarios and constrained devices as lightweight as possible, only the most crucial types of operations and options are specified as mandatory. More specialized or complex use cases are supported with optional features.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="9483"/>
  <seriesInfo name="DOI" value="10.17487/RFC9483"/>
</reference>

<reference anchor="RFC4648">
  <front>
    <title>The Base16, Base32, and Base64 Data Encodings</title>
    <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
    <date month="October" year="2006"/>
    <abstract>
      <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="4648"/>
  <seriesInfo name="DOI" value="10.17487/RFC4648"/>
</reference>


<reference anchor="I-D.richardson-anima-registrar-considerations">
   <front>
      <title>Operational Considerations for BRSKI Registrar</title>
      <author fullname="Michael Richardson" initials="M." surname="Richardson">
         <organization>Sandelman Software Works</organization>
      </author>
      <author fullname="Wei Pan" initials="W." surname="Pan">
         <organization>Huawei Technologies</organization>
      </author>
      <date day="14" month="February" year="2024"/>
      <abstract>
	 <t>   This document describes a number of operational modes that a BRSKI
   Registration Authority (Registrar) 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 Registrar is
   deployed into.  This document does not change any protocol
   mechanisms.

   This document includes operational advice about avoiding unwanted
   consequences.

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-richardson-anima-registrar-considerations-08"/>
   
</reference>

<reference anchor="RFC8971">
  <front>
    <title>Bidirectional Forwarding Detection (BFD) for Virtual eXtensible Local Area Network (VXLAN)</title>
    <author fullname="S. Pallagatti" initials="S." role="editor" surname="Pallagatti"/>
    <author fullname="G. Mirsky" initials="G." role="editor" surname="Mirsky"/>
    <author fullname="S. Paragiri" initials="S." surname="Paragiri"/>
    <author fullname="V. Govindan" initials="V." surname="Govindan"/>
    <author fullname="M. Mudigonda" initials="M." surname="Mudigonda"/>
    <date month="December" year="2020"/>
    <abstract>
      <t>This document describes the use of the Bidirectional Forwarding Detection (BFD) protocol in point-to-point Virtual eXtensible Local Area Network (VXLAN) tunnels used to form an overlay network.</t>
    </abstract>
  </front>
  <seriesInfo name="RFC" value="8971"/>
  <seriesInfo name="DOI" value="10.17487/RFC8971"/>
</reference>


<reference anchor="I-D.irtf-t2trg-taxonomy-manufacturer-anchors">
   <front>
      <title>A Taxonomy of operational security considerations for manufacturer installed keys and Trust Anchors</title>
      <author fullname="Michael Richardson" initials="M." surname="Richardson">
         <organization>Sandelman Software Works</organization>
      </author>
      <date day="30" month="January" year="2024"/>
      <abstract>
	 <t>   This document provides a taxonomy of methods used by manufacturers of
   silicon and devices to secure private keys and public trust anchors.
   This deals with two related activities: how trust anchors and private
   keys are installed into devices during manufacturing, and how the
   related manufacturer held private keys are secured against
   disclosure.

   This document does not evaluate the different mechanisms, but rather
   just serves to name them in a consistent manner in order to aid in
   communication.

   RFCEDITOR: please remove this paragraph.  This work is occurring in
   https://github.com/mcr/idevid-security-considerations

	 </t>
      </abstract>
   </front>
   <seriesInfo name="Internet-Draft" value="draft-irtf-t2trg-taxonomy-manufacturer-anchors-03"/>
   
</reference>




    </references>

</references>


<?line 2747?>

<section anchor="examples"><name>Examples</name>

<t>These examples are folded according to <xref target="RFC8792"/> Single Backslash rule.</t>

<section anchor="example-pledge-voucher-request-pvr-from-pledge-to-registrar-agent"><name>Example Pledge Voucher-Request (PVR) - from Pledge to Registrar-Agent</name>

<t>The following is an example request sent from a Pledge to the Registrar-Agent, in "General JWS JSON Serialization".
The message size of this PVR is: 2973 bytes</t>

<figure title="Example Pledge-Voucher-Request - PVR" anchor="ExamplePledgeVoucherRequestfigure"><artwork align="left"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "payload": "eyJpZXRmLXZvdWNoZXItcmVxdWVzdC1wcm06dm91Y2hlciI6eyJhc3\
NlcnRpb24iOiJhZ2VudC1wcm94aW1pdHkiLCJzZXJpYWwtbnVtYmVyIjoiMDEyMzQ1Nj\
c4OSIsIm5vbmNlIjoia2hOeUtwTXRoY2NpYTFyWHc0NC92UT09IiwiY3JlYXRlZC1vbi\
I6IjIwMjQtMDYtMjRUMDk6MDE6MjQuNTU2WiIsImFnZW50LXByb3ZpZGVkLXByb3hpbW\
l0eS1yZWdpc3RyYXItY2VydCI6Ik1JSUI0akNDQVlpZ0F3SUJBZ0lHQVhZNzJiYlpNQW\
9HQ0NxR1NNNDlCQU1DTURVeEV6QVJCZ05WQkFvTUNrMTVRblZ6YVc1bGMzTXhEVEFMQm\
dOVkJBY01CRk5wZEdVeER6QU5CZ05WQkFNTUJsUmxjM1JEUVRBZUZ3MHlNREV5TURjd0\
5qRTRNVEphRncwek1ERXlNRGN3TmpFNE1USmFNRDR4RXpBUkJnTlZCQW9NQ2sxNVFuVn\
phVzVsYzNNeERUQUxCZ05WQkFjTUJGTnBkR1V4R0RBV0JnTlZCQU1NRDBSdmJXRnBibE\
psWjJsemRISmhjakJaTUJNR0J5cUdTTTQ5QWdFR0NDcUdTTTQ5QXdFSEEwSUFCQmsxNk\
svaTc5b1JrSzVZYmVQZzhVU1I4L3VzMWRQVWlaSE10b2tTZHFLVzVmbldzQmQrcVJMN1\
dSZmZlV2t5Z2Vib0pmSWxsdXJjaTI1d25oaU9WQ0dqZXpCNU1CMEdBMVVkSlFRV01CUU\
dDQ3NHQVFVRkJ3TUJCZ2dyQmdFRkJRY0RIREFPQmdOVkhROEJBZjhFQkFNQ0I0QXdTQV\
lEVlIwUkJFRXdQNElkY21WbmFYTjBjbUZ5TFhSbGMzUXVjMmxsYldWdWN5MWlkQzV1Wl\
hTQ0huSmxaMmx6ZEhKaGNpMTBaWE4wTmk1emFXVnRaVzV6TFdKMExtNWxkREFLQmdncW\
hrak9QUVFEQWdOSUFEQkZBaUJ4bGRCaFpxMEV2NUpMMlByV0N0eVM2aERZVzF5Q08vUm\
F1YnBDN01hSURnSWhBTFNKYmdMbmdoYmJBZzBkY1dGVVZvL2dHTjAvand6SlowU2wyaD\
R4SVhrMSIsImFnZW50LXNpZ25lZC1kYXRhIjoiZXlKd1lYbHNiMkZrSWpvaVpYbEtjRn\
BZVW0xTVdGcDJaRmRPYjFwWVNYUmpiVlo0WkZkV2VtUkRNWGRqYlRBMldWZGtiR0p1VV\
hSak1teHVZbTFXYTB4WFVtaGtSMFZwVDI1emFWa3pTbXhaV0ZKc1drTXhkbUpwU1RaSm\
FrbDNUV3BKZEUxRWEzUk5ha3BWVFVSVk5rNUVUVFpPVkVGMVRWUkpNVmRwU1hOSmJrNX\
NZMjFzYUdKRE1YVmtWekZwV2xoSmFVOXBTWGROVkVsNlRrUlZNazU2WnpWSmJqRTVJaX\
dpYzJsbmJtRjBkWEpsY3lJNlczc2ljSEp2ZEdWamRHVmtJam9pWlhsS2NtRlhVV2xQYV\
VwVlZFZE5NMWRZYUV4V2JGWldaVzVLTTFKVVRsSlhWRlpEV2xaa2IyTXlNVVZOTW1NNV\
NXbDNhVmxYZUc1SmFtOXBVbFpOZVU1VVdXbG1VU0lzSW5OcFoyNWhkSFZ5WlNJNklrd3\
lZVEJsY3pWZkxXZHNZVjkwTjFVME1VbFJXRmxJU1RSQlMxVldVRkZmTTFSbGQxUTFiMF\
ZWWVVOdFVIQktaMmRyU0c1d09WTk1aVFZ1YWkxbldGbFRiMk5sT1RoeFFXSnROa0YwZF\
MxRlIxUkxZMDVSSW4xZGZRMEsifX0",
  "signatures": [
    {
      "protected": "eyJ4NWMiOlsiTUlJQitUQ0NBYUNnQXdJQkFnSUdBWG5WanNV\
NU1Bb0dDQ3FHU000OUJBTUNNRDB4Q3pBSkJnTlZCQVlUQWtGUk1SVXdFd1lEVlFRS0RB\
eEthVzVuU21sdVowTnZjbkF4RnpBVkJnTlZCQU1NRGtwcGJtZEthVzVuVkdWemRFTkJN\
Q0FYRFRJeE1EWXdOREExTkRZeE5Gb1lEems1T1RreE1qTXhNak0xT1RVNVdqQlNNUXN3\
Q1FZRFZRUUdFd0pCVVRFVk1CTUdBMVVFQ2d3TVNtbHVaMHBwYm1kRGIzSndNUk13RVFZ\
RFZRUUZFd293TVRJek5EVTJOemc1TVJjd0ZRWURWUVFEREE1S2FXNW5TbWx1WjBSbGRt\
bGpaVEJaTUJNR0J5cUdTTTQ5QWdFR0NDcUdTTTQ5QXdFSEEwSUFCQzc5bGlhUmNCalpj\
RUVYdzdyVWVhdnRHSkF1SDRwazRJNDJ2YUJNc1UxMWlMRENDTGtWaHRVVjIxbXZhS0N2\
TXgyWStTTWdROGZmd0wyM3ozVElWQldqZFRCek1Dc0dDQ3NHQVFVRkJ3RWdCQjhXSFcx\
aGMyRXRkR1Z6ZEM1emFXVnRaVzV6TFdKMExtNWxkRG81TkRRek1COEdBMVVkSXdRWU1C\
YUFGRlFMak56UC9TL2tvdWpRd2pnNUU1ZnZ3Y1liTUJNR0ExVWRKUVFNTUFvR0NDc0dB\
UVVGQndNQ01BNEdBMVVkRHdFQi93UUVBd0lIZ0RBS0JnZ3Foa2pPUFFRREFnTkhBREJF\
QWlCdTN3UkJMc0pNUDVzTTA3MEgrVUZyeU5VNmdLekxPUmNGeVJST2xxcUhpZ0lnWENt\
SkxUekVsdkQycG9LNmR4NmwxL3V5bVRuYlFERGZKbGF0dVgyUm9PRT0iXSwidHlwIjoi\
dm91Y2hlci1qd3MranNvbiIsImFsZyI6IkVTMjU2In0",
      "signature": "ntAgC7GT7xIDYcHBXoYej8uIUI6WR2Iv-7T1CaR-J6-xS60D\
iWS1-vfc5Uu5INZS1dyWZ4vVH6uaoPceRxNc8g"
    }
  ]
}
]]></artwork></figure>

</section>
<section anchor="example-parboiled-registrar-voucher-request-rvr-from-registrar-to-masa"><name>Example Parboiled Registrar Voucher-Request (RVR) - from Registrar to MASA</name>

<t>The term parboiled refers to food which is partially cooked.  In <xref target="RFC8995"/>, the term refers to a pledge-voucher-request (PVR) which has
been received by the Registrar, and then has been processed by the Registrar ("cooked"), and is now being forwarded to the MASA.</t>

<t>The following is an example registrar-voucher-request (RVR) sent from the Registrar to the MASA, in "General JWS JSON Serialization".
Note that the previous PVR can be seen in the payload as "prior-signed-voucher-request".
The message size of this RVR is: 7533 bytes</t>

<figure title="Example Registrar-Voucher-Request - RVR" anchor="ExampleRegistrarVoucherRequestfigure"><artwork align="left"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "payload": "eyJpZXRmLXZvdWNoZXItcmVxdWVzdC1wcm06dm91Y2hlciI6eyJhc3\
NlcnRpb24iOiJhZ2VudC1wcm94aW1pdHkiLCJzZXJpYWwtbnVtYmVyIjoiMDEyMzQ1Nj\
c4OSIsImlkZXZpZC1pc3N1ZXIiOiJCQmd3Rm9BVVZBdU0zTS85TCtTaTZORENPRGtUbC\
svQnhocz0iLCJub25jZSI6ImtoTnlLcE10aGNjaWExclh3NDQvdlE9PSIsInByaW9yLX\
NpZ25lZC12b3VjaGVyLXJlcXVlc3QiOiJleUp3WVhsc2IyRmtJam9pWlhsS2NGcFlVbT\
FNV0ZwMlpGZE9iMXBZU1hSamJWWjRaRmRXZW1SRE1YZGpiVEEyWkcwNU1Wa3lhR3hqYV\
VrMlpYbEthR016VG14amJsSndZakkwYVU5cFNtaGFNbFoxWkVNeGQyTnRPVFJoVnpGd1\
pFaHJhVXhEU25wYVdFcHdXVmQzZEdKdVZuUlpiVlo1U1dwdmFVMUVSWGxOZWxFeFRtcG\
pORTlUU1hOSmJUVjJZbTFPYkVscWIybGhNbWhQWlZWMGQxUllVbTlaTWs1d1dWUkdlVm\
RJWXpCT1F6a3lWVlF3T1VscGQybFpNMHBzV1ZoU2JGcERNWFppYVVrMlNXcEpkMDFxVV\
hSTlJGbDBUV3BTVlUxRWF6Wk5SRVUyVFdwUmRVNVVWVEpYYVVselNXMUdibHBYTlRCTV\
dFSjVZak5hY0ZwSFZtdE1XRUo1WWpOb2NHSlhiREJsVXpGNVdsZGtjR016VW5sWldFbD\
BXVEpXZVdSRFNUWkphekZLVTFWSk1HRnJUa1JSVm14d1dqQkdNMU5WU2tKYU1HeElVVl\
pvV2s1NlNtbFpiSEJPVVZjNVNGRXdUbmhTTVU1T1RrUnNRMUZWTVVSVVZWSldaVVZXTm\
xGV1NrTmFNRFZYVVd0R2RsUlZUbkpOVkZaU1lteGFObGxXWXpGaVIwMTZWRmhvUlZaRl\
JrMVJiV1JQVm10S1Fsa3dNVU5TYXpWM1drVmtWbVZGVWpaUlZUVkRXakExVjFGclJrNV\
VWVXB6VlcxNGFrMHhTa1ZWVmxKQ1dsVmFNMDFJYkU1U1JWWTFWRlZTYW1Rd05YRlNWRk\
pPVmtWd2FGSnVZM2RsYXpGRlVsaHNUbEpIVGpOVWJYQkdUa1V4VlZOdFJrNVNSRkkwVW\
xod1FsVnJTbTVVYkZwRFVWYzVUbEV5YzNoT1ZrWjFWbTV3YUZaNlZuTlplazVPWlVWU1\
ZWRlZlRU5hTURWWFVXdEdhbFJWU2tkVWJrSnJVakZXTkZJd1VrSldNRXB1Vkd4YVExRl\
ZNVTVTUkVKVFpHMUtXRkp1UW1saVJYQnpWMnBLYzJWdFVrbFRiV2hxWVd0S1lWUlZTaz\
VTTUVvMVkxVmtWRlJVVVRWUlYyUkdVakJPUkdOVlpGUlVWRkUxVVZoa1JsTkZSWGRUVl\
VaRFVXMXplRTVyYzNaaFZHTTFZakZLY2xONlZscFpiVlpSV25wb1ZsVXhTVFJNTTFaNl\
RWZFNVVlpYYkdGVFJURXdZakowVkZwSVJreFdlbFp0WW14a2VsRnRVWEpqVmtwTlRqRm\
tVMXB0V214V01uUTFXakpXYVdJd2NHMVRWM2h6WkZoS2FtRlVTVEZrTWpWdllWVTVWMU\
V3WkhGYVdIQkRUbFV4UTAxRlpFSk5WbFpyVTJ4R1VsWXdNVU5WVldSRVVUTk9TRkZXUm\
xaU2Ewb3pWRlZLUTFveVpIbFJiV1JHVW10S1Vsa3dVa2xTUlVaUVVXMWtUMVpyYUZKUF\
JVcENXbXBvUmxGclJrNVJNRWt3VVZoa1ZGRldiRVZXYkVsM1ZXdEtSbEpZWkZGT1JXeH\
JXVEl4VjJKdFJsbFVha0pxWWxWYU5WUkdhRk5pUjAxNlZWaFdhazF0ZUhOWmJHUlhaRm\
RPTlUxWGJHdFJlbFl4VjJ4b1ZGRXdhSFZUYlhoaFRXMTRObHBGYUV0aFIwNXdUVlJDWV\
ZkRk5IZFViV3N4WlcxR1dGWnVVbUZXZWxZMlZFWmtTMDFGZUhST1YzaHJVa1ZHVEZGdF\
pHNWpWMmh5WVdzNVVWVldSa1ZSVjJSUFUxVkdSVkZyV2tKaFZVbzBZa2RTUTJGR2NIaE\
5SVll5VGxWd1RVMXNRbmxXTUU0d1pWWk5NbUZGVWxwV2VrWTFVVEE0ZGxWdFJqRlpia0\
pFVGpBeGFGTlZVbTVUVjJoQ1ZFWk9TMWx0WkUxaWJXUnZXVzFLUWxwNlFtdFpNV1JIVm\
xaYWRrd3laRWhVYWtGMllXNWtObE5zYjNkVk1uZDVZVVJTTkZOV2FISk5VMGx6U1cxR2\
JscFhOVEJNV0U1d1dqSTFiRnBETVd0WldGSm9TV3B2YVZwWWJFdGtNV3haWWtoT2FVMX\
JXbkpUVjNCMllWWndXV0pGZEdwU2JrSmFWbGN3ZUZSV1pFZGpSRXBoVW0xU1VGbHFSbm\
RYVms1WlZXMXdhVlpzYnpCWGExcHJWakpXZEZWclVrNVhSMUp4V1d4U1FrMXNaRmRhUj\
NScFVqQndNVlpXYUZOaGF6RjBaVWhXV21KVVJsaFpWRUkwVjBaV2RHRkhkRk5OUmxwM1\
ZrUkpNV1Z0UmxkaE0zQlVZbGhvWVZZd1drdGpNV1J5VkZob2EySlZjSGRWTVZKaFUyMU\
djbUpFVGxWV00wSkxXa1ZWZUZKWFJYcFZhelZvWVROQ1YxWkdWbE5XYXpWeVRsVldWVl\
pHY0ZCV2ExWkhUVlpTVjFWcmNFNVdiVkozVlRGb1QxTnRTbkpPV0U1YVRXcEdlbGxWWk\
V0U1JURlpWbTEwVjJWclduZFdNbmh2VTIxR1ZrOVlRbFJYUjFKUFZtdFdjMDVzVW5KVm\
JGcE9ZWHBWTWxkdWNGZFRiVXB4VWxSV1NtRllaSEJaZWtwelltMUtkRkpxUW10WFJYQn\
pXVE5zU2s1c1kzcGpNbXhxVTBWd01scEZaRmRoYlZKSVZtMTBTbUZ0T1hCWGJHaHpVek\
pPZEZKc2FGWldNbmhSV1ZaV2QxWnNXa1phUlRWT1RWZFNXbGxWVmpSV01rcEhWMnhrWV\
ZaNlZreFVWRVpMVmxaU2MxTnNhRmRTYkhCRlZqSjRZV0V5U1hsVVdHeE9WbFphVDFSWE\
1VNU9WazVZWWtST2FGWnRlRmxhVldNeFUyMUdkRTlZUWxaaVJuQlBXbFpWTVZaV1pGaG\
lSekZXVlRCc2VsTlhOVTlqUm05NVRsZG9hMU5HV2pWWGJFNUtUbXRzY21RemJGcFdSVX\
B6V1ROd1YxcHJlRmhhU0U1YVZtcHJkMVJxUmxaTlJURldZa1pLV0ZKdGVFcFZNVkpUVV\
d4TmVGWnNaRlpTYTFwdFZGUkdVMkpIVVhoVlZFWnBUVVphVjFkV1ZrOWtSbFpKVVd0MF\
lVMXRVbmxWTUdNeFpEQTVWMVJyTVdGV1Jsb3hXVmRyZUdKc1pFZGlSbEpwVFdzMWMxUX\
hVbTlsUmtaWVUyNVNUMkV3V1hkYVJrMTRVbXhKZUZWcmVGcE5SRlpUVTFjMGVGcEhXbE\
pOUlhOcFpsZ3dJaXdpYzJsbmJtRjBkWEpsY3lJNlczc2ljSEp2ZEdWamRHVmtJam9pWl\
hsS05FNVhUV2xQYkhOcFZGVnNTbEZwZEZWUk1FNUNXVlZPYmxGWVpFcFJhMFp1VTFWa1\
FsZEhOVmRoYms1V1RsVXhRbUl3WkVSUk0wWklWVEF3TUU5VlNrSlVWVTVPVWtSQ05GRX\
pjRUpUYTBwdVZHeGFRMUZXYkZWUlYzUkhWV3N4VTFaWVpFWmtNV3hGVm14R1VsTXdVa0\
psUlhSb1ZucFdkVlV5TVhOa1ZtOTNWRzVhYW1KclJqUlNibkJDVm10S2JsUnNXa05SVl\
RGT1VrZDBkMk5IU25SYVJYUm9WbnBXZFZaclpGZGxiVkpHVkd0S1RsRXdSbGxTUmxKS1\
pVVXhSVmRZWkU5U1JVVjRWR3RTV21WRk5VZGlNV3hGWlcxek1WUXhVbkpsUlRGeFZGaG\
9UbUZyTUhoVU1WSldUbFprY1ZGc1RrNVZXRTR6VVRGR1dsSkdXbEpWVldSR1pEQndRMV\
pXVWtaV2F6RkRWRlZrUWsxV1ZrWlJNbVF6VkZaT2RHSklWbUZOU0VKM1dXMHhhMUpIU1\
hwVGJtUk9WV3N4TTFKV1JscFNSbHBTVlZWYVJtUXlPVE5VVmxKS1pXczFSVlpVU2s5bG\
JXTXhWRlpLYW1Rd1dsSlhWVkpYVlZaR1JWSkZSVEZUTWtaWVRsYzFWR0pYZURGWGFrSl\
RZa2RTZEdKSGNHRldSVXBoVkZWS1RsSXdTalZqVldSVVZGUlJOVkZYWkVaU01FNUVZMV\
ZrVkZSVVVUVlJXR1JHVTBWRmQxTlZSa05SZW1NMVlrZHNhRlZ0VGtOaGJIQnFVbFZXV1\
dSNlpIbFdWMVpvWkc1U1NGTnJSakZUUkZKM1lYcFNTazVFU2pKWlZVcE9ZekZWZUUxWG\
JFMVNSVTVFVkVkMFYyRklVbFpXYWtsNFlsaGFhRk13VGpKVVdHZDVWMU4wVkZSWFpGSl\
BSMXB0WkRCM2VVMHpiM3BXUld4WFVXeGtjVnBHVWtObGF6RkVZekJrUkZFelRraFJWa1\
pXVW10S00xSlhaRU5SYW1oWVUwWmplR0ZIVFhsU1dGSnJVakZhTmxwRlRURmxiVVpZVm\
01U1lWWjZWalpVUm1STFRVVjRkRTVYZUd0U1J6Z3hWR3RTVW1Wck1VTlBSV1JDVFZaV2\
ExTllaRkpYVlRGRFdWVkdSMUpzUmsxaGF6VTJWVU01VkV3eWRIWmtWM0JTWkRKd2JrNV\
ZWVEZhYmxveldURnNhVlJWU2s1U01FVjRWbGRTUzFWV1JrNVVWVVoyVWpCT1JHTXdaRU\
pWVmxaSFVXNWtUbEV3TVVKT1JXUkNUVlpXYTFKSVpFWlJhVGt6VlZWV1FtUXdiRWxhTU\
ZKQ1V6QktibG96Um05aE1uQlFWVVpHVWxKRlJtNVVhMmhDVWtWS1JsRlhiRU5rVkU0el\
ZXdEtUV013Y0U1VlJGWjZWRlJCTTAxRlozSldWVnA1WlZVMVZrNXRaRXhsYTNoUVZXMU\
9SMlZXU2xOVU1uaDRZMVZvY0Zvd2JHNVhSVTUwVTJ0NFZXVnJWbk5rYTFGNVkwYzVURT\
V0VWpST2JYZDRURE5XTldKV1VuVlpiRVpGVWtkYVMySkhSakJrVm1kNVZXMDVVRkpVTU\
dsWVUzZHBaRWhzZDBscWIybGtiVGt4V1RKb2JHTnBNWEZrTTAxeVlXNU9kbUpwU1hOSm\
JVWnpXbmxKTmtsclZsUk5hbFV5U1c0d0lpd2ljMmxuYm1GMGRYSmxJam9pYm5SQlowTT\
NSMVEzZUVsRVdXTklRbGh2V1dWcU9IVkpWVWsyVjFJeVNYWXROMVF4UTJGU0xVbzJMWG\
hUTmpCRWFWZFRNUzEyWm1NMVZYVTFTVTVhVXpGa2VWZGFOSFpXU0RaMVlXOVFZMlZTZU\
U1ak9HY2lmVjE5IiwiY3JlYXRlZC1vbiI6IjIwMjQtMDYtMjRUMDk6MDI6MTUuNTczWi\
IsImFnZW50LXNpZ24tY2VydCI6WyJNSUlCOWpDQ0FaMmdBd0lCQWdJRVl4WHM3VEFLQm\
dncWhrak9QUVFEQWpBK01STXdFUVlEVlFRS0RBcE5lVUoxYzJsdVpYTnpNUTB3Q3dZRF\
ZRUUhEQVJUYVhSbE1SZ3dGZ1lEVlFRRERBOVVaWE4wVUhWemFFMXZaR1ZzUTBFd0hoY0\
5Nakl3T1RBMU1USXpORFV6V2hjTk1qVXdPVEExTVRJek5EVXpXakJnTVFzd0NRWURWUV\
FHRXdKQlVURVNNQkFHQTFVRUNnd0pUWGxEYjIxd1lXNTVNUlV3RXdZRFZRUUxEQXhOZV\
ZOMVluTnBaR2xoY25reEpqQWtCZ05WQkFNTUhVMTVVMmwwWlZCMWMyaE5iMlJsYkZKbF\
oybHpkSEpoY2tGblpXNTBNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQU\
V4aHZuYWtDSmVpZ3pqWkFVYU5adVAwMWUrUWxVY1E5UjJMSWs2UkI2dmtjdFdMS3BaWC\
85TGthNEdxckFWWmhhM3ZKcmhGc0l4OEdUQkhqWnZLMVd1Nk5uTUdVd0RnWURWUjBQQV\
FIL0JBUURBZ09JTUI4R0ExVWRJd1FZTUJhQUZHK2hQVzUxN1ovb3NSQ0ZUc2NlUDY4bj\
kzc2pNQjBHQTFVZERnUVdCQlJNdHp0akVwVlJUT3ZBVGRCamtGNWFHeVlQZURBVEJnTl\
ZIU1VFRERBS0JnZ3JCZ0VGQlFjREFqQUtCZ2dxaGtqT1BRUURBZ05IQURCRUFpQmJoRG\
pwbDJ2cWNONnBSVjRuZVU0dFFsWWFOTit4ZjNnSnUrMHBKblNBL1FJZ0ljcXpsZmhYaU\
Qxc0g3VTVQdUtwVVpzSWpkRjRSenhzQTZxSnRFTEQyUHM9Il19fQ",
  "signatures": [
    {
      "protected": "eyJ4NWMiOlsiTUlJQm96Q0NBVXFnQXdJQkFnSUdBVzBlTHVJ\
Rk1Bb0dDQ3FHU000OUJBTUNNRFV4RXpBUkJnTlZCQW9NQ2sxNVFuVnphVzVsYzNNeERU\
QUxCZ05WQkFjTUJGTnBkR1V4RHpBTkJnTlZCQU1NQmxSbGMzUkRRVEFlRncweE9UQTVN\
VEV3TWpNM016SmFGdzB5T1RBNU1URXdNak0zTXpKYU1GUXhFekFSQmdOVkJBb01DazE1\
UW5WemFXNWxjM014RFRBTEJnTlZCQWNNQkZOcGRHVXhMakFzQmdOVkJBTU1KVkpsWjJs\
emRISmhjaUJXYjNWamFHVnlJRkpsY1hWbGMzUWdVMmxuYm1sdVp5QkxaWGt3V1RBVEJn\
Y3Foa2pPUFFJQkJnZ3Foa2pPUFFNQkJ3TkNBQVQ2eFZ2QXZxVHoxWlVpdU5XaFhwUXNr\
YVB5N0FISFFMd1hpSjBpRUx0NnVOUGFuQU4wUW5XTVlPLzBDREVqSWtCUW9idzhZS3Fq\
dHhKSFZTR1RqOUtPb3ljd0pUQVRCZ05WSFNVRUREQUtCZ2dyQmdFRkJRY0RIREFPQmdO\
VkhROEJBZjhFQkFNQ0I0QXdDZ1lJS29aSXpqMEVBd0lEUndBd1JBSWdZcjJMZnFvYUNL\
REY0UkFjTW1KaStOQ1pxZFNpdVZ1Z0lTQTdPaEtScTNZQ0lEeG5QTU1ucFhBTVRyUEp1\
UFd5Y2VFUjExUHhIT24rMENwU0hpMnFncFdYIl0sInR5cCI6InZvdWNoZXItandzK2pz\
b24iLCJhbGciOiJFUzI1NiJ9",
      "signature": "_mcsO5vo0g2rFmBvTb-UsOWkEmhYNfQ5XmbuKHKH0ZLjea-7\
911BilAMdFORmT4vCzWKBSH6HSqtpIRcSSxx7Q"
    }
  ]
}
]]></artwork></figure>

</section>
<section anchor="example-voucher-from-masa-to-pledge-via-registrar-and-registrar-agent"><name>Example Voucher - from MASA to Pledge, via Registrar and Registrar-Agent</name>

<t>The following is an example voucher-response from MASA to Pledge via Registrar and Registrar-Agent, in "General JWS JSON Serialization". The message size of this Voucher is: 1916 bytes</t>

<figure title="Example Voucher-Response from MASA" anchor="ExampleVoucherResponsefigure"><artwork align="left"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "payload":"eyJpZXRmLXZvdWNoZXI6dm91Y2hlciI6eyJhc3NlcnRpb24iOiJhZ2V\
udC1wcm94aW1pdHkiLCJzZXJpYWwtbnVtYmVyIjoiMDEyMzQ1Njc4OSIsIm5vbmNlIjo\
iTDNJSjZocHRIQ0lRb054YWFiOUhXQT09IiwiY3JlYXRlZC1vbiI6IjIwMjItMDQtMjZ\
UMDU6MTY6MjguNzI2WiIsInBpbm5lZC1kb21haW4tY2VydCI6Ik1JSUJwRENDQVVtZ0F\
3SUJBZ0lHQVcwZUx1SCtNQW9HQ0NxR1NNNDlCQU1DTURVeEV6QVJCZ05WQkFvTUNrMTV\
RblZ6YVc1bGMzTXhEVEFMQmdOVkJBY01CRk5wZEdVeER6QU5CZ05WQkFNTUJsUmxjM1J\
EUVRBZUZ3MHhPVEE1TVRFd01qTTNNekphRncweU9UQTVNVEV3TWpNM016SmFNRFV4RXp\
BUkJnTlZCQW9NQ2sxNVFuVnphVzVsYzNNeERUQUxCZ05WQkFjTUJGTnBkR1V4RHpBTkJ\
nTlZCQU1NQmxSbGMzUkRRVEJaTUJNR0J5cUdTTTQ5QWdFR0NDcUdTTTQ5QXdFSEEwSUF\
CT2t2a1RIdThRbFQzRkhKMVVhSTcrV3NIT2IwVVMzU0FMdEc1d3VLUURqaWV4MDYvU2N\
ZNVBKaWJ2Z0hUQitGL1FUamdlbEhHeTFZS3B3Y05NY3NTeWFqUlRCRE1CSUdBMVVkRXd\
FQi93UUlNQVlCQWY4Q0FRRXdEZ1lEVlIwUEFRSC9CQVFEQWdJRU1CMEdBMVVkRGdRV0J\
CVG9aSU16UWRzRC9qLytnWC83Y0JKdWNIL1htakFLQmdncWhrak9QUVFEQWdOSkFEQkd\
BaUVBdHhRMytJTEdCUEl0U2g0YjlXWGhYTnVocVNQNkgrYi9MQy9mVllEalE2b0NJUUR\
HMnVSQ0hsVnEzeWhCNThUWE1VYnpIOCtPbGhXVXZPbFJEM1ZFcURkY1F3PT0ifX0",
  "signatures":[{
    "protected":"eyJ4NWMiOlsiTUlJQmt6Q0NBVGlnQXdJQkFnSUdBV0ZCakNrWU1\
Bb0dDQ3FHU000OUJBTUNNRDB4Q3pBSkJnTlZCQVlUQWtGUk1SVXdFd1lEVlFRS0RBeEt\
hVzVuU21sdVowTnZjbkF4RnpBVkJnTlZCQU1NRGtwcGJtZEthVzVuVkdWemRFTkJNQjR\
YRFRFNE1ERXlPVEV3TlRJME1Gb1hEVEk0TURFeU9URXdOVEkwTUZvd1R6RUxNQWtHQTF\
VRUJoTUNRVkV4RlRBVEJnTlZCQW9NREVwcGJtZEthVzVuUTI5eWNERXBNQ2NHQTFVRUF\
3d2dTbWx1WjBwcGJtZERiM0p3SUZadmRXTm9aWElnVTJsbmJtbHVaeUJMWlhrd1dUQVR\
CZ2NxaGtqT1BRSUJCZ2dxaGtqT1BRTUJCd05DQUFTQzZiZUxBbWVxMVZ3NmlRclJzOFI\
wWlcrNGIxR1d5ZG1XczJHQU1GV3diaXRmMm5JWEgzT3FIS1Z1OHMyUnZpQkdOaXZPS0d\
CSEh0QmRpRkVaWnZiN294SXdFREFPQmdOVkhROEJBZjhFQkFNQ0I0QXdDZ1lJS29aSXp\
qMEVBd0lEU1FBd1JnSWhBSTRQWWJ4dHNzSFAyVkh4XC90elVvUVwvU3N5ZEwzMERRSU5\
FdGNOOW1DVFhQQWlFQXZJYjNvK0ZPM0JUbmNMRnNhSlpSQWtkN3pPdXNuXC9cL1pLT2F\
FS2JzVkRpVT0iXSwiYWxnIjoiRVMyNTYifQ",
    "signature":"0TB5lr-cs1jqka2vNbQm3bBYWfLJd8zdVKIoV53eo2YgSITnKKY\
TvHMUw0wx9wdyuNVjNoAgLysNIgEvlcltBw"
  }]
}
]]></artwork></figure>

</section>
<section anchor="example-voucher-masa-issued-voucher-with-additional-registrar-signature-from-masa-to-pledge-via-registrar-and-registrar-agent"><name>Example Voucher, MASA issued Voucher with additional Registrar signature (from MASA to Pledge, via Registrar and Registrar-Agent)</name>

<t>The following is an example voucher-response from MASA to Pledge via Registrar and Registrar-Agent, in "General JWS JSON Serialization".
The message size of this Voucher is: 2994 bytes</t>

<figure title="Example Voucher-Response from MASA, with additional Registrar signature" anchor="ExampleVoucherResponseWithRegSignfigure"><artwork align="left"><![CDATA[
=============== NOTE: '\' line wrapping per RFC 8792 ================

{
  "payload": "eyJpZXRmLXZvdWNoZXI6dm91Y2hlciI6eyJhc3NlcnRpb24iOiJhZ2\
VudC1wcm94aW1pdHkiLCJzZXJpYWwtbnVtYmVyIjoiMDEyMzQ1Njc4OSIsIm5vbmNlIj\
oia2hOeUtwTXRoY2NpYTFyWHc0NC92UT09IiwiY3JlYXRlZC1vbiI6IjIwMjQtMDYtMj\
RUMDk6MDI6MTYuMjQ0WiIsInBpbm5lZC1kb21haW4tY2VydCI6Ik1JSUJwRENDQVVtZ0\
F3SUJBZ0lHQVcwZUx1SCtNQW9HQ0NxR1NNNDlCQU1DTURVeEV6QVJCZ05WQkFvTUNrMT\
VRblZ6YVc1bGMzTXhEVEFMQmdOVkJBY01CRk5wZEdVeER6QU5CZ05WQkFNTUJsUmxjM1\
JEUVRBZUZ3MHhPVEE1TVRFd01qTTNNekphRncweU9UQTVNVEV3TWpNM016SmFNRFV4RX\
pBUkJnTlZCQW9NQ2sxNVFuVnphVzVsYzNNeERUQUxCZ05WQkFjTUJGTnBkR1V4RHpBTk\
JnTlZCQU1NQmxSbGMzUkRRVEJaTUJNR0J5cUdTTTQ5QWdFR0NDcUdTTTQ5QXdFSEEwSU\
FCT2t2a1RIdThRbFQzRkhKMVVhSTcrV3NIT2IwVVMzU0FMdEc1d3VLUURqaWV4MDYvU2\
NZNVBKaWJ2Z0hUQitGL1FUamdlbEhHeTFZS3B3Y05NY3NTeWFqUlRCRE1CSUdBMVVkRX\
dFQi93UUlNQVlCQWY4Q0FRRXdEZ1lEVlIwUEFRSC9CQVFEQWdJRU1CMEdBMVVkRGdRV0\
JCVG9aSU16UWRzRC9qLytnWC83Y0JKdWNIL1htakFLQmdncWhrak9QUVFEQWdOSkFEQk\
dBaUVBdHhRMytJTEdCUEl0U2g0YjlXWGhYTnVocVNQNkgrYi9MQy9mVllEalE2b0NJUU\
RHMnVSQ0hsVnEzeWhCNThUWE1VYnpIOCtPbGhXVXZPbFJEM1ZFcURkY1F3PT0ifX0",
  "signatures": [
    {
      "protected": "eyJ4NWMiOlsiTUlJQmt6Q0NBVGlnQXdJQkFnSUdBV0ZCakNr\
WU1Bb0dDQ3FHU000OUJBTUNNRDB4Q3pBSkJnTlZCQVlUQWtGUk1SVXdFd1lEVlFRS0RB\
eEthVzVuU21sdVowTnZjbkF4RnpBVkJnTlZCQU1NRGtwcGJtZEthVzVuVkdWemRFTkJN\
QjRYRFRFNE1ERXlPVEV3TlRJME1Gb1hEVEk0TURFeU9URXdOVEkwTUZvd1R6RUxNQWtH\
QTFVRUJoTUNRVkV4RlRBVEJnTlZCQW9NREVwcGJtZEthVzVuUTI5eWNERXBNQ2NHQTFV\
RUF3d2dTbWx1WjBwcGJtZERiM0p3SUZadmRXTm9aWElnVTJsbmJtbHVaeUJMWlhrd1dU\
QVRCZ2NxaGtqT1BRSUJCZ2dxaGtqT1BRTUJCd05DQUFTQzZiZUxBbWVxMVZ3NmlRclJz\
OFIwWlcrNGIxR1d5ZG1XczJHQU1GV3diaXRmMm5JWEgzT3FIS1Z1OHMyUnZpQkdOaXZP\
S0dCSEh0QmRpRkVaWnZiN294SXdFREFPQmdOVkhROEJBZjhFQkFNQ0I0QXdDZ1lJS29a\
SXpqMEVBd0lEU1FBd1JnSWhBSTRQWWJ4dHNzSFAyVkh4L3R6VW9RL1NzeWRMMzBEUUlO\
RXRjTjltQ1RYUEFpRUF2SWIzbytGTzNCVG5jTEZzYUpaUkFrZDd6T3Vzbi8vWktPYUVL\
YnNWRGlVPSJdLCJ0eXAiOiJ2b3VjaGVyLWp3cytqc29uIiwiYWxnIjoiRVMyNTYifQ",
      "signature": "SFtc2xqK8xN2KVqkYKJl7EUU8UJAai3VvCuK8LIfH8HZFvrr\
hqGiY8vK5cbQHQCjVcroFLn7IyhH708XAdstAQ"
    },
    {
      "protected": "eyJ4NWMiOlsiTUlJQjRqQ0NBWWlnQXdJQkFnSUdBWFk3MmJi\
Wk1Bb0dDQ3FHU000OUJBTUNNRFV4RXpBUkJnTlZCQW9NQ2sxNVFuVnphVzVsYzNNeERU\
QUxCZ05WQkFjTUJGTnBkR1V4RHpBTkJnTlZCQU1NQmxSbGMzUkRRVEFlRncweU1ERXlN\
RGN3TmpFNE1USmFGdzB6TURFeU1EY3dOakU0TVRKYU1ENHhFekFSQmdOVkJBb01DazE1\
UW5WemFXNWxjM014RFRBTEJnTlZCQWNNQkZOcGRHVXhHREFXQmdOVkJBTU1EMFJ2YldG\
cGJsSmxaMmx6ZEhKaGNqQlpNQk1HQnlxR1NNNDlBZ0VHQ0NxR1NNNDlBd0VIQTBJQUJC\
azE2Sy9pNzlvUmtLNVliZVBnOFVTUjgvdXMxZFBVaVpITXRva1NkcUtXNWZuV3NCZCtx\
Ukw3V1JmZmVXa3lnZWJvSmZJbGx1cmNpMjV3bmhpT1ZDR2plekI1TUIwR0ExVWRKUVFX\
TUJRR0NDc0dBUVVGQndNQkJnZ3JCZ0VGQlFjREhEQU9CZ05WSFE4QkFmOEVCQU1DQjRB\
d1NBWURWUjBSQkVFd1A0SWRjbVZuYVhOMGNtRnlMWFJsYzNRdWMybGxiV1Z1Y3kxaWRD\
NXVaWFNDSG5KbFoybHpkSEpoY2kxMFpYTjBOaTV6YVdWdFpXNXpMV0owTG01bGREQUtC\
Z2dxaGtqT1BRUURBZ05JQURCRkFpQnhsZEJoWnEwRXY1SkwyUHJXQ3R5UzZoRFlXMXlD\
Ty9SYXVicEM3TWFJRGdJaEFMU0piZ0xuZ2hiYkFnMGRjV0ZVVm8vZ0dOMC9qd3pKWjBT\
bDJoNHhJWGsxIl0sInR5cCI6InZvdWNoZXItandzK2pzb24iLCJhbGciOiJFUzI1NiJ9\
",
      "signature": "0Q7_a7L4ahn2vmfSxxkKg1xsOMMc8_D7B_Ilzqv5DKzCMkc7\
8YeeezDsuh4Z5JNVQUYHPp7LsK_AS_WH8TdVzA"
    }
  ]
}

]]></artwork></figure>

</section>
</section>
<section anchor="pledgehttps"><name>HTTP-over-TLS operations between Registrar-Agent and Pledge</name>

<t>The use of HTTP-over-TLS between Registrar-Agent and pledge has been identified as an optional mechanism.</t>

<t>Provided that the key-agreement in the underlying TLS protocol connection can be properly authenticated, the use of TLS provides privacy for the voucher and enrollment operations between the pledge and the Registrar-Agent.
The authenticity of the onboarding and enrollment is not dependant upon the security of the TLS connection.</t>

<t>The use of HTTP-over-TLS is not mandated by this document for two main reasons:</t>

<t><list style="numbers" type="1">
  <t>A certificate is generally required in order to do TLS.  While there are other modes of authentication including PSK, various EAP methods, and raw public key, they do not help as there is no previous relationship between the Registrar-Agent and the pledge.</t>
  <t>The pledge can use its IDevID certificate to authenticate itself, but <xref target="RFC9525"/> DNS-ID methods do not apply, as the pledge does not have a FQDN, and hence cannot be identified by DNS name.  Instead a new mechanism is required, which authenticates the X520SerialNumber DN attribute that must be present in every IDevID.</t>
</list></t>

<t>If the Registrar-Agent has a pre-configured list of which product-serial-number(s), from which manufacturers it expects to see, then it can attempt to match this pledge against a list of potential devices.</t>

<t>In many cases only the list of manufacturers is known ahead of time, so at most the Registrar-Agent can show the X520SerialNumber to the (human) operator who may then attempt to confirm that they are standing in front of a device with that product-serial-number.
The use of scanable QR codes may help automate this in some cases.</t>

<t>The CA used to sign the IDevID will be a manufacturer private PKI as described in <xref section="4.1" sectionFormat="of" target="I-D.irtf-t2trg-taxonomy-manufacturer-anchors"/>.
The anchors for this PKI will never be part of the public WebPKI anchors which are distributed with most smartphone operating systems.
A Registrar-Agent application will need to use different APIs in order to initiate an HTTPS connection without performing WebPKI verification.
The application will then have to do its own certificate chain verification against a store of manufacturer trust anchors.
In the Android ecosystem this involves use of a customer TrustManager: many application developers do not create these correctly, and there is significant push to remove this option as it has repeatedly resulted in security failures (see <xref target="androidtrustfail"/>).</t>

<t>Also note that an Extended Key Usage (EKU) for TLS WWW Server authentication cannot be expected in the pledge IDevID certificate.
IDevID certificates are intended to be widely useable and EKU does not support that use.</t>

</section>
<section anchor="app_history"><name>History of Changes [RFC Editor: please delete]</name>

<t>Proof of Concept Code available</t>

<t>From IETF draft 13 -&gt; IETF draft 14:</t>

<t><list style="symbols">
  <t>Update of the examples in <xref target="examples"/> to align with the defined prototypes</t>
  <t>Changes incorporated based on Shepherd review PR #133:
  <list style="symbols">
      <t>Terminology alignment and clarification throughout the document to use terms more consistently</t>
      <t>Restructuring of <xref target="exchanges"/> for protocol steps to align to the general approach: Overview, data description, CDDL description (if necessary), JWS Header an Signature. This lead to some movement of text between existing and new subsections.</t>
      <t>Inclusion of new section on logging hints <xref target="log_hints"/> to give recommendations on which events to be logged for auditing</t>
      <t>Alignment of pledge status response data across <xref target="vstatus_data"/>, <xref target="estatus_data"/>, and <xref target="pstatus_data"/>.</t>
      <t>Included MASA component in description of affected components in <xref target="system-components"/></t>
      <t>Moved host header field handling from <xref target="pledgehttps"/> to <xref target="pledge_component"/> as generally applicable</t>
      <t>Updated status artifacts (vStatus, eStatus, pStatus) to align with BRSKI CDDL definition, but made reason-context mandatory  to have distinguishable objects for the registrar-agent</t>
      <t>Correction of terminology of local host name vs. service instance name in <xref target="discovery_uc2_ppa"/></t>
    </list></t>
  <t>Update of informative references and nits</t>
</list></t>

<t>From IETF draft 12 -&gt; IETF draft 13:</t>

<t><list style="symbols">
  <t>Deleted figure in Section "Request Artifact: Pledge Voucher-Request Trigger (tPVR)" for JSON representation of tPVR, as it has been replaced by CDDL</t>
  <t>Updated reason-content description in status response messages (enroll-status, voucher-status, and status-response).</t>
  <t>Updated CDDL source code integration to allow for automatic verification</t>
  <t>Reordered description in <xref target="pvr"/> in <xref target="tper"/> to better match the order of communication and artifact processing.</t>
  <t>Updated CDDL for the request-enroll trigger in <xref target="tper_CDDL_def"/> according to the outcome of the interim ANIMA WG meeting discussions on April 19, 2024</t>
  <t>Included statement in <xref target="per_artifact"/> for using the advanced created-on time from the agent-signed-data also for the PER, when the pledge has no synchronized clock</t>
</list></t>

<t>From IETF draft 11 -&gt; IETF draft 12:</t>

<t><list style="symbols">
  <t>Updated acknowledgments to reflect early reviews</t>
  <t>Addressed Shepherd review part 2 (Pull Request #132); containing: terminology alignment, structural improvements of the document; deletion of leftovers from previous draft versions; change of definitions to CDDL, when no YANG is available</t>
</list></t>

<t>From IETF draft 10 -&gt; IETF draft 11:</t>

<t><list style="symbols">
  <t>issue #79, clarified that BRSKI discovery in the context of BRSKI-PRM is not needed in <xref target="discovery_uc2_reg"/>.</t>
  <t>issue #103, removed step 6 in verification handling for the wrapped CA certificate provisioning as only applicable after enrollment <xref target="cacerts"/></t>
  <t>issue #128: included notation of nomadic operation of the Registrar-Agent in <xref target="architecture"/>, including proposed text from PR #131</t>
  <t>issue #130, introduced DNS service discovery name for brski_pledge to enable discovery by the Registrar-Agent in <xref target="iana_con"/></t>
  <t>removed unused reference RFC 5280</t>
  <t>removed site terminology</t>
  <t>deleted duplicated text in <xref target="pledge_component"/></t>
  <t>clarified registrar discovery and relation to BRSKI-Discovery in <xref target="discovery_uc2_reg"/></t>
  <t>clarified discovery of pledges by the Registrar-Agent in <xref target="discovery_uc2_ppa"/>, deleted reference to GRASP as handled in BRSKI-Discovery</t>
  <t>addressed comments from SECDIR early review</t>
</list></t>

<t>From IETF draft 09 -&gt; IETF draft 10:</t>

<t><list style="symbols">
  <t>issue #79, clarified discovery in the context of BRSKI-PRM and included information about future discovery enhancements in a separate draft in <xref target="discovery_uc2_reg"/>.</t>
  <t>issue #93, included information about conflict resolution in mDNS and GRASP in <xref target="discovery_uc2_ppa"/></t>
  <t>issue #103, included verification handling for the wrapped CA certificate provisioning in <xref target="cacerts"/></t>
  <t>issue #106, included additional text to elaborate more the registrar status handling in <xref target="vstatus"/> and <xref target="estatus"/></t>
  <t>issue #116, enhanced DoS description in <xref target="sec_cons-dos"/></t>
  <t>issue #120, included statement regarding pledge host header processing in <xref target="pledge_component"/></t>
  <t>issue #122, availability of product-serial-number information on registrar agent clarified in <xref target="tpvr"/></t>
  <t>issue #123, Clarified usage of alternative voucher formats in  <xref target="rvr_artifact"/></t>
  <t>issue #124, determination of pinned domain certificate done as in RFC 8995 included in <xref target="voucher_artifact"/></t>
  <t>issue #125, remove strength comparison of voucher assertions in <xref target="agt_prx"/> and <xref target="exchanges"/></t>
  <t>issue #130, aligned the usage of site and domain throughout the document</t>
  <t>changed naming of registrar certificate from LDevID(RegAgt) to Registrar-Agent EE certificate throughout the document</t>
  <t>change x5b to x5bag according to <xref target="RFC9360"/></t>
  <t>updated JSON examples -&gt; "signature": BASE64URL(JWS Signature)</t>
</list></t>

<t>From IETF draft 08 -&gt; IETF draft 09:</t>

<t><list style="symbols">
  <t>issue #80, enhanced <xref target="discovery_uc2_ppa"/> with clarification on the product-serial-number and the inclusion of GRASP</t>
  <t>issue #81, enhanced introduction with motivation for agent_signed_data</t>
  <t>issue #82, included optional TLS protection of the communication link between Registrar-Agent and pledge in the introduction <xref target="req-sol"/>, and <xref target="tpvr"/></t>
  <t>issue #83, enhanced <xref target="tper"/> and <xref target="pvr"/> with note to re-enrollment</t>
  <t>issue #87, clarified available information at the Registrar-Agent in <xref target="tpvr"/></t>
  <t>issue #88, clarified, that the PVR in <xref target="tpvr"/> and PER in <xref target="tper"/> may contain the certificate chain. If not contained it <bcp14>MUST</bcp14> be available at the registrar.</t>
  <t>issue #91, clarified that a separate HTTP connection may also be used to provide the PER in <xref target="per"/></t>
  <t>resolved remaining editorial issues discovered after WGLC (responded to on the mailing list in Reply 1 and Reply 2) resulting in more consistent descriptions</t>
  <t>issue #92: kept separate endpoint for wrapped CSR on registrar <xref target="obtain_cacerts"/></t>
  <t>issue #94: clarified terminology (possess vs. obtained)</t>
  <t>issue #95: clarified optional IDevID CA certificates on Registrar-Agent</t>
  <t>issue #96: updated exchangesfig_uc2_3 to correct to just one CA certificate provisioning</t>
  <t>issue #97: deleted format explanation in exchanges_uc2_3 as it may be misleading</t>
  <t>issue #99: motivated verification of second signature on voucher in <xref target="voucher"/></t>
  <t>issue #100: included negative example in <xref target="vstatus_data_example_error"/></t>
  <t>issue #101: included handling if <xref target="voucher"/> voucher telemetry information has not been received by the Registrar-Agent</t>
  <t>issue #102: relaxed requirements for CA certs provisioning in <xref target="cacerts"/></t>
  <t>issue #105: included negative example in <xref target="estatus_data_example_error"/></t>
  <t>issue #107: included example for certificate revocation in <xref target="estatus"/></t>
  <t>issue #108: renamed heading to Pledge-Status Request of <xref target="query"/></t>
  <t>issue #111: included pledge-status response processing for authenticated requests in <xref target="query"/></t>
  <t>issue #112: added "Example key word in pledge-status response in <xref target="stat_example_bootstrap"/></t>
  <t>issue #113: enhanced description of status reply for "factory-default" in  <xref target="query"/></t>
  <t>issue #114: Consideration of optional TLS usage in Privacy Considerations</t>
  <t>issue #115: Consideration of optional TLS usage in Privacy Considerations to protect potentially privacy related information in the bootstrapping like status information, etc.</t>
  <t>issue #116: Enhanced DoS description and mitigation options in security consideration section</t>
  <t>updated references</t>
</list></t>

<t>From IETF draft 07 -&gt; IETF draft 08:</t>

<t><list style="symbols">
  <t>resolved editorial issues discovered after WGLC (still open issues remaining)</t>
  <t>resolved first comments from the Shepherd review as discussed in PR #85 on the ANIMA github</t>
</list></t>

<t>From IETF draft 06 -&gt; IETF draft 07:</t>

<t><list style="symbols">
  <t>WGLC resulted in a removal of the voucher enhancements completely from this document to RFC 8366bis, containing all enhancements and augmentations of the voucher, including the voucher-request as well as the tree diagrams</t>
  <t>smaller editorial corrections</t>
</list></t>

<t>From IETF draft 05 -&gt; IETF draft 06:</t>

<t><list style="symbols">
  <t>Update of list of reviewers</t>
  <t>Issue #67, shortened the pledge endpoints to prepare for constraint deployments</t>
  <t>Included table for new endpoints on the registrar in the overview of the Registrar-Agent</t>
  <t>addressed review comments from SECDIR early review (terminology clarifications, editorial improvements)</t>
  <t>addressed review comments from IOTDIR early review (terminology clarifications, editorial improvements)</t>
</list></t>

<t>From IETF draft 04 -&gt; IETF draft 05:</t>

<t><list style="symbols">
  <t>Restructured document to have a distinct section for the object flow and handling and shortened introduction, issue #72</t>
  <t>Added security considerations for using mDNS without a specific product-serial-number, issue #75</t>
  <t>Clarified pledge-status responses are cumulative, issue #73</t>
  <t>Removed agent-sign-cert from trigger data to save bandwidth and remove complexity through options, issue #70</t>
  <t>Changed terminology for LDevID(Reg) certificate to registrar LDevID certificate, as it does not need to be an LDevID, issue #66</t>
  <t>Added new protected header parameter (created-on) in PER to support freshness validation, issue #63</t>
  <t>Removed reference to CAB Forum as not needed for BRSKI-PRM specifically, issue #65</t>
  <t>Enhanced error codes in section 5.5.1, issue #39, #64</t>
  <t>Enhanced security considerations and privacy considerations, issue #59</t>
  <t>Issue #50 addressed by referring to the utilized enrollment protocol</t>
  <t>Issue #47 MASA verification of LDevID(RegAgt) to the same registrar LDevID certificate domain CA</t>
  <t>Reworked terminology of "enrollment object", "certification object", "enrollment request object", etc., issue #27</t>
  <t>Reworked all message representations to align with encoding</t>
  <t>Added explanation of MASA requiring domain CA cert in section 5.5.1 and section 5.5.2, issue #36</t>
  <t>Defined new endpoint for pledge bootstrapping status inquiry, issue #35 in section <xref target="query"/>, IANA considerations and section <xref target="pledge_component"/></t>
  <t>Included examples for several objects in section <xref target="examples"/> including message example sizes, issue #33</t>
  <t>PoP for private key to registrar certificate included as mandatory, issues #32 and #49</t>
  <t>Issue #31, clarified that combined pledge may act as client/server for further (re)enrollment</t>
  <t>Issue #42, clarified that Registrar needs to verify the status responses with and ensure that they match the audit log response from the MASA, otherwise it needs drop the pledge and revoke the certificate</t>
  <t>Issue #43, clarified that the pledge shall use the create time from the trigger message if the time has not been synchronized, yet.</t>
  <t>Several editorial changes and enhancements to increasing readability.</t>
</list></t>

<t>From IETF draft 03 -&gt; IETF draft 04:</t>

<t><list style="symbols">
  <t>In deep Review by Esko Dijk lead to issues #22-#61, which are bein stepwise integrated</t>
  <t>Simplified YANG definition by augmenting the voucher-request from RFC 8995 instead of redefining it.</t>
  <t>Added explanation for terminology "endpoint" used in this document, issue #16</t>
  <t>Added clarification that Registrar-Agent may collect PVR or PER or both in one run, issue #17</t>
  <t>Added a statement that nonceless voucher may be accepted, issue #18</t>
  <t>Simplified structure in section <xref target="sup-env"/>, issue #19</t>
  <t>Removed join proxy in <xref target="uc2figure"/> and added explanatory text, issue #20</t>
  <t>Added description of pledge-CAcerts endpoint plus further handling of providing a wrapped CA certs response to the pledge in section <xref target="cacerts"/>; also added new required registrar endpoint (section <xref target="pvr"/> and IANA considerations) for the registrar to provide a wrapped CA certs response, issue #21</t>
  <t>utilized defined abbreviations in the document consistently, issue #22</t>
  <t>Reworked text on discovery according to issue #23 to clarify scope and handling</t>
  <t>Added several clarifications based on review comments</t>
</list></t>

<t>From IETF draft 02 -&gt; IETF draft 03:</t>

<t><list style="symbols">
  <t>Updated examples to state "base64encodedvalue==" for x5c occurrences</t>
  <t>Include link to SVG graphic as general overview</t>
  <t>Restructuring of section 5 to flatten hierarchy</t>
  <t>Enhanced requirements and motivation in <xref target="req-sol"/></t>
  <t>Several editorial improvements based on review comments</t>
</list></t>

<t>From IETF draft 01 -&gt; IETF draft 02:</t>

<t><list style="symbols">
  <t>Issue #15 included additional signature on voucher from registrar in section <xref target="pvr"/> and section <xref target="agt_prx"/>
The verification of multiple signatures is described in section <xref target="voucher"/></t>
  <t>Included representation for General JWS JSON Serialization for examples</t>
  <t>Included error responses from pledge if it is not able to create a Pledge-Voucher-Request or an enrollment request in section <xref target="tpvr"/></t>
  <t>Removed open issue regarding handling of multiple CSRs and Enroll-Responses during the bootstrapping as the initial target it the provisioning of a generic LDevID certificate. The defined endpoint on the pledge may also be used for management of further certificates.</t>
</list></t>

<t>From IETF draft 00 -&gt; IETF draft 01:</t>

<t><list style="symbols">
  <t>Issue #15 lead to the inclusion of an option for an additional signature of the registrar on the voucher received from the MASA before forwarding to the Registrar-Agent to support verification of POP of the registrars private key in section <xref target="pvr"/> and exchanges_uc2_3.</t>
  <t>Based on issue #11, a new endpoint was defined for the registrar to enable delivery of the wrapped enrollment request from the pledge (in contrast to plain PKCS#10 in simple enroll).</t>
  <t>Decision on issue #8 to not provide an additional signature on the enrollment-response object by the registrar. As the Enroll-Response will only contain the generic LDevID certificate. This credential builds the base for further configuration outside the initial enrollment.</t>
  <t>Decision on issue #7 to not support multiple CSRs during the bootstrapping, as based on the generic LDevID certificate the pledge may enroll for further certificates.</t>
  <t>Closed open issue #5 regarding verification of ietf-ztp-types usage as verified
via a proof-of-concept in section <xref target="tpvr"/>.</t>
  <t>Housekeeping: Removed already addressed open issues stated in the draft directly.</t>
  <t>Reworked text in from introduction to section pledge-responder-mode</t>
  <t>Fixed "serial-number" encoding in PVR/RVR</t>
  <t>Added prior-signed-voucher-request in the parameter description of the
registrar-voucher-request in <xref target="pvr"/>.</t>
  <t>Note added in <xref target="pvr"/> if sub-CAs are used, that the
corresponding information is to be provided to the MASA.</t>
  <t>Inclusion of limitation section (pledge sleeps and needs to be waked
up. Pledge is awake but Registrar-Agent is not available) (Issue #10).</t>
  <t>Assertion-type aligned with voucher in RFC8366bis, deleted related
open issues. (Issue #4)</t>
  <t>Included table for endpoints in <xref target="pledge_component"/> for better readability.</t>
  <t>Included registrar authorization check for Registrar-Agent during
TLS handshake  in section <xref target="pvr"/>. Also enhanced figure
<xref target="exchangesfig_uc2_all"/> with the authorization step on TLS level.</t>
  <t>Enhanced description of registrar authorization check for Registrar-Agent
based on the agent-signed-data in section <xref target="pvr"/>. Also
enhanced figure <xref target="exchangesfig_uc2_all"/> with the authorization step
on Pledge-Voucher-Request level.</t>
  <t>Changed agent-signed-cert to an array to allow for providing further
certificate information like the issuing CA cert for the LDevID(RegAgt)
certificate in case the registrar and the Registrar-Agent have different
issuing CAs in <xref target="exchangesfig_uc2_all"/> (issue #12).
This also required changes in the YANG module in <xref target="I-D.ietf-anima-rfc8366bis"/></t>
  <t>Addressed YANG warning (issue #1)</t>
  <t>Inclusion of examples for a trigger to create a Pledge-Voucher-Request
and an Pledge Enroll-Request.</t>
</list></t>

<t>From IETF draft-ietf-anima-brski-async-enroll-03 -&gt; IETF anima-brski-prm-00:</t>

<t><list style="symbols">
  <t>Moved UC2 related parts defining the Pledge in Responder Mode from
draft-ietf-anima-brski-async-enroll-03 to this document
This required changes and adaptations in several sections to remove
the description and references to UC1.</t>
  <t>Addressed feedback for voucher-request enhancements from YANG doctor
early review, meanwhile moved to <xref target="I-D.ietf-anima-rfc8366bis"/> as well as in the security considerations (formerly named ietf-async-voucher-request).</t>
  <t>Renamed ietf-async-voucher-request to IETF-voucher-request-prm to
to allow better listing of voucher related extensions; aligned with
constraint voucher (#20)</t>
  <t>Utilized ietf-voucher-request-async instead of ietf-voucher-request
in voucher exchanges to utilize the enhanced voucher-request.</t>
  <t>Included changes from draft-ietf-netconf-sztp-csr-06 regarding the
YANG definition of csr-types into the enrollment request exchange.</t>
</list></t>

<t>From IETF draft 02 -&gt; IETF draft 03:</t>

<t><list style="symbols">
  <t>Housekeeping, deleted open issue regarding YANG voucher-request
in <xref target="tpvr"/> as voucher-request was
enhanced with additional leaf.</t>
  <t>Included open issues in YANG model in <xref target="architecture"/> regarding assertion
value agent-proximity and csr encapsulation using SZTP sub module).</t>
</list></t>

<t>From IETF draft 01 -&gt; IETF draft 02:</t>

<t><list style="symbols">
  <t>Defined call flow and objects for interactions in UC2. Object format
based on draft for JOSE signed voucher artifacts and aligned the
remaining objects with this approach in <xref target="exchanges"/>.</t>
  <t>Terminology change: issue #2 pledge-agent -&gt; Registrar-Agent to
better underline Registrar-Agent relation.</t>
  <t>Terminology change: issue #3 PULL/PUSH -&gt; pledge-initiator-mode
and pledge-responder-mode to better address the pledge operation.</t>
  <t>Communication approach between pledge and Registrar-Agent
changed by removing TLS-PSK (former section TLS establishment)
and associated references to other drafts in favor of relying on
higher layer exchange of signed data objects. These data objects
are included also in the Pledge-Voucher-Request and lead to an
extension of the YANG module for the voucher-request (issue #12).</t>
  <t>Details on trust relationship between Registrar-Agent and
registrar (issue #4, #5, #9) included in <xref target="architecture"/>.</t>
  <t>Recommendation regarding short-lived certificates for
Registrar-Agent authentication towards registrar (issue #7) in
the security considerations.</t>
  <t>Introduction of reference to Registrar-Agent signing certificate using
SubjectKeyIdentifier in Registrar-Agent signed data (issue #37).</t>
  <t>Enhanced objects in exchanges between pledge and Registrar-Agent
to allow the registrar to verify agent-proximity to the pledge
(issue #1) in <xref target="exchanges"/>.</t>
  <t>Details on trust relationship between Registrar-Agent and
pledge (issue #5) included in <xref target="architecture"/>.</t>
  <t>Split of use case 2 call flow into sub sections in <xref target="exchanges"/>.</t>
</list></t>

<t>From IETF draft 00 -&gt; IETF draft 01:</t>

<t><list style="symbols">
  <t>Update of scope in <xref target="sup-env"/> to include in
which the pledge acts as a server. This is one main motivation
for use case 2.</t>
  <t>Rework of use case 2 in <xref target="architecture"/> to consider the
transport between the pledge and the pledge-agent. Addressed is
the TLS channel establishment between the pledge-agent and the
pledge as well as the endpoint definition on the pledge.</t>
  <t>First description of exchanged object types (needs more work)</t>
  <t>Clarification in discovery options for enrollment endpoints at
the domain registrar based on well-known endpoints do not
result in additional /.well-known URIs. Update of the illustrative example.
Note that the change to /brski for the voucher related endpoints
has been taken over in the BRSKI main document.</t>
  <t>Updated references.</t>
  <t>Included Thomas Werner as additional author for the document.</t>
</list></t>

<t>From individual version 03 -&gt; IETF draft 00:</t>

<t><list style="symbols">
  <t>Inclusion of discovery options of enrollment endpoints at
the domain registrar based on well-known endpoints in
new section as replacement of section 5.1.3
in the individual draft. This is intended to support both use
cases in the document. An illustrative example is provided.</t>
  <t>Missing details provided for the description and call flow in
pledge-agent use case <xref target="architecture"/>, e.g. to
accommodate distribution of CA certificates.</t>
  <t>Updated CMP example in to use lightweight CMP instead of CMP, as the
draft already provides the necessary /.well-known endpoints.</t>
  <t>Requirements discussion moved to separate section in
<xref target="req-sol"/>. Shortened description of proof
of identity binding and mapping to existing protocols.</t>
  <t>Removal of copied call flows for voucher exchange and registrar
discovery flow from <xref target="RFC8995"/> in UC1 to avoid doubling or text or
inconsistencies.</t>
  <t>Reworked abstract and introduction to be more crisp regarding
the targeted solution. Several structural changes in the document
to have a better distinction between requirements, use case
description, and solution description as separate sections.
History moved to appendix.</t>
</list></t>

<t>From individual version 02 -&gt; 03:</t>

<t><list style="symbols">
  <t>Update of terminology from self-contained to authenticated
self-contained object to be consistent in the wording and to
underline the protection of the object with an existing
credential. Note that the naming of this object may be discussed.
An alternative name may be attestation object.</t>
  <t>Simplification of the architecture approach for the initial use
case having an offsite PKI.</t>
  <t>Introduction of a new use case utilizing authenticated
self-contain objects to onboard a pledge using a commissioning
tool containing a pledge-agent. This requires additional changes
in the BRSKI call flow sequence and led to changes in the
introduction, the application example,and also in the
related BRSKI-PRM call flow.</t>
</list></t>

<t>From individual version 01 -&gt; 02:</t>

<t><list style="symbols">
  <t>Update of introduction text to clearly relate to the usage of
IDevID and LDevID.</t>
  <t>Update of description of architecture elements and
changes to BRSKI in <xref target="architecture"/>.</t>
  <t>Enhanced consideration of existing enrollment protocols in the
context of mapping the requirements to existing solutions in
<xref target="req-sol"/>.</t>
</list></t>

<t>From individual version 00 -&gt; 01:</t>

<t><list style="symbols">
  <t>Update of examples, specifically for building automation as
well as two new application use cases in <xref target="sup-env"/>.</t>
  <t>Deletion of asynchronous interaction with MASA to not
complicate the use case. Note that the voucher exchange can
already be handled in an asynchronous manner and is therefore
not considered further. This resulted in removal of the
alternative path the MASA in Figure 1 and the associated
description in <xref target="architecture"/>.</t>
  <t>Enhancement of description of architecture elements and
changes to BRSKI in <xref target="architecture"/>.</t>
  <t>Consideration of existing enrollment protocols in the context
of mapping the requirements to existing solutions in <xref target="req-sol"/>.</t>
  <t>New section starting with the
mapping to existing enrollment protocols by collecting
boundary conditions.</t>
</list></t>

</section>

    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
        <name>Contributors</name>
    <contact initials="E." surname="Dijk" fullname="Esko Dijk">
      <organization>IoTconsultancy.nl</organization>
      <address>
        <email>esko.dijk@iotconsultancy.nl</email>
      </address>
    </contact>
    <contact initials="T." surname="Eckert" fullname="Toerless Eckert">
      <organization>Futurewei</organization>
      <address>
        <email>tte@cs.fau.de</email>
      </address>
    </contact>
    <contact initials="M." surname="Kovatsch" fullname="Matthias Kovatsch">
      <organization>Siemens Schweiz AG</organization>
      <address>
        <email>ietf@kovatsch.net</email>
      </address>
    </contact>
    </section>

  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+y9+X4bx7E/+j+eYkKdzzUZAxAX7Y6T0BQV60RbSNo++fn6
ikNgSE4EYJCZAWVG9nmW+yz3yW6tvU0PFpKSZVtKPgkJYnq6q6ura/lWVa/X
69R5PcoeJV8dHP79afI2r8+TV6NseJYl+SQ5yKppMRlmZfK8GGbJOn2p9+rg
+UYnPTkpswt5Dj/qDIvBJB3DUMMyPa17eVaf9tJJPk57J2X1Ju9Ny3Fv604n
LbP0UfJympVpnReTKkknw+R5OknPsnE2qTtvzx4luy+ePt9NvvtbZ5jWMOD2
5vadTlXDF1+no2ICn9TlLOvk05J+qurtzc2Hm9udanYyzqsKRj26nMK3nu4f
PfHHW/TyQVo/Sqp62JnmjzpJUheDR8lnl1n1GfwyKMbTdFDbD6rLcZmdVs4H
RVn7n8AUJ0Wdn+bZED6cFPStusztMOmsPi/KR50e0BsePOwnT8o8q+B7TMzD
Ojs9zSbm06KE9RzmON0q2f0bfKI7IR/yG7IM3vCyrove1+n5pHeQT86Se7iI
vL58lDyfTfLBOa1pCO/47MHW/Z2HvMbZpC7hG3/LynE6uYSPsnGaj5AoNI/+
Kc7jrxW/qw80ga/MyvxRcl7X0+rR7dtv377tO3++rSs76iffZeUkK83Sjs6L
cVrZT3+ppdU0j95bmsdVlrbfT55lqV3Y/igvav2IVrWXV4MiObwEKo7dZRzA
XOscfkurKkvum1V8l45GeZWNRtnELGXv696Dnc077lIO4bz+JytHwMXw8fSc
zsba53e2kjt3kgf3HyQP4WSs2ZWOYEp/HeBcaHky/ed9mkdaDqtiYhbxHD/K
Rsle8FfeJXhjNgIyJofFaf0WjlXyXVG+qeyrxoPycxQBf630q/1B6hJU6en8
+XZnUMDC8pNZ7RwJoO7j/F9vLHWrN4V+QpN5WhzBc9VsBBJicNmfjOwsMvhu
fwjf/SvsSPClnrJhARTMqirZH7zJylpHfTKrZ2X2NssdRqmzvw6q/mk66w8z
h3p/Ly7SuiKuE9qldX2eA287f/G4+3BwDiP/h7lcRidqvZEH+pOs7lxkk1mG
cuisLGZTEWN4LFCqJvzUO/rlr/hwH17xM34bhPjs5BF/rff27HYghTuTAk5A
nV/Q2AdP9u5u3982Pz7YlB/v3b+3bX/ckR/vb+7oF+7f3borPz64t7VpfzSf
PnyoPz7cuUdfeNp73Hduhn+9rXoXxWxwnpXeX2H1sFunveo/9bQ3qMrIo+Xp
4MHOvXsnefWok09OgyVtP3xwT37cubf9UGdxd1sndG/7zpauY/uuLvTB5h2z
jjub9/XH+w+37ZL0Cw83zWMPt8zyH27vPIjMlomfZvqn0hypXjae9bJ02ism
JwV8BOKs9fkhHt2LDI4+fmN/f7/3YHO7v7V7gL/DdcVXOf4hkT8kh9kA2Dh5
nF3kgyx5OoRbDq+jkh7Qywd/7slhmlQwzKzOkuIUBFk2wNsqHdFFyb8WIGDh
sEzO8kmWlRU9rPf01oPe5j36pMrwosCN4eF5viiQeWIoko3u0EtPUAbCreiu
47Nd+dR+MXlVFnApF6PkJZDhIs/efua8/3laDs5RW9imD5kn9PWvHj+xkhy+
n+LQcOD7enRuj0EkA/Vvb23t3IYHYQHpqLpdjfJhVvXgQ9mK2RTfBtslm4I6
U29KOlMvn/RK1Zl6YxDbju6zuYlSYDJN63NZZlqe4SWwprPCE41LADa2s8IP
bo+rs9tVmsIct8qHs+LOj//8z+Tl4PTB3f3LN5sH57P67sMHt9dc4q0NQDjD
f2Ga+MYEJBItF7SzYgpaU3p6mg/+wo/wxqOyhLIFvpAPJ9XQn6ShXHaRjQpQ
oPryTboJYbx8grSDUzsBJukNid/gUs3LDIXr6NKb3C4/i2zJo8H1xk8m8mRi
n3Qm+beiOBtlLQy2JrQbwmLXnFs7O+krVZGg8Ptt4JGdTfPvj7dvYnXyBCmk
pyibr0K/tKzzAQx5u8JzC7pAD0b3SHcof2Bd/UVWv4WL15yL6n0Ra2cb5PrO
w537y9IqvpJOr9dL9LR3OkfneZWA4TBD7Ru2/hRkSpVkk3O4pEkjr0AHT74q
ihqfmE5R10vBLBkXIKBEtP09uwSpdQoqFJB+gJe2GCpdvYM2cJBskp6MsuTE
GwtsnCEof3CRJ6dZCs/ih5MC6AcHZ3SZjPJxXgONZOPzCyT8CdA8A5U8TfjU
k2yszzMZKimzM1Lpyn7naZ1U02wAEhdkKIwHQn9yBivEb+cTEDFABbBDEhQV
o+S0LMZmVJAleZ2n+Hb8azcBdWJWwW/wBlkerMp8W8QOzp+//hbu1IxeJLME
SsOjwAkgOZOyGGX9zhNYJygqVXdV8w8nXxbDGR7USfYWiDucFjlu1ykNCRcO
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
WDlMPWlUjDJo1JW4lwFrGoaZh1jysKfc58fNYBBKu6ePMejIxRjYxhx50LMJ
uznKvLK52sLZO91mexfu7rzzsW4DZnOrxOxGEuRFIzeoU+oH5e9efspAMmsh
KVAWFzkOHfCuQOhrGQV9nZO+hWLUb1nmDC0IucINUKeKo68zfC2CvsewlDTS
bsEyw/1Y9wF5Cd0QapG7DJewnpKsi8Ky0R4Iv+A5hc2duBeomDe5AXKHN/wv
HTN/6vU785ImTDacFgn1VBA3ecJ0Vi2ztLL3kW8AeULSJ3NjHsOce9Xr/ysd
lYkabOCaqpwxKCl+0fs1ZvOCRlF6vC3v0FJOqMA0RA49JC5/acSeiW6gU20U
V3jlDe9XQSVoIs18yBUUWoDeCzSxCNj7Krpbs8r58ppa1LUQQMZ9l44QbB5c
vPVwvrvVOIV+Vdf243w9XATzigeKaPDmCqLpuvADWd57hR8siT4IKN9EIuiO
ze1fol+6ESBCSJ0VgAiR1XykoIQ4xdRbriR4b5AEd7s/wRJ+47CE2Bm3ojiE
KLjfui5M4VhvC3YnTQtsVLA8dqFVBHNs8QIvJWqVYVuBJ/JhIm1SVC0XyYwq
X5WB5gu3h2EHTuHmNhymU5rfDwF7wIy5XiaNfrx1nPwLNftR/iaLWFLU2YUW
7c6OVchilKXaIfgY7APYtFwyGzCXmQ0RmunxaTqq/D/bfM5j1uL81Z/PYG09
TH0g9VDUblyU+D3wXjfqrqONnQBHwmpzVkXwkq1rzHEs7Zvoks1+rP03El/I
pUucYGqLOhWO3TeZZAhKjZD14AxxlTBumXI+5Zzt7xqZpVb/tVbYceq8e5YS
qNl1DrJVOuMFZBBV2QmPwNUJmhQcz1lenYt+/iab6A2ckc5eBSoaPM81IVQl
sbXZQlTq27KAo69+QkaVhLdl5bSgkW1RR0l8/g29QETs8fSi6sHMsNf0MaEq
XImhsIXXwq9LoitioqiF+VveR1m/rIgEZ6JZ1l1OK1zOW6wE0HjwK546+oRJ
gvFwU8DecQSodZIN+2vO15WCtkK8Qyoca8/ti3X39vbO7e3N7TvN2utz6OnB
QWJUO5TvLYKILEsSEjUBTZ6YdHRX5W74W65BnK3b8J+H9zeTP0mCLtkw+ClQ
bGc5inEe+CJ6PWEmeS+tQ9SXGVXrf8clcdubgjVr4ga0owuhVpm+ZI8UurgD
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
tdhxaJQ1bbk7m3da8xk/DrPuqc/oLbvnz3IIRsRQ+Au1dFMIg+PxXq6RxEK1
lDOBkyuuZuacj74xd2xorNEz+KJ4k7lD+4zS7+zaSCftimI/7EA0hgFgV9Us
83rV4WTBEpiEDEsLUIDvYoy3z7FaTpjlA56QU8pDJfS3FvOeC+Ft4FRbwbtz
EK1LG7ixm2UZA7cBBfq1G7j/oOLMovbL4t7d4urLnSBnWSsqchvCaK1nBOfj
G23NZ1Q0UqubIJLdJOFJ4re1nbCoDSfhnc5o16tidJGxVKm6C9lWqufrkuu0
PIN7Xy6n4YzQfZ6xDcfJTWQtxrkAErKhIKGNIqTnLEYwET+wAC/TL2xy+JGm
HG5tedYubx0OZ7jUtEGQvfTreH/KL/x9W7NbG7FD8dFZsjdadKZ2sgGvnlPY
my5v/saHaXzj4zSIt9Qg9uXmtVIKG20Frtmr6d/TxZYsDqcumzI/O8Py/vXC
PLD6A5mx1879C1K+FFddtV58SlOLG1tcwaZuB5QFOYJB54oi49teOxWnk8to
y5bLTOaD/Rbf5NNgGl5tGepffF4UVeZnFGJsK6/bC+U4mW2ag4jf86mzPl3I
GtNmiuBHnPfnwGCnUe9IWFbkd1cwJxRVkQI1C5Nj6YX3khfwHB9kJL95pZzt
X6bYzK+mKM6R3exlPA4352losXFbL413txq3A89enmCpG7lkbiZ508YZ5Ujx
rTo1SPrrp2U25P0vl5YZ7EIzL1P3Ym5epn7pRvIyX+3b9nUr5GRGVvKRJmXG
qaU4eGWO9901xdvyT1mZv/GszNimW0Hbkpbpffu66ZnLp2LipOBw/Ps1fErZ
SeQJGQyHIzhJPONaZvalPck22WyG6rc5pm7IBbPwsh/tH1l7G/bosRrrN9jn
2AzF6xX+9l/Or5Q8Bv/jfpbc/jJZM360tdhfjUdszUoCd6WmmCnSCd1LrTux
7tFgo2EquifetJfRU2PrSrKHDVtC8lVIlxQqaILD8W3FRjaGKoizmrrHHZ23
tKfJxd1r+MXNhQ2js25eLDC224ym3/kasUJ8g9plGbZULX7r2HFhrgMdA41k
g5lU/OJus50ROkdFjQKaoN5FHTZnJmkM8W3stCN9jh196Sgra+1aI4C5MNIn
xG+mtoFwGM4Gdc/7fuAUlI34n7vbmyzxX0hXIK8TbFuXgi86ea1eZBp3RELH
RkijM9BoF/IFmhpXjUz65l8ZVvdQctmDOIdWA7fnBhn2+ZgT5mR4GkWgTSYT
Er99m74pYrO9Asc9DRLu7OyANHMpRyodV1XPSsKs0ZDqBvY3bMGipWmkbgaJ
crAYWjfji87EhHUl5SkZp5dk+Z+nF7CwSzCTymKChhjPy/Gd0/QMeQPicWA6
LxGnZljXCq5jjt8xJo8VWapCyBplBOmVV3xVwaJBLACJqcQ+etInMdneddr/
8p7A828LUEBAVEj8gG65inNUjYQ9thEV5YrIbMrsLC0NZNDHFFYaMSM7SjHu
Tq1QpBFjOkhq+ccMbhjs+8S+FqyMemzE+1WmZh5OR8HEOGff007sOiQEaWPg
3H1qPJ5N1JtDx5zNw2kGcm5DqqP6ZkllTPDcsUqQx3hXjOLW3Bi1RM2iHfuz
p8KmUvy1ywBsUCyTvx+7BK3PQC8RvGgdDlmcme/d/mvbm9vbvc0Hva3to83t
Rzv3H+087G/v3P0/nAEbqhEw2GRYlD3mhzv3t7bWnBR3VRtcleDn2LWPK5F7
v3WlkgPbes1fI7U8boheO7X8Y8gsv0pieeiqWpRh3iAfzAqd6FT++zySId5x
bOVfWdK2P+1VkrbrKyRttwIP2mlvfeZhAraegl8oc7qleFmbY/zdrYYHnOmx
0JP+/ouXOTcYkxWYFQYSdVjaT1cKdwuEmfGg+SrG9d1poeP9F3Sn+XvU9Kbp
1s71pumXfklvWnMhH6kzLU4slU/KGu/NmRbZ8E++tN+4Ly2y51Zoh660yJc/
uCetUmuLRde5qCdUicyUNavEsdLW63i5nsbmvmwvx7ZC+UvX8SeWL9NR/X5R
r5+tM4Vtivmzv2ilqcR1AUYKSSV/TP7rv9LyJEfN47I3Tqckc5rae+U47T7z
nXaRPV93p78xV640XHasg0tfPOMgi4Zn1rUqHfzRNSg4ZkZiXM18abzMLZob
deWEKxxfneuai1Sq6ybcbyYP+x+7oOvGe8IOyDI5Aps3lGus2CQ17IRZr1fE
LnzD9YrYZbkEYTMyeqYnto6d3chorZWot891HztWbTdhXYleUdzgKxz/hQAl
fdYyjgOVVuyDSodDt0V2KyO5zi54PXskjj1H9rE7oYrWWaiv2tx2zbU5+mOM
6N3AjGWvhRWmXHrRuqvTMlMJRfISS3LFW4ALVtWgioVX6mLaG2UX2cgeMZ4J
G8PIaAUIFsEyHxtD4FyQu9Tg0fXx9EH8OMF7vJu0+7YYFVrYu1lAyhqgtz2T
6I9G0PcEwGMnYvtJ4kvUM2YQt25xrPc8NUKi2IlFnHTYCCmfWIc2PYGz2o3v
GbJsZM/MTgEjtbHwe1or35KLdsFxRLZuxMex5MXdDNpIEOy2XXLPvO63s/N8
B3vySiST0Q5BzM5QYl6YnJn/v7w3724byfIF/9en4HOdM23XkVQAKcpW1ut+
I1IEFwmQiCVAovWOByQgAQRAwgQoLtn13efeiMBKynaWs6d7zsuTVWmTYCCW
u/zuEvcCuE54HKBON0yNV3aSZivujxn9MvPCZoUuc2GTO6P4Lh35o/InT/r+
v2sH/1qh1COm+CFD/KBQ6KxSKPSfGL5eQvT0jmb4kGu24vP3cOKP6ogWqu5Y
+f93U3X87smxbGMlFirFbvMyBQDZ+O941QN7WYQv/j8SSNnEaxKpNK98upRE
3pVF/9lzrXNyDuJ+yMknIk7/Kbz8obKXH2psjVd+qqHlP17zt/oCMO8+dP/Y
OX2flYuLTFVWLj7/Z1n5F+I2pz2e/8fGbX6yIHB91/7LCgLDsv5gOeB6LORU
NeDMA/X/s8BSddp/JLAU/5OBpaPauz+IJ3Est1q/K59LEXg7v4OOPz2Zc/De
jQdmaP+Xx6tg4xoPq9dXnDGIUry0veZZAr//JVy9foW9T7MqT0dX6DFFChmB
ukTe2FWZkj9mySqF4RVePyxuUS5nK54OAbPJclxokkWhFvnl2PLvEdTznHim
WmG7G3MbQz82aLZ94iflmv1ZhQY4u32SulGW5M5jhCFfNF9J5nrAgX16vum+
mgZyfvK7Oq9SvL6lPjle7bRcTzgbid0uBTSFKXg5EVI/U0K9ajF+OAeLYH06
IEdl9hNRaze+a7OBZ/gNCl53y66ktFBHH91teJAU9nZ+b/p4OAww/eiVTycF
dN49/TtPlMflV1O7t+8+//2Zdm8blc6y33+6VjvuR0usXsT/yQ35Y08fbQ4W
RnCYTYBsl5N8FQBwy3fOWZnfB6oyL8t1ZOGBows7eVlu9j3SWF5MIFdtNj7L
I48XNB7BXKiXR++yw629T/grqd7keA3meqTnsvdQpMjuO5VC2yjCikSgH6Rv
0IttIIBwq/y0ENToPWFzPMlXR4UTjnMpOeNk/qnUW682rz/IrvyVci9Hubj5
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
i3qwuBhgxq35Pv02b95sqL56D9/VvW6alM6bu2/3X3ZK8558C6b3o/AzTP2L
Mbq1/RZ5627uvzwMXwZfBpb0tgY28r71/emXt/v2fDYejLsLMl+vpIfl5+He
G3wWvkxunSS9zbxu53+EgxfqN+Rg06xysCkFLTka+cDB//U+dYNd98fElsqF
f/SpXzOOFXvTFlBiYAigMdGn3lMGf4JPfQCUOyn51HuyNGpOQ6f/fAYcm9Su
qX8bY+mEQByMl2GGHABZkDKSAMomw7HeGY2BN5/PYEZNbX8TK4fwzYjSB4WE
vkU6y0eJ6Mbi9c2ZyDtL6hCbxEPASm+2qARzI4W5WxvQnl2rm+5gRcG2RcRR
ZEVkYrfCpWWO3rTIGs36O3EeKbG8IK1Z5MW6aN2pTUC+wVDUjeG2dH0R9COc
i5pdYMyvLwb1QJPXGxs33Mfeu4LzjB57hOIjoCWQ1Y4I1MQCaNo4ICDJbwXN
VBczYm2mxHuU+0qqLkPZlEZIH6pjyvsZpiKBVJm2MOig3uFVapAgknKn9dv3
M6kcVgx2shRjSYFHWyeAuBxAH/FEmcQyEUAz9AVAYMzv/3x2Ihw2ouGwQIrH
Sy+xeqOVuext1clU1ILt3hiMJuOW2jYO1kqVwok8CWEu+v5Gm06IP+/JgLek
ESCBkQ3ozhBi3xJ2G6vp+VPgG7mvLkDzERJ9ebME51EGbOC04nuQ74AQZ3ej
FdDkyOwnux/58d/z4j+fvSNRhPHnr/bnhyvbWzbfohdttwvuX8Vd8ijL8y9f
7z53vg7Dw7e39t39oSsH88/PZ1+mruse7pKNd2W1RwoZG9PBU/z5Ibn/eqt9
NQdfdIccbqt+/B+ZjtiED2wj7Az7R63I85+xAt/vpUs7wlxgccMLLIqZt79O
vtvTIG9SwO5DemkaZ51jeYGx6rA/7o9Q3IRk3VRoyTibd0LhC4tcrJrvJ9Hl
2dlT3uQzu10YuPsL+3Xtslpl/ErhZum463CPdl7W6ggrmJV7vvOLiFgWCh+t
lrVl10D5mvgIrPF61qsqKxaVNWwrykbTeZzY0FLh6XdasjCTN59IqbVMqVJ+
7UW8tYpDu+5gs9lNzMtU55X/+Bi052a+/svvHBsfM8JO43nN9HITRLr47aqR
1bVMYJ2/nZ2Jl43bek1f3lyEF3mnFYHhN6u1w5rcOSuc12WjYdL66ykrO4kl
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

-->

</rfc>

