<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.4 (Ruby 2.6.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-richardson-anima-registrar-considerations-08" category="bcp" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <front>
    <title abbrev="Registrar Considerations">Operational Considerations for BRSKI Registrar</title>
    <seriesInfo name="Internet-Draft" value="draft-richardson-anima-registrar-considerations-08"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization>Huawei Technologies</organization>
      <address>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="February" day="14"/>
    <area>Internet</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document describes a number of operational modes that a
BRSKI Registration Authority (Registrar) may take on.</t>
      <t>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.</t>
      <t>This document includes operational advice about avoiding unwanted
consequences.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-richardson-anima-registrar-considerations/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        anima Working Group mailing list (<eref target="mailto:anima@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/anima/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/mcr/registrar-operational-considerations.git"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t><xref target="RFC8995"/> introduces a mechanism for
new devices (called pledges) to be onboarded into a network without
intervention from an expert operator.</t>
      <t>A key aspect of this is that there has to be a thing for the pledge to join!
<xref target="RFC8995"/> refers to this thing as the
"Domain", identified technically by the "DomainID".  The Registrar component
embodies the identity, membership and trust anchor of the domain.
Membership in the domain is proven by possession of a valid Local DeviceID, a
form of <xref target="ieee802-1AR"/> certificate.</t>
      <t>The Registrar is the component that implements the domain, authorizing new devices (pledges) to join.  Proper and efficient operation of the Registrar is key aspect for the Autonomic mechanisms, and for enabling secure onboarding.</t>
      <t>This document provides implementation, deployment and operational guidance for the BRSKI Registrar.</t>
      <t>There are however several classes of operator of a local domain: ISP and large
managed multi-side Enterprises are the primary target for this document.
Medium sized single site Enterprises and Industrial Plant users are a
secondary target for this document.  Unmanaged small enterprises and home
users are addressed in a separate section at the end as special case.</t>
      <t>This document first introduces the different scales of deployment as a reference for further discussion and contrasts, and then provides analyses some consequences of architectural choices that may be appropriate for different scales of deployments.</t>
      <t>The document includes security best practices for the management of the certificates and the certification authorities.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Although this document is not an IETF Standards Track publication, it
adopts the conventions for normative language to provide clarity of
instructions to the implementer.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
      <section anchor="reference-network-and-diagrams">
        <name>Reference Network and Diagrams</name>
        <t>In order to deal with the full complexity and generality of operations, the
reference network described herein is a bit more complicated than many
networks actually are.</t>
        <t>XXX-some of these diagrams as more complex than the document currently justifies.</t>
        <section anchor="tier-1-network">
          <name>Tier-1 Network</name>
          <t>In this guide one target is a world-wide Tier-1 ISP.  It has three network
operations centers (NOC), the two major ones in Frankfurt and Denver, with an
secondary center located in Perth, Australia.  The exact location of these
NOCs is not important: the locations have been chosen to have an hour
overlap in their 8-6 daytime shift, typical of world-wide operations.
This overlap is also not important, it just adds a degree of realism to this
discussion.  The use of actual names makes subsequent discussion about
failures easier.</t>
          <figure>
            <name>Reference Tier-1 ISP network</name>
            <artwork type="WHOLEFLOW" align="center"><![CDATA[

               .---------.   .------.
               | Denver  |   | NYC  |
          .----|---------|---|router|-.   .-----------.
         /     | NOC/JRC |   '------'   \ | Frankfurt |
        '      '---------'               '|-----------|
   .---------.                            | NOC/JRC   |
   | SanJose |                            '-----------'
   | router  |                                  .
   '---------'                                 /
       |                                      /
       |                                     /
.-----------.                               /
|   Perth   |              .-------.       /
|-----------|              | Tokyo |      /
| NOC/EST   |--------------|router |-----'
|           |              '-------'
'-----------'
]]></artwork>
          </figure>
          <t>XXX-there were some extended consequences that this diagram was anticipating, which have yet to be writen.</t>
        </section>
        <section anchor="enterprise-network">
          <name>Enterprise Network</name>
          <t>A second target is a medium Enterprise that has a single (probably on-premise) data
center.  The Enterprise has Information Technology (IT) operations that
include the routers and systems supporting it's office staff in it's
buildings.  It has Building Operations which integrates the IoT devices found
in the buildings that it owns, and it has Operations Technology (OT) that
manages the automated systems in it's on-site manufacturing facilities.</t>
          <figure>
            <name>Reference Enterprise network</name>
            <artwork type="WHOLEFLOW" align="center"><![CDATA[
                      .-------------.
                      | Data Center |
                 .----|-------------|------.
                /     | NOC/JRC     |       \
               /      '-------------'        \
              /                               \
             /                                 \
            /                                   \
   .--------------.                      .-------------.
   | Office Staff |                      |   building  |
   |   routers    |                      |  automation |
   |   switches   |                      |     IoT     |
   |   servers    |                      |   sensors   |
   '--------------'                      '-------------'
]]></artwork>
          </figure>
        </section>
        <section anchor="home-network">
          <name>Home Network</name>
          <t>A third target is a resident with a single CPE device.  The home owner has a
few medium sized devices (a home NAS) as well as a few IoT devices (light
bulbs, clothes washing machine).</t>
        </section>
      </section>
      <section anchor="internal-architectural-view">
        <name>Internal architectural view</name>
        <t>A Registrar will have four major interfaces, connected together by a common database.</t>
        <figure anchor="tier1isp">
          <name>Reference Internal Architecture for Registrar</name>
          <artwork type="ARCHVIEW" align="center"><![CDATA[
                  .------------.
                  |    MASA    |
                  |  Interface |
                  | BRSKI-MASA |
                  '------------'
                         ^
                         |
 .------------.          |           .---------------.
 | management |    .----------.      | certification |
 | interface  |<---| database |----->|   authority   |
 '------------'    '----------'      '---------------'
                         |
                         |
                         v
.------------.     .-----------.       .------------.
| Join Proxy |     |  Pledge   |--.    | EST/BRSKI  |
|------------|     | Interface |  |    |------------|
| GRASP      |     | BRSKI-EST |e |    |    GRASP   |
| (DULL)     |     '-----------'T |    '------------'
'------------'        '-----------'
]]></artwork>
        </figure>
        <section anchor="pledge-interface-southbound-interface">
          <name>Pledge Interface (Southbound Interface)</name>
          <t>The pledge interface is the southbound interface.
This interface runs the BRSKI-EST protocol.
It may also offer a constrained-BRSKI protocol using CoAP as described in <xref target="I-D.ietf-anima-constrained-voucher"/>.
It may further offer ultra-constrained onboarding protocols such as <xref target="I-D.selander-lake-authz"/>.</t>
          <t>This interface faces into the operator's network, receiving requests from devices to join the network.</t>
          <t>There is no requirement that the different onboarding protocols run on the same system, or from the same IP address.
They may also be seperated onto different networks, and perform all of their coordination through the database.</t>
          <t>For <xref target="RFC8995"/> use, the pledge interface is an HTTPS interface.</t>
          <t>Due to the use of provinsional trust state in the BRSKI-EST interface the pledge never verifies the contents of the TLS server certificate.
The registrar may also run on arbitrary port numbers, as the port number is part of the announcements used in the discovery protocol(s).
The voucher pins the associated certificate, so the Registrar does not need to have any
specific (subjectAltName) dnsName.</t>
          <t><xref target="I-D.ietf-anima-constrained-join-proxy"/> describes a mechanism to provide a stateless proxy of CoAPS connections, in which case DTLS traffic will be proxied by the Join Proxy to the port that the Registrar announces via GRASP within the ACP.
In this case, then there is DTLS layer below the CoAP layer.</t>
          <t><xref target="RFC9031"/> describes a proxy mechanism that can be used with <xref target="I-D.selander-lake-authz"/> to pass CoAP traffic.
In this case, depending upon the chosen AKE, the key agreement protocol would be above CoAP.</t>
          <t><xref target="I-D.richardson-anima-state-for-joinrouter"/> offers some additional
mechanisms, one of which involves dynamically created IPIP tunnels.
If these mechanisms are in use, then the southbound interface would need to support
these options as well.</t>
          <t>The Pledge Interface requires a TLS ServerCertificate, and <xref target="brskiestcert"/>
discusses option for creating this certificate.</t>
          <t>The certificates (or DH keys) used for the different protocols could entirely different.
If horizontal scaling is used, where there are multiple systems offering a BRSKI-EST interface (probably using a load balancing mechanism) then it is not necessary to have the same private keys for each system.
This assumption requires that the entire BRSKI-EST protocol exchange occur in a single TLS session (i.e. using HTTP/1.1 sessions), or that the load balancing system is able to consistently map each pledge to the same BRSKI-EST interface.</t>
          <t>As explained above, the Pledge Inteface does not require a public IP address, nor does it have have to run on port 443.
The address and port of the Pledge interface to the Registrar is advertised by the Registrar using GRASP, according to <xref target="RFC8995"/> section 4.1.1.
The service may run on any available port.
The HTTPS, CoAP and CoAPS port numbers do not need to be coordinated.</t>
          <t>In an ACP application (<xref target="RFC8994"/>), the Pledge Interface SHOULD have an IPv6 Unique Local Address (ULA) address from the prefix allocated to the ACP.
<xref target="acpnoc"/> provides some options for how the Pledge Interface can be best connected to the ACP.</t>
          <t>Outside of the ACP context, running the Pledge interface on an IP address that has a FQDN that resolves to that IP address (if only internally), and operating it on port 443 may have operational advantages.
The Registrar may have additional management functions, it may also serve as an EST end point for certificate renewal, and <xref target="I-D.ietf-anima-brski-cloud"/> proposes a mechanism to bootstrap devices which are not connected by a convex ACP, or no ACP.
The Registrar may be accessible via multiple interfaces.</t>
        </section>
        <section anchor="masa-client-northbound-interface">
          <name>MASA client (Northbound Interface)</name>
          <t>The MASA client interface connects outward to the Internet to speak to the
Manufacturer Authorized Signing Authority (MASA).
This is a TLS Client interface.</t>
          <t>Use of a TLSClientCertificate is RECOMMENDED as this may be the best way for
a manufacturer to identify clients.
<xref target="brskimasacert"/> discusses options for signing this certificate.</t>
          <t>The Northbound interface (V-&gt;W) described in <xref target="I-D.selander-lake-authz"/> may require a proof of possesion of the (private) key which the pledge (U) has witnessed.
In that case, this proof of posession may need to be done in the Southbound BRSKI-EST interface, and stored in the database for use by the Northbound BRSKI-MASA system.
The private keys from the Southbound interfaces SHOULD NOT be made available on the Northbound interfaces.</t>
          <t>The MASA client interface is outgoing only and does not require any special connectivity.
It may be placed behind a typical enterprise or residential NAT44 gateway.
IPv6 connectivity is RECOMMENDED however, as an increasing number of MASA may prefer IPv6 only connectivity.
It does need access to DNS, and the DNS lookups SHOULD be validated with DNSSEC.</t>
          <t>The MASA client interface will need to validate the server certificates of the MASA, and to do this it will need access to the common public WebPKI (<xref target="WebPKI"/>) trust anchors to validate the MASA.
The MASA client MAY also require access to a database of pinned certificates to validate specific manufacturers as called out for in <xref target="RFC8995"/> section 2.8 and section 5.4.</t>
        </section>
        <section anchor="join-proxy-southbound-interface">
          <name>Join Proxy (Southbound Interface)</name>
          <t>In the ACP context, the Registrar is expected to have a Join Proxy operating
on the Southbound Interface in order to announce the existence of the
Registrar to the local network, for the benefit of directly connected
devices.
This permits the systems on the LAN in the NOC itself to autonomically join the domain.</t>
          <t>The Join Proxy MAY announce the IP address (ULA) and port of the actual Pledge Interface, rather than announcing a link-local address and then performing a proxy operation.</t>
        </section>
        <section anchor="est-and-brski-grasp-announcements">
          <name>EST and BRSKI GRASP announcements</name>
          <t>As specified in <xref target="RFC8995"/> section 4.3, in an ACP context, the Registrar MUST announce itself inside the ACP using GRASP.
The Registrar MUST incorporate enough of a GRASP daemon in order to perform the M_FLOOD announcements.</t>
          <t>As specified in <xref target="RFC8995"/> section 6.1.2, in an ACP context, if the Registrar will also be providing for renewal of certificates using EST, then it SHOULD
announce itself inside the ACP using GRASP.
See <xref target="RFC8994"/> section 6.1.5.1 for details.
Unless made impossible due to loading concerns, it is RECOMMENDED that all Registrar instances offer certificate renewal services in this fashion.</t>
          <t>The use of <xref target="RFC8739"/> Short-Term Automatically-Renewed Certificates is RECOMMENDED.
This mandates that the EST server be highly available.
If STAR-style renewals are not used, then the Certification Authority will need to make OCSP or CRL Distribution points available.</t>
        </section>
        <section anchor="certification-authority">
          <name>Certification Authority</name>
          <t>If the Enterprise/ISP has an existing certification authority system that it wishes to use, then an interface to it has to be enabled.
This may run protocols like EST, CMP or ACME.</t>
          <t>Smaller Enterprises and Residential uses of BRSKI are encouraged to use an internal (private) certification authority.
See <xref target="certauthsecurity"/> for a discussion of securing this CA.</t>
        </section>
        <section anchor="management-interface">
          <name>Management Interface</name>
          <t>The Registrar will require a management interface.
As is the trend, this will often be a web-based single page application using AJAX API calls to perform communications.
This interface SHOULD be made available on the Southbound NOC interface only, and it MUST be on a different IP address and port number then the BRSKI-EST interface.
It should be secured with HTTPS, and use of a public (<xref target="WebPKI"/>) anchor is reasonable as it may be that the internal certification authority may be unavailable or require maintenance.</t>
          <t>An entirely separate process is justified with the only connection to the other procesess being the database.
(This does not mean it can not share code modules)</t>
        </section>
      </section>
    </section>
    <section anchor="acpnoc">
      <name>Connecting the Autonomic Control Plane to the Network Operations Center (NOC)</name>
      <t><xref target="RFC8994"/> section 8.1 describes a mechanism to connect non-ACP capable systems to the ACP.
The use of this mechanism is critical to incremental deployment of ANIMA and BRSKI in operators.</t>
      <t>The deployment of BRSKI capable equipment would ideally occur in an outward
wave, a concentric ring, from the NOC.</t>
      <t>(EDNOTE: INSERT DIAGRAMS)</t>
      <t>This would start by an upgrade of the router that connects the NOC to the production network.  This device needs to support the ACP connect functionality.</t>
      <t>It is possible, but beyond the scope of this document, to do initial
connectivity of the ACP and of multiple NOCs by manually configured IPsec tunnels.
This is likely an important step for incremental initial deployment.</t>
      <t>The Registrar described in the next section either needs to be connected via one of the above mentioned tunnels, or it must be located on a network with ACP Connect, or it must itself be part of an automatically configured ACP.
It is quite reasonable for the Registrar to be part of a larger appliance that also includes an ACP Connect functionality.</t>
    </section>
    <section anchor="certauthsecurity">
      <name>Public Key Infrastructure Recommendations for the Registrar</name>
      <t>The Registrar requires access to, or must contain a Certification Authority (CA).</t>
      <t>This section deals with the situation where the CA is provided internally.
<xref target="I-D.ietf-acme-integrations"/> deals with the case where the CA is provided by an external service, and the CA trust anchors are public.
These use ACME (<xref target="RFC8555"/>) is used as the interface.
That is out of scope for this document.</t>
      <t>There are also a number of commercial offerings where a private CA is operated by an external entity using a wide variety of protocols, including proprietary ones.
Those are also out of scope for this document.</t>
      <t>The requirements for the PKI depends upon what kind of network is being managed.</t>
      <section anchor="pki-recommendations-for-tier-1isp-networks">
        <name>PKI recommendations for Tier-1/ISP Networks</name>
        <t>A three-tier PKI infrastructure is appropriate for an ISP.
This entails having a root CA created with the key kept offline, and a number of intermediate CAs that have online keys that issue "day-to-day" certificates.</t>
        <t>Whether the root private key is secured by applying secret-splitting, and then storing the results on multiple USBs key kept in multiple safes, or via Hardware Security Module is a local decision informed by best current practices.</t>
        <t>The root CA is then used to sign a number of intermediate entities: this will include an intermediate CA for the Registrar that is deployed into each redundant NOC location.
Multiple intermediate CAs with a common root provides significantly more
security and operational flexibility than attempts to share a private key among locations.</t>
        <t>While the root CA should have a longevity of at least 5 years, after which it can be re-signed rather than re-generated.
(Resigning an existing key might not require replacement of trust anchors on all devices)</t>
        <t>The intermediate CA keys need only have a 1-2 year duration, and before the end of their lifetime, a new private key should be generated and replace the old one.</t>
        <t>Shorter periods are possible, but until there is more experience with them, not recommended.  The intermediate CA key should be regenerated because the intermediate CA private key will need to be online, available to the Registrar CA system.
There are many more opportunities for the key to leak, such as into backups.</t>
        <t>The intermediate CA is then used to sign End-Entity certificates which are returned as part of the BRSKI-EST mechanism.</t>
        <t>The Registrar needs both of client and server certificates for it's BRSKI-EST and BRSKI-MASA connections.
It is recommended that an additional intermediate CA can be created for manually issued certificates such as these.
This intermediate CA could be called the NOC Infrastructure CA, and could be used to issue certificates for all manner of infrastructure such as web-based monitoring tools.
The private root CA certificate should be installed into the browsers of NOC personnel.</t>
        <t>The document <xref target="I-D.moskowitz-ecdsa-pki"/> provides some practical instructions on setting up this kind of system.</t>
        <t>This document recommends the use of ECDSA keys for the root and subordinate CAs, but there may be  operational reasons why an RSA subordinate CA will be required for some legacy equipment.</t>
      </section>
      <section anchor="enterprise-network-1">
        <name>Enterprise Network</name>
        <t>Enterprises that have multiple Network Operations Center should consider the recommendations above for an ISP.</t>
        <t>This section applies to Enterprises that have all NOC operations/personel into a single location, which is probably on-premise data center.
This is not a hard rule for scaling, but the intent is that physical security for the ACP Connect network is rather easy, that only a single legal jurisdiction will apply, and that it is possible to get people together easily to do things like resign keys.</t>
        <t>A three-tier PKI infrastructure is still recommended for the reason that it provides operational continuity options not available with a two-level system.
The recommendation is to have a root CA mechanism installed on a Virtual Machine which is not connected to a network.
The root CA private key is kept offline, secret split among a number of USB keys, kept in the possession of key personnel.</t>
        <t>The secret split should have at least five components, of which at least three are required to reconstruct the key.
See <xref target="I-D.hallambaker-mesh-udf"/> section 4.5 for one such mechanism, there are many others, and there are no interoperability requirements for the secret split.</t>
        <t>The essential point is that the Enterprise is able to recover the root CA key even without some number of personnel and is able to continue operating it's network.</t>
        <t>As in the ISP case, the intermediate CA is then used to sign End-Entity certificates which  are returned as part of the BRSKI-EST mechanism.
One intermediate CA key suffices as there is only one NOC location with a Registrar.
Incidental certificates for internal operations (such as internal web servers, email servers, etc.), and for the BRSKI-EST server certificate can be done with this single intermediate CA.</t>
        <t>The BRSKI-MASA TLS Client Certificate key for an enterprise may not be needed; it depends upon the policies of the manufacturers which are involved.
It may be simpler to use a certificate produced by a public CA (such as LetsEncrypt), as this makes it easier for manufacturers to validate the provided certificate.</t>
        <t>The document <xref target="I-D.moskowitz-ecdsa-pki"/> provides some practical instructions on setting up this kind of system.
This document recommends the use of ECDSA keys for the root and intermediate CAs.
In an  Enterprise, there are likely many more legacy devices that might need to become involved in the secure domain.
It is recommended that an RSA root and intermediate CA be more strongly considered.</t>
      </section>
      <section anchor="home-network-1">
        <name>Home Network</name>
        <t>Home networks and small offices that use residential class equipment are the most challenging situation.
The three-tier PKI architecture is not justified because the ability to keep the root CA offline has no operational value.</t>
        <t>The home network registrar should be initialized with a single key pair used as the certification authority.</t>
        <t>Secret splitting is useful in order to save the generated key with a few neighbours.
It is recommended that the entire PKI system database (including CA private key) be encrypted with a symmetric key and the results made available regularly for download to a variety of devices.
The symmetric key is split among the neighbours.</t>
        <t>The most difficult part of the Home Network PKI and Registrar is where to locate it.
Generally it should be located on a device that is fully owned by the home user.
This is sometimes the Home Router, but in a lot of situations the Home Router is the ISP's CPE router.
If the home has a Network Attached Storage (NAS) system, then running it there is probably better.</t>
        <t>A compromise for CPE devices owned by the ISP that can run containers is for the Registrar to be located on detachable storage that is inserted into the CPE.
The detachable storage is owned by the home owner, and can be removed from the CPE device if it is replaced.
More experience will be necessary in order to determine if this is a workable solution.</t>
      </section>
    </section>
    <section anchor="arch">
      <name>Architecture Considerations for the Registrar</name>
      <t>There are a number of ways to scale the Registrar.
Web framework three-tier mechanisms are the most obvious.
See <xref target="threetier"/> for an overview.
This architecture is very familiar and can work well for a Registrar.
There are a few small issues that need to be addressed relating to the TLS connections.</t>
      <t>The BRSKI-EST connection uses TLS Client Certificate information, so it is necessary for the presentation tier to pass the entire certificate through to the application layer.
The presentation tier MUST accept all Client Certificates, many of which might it might not have anchors for.
Many n-tier systems provide for non-standard ways to transmit the client certificate from presentation layer to application layer, but <xref target="I-D.bdc-something-something-certificate"/> also intends to provide a standards track mechanism.</t>
      <t>In addition, the Registrar Voucher-Request MUST be signed using the same key pair that is used to terminate the TLS connection, so the application layer will need access to the same keypair that the presentation tier uses.
This can be operationally challenging if the presentation tier is provided by a hardware-based TLS load balancer.</t>
      <t>For this reason, an alternate architecture where the front-end load balancer provides TCP level load balancing, leaving the TLS operations to software TLS implementations in the application layer may be simpler to build.
Given that the Registrar is an inward facing system, and is not subject to the Internet-scale loads typical of "Black Friday" web system, the same kind of extreme scaling is not necessary.</t>
      <t>The BRSKI-EST flow includes a back-end call to the BRSKI-MASA flow.
That is, during the BRSKI-EST /voucherrequest call, a voucher will need to be fetched from the MASA using a BRSKI-MASA connection.
There are three ways to do this.</t>
      <section anchor="completely-synchronous-registrar">
        <name>Completely Synchronous Registrar</name>
        <t>In this simplest version the Registrar operates as a single thread, processing the voucher-request from the Pledge, and then starting a BRSKI-MASA client session, while the connection from the Pledge waits.</t>
        <t>This flow is very simple to implement, but requires an entire processing thread to block while the BRSKI-MASA protocol executes.
The Pledge may timeout on this request, disconnect and retry.
Experience so far is that typical default timeouts work fine.</t>
        <t>It is recommended that the voucher-request be recorded in a database, and if a corresponding fresh voucher is also found in the database, that it be returned rather than fetching a new voucher from the MASA.
This accomodates the situation where the Pledge did timeout, but the BRSKI-MASA protocol did complete.
This results in the Pledge receiving the voucher upon retrying without having to go through the process of getting a new voucher.
This only works if the Pledge retries with the same Nonce each time.</t>
      </section>
      <section anchor="partially-synchronous-registrar">
        <name>Partially Synchronous Registrar</name>
        <t>A slightly more complicated version is for the Registrar to look in a database for a matching voucher-request, and if none is found, to return a 202 code upon the voucher-request, asking the Pledge to retry.</t>
        <t>In the meantime the BRSKI-MASA connection can be performed, and the resulting voucher stored in a database.
The connection can be done in the same thread that just deferred the connection, or in another thread kicked off for this purpose.</t>
      </section>
      <section anchor="asynchronous-registrar">
        <name>Asynchronous Registrar</name>
        <t>In the completely asynchronous architecture, things work as with the Partially Synchronous version.
The voucher request is placed into a database as before.</t>
        <t>A completely separate system, probably with different network connectivity, but connected to the same database,  performs the BRSKI-MASA processing, then fills the database with the answer.</t>
        <t>This version may have a noticeably higher latency as it requires a database operation and a database trigger to invoke the process.
This architecture has the advantage, however, that the internal facing Registrar never connects to the Internet.
Furthermore, the number of internal facing Registrar instances can be tuned independently from the number of outward facing clients.
This may be an advantage for networks that need to deal with a high number of malicious or lost internal clients.</t>
      </section>
    </section>
    <section anchor="certificates-needed-for-the-registrar">
      <name>Certificates needed for the Registrar</name>
      <t>In addition to hosting a PKI root, the Registrar needs several other key pairs.  They are:</t>
      <section anchor="brskiestcert">
        <name>TLS Server Certificate for BRSKI-EST</name>
        <t>A certificate to be used to answer TLS connections from new devices (pledges).
This must be of a type that expected pledges can understand.
Returning an RSA key to a client that can validate only ECDSA chains is a problem.
The constrained IoT ecosystem prefers ECDSA, and often does not have code that can verify RSA.  Meanwhile, older FIPS-140 validated libraries present in many router operating systems support only RSA!</t>
        <t>The recommendation is to use ECDSA keys, with a sensitiviity to when a majority of systems might support EdDSA.
There are well established mechanisms in most TLS server libraries to permit multiple certificates to be loaded and to return an appropriate key based upon the client capabilities.
This should be used.</t>
        <t>The certificate used for the BRSKI-EST end point is not validated by the BRSKI pledge using public trust anchors, but rather it is pinned by the <xref target="RFC8366"/> voucher.
As such it can come from the private CA, as recommended above: either signed by a specific intermediate CA or via a root CA as appropriate for the environment.</t>
      </section>
      <section anchor="brskimasacert">
        <name>TLS Client Certificate for BRSKI-MASA</name>
        <t>A certificate may optionally be used for authentication of the Registrar to the MASA.
It is recommended to always include one.</t>
        <t>It can be the same certificate used by TLS Server Certificate above, and this is most appropriate in small Registrars which are not distributed, such as ones aimed as Residential/Home networks.</t>
        <t>In larger, distributed Registrars, cryptographic hygiene dictates that the private key not be distributed, so a unique certificate per Registrar client is appropriate.
They should all be signed by the same intermediate CA, with the intermediate and root CA certificates being supplied in the TLS connection.</t>
        <section anchor="use-of-publically-anchored-tls-client-certificate-with-brski-masa-connection">
          <name>Use of Publically Anchored TLS Client Certificate with BRSKI-MASA connection</name>
          <t>The use TLS Client Certificate which has a public anchor (such as from LetsEncrypt) has an advantage that is makes it easier for the MASA to reject malicious clients.</t>
          <t>If the Registrar is not using a supply chain integration that includes the MASA being aware of the cryptographic identity of the Registrar, then the use of a publically anchored certificate is RECOMMENDED.</t>
        </section>
      </section>
      <section anchor="brskivoucherrequest">
        <name>Certificate for signing of Voucher-Requests</name>
        <t>As part of the BRSKI voucher-request process the Pledge's Voucher-Request is wrapped by the Registrar in another voucher-request and signed.
It is this certificate which pinned by MASA to validate the connection.</t>
        <t>The certificate used to sign the (parboiled) voucher-request MUST be the same as the one that is used for the TLS Server Connection.
This implies that the signed voucher-request MUST be constructed on the same machine that terminates the BRSKI-EST connection.</t>
      </section>
    </section>
    <section anchor="autonomic-control-plane-addressing">
      <name>Autonomic Control Plane Addressing</name>
      <t>In the Enterprise and ISP use cases, the creation of an <xref target="RFC8994"/> Autonomic Control Plane is assumed.
(The use of an ACP for the Home Network of IoT devices is considered unnecessary due to HNCP)</t>
      <t>In these context the certificates which are returned by the Registrar MUST contain a unique IPv6 ULA address.
<xref target="RFC8994"/> section 6.10 outlines several addressing schemes for the ULA addresses.
The use of the ACP Vlong Addressing Sub-Scheme (6.10.5) is recommended as it provides the most flexibility for devices.</t>
      <t>The use of this mode limits the number of nodes in the network to between 32768 and 8 Million.
32K routers in an ISP network seems like quite a lot already, but use of F=0 addresses provides for up to 8 Million devices, each with 256 management end points.</t>
      <t>It should be noted that a mix of F=0 and F=1 addresses may be used, but the BRSKI protocol does not directly provide a way to negotiated this.
This could be done as part of the Certificate Signing Request: the device could decide which kind of address to ask for by changing the address that it asks for, but this is non-standardized and may not work.</t>
      <t>A network manager that saw that a device was running out of F=0 space, that is if 256 addresses was not enough for a device, could allocate an F=1 address in a management interface.
At the next certificate renewal (which could be forced by a management action), then a new certificate would be issues with the larger address space.</t>
      <t>256 addresses for a single device may seem like a lot, but it is increasing the case that routers may have a large number of virtualized functions within and each may reasonably need to be separately connected to it's SDN controller.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>Section 10.2 of <xref target="RFC8995"/> details a number of things that are revealed by the BRSKI-EST protocol.
A multi-location Registrar with different TLS Server Certificates will have a different privacy profile than a Registrar that uses only a single certificate.</t>
      <t>Section 10.3 of <xref target="RFC8995"/> details what is revealed by the BRSKI-MASA protocol.
The operational recommendations of this document do not affect or mitigate things at all.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>Section 11 of <xref target="RFC8995"/> does not deal with any attacks against the Registrar, as the Registrar is considered to be an internally facing system.</t>
      <t>In the context of the Autonomic Control Plane (<xref target="RFC8995"/> section 9, and <xref target="RFC8994"/>) it is expected that the majority of equipment attached to a network are connected by wired ethernet.  The opportunity for a massive attack against the Registrar is considered low in an ISP, or multi-side Enterprise backbone network.</t>
      <section anchor="denial-of-service-attacks-against-the-registrar">
        <name>Denial of Service Attacks against the Registrar</name>
        <t>However, there are some exposures which need to be taken into account, particular in the Enterprise or Institutional Campus network: typically these networks have large number of access ports, one for each desktop system.
Those systems can be infected with Malware, or may be located in student computer labs physically accessible with minimal authorization.
While an attack on the Registrar might be part of some kind of student protest, an attack by malware seems more likely.</t>
        <t>The different architectures proposed in <xref target="arch"/> of this document provides some recommendations on differing scales.
The use of a fully asynchronous design is recommended for Enterprise uses of BRSKI where there may be a large number of IoT devices that are expected to onboard.
The ability to scale the BRSKI-EST Pledge Interface without having the scale the rest of the system provides for resiliency of the Registrary.</t>
        <t>It bears repeating that the use of of a stateless technology in the Join Proxy moves the load due to attacking systems from the Join Proxy into the Registrar.
This increases the network bandwidth required from the Join Proxy to the Registrar with the benefit of simplifying the Join Proxy.</t>
        <t>This is an intentional design decision to centralize the impact into the purpose built Registrar system(s).</t>
      </section>
      <section anchor="loss-of-keyscorruption-of-infrastructure">
        <name>Loss of Keys/Corruption of Infrastructure</name>
        <t>In Home/Residential Network ("homenet") uses of <xref target="RFC8995"/> the biggest risk is likely that of loss of the Registrar's key pairs.
That is, accidental loss of the private key is more likely than loss to a malicious entity that steals them with intent to cause damage.</t>
        <t>This can be due to failure to backup the database followed by a CPE device failure, but the case where a CPE device is simply thrown away to be replaced by an uninformed technician or household member is probably the most likely situation.</t>
        <t>This situation results in loss of control for all devices in the home, and much frustration from the home owner who has to go through an onboarding process for all the devices.
The use of a standardized onboarding protocol significantly mitigates the hassle; the current "state of the art" proccess involves a series of appliance-specific smartphone applications, which may or not not actually work on more recent devices.</t>
        <t>This is why the focus on saving of the database along with a secret splitting process to secure it.
At present there is no cross-vendor format for this database, so the saved data is only useable with a Registrar from the same vendor.
So this protects against device failure, where it is replaced by an identical device or an upward compatible device from the same manufacturer, but not against changes of vendor.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no IANA allocations.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Your name here.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <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="RFC8995" target="https://www.rfc-editor.org/info/rfc8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <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="RFC8994" target="https://www.rfc-editor.org/info/rfc8994">
          <front>
            <title>An Autonomic Control Plane (ACP)</title>
            <author fullname="T. Eckert" initials="T." role="editor" surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." role="editor" surname="Behringer"/>
            <author fullname="S. Bjarnason" initials="S." surname="Bjarnason"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>Autonomic functions need a control plane to communicate, which depends on some addressing and routing. This Autonomic Control Plane should ideally be self-managing and be as independent as possible of configuration. This document defines such a plane and calls it the "Autonomic Control Plane", with the primary use as a control plane for autonomic functions. It also serves as a "virtual out-of-band channel" for Operations, Administration, and Management (OAM) communications over a network that provides automatically configured, hop-by-hop authenticated and encrypted communications via automatically configured IPv6 even when the network is not configured or is misconfigured.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8994"/>
          <seriesInfo name="DOI" value="10.17487/RFC8994"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-voucher" target="https://datatracker.ietf.org/doc/html/draft-ietf-anima-constrained-voucher-23">
          <front>
            <title>Constrained Bootstrapping Remote Secure Key Infrastructure (cBRSKI)</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="10" month="January" year="2024"/>
            <abstract>
              <t>   This document defines the Constrained Bootstrapping Remote Secure Key
   Infrastructure (cBRSKI) protocol, which provides a solution for
   secure zero-touch onboarding of resource-constrained (IoT) devices
   into the network of a domain owner.  This protocol is designed for
   constrained networks, which may have limited data throughput or may
   experience frequent packet loss. cBRSKI is a variant of the BRSKI
   protocol, which uses an artifact signed by the device manufacturer
   called the "voucher" which enables a new device and the owner's
   network to mutually authenticate.  While the BRSKI voucher data is
   encoded in JSON, cBRSKI uses a compact CBOR-encoded voucher.  The
   BRSKI voucher data definition is extended with new data types that
   allow for smaller voucher sizes.  The Enrollment over Secure
   Transport (EST) protocol, used in BRSKI, is replaced with EST-over-
   CoAPS; and HTTPS used in BRSKI is replaced with DTLS-secured CoAP
   (CoAPS).  This document Updates RFC 8995 and RFC 9148.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-23"/>
        </reference>
        <reference anchor="RFC8366" target="https://www.rfc-editor.org/info/rfc8366">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer. This artifact is known as a "voucher".</t>
              <t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure. Other YANG-derived formats are possible. The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t>
              <t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8366"/>
          <seriesInfo name="DOI" value="10.17487/RFC8366"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8739" target="https://www.rfc-editor.org/info/rfc8739">
          <front>
            <title>Support for Short-Term, Automatically Renewed (STAR) Certificates in the Automated Certificate Management Environment (ACME)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="D. Lopez" initials="D." surname="Lopez"/>
            <author fullname="O. Gonzalez de Dios" initials="O." surname="Gonzalez de Dios"/>
            <author fullname="A. Pastor Perales" initials="A." surname="Pastor Perales"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>Public key certificates need to be revoked when they are compromised, that is, when the associated private key is exposed to an unauthorized entity. However, the revocation process is often unreliable. An alternative to revocation is issuing a sequence of certificates, each with a short validity period, and terminating the sequence upon compromise. This memo proposes an Automated Certificate Management Environment (ACME) extension to enable the issuance of Short-Term, Automatically Renewed (STAR) X.509 certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8739"/>
          <seriesInfo name="DOI" value="10.17487/RFC8739"/>
        </reference>
        <reference anchor="RFC7030" target="https://www.rfc-editor.org/info/rfc7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <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="I-D.richardson-anima-state-for-joinrouter" target="https://datatracker.ietf.org/doc/html/draft-richardson-anima-state-for-joinrouter-03">
          <front>
            <title>Considerations for stateful vs stateless join router in ANIMA bootstrap</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="22" month="September" year="2020"/>
            <abstract>
              <t>   This document explores a number of issues affecting the decision to
   use a stateful or stateless forwarding mechanism by the join router
   (aka join assistant) during the bootstrap process for ANIMA.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-anima-state-for-joinrouter-03"/>
        </reference>
        <reference anchor="RFC8555" target="https://www.rfc-editor.org/info/rfc8555">
          <front>
            <title>Automatic Certificate Management Environment (ACME)</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="J. Hoffman-Andrews" initials="J." surname="Hoffman-Andrews"/>
            <author fullname="D. McCarney" initials="D." surname="McCarney"/>
            <author fullname="J. Kasten" initials="J." surname="Kasten"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>Public Key Infrastructure using X.509 (PKIX) certificates are used for a number of purposes, the most significant of which is the authentication of domain names. Thus, certification authorities (CAs) in the Web PKI are trusted to verify that an applicant for a certificate legitimately represents the domain name(s) in the certificate. As of this writing, this verification is done through a collection of ad hoc mechanisms. This document describes a protocol that a CA and an applicant can use to automate the process of verification and certificate issuance. The protocol also provides facilities for other certificate management functions, such as certificate revocation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8555"/>
          <seriesInfo name="DOI" value="10.17487/RFC8555"/>
        </reference>
        <reference anchor="I-D.friel-acme-integrations" target="https://datatracker.ietf.org/doc/html/draft-friel-acme-integrations-02">
          <front>
            <title>ACME Integrations</title>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="Richard Barnes" initials="R." surname="Barnes">
              <organization>Cisco</organization>
            </author>
            <author fullname="Rifaat Shekh-Yusef" initials="R." surname="Shekh-Yusef">
              <organization>Avaya</organization>
            </author>
            <date day="24" month="October" year="2019"/>
            <abstract>
              <t>   This document outlines multiple advanced use cases and integrations
   that ACME facilitates without any modifications or enhancements
   required to the base ACME specification.  The use cases include ACME
   integration with EST, BRSKI and TEAP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-friel-acme-integrations-02"/>
        </reference>
        <reference anchor="I-D.moskowitz-ecdsa-pki" target="https://datatracker.ietf.org/doc/html/draft-moskowitz-ecdsa-pki-10">
          <front>
            <title>Guide for building an ECC pki</title>
            <author fullname="Robert Moskowitz" initials="R." surname="Moskowitz">
              <organization>HTT Consulting</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Liang Xia" initials="L." surname="Xia">
              <organization>Huawei</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="31" month="January" year="2021"/>
            <abstract>
              <t>   This memo provides a guide for building a PKI (Public Key
   Infrastructure) using openSSL.  All certificates in this guide are
   ECDSA, P-256, with SHA256 certificates.  Along with common End Entity
   certificates, this guide provides instructions for creating IEEE
   802.1AR iDevID Secure Device certificates.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-moskowitz-ecdsa-pki-10"/>
        </reference>
        <reference anchor="I-D.hallambaker-mesh-udf" target="https://datatracker.ietf.org/doc/html/draft-hallambaker-mesh-udf-18">
          <front>
            <title>Mathematical Mesh 3.0 Part II: Uniform Data Fingerprint.</title>
            <author fullname="Phillip Hallam-Baker" initials="P." surname="Hallam-Baker">
              <organization>ThresholdSecrets.com</organization>
            </author>
            <date day="28" month="June" year="2023"/>
            <abstract>
              <t>   This document describes the underlying naming and addressing schemes
   used in the Mathematical Mesh.  The means of generating Uniform Data
   Fingerprint (UDF) values and their presentation as text sequences and
   as URIs are described.

   A UDF consists of a binary sequence, the initial eight bits of which
   specify a type identifier code.  For convenience, UDFs are typically
   presented to the user in the form of a Base32 encoded string.  Type
   identifier codes have been selected so as to provide a useful
   mnemonic indicating their purpose when presented in Base32 encoding.

   Two categories of UDF are described.  Data UDFs provide a compact
   presentation of a fixed length binary data value in a format that is
   convenient for data entry.  A Data UDF may represent a cryptographic
   key, a nonce value or a share of a secret.  Fingerprint UDFs provide
   a compact presentation of a Message Digest or Message Authentication
   Code value.

   A Strong Internet Name (SIN) consists of a DNS name which contains at
   least one label that is a UDF fingerprint of a policy document
   controlling interpretation of the name.  SINs allow a direct trust
   model to be applied to achieve end-to-end security in existing
   Internet applications without the need for trusted third parties.

   UDFs may be presented as URIs to form either names or locators for
   use with the UDF location service.  An Encrypted Authenticated
   Resource Locator (EARL) is a UDF locator URI presenting a service
   from which an encrypted resource may be obtained and a symmetric key
   that may be used to decrypt the content.  EARLs may be presented on
   paper correspondence as a QR code to securely provide a machine-
   readable version of the same content.  This may be applied to
   automate processes such as invoicing or to provide accessibility
   services for the partially sighted.

   [Note to Readers]

   Discussion of this draft takes place on the MATHMESH mailing list
   (mathmesh@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/search/?email_list=mathmesh.

   This document is also available online at
   http://mathmesh.com/Documents/draft-hallambaker-mesh-udf.html.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-hallambaker-mesh-udf-18"/>
        </reference>
        <reference anchor="I-D.bdc-something-something-certificate" target="https://datatracker.ietf.org/doc/html/draft-bdc-something-something-certificate-05">
          <front>
            <title>Client-Cert HTTP Header: Conveying Client Certificate Information from TLS Terminating Reverse Proxies to Origin Server Applications</title>
            <author fullname="Brian Campbell" initials="B." surname="Campbell">
              <organization>Ping Identity</organization>
            </author>
            <date day="23" month="March" year="2021"/>
            <abstract>
              <t>   This document defines the HTTP header field "Client-Cert" that allows
   a TLS terminating reverse proxy to convey the client certificate of a
   mutually-authenticated TLS connection to the origin server in a
   common and predictable manner.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bdc-something-something-certificate-05"/>
        </reference>
        <reference anchor="threetier" target="https://en.wikipedia.org/wiki/Multitier_architecture">
          <front>
            <title>Multitier architecture</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date year="2019" month="December"/>
          </front>
        </reference>
        <reference anchor="WebPKI" target="https://cabforum.org/wp-content/uploads/BRv1.2.2.pdf">
          <front>
            <title>CA/Browser Forum Baseline Requirements for the Issuance and Management of Publicly-Trusted Certificates, v.1.2.2</title>
            <author initials="" surname="CA/Browser Forum">
              <organization/>
            </author>
            <date year="2014" month="October"/>
          </front>
        </reference>
        <reference anchor="ieee802-1AR" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author initials="" surname="IEEE Standard">
              <organization/>
            </author>
            <date year="2009"/>
          </front>
        </reference>
        <reference anchor="I-D.selander-lake-authz" target="https://datatracker.ietf.org/doc/html/draft-selander-lake-authz-03">
          <front>
            <title>Lightweight Authorization using Ephemeral Diffie-Hellman Over COSE</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Aurelio Schellenbaum" initials="A." surname="Schellenbaum">
              <organization>Institute of Embedded Systems, ZHAW</organization>
            </author>
            <date day="7" month="July" year="2023"/>
            <abstract>
              <t>   This document describes a procedure for authorizing enrollment of new
   devices using the lightweight authenticated key exchange protocol
   Ephemeral Diffie-Hellman Over COSE (EDHOC).  The procedure is
   applicable to zero-touch onboarding of new devices to a constrained
   network leveraging trust anchors installed at manufacture time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-selander-lake-authz-03"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-join-proxy" target="https://datatracker.ietf.org/doc/html/draft-ietf-anima-constrained-join-proxy-15">
          <front>
            <title>Join Proxy for Bootstrapping of Constrained Network Elements</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <date day="6" month="November" year="2023"/>
            <abstract>
              <t>   This document extends the work of Bootstrapping Remote Secure Key
   Infrastructures (BRSKI) by replacing the Circuit-proxy between Pledge
   and Registrar by a stateless/stateful constrained Join Proxy.  The
   constrained Join Proxy is a mesh neighbor of the Pledge and can relay
   a DTLS session originating from a Pledge with only link-local
   addresses to a Registrar which is not a mesh neighbor of the Pledge.

   This document defines a protocol to securely assign a Pledge to a
   domain, represented by a Registrar, using an intermediary node
   between Pledge and Registrar.  This intermediary node is known as a
   "constrained Join Proxy".  An enrolled Pledge can act as a
   constrained Join Proxy.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-join-proxy-15"/>
        </reference>
        <reference anchor="RFC9031" target="https://www.rfc-editor.org/info/rfc9031">
          <front>
            <title>Constrained Join Protocol (CoJP) for 6TiSCH</title>
            <author fullname="M. Vučinić" initials="M." role="editor" surname="Vučinić"/>
            <author fullname="J. Simon" initials="J." surname="Simon"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes the minimal framework required for a new device, called a "pledge", to securely join a 6TiSCH (IPv6 over the Time-Slotted Channel Hopping mode of IEEE 802.15.4) network. The framework requires that the pledge and the JRC (Join Registrar/Coordinator, a central entity), share a symmetric key. How this key is provisioned is out of scope of this document. Through a single CoAP (Constrained Application Protocol) request-response exchange secured by OSCORE (Object Security for Constrained RESTful Environments), the pledge requests admission into the network, and the JRC configures it with link-layer keying material and other parameters. The JRC may at any time update the parameters through another request-response exchange secured by OSCORE. This specification defines the Constrained Join Protocol and its CBOR (Concise Binary Object Representation) data structures, and it describes how to configure the rest of the 6TiSCH communication stack for this join process to occur in a secure manner. Additional security mechanisms may be added on top of this minimal framework.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9031"/>
          <seriesInfo name="DOI" value="10.17487/RFC9031"/>
        </reference>
        <reference anchor="I-D.ietf-anima-brski-cloud" target="https://datatracker.ietf.org/doc/html/draft-ietf-anima-brski-cloud-08">
          <front>
            <title>BRSKI Cloud Registrar</title>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="Rifaat Shekh-Yusef" initials="R." surname="Shekh-Yusef">
              <organization>Auth0</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="24" month="August" year="2023"/>
            <abstract>
              <t>   Bootstrapping Remote Secure Key Infrastructures defines how to
   onboard a device securely into an operator maintained infrastructure.
   It assumes that there is local network infrastructure for the device
   to discover and to help the device.  This document extends the new
   device behaviour so that if no local infrastructure is available,
   such as in a home or remote office, that the device can use a well
   defined "call-home" mechanism to find the operator maintained
   infrastructure.

   To this, this document defines how to contact a well-known Cloud
   Registrar, and two ways in which the new device may be redirected
   towards the operator maintained infrastructure.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-cloud-08"/>
        </reference>
        <reference anchor="I-D.ietf-acme-integrations" target="https://datatracker.ietf.org/doc/html/draft-ietf-acme-integrations-17">
          <front>
            <title>ACME Integrations for Device Certificate Enrollment</title>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="Richard Barnes" initials="R." surname="Barnes">
              <organization>Cisco</organization>
            </author>
            <author fullname="Rifaat Shekh-Yusef" initials="R." surname="Shekh-Yusef">
              <organization>Ernst &amp; Young</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="13" month="July" year="2023"/>
            <abstract>
              <t>   This document outlines multiple advanced use cases and integrations
   that ACME facilitates without any modifications or enhancements
   required to the base ACME specification.  The use cases include ACME
   integration with EST, BRSKI and TEAP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-acme-integrations-17"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAOH+zGUAA719/XLbSJLn/3gKjPyHpTiSst3unm7tzd6yJXlb05atleTp
mYiNmwDJoogWCHBRoGiO7XuWe5Z7ssvPqiyQdPfeXZwmpi2RQKEqKyvzl58Y
DodZV3aVO8vfr1xbdGVTF1V+3tS+nMnfPp83bf7j7d3PV/mteyh91xZtVkwm
rXs6i5/0bspmzbQuljDwrC3m3bAtp4uinfmmHhZ1uSyGrd44nCY3Dl98n2W+
K+rZ34uqqWGArl27LCtXLf3qu1cvXvzw4lVWtK44y6/qzrW167LHTfxjeIHP
zKZFd5ZPpqssW5VnOfw8y6dFna+9y4u2Lbb5cTnPi6rKt86f5LDIReEX+cK1
Lsvzrpme4Rfwq2/arnVzf0ZDzNy8WFedhyv0++2Sv8Y/s2LdLZr2LMuyYV7W
8On1KL8Nq4fLmSzX+JGr0q+a9uEsv4O1u2oJM71r5t0G1pn/0rSP+CS3LMrq
LF9O2/9Sum7+L14vHU2L8LxfRvlNER/0iyvlbxr9p3WxgU/u3XRRN1XzUDoz
8KasqrJYjlZFDRf9y4KuHU2bZZbVTbuEHXpyZ3D57Zvz71/+8bX++sMP354x
h4QPXp/l4/Mb+PNqeDHCucq242bDrpe1mw2fmvUUqK2jfPPdd0C1sp73n/TH
b36QX//44psXZzLoDkcB03RuCHcPf23Kum3WXRz722+/1fvmbemqYTFdumEJ
/PIgfKdfLxv/2GzK7h9DN535Yrh6LPWrBfBKsZwUj64dLp1fDNezuX43mU2H
vlm6blHWD+a3qWu7cl4CK9JyukXrXFfyxODPon1wwKRHi65b+bPTU1ePNuVj
uXKzshjBfp3iX6fXwG8l3vX3op0uys5Nu3XrjngIPr5H4Zp89xplyZx+iA2O
ftHH8CUznGB+dOGmbjmBQV69ePnDUQZf/eImNz9fHZjutJgAvddLnuoKd7dz
dXe6XlVNMfOnP94+vRy9gv+tZvN9UyF+PTofn/7YNhsPj32Do6UL63+b/1h4
VwEDgez5j3XZuiU8kYVUt3D5lffrop7CEa9n+XVRFw90Qd7M85v1pCqn1XZ4
j2LEzfLzuDl+kD+NaK4JPd5Pu0bI8ZrIUTrnvn/xavhyfLuHJkASEl3IlyO8
lAgzL+uZ74Ac+t0pjDCCEYYoykaLblmlS766vLzM5Zr8zk1hI/ML91TCqq5m
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
tplb/5EAAA==

-->

</rfc>
