<?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-irtf-t2trg-taxonomy-manufacturer-anchors-17" category="info" submissionType="IRTF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.32.0 -->
  <front>
    <title abbrev="manufacturer keys">A Taxonomy of operational security considerations for manufacturer installed keys and Trust Anchors</title>
    <seriesInfo name="Internet-Draft" value="draft-irtf-t2trg-taxonomy-manufacturer-anchors-17"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <date year="2026" month="May" day="28"/>
    <workgroup>T2TRG Research Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 209?>

<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.</t>
      <t>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>
      <t>This document is a product of the IRTF Thing-to-Thing Research Group (T2TRG).</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-irtf-t2trg-taxonomy-manufacturer-anchors/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        t2trg Research Group mailing list (<eref target="mailto:t2trg@irtf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/t2trg/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/t2trg/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/t2trg/draft-irtf-t2trg-taxonomy-manufacturer-anchors"/>.</t>
    </note>
  </front>
  <middle>
    <?line 222?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>An increasing number of protocols derive a significant part of their security by using trust anchors <xref target="RFC4949"/> that are installed by manufacturers into a device during manufacturing.
Disclosure of the list of trust anchors does not usually cause a problem, but changing them in any way does.
This includes adding, replacing or deleting anchors.</t>
      <t>The document <xref target="RFC6024"/> deals with how trust anchors are managed in the device which uses them.
This document deals with how the PKI associated with such a trust anchor is managed.</t>
      <t>Many protocols also leverage manufacturer installed identities.
These identities are usually in the form of <xref target="ieee802-1AR"/> Initial Device Identity certificates (IDevID).
The 3GPP Vendor Base Station Certificate <xref target="_3GPP.33.310"/> is another form that uses a similar design pattern.
The identity has two components: a private key that must remain under the strict control of a trusted part of the device, and a public part (the certificate), which (ignoring, for the moment, personal privacy concerns) may be freely disclosed.</t>
      <t>There also situations where identities are tied up in the provision of symmetric shared secrets.
A common example is the SIM card <xref target="_3GPP.51.011"/>.
Provisioning of a physical SIM card is generally considered a one-touch operation.
A virtual SIM (an eSIM) could be factory provisioned.</t>
      <t>It is further not unusual for many devices (particularly smartphones) to also have one or more group identity keys.
This is used, for instance, in <xref target="fidotechnote"/> to make claims about being a particular model of phone.
The key pair that does this is loaded into large batches of phones for privacy reasons:
If a single key was used, then this would allow tracking.
The shared key pair can not be used to identify a specific device.</t>
      <t>The trust anchors are used for a variety of purposes.
For instance, trust anchors are used to verify:</t>
      <ul spacing="normal">
        <li>
          <t>the signature on a software update (as per <xref target="RFC9019"/>),</t>
        </li>
        <li>
          <t>a TLS Server Certificate, such as when setting up an HTTPS connection,</t>
        </li>
        <li>
          <t>the <xref target="RFC8366"/> format voucher that provides proof of an ownership change.</t>
        </li>
      </ul>
      <t>Device identity keys are used when performing enrollment requests (in <xref target="RFC8995"/>, and in some uses of <xref target="RFC9140"/>.)
The device identity certificate is also used to sign Evidence by an Attesting Environment (see <xref target="RFC9334"/>).</t>
      <t>These security artifacts are used to anchor other chains of information such as: an
Entity Attestation Token (EAT) <xref target="RFC9711"/> Claim as to the version of software/firmware running on a device <xref target="I-D.birkholz-suit-coswid-manifest"/>, an EAT claim about legitimate network activity (via <xref target="I-D.ietf-iotops-mud-rats"/>, or embedded in the IDevID in <xref target="RFC8520"/>).</t>
      <t>Known software versions lead directly to vendor/distributor signed Software Bill of Materials (SBOM), such as those described by <xref target="RFC9393"/> and the NTIA/SBOM work <xref target="ntiasbom"/> and CISQ/OMG SBOM work underway <xref target="cisqsbom"/>.</t>
      <t>In order to manage risks and assess vulnerabilities in a Supply Chain, it is necessary to determine a degree of trustworthiness in each device.
A device may mislead audit systems as to its provenance, about its software load or even about what kind of device it is (see <xref target="RFC7168"/> for a humorous example).</t>
      <t>In order to properly assess the security of a Supply Chain it is necessary to understand the kinds and severity of the threats which a device has been designed to resist.
To do this, it is necessary to understand the ways in which the different trust anchors and identities are initially provisioned, are protected, and are updated.</t>
      <t>To do this, this document details the different trust anchors and identities (IDs) found in typical devices.
The privacy and integrity of the trust anchors and IDs is often provided by a different, superior artifact.
This relationship is examined.</t>
      <t>While many might desire to assign numerical values to different mitigation techniques in order to be able to rank them, this document does not attempt to do that, as there are too many other (mostly human) factors that would come into play.
Such an effort is more properly in the purview of a formal processes such as <xref target="ISO27001"/>.</t>
      <t>This document is a product of the IRTF Thing-to-Thing Research Group (T2TRG).</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>This document is not a standards track document, and it does not make use of formal requirements language.</t>
        <t>This document defines a number of hyphenated terms, and they are summarized here:</t>
        <dl>
          <dt>birth-certificates:</dt>
          <dd>
            <t>another term for IDevID</t>
          </dd>
          <dt>device-generated:</dt>
          <dd>
            <t>a private or symmetric key that is generated on the device</t>
          </dd>
          <dt>infrastructure-generated:</dt>
          <dd>
            <t>a private or symmetric key that is generated by some system, likely
located at the factory that built the device</t>
          </dd>
          <dt>IDevID-certificates:</dt>
          <dd>
            <t>an initial device identity certificate as per <xref target="ieee802-1AR"/></t>
          </dd>
          <dt>key-executives:</dt>
          <dd>
            <t>the people who are entrusted with pieces (shares) of a split secret <xref target="splittingnumbers"/></t>
          </dd>
          <dt>pkilevel:</dt>
          <dd>
            <t>the number of Certification Authorities in a public key infrastructure, counting the root, or trust-anchor as the first level, and not counting the End-Entity certificates <xref target="pkilevel"/></t>
          </dd>
          <dt>manufacturer-installed-certificates:</dt>
          <dd>
            <t>or MIC, see idevid</t>
          </dd>
          <dt>mechanically-installed:</dt>
          <dd>
            <t>when a key or certificate is programmed directly into non-volatile storage by
an out-of-band mechanism such as JTAG <xref target="JTAG"/></t>
          </dd>
          <dt>network-transferred:</dt>
          <dd>
            <t>when a key or certificate is transferred into a system via private interface, such as serial console, JTAG managed mailbox, or other physically private interface</t>
          </dd>
          <dt>network-transferred:</dt>
          <dd>
            <t>when a key or certificate is transferred into a system using a network interface which would be available after the device has shipped.  This applies even if the network is physically attached using a bed-of-nails <xref target="BedOfNails"/>.</t>
          </dd>
          <dt>device/infrastructure-co-generated:</dt>
          <dd>
            <t>when a private or symmetric key is derived from a secret previously synchronized between the silicon vendor and the factory using a common algorithm.</t>
          </dd>
          <dt>TPM:</dt>
          <dd>
            <t>a Trusted Platform Module, such as the set of devices standardized by the Trusted Computing Group (TCG). See <xref target="TPM20spec"/>.</t>
          </dd>
        </dl>
        <t>In addition, <xref target="keygen"/> introduces three primary private key generation techniques named <em>arbitrarily</em> after three vegetables (avocado, broccoli, and carrot) and two secondary ones named after two more (squash and spinach).
The two secondary ones refer to methods where a secure element is involved, and mnemonically start with the same letter: S.</t>
      </section>
    </section>
    <section anchor="applicability-model">
      <name>Applicability Model</name>
      <t>There is a wide variety of devices to which this analysis can apply (see <xref target="I-D.ietf-iotops-7228bis"/>.)
This document will use a J-group processor as a sample.
This class is sufficiently large to experience complex issues among multiple CPUs, packages and operating systems, but at the same time, small enough that this class is often deployed in single-purpose IoT-like uses.
Devices in this class often have Secure Enclaves, and can include silicon manufacturer controlled processors in the boot process.
Note that access to the secure enclave is often not available to system integrators.
A very common IoT platform, the Raspberry PI, has a secure enclave with the GPU, but access to it is not available.</t>
      <t>Almost all larger systems (servers, laptops, desktops) include a Baseboard Management Controller (BMC), which ranges from an M-Group Class 3 MCU, to a J-Group Class 10 CPU (see, for instance <xref target="openbmc"/> which uses a Linux kernel and system inside the BMC).
As the BMC usually has complete access to the main CPU's memory, I/O hardware and disk, the boot path security of such a system needs to be understood first as being about the security of the BMC.</t>
      <section anchor="a-reference-manufacturingboot-process">
        <name>A reference manufacturing/boot process</name>
        <t>In order to provide for immutability and privacy of the critical trust anchors and IDs, many CPU manufacturers will provide for some kind of private memory area which is only accessible when the CPU is in certain privileged states.
See the Terminology and Architecture sections of <xref target="RFC9397"/>, notably Trusted Execution Environment (TEE), Rich Execution Environment (REE), and Trusted Application Manager (TAM).</t>
        <t>The private memory that is important is usually non-volatile and rather small.
It may be located inside the CPU silicon die, or it may be located externally.
If the memory is external, then it is usually encrypted by a hardware mechanism on the CPU, with only the key kept inside the CPU.</t>
        <t>The entire mechanism may be external to the CPU in the form of a hardware-TPM module, or it may be entirely internal to the CPU in the form of a firmware-TPM.
It may use a custom interface to the rest of the system, or it may implement the TPM 1.2 or TPM 2.0 specifications (see <xref target="TPM20spec"/>.)
Those details are important to performing a full evaluation, but do not matter much to this model (see initial-enclave-location below).</t>
        <t>During the manufacturing process, once the components have been soldered to the board, the system is usually put through a system-level test.
This is often done as a "bed-of-nails" test <xref target="BedOfNails"/>, where the board has key points attached mechanically to a test system.
A <xref target="JTAG"/> process tests the System Under Test, and then initializes some firmware into the still empty flash storage.</t>
        <t>It is now common for a factory test image to be loaded first: this image will include code to initialize the private memory key described above, and will include a first-stage bootloader and some kind of (primitive) Trusted Application Manager (TAM).
The TAM is a piece of software that lives within the trusted execution environment.</t>
        <t>Embedded in the first-stage bootloader will be a Trust Anchor that is able to verify the second-stage bootloader image.</t>
        <t>After the system has undergone testing, the factory test image is erased, leaving the first-stage bootloader.
One or more second-stage bootloader images are installed.
The production image may be installed at that time, or if the second-stage bootloader is able to install it over the network, it may be done that way instead.</t>
        <t>There are many variations of the above process, and this section is not attempting to be prescriptive, but to provide enough illustration to motivate subsequent terminology.</t>
        <t>The process may be entirely automated, or it may be entirely driven by humans working in the factory, or a combination of the above.</t>
        <t>These steps may all occur on an access-controlled assembly line, or the system boards may be shipped from one place to another (maybe another country) before undergoing testing.</t>
        <t>Some systems are intended to be shipped in a tamper-proof state, but it is usually not desirable that bed-of-nails testing be possible without tampering, so the initialization process is usually done prior to rendering the system tamper-proof.
An example of a one-way tamper-proof, weather resistant treatment might to mount the system board in a case and fill the case with resin.</t>
        <t>Quality control testing may be done prior to, as well as after, the application of tamper-proofing, as systems which do not pass inspection may be reworked to fix flaws, and this should ideally be impossible once the system has been made tamper-proof.</t>
      </section>
    </section>
    <section anchor="types-of-trust-anchors">
      <name>Types of Trust Anchors</name>
      <t>Trust Anchors are fundamentally public keys with authorizations implicitly attached through the code that references them.</t>
      <t>They are used to validate other digitally signed artifacts.
Typically, these are chains of PKIX certificates leading to an End-Entity certificate (EE).</t>
      <t>The chains are usually presented as part of an externally provided object, with the term "externally" to be understood as being as close as untrusted flash, to as far as objects retrieved over a network.</t>
      <t>There is no requirement that there be any chain at all: the trust anchor can be used to validate a signature over a target object directly.</t>
      <t>The trust anchors are often stored in the form of self-signed certificates.
The self-signature does not offer any cryptographic assurance, but it does provide a form of error detection, providing verification against non-malicious forms of data corruption.
If storage is at a premium (such as inside-CPU non-volatile storage) then only the public key itself need to be stored.
For a 256-bit ECDSA key, this is 32 bytes of space.</t>
      <t>The following subsections explain a number of different kinds of trust anchors that a manufacturer can include into a device.
Each kind of trust anchor has different kinds of trust associated with it based on what authorization is associated with the key.
That is, these different anchors do different things, and so the risk associated with the anchor depends upon what those things that can be done are.</t>
      <t>There are some characteristics associated with each trust anchor that depend upon the associated risk.</t>
      <ol spacing="normal" type="1"><li>
          <t>There is a risk around whether or not a trust anchor can be replaced or modified so that it's a different anchor, (with the associated private key) controlled by a different entity.  This is not a risk associated with loss of the original manufacturer's private key, but with integrity of the public key.</t>
        </li>
        <li>
          <t>There is a risk that multiple trust anchors could be added to the device.  This would not replace the manufacturer's anchor, but augment it with additional trust anchors not authorized by the manufacturer.</t>
        </li>
        <li>
          <t>There is a risk that a trust anchor could be removed from the device, or rendered unusable. For instance, it might be impractical to replace a trust anchor, but it might be possible via fault injection or high-energy radiation for an attacker to corrupt one or two bytes of a trust anchor, rendering the anchor useless.</t>
        </li>
        <li>
          <t>There is a risk associated with compromise of the associated private key that goes with the (public key) of the trust anchor.  While this is the most obvious concern expressed: that an attacker gets control of the key, the above three risks may be more practical for some attackers.</t>
        </li>
        <li>
          <t>There is a risk that the manufacturer will lose access to the private key, without the private key being compromised.  No attacker possesses the private key, but neither can the manufacturer use the key anymore.</t>
        </li>
      </ol>
      <t>Should any of the above things occur, the manufacturer will be in a position where they might have to deploy new trust anchors to every device.
For some trust anchors, they may be safely replaced with an over-the-air update.
For the trust anchor that authorizes over-the-air updates, the manufacturer might be in a position where every single device has to be recalled and serviced with specialized hardware capable of updating the firmware.
For some devices, the hardware will have to be entirely replaced, typically at great cost.</t>
      <t>This has already happened, see for example: <xref target="leakedmsikey"/> and <xref target="hyundaiexample"/>.</t>
      <section anchor="first-stage-bootloader-trust-anchor">
        <name>First-Stage Bootloader Trust Anchor</name>
        <t>This anchor is part of the first-stage bootloader, and it is used to validate a second-stage bootloader which may be stored in external flash.</t>
        <t>This is called the first-stage bootloader trust anchor.
In most cases this trust anchor is burnt into fuses in the CPU, often within the die along with the first-stage bootloader itself.
It can not be changed without replacement of the entire device.
Replacement, removal or modification of this trust anchor is improbable.</t>
        <t>The anchor could be rendered unusable if additional fuses can be blown.
Some fuse implementations allow for bits to be changed from 1 (unblown), to 0 (blown).
Access to blow the fuses is usually restricted.
On some devices, it requires voltages not normally present, making this impossible to do by software.
However, it might be possible for an attacker to blow fuses using an external high voltage probe or via injection of gamma ray.
The likely result however is that the device would no longer boot.</t>
      </section>
      <section anchor="software-update-trust-anchor">
        <name>Software Update Trust Anchor</name>
        <t>This anchor is used to validate the main application (or operating system) load for the device.</t>
        <t>It can be stored in a number of places.
First, it may be identical to the First Bootloader Trust Anchor.</t>
        <t>Second, it may be stored in the second-stage bootloader, and therefore its integrity is protected by the First Bootloader Trust Anchor.</t>
        <t>Third, it may be stored in the application code itself, where the application validates updates to the application directly (update in place), or via a double-buffer arrangement.
The initial (factory) load of the application code initializes the trust arrangement.</t>
        <t>In this situation the application code is not started in a secured boot path.
The second-stage bootloader does not validate the application/operating system before starting it, but it may still provide measured boot mechanism (see <xref target="measuredboot"/>, section 2.3.)</t>
      </section>
      <section anchor="trusted-application-manager-anchor">
        <name>Trusted Application Manager Anchor</name>
        <t>This anchor is the key used by the <xref target="RFC9397"/> Trusted Application Manager (TAM).
Code which is signed by this anchor will be given execution privileges as described by the manifest which accompanies the code.</t>
        <t>The TAM software <em>itself</em> will typically be verified by the first-stage bootloader, so it needs to be signed by the First Bootloader Trust Anchor.
The TAM could also be a component of the first or second stage bootloader.</t>
        <t>This privilege may include updating anchors that are present within the TAM, or elsewhere in the Trusted Execution Environment.</t>
      </section>
      <section anchor="public-webpki-anchors">
        <name>Public WebPKI Anchors</name>
        <t>These anchors are used to authenticate HTTPS certificates from websites.
These anchors are typically distributed as part of desktop browsers, and via desktop operating systems.
On IoT devices with specific purposes <xref target="RFC8520"/>, a limited number of connections is expected, so a limited number of trust anchors is usually distributed.</t>
        <t>The exact set of these anchors is not precisely defined: it is usually determined by the browser vendor (e.g., Mozilla, Google, Apple, Microsoft), or the operating system vendor (e.g., Apple, Google, Microsoft, Ubuntu).
In most cases these vendors look to the CA/Browser Forum <xref target="CABFORUM"/> for inclusion criteria.</t>
      </section>
      <section anchor="dnssec-root">
        <name>DNSSEC root</name>
        <t>This anchor is part of the DNS Security extensions.
It provides an anchor for integrity protection of DNS lookups.
Secure DNS lookups may be important in order to get access to software updates.
This anchor is now scheduled to change approximately every 3 years, with the new key announced several years before it is used, making it possible to embed keys that will be valid for up to five years.</t>
        <t>This trust anchor is typically part of the application/operating system code and is usually updated by the manufacturer when they do updates.
However, a system that is connected to the Internet may update the DNSSEC anchor itself through the mechanism described in <xref target="RFC5011"/>.</t>
        <t>There are concerns that there may be a chicken-and-egg situation for devices that have remained in a powered off state (or disconnected from the Internet) for a period of many years.
Upon being reconnected, the device would be unable to do DNSSEC validation because the trust anchor within the device would be too old.</t>
        <t>This could be fixed with a software/firmware update.
However, it could also be that in such a situation, that the device would be unable to validate the DNSSEC names required in order to obtain the operating system update.</t>
      </section>
      <section anchor="privatecloud-pki-anchors">
        <name>Private/Cloud PKI anchors</name>
        <t>It is common for many IoT and network appliances to have links to vendor provided services.
For instance, the IoT device that calls home for control purposes, or the network appliance that needs to validate a license key before it can operate.
(This may be identical to, or distinct from a Software Update anchor.  In particular, the device might call home over HTTPS to learn if there is a software update that needs to be done, but the update is signed by another key.)</t>
        <t>Such vendor services can be provided with public certificates, but the very short lifetime for public certificates <xref target="CABForum90day"/> precludes their use in many operational environments.
Instead, a private PKI anchor is included.
This can be in the form a multi-level PKI (as described in <xref target="pkilevel"/>), or degenerate to a level-1 PKI: a self-signed certificate.</t>
        <t>A level-1 PKI is very simple to create and operate, and there are innumerable situations where there is just a call to the "curl" utility <xref target="curl"/>, with a "--pinnedpubkey" option to specify the anchor.</t>
      </section>
      <section anchor="onboarding-and-other-enrollment-anchors">
        <name>Onboarding and other Enrollment anchors</name>
        <t><xref target="RFC8995"/>, <xref target="RFC8572"/>, and <xref target="RFC8366"/> specify mechanisms for onboarding of new devices.
The voucher artifact is transferred to the device by various means, and the device must verify the signature on it.
This requires a trust anchor to be built-in to the device, and some kind of private PKI be maintained by the vendor (or its authorized signing designate).
<xref target="I-D.ietf-anima-masa-considerations"/> provides some advice on choices in PKI design for a MASA.
The taxonomy presented in this document applies to describing how this PKI has been designed.</t>
      </section>
      <section anchor="onboarded-network-local-anchors">
        <name>Onboarded network-local anchors</name>
        <t><xref target="RFC7030"/>, <xref target="RFC8995"/> and <xref target="RFC9641"/> provide mechanisms by which new trust anchors may be loaded by a device during an onboarding process.
The trust anchors involved are typically local to an enterprise and are used to validate connections to other devices in the network.</t>
        <t>This typically includes connections to network management systems that may also load or modify other trust anchors in the system.
<xref target="I-D.ietf-anima-masa-considerations"/> provides some advice in the BRSKI <xref target="RFC8995"/> case for appropriate PKI complexity for such local PKIs.</t>
        <t>Note that this trust anchor is that of the network operator, and it is not related to the trust anchor described in the previous section that is used to validate an ownership transfer.</t>
      </section>
    </section>
    <section anchor="types-of-device-identities">
      <name>Types of Device Identities</name>
      <t>Device identities are installed during manufacturing time for a variety of purposes.</t>
      <t>Identities require some private component.
Asymmetric identities (e.g., RSA, ECDSA, EdDSA systems) require a corresponding public component, usually in the form of a certificate signed by a trusted third party.</t>
      <t>This certificate associates the identity with attributes.</t>
      <t>The process of making this coordinated key pair and then installing it into the device is called identity provisioning.</t>
      <section anchor="keygen">
        <name>Manufacturer installed IDevID certificates</name>
        <t><xref target="ieee802-1AR"/> defines a category of certificates that are installed by the manufacturer which contain a device unique serial number.</t>
        <t>A number of protocols depend upon this certificate.</t>
        <ul spacing="normal">
          <li>
            <t><xref target="RFC8572"/> and <xref target="RFC8995"/> introduce mechanisms for new devices (called pledges) to be onboarded into a network without intervention from an operator. A number of derived protocols such as <xref target="RFC9733"/>, <xref target="I-D.ietf-anima-constrained-voucher"/>, <xref target="I-D.ietf-anima-brski-cloud"/> extend this in a number of ways.</t>
          </li>
          <li>
            <t><xref target="RFC9334"/> depends upon a key provisioned into the Attesting Environment to sign Evidence. The IDevID may be used for this.</t>
          </li>
          <li>
            <t><xref target="RFC9019"/> depends upon a key provisioned into the
device in order to decrypt software updates.
Both symmetric and asymmetric keys are possible.
In both cases, the decrypt operation depends upon the device having access to
a private key provisioned in advance.
The IDevID can be used for this if algorithm choices permit.
ECDSA keys do not directly support encryption in the same way that RSA does, for
instance, but the addition of HPKE <xref target="RFC9180"/> allows for use of other key types.
There may be other legal considerations why the IDevID might not be used, and
a second key provisioned.</t>
          </li>
        </ul>
        <t>The manufacturer has the responsibility to provision a key pair into each
device as part of the manufacturing process.
There are a variety of mechanisms to accomplish this, which this section details.</t>
        <t>There are three fundamental ways to generate IDevID certificates for devices:</t>
        <ol spacing="normal" type="1"><li>
            <t>generating a private key on the device, creating a Certificate Signing
Request (or equivalent), and then returning a certificate to the device.</t>
          </li>
          <li>
            <t>generating a private key outside the device, signing the certificate, and
the installing both into the device.</t>
          </li>
          <li>
            <t>deriving the private key from a previously installed secret seed, that is shared with only the manufacturer.</t>
          </li>
        </ol>
        <t>There are additional variations where the IDevID is provided as part of a Trusted Platform Module (TPM) or Secure Element (SE).
The vendor may purchase such devices from another vendor, and that vendor often offers provisioning of a key pair into the device as a service.</t>
        <t>The document <xref target="I-D.moskowitz-ecdsa-pki"/> provides some practical instructions
on setting up a reference implementation for ECDSA keys using a three-tier
mechanism.</t>
        <t>The names of the five methods below are intended to be mnemonic.</t>
        <ul spacing="normal">
          <li>
            <t>Avocados have big seeds inside of them.</t>
          </li>
          <li>
            <t>Broccoli has a seed on the top (which is eaten).</t>
          </li>
          <li>
            <t>Carrots have a complicated seed process involving multiple years and many leaves.</t>
          </li>
          <li>
            <t>The two methods involving Secure Elements are named with the letter S.</t>
          </li>
        </ul>
        <section anchor="avocado">
          <name>Avocado method: On-device private key generation</name>
          <t>In this method, the device generates a private key on the device.
This is done within some very secure aspect of the device, such as in a Trusted Execution Environment, and the resulting private key is then stored in a secure and permanent way.
The permanency may extend beyond use of on-CPU flash, and could even involve blowing of one-time fuses.</t>
          <t>Generating the key on-device has the advantage that the private key never leaves the device.
The disadvantage is that the device may not have a verifiable random number generator.
The use of a pseudo-random number generator needs to be well seeded as explained in <xref target="RFC4086"/>.
<xref target="factoringrsa"/> is an example of a random number generation failure that was visible through survey of public keys, and led to a successful attack on the private keys.</t>
          <t>There are a number of options of how to get the public key from the device to the certification authority.
As it is a public key, privacy is less of a concern, and the focus is on integrity.
(However, disclosing the public key may have impacts on trackability of the device.)</t>
          <t>So, transmission must be done in an integral manner, and must be securely associated with an assigned serial number.
The serial number goes into the certificate, and the resulting certificate needs to be loaded into the manufacturer's asset database, and returned to the device to be stored as the IDevID certificate.</t>
          <t>One way to do the transmission is during a factory Bed of Nails test (see <xref target="BedOfNails"/>) or JTAG Boundary Scan.
There are two ways this can be done.  In the <em>device-generated</em> / <em>mechanically-installed</em> method, the public key or certificate signing request (CSR) is retrieved by doing JTAG operations directly with an EEPROM or RAM.
The CPU is not involved, and the memory accessed is likely not encrypted.
(The private key might be in the same place, or it could be safely elsewhere).</t>
          <t>A different JTAG mechanism would involve reading/writing to some other area of the CPU, such as an on-CPU static RAM or debug area.  In this case, the CPU is involved.
When done via a physical connection like this, then this is referred to as a <em>device-generated</em> / <em>mechanically-transferred</em> method.
The key difference is that CPUs usually have much better defenses against JTAG use after manufacturing, often via one time fuses that can blown.</t>
          <t>There are other ways that could be used where a certificate signing request is sent over a special network channel when the device is powered up in the factory.
This is referred to as the <em>avocado device-generated</em> / <em>network-transferred</em> method.</t>
          <t>Regardless of how the certificate signing request is sent from the device to the factory, and how the certificate is returned to the device, a concern from production line managers is that the assembly line may have to wait for the certification authority to respond with the certificate.
This is inherently a synchronous process, as the process can not start until the private key is generated and stored.</t>
          <t>After the key generation, the device needs to set a flag such that it no longer will generate a new key, and will not accept a new IDevID via the factory network connection.
This may be a software setting, or could involve blowing a one-time fuse.</t>
          <t>Devices are typically constructed in a fashion such that the device is unable to ever disclose the private key via an external interface.
This is usually done using a secure-enclave provided by the CPU architecture in combination with on-chip non-volatile memory.</t>
          <t>The risk is that if an attacker with physical access is able to put the device back into an unconfigured mode, then the attacker may be able to substitute a new certificate into the device.
It is difficult to construct a rationale for doing this as the attacker would not be able to forge a certificate from the manufacturer's CA.
Other parties that rely on the IDevID would see the device as an imposter if another CA was used.
However, if the goal is theft of the device itself (without regard to having access to firmware updates), then use of another manufacturer identity may be profitable.
Stealing a very low value item, such as a light bulb, makes very little sense.
Stealing medium value items, such as appliances, or high-value items such as cars, yachts or even airplanes, would make sense.
Replacing the manufacturer IDevID permits the attacker to also replace the authority to transfer ownership in protocols like <xref target="RFC8995"/>.</t>
        </section>
        <section anchor="broccoli">
          <name>Broccoli method: Off-device private key generation</name>
          <t>In this method, a key pair is generated in the factory, outside of the device.
The factory keeps the private key in a restricted area, but uses it to form a Certificate Signing Request (CSR).
The CSR is passed to the manufacturer's Certification Authority (CA), and a certificate is returned.
Other meta-data is often also returned, such as a serial number.</t>
          <t>Generating the key off-device has the advantage that the randomness of the private key can be better ensured.
As the private key is available to the manufacturing infrastructure, the authenticity of the public key is well known ahead of time.</t>
          <t>The private key and certificate can be programmed into the device along with the initial bootloader firmware in a single step.</t>
          <t>As the private key can be known to the factory in advance of the device being ready for it, the certificate can also be generated in advance.
This hides the latency to talk to the CA, and allows for the connectivity to the CA to be less reliable without shutting down the assembly line.
A single write to the flash of the device can contain the entire firmware of the device, including configuration of trust anchors and private keys.</t>
          <t>The major downside to generating the private key off-device is that it could be seen by the manufacturing infrastructure.
It could be compromised by humans in the factory, or the equipment could be compromised.
The use of this method increases the value of attacking the manufacturing infrastructure.</t>
          <t>If private keys are generated by the manufacturing plant, and are immediately installed, but never stored, then the window in which an attacker can gain access to the private key is immensely reduced.
But, the process then becomes more synchronous, negating much of the advantage of such a system.</t>
          <t>As in the previous case, the transfer may be done via physical interfaces such as bed-of-nails, giving the <em>broccoli infrastructure-generated</em> / <em>mechanically-transferred</em> method.</t>
          <t>There is also the possibility of having a <em>broccoli infrastructure-generated</em> / <em>network-transferred</em>
key.
There is a support for "server-generated" keys in <xref target="RFC7030"/>, <xref target="RFC8894"/>, and <xref target="RFC4210"/>.
All methods strongly recommend encrypting the private key for transfer.
This is difficult to comply with here as there is not yet any private key material in the device, so in many cases it will not be possible to encrypt the private key.
Still, it may be acceptable if the device is connected directly by a wired network and unroutable addresses are used.
A private wired network can often be made as secure as a bed-of-nails interface.</t>
        </section>
        <section anchor="carrot">
          <name>Carrot method: Key setup based on secret seed</name>
          <t>In this method, a random symmetric seed is generated by a component manufacturer.
This is typically the manufacturer of the CPU, often a system on a chip (SOC).
In this section there are two suppliers involved: the first is the familiar one that is responsible for the entire device (the device supplier), and the second one is the vendor of silicon chip.
This silicon chip is where a symmetric seed key has been provisioned.</t>
          <t>In this process, the silicon chip supplier provisions a unique secret into each device shipped.
This is typically at least 256 bits in size, but often is larger.
Note that the silicon chip supplier has to create an inventory specific for each client.</t>
          <t>This can be via fuses blown in a CPU's Trusted Execution Environment <xref target="RFC9397"/>, a TPM, or a Secure Element that is provisioned at its fabrication time.</t>
          <t>This seed value is revealed to the board/system manufacturer only via a secure channel.
Upon first boot, the system (within a TEE, a TPM, or Secure Element) will generate a key pair using this seed to initialize a Pseudo-Random-Number-Generator (PRNG).
The manufacturer, in a separate system, will initialize the same PRNG and, thus generate the same key pair.
The manufacturer then derives the public key part, and signs it with their certification authority (CA), which inserts this public key into a certificate.
The private part is then destroyed by the manufacturer, ideally never stored or seen by anyone.
This same mechanism is used by the TCG for manufacturer provisioning of EK certificates in TPMs, as explained by Section 2.1.1 of <xref target="TPMEK"/>.</t>
          <t>The certificate (being public information) is placed into a database, in some cases it is loaded by the device as its IDevID certificate, in other cases, it is retrieved during the onboarding process based upon a unique serial number asserted by the device.</t>
          <t>In some ways, this method appears to have all the tradeoffs of the previous two methods: the device must correctly derive its own private key, and the manufacturer has access to the private key, making it also vulnerable.
But, the device does not depend upon any internal source of random numbers to derive its key.</t>
          <t>The manufacturer does all the private key manipulation in a secure place, probably offline, and need never involve the actual physical factory.
The manufacturer can even do this in a different country.</t>
          <t>The security of the process rests upon the difficulty in extracting the seed provided by the silicon chip supplier.
While the silicon chip supplier must operate their factory in a much more secure fashion, which has a much higher cost, the exposure for this facility can be much better controlled.
The device manufacturing factory, which has many more components as input, including device testing, can operate at a much lower risk level as a result.</t>
          <t>Additionally, there are some other advantages to the device manufacturer: The private keys and certificates may be calculated by the manufacturer asynchronously to the manufacturing process, either done in batches in advance of actual manufacturing, or on demand when an IDevID is requested.</t>
          <t>There are, however, additional downsides of this method for manufacturer: the cost of the silicon is often higher, and may involve additional discrete parts.
The higher cost is the result of outsourcing the security risk to the silicon manufacturer supplier.</t>
          <t>The weakest link in this process is that the resulting seeds must be communicated to the device manufacturer securely, usually in batches.
This will often be done by physical courier, but other arrangements are possible.
The device manufacturer must store and care for these seeds very carefully, but as soon as a certificate has been generated, the seeds can be destroyed.</t>
        </section>
        <section anchor="squash">
          <name>Squash method: on-device generation with Secure Element</name>
          <t>In this method, a key-pair is generated by the device using a secure element.
(It may be a discrete TPM, but when TPM is used to generate keys, that method is considered to fall into the <tt>avocado</tt> category)</t>
          <t>The secure element provides additional assurance that the private key was properly generated.
Secure elements are designed specifically so that private keys can not be extracted from the device, so even if the device is attacked in a sophisticated way, using hardware, the private key will not be disclosed.</t>
        </section>
        <section anchor="spinach">
          <name>Spinach method: Secure Element factory generation</name>
          <t>In this method, a key-pair is generated by a Secure Element silicon chip supplier in their factory.
This method is essentially identical to the carrot method, but it occurs in a different factory!</t>
          <t>As a result the choice of which certification authority (CA) gets used may be very different.
It is typical for the silicon chip supplier to operate a CA themselves.
There are a few options:</t>
          <ol spacing="normal" type="1"><li>
              <t>they may put IDevIDs into the device which are generic to the silicon chip supplier</t>
            </li>
            <li>
              <t>they may operate a CA on behalf of the device manufacturer,</t>
            </li>
            <li>
              <t>they may even connect over a network to the device manufacturer's CA.</t>
            </li>
          </ol>
          <t>The device manufacturer receives the secure element devices in batches in a similar way that they receive other parts.
The secure elements are placed by the device manufacturer's plant into the devices.</t>
          <t>Upon first boot the device manufacturer firmware can read the IDevID certificate that has been placed into the secure elements, and can ask the secure element to perform signing operations using the private key contained in the secure element.
However, the private key can not be extracted!</t>
          <t>Despite the increased convenience of this method, there may be a risk if the secure elements are stolen in transport.
A thief could use them to generate signatures that would appear to be from device manufacturer devices.
To deal with this, there is often a simple activation password that the device manufacturer firmware must provide to the secure element in order to activate it.
Note that this password is probably stored in the clear in the device manufacturer's firmware: it can't be encrypted, because the secure source of decryption keys would be in the secure element, creating a cyclic dependency.</t>
          <t>Note that the Secure Element silicon vendor has to create an inventory specific for each client.</t>
        </section>
      </section>
    </section>
    <section anchor="public-key-infrastructures-pki">
      <name>Public Key Infrastructures (PKI)</name>
      <t>This section covers the attributes of the Public Key Infrastructure that a manufacturer must operate in order to provision IDevID certificates to devices.</t>
      <t><xref target="RFC5280"/> describes the format for PKIX certificates.
Numerous mechanisms of enrollment have been defined (including: EST <xref target="RFC7030"/>, CMP <xref target="RFC4210"/>, SCEP <xref target="RFC8894"/>).</t>
      <t><xref target="RFC5280"/> provides mechanisms to deal with multi-level certification
authorities, but it is not always clear what operating rules apply.</t>
      <t>The certification authority (CA) that is central to <xref target="RFC5280"/>-style public key infrastructures can suffer three kinds of failures:</t>
      <ol spacing="normal" type="1"><li>
          <t>disclosure of the private key,</t>
        </li>
        <li>
          <t>loss of access to the private key,</t>
        </li>
        <li>
          <t>inappropriate/unauthorized signing of a certificate or artifact by an unauthorized actor.</t>
        </li>
      </ol>
      <t>A PKI which discloses one or more private certification authority keys is no
longer secure.</t>
      <t>An attacker can create new identities, and forge certificates connecting
existing identities to attacker controlled public/private key pairs.
This can permit the attacker to impersonate any specific device.</t>
      <t>In case 3, a failure occurs if the CA is convinced to sign (or issue) a certificate which it is not authorized to sign.
See for instance <xref target="ComodoGate"/>.
This is an authorization failure, and while a significant event, it does not result in the CA having to be re-initialized from scratch as no private keys were disclosed.
In ecosystems where CRLs or OCSP is used, then the unauthorized certificate can be revoked.</t>
      <t>This is distinguished from when access to the private key is lost, but the key has not been disclosed.
Any signatures that have already been made continue to be trustworthy, however, no new signature can be made.
This renders the CA useless.
If this concerns the firmware signing key, it likely results in a recall of all products that need to use this trust anchor.
(Note: that there are some situations where a trust anchor will be created, it will then be used to sign a number of subordinate CAs, enough for the anticipated lifespan of the anchor, and then the private key intentionally destroyed.)</t>
      <t>If the PKI uses Certificate Revocation Lists (CRL), then an attacker that has access to the private key can also revoke existing identities.</t>
      <t>In the other direction, a PKI which loses access to a private key can no
longer function.
This does not immediately result in a failure, as existing identities remain valid until their expiry time (notAfter).
However, if CRLs or OCSP are in use, then the inability to sign a fresh CRL or OCSP response will result in all identities becoming invalid once the existing CRLs or OCSP statements expire.</t>
      <t>This section details some nomenclature about the structure of certification
authorities.</t>
      <section anchor="pkilevel">
        <name>Number of levels of certification authorities (pkilevel)</name>
        <t><xref section="6.1" sectionFormat="of" target="RFC5280"/> provides a Basic Path Validation.
In the formula, the certificates are arranged into a list.</t>
        <t>The certification authority (CA) starts with a Trust Anchor.
This is counted as the first level of the authority.</t>
        <t>In the degenerate case of a self-signed certificate, this constitutes a one level PKI.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="112" width="128" viewBox="0 0 128 112" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,96" fill="none" stroke="black"/>
              <path d="M 120,48 L 120,80" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 104,80 L 120,80" fill="none" stroke="black"/>
              <path d="M 8,96 L 96,96" fill="none" stroke="black"/>
              <g class="text">
                <text x="108" y="52">&lt;-</text>
                <text x="40" y="68">Issuer=</text>
                <text x="80" y="68">X</text>
                <text x="48" y="84">Subject=X</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
.----------.
|          |<-.
|Issuer= X |  |
|Subject=X |--'
'----------'
]]></artwork>
        </artset>
        <t>The private key associated with the Trust Anchor signs one or more certificates.
When this first level authority signs only End-Entity (EE) certificates,
then this is a two level PKI.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="232" viewBox="0 0 232 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,96" fill="none" stroke="black"/>
              <path d="M 8,176 L 8,224" fill="none" stroke="black"/>
              <path d="M 32,96 L 32,168" fill="none" stroke="black"/>
              <path d="M 80,96 L 80,128" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,96" fill="none" stroke="black"/>
              <path d="M 96,176 L 96,224" fill="none" stroke="black"/>
              <path d="M 120,48 L 120,80" fill="none" stroke="black"/>
              <path d="M 136,176 L 136,224" fill="none" stroke="black"/>
              <path d="M 144,128 L 144,168" fill="none" stroke="black"/>
              <path d="M 224,176 L 224,224" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 96,80 L 120,80" fill="none" stroke="black"/>
              <path d="M 8,96 L 96,96" fill="none" stroke="black"/>
              <path d="M 80,128 L 144,128" fill="none" stroke="black"/>
              <path d="M 8,176 L 40,176" fill="none" stroke="black"/>
              <path d="M 64,176 L 96,176" fill="none" stroke="black"/>
              <path d="M 136,176 L 168,176" fill="none" stroke="black"/>
              <path d="M 192,176 L 224,176" fill="none" stroke="black"/>
              <path d="M 8,224 L 96,224" fill="none" stroke="black"/>
              <path d="M 136,224 L 224,224" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="152,168 140,162.4 140,173.6 " fill="black" transform="rotate(90,144,168)"/>
              <polygon class="arrowhead" points="40,168 28,162.4 28,173.6 " fill="black" transform="rotate(90,32,168)"/>
              <g class="text">
                <text x="108" y="52">&lt;-</text>
                <text x="40" y="68">Issuer=</text>
                <text x="80" y="68">X</text>
                <text x="164" y="68">root</text>
                <text x="48" y="84">Subject=X</text>
                <text x="164" y="84">CA</text>
                <text x="52" y="180">EE</text>
                <text x="180" y="180">EE</text>
                <text x="40" y="196">Issuer=</text>
                <text x="80" y="196">X</text>
                <text x="168" y="196">Issuer=</text>
                <text x="208" y="196">X</text>
                <text x="52" y="212">Subject=Y1</text>
                <text x="180" y="212">Subject=Y2</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
.----------.
|          |<-.
|Issuer= X |  |   root
|Subject=X +--'    CA
'--+-----+-'
   |     |
   |     '-------.
   |             |
   v             v
.----EE----.    .----EE----.
|Issuer= X |    |Issuer= X |
|Subject=Y1|    |Subject=Y2|
'----------'    '----------'


]]></artwork>
        </artset>
        <t>When this first level authority signs subordinate certification authorities,
and those certification authorities sign End-Entity certificates, then
this is a three level PKI.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="448" width="480" viewBox="0 0 480 448" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,304 L 8,352" fill="none" stroke="black"/>
              <path d="M 32,176 L 32,224" fill="none" stroke="black"/>
              <path d="M 32,256 L 32,296" fill="none" stroke="black"/>
              <path d="M 56,128 L 56,168" fill="none" stroke="black"/>
              <path d="M 56,224 L 56,256" fill="none" stroke="black"/>
              <path d="M 88,224 L 88,256" fill="none" stroke="black"/>
              <path d="M 96,304 L 96,352" fill="none" stroke="black"/>
              <path d="M 120,176 L 120,224" fill="none" stroke="black"/>
              <path d="M 128,32 L 128,96" fill="none" stroke="black"/>
              <path d="M 136,304 L 136,352" fill="none" stroke="black"/>
              <path d="M 152,96 L 152,128" fill="none" stroke="black"/>
              <path d="M 152,256 L 152,296" fill="none" stroke="black"/>
              <path d="M 200,96 L 200,128" fill="none" stroke="black"/>
              <path d="M 216,32 L 216,96" fill="none" stroke="black"/>
              <path d="M 224,304 L 224,352" fill="none" stroke="black"/>
              <path d="M 240,48 L 240,80" fill="none" stroke="black"/>
              <path d="M 256,304 L 256,352" fill="none" stroke="black"/>
              <path d="M 272,256 L 272,296" fill="none" stroke="black"/>
              <path d="M 280,176 L 280,224" fill="none" stroke="black"/>
              <path d="M 304,128 L 304,168" fill="none" stroke="black"/>
              <path d="M 304,224 L 304,256" fill="none" stroke="black"/>
              <path d="M 344,224 L 344,256" fill="none" stroke="black"/>
              <path d="M 344,304 L 344,352" fill="none" stroke="black"/>
              <path d="M 368,176 L 368,224" fill="none" stroke="black"/>
              <path d="M 384,304 L 384,352" fill="none" stroke="black"/>
              <path d="M 400,256 L 400,296" fill="none" stroke="black"/>
              <path d="M 472,304 L 472,352" fill="none" stroke="black"/>
              <path d="M 128,32 L 216,32" fill="none" stroke="black"/>
              <path d="M 216,80 L 240,80" fill="none" stroke="black"/>
              <path d="M 128,96 L 216,96" fill="none" stroke="black"/>
              <path d="M 56,128 L 152,128" fill="none" stroke="black"/>
              <path d="M 200,128 L 304,128" fill="none" stroke="black"/>
              <path d="M 32,176 L 120,176" fill="none" stroke="black"/>
              <path d="M 280,176 L 368,176" fill="none" stroke="black"/>
              <path d="M 32,224 L 120,224" fill="none" stroke="black"/>
              <path d="M 280,224 L 368,224" fill="none" stroke="black"/>
              <path d="M 32,256 L 56,256" fill="none" stroke="black"/>
              <path d="M 88,256 L 152,256" fill="none" stroke="black"/>
              <path d="M 272,256 L 304,256" fill="none" stroke="black"/>
              <path d="M 344,256 L 400,256" fill="none" stroke="black"/>
              <path d="M 8,304 L 40,304" fill="none" stroke="black"/>
              <path d="M 64,304 L 96,304" fill="none" stroke="black"/>
              <path d="M 136,304 L 168,304" fill="none" stroke="black"/>
              <path d="M 192,304 L 224,304" fill="none" stroke="black"/>
              <path d="M 256,304 L 288,304" fill="none" stroke="black"/>
              <path d="M 312,304 L 344,304" fill="none" stroke="black"/>
              <path d="M 384,304 L 416,304" fill="none" stroke="black"/>
              <path d="M 440,304 L 472,304" fill="none" stroke="black"/>
              <path d="M 8,352 L 96,352" fill="none" stroke="black"/>
              <path d="M 136,352 L 224,352" fill="none" stroke="black"/>
              <path d="M 256,352 L 344,352" fill="none" stroke="black"/>
              <path d="M 384,352 L 472,352" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="408,296 396,290.4 396,301.6 " fill="black" transform="rotate(90,400,296)"/>
              <polygon class="arrowhead" points="312,168 300,162.4 300,173.6 " fill="black" transform="rotate(90,304,168)"/>
              <polygon class="arrowhead" points="280,296 268,290.4 268,301.6 " fill="black" transform="rotate(90,272,296)"/>
              <polygon class="arrowhead" points="160,296 148,290.4 148,301.6 " fill="black" transform="rotate(90,152,296)"/>
              <polygon class="arrowhead" points="64,168 52,162.4 52,173.6 " fill="black" transform="rotate(90,56,168)"/>
              <polygon class="arrowhead" points="40,296 28,290.4 28,301.6 " fill="black" transform="rotate(90,32,296)"/>
              <g class="text">
                <text x="228" y="52">&lt;-</text>
                <text x="44" y="68">root</text>
                <text x="160" y="68">Issuer=</text>
                <text x="200" y="68">X</text>
                <text x="44" y="84">CA</text>
                <text x="168" y="84">Subject=X</text>
                <text x="64" y="196">Issuer=</text>
                <text x="104" y="196">X</text>
                <text x="200" y="196">subordinate</text>
                <text x="312" y="196">Issuer=</text>
                <text x="352" y="196">X</text>
                <text x="76" y="212">Subject=Y1</text>
                <text x="196" y="212">CA</text>
                <text x="324" y="212">Subject=Y2</text>
                <text x="52" y="308">EE</text>
                <text x="180" y="308">EE</text>
                <text x="300" y="308">EE</text>
                <text x="428" y="308">EE</text>
                <text x="40" y="324">Issuer=</text>
                <text x="84" y="324">Y1</text>
                <text x="168" y="324">Issuer=</text>
                <text x="212" y="324">Y1</text>
                <text x="288" y="324">Issuer=</text>
                <text x="332" y="324">Y2</text>
                <text x="416" y="324">Issuer=</text>
                <text x="460" y="324">Y2</text>
                <text x="52" y="340">Subject=Z1</text>
                <text x="180" y="340">Subject=Z1</text>
                <text x="300" y="340">Subject=Z3</text>
                <text x="428" y="340">Subject=Z4</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art"><![CDATA[
               .----------.
               |          |<-.
   root        |Issuer= X |  |
    CA         |Subject=X +--'
               '--+-----+-'
                  |     |
      .-----------'     '------------.
      |                              |
      v                              v
   .----------.                   .----------.
   |Issuer= X |    subordinate    |Issuer= X |
   |Subject=Y1|        CA         |Subject=Y2|
   '--+---+---'                   '--+----+--'
      |   |                          |    |
   .--'   '-------.              .---'    '------.
   |              |              |               |
   v              v              v               v
.----EE----.    .----EE----.   .----EE----.    .----EE----.
|Issuer= Y1|    |Issuer= Y1|   |Issuer= Y2|    |Issuer= Y2|
|Subject=Z1|    |Subject=Z1|   |Subject=Z3|    |Subject=Z4|
'----------'    '----------'   '----------'    '----------'





]]></artwork>
        </artset>
        <t>In general, when arranged as a tree, with the End-Entity certificates at the
bottom, and the Trust Anchor at the top, then the pkilevel is defined to be where the deepest EE
certificates are, counting from one.</t>
        <t>It is quite common to have a three-level PKI, where the root (level one) of the CA is
stored in a Hardware Security Module (HSM) in a way that it cannot be continuously accessed ("offline"), while the level two subordinate CA can sign certificates at any time ("online").</t>
      </section>
      <section anchor="protectCA">
        <name>Protection of CA private keys</name>
        <t>The private key for the certification authorities must be protected from
disclosure.
The strongest protection is afforded by keeping them in an offline device,
passing Certificate Signing Requests (CSRs) to the offline device by human
process.</t>
        <t>For examples of extreme measures, see <xref target="kskceremony"/>.
There is however a wide spectrum of needs, as exampled in <xref target="rootkeyceremony"/>.
The SAS70 audit standard is usually used as a basis for the ceremony, see <xref target="keyceremony2"/>.</t>
        <t>This is inconvenient, and may involve latencies of days, possibly even weeks
to months if the offline device is kept in a locked environment that requires
multiple keys to be present.</t>
        <t>There is therefore a tension between protection and availability.
Convenient and timely access to sign new artifacts is not something that is just nice to have.
If access is inconvenient then it may cause delays for signing of new code releases,
or it may incentivize technical staff to build in workarounds in order that they can get their job done faster.
To address the conflicting needs, some levels of the PKI be offline, and some levels of the PKI be online.</t>
      </section>
      <section anchor="preservation-of-operationally-critical-private-keys">
        <name>Preservation of operationally critical private keys</name>
        <t>A public key (or certificate) is installed into target device(s) as a trust anchor.
It is there in order to verify further artifacts, and it represents a significant investment.
Trust anchors must not be easily replaced by attackers, and securing the trust anchor against such tampering may involve burning the trust anchor into unchangeable fuses inside a CPU.</t>
        <t>Replacement of the anchor can involve a physical recall of every single device.
It is therefore important that the trust anchor is usable for the entire lifetime of every single one of the devices.</t>
        <t>The protections discussed in the previous section aim to thwart attacks.
The attacker wants to get access to the private key material, or to convince the infrastructure to use the private key material to their bidding.
Such an event, if it was undetected, would be catastrophic.
It would render almost every device useless (or potentially dangerous) until the anchor could be replaced.</t>
        <t>There is a different situation, however, which would lead to a similar result.
If the legitimate owner of the trust anchor infrastructure loses access to the private keys, then an equally catastrophic situation occurs.</t>
        <t>Code signing is usually done with a keypair that is attached to an End-Entity (EE) Certificate, from a trust anchor that has been assigned code signing authorization.
The private key of this EE also needs to be treated with significant care.
However, as long as the code signing CA's trust anchor and private key are preserved, it is usually preferable to lose access to the code signing EE certificate private key rather than risk disclosure.
A new code signing EE certificate can be created if needed.
This loss is not hassle-free; access to the code signing key can be critical path to getting fixes deployed.</t>
        <t>There are many situations that could lead to this.
The most typical situation would seem to be some kind of physical damage: a flood, a fire.
Less obvious situations could occur if CA key staff lose access to authentication secrets, such as a password, or if the human with the password(s) dies, or becomes incapacitated.</t>
        <t>Backups of critical material are routinely done.
Storage of backups offsite addresses the risk of physical damage, and in many cases the organization maintains an entire set of equipment at another location.</t>
        <t>The question then becomes how the backups are unlocked or activated.
Why attack the primary site physically if an attacker can target the backup site, or the people whose job it is to activate the backup site?</t>
        <t>Consider the situation where a hurricane or earthquake takes out all power and communications at an organizations' primary location, and it becomes necessary to activate the backup site.
What does it take to do that?</t>
        <t>Typically, the secrets will be split using <xref target="shamir79"/> into multiple pieces, each piece being carried with a different trusted employee.</t>
        <t>In <xref target="kskceremony"/>, the pieces are stored on smartcards that are kept in a vault, and the trusted people carry keys to the vault.</t>
        <t>One advantage of this mechanism is that if necessary, the doors to the vault can be drilled out.
This takes some significant time and leaves significant evidence, so it can not be done quietly by an attacker.
In the case of the DNSSEC Root, a failure of the vault to open actually required this to be done.</t>
        <t>In other systems the digital pieces are carried on the person themselves, ideally encrypted with a password known only to that person.</t>
        <t><xref target="shamir79"/> allows for keys to be split up into many components (n of them), where only some smaller number of them, k, need to be present to reconstruct the secret.
This is known as a (k, n) threshold scheme.</t>
        <section anchor="splittingnumbers">
          <name>Secret sharing, k-of-n</name>
          <t>In this document, each of the people who hold a piece of the secret are referred to as Key-Executives.</t>
          <t>The choice of n, and the choice of k is therefore of critical concern.
It seems unwise for an organization to publish them, as it provides some evidence as to how many Key-Executives would need to be coerced.</t>
          <t>The identities of the n Key-Executives should also be confidential.
The list of who they are should probably be limited to the members of the board and executive.
There does not seem to be any particular reason for the Key-Executives to be members of the board, but having a long term relationship with the enterprise seems reasonable, and a clear understanding of when to use the piece.</t>
          <t>The use of secret sharing, as opposed to providing each Key-Executive a complete backup copy (k=1), is that it means that no individual Key-Executive can perform operations on their own.
Instead, a minimum of k Key-Executives is needed to do any operation.
This protects the organization against corruption and coercion of any one Key-Executive.
As the Key-Executives can not operate on their own, there is also a lower risk to them.</t>
          <t>The minimum number of people (k) needed should also remain confidential.</t>
          <t>A number that can be published is the difference between k and n, which represents the number of redundant Key-Executives that exist.
The publication of this number is an assurance to the organizations' customers that there is a business continuity plan.</t>
          <t>An enterprise that has operations in multiple places may be better positioned to survive incidents that disrupt travel.
For instance, an earthquake, tsunami, or pandemic not only has the possibility to incapacitate Key-Executives but it could also damage smartcards or USB key that the shares are stored on.
<xref target="shamir79"/> suggests that <tt>n=2k-1</tt>, which implies that a simple majority of Key-Executives are needed to reconstruct the secret.</t>
          <t>However, there are other values of k with some different tradeoffs: requiring a majority of Key-Executives might be difficult when travel is impossible.
For instance, a value of k set to be less than a simple majority.
This enables the situation where Key-Executives are split between two or more continents (with each continent having at least k Key-Executives) would allow either continent to continue operations without the other group.</t>
          <t>Secret sharing may also be a good way to manage a code signing or firmware update signing key, even when that is an End-Entity Certificate.
Split it among development groups in three time zones (eight hours apart), such that any of those development groups have enough shares, and can therefore issue an emergency security patch.
Another way would be to have three End-Entity certificates that can sign code, and have each time zone sign their own code.  That implies that there is at least a level two PKI around the code signing process, and that any bootloaders that need to verify the code being starting it are able to do PKI path operations.</t>
        </section>
      </section>
      <section anchor="supporting-provisioned-anchors-in-devices">
        <name>Supporting provisioned anchors in devices</name>
        <t>IDevID-type Identity (or Birth) Certificates which are provisioned into
devices need to be signed by a certification authority maintained by the manufacturer.
During the period of manufacture of new product, the manufacturer needs to be able to sign new Identity Certificates.</t>
        <t>During the anticipated lifespan of the devices the manufacturer needs to maintain the ability for third parties to validate the Identity Certificates.
If there are Certificate Revocation Lists (CRLs) involved, then they will need to re-signed during this period.
Even for devices with a short active lifetime, the lifespan of the device could be very long if devices are kept in a warehouse for many decades before being activated.</t>
        <t>Trust anchors which are provisioned in the devices will have corresponding
private keys maintained by the manufacturer.
The trust anchors will often anchor a PKI which is going to be used for a
particular purpose.
There will be End-Entity (EE) certificates of this PKI which will be used to sign
particular artifacts (such as software updates), or messages in communications protocols
(such as TLS connections).
The private keys associated with these EE certificates are not stored in the
device, but are maintained by the manufacturer.
These need even more care than the private keys stored in the devices, as
compromise of the software update key compromises all the devices, not
just a single device.</t>
      </section>
    </section>
    <section anchor="evaluation-questions">
      <name>Evaluation Questions</name>
      <t>This section recaps the set of questions that may need to be answered.
This document does not assign valuation to the answers.</t>
      <section anchor="integrity-and-confidentiality-of-on-device-data">
        <name>Integrity and Confidentiality of on-device data</name>
        <dl>
          <dt>initial-enclave-location:</dt>
          <dd>
            <t>Is the location of the initial software trust anchor internal to the CPU package?
Some systems have a software verification public key which is built into the CPU package, while other systems store that initial key in a non-volatile device external to the CPU.</t>
          </dd>
          <dt>initial-enclave-integrity-key:</dt>
          <dd>
            <t>If the first-stage bootloader is external to the CPU, it will often need integrity protection. To verify that, another key is needed.  It could be a keyed hash.   Where is the key for this hash located?</t>
          </dd>
          <dt>initial-enclave-confidentiality-key:</dt>
          <dd>
            <t>If the first-stage data is external to the CPU, is it kept confidential by use of encryption?</t>
          </dd>
          <dt>first-stage-exposure:</dt>
          <dd>
            <t>The number of people involved in the first stage initialization.
An entirely automated system would have a number zero.
A factory with three 8-hour shifts might have a number that is a multiple of three.
A system with humans involved may be subject to bribery attacks, while a system with no humans may be subject to attacks on the system which are hard to notice.</t>
          </dd>
          <dt>first-second-stage-gap:</dt>
          <dd>
            <t>how far and long does a board travel between being initialized with a first-stage bootloader to where it is locked down so that changes to the bootloader can no longer be made.
For many situations, there is no distance at all as they occur in the same factory, but for other situations boards are manufactured and tested in one location, but are initialized elsewhere.</t>
          </dd>
        </dl>
      </section>
      <section anchor="integrity-and-privacy-of-device-identity-infrastructure">
        <name>Integrity and Privacy of device identity infrastructure</name>
        <t>For IDevID provisioning, which includes a private key and matching
certificate installed into the device, the associated public key
infrastructure that anchors this identity must be maintained by the
manufacturer.</t>
        <dl>
          <dt>identity-pki-level:</dt>
          <dd>
            <t>referring to <xref target="pkilevel"/>, the level number at which End-Entity certificates are present.</t>
          </dd>
          <dt>identity-time-limits-per-subordinate:</dt>
          <dd>
            <t>how long is each subordinate CA maintained before a new
subordinate CA key is generated?  There may be no time limit, only a device
count limit.</t>
          </dd>
          <dt>identity-number-per-subordinate:</dt>
          <dd>
            <t>how many identities are signed by a particular subordinate CA before it is
retired?  There may be no numeric limit, only a time limit.</t>
          </dd>
          <dt>identity-anchor-storage:</dt>
          <dd>
            <t>how is the root CA key stored? An open description that might include whether an HSM is used, or not, or even the model of it.</t>
          </dd>
          <dt>identity-shared-split-extra:</dt>
          <dd>
            <t>referring to <xref target="splittingnumbers"/>, where a private key is split up into n components, of which k are required to recover the key, this number is equal to n-k.
This is the number of spare shares.
Publishing this provides a measure of how much redundancy is present while not actually revealing either k or n.</t>
          </dd>
          <dt>identity-shared-split-continents:</dt>
          <dd>
            <t>the number of continents on which the private key can be recovered without trans-continental travel by any of the secret shareholders.</t>
          </dd>
        </dl>
      </section>
      <section anchor="integrity-and-privacy-of-included-trust-anchors">
        <name>Integrity and Privacy of included trust anchors</name>
        <t>For each trust anchor (public key) stored in the device, there will be an
associated PKI.
For each of those PKI the following questions need to be answered.</t>
        <dl>
          <dt>pki-level:</dt>
          <dd>
            <t>how deep is the EE that will be evaluated, based upon the criteria in <xref target="pkilevel"/></t>
          </dd>
          <dt>pki-algorithms:</dt>
          <dd>
            <t>what kind of algorithms and key sizes can actively be used with the device.</t>
          </dd>
          <dt>pki-lifespan:</dt>
          <dd>
            <t>what is the timespan for this anchor.  Does it get replaced at some interval, and if so, by what means is this done?</t>
          </dd>
          <dt>pki-level-locked:</dt>
          <dd>
            <t>(a Boolean) the level where the EE cert will be found locked by the device, or can
levels be added or deleted by the PKI operator without code changes to the
device.</t>
          </dd>
          <dt>pki-breadth:</dt>
          <dd>
            <t>how many different non-expired EE certificates is the PKI designed to manage?</t>
          </dd>
          <dt>pki-lock-policy:</dt>
          <dd>
            <t>can any EE certificate be used with this trust anchor to sign?  Or, is there
some kind of policy OID or Subject restriction?  Are specific subordinate
CAs needed that lead to the EE?</t>
          </dd>
          <dt>pki-anchor-storage:</dt>
          <dd>
            <t>how is the private key associated with this trust anchor stored? How many people are needed to recover it?</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This entire document is about security considerations.</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>Robert Martin of MITRE provided some guidance about citing the SBOM efforts.
Carsten Bormann and Sini Ruohomaa provided many editorial suggestions.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
    </section>
  </middle>
  <back>
    <displayreference target="_3GPP.33.310" to="3GPP.33.310"/>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="ieee802-1AR" target="https://standards.ieee.org/ieee/802.1AR/6995/">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author>
              <organization>IEEE Standard</organization>
            </author>
            <date year="2018"/>
          </front>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="RFC9019">
          <front>
            <title>A Firmware Update Architecture for Internet of Things</title>
            <author fullname="B. Moran" initials="B." surname="Moran"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="D. Brown" initials="D." surname="Brown"/>
            <author fullname="M. Meriac" initials="M." surname="Meriac"/>
            <date month="April" year="2021"/>
            <abstract>
              <t>Vulnerabilities in Internet of Things (IoT) devices have raised the need for a reliable and secure firmware update mechanism suitable for devices with resource constraints. Incorporating such an update mechanism is a fundamental requirement for fixing vulnerabilities, but it also enables other important capabilities such as updating configuration settings and adding new functionality.</t>
              <t>In addition to the definition of terminology and an architecture, this document provides the motivation for the standardization of a manifest format as a transport-agnostic means for describing and protecting firmware updates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9019"/>
          <seriesInfo name="DOI" value="10.17487/RFC9019"/>
        </reference>
        <reference anchor="RFC9140">
          <front>
            <title>Nimble Out-of-Band Authentication for EAP (EAP-NOOB)</title>
            <author fullname="T. Aura" initials="T." surname="Aura"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="A. Peltonen" initials="A." surname="Peltonen"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides support for multiple authentication methods. This document defines the EAP-NOOB authentication method for nimble out-of-band (OOB) authentication and key derivation. The EAP method is intended for bootstrapping all kinds of Internet-of-Things (IoT) devices that have no preconfigured authentication credentials. The method makes use of a user-assisted, one-directional, out-of-band (OOB) message between the peer device and authentication server to authenticate the in-band key exchange. The device must have a nonnetwork input or output interface, such as a display, microphone, speaker, or blinking light, that can send or receive dynamically generated messages of tens of bytes in length.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9140"/>
          <seriesInfo name="DOI" value="10.17487/RFC9140"/>
        </reference>
        <reference anchor="RFC9334">
          <front>
            <title>Remote ATtestation procedureS (RATS) Architecture</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="N. Smith" initials="N." surname="Smith"/>
            <author fullname="W. Pan" initials="W." surname="Pan"/>
            <date month="January" year="2023"/>
            <abstract>
              <t>In network protocol exchanges, it is often useful for one end of a communication to know whether the other end is in an intended operating state. This document provides an architectural overview of the entities involved that make such tests possible through the process of generating, conveying, and evaluating evidentiary Claims. It provides a model that is neutral toward processor architectures, the content of Claims, and protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9334"/>
          <seriesInfo name="DOI" value="10.17487/RFC9334"/>
        </reference>
        <reference anchor="RFC9393">
          <front>
            <title>Concise Software Identification Tags</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="J. Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay"/>
            <author fullname="C. Schmidt" initials="C." surname="Schmidt"/>
            <author fullname="D. Waltermire" initials="D." surname="Waltermire"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>ISO/IEC 19770-2:2015 Software Identification (SWID) tags provide an extensible XML-based structure to identify and describe individual software components, patches, and installation bundles. SWID tag representations can be too large for devices with network and storage constraints. This document defines a concise representation of SWID tags: Concise SWID (CoSWID) tags. CoSWID supports a set of semantics and features that are similar to those for SWID tags, as well as new semantics that allow CoSWIDs to describe additional types of information, all in a more memory-efficient format.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9393"/>
          <seriesInfo name="DOI" value="10.17487/RFC9393"/>
        </reference>
        <reference anchor="RFC9733">
          <front>
            <title>BRSKI with Alternative Enrollment (BRSKI-AE)</title>
            <author fullname="D. von Oheimb" initials="D." role="editor" surname="von Oheimb"/>
            <author fullname="S. Fries" initials="S." surname="Fries"/>
            <author fullname="H. Brockhaus" initials="H." surname="Brockhaus"/>
            <date month="March" year="2025"/>
            <abstract>
              <t>This document defines enhancements to the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol, known as BRSKI with Alternative Enrollment (BRSKI-AE). BRSKI-AE extends BRSKI to support certificate enrollment mechanisms instead of the originally specified use of Enrollment over Secure Transport (EST). It supports certificate enrollment protocols such as the Certificate Management Protocol (CMP) that use authenticated self-contained signed objects for certification messages, allowing for flexibility in network device onboarding scenarios. The enhancements address use cases where the existing enrollment mechanism may not be feasible or optimal, providing a framework for integrating suitable alternative enrollment protocols. This document also updates the BRSKI reference architecture to accommodate these alternative methods, ensuring secure and scalable deployment across a range of network environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9733"/>
          <seriesInfo name="DOI" value="10.17487/RFC9733"/>
        </reference>
        <reference anchor="I-D.ietf-anima-brski-cloud">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI) Cloud Registrar</title>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="Rifaat Shekh-Yusef" initials="R." surname="Shekh-Yusef">
              <organization>Ciena</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="9" month="September" year="2025"/>
            <abstract>
              <t>   Bootstrapping Remote Secure Key Infrastructures (BRSKI) defines how
   to onboard a device securely into an operator-maintained
   infrastructure.  It assumes that there is local network
   infrastructure for the device to discover.  On networks without that,
   there is nothing present to help onboard the device.

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

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

   This document updates RFC 8995 (BRSKI).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-cloud-19"/>
        </reference>
        <reference anchor="I-D.ietf-iotops-7228bis">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Mehmet Ersue" initials="M." surname="Ersue">
         </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Carles Gomez" initials="C." surname="Gomez">
              <organization>Universitat Politecnica de Catalunya</organization>
            </author>
            <date day="15" month="May" year="2026"/>
            <abstract>
              <t>   The Internet Protocol Suite is increasingly used on small devices
   with severe constraints on power, memory, and processing resources,
   creating constrained-node networks.  This document provides a number
   of basic terms that have been useful in research and standardization
   work for constrained-node networks.

   This document obsoletes RFC 7228.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-7228bis-08"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-voucher">
          <front>
            <title>Constrained Bootstrapping Remote Secure Key Infrastructure (cBRSKI)</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>vanderstok consultancy</organization>
            </author>
            <author fullname="Panos Kampanakis" initials="P." surname="Kampanakis">
              <organization>Cisco Systems</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="27" month="February" year="2026"/>
            <abstract>
              <t>   This document defines the Constrained Bootstrapping Remote Secure Key
   Infrastructure (cBRSKI) protocol, which provides a solution for
   secure zero-touch onboarding of resource-constrained (IoT) devices
   into the network of a domain owner.  This protocol is designed for
   constrained networks, which may have limited data throughput or may
   experience frequent packet loss. cBRSKI is a variant of the BRSKI
   protocol, which uses an artifact signed by the device manufacturer
   called the "voucher" which enables a new device and the owner's
   network to mutually authenticate.  While the BRSKI voucher data is
   encoded in JSON, cBRSKI uses a compact CBOR-encoded voucher.  The
   BRSKI voucher data definition is extended with new data types that
   allow for smaller voucher sizes.  The Enrollment over Secure
   Transport (EST) protocol, used in BRSKI, is replaced with EST-over-
   CoAPS; and HTTPS used in BRSKI is replaced with DTLS-secured CoAP
   (CoAPS).  This document Updates RFC 8995 and RFC 9148.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-30"/>
        </reference>
        <reference anchor="I-D.ietf-anima-masa-considerations">
          <front>
            <title>Operational Considerations for Voucher infrastructure for BRSKI MASA</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Thomas Werner" initials="T." surname="Werner">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Peter Chunchi Liu" initials="P. C." surname="Liu">
              <organization>Huawei</organization>
            </author>
            <date day="26" month="March" year="2026"/>
            <abstract>
              <t>   This document describes a number of operational modes that a BRSKI
   Manufacturer Authorized Signing Authority (MASA) may take on.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-masa-considerations-02"/>
        </reference>
        <reference anchor="I-D.moskowitz-ecdsa-pki">
          <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="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC5011">
          <front>
            <title>Automated Updates of DNS Security (DNSSEC) Trust Anchors</title>
            <author fullname="M. StJohns" initials="M." surname="StJohns"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document describes a means for automated, authenticated, and authorized updating of DNSSEC "trust anchors". The method provides protection against N-1 key compromises of N keys in the trust point key set. Based on the trust established by the presence of a current anchor, other anchors may be added at the same place in the hierarchy, and, ultimately, supplant the existing anchor(s).</t>
              <t>This mechanism will require changes to resolver management behavior (but not resolver resolution behavior), and the addition of a single flag bit to the DNSKEY record. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="74"/>
          <seriesInfo name="RFC" value="5011"/>
          <seriesInfo name="DOI" value="10.17487/RFC5011"/>
        </reference>
        <reference anchor="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="RFC8572">
          <front>
            <title>Secure Zero Touch Provisioning (SZTP)</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <author fullname="I. Farrer" initials="I." surname="Farrer"/>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson"/>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document presents a technique to securely provision a networking device when it is booting in a factory-default state. Variations in the solution enable it to be used on both public and private networks. The provisioning steps are able to update the boot image, commit an initial configuration, and execute arbitrary scripts to address auxiliary needs. The updated device is subsequently able to establish secure connections with other systems. For instance, a device may establish NETCONF (RFC 6241) and/or RESTCONF (RFC 8040) connections with deployment-specific network management systems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8572"/>
          <seriesInfo name="DOI" value="10.17487/RFC8572"/>
        </reference>
        <reference anchor="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="RFC8894">
          <front>
            <title>Simple Certificate Enrolment Protocol</title>
            <author fullname="P. Gutmann" initials="P." surname="Gutmann"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document specifies the Simple Certificate Enrolment Protocol (SCEP), a PKI protocol that leverages existing technology by using Cryptographic Message Syntax (CMS, formerly known as PKCS #7) and PKCS #10 over HTTP. SCEP is the evolution of the enrolment protocol sponsored by Cisco Systems, which enjoys wide support in both client and server implementations, as well as being relied upon by numerous other industry standards that work with certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8894"/>
          <seriesInfo name="DOI" value="10.17487/RFC8894"/>
        </reference>
        <reference anchor="RFC4210">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="T. Kause" initials="T." surname="Kause"/>
            <author fullname="T. Mononen" initials="T." surname="Mononen"/>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocol (CMP). Protocol messages are defined for X.509v3 certificate creation and management. CMP provides on-line interactions between PKI components, including an exchange between a Certification Authority (CA) and a client system. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4210"/>
          <seriesInfo name="DOI" value="10.17487/RFC4210"/>
        </reference>
        <reference anchor="_3GPP.51.011" target="http://www.3gpp.org/ftp/Specs/archive/51_series/51.011/51011-4f0.zip">
          <front>
            <title>Specification of the Subscriber Identity Module - Mobile Equipment (SIM-ME) interface</title>
            <author>
              <organization abbrev="3GPP">3rd Generation Partnership Project</organization>
              <address>
                <postal>
                  <country>France</country>
                  <city>Sophia Antipolis Cedex</city>
                </postal>
              </address>
            </author>
            <author fullname="PHAN, Ly Thanh">
              <organization>Gemalto N.V.</organization>
            </author>
            <date day="15" month="June" year="2005"/>
          </front>
        </reference>
        <reference anchor="RFC6024">
          <front>
            <title>Trust Anchor Management Requirements</title>
            <author fullname="R. Reddy" initials="R." surname="Reddy"/>
            <author fullname="C. Wallace" initials="C." surname="Wallace"/>
            <date month="October" year="2010"/>
            <abstract>
              <t>A trust anchor represents an authoritative entity via a public key and associated data. The public key is used to verify digital signatures, and the associated data is used to constrain the types of information for which the trust anchor is authoritative. A relying party uses trust anchors to determine if a digitally signed object is valid by verifying a digital signature using the trust anchor's public key, and by enforcing the constraints expressed in the associated data for the trust anchor. This document describes some of the problems associated with the lack of a standard trust anchor management mechanism and defines requirements for data formats and push-based protocols designed to address these problems. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6024"/>
          <seriesInfo name="DOI" value="10.17487/RFC6024"/>
        </reference>
        <reference anchor="CABForum90day" target="   https://cabforum.org/working-groups/server/baseline-requirements/requirements/">
          <front>
            <title>CA/Browser Forum Latest Baseline Requirements, version 2.1.5</title>
            <author>
              <organization>CA/Browser Forum</organization>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="factoringrsa" target="https://eprint.iacr.org/2013/599">
          <front>
            <title>Factoring RSA keys from certified smart cards: Coppersmith in the wild</title>
            <author initials="D. J." surname="Bernstein" fullname="Daniel J. Bernstein">
              <organization/>
            </author>
            <author initials="Y.-A." surname="Chang" fullname="Yun-An Chang">
              <organization/>
            </author>
            <author initials="C.-M." surname="Cheng" fullname="Chen-Mou Cheng">
              <organization/>
            </author>
            <author initials="L.-P." surname="Chou" fullname="Li-Ping Chou">
              <organization/>
            </author>
            <author initials="N." surname="Heninger" fullname="Nadia Heninger">
              <organization/>
            </author>
            <author initials="T." surname="Lange" fullname="Tanja Lange">
              <organization/>
            </author>
            <author initials="N. van" surname="Someren" fullname="Nicko van Someren">
              <organization/>
            </author>
            <date year="2013" month="September" day="16"/>
          </front>
        </reference>
        <reference anchor="kskceremony" target="https://www.iana.org/dnssec/procedures">
          <front>
            <title>DNSSEC Practice Statement for the Root Zone ZSK Operator</title>
            <author>
              <organization>Verisign</organization>
            </author>
            <date year="2024" month="July" day="18"/>
          </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" day="04"/>
          </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" day="04"/>
          </front>
        </reference>
        <reference anchor="shamir79" target="http://web.mit.edu/6.857/OldStuff/Fall03/ref/Shamir-HowToShareASecret.pdf">
          <front>
            <title>How to share a secret.</title>
            <author initials="A." surname="Shamir" fullname="Adi Shamir">
              <organization/>
            </author>
            <date year="1979"/>
          </front>
        </reference>
        <reference anchor="fidotechnote" target="https://fidoalliance.org/fido-technotes-the-truth-about-attestation/">
          <front>
            <title>FIDO TechNotes: The Truth about Attestation</title>
            <author>
              <organization>FIDO Alliance</organization>
            </author>
            <date year="2018" month="July" day="19"/>
          </front>
        </reference>
        <reference anchor="ntiasbom" target="https://www.ntia.doc.gov/SoftwareTransparency">
          <front>
            <title>NTIA Software Component Transparency</title>
            <author>
              <organization>NTIA</organization>
            </author>
            <date year="2020" month="July" day="01"/>
          </front>
        </reference>
        <reference anchor="cisqsbom" target="https://www.it-cisq.org/software-bill-of-materials/index.htm">
          <front>
            <title>TOOL-TO-TOOL SOFTWARE BILL OF MATERIALS EXCHANGE</title>
            <author>
              <organization>CISQ/Object Management Group</organization>
            </author>
            <date year="2020" month="July" day="01"/>
          </front>
        </reference>
        <reference anchor="ComodoGate" target="https://www.theregister.com/2011/03/28/comodo_gate_hacker_breaks_cover/">
          <front>
            <title>Comodo-gate hacker brags about forged certificate exploit</title>
            <author>
              <organization/>
            </author>
            <date year="2011" month="March" day="28"/>
          </front>
        </reference>
        <reference anchor="openbmc" target="https://www.openbmc.org/">
          <front>
            <title>Defining a Standard Baseboard Management Controller Firmware Stack</title>
            <author>
              <organization>Linux Foundation/OpenBMC Group</organization>
            </author>
            <date year="2020" month="July" day="01"/>
          </front>
        </reference>
        <reference anchor="JTAG" target="https://en.wikipedia.org/wiki/JTAG">
          <front>
            <title>Joint Test Action Group</title>
            <author>
              <organization/>
            </author>
            <date year="2020" month="August" day="26"/>
          </front>
        </reference>
        <reference anchor="BedOfNails" target="https://en.wikipedia.org/wiki/Bed_of_nails_tester">
          <front>
            <title>Bed of nails tester</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date year="2024" month="December" day="30"/>
          </front>
        </reference>
        <reference anchor="leakedmsikey" target="https://www.binarly.io/blog/leaked-msi-source-code-with-intel-oem-keys-how-does-this-affect-industry-wide-software-supply-chain">
          <front>
            <title>Leaked MSI Source Code with Intel OEM Keys: How Does This Affect Industry-wide Software Supply Chain?</title>
            <author>
              <organization>Binarly efiXplorer Team</organization>
            </author>
            <date year="2025" month="May" day="27"/>
          </front>
        </reference>
        <reference anchor="CABFORUM" target="https://cabforum.org/wp-content/uploads/CA-Browser-Forum-BR-1.7.3.pdf">
          <front>
            <title>CA/Browser Forum Baseline Requirements for the Issuance and Management of Publicly-Trusted Certificates, v.1.7.3</title>
            <author>
              <organization>CA/Browser Forum</organization>
            </author>
            <date year="2020" month="October"/>
          </front>
        </reference>
        <reference anchor="TPMEK" target="https://trustedcomputinggroup.org/wp-content/uploads/TCG-EK-Credential-Profile-for-TPM-Family-2.0-Level-0-Version-2.6_pub.pdf">
          <front>
            <title>TCG Credential Profile EK 2.0</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2024" month="December" day="04"/>
          </front>
        </reference>
        <reference anchor="curl" target="https://curl.se/download.html">
          <front>
            <title>CURL</title>
            <author initials="D." surname="Stenberg" fullname="Daniel Stenberg">
              <organization/>
            </author>
            <date year="2025" month="May" day="28"/>
          </front>
        </reference>
        <reference anchor="measuredboot" target="https://trustedcomputinggroup.org/resource/pc-client-specific-platform-firmware-profile-specification/">
          <front>
            <title>TCG PC Client Specific Platform Firmware Profile Specification</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2023" month="December" day="04"/>
          </front>
        </reference>
        <reference anchor="TPM20spec" target="https://trustedcomputinggroup.org/resource/tpm-library-specification/">
          <front>
            <title>TPM 2.0 Library</title>
            <author>
              <organization>Trusted Computing Group</organization>
            </author>
            <date year="2025" month="March"/>
          </front>
        </reference>
        <reference anchor="ISO27001">
          <front>
            <title>ISO/IEC 27001:2022 Information security, cybersecurity and privacy protection -- Information security management systems -- Requirements</title>
            <author>
              <organization>International Organization for Standardization</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="hyundaiexample" target="https://www.theregister.com/2022/08/17/software_developer_cracks_hyundai_encryption/">
          <front>
            <title>Software developer cracks Hyundai car security with Google search</title>
            <author>
              <organization>The Register</organization>
            </author>
            <date year="2022" month="August" day="17"/>
          </front>
        </reference>
        <reference anchor="_3GPP.33.310" target="http://www.3gpp.org/ftp/Specs/archive/33_series/33.310/33310-970.zip">
          <front>
            <title>Network Domain Security (NDS); Authentication Framework (AF)</title>
            <author>
              <organization abbrev="3GPP">3rd Generation Partnership Project</organization>
              <address>
                <postal>
                  <country>France</country>
                  <city>Sophia Antipolis Cedex</city>
                </postal>
              </address>
            </author>
            <author fullname="JERICHOW, Anja">
              <organization>Nokia Germany</organization>
            </author>
            <date day="30" month="September" year="2011"/>
          </front>
        </reference>
        <reference anchor="RFC9711">
          <front>
            <title>The Entity Attestation Token (EAT)</title>
            <author fullname="L. Lundblade" initials="L." surname="Lundblade"/>
            <author fullname="G. Mandyam" initials="G." surname="Mandyam"/>
            <author fullname="J. O'Donoghue" initials="J." surname="O'Donoghue"/>
            <author fullname="C. Wallace" initials="C." surname="Wallace"/>
            <date month="April" year="2025"/>
            <abstract>
              <t>An Entity Attestation Token (EAT) provides an attested claims set that describes the state and characteristics of an entity, a device such as a smartphone, an Internet of Things (IoT) device, network equipment, or such. This claims set is used by a relying party, server, or service to determine the type and degree of trust placed in the entity.</t>
              <t>An EAT is either a CBOR Web Token (CWT) or a JSON Web Token (JWT) with attestation-oriented claims.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9711"/>
          <seriesInfo name="DOI" value="10.17487/RFC9711"/>
        </reference>
        <reference anchor="I-D.birkholz-suit-coswid-manifest">
          <front>
            <title>A SUIT Manifest Extension for Concise Software Identifiers</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="17" month="July" year="2018"/>
            <abstract>
              <t>   This document defines a resource extension for Concise Software
   Identifiers (CoSWID) that represents a SUIT firmware manifest.  This
   extension combines the information elements of the SUIT information
   model with the semantic expressiveness of Software Identifiers.  In
   consequence, this composite enables the integration of Firmware
   Updates for the Internet of Things (SUIT) in existing work-flows for
   updates of software components in general.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-birkholz-suit-coswid-manifest-00"/>
        </reference>
        <reference anchor="I-D.ietf-iotops-mud-rats">
          <front>
            <title>MUD-Based RATS Resources Discovery</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Peter Chunchi Liu" initials="P. C." surname="Liu">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="28" month="November" year="2025"/>
            <abstract>
              <t>   Manufacturer Usage Description (MUD) files and the MUD URIs that
   point to them are defined in RFC 8520.  This document introduces a
   new type of MUD file to be delivered in conjunction with a MUD file
   signature and/or to be referenced via a MUD URI embedded in other
   documents or messages, such as an IEEE 802.1AR Secure Device
   Identifier (DevID) or a CBOR Web Token (CWT).  These signed documents
   can be presented to other entities, e.g., a network management system
   or network path orchestrator.  If this entity also takes on the role
   of a verifier as defined by the IETF Remote ATtestation procedureS
   (RATS) architecture, this verifier can use the references included in
   the MUD file specified in this document to discover, for example,
   appropriate reference value providers, endorsement documents or
   endorsement distribution APIs, trust anchor stores, remote verifier
   services (sometimes referred to as Attestation Verification
   Services), or transparency logs.  All theses references in the MUD
   file pointing to resources and auxiliary RATS services can satisfy
   general RATS prerequisite by enabling discovery or improve discovery
   resilience of corresponding resources or services.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-mud-rats-02"/>
        </reference>
        <reference anchor="RFC8520">
          <front>
            <title>Manufacturer Usage Description Specification</title>
            <author fullname="E. Lear" initials="E." surname="Lear"/>
            <author fullname="R. Droms" initials="R." surname="Droms"/>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>This memo specifies a component-based architecture for Manufacturer Usage Descriptions (MUDs). The goal of MUD is to provide a means for end devices to signal to the network what sort of access and network functionality they require to properly function. The initial focus is on access control. Later work can delve into other aspects.</t>
              <t>This memo specifies two YANG modules, IPv4 and IPv6 DHCP options, a Link Layer Discovery Protocol (LLDP) TLV, a URL, an X.509 certificate extension, and a means to sign and verify the descriptions.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8520"/>
          <seriesInfo name="DOI" value="10.17487/RFC8520"/>
        </reference>
        <reference anchor="RFC7168">
          <front>
            <title>The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA)</title>
            <author fullname="I. Nazar" initials="I." surname="Nazar"/>
            <date month="April" year="2014"/>
            <abstract>
              <t>The Hyper Text Coffee Pot Control Protocol (HTCPCP) specification does not allow for the brewing of tea, in all its variety and complexity. This paper outlines an extension to HTCPCP to allow for pots to provide networked tea-brewing facilities.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7168"/>
          <seriesInfo name="DOI" value="10.17487/RFC7168"/>
        </reference>
        <reference anchor="RFC9641">
          <front>
            <title>A YANG Data Model for a Truststore</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="October" year="2024"/>
            <abstract>
              <t>This document presents a YANG module for configuring bags of certificates and bags of public keys that can be referenced by other data models for trust. Notifications are sent when certificates are about to expire.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9641"/>
          <seriesInfo name="DOI" value="10.17487/RFC9641"/>
        </reference>
        <reference anchor="RFC9180">
          <front>
            <title>Hybrid Public Key Encryption</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="K. Bhargavan" initials="K." surname="Bhargavan"/>
            <author fullname="B. Lipp" initials="B." surname="Lipp"/>
            <author fullname="C. Wood" initials="C." surname="Wood"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document describes a scheme for hybrid public key encryption (HPKE). This scheme provides a variant of public key encryption of arbitrary-sized plaintexts for a recipient public key. It also includes three authenticated variants, including one that authenticates possession of a pre-shared key and two optional ones that authenticate possession of a key encapsulation mechanism (KEM) private key. HPKE works for any combination of an asymmetric KEM, key derivation function (KDF), and authenticated encryption with additional data (AEAD) encryption function. Some authenticated variants may not be supported by all KEMs. We provide instantiations of the scheme using widely used and efficient primitives, such as Elliptic Curve Diffie-Hellman (ECDH) key agreement, HMAC-based key derivation function (HKDF), and SHA2.</t>
              <t>This document is a product of the Crypto Forum Research Group (CFRG) in the IRTF.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9180"/>
          <seriesInfo name="DOI" value="10.17487/RFC9180"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. 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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC9397">
          <front>
            <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
            <author fullname="M. Pei" initials="M." surname="Pei"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="D. Wheeler" initials="D." surname="Wheeler"/>
            <date month="July" year="2023"/>
            <abstract>
              <t>A Trusted Execution Environment (TEE) is an environment that enforces the following: any code within the environment cannot be tampered with, and any data used by such code cannot be read or tampered with by any code outside the environment. This architecture document discusses the motivation for designing and standardizing a protocol for managing the lifecycle of Trusted Applications running inside such a TEE.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9397"/>
          <seriesInfo name="DOI" value="10.17487/RFC9397"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA619aXfjVpLld/4KTPrMsVRFUEvaTqdm6tQoZdlW2XJmp+R2
T3/JBkmQRIkEWFikZKU9v33ixvIWEJTdM+0z05WSgIe3xIs9bqRpOnq8SF6O
Rm3RrvOL5DK5zz5WZbXZJdUiqbZ5nbVFVWbrpMlnXV20u2RWlU0x1z80yaKq
k01Wdots1nZ1XidF2bTZep3Pk4d81yRZOU/u665pk8tytqrqZpRNp3VOX43e
wrOjeTUrsw1NY15nizYt6naRtudtvUxbnVUavpRmMmJ69mo0elpeJPfn9++/
S97nTZ7Vs1XyXV1129HD00VyU7Z5XeZt+g0GHs2y9oLmuahGTVvn2YYeeH//
7WiUdS2NdzFKE5nGbTFbZfk6eY//redNVY6SpKrpS3e0rHxNk0nuqkX7lNV5
8ktVPzT093yTFWta3az+c5G3i//V2KOTWTYalVW9oZ17zC/o0fffXn15/vUp
/lnkef716Xl6dvkePyZJm9XLnKb5YtW22+bi5IR2tZxjFhM8O6FpnOAfJ/TW
hN46+er16y9PXsi7cpgvbq6vrxP9e3KHA8yTb/LHYpYnN/O8bItFkdfyii09
4f94jfL6nX5WHptnLQ18fnr29WiEDYwX8zVN4SJ58/7uhxv5xevTs9cXSdMV
bYoTKdqcT07/ePbF6UVSVtVUf3758ouLhOiqGXr45euXF0R7zVMx19+8ekm/
yZpdOUvzsq7Wa/r9TfrNBLtOpFFssnRaNw9FOltX3Zxexv+EzxRVW22b9NX5
+dfTorlI9B/7w4Dk2zorynyePlbdbJXXF8nAL/ff3GSNvO5vDAh/75f65qZq
Hqqnov1nms/m9ND2odCt/eL1F6+NZE7PzmzDX371lf3zy1fn+s9Xpy9P7bdf
v6Y9vbu6fqfDnJ/Rnl/d4scPL797927y5dlEx0uSvxAr8L+TN746Pf/iYkT/
vrp8821Vd5vXp/NsdxHR2dXlyZu6emroHvMjyY9EJnTj32RNvqYNoiv5j66o
8w3RXDNOHvO6oUUnRJeTL1/E1E7/NoKfZdMFRmNSf6LbVZTLdIk73ZzQp2iU
k6l+IK2DD5xEPxwm7/6sX2CV4C1VTV+qmyxe5Lf2l+T93aXwtkVdbZJZXvNF
mifNJqvbZIY7SntcbYl7NpuiXRGrSdpVnjwV63lvubbWfEsjt5Mim9W8XLph
L0++fP16aPbGnV58QzRG3Olvk+QNcbemzYvyRe+Z/92V6WWZXK2yctn709Uq
L9PbquN/9P/4Y5G+w1KvVlXX+9NP2bzIku/zkv7OJB/+8T4r/57R8dOf+q8V
s4cqeWSOucnrvIz5ycv09HV69hWO4KF5oD3NN1XZI7Nvfrq7u75K3tV0EuBh
xJpaPmUWQtjh91XVJv9eEcX9+90PyVsWX1V9YM+fnp5ow8uMN3xeNiThTrZ1
NcvnxHWaw3Tzr3ldNMWyjDni+Rfp6asUfDFJapoGEUi8CrcMnuQP+S650r+P
k6t6t22rZZ1tV7vkl+Kh0HPcm/MseHCyIM5cbSazanPyRO+cYOAPNPAHG1hH
iRdh1F9tNl1JAl0fcus4TU9pKV/wSfg1nPcWcXd5l7w6jZYxNGfd5nmxLFLs
GU+W/v92TTs/y0/oC//9/NQ+clKQqPz43Ky/wUB3bvMHZ92ssk1Rv3odE8/3
1VPSVvgjCcEM6kydt5OhU9bbdTkvkjseKjzos9evXu+TE5aZTyd02SdEPSdf
TYgbn7xdz+/abrE4+ZbUodOXxJYWJzJgSpO5r+4wlcs7mch2vhD+U8wrEnyr
kv7vAUUAj9CIvIFMu/hFai81KV2EtK1pSWk2rTqSvC2YMcuZnn7w7c03b5N7
evEnvEi3l67QPd5M+M3k0r95+DrwIJc6n76WwHfiNRZG2kbWTKvNgUWBSvDI
hHTAybJ6PDG96r7OymZL/yhnu3j2P93fXHr1i+h5SxefmMH+G0PTxtu9G3yK
2Z6eYbazovnH78yWdBo8xSfQ6CzSabFep9WC5D4pnEW2boSkJ6t2E0/+/u3b
H9P7tyn+N7l7++39L5fvr5M3Nz/+mLz9Nrm9vL9+f3P5411y/W9X31/+9N31
M2Ls5u5fTt5O/07aUnJL7GwpLJGV38MLpO2q5tV32UEqwxKJkup8WZBkqfni
0omenRAln3+NO0zvf1jSAB9W2ewhrz+QVp89NB9mFSRzvFr5WoqnE3k6mdbZ
slE6I/a9JPmpknSGp/KP23VVtD16OktPX6bnzGPJNimnm9kzs9cn+IDi6XyT
LwqIL+IDpt6yrjKt8K9gE6+qsoVmCRWhqDdMaPTG7OHwcfxYlN1HUig6Gpav
HEmh8s3t1e8dyN/uL7+LOdbfqgLUDEXqcoahwiH2NYhyAiGwzUk6i8YEkYBR
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
KggQkUV8NTM/KVxhIoMCJKO8WJUi9guAZUBUFUJGhShqv6zgj2WFbFMsVy0f
IHTWCsQEUUG2Lw2KBcD8F2M+MP5pyUth1KxaFZBikS1PCkhGBiUTRFY+sIm2
t8lmjMKk2Gxb/kbFkncsPImVbZ5XJbMViXK0qRowP7ohWXmsymgjIlt0pRnk
Jitj8GBNRnfM5ujGL+huMTGyRumukCnpXf1Y5E9ye1hWwTyoQLY0VeOVnz6Z
25QZ2X+xf+Kzz5J7Zl/VulruBobnHUtcVqJohO4JVR2C3WV1F1Y+zUbXFCZq
kbpaLrtsOeACQrSWbUDvCVnttqTNsP0MJtuMTTTsxMHUbUiVL/5Jf8bhkeZH
crZdpaHFejG6cNYmxmB2J3JwNJLrkoqxQl/hh50hCdHmTCdnVTrjBrOqQicB
50rWGQnGjlWY/49x6daxMiayYJysiwcyDkfraiYOv1YsebWL+P1pV6zbaDay
yoHdMBb2rE7n1OPISzAa0YTT/CNxfmSE8oBMy3kF+/FpVfHJ0HhqUrPfY1vk
bIaxAUF8iym+2a4h7dgWpc/wj9AP5fgbfGv7UMD7sbaveMrwyjjYwiW7pgOp
reY6Njc+kzGsyrJVdxOncLGmxNNVP7Byg4QUu6Zl98taCA/0Hb1+Xc7T6wEv
yadPNnOsInI1O7/N3rnQh29vrojD5nwixH7pVfF7ziBu/Kt4mtX8jFdIL/aU
ceIIyzojEgt0N+ZPZVWmjxU4NeIHRDxQhKa7UcKmRtciqWWKpTqHq+NDyDGg
heF/sChVSdMWaTjEqOs/MK3gWfMzCoEnUGftekBU1bRfgZXVsB7JroRqTb/n
uZijDoGAafWRj1HuuXkkWET3Bv2vnrn4XDOnorsPqXLxZE6M7JHmyVIqIwlb
h85FaDaQm1sSl4lkCmSkS4GaWacrhLG7TzThCkmckWIJ74/OhBRqHKOkZXz6
5LM/WH7IJ096nGpWxcxKN+MgxyrMNz2X7FjLtKM3aHxSI+Fm2dFtIjuP+fOU
5p7npRrmEg8RU8Jp+8bNbB3qmsrWS1zt1QYS492tsFKLPbrw7y2JwHUeWhhQ
T1uv/jZOhsl8dvzIgRgmCcgrEo9k+UNXdsFXsyTghGbLnv5Iu0E7B6+m+vbZ
TQMrgDZvk9W7yC+pm9xTZRC3mCd/yuppQYRWF+vdnxyRYKTHfEkaIpEOsdDs
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

-->

</rfc>
