<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.6.6 (Ruby 2.7.0) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

]>

<?rfc compact="yes"?>
<?rfc iprnotified="no"?>
<?rfc strict="yes"?>

<rfc ipr="trust200902" docName="draft-irtf-t2trg-secure-bootstrapping-02" category="info" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="IoT initial security setup">Terminology and processes for initial security setup of IoT devices</title>

    <author initials="M." surname="Sethi" fullname="Mohit Sethi">
      <organization>Aalto University</organization>
      <address>
        <postal>
          <city>Espoo</city>
          <region></region>
          <code>02150</code>
          <country>Finland</country>
        </postal>
        <email>mohit@iki.fi</email>
      </address>
    </author>
    <author initials="B." surname="Sarikaya" fullname="Behcet Sarikaya">
      <organization>Denpel Informatique</organization>
      <address>
        <postal>
          <street></street> <street></street>
          <city></city>
          <region></region>
          <code></code>
          <country></country>
        </postal>
        <email>sarikaya@ieee.org</email>
      </address>
    </author>
    <author initials="D." surname="Garcia-Carrillo" fullname="Dan Garcia-Carrillo">
      <organization>University of Oviedo</organization>
      <address>
        <postal>
          <street></street>
          <city>Oviedo</city>
          <region></region>
          <code>33207</code>
          <country>Spain</country>
        </postal>
        <email>garciadan@uniovi.es</email>
      </address>
    </author>

    <date year="2022" month="April" day="25"/>

    
    
    

    <abstract>


<t>This document provides an overview of terms that are commonly used when discussing the initial security setup of Internet of Things (IoT) devices. This document also presents a brief but illustrative survey of protocols and standards available for initial security setup of IoT devices. For each protocol, we identify the terminology used, the entities involved, the initial assumptions, the processes necessary for completetion, and the knowledge imparted to the IoT devices after the setup is complete.</t>



    </abstract>



  </front>

  <middle>


<section anchor="introduction"><name>Introduction</name>

<t>Initial security setup for a device refers to any process that takes place before a device can become operational. The phrase "initial security setup" intentionally includes the term "security" as setup of devices without adequate security or with insecure processes is no longer acceptable. The initial security setup process, among other things, involves network discovery and selection, access authentication, configuration of necessary credentials and parameters.</t>

<t>Initial security setup for IoT devices is challenging because the size of an IoT network varies from a couple of devices to tens of thousands, depending on the application. Moreover, devices in IoT networks are produced by a variety of vendors and are typically heterogeneous in terms of the constraints on their power supply, communication capability, computation capacity, and user interfaces available. This challenge of initial security setup in IoT was identified by <xref target="Sethi14">Sethi et al.</xref> while developing a solution for smart displays.</t>

<t>Initial security setup of devices typically also involves providing them with some sort of network connectivity. The functionality of a disconnected device is rather limited. Initial security setup of devices often assumes that some network has been setup a-priori. Setting up and maintaining a network itself is challenging. For example, users may need to configure the network name (called as Service Set Identifier (SSID) in Wi-Fi networks) and passpharse before new devices can be setup. Specifications such as the Wi-Fi Alliance Simple Configuration <xref target="simpleconn"/> help users setup networks. However, this document is only focused on terminology and processes associated with initial security setup of devices and excludes any discussion on setting up networks.</t>

<t>There are several terms that are used in the context of initial security setup of devices:</t>

<t><list style="symbols">
  <t>Bootstrapping</t>
  <t>Provisioning</t>
  <t>Onboarding</t>
  <t>Enrollment</t>
  <t>Commissioning</t>
  <t>Initialization</t>
  <t>Configuration</t>
  <t>Registration</t>
  <t>Discovery</t>
</list></t>

<t>In addition to using a variety of different terms, initial security setup mechanisms can rely on a number of entities. For example, a companion smartphone device maybe necessary for some initial security setup mechanisms. Moreover, security setup procedures have diverese initial assumptions about the device being setup. As an example, an initial security setup mechanism may assume that the device is provisioned with a pre-shared key and a list of trusted network identifiers. Finally, initial security setup mechanisms impart different information to the device after completion. For example, some mechanisms may only provide a key for use with an authorization server, while others may configure elaborate access control lists directly.</t>

<t>The next section provides an overview of some standards and protocols for initial security setup of IoT devices. For each mechanism, the following are explicitly identified:</t>

<t><list style="symbols">
  <t>Terminology used</t>
  <t>Entities or "players" involved</t>
  <t>Initial assumptions about the device</t>
  <t>Processes necessary for completetion</t>
  <t>Knowledge imparted to the device after completion</t>
</list></t>

</section>
<section anchor="usage"><name>Standards and Protocols</name>

<section anchor="device-provisioning-protocol-dpp"><name>Device Provisioning Protocol (DPP)</name>

<t>The Wi-Fi Alliance Device provisioning protocol (DPP) <xref target="dpp"/> describes itself as a standardized protocol for providing user friendly Wi-Fi setup while maintaining or increasing the security. DPP relies on a configurator, e.g. a smartphone application, for setting up all other devices, called enrollees, in the network. DPP has the following three phases/sub-protocols:</t>

<t><list style="symbols">
  <t>Bootstrapping: The configurator obtains bootstrapping information from the enrollee using an out-of-band channel such as scanning a QR code or tapping NFC. The bootstrapping information includes the public-key of the device and metadata such as the radio channel on which the device is listening.</t>
  <t>Authentication: In DPP, either the configurator or the enrollee can initiate the authentication protocol. The side initiating the authentication protocol is called as the initiator while the other side is called the responder. The authentication sub-protocol provides authentication of the responder to an initiator. It can optionally authenticate the initiator to the responder (only if the bootstrapping information was exchange out-of-band in both directions).</t>
  <t>Configuration: Using the key established from the authentication protocol, the enrollee asks the configurator for network information such as the SSID and passphrase of the access point.</t>
</list></t>

<t>DPP has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, configuration, discovery, enrollment, provisioning.</t>
  <t>Players: Authenticator, Bootstrap Server, Client, Configurator, Device, Initiator, Manager, Manufacturer, Owner, Peer, Peer, Persona, Responder, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="open-mobile-alliance-oma-lightweight-m2m-lwm2m"><name>Open Mobile Alliance (OMA) Lightweight M2M (LwM2M)</name>

<t>The OMA LwM2M specification <xref target="oma"/> defines an architecture where a new device (LwM2M client) contacts a Bootstrap-server which is responsible for provisioning essential information such as credentials. After receiving this essential information, the LwM2M client device registers itself with one or more LwM2M Servers which will manage the device during its lifecycle. The current standard defines the following four bootstrapping modes:</t>

<t><list style="symbols">
  <t>Factory Bootstrap: An IoT device in this case is configured with all the necessary bootstrap information during manufacturing and prior to its deployment.</t>
  <t>Bootstrap from Smartcard: An IoT device retrieves and processes all the necessary bootstrap data from a Smartcard.</t>
  <t>Client Initiated Bootstrap: This mode provides a mechanism for an IoT client device to retrieve the bootstrap information from a Bootstrap Server. This requires the client device to have an account at the Bootstrap Server and credentials to obtain the necessary information securely.</t>
  <t>Server Initiated Bootstrap: In this bootstrapping mode, the bootstrapping server configures all the bootstrap information on the IoT device without receiving a request from the client. This means that the bootstrap server
needs to know if a client IoT Device is ready for bootstrapping before it can be configured. For example, a network may inform the bootstrap server of a new connecting IoT client device.</t>
</list></t>

<t>OMA has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, provisioning, intialization, configuration, registration.</t>
  <t>Players: Bootstrap Server, Client, Device, Manufacturer, Owner, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="open-connectivity-foundation-ocf"><name>Open Connectivity Foundation (OCF)</name>

<t>The Open Connectivity Foundation (OCF) <xref target="ocf"/> defines the process before a device is operational as onboarding.  The first step of this onboarding process is configuring the ownership, i.e., establishing a legitimate user that owns the device. For this, the user is supposed to use an Onboarding tool (OBT) and an Owner Transfer Method (OTM).</t>

<t>The OBT is described as a logical entity that may be implemented on a single or multiple entities such as a home gateway, a device management tool, etc. OCF lists several optional OTMs. At the end of the execution of an OTM, the onboarding tool must have provisioned an Owner Credential onto the device. The following owner transfer methods are specified:</t>

<t><list style="symbols">
  <t>Just works: Performs an un-authenticated Diffie-Hellman key exchange over Datagram Transport Layer Security (DTLS). The key exchange results in a symmetric session key which is later used for provisioning. Naturally, this mode is vulnerable to on-path attackers.</t>
  <t>Random PIN: The device generates a PIN code that is entered into the onboarding tool by the user. This pin code is used together with TLS-PSK ciphersuites for establishing a symmetric session key. OCF recommends PIN codes to have an entropy of 40 bits.</t>
  <t>Manufacturer certificate: An onboarding tool authenticates the device by verifying a manufacturer installed certificate. Similarly, the device may authenticate the onboarding tool by verifying its signature.</t>
  <t>Vendor specific: Vendors implement their own transfer method that accommodates any specific device constraints.</t>
</list></t>

<t>Once the onboarding tool and the new device have authenticated and established secure communication, the onboarding tool provisions/configures the device with Owner credentials. Owner credentials may consist of certificates, shared keys, or Kerberos tickets for example.</t>

<t>The OBT additionally configures/provisions information about the Access Management Service (AMS), the Credential Management  Service (CMS), and the credentials for interacting with them. The AMS is responsible for provisioning access control entries, while the CMS provisions security credentials necessary for device operation.</t>

<t>OCF has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Configuration, discovery, enrollment, onboarding, provisioning, registration,</t>
  <t>Players: Client, Device, Manager, Manufacturer, Owner, Peer, Responder, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="bluetooth"><name>Bluetooth</name>

<t>Bluetooth mesh specifies a provisioning protocol.  The goal of the provisioning phase is to securely incorporate a new Bluetooth mesh node, by completing two critical tasks. First, to authenticate the    unprovisioned device and second, to create a secure link with said device to share information.</t>

<t>The provisioning process is divided into five distinct stages summarize next:</t>

<t><list style="symbols">
  <t>Beaconing for discover: The new unprovisioned device is discovered by the provisioner</t>
  <t>Negotiation: The unprovisioned device indicates to the provisioner a set of capabilities such as the security algorithms supported, the availability of its public key using an Out-of-Band (OOB) channel and the input/output interfaces supported</t>
  <t>Public-key exchange: The authentication method is selected by the provisioner and both devices exchange Elliptic-curve Diffie–Hellman (ECDH) public keys. These keys may be static or ephemeral. Their exchange can be done in two ways, either via Out-of-Band or directly through a Bluetooth link. Each device then generates a symmetric key, named ECDHSecret, by combining its own private key and the public key of the peer device. The EDCHSecret is used to protect communication between the two devices.</t>
  <t>Authentication: During this phase, the ECDH key exchange is authenticated. The authentication method can be Output OOB, Input OOB, static OOB, or No OOB. With Output OOB, the unprovisioned device chooses a random number and outputs that number in manner consistent with its capabilities. The provisioner then inputs this number. Then, a check confirmation value operation is performed. This involves a cryptographic exchange regarding (in this case) the random number to complete the authentication. With Input OOB, the roles are reversed, being the provisioner the entity that generates the random number. When neither of the previous authentication procedures are feasible, both the provisioner and unprovisioned device generate a random number and require the user supervising the setup to verify that values on the device and provisioner are the same.</t>
  <t>Distribution of provisioning data: At this point, the provisioning process can be protected. This involves the distribution of data such as a Network key, to secure the communications at network layer and a unicast address among other information.</t>
</list></t>

<t>Bluetooth mesh has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Configuration, discovery, provisioning.</t>
  <t>Players: Client, Device, Manager, Manufacturer, Peer, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="fast-identity-online-fido-alliance"><name>Fast IDentity Online (FIDO) alliance</name>

<t>The Fast IDentity Online Alliance (FIDO) is currently specifying an automatic onboarding protocol for IoT devices <xref target="fidospec"/>. The goal of this protocol is to provide a new IoT device with information for interacting securely with an online IoT platform. This protocol allows owners to choose the IoT platform for their devices at a late stage in the device lifecyle. The draft specification refers to this feature as "late binding".</t>

<t>The FIDO IoT protocol itself is composed of one Device Initialization (DI) protocol and 3 Transfer of Ownership (TO) protocols TO0, TO1, TO2. Protocol messages are encoded in Concise Binary Object Representation (CBOR) <xref target="RFC8949"/> and can be transported over application layer protocols such as Constrained Application Protocol (CoAP) <xref target="RFC7252"/> or directly over TCP, Bluetooth etc. FIDO IoT however assumes that the device already has IP connectivity to a rendezvous server. Establishing this initial IP connectivity is explicitly stated as "out-of-scope" but the draft specification hints at the usage of Hypertext Transfer Protocol (HTTP) <xref target="RFC7230"/> proxies for IP networks and other forms of tunneling for non-IP networks.</t>

<t>The specification only provides a non-normative example of the DI protocol which must be executed in the factory during device manufacture. This protocol embeds initial ownership and manufacturing credentials into Restricted Operation Environment (ROE) on the device. The initial information embedded also includes a unique device identifier (called as GUID in the specification). After DI is executed, the manufacturer has an ownership voucher which is passed along the supply chain to the device owner.</t>

<t>When a device is unboxed and powered on by the new owner, the device discovers a network-local or an Internet-based rendezvous server. Protocols (TO0, TO1, and TO2) between the device, the rendezvous server, and the new owner (as the owner onboarding service) ensure that the device and the new owner are able to authenticate each other. Thereafter, the new owner establishes cryptographic control of the device and provides it with credentials of the IoT platform which the device should used.</t>

<t>FIDO has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Provisioning, onboarding, commissioning, initialization.</t>
  <t>Players: Device, Manager, Manufacturer, Owner, Rendezvous Server, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="enrollment-over-secure-transport-est"><name>Enrollment over Secure Transport (EST)</name>

<t>Enrollment over Secure Transport (EST) <xref target="RFC7030"/> defines a profile of Certificate Management over CMS (CMC) <xref target="RFC5272"/>. EST relies on Hypertext Transfer Protocol (HTTP) and Transport Layer Security (TLS) for exchanging CMC messages and allows client devices to obtain client certificates and associated Certification Authority (CA) certificates. A companion specification for using EST over secure CoAP has also been standardized <xref target="I-D.ietf-ace-coap-est"/>. EST assumes that some initial information is already distributed so that EST client and servers can perform mutual authentication before continuing with protocol. <xref target="RFC7030"/> further defines "Bootstrap Distribution of CA Certificates" which allows minimally configured EST clients to obtain initial trust anchors. It relies on human users to verify information such as the CA certificate "fingerprint" received over the unauthenticated TLS connection setup. After successful completion of this bootstrapping step, clients can proceed to the enrollment step during which they obtain client certificates and associated CA certificates.</t>

<t>EST has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, enrollment, initialization, configuration.</t>
  <t>Players: Administrator, Client, Device, Manufacturer, Owner, Peer, Peer, Responder, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="bootstrapping-remote-secure-key-infrastructures-brski"><name>Bootstrapping Remote Secure Key Infrastructures (BRSKI)</name>

<t>The ANIMA working group is working on a bootstrapping solution for devices that relies on 802.1AR vendor certificates called Bootstrapping Remote Secure Key Infrastructures (BRSKI) <xref target="RFC8995"/>. In addition to vendor installed IEEE 802.1AR certificates, a vendor based service on the Internet is required. Before being authenticated, a new device only needs link-local connectivity, and does not require a routable address. When a vendor provides an Internet based service, devices can be forced to join only specific domains. The document highlights that the described solution is aimed in general at non-constrained (i.e. class 2+ defined in <xref target="RFC7228"/>) devices operating in a non-challenged network. It claims to scale to thousands of devices located in hostile environments, such as ISP provided CPE devices which are drop-shipped to the end user.</t>

<t>BRSKI has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, provisioning, enrollment, onboarding.</t>
  <t>Players: Administrator, Client, Cloud Registrar, Configurator, Device, Domain Registrar, Initiator, Join Proxy, JRC, Manufacturer, Owner, Peer, Pledge, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="secure-zero-touch-provisioning"><name>Secure Zero Touch Provisioning</name>

<t><xref target="RFC8572"/> defines a bootstrapping strategy for enabling devices to securely obtain all the configuration information with no installer input, beyond the actual physical placement and connection of cables. Their goal is to enable a secure NETCONF <xref target="RFC6241"/> or RESTCONF <xref target="RFC8040"/> connection to the deployment specific network management system (NMS). This bootstrapping method requires the devices to be configured with trust anchors in the form of X.509 certificates. <xref target="RFC8572"/> is similar to BRSKI based on <xref target="RFC8366"/>.</t>

<t>SZTP has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, provisioning, onboarding, enrollment, configuration, discovery.</t>
  <t>Players: Administrator, Bootstrap Server, Client, Device, Manufacturer, Onboarding Server, Owner, Redirect Server, Responder, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="nimble-out-of-band-authentication-for-eap-eap-noob"><name>Nimble out-of-band authentication for EAP (EAP-NOOB)</name>

<t>EAP-NOOB <xref target="RFC9140"/> defines an EAP method where the authentication is based on a user-assisted out-of-band (OOB) channel between the server and peer. It is intended as a generic bootstrapping solution for IoT devices which have no pre-configured authentication credentials and which are not yet registered on the authentication server. This method claims to be more generic than most ad-hoc bootstrapping solutions in that it supports many types of OOB channels. The exact in-band messages and OOB message contents are specified and not the OOB channel details. EAP-NOOB also supports IoT devices with only output (e.g. display) or only input (e.g. camera). It makes combined use of both secrecy and integrity of the OOB channel for more robust security than the ad-hoc solutions.</t>

<t>EAP-NOOB has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, configuration, registration.</t>
  <t>Players: Administrator, Authenticator, Client, Device, Manufacturer, Owner, Peer, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="lpwan"><name>LPWAN</name>

<t>Low Power Wide Area Network (LPWAN) encompasses a wide variety of technologies whose link-layer characteristics are severely constrained in comparison to other typical IoT link-layer technologies such as Bluetooth or IEEE 802.15.4. While some LPWAN technologies rely on proprietary bootstrapping solutions which are not publicly accessible, others simply ignore the challenge of bootstrapping and key distribution. In this section, we discuss the bootstrapping methods used by LPWAN technologies covered in <xref target="RFC8376"/>.</t>

<t><list style="symbols">
  <t>LoRaWAN <xref target="LoRaWAN"/> describes its own protocol to authenticate nodes before allowing them join a LoRaWAN network. This process is called as joining and it is based on pre-shared keys (called AppKeys in the standard). The joining procedure comprises only one exchange (join-request and join-accept) between the joining node and the network server. There are several adaptations to this joining procedure that allow network servers to delegate authentication and authorization to a backend AAA infrastructure <xref target="RFC2904"/>.</t>
  <t>Wi-SUN Alliance Field Area Network (FAN) uses IEEE 802.1X and EAP-TLS for network access authentication. It performs a 4-way handshake to establish a session keys after EAP-TLS authentication.</t>
  <t>NB-IoT relies on the traditional 3GPP mutual authentication scheme based on a shared-secret in the Subscriber Identity Module (SIM) of the device and the mobile operator.</t>
  <t>Sigfox security is based on unique device identifiers and cryptographic keys. As stated in <xref target="RFC8376"/>, although the algorithms and keying details are not publicly available, there is sufficient information to indicate that bootstrapping in Sigfox is based on pre-established credentials between the device and the Sigfox network.</t>
</list></t>

<t>From the above, it is clear that all LPWAN technologies rely on pre-provisioned credentials for authentication between a new device and the network.</t>

<t>LPWAN has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Bootstrapping, provisioning, configuration, discovery.</t>
  <t>Players: Administrator, Authenticator, Border Router, Client, Device, Manager, Network Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
<section anchor="thread"><name>Thread</name>

<t>Thread Group commissioning <xref target="threadcommissioning"/> introduces a two phased process i.e. Petitioning and Joining. Entities involved are leader, joiner, commissioner, joiner router, and border router. Leader is the first device in Thread network that must be commissioned using out-of-band process and is used to inject correct user generated Commissioning Credentials (can be changed later) into Thread Network. Joiner is the node that intends to get authenticated and authorized on Thread Network. Commissioner is either within the Thread Network (Native) or connected with Thread Network via a WLAN (External).</t>

<t>Under some topologies, Joiner Router and Border Router facilitate the Joiner node to reach Native and External Commissioner, respectively. Petitioning begins before Joining process and is used to grant sole commissioning authority to a Commissioner. After an authorized Commissioner is designated, eligible thread devices can join network. Pair-wise key is shared between Commissioner and Joiner, network parameters (such as network name, security policy, etc.,) are sent out securely (using pair-wise key) by Joiner Router to Joiner for letting Joiner to join the Thread Network. Entities involved in Joining process depends on system topology i.e. location of Commissioner and Joiner. Thread networks only operate using IPv6. Thread devices can devise GUAs (Global Unicast Addresses) <xref target="RFC4291"/>. Provision also exist via Border Router, for Thread device to acquire individual global address by means of DHCPv6 or using SLAAC (Stateless Address Autoconfiguration) address derived with advertised network prefix.</t>

<t>Thread has the following characteristics:</t>

<t><list style="symbols">
  <t>Terms: Commissioning, discovery, provisioning.</t>
  <t>Players: Administrator, Border Agent, Border Router, Commissioner, Commissioner Candidate, Configurator, Device, End Device, End Device, Endpoint Identifier, Initiator, Joiner, Joiner Router, Owner, Peer, Peer, Responder, Server, User</t>
  <t>Initial beliefs assumed in the device:</t>
  <t>Processes:</t>
  <t>Beliefs imparted to the device after protocol execution:</t>
</list></t>

</section>
</section>
<section anchor="comp"><name>Comparison</name>

<t>There are several stages before a device becomes fully operational. This typically involves establishing some initial trust after which credentials and other parameters are configured. For DPP, bootstrapping is the first step before authentication and provisioning of credentials can occur. For EST, bootstrapping happens as the first step when the client devices have no certificates available for starting enrollment. Provisioning/configuring are terms used for providing additional information to devices before they are fully operational. For example, credentials are provisioned onto the device. But before credential provisioning, a device is bootstrapped and authenticated. Some protocols may only deal with parts of the process. For example, TLS maybe used for authentication after bootstrapping. A separate device management protocol then may run over this TLS tunnel for provisioning operational information and credentials.</t>

<section anchor="comp-term"><name>Comparison of terminology</name>

</section>
<section anchor="comp-players"><name>Comparison of players</name>

</section>
<section anchor="comp-beliefs"><name>Comparison of initial beliefs</name>

</section>
<section anchor="comp-process"><name>Comparison of processes</name>

</section>
<section anchor="comp-impart"><name>Comparison of knowledge imparted to the device</name>

</section>
</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>This draft does not take any posture on the security properties of the different bootstrapping protocols discussed. Specific security considerations of bootstrapping protocols are present in the respective specifications.</t>

<t>Nonetheless, we briefly discuss some important security aspects which are not fully explored in various specifications.</t>

<t>Firstly, an IoT system may deal with authorization for resources and services separately from initial security setup in terms of timing as well as protocols. As an example, two resource-constrained devices A and B may perform mutual authentication using credentials provided by an offline third-party X before device A obtains authorization for running a particular application on device B from an online third-party Y. In some cases, authentication and authorization maybe tightly coupled, e.g., successful authentication also means successful authorization.</t>

<t>Secondly, initial security setup of IoT devices may be necessary several times during the device lifecycle since keys have limited lifetimes and devices may be lost or resold. Protocols and systems must have adequate provisions for revocation and fresh security setup. A rerun of the security setup mechanism must be as secure as the initial security setup regardless of whether it is done manually or automatically over the network.</t>

<t>Lastly, some IoT networks use a common group key for multicast and broadcast traffic. As the number of devices in a network increase over time, a common group key may not be scalable and the same network may need to be split into separate groups with different keys. Bootstrapping and provisioning protocols may need appropriate mechanisms for identifying and distributing keys to the current member devices of each group.</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>There are no IANA considerations for this document.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>We would like to thank Tuomas Aura, Hannes Tschofenig, and Michael Richardson for providing extensive feedback as well as Rafa Marin-Lopez for his support.</t>

</section>


  </middle>

  <back>



    <references title='Informative References'>





<reference anchor='RFC2119' target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author fullname='S. Bradner' initials='S.' surname='Bradner'><organization/></author>
<date month='March' year='1997'/>
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference anchor='RFC2904' target='https://www.rfc-editor.org/info/rfc2904'>
<front>
<title>AAA Authorization Framework</title>
<author fullname='J. Vollbrecht' initials='J.' surname='Vollbrecht'><organization/></author>
<author fullname='P. Calhoun' initials='P.' surname='Calhoun'><organization/></author>
<author fullname='S. Farrell' initials='S.' surname='Farrell'><organization/></author>
<author fullname='L. Gommans' initials='L.' surname='Gommans'><organization/></author>
<author fullname='G. Gross' initials='G.' surname='Gross'><organization/></author>
<author fullname='B. de Bruijn' initials='B.' surname='de Bruijn'><organization/></author>
<author fullname='C. de Laat' initials='C.' surname='de Laat'><organization/></author>
<author fullname='M. Holdrege' initials='M.' surname='Holdrege'><organization/></author>
<author fullname='D. Spence' initials='D.' surname='Spence'><organization/></author>
<date month='August' year='2000'/>
<abstract><t>This memo serves as the base requirements for Authorization of Internet Resources and Services (AIRS).  It presents an architectural framework for understanding the authorization of Internet resources and services and derives requirements for authorization protocols.  This memo provides information for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='2904'/>
<seriesInfo name='DOI' value='10.17487/RFC2904'/>
</reference>



<reference anchor='RFC4291' target='https://www.rfc-editor.org/info/rfc4291'>
<front>
<title>IP Version 6 Addressing Architecture</title>
<author fullname='R. Hinden' initials='R.' surname='Hinden'><organization/></author>
<author fullname='S. Deering' initials='S.' surname='Deering'><organization/></author>
<date month='February' year='2006'/>
<abstract><t>This specification defines the addressing architecture of the IP Version 6 (IPv6) protocol.  The document includes the IPv6 addressing model, text representations of IPv6 addresses, definition of IPv6 unicast addresses, anycast addresses, and multicast addresses, and an IPv6 node's required addresses.</t><t>This document obsoletes RFC 3513, &quot;IP Version 6 Addressing Architecture&quot;.   [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4291'/>
<seriesInfo name='DOI' value='10.17487/RFC4291'/>
</reference>



<reference anchor='RFC3748' target='https://www.rfc-editor.org/info/rfc3748'>
<front>
<title>Extensible Authentication Protocol (EAP)</title>
<author fullname='B. Aboba' initials='B.' surname='Aboba'><organization/></author>
<author fullname='L. Blunk' initials='L.' surname='Blunk'><organization/></author>
<author fullname='J. Vollbrecht' initials='J.' surname='Vollbrecht'><organization/></author>
<author fullname='J. Carlson' initials='J.' surname='Carlson'><organization/></author>
<author fullname='H. Levkowetz' initials='H.' role='editor' surname='Levkowetz'><organization/></author>
<date month='June' year='2004'/>
<abstract><t>This document defines the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication methods.  EAP typically runs directly over data link layers such as Point-to-Point Protocol (PPP) or IEEE 802, without requiring IP.  EAP provides its own support for duplicate elimination and retransmission, but is reliant on lower layer ordering guarantees.  Fragmentation is not supported within EAP itself; however, individual EAP methods may support this.  This document obsoletes RFC 2284.  A summary of the changes between this document and RFC 2284 is available in Appendix A.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3748'/>
<seriesInfo name='DOI' value='10.17487/RFC3748'/>
</reference>



<reference anchor='RFC3971' target='https://www.rfc-editor.org/info/rfc3971'>
<front>
<title>SEcure Neighbor Discovery (SEND)</title>
<author fullname='J. Arkko' initials='J.' role='editor' surname='Arkko'><organization/></author>
<author fullname='J. Kempf' initials='J.' surname='Kempf'><organization/></author>
<author fullname='B. Zill' initials='B.' surname='Zill'><organization/></author>
<author fullname='P. Nikander' initials='P.' surname='Nikander'><organization/></author>
<date month='March' year='2005'/>
<abstract><t>IPv6 nodes use the Neighbor Discovery Protocol (NDP) to discover other nodes on the link, to determine their link-layer addresses to find routers, and to maintain reachability information about the paths to active neighbors.  If not secured, NDP is vulnerable to various attacks.  This document specifies security mechanisms for NDP.  Unlike those in the original NDP specifications, these mechanisms do not use IPsec.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3971'/>
<seriesInfo name='DOI' value='10.17487/RFC3971'/>
</reference>



<reference anchor='RFC3972' target='https://www.rfc-editor.org/info/rfc3972'>
<front>
<title>Cryptographically Generated Addresses (CGA)</title>
<author fullname='T. Aura' initials='T.' surname='Aura'><organization/></author>
<date month='March' year='2005'/>
<abstract><t>This document describes a method for binding a public signature key to an IPv6 address in the Secure Neighbor Discovery (SEND) protocol.  Cryptographically Generated Addresses (CGA) are IPv6 addresses for which the interface identifier is generated by computing a cryptographic one-way hash function from a public key and auxiliary parameters.  The binding between the public key and the address can be verified by re-computing the hash value and by comparing the hash with the interface identifier.  Messages sent from an IPv6 address can be protected by attaching the public key and auxiliary parameters and by signing the message with the corresponding private key.  The protection works without a certification authority or any security infrastructure.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='3972'/>
<seriesInfo name='DOI' value='10.17487/RFC3972'/>
</reference>



<reference anchor='RFC4120' target='https://www.rfc-editor.org/info/rfc4120'>
<front>
<title>The Kerberos Network Authentication Service (V5)</title>
<author fullname='C. Neuman' initials='C.' surname='Neuman'><organization/></author>
<author fullname='T. Yu' initials='T.' surname='Yu'><organization/></author>
<author fullname='S. Hartman' initials='S.' surname='Hartman'><organization/></author>
<author fullname='K. Raeburn' initials='K.' surname='Raeburn'><organization/></author>
<date month='July' year='2005'/>
<abstract><t>This document provides an overview and specification of Version 5 of the Kerberos protocol, and it obsoletes RFC 1510 to clarify aspects of the protocol and its intended use that require more detailed or clearer explanation than was provided in RFC 1510.  This document is intended to provide a detailed description of the protocol, suitable for implementation, together with descriptions of the appropriate use of protocol messages and fields within those messages.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4120'/>
<seriesInfo name='DOI' value='10.17487/RFC4120'/>
</reference>



<reference anchor='RFC4253' target='https://www.rfc-editor.org/info/rfc4253'>
<front>
<title>The Secure Shell (SSH) Transport Layer Protocol</title>
<author fullname='T. Ylonen' initials='T.' surname='Ylonen'><organization/></author>
<author fullname='C. Lonvick' initials='C.' role='editor' surname='Lonvick'><organization/></author>
<date month='January' year='2006'/>
<abstract><t>The Secure Shell (SSH) is a protocol for secure remote login and other secure network services over an insecure network.</t><t>This document describes the SSH transport layer protocol, which typically runs on top of TCP/IP.  The protocol can be used as a basis for a number of secure network services.  It provides strong encryption, server authentication, and integrity protection.  It may also provide compression.</t><t>Key exchange method, public key algorithm, symmetric encryption algorithm, message authentication algorithm, and hash algorithm are all negotiated.</t><t>This document also describes the Diffie-Hellman key exchange method and the minimal set of algorithms that are needed to implement the SSH transport layer protocol.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='4253'/>
<seriesInfo name='DOI' value='10.17487/RFC4253'/>
</reference>



<reference anchor='RFC4764' target='https://www.rfc-editor.org/info/rfc4764'>
<front>
<title>The EAP-PSK Protocol: A Pre-Shared Key Extensible Authentication Protocol (EAP) Method</title>
<author fullname='F. Bersani' initials='F.' surname='Bersani'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<date month='January' year='2007'/>
<abstract><t>This document specifies EAP-PSK, an Extensible Authentication Protocol (EAP) method for mutual authentication and session key derivation using a Pre-Shared Key (PSK).  EAP-PSK provides a protected communication channel when mutual authentication is successful for both parties to communicate over.  This document describes the use of this channel only for protected exchange of result indications, but future EAP-PSK extensions may use the channel for other purposes.  EAP-PSK is designed for authentication over insecure networks such as IEEE 802.11.  This memo defines an Experimental Protocol for the Internet community.</t></abstract>
</front>
<seriesInfo name='RFC' value='4764'/>
<seriesInfo name='DOI' value='10.17487/RFC4764'/>
</reference>



<reference anchor='RFC5191' target='https://www.rfc-editor.org/info/rfc5191'>
<front>
<title>Protocol for Carrying Authentication for Network Access (PANA)</title>
<author fullname='D. Forsberg' initials='D.' surname='Forsberg'><organization/></author>
<author fullname='Y. Ohba' initials='Y.' role='editor' surname='Ohba'><organization/></author>
<author fullname='B. Patil' initials='B.' surname='Patil'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' surname='Tschofenig'><organization/></author>
<author fullname='A. Yegin' initials='A.' surname='Yegin'><organization/></author>
<date month='May' year='2008'/>
<abstract><t>This document defines the Protocol for Carrying Authentication for Network Access (PANA), a network-layer transport for Extensible Authentication Protocol (EAP) to enable network access authentication between clients and access networks.  In EAP terms, PANA is a UDP-based EAP lower layer that runs between the EAP peer and the EAP authenticator.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5191'/>
<seriesInfo name='DOI' value='10.17487/RFC5191'/>
</reference>



<reference anchor='RFC5272' target='https://www.rfc-editor.org/info/rfc5272'>
<front>
<title>Certificate Management over CMS (CMC)</title>
<author fullname='J. Schaad' initials='J.' surname='Schaad'><organization/></author>
<author fullname='M. Myers' initials='M.' surname='Myers'><organization/></author>
<date month='June' year='2008'/>
<abstract><t>This document defines the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This protocol addresses two immediate needs within the Internet Public Key Infrastructure (PKI) community:</t><t>1.  The need for an interface to public key certification products and services based on CMS and PKCS #10 (Public Key Cryptography Standard), and</t><t>2.  The need for a PKI enrollment protocol for encryption only keys due to algorithm or hardware design.</t><t>CMC also requires the use of the transport document and the requirements usage document along with this document for a full definition.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='5272'/>
<seriesInfo name='DOI' value='10.17487/RFC5272'/>
</reference>



<reference anchor='RFC6241' target='https://www.rfc-editor.org/info/rfc6241'>
<front>
<title>Network Configuration Protocol (NETCONF)</title>
<author fullname='R. Enns' initials='R.' role='editor' surname='Enns'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' role='editor' surname='Bjorklund'><organization/></author>
<author fullname='J. Schoenwaelder' initials='J.' role='editor' surname='Schoenwaelder'><organization/></author>
<author fullname='A. Bierman' initials='A.' role='editor' surname='Bierman'><organization/></author>
<date month='June' year='2011'/>
<abstract><t>The Network Configuration Protocol (NETCONF) defined in this document provides mechanisms to install, manipulate, and delete the configuration of network devices.  It uses an Extensible Markup Language (XML)-based data encoding for the configuration data as well as the protocol messages.  The NETCONF protocol operations are realized as remote procedure calls (RPCs).  This document obsoletes RFC 4741.  [STANDARDS-TRACK]</t></abstract>
</front>
<seriesInfo name='RFC' value='6241'/>
<seriesInfo name='DOI' value='10.17487/RFC6241'/>
</reference>



<reference anchor='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='RFC7228' target='https://www.rfc-editor.org/info/rfc7228'>
<front>
<title>Terminology for Constrained-Node Networks</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='M. Ersue' initials='M.' surname='Ersue'><organization/></author>
<author fullname='A. Keranen' initials='A.' surname='Keranen'><organization/></author>
<date month='May' year='2014'/>
<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='RFC' value='7228'/>
<seriesInfo name='DOI' value='10.17487/RFC7228'/>
</reference>



<reference anchor='RFC7250' target='https://www.rfc-editor.org/info/rfc7250'>
<front>
<title>Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
<author fullname='P. Wouters' initials='P.' role='editor' surname='Wouters'><organization/></author>
<author fullname='H. Tschofenig' initials='H.' role='editor' surname='Tschofenig'><organization/></author>
<author fullname='J. Gilmore' initials='J.' surname='Gilmore'><organization/></author>
<author fullname='S. Weiler' initials='S.' surname='Weiler'><organization/></author>
<author fullname='T. Kivinen' initials='T.' surname='Kivinen'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>This document specifies a new certificate type and two TLS extensions for exchanging raw public keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS).  The new certificate type allows raw public keys to be used for authentication.</t></abstract>
</front>
<seriesInfo name='RFC' value='7250'/>
<seriesInfo name='DOI' value='10.17487/RFC7250'/>
</reference>



<reference anchor='RFC7252' target='https://www.rfc-editor.org/info/rfc7252'>
<front>
<title>The Constrained Application Protocol (CoAP)</title>
<author fullname='Z. Shelby' initials='Z.' surname='Shelby'><organization/></author>
<author fullname='K. Hartke' initials='K.' surname='Hartke'><organization/></author>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t><t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t></abstract>
</front>
<seriesInfo name='RFC' value='7252'/>
<seriesInfo name='DOI' value='10.17487/RFC7252'/>
</reference>



<reference anchor='RFC7230' target='https://www.rfc-editor.org/info/rfc7230'>
<front>
<title>Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing</title>
<author fullname='R. Fielding' initials='R.' role='editor' surname='Fielding'><organization/></author>
<author fullname='J. Reschke' initials='J.' role='editor' surname='Reschke'><organization/></author>
<date month='June' year='2014'/>
<abstract><t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems.  This document provides an overview of HTTP architecture and its associated terminology, defines the &quot;http&quot; and &quot;https&quot; Uniform Resource Identifier (URI) schemes, defines the HTTP/1.1 message syntax and parsing requirements, and describes related security concerns for implementations.</t></abstract>
</front>
<seriesInfo name='RFC' value='7230'/>
<seriesInfo name='DOI' value='10.17487/RFC7230'/>
</reference>



<reference anchor='RFC7593' target='https://www.rfc-editor.org/info/rfc7593'>
<front>
<title>The eduroam Architecture for Network Roaming</title>
<author fullname='K. Wierenga' initials='K.' surname='Wierenga'><organization/></author>
<author fullname='S. Winter' initials='S.' surname='Winter'><organization/></author>
<author fullname='T. Wolniewicz' initials='T.' surname='Wolniewicz'><organization/></author>
<date month='September' year='2015'/>
<abstract><t>This document describes the architecture of the eduroam service for federated (wireless) network access in academia.  The combination of IEEE 802.1X, the Extensible Authentication Protocol (EAP), and RADIUS that is used in eduroam provides a secure, scalable, and deployable service for roaming network access.  The successful deployment of eduroam over the last decade in the educational sector may serve as an example for other sectors, hence this document.  In particular, the initial architectural choices and selection of standards are described, along with the changes that were prompted by operational experience.</t></abstract>
</front>
<seriesInfo name='RFC' value='7593'/>
<seriesInfo name='DOI' value='10.17487/RFC7593'/>
</reference>



<reference anchor='RFC8040' target='https://www.rfc-editor.org/info/rfc8040'>
<front>
<title>RESTCONF Protocol</title>
<author fullname='A. Bierman' initials='A.' surname='Bierman'><organization/></author>
<author fullname='M. Bjorklund' initials='M.' surname='Bjorklund'><organization/></author>
<author fullname='K. Watsen' initials='K.' surname='Watsen'><organization/></author>
<date month='January' year='2017'/>
<abstract><t>This document describes an HTTP-based protocol that provides a programmatic interface for accessing data defined in YANG, using the datastore concepts defined in the Network Configuration Protocol (NETCONF).</t></abstract>
</front>
<seriesInfo name='RFC' value='8040'/>
<seriesInfo name='DOI' value='10.17487/RFC8040'/>
</reference>



<reference anchor='RFC8174' target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author fullname='B. Leiba' initials='B.' surname='Leiba'><organization/></author>
<date month='May' year='2017'/>
<abstract><t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='8174'/>
<seriesInfo name='DOI' value='10.17487/RFC8174'/>
</reference>



<reference anchor='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 &quot;voucher&quot;.</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='RFC8376' target='https://www.rfc-editor.org/info/rfc8376'>
<front>
<title>Low-Power Wide Area Network (LPWAN) Overview</title>
<author fullname='S. Farrell' initials='S.' role='editor' surname='Farrell'><organization/></author>
<date month='May' year='2018'/>
<abstract><t>Low-Power Wide Area Networks (LPWANs) are wireless technologies with characteristics such as large coverage areas, low bandwidth, possibly very small packet and application-layer data sizes, and long battery life operation.  This memo is an informational overview of the set of LPWAN technologies being considered in the IETF and of the gaps that exist between the needs of those technologies and the goal of running IP in LPWANs.</t></abstract>
</front>
<seriesInfo name='RFC' value='8376'/>
<seriesInfo name='DOI' value='10.17487/RFC8376'/>
</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='RFC8949' target='https://www.rfc-editor.org/info/rfc8949'>
<front>
<title>Concise Binary Object Representation (CBOR)</title>
<author fullname='C. Bormann' initials='C.' surname='Bormann'><organization/></author>
<author fullname='P. Hoffman' initials='P.' surname='Hoffman'><organization/></author>
<date month='December' year='2020'/>
<abstract><t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t><t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t></abstract>
</front>
<seriesInfo name='STD' value='94'/>
<seriesInfo name='RFC' value='8949'/>
<seriesInfo name='DOI' value='10.17487/RFC8949'/>
</reference>



<reference anchor='RFC8995' target='https://www.rfc-editor.org/info/rfc8995'>
<front>
<title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
<author fullname='M. Pritikin' initials='M.' surname='Pritikin'><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.ietf-ace-wg-coap-eap'>
   <front>
      <title>EAP-based Authentication Service for CoAP</title>
      <author fullname='Rafa Marin-Lopez'>
	 <organization>University of Murcia</organization>
      </author>
      <author fullname='Dan Garcia-Carrillo'>
	 <organization>University of Oviedo</organization>
      </author>
      <date day='7' month='December' year='2021'/>
      <abstract>
	 <t>   This document specifies an authentication service that uses the
   Extensible Authentication Protocol (EAP) transported employing
   Constrained Application Protocol (CoAP) messages.  As such, it
   defines an EAP lower layer based on CoAP called CoAP-EAP.  One of the
   main goals is to authenticate a CoAP-enabled IoT device (EAP peer)
   that intends to join a security domain managed by a Controller (EAP
   authenticator).  Secondly, it allows deriving key material to protect
   CoAP messages exchanged between them based on Object Security for
   Constrained RESTful Environments (OSCORE), enabling the establishment
   of a security association between them.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-ace-wg-coap-eap-06'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-ace-wg-coap-eap-06.txt' type='TXT'/>
</reference>



<reference anchor='RFC9140' target='https://www.rfc-editor.org/info/rfc9140'>
<front>
<title>Nimble Out-of-Band Authentication for EAP (EAP-NOOB)</title>
<author fullname='T. Aura' initials='T.' surname='Aura'><organization/></author>
<author fullname='M. Sethi' initials='M.' surname='Sethi'><organization/></author>
<author fullname='A. Peltonen' initials='A.' surname='Peltonen'><organization/></author>
<date month='December' year='2021'/>
<abstract><t>The Extensible Authentication Protocol (EAP) provides support for multiple authentication methods. This document defines the EAP-NOOB authentication method for nimble out-of-band (OOB) authentication and key derivation. The EAP method is intended for bootstrapping all kinds of Internet-of-Things (IoT) devices that have no preconfigured authentication credentials. The method makes use of a user-assisted, one-directional, out-of-band (OOB) message between the peer device and authentication server to authenticate the in-band key exchange. The device must have a nonnetwork input or output interface, such as a display, microphone, speaker, or blinking light, that can send or receive dynamically generated messages of tens of bytes in length.</t></abstract>
</front>
<seriesInfo name='RFC' value='9140'/>
<seriesInfo name='DOI' value='10.17487/RFC9140'/>
</reference>



<reference anchor='RFC9190' target='https://www.rfc-editor.org/info/rfc9190'>
<front>
<title>EAP-TLS 1.3: Using the Extensible Authentication Protocol with TLS 1.3</title>
<author fullname='J. Preuß Mattsson' initials='J.' surname='Preuß Mattsson'><organization/></author>
<author fullname='M. Sethi' initials='M.' surname='Sethi'><organization/></author>
<date month='February' year='2022'/>
<abstract><t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides a standard mechanism for support of multiple authentication methods. This document specifies the use of EAP-TLS with TLS 1.3 while remaining backwards compatible with existing implementations of EAP-TLS. TLS 1.3 provides significantly improved security and privacy, and reduced latency when compared to earlier versions of TLS. EAP-TLS with TLS 1.3 (EAP-TLS 1.3) further improves security and privacy by always providing forward secrecy, never disclosing the peer identity, and by mandating use of revocation checking when compared to EAP-TLS with earlier versions of TLS. This document also provides guidance on authentication, authorization, and resumption for EAP-TLS in general (regardless of the underlying TLS version used). This document updates RFC 5216.</t></abstract>
</front>
<seriesInfo name='RFC' value='9190'/>
<seriesInfo name='DOI' value='10.17487/RFC9190'/>
</reference>


<reference anchor='I-D.ietf-ace-coap-est'>
   <front>
      <title>EST over secure CoAP (EST-coaps)</title>
      <author fullname='Peter van der Stok'>
	 <organization>Consultant</organization>
      </author>
      <author fullname='Panos Kampanakis'>
	 <organization>Cisco Systems</organization>
      </author>
      <author fullname='Michael C. Richardson'>
	 <organization>Sandelman Software Works</organization>
      </author>
      <author fullname='Shahid Raza'>
	 <organization>RISE SICS</organization>
      </author>
      <date day='6' month='January' year='2020'/>
      <abstract>
	 <t>   Enrollment over Secure Transport (EST) is used as a certificate
   provisioning protocol over HTTPS.  Low-resource devices often use the
   lightweight Constrained Application Protocol (CoAP) for message
   exchanges.  This document defines how to transport EST payloads over
   secure CoAP (EST-coaps), which allows constrained devices to use
   existing EST functionality for provisioning certificates.

	 </t>
      </abstract>
   </front>
   <seriesInfo name='Internet-Draft' value='draft-ietf-ace-coap-est-18'/>
   <format target='https://www.ietf.org/archive/id/draft-ietf-ace-coap-est-18.txt' type='TXT'/>
</reference>


<reference anchor="simpleconn" target="https://www.wi-fi.org/download.php?file=/sites/default/files/private/Wi-Fi_Simple_Configuration_Technical_Specification_v2.0.7.pdf">
  <front>
    <title>Wi-Fi Simple Configuration</title>
    <author >
      <organization>Wi-Fi Alliance</organization>
    </author>
    <date year="2019"/>
  </front>
  <seriesInfo name="Version" value="2.0.7"/>
</reference>
<reference anchor="Sethi14" target="http://dx.doi.org/10.1145/2632048.2632049">
  <front>
    <title>Secure Bootstrapping of Cloud-Managed Ubiquitous Displays</title>
    <author initials="M." surname="Sethi" fullname="Mohit Sethi">
      <organization>Ericsson</organization>
    </author>
    <author initials="E." surname="Oat" fullname="Elena Oat">
      <organization>Aalto University</organization>
    </author>
    <author initials="M." surname="Di Francesco" fullname="Mario Di Francesco">
      <organization>Aalto University</organization>
    </author>
    <author initials="T." surname="Aura" fullname="Tuomas Aura">
      <organization>Aalto University</organization>
    </author>
    <date year="2014" month="September"/>
  </front>
  <seriesInfo name="Proceedings" value="of ACM International Joint Conference on Pervasive and Ubiquitous Computing (UbiComp 2014), pp. 739-750, Seattle, USA"/>
</reference>
<reference anchor="dpp" target="https://www.wi-fi.org/download.php?file=/sites/default/files/private/Device_Provisioning_Protocol_Specification_v1.1_1.pdf">
  <front>
    <title>Wi-Fi Device Provisioning Protocol (DPP)</title>
    <author >
      <organization>Wi-Fi Alliance</organization>
    </author>
    <date year="2018"/>
  </front>
  <seriesInfo name="Wi-Fi Alliance" value="Specification version 1.1"/>
</reference>
<reference anchor="IEEE802.15.4" target="http://standards.ieee.org/findstds/standard/802.15.4-2015.html">
  <front>
    <title>IEEE Standard for Low-Rate Wireless Networks</title>
    <author >
      <organization>IEEE</organization>
    </author>
    <date year="2016" month="April"/>
  </front>
  <seriesInfo name="IEEE Std." value="802.15.4-2015"/>
</reference>
<reference anchor="LoRaWAN" target="https://lora-alliance.org/resource_hub/lorawan-specification-v1-1/">
  <front>
    <title>LoRa Specification V1.1</title>
    <author >
      <organization>LoRa Alliance</organization>
    </author>
    <date year="2017" month="October"/>
  </front>
  <seriesInfo name="LoRa Alliance" value="Version: 1.1"/>
</reference>
<reference anchor="vendorcert" >
  <front>
    <title>Standard for local and metropolitan area networks - secure device identity</title>
    <author >
      <organization>IEEE std. 802.1ar-2009</organization>
    </author>
    <date year="2009" month="December"/>
  </front>
</reference>
<reference anchor="oma" target="https://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Core-V1_2-20201110-A.pdf">
  <front>
    <title>Lightweight Machine to Machine Technical Specification: Core</title>
    <author >
      <organization>Open Mobile Alliance</organization>
    </author>
    <date year="2020" month="November"/>
  </front>
  <seriesInfo name="Approved Version" value="1.2"/>
</reference>
<reference anchor="ocf" target="https://openconnectivity.org/specs/OCF_Security_Specification_v2.2.2.pdf">
  <front>
    <title>OCF Security Specification</title>
    <author >
      <organization>Open Connectivity Foundation</organization>
    </author>
    <date year="2021" month="February"/>
  </front>
  <seriesInfo name="Version" value="2.2.2"/>
</reference>
<reference anchor="threadcommissioning" >
  <front>
    <title>Thread Commissioning</title>
    <author >
      <organization>Thread Group</organization>
    </author>
    <date year="2015"/>
  </front>
</reference>
<reference anchor="fidospec" target="https://fidoalliance.org/specifications/download-iot-specifications/">
  <front>
    <title>FIDO Device Onboard Specification</title>
    <author >
      <organization>Fast Identity Online Alliance</organization>
    </author>
    <date year="2021" month="March"/>
  </front>
  <seriesInfo name="Fido Alliance" value="Version: 1.0"/>
</reference>


    </references>



  </back>

<!-- ##markdown-source:
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

-->

</rfc>

