<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.4 (Ruby 2.6.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-richardson-t2trg-idevid-considerations-08" category="info" tocInclude="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.15.0 -->
  <front>
    <title abbrev="IDevID Considerations">A Taxonomy of operational security considerations for manufacturer installed keys and Trust Anchors</title>
    <seriesInfo name="Internet-Draft" value="draft-richardson-t2trg-idevid-considerations-08"/>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <date year="2022" month="October" day="01"/>
    <workgroup>T2TRG Research Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document provides a taxonomy of methods used by manufacturers of silicon and devices
to secure private keys and public trust anchors.
This deals with two related activities: how trust anchors and private keys
are installed into devices during manufacturing, and how the related
manufacturer held private keys are secured against disclosure.</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>RFCEDITOR: please remove this paragraph. This work is occurring in https://github.com/mcr/idevid-security-considerations</t>
    </abstract>
  </front>
  <middle>
    <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.
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.
<xref target="RFC6024"/> deals with how trust anchor stores are managed, while this document deals with how the associated PKI which is 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 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.
<!-- FIXME: -->
A common example is the SIM card (<xref target="_3GPP.51.011"/>), it now comes as a virtual SIM, but which is usually not provisioned at the factory.
The provision of an initial, per-device default password also falls into the category of symmetric shared secret.</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 (see <xref target="I-D.richardson-rats-usecases"/>).
The key pair that does this is loaded into large batches of phones for privacy reasons.</t>
      <t>The trust anchors are used for a variety of purposes.
Trust anchors are used to verify:</t>
      <ul spacing="normal">
        <li>the signature on a software update (as per <xref target="I-D.ietf-suit-architecture"/>),</li>
        <li>a TLS Server Certificate, such as when setting up an HTTPS connection,</li>
        <li>the <xref target="RFC8366"/> format voucher that provides proof of an ownership change.</li>
      </ul>
      <t>Device identity keys are used when performing enrollment requests (in <xref target="RFC8995"/>, and in some uses of <xref target="I-D.ietf-emu-eap-noob"/>.
The device identity certificate is also used to sign Evidence by an Attesting Environment (see <xref target="I-D.ietf-rats-architecture"/>).</t>
      <t>These security artifacts are used to anchor other chains of information: an EAT 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.birkholz-rats-mud"/>, 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="I-D.ietf-sacm-coswid"/> 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 (TrAnc) and identities (IDs) found in typical devices.
The privacy and integrity of the TrAncs 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 ISO9001 process such as ISO14001.</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 section will be expanded to include needed terminology as required.</t>
        <t>The words Trust Anchor are contracted to TrAnc rather than TA, in order not to confuse with <xref target="I-D.ietf-teep-architecture"/>'s "Trusted Application".</t>
        <t>This document defines a number of hyphenated terms, and they are summarized here:</t>
        <dl>
          <dt>device-generated:</dt>
          <dd>
            <t>a private or symmetric key which is generated on the device</t>
          </dd>
          <dt>infrastructure-generated:</dt>
          <dd>
            <t>a private or symmetric key which is generated by some system, likely
located at the factory that built the device</t>
          </dd>
          <dt>mechanically-installed:</dt>
          <dd>
            <t>when a key or certificate is programmed into non-volatile storage by
an out-of-band mechanism such as JTAG <xref target="JTAG"/></t>
          </dd>
          <dt>mechanically-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>
        </dl>
      </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.bormann-lwig-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 (such as the "Grapeboard"), and can include silicon manufacturer controlled processors in the boot process (the Raspberry PI boots under control of the GPU).</t>
      <t>Almost all larger systems (servers, laptops, desktops) include a Baseboard Management Controller (BMC), which ranges from a 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 TrAnc 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 section of <xref target="I-D.ietf-teep-architecture"/>, notably TEE, REE, and TAM, and also section 4, Architecture.</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.
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 stage one 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 be 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 (TrAnc) 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>When evaluating the degree of trust for each trust anchor there are four aspects that need to be determined:</t>
      <ul spacing="normal">
        <li>can the trust anchor be replaced or modified?</li>
        <li>can additional trust anchors be added?</li>
        <li>can trust anchors be removed?</li>
        <li>how is the private key associated with the trust anchor, maintained by the manufacturer, maintained?</li>
      </ul>
      <t>The first three things are device specific properties of how the integrity of the trust anchor is maintained.</t>
      <t>The fourth property has nothing to do with the device, but has to do with the reputation and care of the entity that maintains the private key.</t>
      <t>Different anchors have different authorizations associated with them.</t>
      <t>These are:</t>
      <section anchor="secured-first-boot-trust-anchor">
        <name>Secured First Boot Trust Anchor</name>
        <t>This anchor is part of the first-stage boot loader, and it is used to validate a second-stage bootloader which may be stored in external flash.
This is called the initial software trust anchor.</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 Secure Boot Trust Anchor.</t>
        <t>Second, it may be stored in the second-stage bootloader, and therefore its integrity is protected by the Secured First Boot 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 in a secured boot situation, as the second-stage bootloader does not validate the application/operating system before starting it, but it may still provide measured boot mechanism.</t>
      </section>
      <section anchor="trusted-application-manager-anchor">
        <name>Trusted Application Manager anchor</name>
        <t>This anchor is the secure key for the <xref target="I-D.ietf-teep-architecture"/> 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.
This privilege may include updating anchors.</t>
      </section>
      <section anchor="public-webpki-anchors">
        <name>Public WebPKI anchors</name>
        <t>These anchors are used to verify HTTPS certificates from web sites.
These anchors are typically distributed as part of desktop browsers, and via desktop operating systems.</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, Safari, 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 securing 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 some period of years.
That upon being reconnected, that the device would be unable to do DNSSEC validation.
This failure would result in them being unable to obtain operating system updates that would then include the updates to the DNSSEC key.</t>
      </section>
      <section anchor="what-else">
        <name>What else?</name>
        <t>TBD?</t>
      </section>
    </section>
    <section anchor="types-of-identities">
      <name>Types of Identities</name>
      <t>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="manufacturer-installed-idevid-certificates">
        <name>Manufacturer installed IDevID certificates</name>
        <t><xref target="ieee802-1AR"/> defines a category of certificates that are installed by the manufacturer, which contain at the least, a device unique serial number.</t>
        <t>A number of protocols depend upon this certificate.</t>
        <ul spacing="normal">
          <li>
            <xref target="RFC8572"/> and <xref target="RFC8995"/> introduce mechanisms for new devices (called pledges) to be onboarded into a network without intervention from an expert operator. A number of derived protocols such as <xref target="I-D.ietf-anima-brski-async-enroll"/>,                <xref target="I-D.ietf-anima-constrained-voucher"/>, <xref target="I-D.richardson-anima-voucher-delegation"/>, <xref target="I-D.friel-anima-brski-cloud"/> extend this in a number of ways.</li>
          <li>
            <xref target="I-D.ietf-rats-architecture"/> depends upon a key provisioned into the Attesting Environment to sign Evidence.</li>
          <li>
            <xref target="I-D.ietf-suit-architecture"/> may depend 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 ECIES can solve this.
There may be other legal considerations why the IDevID might not be used, and
a second key provisioned.</li>
          <li>TBD</li>
        </ul>
        <section anchor="operational-considerations-for-manufacturer-idevid-public-key-infrastructure">
          <name>Operational Considerations for Manufacturer IDevID Public Key Infrastructure</name>
          <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 document will overview.</t>
          <t>There are three fundamental ways to generate IDevID certificates for devices:</t>
          <ol spacing="normal" type="1"><li>generating a private key on the device, creating a Certificate Signing
Request (or equivalent), and then returning a certificate to the device.</li>
            <li>generating a private key outside the device, signing the certificate, and
the installing both into the device.</li>
            <li>deriving the private key from a previously installed secret seed, that is shared with only the manufacturer.</li>
          </ol>
          <t>There is a fourth situation where the IDevID is provided as part of a Trusted
Platform Module (TPM), in which case the TPM vendor may be making the same
tradeoffs.</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>
        </section>
        <section anchor="key-generation-process">
          <name>Key Generation process</name>
          <section anchor="on-device-private-key-generation">
            <name>On-device private key generation</name>
            <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 verified random number generator.
<xref target="factoringrsa"/> is an example of a successful attack on this scenario.</t>
            <t>There are a number of options of how to get the public key securely from the
device to the certification authority.</t>
            <t>This transmission must be done in an integral manner, and must be securely associated with the assigned serial number.
The serial number goes into the certificate, and the resulting certificate needs to be loaded into the manufacturer's asset database.</t>
            <t>One way to do the transmission is during a factory Bed of Nails test (see <xref target="BedOfNails"/>) or Boundary Scan.
When done via a physical connection like this, then this is referred to as a
<em>device-generated</em> / <em>mechanically-transferred</em> method.</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>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.</t>
            <t>After the key generation, the device needs to set a flag such that it no longer will generate a new key / will accept a new IDevID via the factory connection.
This may be a software setting, or could be as dramatic as blowing a fuse.</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, unless the network initialization also permits an attacker to load or replace trust anchors at the same time.</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>
          </section>
          <section anchor="off-device-private-key-generation">
            <name>Off-device private key generation</name>
            <t>Generating the key off-device has the advantage that the randomness of the private key can be better analyzed.
As the private key is available to the manufacturing infrastructure, the authenticity of the public key is well known ahead of time.</t>
            <t>If the device does not come with a serial number in silicon, then one should be assigned and placed into a certificate.
The private key and certificate could be programmed into the device along with the initial bootloader firmware in a single step.</t>
            <t>Aside from the change of origin for the randomness, a major advantage of this mechanism  is that it can be done with a single write to the flash.
The entire firmware of the device, including configuration of trust anchors and private keys can be loaded in a single write pass.
Given some pipelining of the generation of the keys and the creation of certificates, it may be possible to install unique identities without taking any additional time.</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.</t>
            <t>As in the previous case, the transfer may be done via physical interfaces such as bed-of-nails, giving the <em>infrastructure-generated</em> / <em>mechanically-transferred</em> method.</t>
            <t>There is also the possibility of having a <em>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.</t>
          </section>
          <section anchor="key-setup-based-on-256-bit-secret-seed">
            <name>Key setup based on 256 bit secret seed</name>
            <t>A hybrid of the previous two methods leverages a symmetric key that is often provided by a silicon vendor to OEM manufacturers.</t>
            <t>Each CPU (or a Trusted Execution Environment <xref target="I-D.ietf-teep-architecture"/>, or a TPM) is provisioned at fabrication time with a unique, secret seed, usually at least 256 bits in size.</t>
            <t>This value is revealed to the OEM board manufacturer only via a secure channel.
Upon first boot, the system (probably within a TEE, or within a TPM) will generate a key pair using the seed to initialize a Pseudo-Random-Number-Generator (PRNG).
The OEM, in a separate system, will initialize the same PRNG and generate the same key pair.
The OEM then derives the public key part, signs it and turns it into a certificate.
The private part is then destroyed, ideally never stored or seen by anyone.
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>This method appears to have all of the downsides of the previous two methods: the device must correctly derive its own private key, and the OEM has access to the private key, making it also vulnerable.
The secret seed must be created in a secure way and it must also be communicated securely.</t>
            <t>There are some advantages to the OEM however: the major one is that the problem of securely communicating with the device is outsourced to the silicon vendor.
The private keys and certificates may be calculated by the OEM asynchronously to the manufacturing process, either done in batches in advance of actual manufacturing, or on demand when an IDevID is demanded.
Doing the processing in this way permits the key derivation system to be completely disconnected from any network, and requires placing very little trust in the system assembly factory.
<!-- FIXME: What? -->
Operational security such as often incorrectly presented fictionalized stories of a "mainframe" system to which only physical access is permitted begins to become realistic.
That trust has been replaced with a heightened trust placed in the silicon (integrated circuit) fabrication facility.</t>
            <t>The downsides of this method to the OEM are: they must be supplied by a trusted silicon fabrication system, which must communicate the set of secrets seeds to the OEM in batches, and they OEM must store and care for these keys very carefully.
There are some operational advantages to keeping the secret seeds around in some form, as the same secret seed could be used for other things.
There are some significant downsides to keeping that secret seed around.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="public-key-infrastructures-pki">
      <name>Public Key Infrastructures (PKI)</name>
      <t><xref target="RFC5280"/> describes the format for certificates, and numerous mechanisms
for doing 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>disclosure of a private key,</li>
        <li>loss of a private key,</li>
        <li>inappropriate signing of a certificate from an unauthorized source.</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 keypairs.
This can permit the attacker to impersonate any specific device.</t>
      <t>There is an additional kind of failure when the CA is convinced to sign (or issue) a certificate which it is not authorized to do so.
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.</t>
      <t>This is distinguished from when a loss as described above renders the CA completely useless and likely requires a recall of all products that have ever had an IDevID issued from this CA.</t>
      <t>If the PKI uses Certificate Revocation Lists (CRL)s, 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="number-of-levels-of-certification-authorities">
        <name>Number of levels of certification authorities</name>
        <t>Section 6.1 of <xref 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 (TrAnc).
This is counted as the first level of the authority.</t>
        <t>In the degenerate case of a self-signed certificate, then this a one level PKI.</t>
        <artset>
          <artwork type="svg"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="96" width="136" viewBox="0 0 136 96" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,80" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,80" fill="none" stroke="black"/>
              <path d="M 120,32 L 120,64" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 104,64 L 120,64" fill="none" stroke="black"/>
              <path d="M 8,80 L 96,80" fill="none" stroke="black"/>
              <g class="text">
                <text x="108" y="36">&lt;-</text>
                <text x="40" y="52">Issuer=</text>
                <text x="80" y="52">X</text>
                <text x="48" y="68">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 trusts 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="256" width="232" viewBox="0 0 232 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,32 L 8,80" fill="none" stroke="black"/>
              <path d="M 8,160 L 8,208" fill="none" stroke="black"/>
              <path d="M 32,80 L 32,152" fill="none" stroke="black"/>
              <path d="M 80,80 L 80,112" fill="none" stroke="black"/>
              <path d="M 96,32 L 96,80" fill="none" stroke="black"/>
              <path d="M 96,160 L 96,208" fill="none" stroke="black"/>
              <path d="M 120,32 L 120,64" fill="none" stroke="black"/>
              <path d="M 136,160 L 136,208" fill="none" stroke="black"/>
              <path d="M 144,112 L 144,152" fill="none" stroke="black"/>
              <path d="M 224,160 L 224,208" fill="none" stroke="black"/>
              <path d="M 8,32 L 96,32" fill="none" stroke="black"/>
              <path d="M 96,64 L 120,64" fill="none" stroke="black"/>
              <path d="M 8,80 L 96,80" fill="none" stroke="black"/>
              <path d="M 80,112 L 144,112" fill="none" stroke="black"/>
              <path d="M 8,160 L 40,160" fill="none" stroke="black"/>
              <path d="M 64,160 L 96,160" fill="none" stroke="black"/>
              <path d="M 136,160 L 168,160" fill="none" stroke="black"/>
              <path d="M 192,160 L 224,160" fill="none" stroke="black"/>
              <path d="M 8,208 L 96,208" fill="none" stroke="black"/>
              <path d="M 136,208 L 224,208" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="152,152 140,146.4 140,157.6 " fill="black" transform="rotate(90,144,152)"/>
              <polygon class="arrowhead" points="40,152 28,146.4 28,157.6 " fill="black" transform="rotate(90,32,152)"/>
              <g class="text">
                <text x="108" y="36">&lt;-</text>
                <text x="40" y="52">Issuer=</text>
                <text x="80" y="52">X</text>
                <text x="164" y="52">root</text>
                <text x="48" y="68">Subject=X</text>
                <text x="164" y="68">CA</text>
                <text x="52" y="164">EE</text>
                <text x="180" y="164">EE</text>
                <text x="40" y="180">Issuer=</text>
                <text x="80" y="180">X</text>
                <text x="168" y="180">Issuer=</text>
                <text x="208" y="180">X</text>
                <text x="52" y="196">Subject=Y1</text>
                <text x="180" y="196">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="432" width="480" viewBox="0 0 480 432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,288 L 8,336" fill="none" stroke="black"/>
              <path d="M 32,160 L 32,208" fill="none" stroke="black"/>
              <path d="M 32,240 L 32,280" fill="none" stroke="black"/>
              <path d="M 56,112 L 56,152" fill="none" stroke="black"/>
              <path d="M 56,208 L 56,240" fill="none" stroke="black"/>
              <path d="M 88,208 L 88,240" fill="none" stroke="black"/>
              <path d="M 96,288 L 96,336" fill="none" stroke="black"/>
              <path d="M 120,160 L 120,208" fill="none" stroke="black"/>
              <path d="M 128,32 L 128,80" fill="none" stroke="black"/>
              <path d="M 136,288 L 136,336" fill="none" stroke="black"/>
              <path d="M 152,80 L 152,112" fill="none" stroke="black"/>
              <path d="M 152,240 L 152,280" fill="none" stroke="black"/>
              <path d="M 200,80 L 200,112" fill="none" stroke="black"/>
              <path d="M 216,32 L 216,80" fill="none" stroke="black"/>
              <path d="M 224,288 L 224,336" fill="none" stroke="black"/>
              <path d="M 240,32 L 240,64" fill="none" stroke="black"/>
              <path d="M 256,288 L 256,336" fill="none" stroke="black"/>
              <path d="M 272,240 L 272,280" fill="none" stroke="black"/>
              <path d="M 280,160 L 280,208" fill="none" stroke="black"/>
              <path d="M 304,112 L 304,152" fill="none" stroke="black"/>
              <path d="M 304,208 L 304,240" fill="none" stroke="black"/>
              <path d="M 344,208 L 344,240" fill="none" stroke="black"/>
              <path d="M 344,288 L 344,336" fill="none" stroke="black"/>
              <path d="M 368,160 L 368,208" fill="none" stroke="black"/>
              <path d="M 384,288 L 384,336" fill="none" stroke="black"/>
              <path d="M 400,240 L 400,280" fill="none" stroke="black"/>
              <path d="M 472,288 L 472,336" fill="none" stroke="black"/>
              <path d="M 128,32 L 216,32" fill="none" stroke="black"/>
              <path d="M 216,64 L 240,64" fill="none" stroke="black"/>
              <path d="M 128,80 L 216,80" fill="none" stroke="black"/>
              <path d="M 56,112 L 152,112" fill="none" stroke="black"/>
              <path d="M 200,112 L 304,112" fill="none" stroke="black"/>
              <path d="M 32,160 L 120,160" fill="none" stroke="black"/>
              <path d="M 280,160 L 368,160" fill="none" stroke="black"/>
              <path d="M 32,208 L 120,208" fill="none" stroke="black"/>
              <path d="M 280,208 L 368,208" fill="none" stroke="black"/>
              <path d="M 32,240 L 56,240" fill="none" stroke="black"/>
              <path d="M 88,240 L 152,240" fill="none" stroke="black"/>
              <path d="M 272,240 L 304,240" fill="none" stroke="black"/>
              <path d="M 344,240 L 400,240" fill="none" stroke="black"/>
              <path d="M 8,288 L 40,288" fill="none" stroke="black"/>
              <path d="M 64,288 L 96,288" fill="none" stroke="black"/>
              <path d="M 136,288 L 168,288" fill="none" stroke="black"/>
              <path d="M 192,288 L 224,288" fill="none" stroke="black"/>
              <path d="M 256,288 L 288,288" fill="none" stroke="black"/>
              <path d="M 312,288 L 344,288" fill="none" stroke="black"/>
              <path d="M 384,288 L 416,288" fill="none" stroke="black"/>
              <path d="M 440,288 L 472,288" fill="none" stroke="black"/>
              <path d="M 8,336 L 96,336" fill="none" stroke="black"/>
              <path d="M 136,336 L 224,336" fill="none" stroke="black"/>
              <path d="M 256,336 L 344,336" fill="none" stroke="black"/>
              <path d="M 384,336 L 472,336" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="408,280 396,274.4 396,285.6 " fill="black" transform="rotate(90,400,280)"/>
              <polygon class="arrowhead" points="312,152 300,146.4 300,157.6 " fill="black" transform="rotate(90,304,152)"/>
              <polygon class="arrowhead" points="280,280 268,274.4 268,285.6 " fill="black" transform="rotate(90,272,280)"/>
              <polygon class="arrowhead" points="160,280 148,274.4 148,285.6 " fill="black" transform="rotate(90,152,280)"/>
              <polygon class="arrowhead" points="64,152 52,146.4 52,157.6 " fill="black" transform="rotate(90,56,152)"/>
              <polygon class="arrowhead" points="40,280 28,274.4 28,285.6 " fill="black" transform="rotate(90,32,280)"/>
              <g class="text">
                <text x="228" y="36">&lt;-</text>
                <text x="44" y="52">root</text>
                <text x="160" y="52">Issuer=</text>
                <text x="200" y="52">X</text>
                <text x="44" y="68">CA</text>
                <text x="168" y="68">Subject=X</text>
                <text x="64" y="180">Issuer=</text>
                <text x="104" y="180">X</text>
                <text x="200" y="180">subordinate</text>
                <text x="312" y="180">Issuer=</text>
                <text x="352" y="180">X</text>
                <text x="76" y="196">Subject=Y1</text>
                <text x="196" y="196">CA</text>
                <text x="324" y="196">Subject=Y2</text>
                <text x="52" y="292">EE</text>
                <text x="180" y="292">EE</text>
                <text x="300" y="292">EE</text>
                <text x="428" y="292">EE</text>
                <text x="40" y="308">Issuer=</text>
                <text x="84" y="308">Y1</text>
                <text x="168" y="308">Issuer=</text>
                <text x="212" y="308">Y1</text>
                <text x="288" y="308">Issuer=</text>
                <text x="332" y="308">Y2</text>
                <text x="416" y="308">Issuer=</text>
                <text x="460" y="308">Y2</text>
                <text x="52" y="324">Subject=Z1</text>
                <text x="180" y="324">Subject=Z1</text>
                <text x="300" y="324">Subject=Z3</text>
                <text x="428" y="324">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 level is where the deepest EE
certificates are, counting from one.</t>
        <t>It is quite common to have a three-level PKI, where the root of the CA is
stored in a Hardware Security Module, while the level one subordinate CA is
available in an online form.</t>
      </section>
      <section anchor="protection-of-ca-private-keys">
        <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 a 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 convenience.
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 work arounds in order that they can get their job done faster.
The compromise between situations is often mitigated by having some levels of the PKI be offline, and some levels of the PKI be online.</t>
      </section>
      <section anchor="preservation-of-ca-and-trust-anchor-private-keys">
        <name>Preservation of CA and Trust Anchor private keys</name>
        <t>A public key (or certificate) is installed into target device(s) as a trust anchor.
Is it 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 therefore important that the trust anchor is useable for the entire lifetime of every single one of the devices.</t>
        <t>The previous section deals with attacks against the infrastructure: 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 undetected would be catastrosphic.
But, when detected, 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 similiar result.
If the legitimate owner of the trust anchor infrastructure loses access the private keys, then an equally catastrophic situation occurs.</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 a human forgets a password, or if the human with the password(s) dies, or becomes incapacited.</t>
        <t>Backups of critical material is routinely done.
Storage of backups offsite deals with physical damage, and in many cases the organization maintains an entire set of equipment at another location.</t>
        <t>The question then becomes: how are the backups 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.
In <xref target="kskceremony"/>, the pieces are stored on smartcards which are kept in a vault, and the trusted people carry keys to the vault.
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><xref target="shamir79"/> allows for keys to be split up into n-components, where only some smaller number of them, k, need to be present to reconstruct the secret.</t>
        <t>The choice of n, and the choice of k is therefore of critical concern.
It seems unlikely that many organizations will want to publish them.
The identities of the n people should also be confidential in order to reduce concerns about coercion against those people.
The number k, which is the minimum number of people that would need to be coerced should also remain confidential.</t>
      </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 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 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 of 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-privacy-of-on-device-data">
        <name>Integrity and Privacy 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, and if it is integrity protected, where is the key used to check the integrity?</t>
          </dd>
          <dt>initial-enclave-privacy-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-initialization:</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>If a board is initialized with a first-stage bootloader in one location
(factory), and then shipped to another location, there may situations where
the device can not be locked down until the second step.</t>
          </dd>
        </dl>
      </section>
      <section anchor="integrity-and-privacy-of-device-identify-infrastructure">
        <name>Integrity and Privacy of device identify 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>how deep are the IDevID certificates that are issued?</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?  How many people are needed to recover the private key?</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 (the trust root is at level 1)</t>
          </dd>
          <dt>pki-algorithms:</dt>
          <dd>
            <t>what kind of algorithms and key sizes will be considered to valid</t>
          </dd>
          <dt>pki-level-locked:</dt>
          <dd>
            <t>(a Boolean) is 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 root stored? How many people are needed to recover it?</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>many yet to be detailed</t>
    </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 Borman provides many editorial suggestions.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="ieee802-1AR" target="http://standards.ieee.org/findstds/standard/802.1AR-2009.html">
          <front>
            <title>IEEE 802.1AR Secure Device Identifier</title>
            <author>
              <organization>IEEE Standard</organization>
            </author>
            <date year="2009"/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8995" target="https://www.rfc-editor.org/info/rfc8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <author fullname="M. Behringer" initials="M." surname="Behringer">
              <organization/>
            </author>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane.  To do this, a Secure Key Infrastructure is bootstrapped.  This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline.  We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device.  The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="I-D.richardson-anima-voucher-delegation" target="https://www.ietf.org/archive/id/draft-richardson-anima-voucher-delegation-03.txt">
          <front>
            <title>Delegated Authority for Bootstrap Voucher Artifacts</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="22" month="March" year="2021"/>
            <abstract>
              <t>   This document describes an extension of the RFC8366 Voucher Artifact
   in order to support delegation of signing authority.  The initial
   voucher pins a public identity, and that public indentity can then
   issue additional vouchers.  This chain of authorization can support
   permission-less resale of devices, as well as guarding against
   business failure of the BRSKI [I-D.ietf-anima-bootstrapping-keyinfra]
   Manufacturer Authorized Signing Authority (MASA).

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-anima-voucher-delegation-03"/>
        </reference>
        <reference anchor="I-D.friel-anima-brski-cloud" target="https://www.ietf.org/archive/id/draft-friel-anima-brski-cloud-04.txt">
          <front>
            <title>BRSKI Cloud Registrar</title>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="Rifaat Shekh-Yusef" initials="R." surname="Shekh-Yusef">
              <organization>Auth0</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <date day="6" month="April" year="2021"/>
            <abstract>
              <t>   This document specifies the behaviour of a BRSKI Cloud Registrar, and
   how a pledge can interact with a BRSKI Cloud Registrar when
   bootstrapping.

   RFCED REMOVE: It is being actively worked on at https://github.com/
   anima-wg/brski-cloud

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-friel-anima-brski-cloud-04"/>
        </reference>
        <reference anchor="I-D.ietf-anima-constrained-voucher" target="https://www.ietf.org/archive/id/draft-ietf-anima-constrained-voucher-18.txt">
          <front>
            <title>Constrained Bootstrapping Remote Secure Key Infrastructure (BRSKI)</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="11" month="July" year="2022"/>
            <abstract>
              <t>   This document defines the Constrained Bootstrapping Remote Secure Key
   Infrastructure (Constrained BRSKI) protocol, which provides a
   solution for secure zero-touch bootstrapping of resource-constrained
   (IoT) devices into the network of a domain owner.  This protocol is
   designed for constrained networks, which may have limited data
   throughput or may experience frequent packet loss.  Constrained BRSKI
   is a variant of the BRSKI protocol, which uses an artifact signed by
   the device manufacturer called the "voucher" which enables a new
   device and the owner's network to mutually authenticate.  While the
   BRSKI voucher is typically encoded in JSON, Constrained BRSKI defines
   a compact CBOR-encoded voucher.  The BRSKI voucher is extended with
   new data types that allow for smaller voucher sizes.  The Enrollment
   over Secure Transport (EST) protocol, used in BRSKI, is replaced with
   EST-over-CoAPS; and HTTPS used in BRSKI is replaced with CoAPS.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-constrained-voucher-18"/>
        </reference>
        <reference anchor="I-D.ietf-anima-brski-async-enroll" target="https://www.ietf.org/archive/id/draft-ietf-anima-brski-async-enroll-05.txt">
          <front>
            <title>BRSKI-AE: Alternative Enrollment Protocols in BRSKI</title>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Steffen Fries" initials="S." surname="Fries">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Hendrik Brockhaus" initials="H." surname="Brockhaus">
              <organization>Siemens AG</organization>
            </author>
            <author fullname="Eliot Lear" initials="E." surname="Lear">
              <organization>Cisco Systems</organization>
            </author>
            <date day="7" month="March" year="2022"/>
            <abstract>
              <t>   This document enhances Bootstrapping Remote Secure Key Infrastructure
   (BRSKI, [RFC8995]) to allow employing alternative enrollment
   protocols, such as CMP.

   Using self-contained signed objects, the origin of enrollment
   requests and responses can be authenticated independently of message
   transfer.  This supports end-to-end security and asynchronous
   operation of certificate enrollment and provides flexibility where to
   authenticate and authorize certification requests.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-anima-brski-async-enroll-05"/>
        </reference>
        <reference anchor="I-D.moskowitz-ecdsa-pki" target="https://www.ietf.org/archive/id/draft-moskowitz-ecdsa-pki-10.txt">
          <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" target="https://www.rfc-editor.org/info/rfc4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc5011">
          <front>
            <title>Automated Updates of DNS Security (DNSSEC) Trust Anchors</title>
            <author fullname="M. StJohns" initials="M." surname="StJohns">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8366">
          <front>
            <title>A Voucher Artifact for Bootstrapping Protocols</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <author fullname="M. Richardson" initials="M." surname="Richardson">
              <organization/>
            </author>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin">
              <organization/>
            </author>
            <author fullname="T. Eckert" initials="T." surname="Eckert">
              <organization/>
            </author>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a strategy to securely assign a pledge to an owner using an artifact signed, directly or indirectly, by the pledge's manufacturer.  This artifact is known as a "voucher".</t>
              <t>This document defines an artifact format as a YANG-defined JSON document that has been signed using a Cryptographic Message Syntax (CMS) structure.  Other YANG-derived formats are possible.  The voucher artifact is normally generated by the pledge's manufacturer (i.e., the Manufacturer Authorized Signing Authority (MASA)).</t>
              <t>This document only defines the voucher artifact, leaving it to other documents to describe specialized protocols for accessing it.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8366"/>
          <seriesInfo name="DOI" value="10.17487/RFC8366"/>
        </reference>
        <reference anchor="RFC8572" target="https://www.rfc-editor.org/info/rfc8572">
          <front>
            <title>Secure Zero Touch Provisioning (SZTP)</title>
            <author fullname="K. Watsen" initials="K." surname="Watsen">
              <organization/>
            </author>
            <author fullname="I. Farrer" initials="I." surname="Farrer">
              <organization/>
            </author>
            <author fullname="M. Abrahamsson" initials="M." surname="Abrahamsson">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin">
              <organization/>
            </author>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee">
              <organization/>
            </author>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins">
              <organization/>
            </author>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport.  This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates.  It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC8894" target="https://www.rfc-editor.org/info/rfc8894">
          <front>
            <title>Simple Certificate Enrolment Protocol</title>
            <author fullname="P. Gutmann" initials="P." surname="Gutmann">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc4210">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate Management Protocol (CMP)</title>
            <author fullname="C. Adams" initials="C." surname="Adams">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="T. Kause" initials="T." surname="Kause">
              <organization/>
            </author>
            <author fullname="T. Mononen" initials="T." surname="Mononen">
              <organization/>
            </author>
            <date month="September" year="2005"/>
            <abstract>
              <t>This document describes the Internet X.509 Public Key Infrastructure (PKI) Certificate Management Protocol (CMP).  Protocol messages are defined for X.509v3 certificate creation and management.  CMP provides on-line interactions between PKI components, including an exchange between a Certification Authority (CA) and a client system.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4210"/>
          <seriesInfo name="DOI" value="10.17487/RFC4210"/>
        </reference>
        <reference anchor="_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" target="https://www.rfc-editor.org/info/rfc6024">
          <front>
            <title>Trust Anchor Management Requirements</title>
            <author fullname="R. Reddy" initials="R." surname="Reddy">
              <organization/>
            </author>
            <author fullname="C. Wallace" initials="C." surname="Wallace">
              <organization/>
            </author>
            <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="BedOfNails" target="https://en.wikipedia.org/wiki/In-circuit_test#Bed_of_nails_tester">
          <front>
            <title>Bed of nails tester</title>
            <author>
              <organization>Wikipedia</organization>
            </author>
            <date year="2020" month="July" day="01"/>
          </front>
        </reference>
        <reference anchor="pelionfcu" target="https://www.pelion.com/docs/device-management-provision/1.2/introduction/index.html">
          <front>
            <title>Factory provisioning overview</title>
            <author>
              <organization>ARM Pelion</organization>
            </author>
            <date year="2020" month="June" day="28"/>
          </front>
        </reference>
        <reference anchor="factoringrsa" target="https://core.ac.uk/download/pdf/204886987.pdf">
          <front>
            <title>Factoring RSA keys from certified smart cards: Coppersmith in the wild</title>
            <author>
              <organization/>
            </author>
            <date year="2013" month="September" day="16"/>
          </front>
        </reference>
        <reference anchor="kskceremony" target="https://www.iana.org/dnssec/dps/zsk-operator/dps-zsk-operator-v2.0.pdf">
          <front>
            <title>DNSSEC Practice Statement for the Root Zone ZSK Operator</title>
            <author>
              <organization>Verisign</organization>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="rootkeyceremony" target="https://cryptography.fandom.com/wiki/Root_Key_Ceremony">
          <front>
            <title>Root Key Ceremony, Cryptography Wiki</title>
            <author>
              <organization>Community</organization>
            </author>
            <date year="2020" month="April" 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="https://www.cs.jhu.edu/~sdoshi/crypto/papers/shamirturing.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="nistsp800-57" target="https://csrc.nist.gov/publications/detail/sp/800-57-part-1/rev-4/final">
          <front>
            <title>SP 800-57 Part 1 Rev. 4 Recommendation for Key Management, Part 1: General</title>
            <author>
              <organization>NIST</organization>
            </author>
            <date year="2016" month="January" day="01"/>
          </front>
        </reference>
        <reference anchor="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="JTAGieee" target="https://ieeexplore.ieee.org/document/5412866">
          <front>
            <title>1149.7-2009 - IEEE Standard for Reduced-Pin and Enhanced-Functionality Test Access Port and Boundary-Scan Architecture</title>
            <author>
              <organization>IEEE Standard</organization>
            </author>
            <date year="2009"/>
          </front>
          <seriesInfo name="DOI" value="10.1109/IEEESTD.2010.5412866"/>
        </reference>
        <reference anchor="rootkeyrollover" target="https://www.icann.org/en/system/files/files/proposal-future-rz-ksk-rollovers-01nov19-en.pdf">
          <front>
            <title>Proposal for Future Root Zone KSK Rollovers</title>
            <author>
              <organization>ICANN</organization>
            </author>
            <date year="2019"/>
          </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="I-D.richardson-rats-usecases" target="https://www.ietf.org/archive/id/draft-richardson-rats-usecases-08.txt">
          <front>
            <title>Use cases for Remote Attestation common encodings</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Carl Wallace" initials="C." surname="Wallace">
              <organization>Red Hound Software</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="2" month="November" year="2020"/>
            <abstract>
              <t>   This document details mechanisms created for performing Remote
   Attestation that have been used in a number of industries.  The
   document initially focuses on existing industry verticals, mapping
   terminology used in those specifications to the more abstract
   terminology used by the IETF RATS Working Group.

   The document aspires to describe possible future use cases that would
   be enabled by common formats.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-richardson-rats-usecases-08"/>
        </reference>
        <reference anchor="I-D.ietf-suit-architecture" target="https://www.ietf.org/archive/id/draft-ietf-suit-architecture-16.txt">
          <front>
            <title>A Firmware Update Architecture for Internet of Things</title>
            <author fullname="Brendan Moran" initials="B." surname="Moran">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="David Brown" initials="D." surname="Brown">
              <organization>Linaro</organization>
            </author>
            <author fullname="Milosch Meriac" initials="M." surname="Meriac">
              <organization>Consultant</organization>
            </author>
            <date day="27" month="January" 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.

 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="Internet-Draft" value="draft-ietf-suit-architecture-16"/>
        </reference>
        <reference anchor="I-D.ietf-emu-eap-noob" target="https://www.ietf.org/archive/id/draft-ietf-emu-eap-noob-06.txt">
          <front>
            <title>Nimble Out-of-Band Authentication for EAP (EAP-NOOB)</title>
            <author fullname="Tuomas Aura" initials="T." surname="Aura">
              <organization>Aalto University</organization>
            </author>
            <author fullname="Mohit Sethi" initials="M." surname="Sethi">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Aleksi Peltonen" initials="A." surname="Peltonen">
              <organization>Aalto University</organization>
            </author>
            <date day="3" month="September" 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="Internet-Draft" value="draft-ietf-emu-eap-noob-06"/>
        </reference>
        <reference anchor="I-D.ietf-rats-architecture" target="https://www.ietf.org/archive/id/draft-ietf-rats-architecture-22.txt">
          <front>
            <title>Remote Attestation Procedures Architecture</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Dave Thaler" initials="D." surname="Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Ned Smith" initials="N." surname="Smith">
              <organization>Intel Corporation</organization>
            </author>
            <author fullname="Wei Pan" initials="W." surname="Pan">
              <organization>Huawei Technologies</organization>
            </author>
            <date day="28" month="September" year="2022"/>
            <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.
   An attempt is made to provide for a model that is neutral toward
   processor architectures, the content of claims, and protocols.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-rats-architecture-22"/>
        </reference>
        <reference anchor="I-D.birkholz-suit-coswid-manifest" target="https://www.ietf.org/archive/id/draft-birkholz-suit-coswid-manifest-00.txt">
          <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.birkholz-rats-mud" target="https://www.ietf.org/archive/id/draft-birkholz-rats-mud-00.txt">
          <front>
            <title>MUD-Based RATS Resources Discovery</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="9" month="March" year="2020"/>
            <abstract>
              <t>   Manufacturer Usage Description (MUD) files and the MUD URI 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 an IEEE 802.1AR
   Secure Device Identifier (DevID).  A DevID is a device specific pub-
   key identity document that can be presented to other entities, e.g. a
   network management system.  If this entity is also a verifier as
   defined by the IETF Remote ATtestation procedureS (RATS)
   architecture, this verifier can use the references found in the MUD
   file specified in this document in order to discover appropriate
   Reference Integrity Measurements (RIM), Endorsement Documents, or
   even globally suitable Remote Attestation Services (RAS).  All three
   types of theses resources are required to conduct RATS.  Hence, the
   MUD file defined in this document enables remote attestation
   procedures by supporting the discovery of these required resources or
   services.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-birkholz-rats-mud-00"/>
        </reference>
        <reference anchor="RFC8520" target="https://www.rfc-editor.org/info/rfc8520">
          <front>
            <title>Manufacturer Usage Description Specification</title>
            <author fullname="E. Lear" initials="E." surname="Lear">
              <organization/>
            </author>
            <author fullname="R. Droms" initials="R." surname="Droms">
              <organization/>
            </author>
            <author fullname="D. Romascanu" initials="D." surname="Romascanu">
              <organization/>
            </author>
            <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="I-D.ietf-sacm-coswid" target="https://www.ietf.org/archive/id/draft-ietf-sacm-coswid-22.txt">
          <front>
            <title>Concise Software Identification Tags</title>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <author fullname="Jessica Fitzgerald-McKay" initials="J." surname="Fitzgerald-McKay">
              <organization>National Security Agency</organization>
            </author>
            <author fullname="Charles Schmidt" initials="C." surname="Schmidt">
              <organization>The MITRE Corporation</organization>
            </author>
            <author fullname="David Waltermire" initials="D." surname="Waltermire">
              <organization>National Institute of Standards and Technology</organization>
            </author>
            <date day="20" month="July" year="2022"/>
            <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 similar set of
   semantics and features as 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="Internet-Draft" value="draft-ietf-sacm-coswid-22"/>
        </reference>
        <reference anchor="RFC7168" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <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="I-D.bormann-lwig-7228bis" target="https://www.ietf.org/archive/id/draft-bormann-lwig-7228bis-08.txt">
          <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="5" month="April" year="2022"/>
            <abstract>
              <t>   The Internet Protocol Suite is increasingly used on small devices
   with severe constraints on power, memory, and processing resources,
   creating constrained-node networks.  This document provides a number
   of basic terms that have been useful in the standardization work for
   constrained-node networks.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-lwig-7228bis-08"/>
        </reference>
        <reference anchor="I-D.ietf-teep-architecture" target="https://www.ietf.org/archive/id/draft-ietf-teep-architecture-18.txt">
          <front>
            <title>Trusted Execution Environment Provisioning (TEEP) Architecture</title>
            <author fullname="Mingliang Pei" initials="M." surname="Pei">
              <organization>Broadcom</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>Arm Limited</organization>
            </author>
            <author fullname="Dave Thaler" initials="D." surname="Thaler">
              <organization>Microsoft</organization>
            </author>
            <author fullname="Dave Wheeler" initials="D. M." surname="Wheeler">
              <organization>Amazon</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   A Trusted Execution Environment (TEE) is an environment that enforces
   that any code within that environment cannot be tampered with, and
   that any data used by such code cannot be read or tampered with by
   any code outside that environment.  This architecture document
   motivates the design and standardization of a protocol for managing
   the lifecycle of trusted applications running inside such a TEE.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-teep-architecture-18"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAKCVOGMAA619a3fbRpbgd5wz/wHrnD2RtgnqYSe2dWbWI8uyW53IVkvK
pHe++IBAkUQLBDgoQDLjzvz2vc96gJScnZ2c7kQkgapbVff9qizLkr7qa3OS
nqa3+Ze2aVebtJ2n7dp0eV+1TV6n1hRDV/WbtGgbW5Xyg03nbZeu8maY50U/
dKZLq8b2eV2bMr0zG5vmTZnedoPt09OmWLadTfLZrDP3J+nFO3N/8S49i8ZL
yrZo8hWAUnb5vM+6qljmXWnbJuuP+26RwaP3VZnFUGSHr5KkWncnaY9THR8e
vj48Th4WJ+nt8e31h/TaWJN3xTL90LXDOrl7gNmb3nSN6bN3OE9S5P0JgD5v
E4C+KT/nddsYGs4kybo6SdK0b4uTdGMs/Gk3q87MLX9M8qGHhZ0kSZLh6k/S
y2l67eCGx3lBl/iVqeOf2g6AvIEZTQ27mN608/4h70z6a9vd4UxmlVf1Sboq
uj9Vpp//q9VHp0WeJE3brWAH7g3Cd/3+7IfjV4f4Z2WMeXV4nB2dXuNHgD3v
FgZW+GzZ9+uTgwNaJAIxxUenAMXBvGpK25fW/XYAI0xhhAy3c7rsV/UzHotR
5dnF+fl5Ks+kN4geJoUjrQqTXpSm6at5ZTp+RXcopX9ozfz6jczFj5V5DwPj
dHCacBbx4l69fv3DSfr2+uanC/jiIns3DZAjb6pVnt23Q7E0XQZbZBaEGify
6LyrTC1PzTp7V2VF3Q6l/ox7K78iZvVdXjWm1PF2PMVj5HbTFJlpurau9aFV
a+/ah6r/LTNFafNsfVfJAl68fvFaD+rw6EiX9fzHH/XPH14ey58vD58f6rev
Xr8AHDk7v5Jhjo8OT9KzS/z4/MPV1fSHo6kf7sfD4xf451tTfpp/BOSxJ/Gp
NVlRdcVQ9WlvbP/4+fxa3VVrU1b5s20MsoBCppk+6COEQPjpwA//GYf/DsD4
3M4/NwgIfaMooWd99Do7PIL/JfDt2tRwZPNiiEF+D6yl7TbpumvvKwtPVM0i
be9Nd1+Zhxi6VKF7eHiY8nDTol0dAFexByUhZwbEky/MCjA0cyMeHE2PD6qm
79pyKBBv4ENpvhDWP7pDp9eX6RXNES/p+DA7/DE7foVLmhPsAHBn812rwqVc
35wyr5x37SotTEekU6Z2lXd9WiCGw3m3a+DGdlX1S2Ayab806UNVl/HydfVF
25lpXkyHO1j5Q1O3eXmwLucHx4cvXr368fWrl1P4FB/D8+zwdXb0I8J8Z+8A
CLNqm00M8ruPNzfnZ+lVB6AjmQP19rSRJAUQpOu27dN/B9aZ/vvNT+knkh9t
9wgG4RlVcBiEPWVjQcQclGt78Ju9y1p5Fb/Iwi+y++PpIYL/OOb+m+ngUBej
Uzl6iWvrAEDY63h9boEE/k9mk57J75P0rNus+3bR5evlJkWaeCavjFdTBA9O
58DW2hWhHpEFDvwZBv6sA8soMfgC/1m7Wg0NyFp5KMSrF/A/OiO/huPRIm5O
b9KXh9EydsEsB1BWiyrD3SJg4f/rGs6kMAcww/88PtRJmB6egvodDnTjtn0n
1HaZr6ru5esYrf7cPoBwxR9BguSoaXSmn+46Xxakz07LKr2hocIjPnr98vXj
iFbY6d+Xw9SUw8F/2rK1y0pO7GCdI2EdMGygwwBJMn6h5K5sb9evDg+zH17G
QN9cpfx1eoVUegQ6xv00fQH/gT0EmihJ/BBh4ElcOqYzkRdO0g+mAZyuH6GO
wnbFFOefLtr7g/Uwq6uCtR1gZD3w0wO7PmAQsjWMmB0dgFqVvUBBroPuoo6P
Fze3I8r40bPgeVW2vSmWDfx7h+qAgOEjoOARlojmULaZvmQz4AMZ6E39Mstn
7dBneY98n0A/iDWI9xfvPqW38OJHfBGUNeAgt/hmSm+mp/7Nx9dDg5wKPKOF
vcoOX2ZHr+kk+yq3s3b1yKIQRfCRKUgK2nDVxG67vLGwv6YpNjH0H28vTr3C
BkS7Br4HvHD7jZ3HAG9vi42XcgxFZf/jG9BWfYZP0QlYgSKbVXWdtXOQcSBo
q7y2Xo7FwN9++vRzdvspw/+mN5/e3/56en2evr34+ef00/v08vT2/Pri9Oeb
9PxvZ38+/fjh/PGFnF3c/PXg0+zvpugDLGdN+/EFwna1ZfshfxTLcImASZ1Z
VKg0EHeCEz06OHx+cPwKGRW8/xmUPPN5mRd3pvsMVkV+Zz8XqBmMEI1ny/Dp
lJ9OZ12+sIJnQKQLkLcieQt8ynxZ123Vj/AJqOS5CHaQR81sVTwBvTxBBxSD
884AjaLkz50CnL7NrZm1+FewiWAb9ahbArzvq25FiAZvFHePH8fPVTN8Sd+3
g3CgAxDCzdvLs28dyF9uTz/EHO4vbYXYbNB0I50oHOIPqoM46vacr7JjUDS+
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

-->

</rfc>
