<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-anima-masa-considerations-00" category="std" consensus="true" tocInclude="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.29.0 -->
  <front>
    <title abbrev="MASA Considerations">Operational Considerations for Voucher infrastructure for BRSKI MASA</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-anima-masa-considerations-00"/>
    <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="2025" month="June" day="25"/>
    <area>Internet</area>
    <workgroup>anima Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 106?>

<t>This document describes a number of operational modes that a
BRSKI Manufacturer Authorized Signing Authority (MASA) 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
MASA is deployed into.  This document does not change any
protocol mechanisms.</t>
    </abstract>
  </front>
  <middle>
    <?line 116?>

<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>This mechanism leverages the pre-existing relationship between a device and
the manufacturer that built the device.  There are two aspects to this
relationship: the provision of an identity for the device by the
manufacturer (the IDevID), and a mechanism which convinces the device to
trust the new owner (the <xref target="RFC8366"/> voucher).</t>
      <t>The manufacturer, or their designate, is involved in both aspects of this
process.  This requires the manufacturer (or designate) to maintain on online presence.</t>
      <t>This document offers a number of operational considerations recommendations for operating this online presence.</t>
      <t>The first aspect is the device identity in the form of an <xref target="ieee802-1AR"/>
certificate that is installed at manufacturing time in the device.
Some of the background for the operational considerations of building this public key infrastructure is described in <xref target="I-D.irtf-t2trg-taxonomy-manufacturer-anchors"/>.</t>
      <t>The second aspect is the use of the Manufacturer Authorized Signing Authority
(MASA), as described in <xref target="RFC8995"/> section 2.5.4.   The device needs to have
the MASA anchor built in; the exact nature of the anchor is open to a number of
possibilities which are explained in this document.
This document primarily deals with a number of options for architecting the security of the MASA relationship.</t>
      <t>There are some additional considerations for a MASA that deals with
constrained vouchers as described in <xref target="I-D.ietf-anima-constrained-voucher"/>.
In particular in the COSE signed version, there may be no PKI structure included in the voucher mechanism, so cryptographic hygiene needs a different set of tradeoffs.</t>
    </section>
    <section anchor="operational-considerations-for-manufacturer-authorized-signing-authority-masa">
      <name>Operational Considerations for Manufacturer Authorized Signing Authority (MASA)</name>
      <t>The manufacturer needs to make a Signing Authority available to new owners so that
they may obtain <xref target="RFC8366"/> format vouchers to prove ownership.  This section initially
assumes that the manufacturer will provide this Authority internally, but
subsequent sections deal with some adjustments when the authority is
externally run.</t>
      <t>The MASA is a public facing web system.  It will be subject to network load from
legitimate users when a network is bootstrapped for the first time.
The legitimate load will be proportional to sales.</t>
      <t>The MASA will also be subject to a malicious load.</t>
      <section anchor="deflecting-unwanted-tls-traffic-with-client-certificates">
        <name>Deflecting unwanted TLS traffic with Client Certificates</name>
        <t>One way to deflect unwanted users from the application framework backend is to require TLS Client Certificates for  all connections.
As described in Section 5.5.4 of <xref target="RFC8995"/>, the Registrar may be authenticated with a TLS Client Certificate.</t>
        <t>This offloads much of the defense to what is typically a hardware TLS termination system.
This can be effective even if the hardware is unable to do the actual validation of the TLS Client Certificate, as validation of the certificate occurs prior to any communication with the application server.</t>
        <t><xref target="I-D.ietf-httpbis-client-cert-field"/> is a critical addition to any use of TLS offload, as the certificate used needs to be communicated to the application framework for detailed authorization.</t>
        <t>This increases the effort requires for attackers, and if they repeat the same certificate then it becomes easier to reject such attackers if a list of invalid/unwanted clients is cached.</t>
        <t>The use of a client certificate forces attackers to generate new key pairs and certificates for each attack.</t>
      </section>
      <section anchor="web-framework-architecture">
        <name>Web framework architecture</name>
        <t>Web framework three-tier mechanisms are a very common architecture.
See <xref target="threetier"/> for an overview.
There are Internet scale frameworks exist for Ruby (RubyOnRails), Python (Django), Java (J2EE),  GO, PHP and others.
The methods of deploying them and dealing with expected scale are common in most enterprise IT departments.</t>
        <t>Consideration should be made to deploying the presentation layer into multiple data centers in order to provide resiliency against distributed denial of service (DDoS) attacks that affect all tenants of that data center.</t>
        <t>Consideration should also be given to the use of a cloud front end to mitigate attacks, however, such a system needs to be able to securely transmit the TLS Client Certificates, if the MASA wants to identify Registrars at the TLS connection time.</t>
        <t>The middle (application) tier needs to be scalable, but it is unlikely that it needs to scale very much on a per-minute or even per-hour basis.
It is probably easier and more reliable to have application tiers do database operations across the Internet or via VPN to a single location database cluster than it is to handle asynchronous database operations resulting from geographically dispersed multi-master database systems.</t>
        <t>But, these are local design decisions which web deployment make on a regular basis.
The MASA functionality is not different than other public facing systems.</t>
        <t>The database tables that the MASA uses scale linearly with the number of products sold,
but as they are mostly read-only, they could be easily replicated in a read-only manner from a sales database.</t>
        <t>Direct integration with a sales system could be considered, but would involve a more significant security impact analysis, so a process where the sales data is extracted to a less sensitive system is RECOMMENDED.</t>
        <t>In any case, the manufacturer SHOULD plan for a situation where the manufacturer is no longer able or interested in running the Authority: this does not have to an unhappy situation!
While the case of the manufacturer going out of business is discussed in <xref target="escrow"/>, there are more happy events which should be prepared for.
For instance, if a manufacturer goes through a merge or acquisition and it makes sense to consolidate the Signing Authority in another part of the organization.</t>
        <t>Business continuity plan should include backing up the voucher signing keys.
This may involve multiple Hardware Security Modules, and secret splitting mechanisms
SHOULD be employed.
For large value items, customers are going to need to review the plan as part of their contingency audits.
The document <xref target="I-D.irtf-t2trg-taxonomy-manufacturer-anchors"/> can provide some common basis for this kind of evaluation.</t>
        <t>The trust anchors needs to validate <xref target="RFC8366"/> vouchers will typically be part of the firmware loaded inot the devie firmware.</t>
        <t>There are many models to manage these trust anchors, but in order having only a single key, a PKI infrastructure is appropriate, but not required.</t>
        <t>On constrained devices without code space to parse and validate a public key certificate chain require different considerations, a single key may be necessary.
This document does not (yet) provide appropriate considerations for that case.</t>
        <t>What follows are a number of ways to construct a resilient PKI to sign vouchers.</t>
      </section>
      <section anchor="self-contained-multi-product-masa-no-pki">
        <name>Self-contained multi-product MASA, no PKI</name>
        <t>The simplest situation is to create a self-signed End Entity certificate.
That is, a public/private key pair.
The certificate/public key is embedded in the products to validate vouchers, and the private part is kept online to sign vouchers.</t>
        <t>This situation has very low security against theft of a key from the MASA.
Such a theft would result in recall of all products that have not yet been onboarded.
It is very simple to operate.</t>
      </section>
      <section anchor="self-contained-multi-product-masa-with-one-level-pki">
        <name>Self-contained multi-product MASA, with one-level PKI</name>
        <t>A simple way is to create an new offline certification authority (CA), have it periodically sign a new End-Entity (EE) identity's certificate.
This End-Entity identity has a private key kept online, and it uses that to sign voucher requests.
Note that the entity used to sign <xref target="RFC8366"/> format vouchers does not need to be a certificate authority.</t>
        <t>If the public key of this offline CA is then built-in to the firmware of the device,
then the devices do not need any further anchors.</t>
        <t>There is no requirement for this CA to be signed by any other certification authority.
That is, it may be a root CA.
There is also no prohibition against it.</t>
        <t>If this offline CA signs any other certificates, then it is important that the device know which End-Entity certificates may sign vouchers.
This is an authorization step, and it may be accomplished it a number of ways:</t>
        <ol spacing="normal" type="1"><li>
            <t>the Distinguished Name (DN) of the appropriate End-Entity certificate can be built-in to the firmware</t>
          </li>
          <li>
            <t>a particular policy OID may be included in certificates intended to sign vouchers</t>
          </li>
        </ol>
        <t>A voucher created for one product could be used to sign a voucher for another product.
This situation is also mitigated by never repeating serialNumbers across product lines.</t>
        <t>An End-Entity certificate used to sign the voucher is included in the certificate set in the CMS structure that is used to sign the voucher.
The root CA's trust anchor should <em>also</em> be included, even though it is self-signed, as this permits auditing elements in a Registrar to validate the End-Entity Certificate.</t>
        <t>The inclusion of the full chain also supports a Trust-on-First-Use (TOFU) workflow for the manager of the Registrar: they can see the trust anchor chain and can compare a fingerprint displayed on their screen with one that could be included in packaging or other sales channel information.</t>
        <t>When building the MASA public key into a device, only the public key contents matter, not the structure of the self-signed certificate itself.
Using only the public key enables a MASA architecture to evolve from a single self-contained system into a more complex architecture later on.</t>
      </section>
      <section anchor="perproduct">
        <name>Self-contained per-product MASA</name>
        <t>A simple enhancement to the previous scenario is to have a unique MASA offline key for each product line.
This has a few advantages:</t>
        <ul spacing="normal">
          <li>
            <t>if the private keys are kept separately (under different encryption keys), then compromise of a single product lines MASA does not compromise all products.</t>
          </li>
          <li>
            <t>if a product line is sold to another entity, or if it has to go through an escrow process due to the product going out of production, then the process affects only a single product line.</t>
          </li>
          <li>
            <t>it is safe to have serialNumber duplicated among different product lines since a voucher for one product line would not validate on another product line.</t>
          </li>
        </ul>
        <t>The disadvantage is that it requires a private key to be stored per product line, and most large OEMs have many dozens of product lines.
If the keys are stored in a single Hardware Security Module (HSM), with the access to it split across the same parties, then some of the cryptographic advantages of different private keys will go away, as a compromise of one key likely compromises them all.
Given a HSM, the most likely way a key is compromised is by an attacker getting authorization on the HSM through theft or coercion.</t>
        <t>The use of per-product MASA signing keys is encouraged.</t>
      </section>
      <section anchor="per-product-masa-keys-intertwined-with-idevid-pki">
        <name>Per-product MASA keys intertwined with IDevID PKI</name>
        <t>The IDevID certificate chain (the intermediate CA and root CA that signed the IDevID certificate) should be included in the device firmware so that they can be communicated during the BRSKI-EST exchange.</t>
        <t>Since they are already present, could they be used as the MASA trust anchor as well?</t>
        <t>In order to do this there is an attack that needs to mitigated.
Since the root-CA that creates IDevIDs and the root-CA that creates vouchers are the same, when validating a voucher, a pledge needs to make sure that it is signed by a key authorized to sign vouchers.
In other scenarios any key signed by the voucher-signing-root-CA would be valid, but in this scenario that would also include any IDevID, such as would be installed in any other device.
Without an additional signal as to which keys can sign vouchers, and which keys are just IDevID keys, then it would be possible to sign vouchers with any IDevID private key, rather than just the designated voucher-signing key.
An attacker that could extract a private key from even one instance of a product, could use that to sign vouchers, and impersonate the MASA.</t>
        <t>The challenge with combining it into the IDevID PKI is making sure that only an authorized entity can sign the vouchers.
The solution is that it can not be the same intermediate CA that is used to sign the IDevID, since that CA should have the authority to sign vouchers.</t>
        <t>The PKI root CA therefore needs to sign an intermediate CA, or End-Entity certificate with an extension OID that is specific for Voucher Authorization.
This is easy to do as policy OIDs can be created from Private Enterprise Numbers.
There is no need for standardization, as the entity doing the signing is also creating the verification code.
If the entire PKI operation was outsource, then there would be a benefit for standardization.</t>
      </section>
      <section anchor="rotatingkeys">
        <name>Rotating MASA authorization keys</name>
        <t>As a variation of the scenario described in <xref target="perproduct"/>, there could be multiple Signing Authority keys per product line.
They could be rotated though in some deterministic order.
For instance, serial numbers ending in 0 would have MASA key 0 embedded in them at manufacturing time.
The asset database would have to know which key that corresponded to, and it would have to produce vouchers using that key.</t>
        <t>There are significant downsides to this mechanism:</t>
        <ul spacing="normal">
          <li>
            <t>all of the MASA signing keys need to be online and available in order to respond to any voucher request</t>
          </li>
          <li>
            <t>it is necessary to keep track of which device trust which key in the asset database</t>
          </li>
        </ul>
        <t>There is no obvious advantage to doing this if all the MASA signing private keys are kept in the same device, under control of the same managers.
But if the keys are spread out to multiple locations and are under control of different people, then there may be some advantage.
A single MASA signing authority key compromise does not cause a recall of all devices, but only the portion that had that key embedded in it.</t>
        <t>The relationship between signing key and device could be temporal: all devices made on Tuesday could have the same key, there could be hundreds of keys, each one used only for a few hundred devices.
There are many variations possible.</t>
        <t>The major advantage comes with the COSE signed constrained-vouchers described in <xref target="I-D.ietf-anima-constrained-voucher"/>.
In this context, where there isn't space in the voucher for a certificate chain, nor is there code in the device to validate a certificate chain,  a raw public key can sign the voucher.
The (public) key used to sign is embedded directly in the firmware of each device without the benefit of any public key infrastructure, which would allow indirection of the key.</t>
      </section>
    </section>
    <section anchor="operational-considerations-for-constrained-masa">
      <name>Operational Considerations for Constrained MASA</name>
      <t>TBD</t>
    </section>
    <section anchor="operational-considerations-for-creating-nonceless-vouchers">
      <name>Operational Considerations for creating Nonceless vouchers</name>
      <t>TBD</t>
    </section>
    <section anchor="escrow">
      <name>Business Continuity and Escow Considerations</name>
      <t>A number of jurisdictions have legal requirements for businesses to have contingency plans in order to continue operating after an incident or disaster.
Specifications include <xref target="iso22301_2019"/>, but the problem of continuity goes back over 40 years.</t>
      <t>The <xref target="holman2012"/> document defined an eight tier process to understand how data would be backed up.
Tier 0 is "no off-site data", and would be inappropriate for the MASA's signing key.
The question as to how much delay (downtime) is tolerable during a disaster for activating new devices.
The consideration should depend upon the type of the device, and what kind of disasters are being planned for.
Given current technologies for replicating databases online, a tier-4 ("Point-in-time copies") or better solution may be quite economically deployed.</t>
      <t>A key aspect of the MASA is that it was designed as a component that can be outsourced to a third party, and this third party can leverage economies of scale to provide more resilient systems at much lower costs.</t>
      <t>The PKI components that are used to provision the IDevID certificiates into new devices need to be operational only when the factory that produces the devices is active.
The business continuity planning needs to include provision for backing up the private keys used within the PKI.
It may be enough to backup just the root CA key: the rest of the levels of the PKI can be regenerated in another location if necessary.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>YYY</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>ZZZ</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document makes no IANA requests.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Hello.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC8366" target="https://www.rfc-editor.org/info/rfc8366" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8366.xml">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer. This artifact is known as a "voucher".</t>
              <t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure. Other YANG-derived formats are possible. The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t>
              <t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8366"/>
          <seriesInfo name="DOI" value="10.17487/RFC8366"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-voucher" target="https://datatracker.ietf.org/doc/html/draft-ietf-anima-constrained-voucher-27" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-anima-constrained-voucher.xml">
          <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="3" month="March" year="2025"/>
            <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-27"/>
        </reference>
        <reference anchor="RFC8995" target="https://www.rfc-editor.org/info/rfc8995" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8995.xml">
          <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="I-D.richardson-anima-registrar-considerations" target="https://datatracker.ietf.org/doc/html/draft-richardson-anima-registrar-considerations-09" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.richardson-anima-registrar-considerations.xml">
          <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="22" month="January" year="2025"/>
            <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-09"/>
        </reference>
        <reference anchor="I-D.moskowitz-ecdsa-pki" target="https://datatracker.ietf.org/doc/html/draft-moskowitz-ecdsa-pki-10" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.moskowitz-ecdsa-pki.xml">
          <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="threetier" target="https://en.wikipedia.org/wiki/Multitier_architecture">
          <front>
            <title>Multitier architecture</title>
            <author initials="" surname="Wikipedia">
              <organization/>
            </author>
            <date year="2019" month="December"/>
          </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.irtf-t2trg-taxonomy-manufacturer-anchors" target="https://datatracker.ietf.org/doc/html/draft-irtf-t2trg-taxonomy-manufacturer-anchors-09" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.irtf-t2trg-taxonomy-manufacturer-anchors.xml">
          <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="28" month="May" year="2025"/>
            <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.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-t2trg-taxonomy-manufacturer-anchors-09"/>
        </reference>
        <reference anchor="I-D.ietf-httpbis-client-cert-field" target="https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-client-cert-field-06" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-httpbis-client-cert-field.xml">
          <front>
            <title>Client-Cert HTTP Header Field</title>
            <author fullname="Brian Campbell" initials="B." surname="Campbell">
              <organization>Ping Identity</organization>
            </author>
            <author fullname="Mike Bishop" initials="M." surname="Bishop">
              <organization>Akamai</organization>
            </author>
            <date day="17" month="March" year="2023"/>
            <abstract>
              <t>This document describes HTTP extension header fields that allow a TLS terminating reverse proxy to convey the client certificate information 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-ietf-httpbis-client-cert-field-06"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7030" target="https://www.rfc-editor.org/info/rfc7030" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7030.xml">
          <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="BedOfNails" target="https://en.wikipedia.org/wiki/In-circuit_test#Bed_of_nails_tester">
          <front>
            <title>In-circuit test</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date year="2019"/>
          </front>
        </reference>
        <reference anchor="RambusCryptoManager" target="https://www.rambus.com/qualcomm-licenses-rambus-cryptomanager-key-and-feature-management-security-solution/">
          <front>
            <title>Qualcomm Licenses Rambus CryptoManager Key and Feature Management Security Solution</title>
            <author>
              <organization>Qualcomm press release</organization>
            </author>
            <date year="2014"/>
          </front>
        </reference>
        <reference anchor="kskceremony" target="https://www.iana.org/dnssec/dps/zsk-operator/dps-zsk-operator-v2.0.pdf">
          <front>
            <title>DNSSEC Practice Statement for the Root Zone ZSK Operator</title>
            <author>
              <organization>Verisign</organization>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="rootkeyceremony" target="https://cryptography.fandom.com/wiki/Root_Key_Ceremony">
          <front>
            <title>Root Key Ceremony, Cryptography Wiki</title>
            <author>
              <organization>Community</organization>
            </author>
            <date year="2020" month="April"/>
          </front>
        </reference>
        <reference anchor="keyceremony2" target="http://www.digi-sign.com/compliance/key%20ceremony/index">
          <front>
            <title>SAS 70 Key Ceremony</title>
            <author>
              <organization>Digi-Sign</organization>
            </author>
            <date year="2020" month="April"/>
          </front>
        </reference>
        <reference anchor="nistsp800-57" target="https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-4/final">
          <front>
            <title>SP 800-57 Part 1 Rev. 4 Recommendation for Key Management, Part 1: General</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2016" month="January" day="01"/>
          </front>
        </reference>
        <reference anchor="iso22301_2019" target="https://www.iso.org/standard/75106.html">
          <front>
            <title>ISO 22301: Societal security — Business continuity management systems — Requirements</title>
            <author>
              <organization>ISO</organization>
            </author>
            <date year="2019" month="January" day="01"/>
          </front>
        </reference>
        <reference anchor="holman2012" target="https://share.confex.com/share/118/webprogram/Handout/Session10387/Session%2010387%20Business%20Continuity%20Soloution%20Selection%20Methodology%2003-7-2012.pdf">
          <front>
            <title>A Business Continuity Solution Selection Methodology</title>
            <author initials="E." surname="Holman" fullname="Ellis Holman">
              <organization>IBM Corp</organization>
            </author>
            <date year="2012" month="March" day="13"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 365?>



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA5Vc63LbRpb+j6fA2rU18qxAyYoTJ9ofO46kxJoZX9ZyxjX5
k2oCTRIxCHDQoGhG5ap9iH3CfZL9zqUvgChPJuXYIgh0nz7X71ygoiiyoR4a
e56/2djeDHXXmia/6FpXV/rZ5Yuuz//WbcuV7fO6XfTGDf22HLa95a++f3fz
l+v81YubF5mZz3t7e84fJqtkVVe2Zo2dqt4shqK2w6Iwbb02xdo4U5Sju4vT
0yyrN/15jq3ccHZ6+t3pWWZ6a87z63awfWuHbLc8z3mF/EPXf6zbZf5j3203
2cddvKm4pN2y0gznuRuqLNvU51meD115nu+tw49uv+7twsnHzGyHVdefZwVO
imuvZvm7ulyZvnJdi5vlBK/okm3GX3U9yLkxbWWbtWnzm24x7EAw00b72LWp
m/N8Xfb/QWf/k/O3zkqT+f0+zPK3Jm70wdb6mVd/uTU7XHlvy1XbNd2ytsnC
u7pparOebUyLm/604ntnZbfOsrbr1+DrraWjv/vh4tuvvvmGfrwuLmeJHEgE
Q2/q1lbFrcj7PE8u6jVd47vvvj4X2etKfeCGrtfbZU3P9hPh+q3XnfvY7erh
t8KWFVRg81Fks+qtHWpsjg/4aPqlhfQerYZh485PTmw729Uf642tajMDX07o
08mrbQNNxlO/mL5c1YNlBX0kS4iKPwr35Pfv8YLP+T8WxqMPfhu5pTIDrXJp
S7ueY5Gz06ffPcrwVW2t/fb0rHj64t0BmkGyGyBs4s2MbmWiF3VbQSFd+O4E
K8ywQkHKPlsN62ZM/PXV1VWu9+Q3tiTzu7S3dWnz68q2Q73AwR4+Cz9+o3ul
56HtYGvtYqIkz0+/OqUfv7fVm8VrqJg7H9PTFmXdl9t6yAfrhkM7s9JOufg7
5RmX/4WWfwwyfukWv7RECF/xh/WnePodieKdWc+37qLfb4bulWnNMqiRkv3f
W9PAKNb5X8G51lmnj+SjZ/K/2D18S5X/YA07Orm+Bp+F9/Wwh4k3W1LoB861
2+1mPa9NVnjyD924aHTjQr4sSt54LRsXH+0e5lMVC9m4WIeNC6cbF043PnmY
6eGYm946l/e2scbZCceeEcc+uo+l7e26a/djTl2+vrm5usjf9qYcSMugPINw
gLz+sLL5u64b8p+71uY/3/xFI0jXf4EdNQ7DIq5ah9OcVBt38pv7WHT6KF0o
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
ASm8O9G/TAAA

-->

</rfc>
