<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.1 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-wg-coap-eap-09" category="std" consensus="true" submissionType="IETF" tocDepth="3" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.1 -->
  <front>
    <title abbrev="CoAP-EAP">EAP-based Authentication Service for CoAP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-wg-coap-eap-09"/>
    <author initials="R." surname="Marin-Lopez" fullname="Rafa Marin-Lopez">
      <organization abbrev="University of Murcia">University of Murcia</organization>
      <address>
        <postal>
          <street>Campus de Espinardo S/N, Faculty of Computer Science</street>
          <city>Murcia</city>
          <region/>
          <code>30100</code>
          <country>Spain</country>
        </postal>
        <email>rafa@um.es</email>
      </address>
    </author>
    <author initials="D." surname="Garcia-Carrillo" fullname="Dan Garcia-Carrillo">
      <organization abbrev="University of Oviedo">University of Oviedo</organization>
      <address>
        <postal>
          <street>Calle Luis Ortiz Berrocal S/N, Edificio Polivalente</street>
          <city>Gijon</city>
          <region>Asturias</region>
          <code>33203</code>
          <country>Spain</country>
        </postal>
        <email>garciadan@uniovi.es</email>
      </address>
    </author>
    <date year="2023" month="October" day="23"/>
    <area>SEC</area>
    <workgroup>ACE Working Group</workgroup>
    <abstract>
      <?line 144?>

<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>
  <middle>
    <?line 149?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document specifies an authentication service (application) that uses the Extensible Authentication Protocol (EAP) <xref target="RFC3748"/> and is built on top of the Constrained Application Protocol (CoAP)<xref target="RFC7252"/> called CoAP-EAP. CoAP-EAP is an application that allows authenticating two CoAP endpoints by using EAP and establishing an Object Security for Constrained RESTful Environments (OSCORE) security association between them.
More specifically, this document specifies how CoAP can be used as a constrained, link-layer independent, reliable EAP lower layer <xref target="RFC3748"/> to transport EAP messages between a CoAP server (acting as EAP peer) and a CoAP client (acting as EAP authenticator) using CoAP messages. The CoAP client has the option of contacting a backend AAA infrastructure to complete the EAP negotiation, as described in the EAP specification <xref target="RFC3748"/>.</t>
      <t>EAP methods transported in CoAP <bcp14>MUST</bcp14> generate cryptographic material <xref target="RFC5247"/> in an MSK (Master Session Key) for this specification.  The MSK is used as the basis for further cryptographic derivations. This way, CoAP messages are protected after authentication. After CoAP-EAP's operation, an OSCORE security association is established between the endpoints of the service. Using the keying material derived from the authentication, other security associations could be generated. <xref target="flow-of-operation-dtls"/> shows how to establish a (D)TLS security association using the keying material from the EAP authentication.
One of the main applications of CoAP-EAP is Internet of Things (IoT) networks, where we can find very constrained links (e.g., limited bandwidth) and devices with limited capabilities. In these IoT scenarios, we identify the IoT device as the entity that wants to be authenticated by using EAP to join a domain that is managed by a Controller. The IoT device is in these cases the EAP peer and the Controller, the entity steering the authentication, the EAP authenticator. From now on, the IoT device is referred to as the EAP peer and the Controller as the EAP authenticator. In these cases, EAP methods that do not require many exchanges, have short messages and use cryptographic algorithms that are manageable by constrained devices are preferable. The benefits of the EAP framework in IoT are highlighted in <xref target="EAP-framework-IoT"/>.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts of described in CoAP <xref target="RFC7252"/>,
EAP <xref target="RFC3748"/> <xref target="RFC5247"/> and OSCORE <xref target="RFC8613"/>.</t>
      </section>
    </section>
    <section anchor="general-architecture">
      <name>General Architecture</name>
      <t><xref target="arch"/> illustrates the architecture defined in this document.  In this architecture, the EAP peer will act as a CoAP server for this service, and the domain EAP authenticator as a CoAP client. The rationale behind this decision is that EAP requests direction is always from the EAP server to the EAP peer. Accordingly, EAP responses direction is always from the EAP peer to the EAP server.</t>
      <t>It is worth noting that the EAP authenticator <bcp14>MAY</bcp14> interact with a backend AAA infrastructure when EAP pass-through mode is used, which will place the EAP server in the AAA server that contains the information required to authenticate the EAP peer.</t>
      <t>The protocol stack is described in <xref target="stack"/>. CoAP-EAP is an application built on top of CoAP. On top of the application, there is an EAP state machine that can run any EAP method. For this specification, the EAP method <bcp14>MUST</bcp14> be able to derive keying material. CoAP-EAP also relies on CoAP reliability mechanisms in CoAP to transport EAP: CoAP over UDP with Confirmable messages (<xref target="RFC7252"/>) or CoAP over TCP, TLS, or WebSockets <xref target="RFC8323"/>.</t>
      <figure anchor="arch">
        <name>CoAP-EAP Architecture</name>
        <artwork align="center"><![CDATA[
  +----------+        +--------------+            +----------+
  |    EAP   |        |      EAP     |            |   AAA/   |
  |    peer  |<------>| authenticator|<---------->|EAP Server|
  +----------+  CoAP  +--------------+     AAA    +----------+
                                       (Optional)
  <---(SCOPE OF THIS DOCUMENT)---->
]]></artwork>
      </figure>
      <figure anchor="stack">
        <name>CoAP-EAP Stack</name>
        <artwork align="center"><![CDATA[
  +-------------------------------+
  |        EAP State Machine      |
  +-------------------------------+ \
  |     Application(CoAP-EAP)     |  | This Document
  +-------------------------------+ /
  | Request/Responses/Signaling   | RFC 7252 / RFC 8323
  +-------------------------------+
  |    Message / Message Framing  | RFC 7252 / RFC 8323
  +-------------------------------+
  |Unreliable / Reliable Transport| RFC 7252 / RFC 8323
  +-------------------------------+
]]></artwork>
      </figure>
    </section>
    <section anchor="sec_coap-eap-operation">
      <name>CoAP-EAP Operation</name>
      <t>Because CoAP-EAP uses reliable delivery defined in CoAP (<xref target="RFC7252"/>, <xref target="RFC8323"/>), EAP retransmission time is set to infinite as mentioned in <xref target="RFC3748"/>. To keep the ordering guarantee, CoAP-EAP uses Hypermedia as the Engine of Application State (HATEOAS). Each step during the EAP authentication accesses a new resource in the CoAP server (EAP peer). The previous resource is removed once the new resource is created, indicating the resource that will process the next step of the EAP authentication.</t>
      <t>An EAP method that does not export keying material <bcp14>MUST NOT</bcp14> be used.
One of the benefits of using EAP is that we can choose from a large variety of authentication methods.</t>
      <t>In CoAP-EAP, the EAP peer will only have one authentication session with a specific EAP authenticator and it will not process any other EAP authentication in parallel (with the same EAP authenticator). That is, a single ongoing EAP authentication is permitted for the same EAP peer and the same EAP authenticator. It may be worth noting that the EAP authenticator may have parallel EAP sessions with multiple EAP peers.</t>
      <t>To access the authentication service, this document defines the well-known URI "/.well-known/coap-eap" (to be assigned by IANA)</t>
      <section anchor="discovery-section">
        <name>Discovery</name>
        <t>Before the CoAP-EAP exchange takes place, the EAP peer needs to discover the EAP authenticator or the entity that will enable the CoAP-EAP exchange (e.g., an intermediary proxy). The discovery process is out of the scope of this document.</t>
        <t>The CoAP-EAP application can be accessed through the well-known URI "coap-eap" for the trigger message (Step 0). The CoAP-EAP service can be discovered by asking directly about the services offered. This information can also be available in the resource directory <xref target="RFC9176"/>.</t>
        <t>Implementation Notes: There are different methods to discover the IPv6 address of the EAP authenticator or intermediary entity. For example, on a 6LoWPAN network, the Border Router will typically act as the EAP authenticator hence, after receiving the Router Advertisement (RA) messages from the Border Router, the EAP peer may engage on the CoAP-EAP exchange. Different protocols can be used to discover the IP of the EAP authenticator. Examples of such protocols are Multicast DNS (mDNS) <xref target="RFC6762"/> or DHCPv6 <xref target="RFC8415"/>.</t>
      </section>
      <section anchor="flow-of-operation">
        <name>Flow of operation (OSCORE establishment)</name>
        <t><xref target="figure1"/> shows the general flow of operation for CoAP-EAP to authenticate using EAP and establish an OSCORE security context. The flow does not show a specific EAP method. Instead, we represent the chosen EAP method by using a generic name (EAP-X).  The flow assumes that the EAP peer knows the EAP authenticator implements the CoAP-EAP service.</t>
        <t>The steps of the operation are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Step 0. The EAP peer <bcp14>MUST</bcp14> start the CoAP-EAP process by sending a "POST /.well-known/coap-eap" request (trigger message). This message carries the 'No-Response'  <xref target="RFC7967"/> CoAP option to avoid waiting for a response that is not needed. This is the only message where the EAP authenticator acts as a CoAP server and the EAP peer as a CoAP client. The message also includes a URI in the payload of the message to indicate the resource where the EAP authenticator <bcp14>MUST</bcp14> send the next message. The name of the resource is selected by the CoAP server.</t>
          </li>
        </ul>
        <t>Implementation notes: 
When generating the URI for a resource of a step of the authentication, the resource could have the following format "path/eap/counter", where:</t>
        <ul spacing="normal">
          <li>
            <t>"path" is some local path on the device to make the path unique.  This could be omitted if desired.</t>
          </li>
          <li>
            <t>"eap" is the name that indicates the URI is for the EAP peer.  This has no meaning for the protocol but helps with debugging.</t>
          </li>
          <li>
            <t>"counter' which is an incrementing unique number for every new EAP request.</t>
          </li>
        </ul>
        <t>So, in <xref target="figure1"/> for example, the URI for the first resource would be “a/eap/1"</t>
        <ul spacing="normal">
          <li>
            <t>Step 1. The EAP authenticator sends a POST message to the resource indicated in Step 0 (e.g., '/a/eap/1'). The payload in this message contains the first EAP message (EAP Request/Identity), the Recipient ID of the EAP authenticator (RID-C) for OSCORE, and <bcp14>MAY</bcp14> contain a CBOR array with a list of cipher suites (CS) for OSCORE. If the cipher suite list is not included, the default cipher suite for OSCORE is used. The details of the cipher suite negotiation are discussed in <xref target="crypto-negotiation"/>.</t>
          </li>
          <li>
            <t>Step 2. The EAP peer processes the POST message sending the EAP request (EAP-Req/Id) to the EAP peer state machine, which returns an EAP response (EAP Resp/Id). Then, assigns a new resource to the ongoing authentication process (e.g., '/a/eap/2'), and deletes the previous one ('/a/eap/1'). Finally, sends a '2.01 Created' response with the new resource identifier in the Location-Path (and/or Location-Query) options for the next step. The EAP response, the Recipient ID of the EAP peer (RID-I) and the selected cipher suite for OSCORE are included in the payload. In this step, the EAP peer <bcp14>MAY</bcp14> create an OSCORE security context (see <xref target="OSCORE"/>). The required Master Session Key (MSK) will be available once the EAP authentication is successful in step 7.</t>
          </li>
          <li>
            <t>Steps 3-6. From now on, the EAP authenticator and the EAP peer will exchange EAP packets related to the EAP method (EAP-X), transported in the CoAP message payload. The EAP authenticator will use the POST method to send EAP requests to the EAP peer. The EAP peer will use a response to carry the EAP response in the payload. EAP requests and responses are represented in <xref target="figure1"/> using the nomenclature (EAP-X-Req and EAP-X-Resp, respectively).  When a POST message arrives (e.g., '/a/eap/1') carrying an EAP request message, if processed correctly by the EAP peer state machine, returns an EAP Response. Along with each EAP Response, a new resource is created (e.g., '/a/eap/3') for processing the next EAP request and the ongoing resource (e.g., '/a/eap/2') is erased. This way, ordering guarantee is achieved. Finally, an EAP response is sent in the payload of a CoAP response that will also indicate the new resource in the Location-Path (and/or Location-Query) Options. In case there is an error processing a legitimate message, the server will return a (4.00 Bad Request). There is a discussion about error handling in <xref target="error-handling"/>.</t>
          </li>
          <li>
            <t>Step 7. When the EAP authentication ends with success, the EAP authenticator obtains the Master Session Key (MSK) exported by the EAP method, an EAP Success message, and some authorization information (e.g., session lifetime) <xref target="RFC5247"/>. The EAP authenticator creates the OSCORE security context using the MSK and Recipient ID of both entities exchanged in Steps 1 and 2. The establishment of the OSCORE Security Context is defined in <xref target="OSCORE"/>. Then, the EAP authenticator sends the POST message protected with OSCORE for key confirmation including the EAP Success. The EAP authenticator <bcp14>MAY</bcp14> also send a Session Lifetime, in seconds, which is represented with an unsigned integer in a CBOR object (see <xref target="cbor-coap-eap"/>). If this Session Lifetime is not sent, the EAP peer assumes a default value of 8 hours, as <bcp14>RECOMMENDED</bcp14> in <xref target="RFC5247"/>. The verification of the received OSCORE-protected POST message using RID-I (Recipient ID of the EAP peer) sent in Step 2 is considered by the EAP peer as an alternate indication of success (<xref target="RFC3748"/>). The EAP peer state machine in the EAP peer interprets the alternate indication of success similarly to the arrival of an EAP Success and returns the MSK, which is used for the OSCORE security context in the EAP peer to process the protected POST message received from the EAP authenticator.</t>
          </li>
          <li>
            <t>Step 8. If the EAP authentication and the verification of the OSCORE-protected POST in Step 7 is successful, then the EAP peer answers with an OSCORE-protected '2.04 Changed'.  From this point on, communication with the last resource (e.g., '/a/eap/(n)') <bcp14>MUST</bcp14> be protected with OSCORE.  If allowed by application policy, the same OSCORE security context <bcp14>MAY</bcp14> be used to protect communication to other resources between the same endpoints.</t>
          </li>
        </ul>
        <figure anchor="figure1">
          <name>CoAP-EAP flow of operation with OSCORE</name>
          <artwork align="center"><![CDATA[
       EAP peer                              EAP authenticator
     -------------                            ------------
         |  POST /.well-known/coap-eap             |
       0)|  No-Response                            |
         |  Payload("/a/eap/1")                    |
         |---------------------------------------->|
         |                           POST /a/eap/1 |
         |          Payload(EAP Req/Id||CS||RID-C) |
       1)|<----------------------------------------|
         | 2.01 Created Location-Path [/a/eap/2]   |
         | Payload(EAP Resp/Id||CS||RID-I)         |
       2)|---------------------------------------->|
         |                           POST /a/eap/2 |
         |                     Payload(EAP-X Req)  |
       3)|<----------------------------------------|
         | 2.01 Created Location-Path [/a/eap/3]   |
         | Payload(EAP-X Resp)                     |
       4)|---------------------------------------->|
                            ....
         |                     POST /a/eap/(n-1)   |
         |                     Payload(EAP-X Req)  |
       5)|<----------------------------------------|
         | 2.01 Created Location-Path [/a/eap/(n)] |
         | Payload (EAP-X Resp)                    |
       6)|---------------------------------------->|
         |                                         |  MSK
         |                         POST /a/eap/(n) |   |
         |                                  OSCORE |   V
         | Payload (EAP Success||*Session-Lifetime)| OSCORE
 MSK   7)|<----------------------------------------|  CTX
  |      |                                         |
  V      | 2.04 Changed                            |
OSCORE   | OSCORE                                  |
 CTX   8)|---------------------------------------->|
           (*) Session-Lifetime is optional.
]]></artwork>
        </figure>
      </section>
      <section anchor="re-authentication">
        <name>Reauthentication</name>
        <t>When the CoAP-EAP state is close to expiring, the EAP peer may want to start a new authentication process (re-authentication) to renew the state. The main goal is to derive new and fresh keying material (MSK/EMSK) that, in turn, allows deriving a new OSCORE security context, increasing the protection against key leakage. The keying material <bcp14>MUST</bcp14> be renewed before the expiration of the Session-Lifetime. By default, the EAP Key Management Framework establishes a default value of 8 hours to refresh the keying material. Certain EAP methods such as EAP-NOOB <xref target="RFC9140"/> or EAP-AKA' <xref target="RFC5448"/> provide fast reconnect for quicker re-authentication. The EAP re-authentication protocol (ERP) <xref target="RFC6696"/> <bcp14>MAY</bcp14> also be used to avoid the repetition of the entire EAP exchange.</t>
        <t>The re-authentication message flow will be the same as the one shown in <xref target="figure1"/>. Nevertheless, two different CoAP-EAP states will be active during the re-authentication: the current CoAP-EAP state and the new CoAP-EAP state, which will be created once the re-authentication has finished with success. Once the re-authentication is completed successfully, the current CoAP-EAP state is deleted and replaced by the new CoAP-EAP state. If, for any reason, the re-authentication fails, the current CoAP-EAP state will be available until it expires, or it is renewed in another try of re-authentication.</t>
        <t>If the re-authentication fails, it is up to the EAP peer to decide when to start a new re-authentication before the current EAP state expires.</t>
      </section>
      <section anchor="managing_boot_state">
        <name>Managing the State of the Service</name>
        <t>The EAP peer and the EAP authenticator keep state during the CoAP-EAP negotiation. The CoAP-EAP state includes several important parts:</t>
        <ul spacing="normal">
          <li>
            <t>A reference to an instance of the EAP (peer or authenticator/server) state machine.</t>
          </li>
          <li>
            <t>The resource for the next message in the negotiation (e.g., '/a/eap/2')</t>
          </li>
          <li>
            <t>The MSK is exported when the EAP authentication is successful. CoAP-EAP can access the different variables by the EAP state machine (i.e., <xref target="RFC4137"/>).</t>
          </li>
          <li>
            <t>A reference to the OSCORE context.</t>
          </li>
        </ul>
        <t>Once created, the EAP authenticator <bcp14>MAY</bcp14> choose to delete the state as described in <xref target="figure4"/>. Conversely, the EAP peer may need to renew the CoAP-EAP state because the key material is close to expiring, as mentioned in <xref target="re-authentication"/>.</t>
        <t>There are situations where the current CoAP-EAP state might need to be removed. For instance, due to its expiration or forced removal, the EAP peer needs to be expelled from the security domain. This exchange is illustrated in <xref target="figure4"/>.</t>
        <t>If the EAP authenticator deems it necessary to remove the CoAP-EAP state from the EAP peer before it expires, it can send a DELETE command in a request to the EAP peer, referencing the last CoAP-EAP state resource given by the CoAP server, whose identifier will be the last one received (e.g., '/a/eap/(n)' in <xref target="figure1"/>). This message is protected by the OSCORE security association to prevent forgery. Upon reception of this message, the CoAP server sends a response to the EAP authenticator with the Code '2.02 Deleted', which is also protected by the OSCORE security association. If a response from the EAP peer does not arrive after EXCHANGE_LIFETIME the EAP authenticator will remove the state.</t>
        <figure anchor="figure4">
          <name>Deleting state</name>
          <artwork align="center"><![CDATA[
             EAP peer                             EAP authenticator
           -------------                           -------------
                |                                         |
                |                       DELETE /a/eap/(n) |
                |                                  OSCORE |
                |<----------------------------------------|
                |                                         |
                | 2.02 Deleted                            |
                | OSCORE                                  |
                |---------------------------------------->|
]]></artwork>
        </figure>
      </section>
      <section anchor="error-handling">
        <name>Error handling</name>
        <t>This section elaborates on how different errors are handled. From EAP authentication failure, a non-responding endpoint lost messages, or an initial POST message arriving out of place.</t>
        <section anchor="eap-authentication-failure">
          <name>EAP authentication failure</name>
          <t>EAP authentication <bcp14>MAY</bcp14> fail in different situations (e.g., wrong credentials). The result is that the EAP authenticator will send an EAP Failure message because of the EAP authentication (Step 7 in <xref target="figure1"/>). In this case, the EAP peer <bcp14>MUST</bcp14> send a response '4.01 Unauthorized' in Step 8. Therefore, Step 7 and Step 8 are not protected in this case because no MSK is exported and the OSCORE security context is not yet generated.</t>
          <t>If the EAP authentication fails during the re-authentication and the EAP authenticator sends an EAP failure, the current CoAP-EAP state will be still usable until it expires.</t>
        </section>
        <section anchor="non-responding-endpoint">
          <name>Non-responding endpoint</name>
          <t>If, for any reason, one of the entities becomes non-responding, the CoAP-EAP state <bcp14>SHOULD</bcp14> be kept only for some time before it is removed. The removal of the CoAP-EAP state in the EAP authenticator assumes that the EAP peer will need to authenticate again. According to CoAP, EXCHANGE_LIFETIME considers the time it takes until a client stops expecting a response to a request. A timer is reset every time a message is sent. 
By default, CoAP-EAP adopts the value of EXCHANGE_LIFETIME as a timer in the EAP peer and Authenticator to remove the CoAP-EAP state if the authentication process has not progressed in that time, in consequence, it has not been completed.</t>
          <t>The EAP peer will remove the CoAP-EAP state either if the EXCHANGE_LIFETIME is triggered, or the EAP peer state machine returns an eapFail.</t>
          <t>The EAP authenticator will remove the CoAP-EAP state either if the EXCHANGE_LIFETIME is triggered, or, when the EAP authenticator is acting in pass-through mode (i.e., the EAP authentication is performed against a AAA server), the EAP authenticator state machine returns an aaaTimemout.</t>
        </section>
        <section anchor="duplicated-message-with-well-knowncoap-eap">
          <name>Duplicated message with /.well-known/coap-eap</name>
          <t>The reception of the trigger message in Step 0 containing /.well-known/coap-eap needs some additional considerations, as the resource is always available in the EAP authenticator.</t>
          <t>If a trigger message (Step 0) arrives at the EAP authenticator during an ongoing authentication with the same EAP peer, the EAP authenticator <bcp14>MUST</bcp14> silently discard this trigger message.</t>
          <t>If an old "POST /.well-known/coap-eap" (Step 0) arrives at the EAP authenticator and there is no authentication ongoing, the EAP authenticator may understand that a new authentication process is requested. Consequently, the EAP authenticator will start a new EAP authentication. However, the EAP peer did not start any authentication and therefore, it did not select any resource for the EAP authentication. Thus, the EAP peer sends a '4.04 Not found' in the response (<xref target="figure9"/>).</t>
          <figure anchor="figure9">
            <name>/.well-known/coap-eap with no ongoing authentication from the EAP authenticator</name>
            <artwork align="center"><![CDATA[
 EAP peer                              EAP authenticator
 ----------                              ----------
      |  *POST /.well-known/coap-eap            |
   0) |  No-Response                            |
      |  Payload("/a/eap/1")                    |
      |               ------------------------->|
      |                          POST /a/eap/1  |
      |                Payload (EAP Req/Id||CS) |
   1) |<----------------------------------------|
      |                                         |
      | 4.04 Not found                          |
      |---------------------------------------->|
      * Old
]]></artwork>
          </figure>
        </section>
      </section>
      <section anchor="proxy">
        <name>Proxy operation in CoAP-EAP</name>
        <t>The CoAP-EAP operation is intended to be compatible with the use of intermediary entities between the EAP peer and the EAP authenticator when direct communication is not possible. In this context, CoAP proxies can be used as enablers of the CoAP-EAP exchange.</t>
        <t>This specification is limited to using standard CoAP <xref target="RFC7252"/> as well as standardized CoAP options <xref target="RFC8613"/>. It does not specify any addition in the form of CoAP options. This is expected to ease the integration of CoAP intermediaries in the CoAP-EAP exchange.</t>
        <t>When using proxies in the CoAP-EAP we need to consider that the exchange contains a role-reversal process at the beginning of the exchange. In the first message, the EAP peer acts as a CoAP client and the EAP authenticator as the CoAP server. After that, in the remaining exchanges the roles are reversed, being the EAP peer, the CoAP server, and the EAP authenticator, the CoAP client. When using a proxy in the exchange, for message 0, the proxy will act as forward, and as reverse for the rest. Additionally, in the first exchange, the EAP peer as a CoAP client, sends the URI for the next CoAP message in the payload of a request. This is not the typical behavior, as URIs referring to new services/resources appear in Location-Path and/or Location-Query Options in CoAP responses. Hence, the proxy will have to treat the payload of message 0, as if it were a Location-Path Option of a CoAP response.</t>
      </section>
    </section>
    <section anchor="cbor-coap-eap">
      <name>CBOR Objects in CoAP-EAP</name>
      <t>In the CoAP-EAP exchange, there is information that needs to be exchanged between the two entities. Examples of this information are the cipher suites that need to be negotiated or authorization information (Session-lifetime). There may also be a need to extend the information that has to be exchanged in the future. This section specifies the CBOR <xref target="RFC8949"/> data structure to exchange information between the EAP peer and the EAP authenticator in the CoAP payload.</t>
      <t><xref target="figure11"/> shows the specification of the CBOR Object to exchange information in CoAP-EAP</t>
      <figure anchor="figure11">
        <name>CBOR data structure for CoAP-EAP</name>
        <artwork align="center"><![CDATA[
   CoAP-EAP_Info = {
         ?  1 : array,   ; cipher suite
         ?  2 : bstr,    ; RID-C
         ?  3 : bstr,    ; RID-I
         ?  4 : uint     ; Session-Lifetime
     }
]]></artwork>
      </figure>
      <t>The parameters contain the following information:</t>
      <ol spacing="normal" type="1"><li>
          <t>cipher suite: It contains an array including the list of the proposed or selected COSE algorithms for OSCORE. If the field is carried over a request, the meaning is the proposed cipher suite, if it is carried over a response, corresponds to the agreed-upon ciphersuites.</t>
        </li>
        <li>
          <t>RID-I: It contains the Recipient ID of the EAP peer. The EAP authenticator uses this value as a Sender ID for its OSCORE Sender Context. The EAP peer uses this value as Recipient ID for its Recipient Context.</t>
        </li>
        <li>
          <t>RID-C: It contains the Recipient ID of the EAP authenticator. The EAP peer uses this value as a Sender ID for its OSCORE Sender Context. The EAP authenticator uses this value as Recipient ID for its Recipient Context.</t>
        </li>
        <li>
          <t>Session-Lifetime: Contains the time the session is valid, in seconds.</t>
        </li>
      </ol>
      <t>Other indexes can be used to carry additional values as needed, like specific authorization parameters.</t>
      <t>The indexes from 65000 to 65535 are reserved for experimentation.</t>
    </section>
    <section anchor="key_deriv">
      <name>Cipher suite negotiation and key derivation</name>
      <section anchor="crypto-negotiation">
        <name>Cipher suite negotiation</name>
        <t>OSCORE runs after the EAP authentication, using the cipher suite selected in the cipher suite negotiation (Steps 1 and 2). To negotiate the cipher suite, CoAP-EAP follows a simple approach: the EAP authenticator sends a list, in decreasing order of preference, with the identifiers of the supported cipher suites (Step 1). In the response to that message (Step 2), the EAP peer sends a response with the choice.</t>
        <t>This list is included in the payload after the EAP message through a CBOR as explained previously. An example of how the fields are arranged in the CoAP payload can be seen in <xref target="figure5"/>. An example of the exchange with the cipher suite negotiation is shown in <xref target="figure6"/>, where can be appreciated the disposition of both EAP-Request/Identity and EAP-Response/Identity, followed by the CBOR object defined in <xref target="cbor-coap-eap"/>, containing the cipher suite field for the cipher suite negotiation.</t>
        <figure anchor="figure5">
          <name>cipher suites are in the CoAP payload</name>
          <artwork align="center"><![CDATA[
+-----+-----------+-------+------++-------------+
|Code |Identifier |Length | Data ||cipher suites|
+-----+-----------+-------+------++-------------+
          EAP Packet                CBOR Object

]]></artwork>
        </figure>
        <figure anchor="figure6">
          <name>cipher suite negotiation</name>
          <artwork align="center"><![CDATA[
    EAP peer                                 EAP Auth.
 (CoAP server)                             (CoAP client)
 -------------                             -------------
       |                                         |
       |                  ...                    |
       |---------------------------------------->|
       |                          POST /a/eap/1  |
       |  Payload (EAP Req/Id, CBORArray[0,1,2]) |
    1) |<----------------------------------------|
       | 2.01 Created Location-Path [/a/eap/2]   |
       | Payload (EAP Resp/Id, CBORArray[0])     |
    2) |---------------------------------------->|
                          ...
]]></artwork>
        </figure>
        <t>In case there is no CBOR array stating the cipher suites, the default cipher suites are applied. If the EAP authenticator sends a restricted list of cipher suites that are willing to accept, it <bcp14>MUST</bcp14> include the default value 0 since it is mandatory to implement. The EAP peer will have at least that option available.</t>
        <t>The cipher suite requirements are inherited from the ones established by OSCORE <xref target="RFC8613"/>, which are COSE algorithms <xref target="RFC9053"/>. By default, the HKDF algorithm is SHA-256 and the AEAD algorithm is AES-CCM-16-64-128 <xref target="RFC9053"/>. Both are mandatory to implement. The other cipher suites in the cipher suite negotiation are the following:</t>
        <ul spacing="normal">
          <li>
            <t>0) AES-CCM-16-64-128, SHA-256 (default)</t>
          </li>
          <li>
            <t>1) A128GCM, SHA-256</t>
          </li>
          <li>
            <t>2) A256GCM, SHA-384</t>
          </li>
          <li>
            <t>3) ChaCha20/Poly1305, SHA-256</t>
          </li>
          <li>
            <t>4) ChaCha20/Poly1305, SHAKE256</t>
          </li>
        </ul>
        <t>This specification uses the (HMAC)-based key derivation function (HKDF) defined in <xref target="RFC5869"/> to derive the necessary key material. Since the key derivation process uses the MSK, which is considered fresh key material, we will use the HKDF-Expand function, which we will shorten here as KDF.</t>
      </section>
      <section anchor="OSCORE">
        <name>Deriving the OSCORE Security Context</name>
        <t>The derivation of the security context for OSCORE allows securing the communication between the EAP peer and the EAP authenticator once the MSK has been exported, providing confidentiality, integrity, key confirmation (Steps 7 and 8), and downgrading attack detection.</t>
        <t>The Master Secret can be derived by using the chosen cipher suite and the KDF as follows:</t>
        <artwork align="center"><![CDATA[
Master Secret = KDF(MSK, CS | "COAP-EAP OSCORE MASTER SECRET", length)
]]></artwork>
        <t>where:</t>
        <ul spacing="normal">
          <li>
            <t>The algorithms for OSCORE agreed in the cipher suite negotiation.</t>
          </li>
          <li>
            <t>The MSK exported by the EAP method. Discussion about the use of the MSK for key derivation is done in <xref target="security_considerations"/>.</t>
          </li>
          <li>
            <t>CS is the concatenation of the content of the cipher suite negotiation, that is, the list of cipher suites sent by the EAP authenticator (Step 1) to the selected option by the EAP peer (Step 2). If any of the messages did not contain the CBOR array (default algorithms), the null string is used.</t>
          </li>
          <li>
            <t>"COAP-EAP OSCORE MASTER SECRET" is the ASCII code representation of the non-NULL terminated string (excluding the double quotes around it).</t>
          </li>
          <li>
            <t>CS and "COAP-EAP OSCORE MASTER SECRET" are concatenated.</t>
          </li>
          <li>
            <t>length is the size of the output key material.</t>
          </li>
        </ul>
        <t>The Master Salt, similarly to the Master Secret, can be derived as follows:</t>
        <artwork align="center"><![CDATA[
Master Salt = KDF(MSK, CS | "COAP-EAP OSCORE MASTER SALT", length)
]]></artwork>
        <t>where:</t>
        <ul spacing="normal">
          <li>
            <t>The algorithms are agreed upon in the cipher suite negotiation.</t>
          </li>
          <li>
            <t>The MSK is exported by the EAP method. Discussion about the use of the MSK for the key derivation is done in <xref target="security_considerations"/>.</t>
          </li>
          <li>
            <t>CS is the concatenation of the content of the cipher suite negotiation, in the request and response. If any of the messages did not contain the CBOR array, the null string is used.</t>
          </li>
          <li>
            <t>"COAP-EAP OSCORE MASTER SALT" is the ASCII code representation of the non-NULL-terminated string (excluding the double quotes around it).</t>
          </li>
          <li>
            <t>CS and "COAP-EAP OSCORE MASTER SALT" are concatenated.</t>
          </li>
          <li>
            <t>length is the size of the output key material.</t>
          </li>
        </ul>
        <t>Since the MSK is used to derive the Master Key, the correct verification of the OSCORE protected request (Step 7) and response (Step 8) confirms the EAP authenticator and the EAP peer have the same Master Secret, achieving key confirmation.</t>
        <t>To prevent a downgrading attack, the content of the cipher suites negotiation (which we refer to here as CS) is embedded in the Master Secret derivation. If an attacker changes the value of the cipher suite negotiation, the result will be different OSCORE security contexts, which ends up with a failure in Steps 7 and 8.</t>
        <t>The EAP authenticator will use the Recipient ID of the EAP peer (RID-I) as the Sender ID for its OSCORE Sender Context. The EAP peer will use this value as Recipient ID for its Recipient Context.</t>
        <t>The EAP peer will use the Recipient ID of the EAP authenticator (RID-C) as the Sender ID for its OSCORE Sender Context. The EAP authenticator will use this value as Recipient ID for its Recipient Context.</t>
      </section>
    </section>
    <section anchor="implementation_considerations">
      <name>Discussion</name>
      <section anchor="coap-as-eap-lower-layer">
        <name>CoAP as EAP lower layer</name>
        <t>This section discusses the suitability of the CoAP protocol as EAP lower layer and reviews the requisites imposed by EAP on any protocol transporting EAP. What EAP expects from its lower layers can be found in Section 3.1 of <xref target="RFC3748"/>, which is elaborated next:</t>
        <t>Unreliable transport. EAP does not assume that lower layers are reliable, but it can benefit from a reliable lower layer. In this sense, CoAP provides a reliability mechanism (e.g., using Confirmable messages).</t>
        <t>Lower layer error detection. EAP relies on lower layer error detection (e.g., CRC, Checksum, MIC, etc.). CoAP goes on top of UDP/TCP, which provides a checksum mechanism over its payload.</t>
        <t>Lower layer security. EAP does not require security services from the lower layers.</t>
        <t>Minimum MTU.  Lower layers need to provide an EAP MTU size of 1020 octets or greater. CoAP assumes an upper bound of 1024 octets for its payload, which covers the EAP requirements when in the CoAP payload only the EAP message is sent. In the case of Messages 1 and 2 in <xref target="figure1"/>, those messages have extra information apart from EAP. Nevertheless, the EAP Req/Id has a fixed length of 5 bytes. Message 2 with the EAP Resp/Id, would limit the length of the identity being used to the CoAP payload maximum size (1024) - len( CS || RID-I ) - EAP Response header (5 bytes), which leaves enough space for sending even lengthy identities. Nevertheless, this limitation can be overcome by using CoAP block-wise transfer<xref target="RFC7959"/>. 
Note: When EAP is proxied over an AAA framework,  the Access-Request packets in RADIUS <bcp14>MUST</bcp14> contain a Framed-MTU attribute with the value 1024, and the Framed-MTU AVP to 1024 in DIAMETER This attribute signals the AAA server that it should limit its responses to 1024 octets.</t>
        <t>Ordering guarantees. EAP relies on lower layer ordering guarantees for correct operation. Regarding message ordering, every time a new message arrives at the authentication service hosted by the EAP peer, a new resource is created, and this is indicated in a "2.01 Created" response code along with the name of the new resource via Location-Path or Location-Query options. This way, the application shows that its state has advanced.</t>
        <t>Although the <xref target="RFC3748"/> states: "EAP provides its own support for duplicate elimination and retransmission", EAP is also reliant on lower layer ordering guarantees. In this regard, <xref target="RFC3748"/> talks about possible duplication and says: "Where the lower layer is reliable, it will provide the EAP layer with a non-duplicated stream of packets. However, while it is desirable that lower layers provide for non-duplication, this is not a requirement". CoAP provides a non-duplicated stream of packets and accomplishes the desirable non-duplication. In addition, <xref target="RFC3748"/> says that when EAP runs over a reliable lower layer "the authenticator retransmission timer <bcp14>SHOULD</bcp14> be set to an infinite value, so that retransmissions do not occur at the EAP layer."</t>
      </section>
      <section anchor="size-of-the-eap-lower-layer-vs-eap-method-size">
        <name>Size of the EAP lower layer vs EAP method size</name>
        <t>Regarding the impact that an EAP lower layer will have on the number of bytes of the whole authentication exchange, there is a comparison with another network layer-based EAP lower layer, PANA <xref target="RFC5191"/>, in <xref target="coap-eap"/>.</t>
        <t>The EAP method being transported will take most of the exchange, however, the impact of the EAP lower layer cannot be ignored, especially in very constrained communication technologies, such as the ones we can find in IoT, with limited capabilities.</t>
        <t>Note: For constrained devices and network scenarios, the use of the latest versions of EAP methods (EAP-TLS 1.3 <xref target="RFC9190"/>) is recommended in favor of older versions with the goal of economization.</t>
      </section>
    </section>
    <section anchor="security_considerations">
      <name>Security Considerations</name>
      <t>There are some security aspects to be considered such as how authorization is managed, the use of MSK as key material, and how trust in the EAP authenticator is established. Additional considerations such as EAP channel binding as per <xref target="RFC6677"/> are also discussed here.</t>
      <section anchor="authorization">
        <name>Authorization</name>
        <t>Authorization is part of bootstrapping. It serves to establish whether the EAP peer can join and the set of conditions it must adhere to. The authorization data will be gathered from the organization that is responsible for the EAP peer and sent to the EAP authenticator in case AAA infrastructure is deployed.</t>
        <t>In standalone mode, the authorization information will be in the EAP authenticator. If the pass-through mode is used, authorization data received from the AAA server can be delivered by the AAA protocol (e.g., RADIUS or Diameter).  Providing more fine-grained authorization data can be with the transport of SAML in RADIUS <xref target="RFC7833"/>.
After bootstrapping, additional authorization information may be needed to operate in the security domain. This can be taken care of by the solutions proposed in the ACE WG such as the use of OAuth <xref target="RFC9200"/>, among other solutions, to provide Authentication and Authorization for Constrained Environments.</t>
      </section>
      <section anchor="allowing-ip-traffic-connectivity-to-perform-authentication">
        <name>Allowing IP traffic connectivity to perform authentication</name>
        <t>Since CoAP is an application protocol, CoAP-EAP assumes certain IP connectivity in the link between the EAP peer and the EAP authenticator to run. This link <bcp14>MUST</bcp14> authorize exclusively unprotected IP traffic to be sent between the EAP peer and the EAP authenticator during the authentication with CoAP-EAP. Once the authentication is successful, the key material generated by the EAP authentication (MSK) and any other traffic can be authorized if it is protected. It is worth noting that if the EAP authenticator is not in the same link as the EAP peer and intermediate entity help with this process (i.e., CoAP proxy) and the same comment applies to the communication between the EAP peer and the intermediary.</t>
      </section>
      <section anchor="freshness-of-the-key-material">
        <name>Freshness of the key material</name>
        <t>In CoAP-EAP there is no nonce exchange to provide freshness to the keys derived from the MSK. The MSK and Extended Master Session Key (EMSK) keys according to the EAP Key Management Framework <xref target="RFC5247"/> are fresh key material. Since only one authentication is established per EAP authenticator, there is no need to generate additional key material. In case a new MSK is required, a re-authentication can be done, by running the process again or using a more lightweight EAP method to derive additional key material as elaborated in <xref target="re-authentication"/>.</t>
      </section>
      <section anchor="channel-binding-support">
        <name>Channel Binding support</name>
        <t>According to the <xref target="RFC6677"/>, channel binding related to EAP, is sent through the EAP method supporting it.</t>
        <t>To satisfy the requirements of the document, we need to send the EAP lower layer identifier (To be assigned by IANA), in the EAP Lower-Layer Attribute if RADIUS is used.</t>
      </section>
      <section anchor="additional-security-consideration">
        <name>Additional Security Consideration</name>
        <t>In the authentication process, there is a possibility of an entity forging messages to generate denial of service (DoS) attacks on any of the entities involved. For instance, an attacker can forge multiple initial messages to start an authentication (Step 0) with the EAP authenticator as if they were sent by different EAP peers. Consequently, the EAP authenticator will start an authentication process for each message received in Step 0, sending the EAP Request/Id (Step 1).</t>
        <t>To minimize the effects of this DoS attack, it is <bcp14>RECOMMENDED</bcp14> that the EAP authenticator limits the rate at which it processes incoming messages in Step 0 to provide robustness against denial of service (DoS) attacks. The details of rate limiting are outside the scope of this specification. Nevertheless, the rate of these messages is also limited by the bandwidth available between the EAP peer and the EAP authenticator. This bandwidth will be especially limited in constrained links (e.g., LPWAN). Lastly, it is also <bcp14>RECOMMENDED</bcp14> to reduce at a minimum the state in the EAP authenticator at least until the EAP Response/Id is received by the EAP authenticator.</t>
        <t>Another security-related concern is how to ensure that the EAP peer joining the security domain can trust the EAP authenticator. This issue is elaborated in the EAP Key Management Framework <xref target="RFC5247"/>. In particular, the EAP peer knows it can trust the EAP authenticator because the key that is used to establish the security association is derived from the MSK. If the EAP authenticator has the MSK, it is because the AAA Server of the EAP peer trusted the EAP authenticator.</t>
      </section>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This section provides guidance to the Internet Assigned Numbers Authority (IANA) regarding the registration of values related to CoAP-EAP.</t>
      <section anchor="ciphersuite">
        <name>CoAP-EAP Cipher Suites</name>
        <t>IANA has created a new registry titled "CoAP-EAP Cipher Suites" under the new group name "CoAP-EAP protocol".  The registration procedure is "Expert Review".  The columns of the registry are Value, Array, and Description, where Value is an integer, and the other columns are text strings.  The initial contents of the registry are:</t>
        <ul spacing="normal">
          <li>
            <t>Value: -24</t>
          </li>
          <li>
            <t>Array: N/A</t>
          </li>
          <li>
            <t>Description: Reserved for Private Use</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: -23</t>
          </li>
          <li>
            <t>Array: N/A</t>
          </li>
          <li>
            <t>Description: Reserved for Private Use</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: -22</t>
          </li>
          <li>
            <t>Array: N/A</t>
          </li>
          <li>
            <t>Description: Reserved for Private Use</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: -21</t>
          </li>
          <li>
            <t>Array: N/A</t>
          </li>
          <li>
            <t>Description: Reserved for Private Use</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 0</t>
          </li>
          <li>
            <t>Array: 10, -16</t>
          </li>
          <li>
            <t>Description: AES-CCM-16-64-128, SHA-256</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 1</t>
          </li>
          <li>
            <t>Array: 1, -16</t>
          </li>
          <li>
            <t>Description:  A128GCM, SHA-256</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 2</t>
          </li>
          <li>
            <t>Array: 3, -43</t>
          </li>
          <li>
            <t>Description:  A256GCM, SHA-384</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 3</t>
          </li>
          <li>
            <t>Array:  24, -16</t>
          </li>
          <li>
            <t>Description: ChaCha20/Poly1305, SHA-256</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 4</t>
          </li>
          <li>
            <t>Array:  24, -45</t>
          </li>
          <li>
            <t>Description: ChaCha20/Poly1305, SHAKE256</t>
          </li>
        </ul>
      </section>
      <section anchor="llid">
        <name>CoAP-EAP Information elements</name>
        <t>IANA has created a new registry titled "CoAP-EAP Information element" under the new group name "CoAP-EAP protocol".  The registration procedure is "Expert Review".  The columns of the registry are Value, Name, and Description, where Value is an integer, and the other columns are text strings.  The initial contents of the registry are:</t>
        <ul spacing="normal">
          <li>
            <t>Value:  1</t>
          </li>
          <li>
            <t>Name: cipher suite</t>
          </li>
          <li>
            <t>Description: List of the proposed or selected COSE algorithms for OSCORE</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 2</t>
          </li>
          <li>
            <t>Name: RID-C</t>
          </li>
          <li>
            <t>Description: It contains the Recipient ID of the EAP peer</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 3</t>
          </li>
          <li>
            <t>Name: RID-I</t>
          </li>
          <li>
            <t>Description: It contains the Recipient ID of the EAP authenticator</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Value: 4</t>
          </li>
          <li>
            <t>Name: Session-Lifetime</t>
          </li>
          <li>
            <t>Description: Contains the time the session is valid in seconds</t>
          </li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>
            <t>Values: 65000 to 65535</t>
          </li>
          <li>
            <t>Name: Reserved</t>
          </li>
          <li>
            <t>Description: Reserved for experimentation</t>
          </li>
        </ul>
      </section>
      <section anchor="wellknown">
        <name>The Well-Known URI Registry</name>
        <t>IANA has added the well-known URI "coap-eap" to the "Well-Known URIs"  registry under the group name "Well-Known URIs" defined by <xref target="RFC8615"/>. The registration procedure is "Expert Review".</t>
        <ul spacing="normal">
          <li>
            <t>URI suffix: coap-eap</t>
          </li>
          <li>
            <t>Change controller: IETF</t>
          </li>
          <li>
            <t>Specification document(s): [[this document]]</t>
          </li>
          <li>
            <t>Related information: None</t>
          </li>
        </ul>
      </section>
      <section anchor="lowerlayer">
        <name>The EAP lower layer identifier registry</name>
        <t>IANA has added the identifier of CoAP-EAP to the registry "EAP Lower Layer" under the Extensible Authentication Protocol (EAP) Registry defined by <xref target="RFC6677"/>. The registration procedure is "Expert Review".</t>
        <ul spacing="normal">
          <li>
            <t>Value: TBD.</t>
          </li>
          <li>
            <t>Lower Layer: CoAP-EAP</t>
          </li>
          <li>
            <t>Specification document(s): [[this document]]</t>
          </li>
        </ul>
      </section>
      <section anchor="mediatypes">
        <name>Media Types Registry</name>
        <t>IANA has added the media types "application/coap-eap" to the "Media Types" registry defined by <xref target="RFC6838"/> and <xref target="RFC4855"/>. The registration procedure is "Expert Review".</t>
        <ul spacing="normal">
          <li>
            <t>Type name: application</t>
          </li>
          <li>
            <t>Subtype name: coap-eap</t>
          </li>
          <li>
            <t>Required parameters: N/A</t>
          </li>
          <li>
            <t>Optional parameters: N/A</t>
          </li>
          <li>
            <t>Encoding considerations: binary</t>
          </li>
          <li>
            <t>Security considerations: See Section <xref target="security_considerations"/> of this document.</t>
          </li>
          <li>
            <t>Interoperability considerations: N/A</t>
          </li>
          <li>
            <t>Published specification: [[this document]]</t>
          </li>
          <li>
            <t>Applications that use this media type: To be identified</t>
          </li>
          <li>
            <t>Fragment identifier considerations: N/A</t>
          </li>
          <li>
            <t>Additional information:
            </t>
            <ul spacing="normal">
              <li>
                <t>Magic number(s): N/A</t>
              </li>
              <li>
                <t>File extension(s): N/A</t>
              </li>
              <li>
                <t>Macintosh file type code(s): N/A</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Person and email address to contact for further information: See "Authors' Addresses" section.</t>
          </li>
          <li>
            <t>Intended usage: COMMON</t>
          </li>
          <li>
            <t>Restrictions on usage: N/A</t>
          </li>
          <li>
            <t>Author: See "Authors' Addresses" section.</t>
          </li>
          <li>
            <t>Change Controller: IESG</t>
          </li>
        </ul>
      </section>
      <section anchor="content-format">
        <name>CoAP Content-Formats Registry</name>
        <t>IANA has added the media types "application/coap-eap" to the "CoAP Content-Formats" registry under the group name "Constrained RESTful Environments (CoRE) Parameters" defined by <xref target="RFC6690"/>. The registration procedure is "Expert Review".</t>
        <figure anchor="content-format_registry">
          <name>CoAP Content-Formats Registry</name>
          <artwork align="center"><![CDATA[
+-----------------------+----------+------+-------------------+
| Media Type            | Encoding | ID   | Reference         |
+-----------------------+----------+------+-------------------+
| application/coap-eap  | -        | TBD  | [[this document]] |
+-----------------------+----------+------+-------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="resource-type">
        <name>Resource Type (rt=) Link Target Attribute Values Registry</name>
        <t>IANA has added the resource type "core.coap-eap" to the "Resource Type (rt=) Link Target Attribute Values" registry under the group name "Constrained RESTful Environments (CoRE) Parameters" defined by <xref target="RFC6690"/>. The registration procedure is "Expert Review".</t>
        <ul spacing="normal">
          <li>
            <t>Value: "core.coap-eap"</t>
          </li>
          <li>
            <t>Description: CoAP-EAP resource.</t>
          </li>
          <li>
            <t>Reference: [[this document]]</t>
          </li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC5247" target="https://www.rfc-editor.org/info/rfc5247" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5247.xml">
          <front>
            <title>Extensible Authentication Protocol (EAP) Key Management Framework</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, enables extensible network access authentication. This document specifies the EAP key hierarchy and provides a framework for the transport and usage of keying material and parameters generated by EAP authentication algorithms, known as "methods". It also provides a detailed system-level security analysis, describing the conditions under which the key management guidelines described in RFC 4962 can be satisfied. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5247"/>
          <seriesInfo name="DOI" value="10.17487/RFC5247"/>
        </reference>
        <reference anchor="RFC3748" target="https://www.rfc-editor.org/info/rfc3748" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3748.xml">
          <front>
            <title>Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="L. Blunk" initials="L." surname="Blunk"/>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht"/>
            <author fullname="J. Carlson" initials="J." surname="Carlson"/>
            <author fullname="H. Levkowetz" initials="H." role="editor" surname="Levkowetz"/>
            <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="RFC7252" target="https://www.rfc-editor.org/info/rfc7252" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7252.xml">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <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="RFC8613" target="https://www.rfc-editor.org/info/rfc8613" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8613.xml">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC6677" target="https://www.rfc-editor.org/info/rfc6677" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6677.xml">
          <front>
            <title>Channel-Binding Support for Extensible Authentication Protocol (EAP) Methods</title>
            <author fullname="S. Hartman" initials="S." role="editor" surname="Hartman"/>
            <author fullname="T. Clancy" initials="T." surname="Clancy"/>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This document defines how to implement channel bindings for Extensible Authentication Protocol (EAP) methods to address the "lying Network Access Service (NAS)" problem as well as the "lying provider" problem. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6677"/>
          <seriesInfo name="DOI" value="10.17487/RFC6677"/>
        </reference>
        <reference anchor="RFC8323" target="https://www.rfc-editor.org/info/rfc8323" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8323.xml">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/rfc8949" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8949.xml">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <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="RFC7959" target="https://www.rfc-editor.org/info/rfc7959" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7959.xml">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ingles-eap-edhoc" target="https://datatracker.ietf.org/doc/html/draft-ingles-eap-edhoc-05" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ingles-eap-edhoc.xml">
          <front>
            <title>Using the Extensible Authentication Protocol with Ephemeral Diffie-Hellman over COSE (EDHOC)</title>
            <author fullname="Eduardo Ingles Sanchez" initials="E. I." surname="Sanchez">
              <organization>University of Murcia</organization>
            </author>
            <author fullname="Dan Garcia-Carrillo" initials="D." surname="Garcia-Carrillo">
              <organization>University of Oviedo</organization>
            </author>
            <author fullname="Rafael Marin-Lopez" initials="R." surname="Marin-Lopez">
              <organization>University of Murcia</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <date day="12" month="September" year="2023"/>
            <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-EDHOC with Ephemeral Diffie-Hellman Over COSE (EDHOC). EDHOC provides a lightweight authenticated Diffie-Hellman key exchange with ephemeral keys, using COSE (RFC 8152) to provide security services efficiently encoded in CBOR (RFC 8949). This document also provides guidance on authentication and authorization for EAP-EDHOC.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ingles-eap-edhoc-05"/>
        </reference>
        <reference anchor="RFC9053" target="https://www.rfc-editor.org/info/rfc9053" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9053.xml">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC7967" target="https://www.rfc-editor.org/info/rfc7967" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7967.xml">
          <front>
            <title>Constrained Application Protocol (CoAP) Option for No Server Response</title>
            <author fullname="A. Bhattacharyya" initials="A." surname="Bhattacharyya"/>
            <author fullname="S. Bandyopadhyay" initials="S." surname="Bandyopadhyay"/>
            <author fullname="A. Pal" initials="A." surname="Pal"/>
            <author fullname="T. Bose" initials="T." surname="Bose"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>There can be machine-to-machine (M2M) scenarios where server responses to client requests are redundant. This kind of open-loop exchange (with no response path from the server to the client) may be desired to minimize resource consumption in constrained systems while updating many resources simultaneously or performing high-frequency updates. CoAP already provides Non-confirmable (NON) messages that are not acknowledged by the recipient. However, the request/response semantics still require the server to respond with a status code indicating "the result of the attempt to understand and satisfy the request", per RFC 7252.</t>
              <t>This specification introduces a CoAP option called 'No-Response'. Using this option, the client can explicitly express to the server its disinterest in all responses against the particular request. This option also provides granular control to enable expression of disinterest to a particular response class or a combination of response classes. The server MAY decide to suppress the response by not transmitting it back to the client according to the value of the No-Response option in the request. This option may be effective for both unicast and multicast requests. This document also discusses a few examples of applications that benefit from this option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7967"/>
          <seriesInfo name="DOI" value="10.17487/RFC7967"/>
        </reference>
        <reference anchor="RFC5869" target="https://www.rfc-editor.org/info/rfc5869" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5869.xml">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC8415" target="https://www.rfc-editor.org/info/rfc8415" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8415.xml">
          <front>
            <title>Dynamic Host Configuration Protocol for IPv6 (DHCPv6)</title>
            <author fullname="T. Mrugalski" initials="T." surname="Mrugalski"/>
            <author fullname="M. Siodelski" initials="M." surname="Siodelski"/>
            <author fullname="B. Volz" initials="B." surname="Volz"/>
            <author fullname="A. Yourtchenko" initials="A." surname="Yourtchenko"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="S. Jiang" initials="S." surname="Jiang"/>
            <author fullname="T. Lemon" initials="T." surname="Lemon"/>
            <author fullname="T. Winters" initials="T." surname="Winters"/>
            <date month="November" year="2018"/>
            <abstract>
              <t>This document describes the Dynamic Host Configuration Protocol for IPv6 (DHCPv6): an extensible mechanism for configuring nodes with network configuration parameters, IP addresses, and prefixes. Parameters can be provided statelessly, or in combination with stateful assignment of one or more IPv6 addresses and/or IPv6 prefixes. DHCPv6 can operate either in place of or in addition to stateless address autoconfiguration (SLAAC).</t>
              <t>This document updates the text from RFC 3315 (the original DHCPv6 specification) and incorporates prefix delegation (RFC 3633), stateless DHCPv6 (RFC 3736), an option to specify an upper bound for how long a client should wait before refreshing information (RFC 4242), a mechanism for throttling DHCPv6 clients when DHCPv6 service is not available (RFC 7083), and relay agent handling of unknown messages (RFC 7283). In addition, this document clarifies the interactions between models of operation (RFC 7550). As such, this document obsoletes RFC 3315, RFC 3633, RFC 3736, RFC 4242, RFC 7083, RFC 7283, and RFC 7550.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8415"/>
          <seriesInfo name="DOI" value="10.17487/RFC8415"/>
        </reference>
        <reference anchor="RFC6762" target="https://www.rfc-editor.org/info/rfc6762" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6762.xml">
          <front>
            <title>Multicast DNS</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>As networked devices become smaller, more portable, and more ubiquitous, the ability to operate with less configured infrastructure is increasingly important. In particular, the ability to look up DNS resource record data types (including, but not limited to, host names) in the absence of a conventional managed DNS server is useful.</t>
              <t>Multicast DNS (mDNS) provides the ability to perform DNS-like operations on the local link in the absence of any conventional Unicast DNS server. In addition, Multicast DNS designates a portion of the DNS namespace to be free for local use, without the need to pay any annual fee, and without the need to set up delegations or otherwise configure a conventional DNS server to answer for those names.</t>
              <t>The primary benefits of Multicast DNS names are that (i) they require little or no administration or configuration to set them up, (ii) they work when no infrastructure is present, and (iii) they work during infrastructure failures.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6762"/>
          <seriesInfo name="DOI" value="10.17487/RFC6762"/>
        </reference>
        <reference anchor="RFC4764" target="https://www.rfc-editor.org/info/rfc4764" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4764.xml">
          <front>
            <title>The EAP-PSK Protocol: A Pre-Shared Key Extensible Authentication Protocol (EAP) Method</title>
            <author fullname="F. Bersani" initials="F." surname="Bersani"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <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" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5191.xml">
          <front>
            <title>Protocol for Carrying Authentication for Network Access (PANA)</title>
            <author fullname="D. Forsberg" initials="D." surname="Forsberg"/>
            <author fullname="Y. Ohba" initials="Y." role="editor" surname="Ohba"/>
            <author fullname="B. Patil" initials="B." surname="Patil"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="A. Yegin" initials="A." surname="Yegin"/>
            <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="RFC5448" target="https://www.rfc-editor.org/info/rfc5448" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5448.xml">
          <front>
            <title>Improved Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA')</title>
            <author fullname="J. Arkko" initials="J." surname="Arkko"/>
            <author fullname="V. Lehtovirta" initials="V." surname="Lehtovirta"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2009"/>
            <abstract>
              <t>This specification defines a new EAP method, EAP-AKA', which is a small revision of the EAP-AKA (Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement) method. The change is a new key derivation function that binds the keys derived within the method to the name of the access network. The new key derivation mechanism has been defined in the 3rd Generation Partnership Project (3GPP). This specification allows its use in EAP in an interoperable manner. In addition, EAP-AKA' employs SHA-256 instead of SHA-1.</t>
              <t>This specification also updates RFC 4187, EAP-AKA, to prevent bidding down attacks from EAP-AKA'. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5448"/>
          <seriesInfo name="DOI" value="10.17487/RFC5448"/>
        </reference>
        <reference anchor="RFC6696" target="https://www.rfc-editor.org/info/rfc6696" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6696.xml">
          <front>
            <title>EAP Extensions for the EAP Re-authentication Protocol (ERP)</title>
            <author fullname="Z. Cao" initials="Z." surname="Cao"/>
            <author fullname="B. He" initials="B." surname="He"/>
            <author fullname="Y. Shi" initials="Y." surname="Shi"/>
            <author fullname="Q. Wu" initials="Q." role="editor" surname="Wu"/>
            <author fullname="G. Zorn" initials="G." role="editor" surname="Zorn"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) is a generic framework supporting multiple types of authentication methods. In systems where EAP is used for authentication, it is desirable to avoid repeating the entire EAP exchange with another authenticator. This document specifies extensions to EAP and the EAP keying hierarchy to support an EAP method-independent protocol for efficient re- authentication between the peer and an EAP re-authentication server through any authenticator. The re-authentication server may be in the home network or in the local network to which the peer is connecting. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6696"/>
          <seriesInfo name="DOI" value="10.17487/RFC6696"/>
        </reference>
        <reference anchor="RFC7833" target="https://www.rfc-editor.org/info/rfc7833" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7833.xml">
          <front>
            <title>A RADIUS Attribute, Binding, Profiles, Name Identifier Format, and Confirmation Methods for the Security Assertion Markup Language (SAML)</title>
            <author fullname="J. Howlett" initials="J." surname="Howlett"/>
            <author fullname="S. Hartman" initials="S." surname="Hartman"/>
            <author fullname="A. Perez-Mendez" initials="A." role="editor" surname="Perez-Mendez"/>
            <date month="May" year="2016"/>
            <abstract>
              <t>This document describes the use of the Security Assertion Markup Language (SAML) with RADIUS in the context of the Application Bridging for Federated Access Beyond web (ABFAB) architecture. It defines two RADIUS attributes, a SAML binding, a SAML name identifier format, two SAML profiles, and two SAML confirmation methods. The RADIUS attributes permit encapsulation of SAML Assertions and protocol messages within RADIUS, allowing SAML entities to communicate using the binding. The two profiles describe the application of this binding for ABFAB authentication and assertion Query/Request, enabling a Relying Party to request authentication of, or assertions for, users or machines (clients). These clients may be named using a Network Access Identifier (NAI) name identifier format. Finally, the subject confirmation methods allow requests and queries to be issued for a previously authenticated user or machine without needing to explicitly identify them as the subject. The use of the artifacts defined in this document is not exclusive to ABFAB. They can be applied in any Authentication, Authorization, and Accounting (AAA) scenario, such as network access control.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7833"/>
          <seriesInfo name="DOI" value="10.17487/RFC7833"/>
        </reference>
        <reference anchor="RFC8824" target="https://www.rfc-editor.org/info/rfc8824" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8824.xml">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8824"/>
          <seriesInfo name="DOI" value="10.17487/RFC8824"/>
        </reference>
        <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9147.xml">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC4137" target="https://www.rfc-editor.org/info/rfc4137" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4137.xml">
          <front>
            <title>State Machines for Extensible Authentication Protocol (EAP) Peer and Authenticator</title>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="N. Petroni" initials="N." surname="Petroni"/>
            <author fullname="Y. Ohba" initials="Y." surname="Ohba"/>
            <date month="August" year="2005"/>
            <abstract>
              <t>This document describes a set of state machines for Extensible Authentication Protocol (EAP) peer, EAP stand-alone authenticator (non-pass-through), EAP backend authenticator (for use on Authentication, Authorization, and Accounting (AAA) servers), and EAP full authenticator (for both local and pass-through). This set of state machines shows how EAP can be implemented to support deployment in either a peer/authenticator or peer/authenticator/AAA Server environment. The peer and stand-alone authenticator machines are illustrative of how the EAP protocol defined in RFC 3748 may be implemented. The backend and full/pass-through authenticators illustrate how EAP/AAA protocol support defined in RFC 3579 may be implemented. Where there are differences, RFC 3748 and RFC 3579 are authoritative.</t>
              <t>The state machines are based on the EAP "Switch" model. This model includes events and actions for the interaction between the EAP Switch and EAP methods. A brief description of the EAP "Switch" model is given in the Introduction section.</t>
              <t>The state machine and associated model are informative only. Implementations may achieve the same results using different methods. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4137"/>
          <seriesInfo name="DOI" value="10.17487/RFC4137"/>
        </reference>
        <reference anchor="RFC9140" target="https://www.rfc-editor.org/info/rfc9140" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9140.xml">
          <front>
            <title>Nimble Out-of-Band Authentication for EAP (EAP-NOOB)</title>
            <author fullname="T. Aura" initials="T." surname="Aura"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="A. Peltonen" initials="A." surname="Peltonen"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides support for multiple authentication methods. This document defines the EAP-NOOB authentication method for nimble out-of-band (OOB) authentication and key derivation. The EAP method is intended for bootstrapping all kinds of Internet-of-Things (IoT) devices that have no preconfigured authentication credentials. The method makes use of a user-assisted, one-directional, out-of-band (OOB) message between the peer device and authentication server to authenticate the in-band key exchange. The device must have a nonnetwork input or output interface, such as a display, microphone, speaker, or blinking light, that can send or receive dynamically generated messages of tens of bytes in length.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9140"/>
          <seriesInfo name="DOI" value="10.17487/RFC9140"/>
        </reference>
        <reference anchor="RFC9176" target="https://www.rfc-editor.org/info/rfc9176" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9176.xml">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="RFC6690" target="https://www.rfc-editor.org/info/rfc6690" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6690.xml">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC6838" target="https://www.rfc-editor.org/info/rfc6838" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6838.xml">
          <front>
            <title>Media Type Specifications and Registration Procedures</title>
            <author fullname="N. Freed" initials="N." surname="Freed"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <date month="January" year="2013"/>
            <abstract>
              <t>This document defines procedures for the specification and registration of media types for use in HTTP, MIME, and other Internet protocols. This memo documents an Internet Best Current Practice.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="13"/>
          <seriesInfo name="RFC" value="6838"/>
          <seriesInfo name="DOI" value="10.17487/RFC6838"/>
        </reference>
        <reference anchor="RFC8615" target="https://www.rfc-editor.org/info/rfc8615" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8615.xml">
          <front>
            <title>Well-Known Uniform Resource Identifiers (URIs)</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="May" year="2019"/>
            <abstract>
              <t>This memo defines a path prefix for "well-known locations", "/.well-known/", in selected Uniform Resource Identifier (URI) schemes.</t>
              <t>In doing so, it obsoletes RFC 5785 and updates the URI schemes defined in RFC 7230 to reserve that space. It also updates RFC 7595 to track URI schemes that support well-known URIs in their registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8615"/>
          <seriesInfo name="DOI" value="10.17487/RFC8615"/>
        </reference>
        <reference anchor="RFC4855" target="https://www.rfc-editor.org/info/rfc4855" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4855.xml">
          <front>
            <title>Media Type Registration of RTP Payload Formats</title>
            <author fullname="S. Casner" initials="S." surname="Casner"/>
            <date month="February" year="2007"/>
            <abstract>
              <t>This document specifies the procedure to register RTP payload formats as audio, video, or other media subtype names. This is useful in a text-based format description or control protocol to identify the type of an RTP transmission. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4855"/>
          <seriesInfo name="DOI" value="10.17487/RFC4855"/>
        </reference>
        <reference anchor="RFC9200" target="https://www.rfc-editor.org/info/rfc9200" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9200.xml">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="RFC9190" target="https://www.rfc-editor.org/info/rfc9190" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9190.xml">
          <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"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <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="RFC9031" target="https://www.rfc-editor.org/info/rfc9031" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9031.xml">
          <front>
            <title>Constrained Join Protocol (CoJP) for 6TiSCH</title>
            <author fullname="M. Vučinić" initials="M." role="editor" surname="Vučinić"/>
            <author fullname="J. Simon" initials="J." surname="Simon"/>
            <author fullname="K. Pister" initials="K." surname="Pister"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes the minimal framework required for a new device, called a "pledge", to securely join a 6TiSCH (IPv6 over the Time-Slotted Channel Hopping mode of IEEE 802.15.4) network. The framework requires that the pledge and the JRC (Join Registrar/Coordinator, a central entity), share a symmetric key. How this key is provisioned is out of scope of this document. Through a single CoAP (Constrained Application Protocol) request-response exchange secured by OSCORE (Object Security for Constrained RESTful Environments), the pledge requests admission into the network, and the JRC configures it with link-layer keying material and other parameters. The JRC may at any time update the parameters through another request-response exchange secured by OSCORE. This specification defines the Constrained Join Protocol and its CBOR (Concise Binary Object Representation) data structures, and it describes how to configure the rest of the 6TiSCH communication stack for this join process to occur in a secure manner. Additional security mechanisms may be added on top of this minimal framework.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9031"/>
          <seriesInfo name="DOI" value="10.17487/RFC9031"/>
        </reference>
        <reference anchor="EAP-framework-IoT" target="https://ieeexplore.ieee.org/document/9579387">
          <front>
            <title>Secure Network Access Authentication for IoT Devices: EAP Framework vs. Individual Protocols</title>
            <author initials="M." surname="Sethi" fullname="Ericsson">
              <organization/>
            </author>
            <date year="2021"/>
          </front>
        </reference>
        <reference anchor="lo-coap-eap" target="https://www.mdpi.com/1424-8220/17/11/2646">
          <front>
            <title>A CoAP-Based Network Access Authentication Service for Low-Power Wide Area Networks: LO-CoAP-EAP</title>
            <author initials="D." surname="Garcia-Carrillo" fullname="Dan Garcia-Carrillo">
              <organization/>
            </author>
            <author initials="R." surname="Marin-Lopez" fullname="Rafael Marin-Lopez">
              <organization/>
            </author>
            <author initials="A." surname="Kandasamy" fullname="Arunprabhu Kandasamy">
              <organization/>
            </author>
            <author initials="A." surname="Pelov" fullname="Alexander Pelov">
              <organization/>
            </author>
            <date year="2017"/>
          </front>
        </reference>
        <reference anchor="coap-eap" target="https://www.mdpi.com/1424-8220/16/3/358">
          <front>
            <title>Lightweight CoAP-Based Bootstrapping Service for the Internet of Things</title>
            <author initials="D." surname="Garcia-Carrillo" fullname="Dan Garcia-Carrillo">
              <organization/>
            </author>
            <author initials="R." surname="Marin-Lopez" fullname="Rafael Marin-Lopez">
              <organization/>
            </author>
            <date year="2016"/>
          </front>
        </reference>
        <reference anchor="TS133.501" target="">
          <front>
            <title>5G; Security architecture and procedures for 5G System - TS 133 501 V15.2.0 (2018-10)</title>
            <author initials="" surname="ETSI" fullname="ETSI">
              <organization/>
            </author>
            <date year="2018"/>
          </front>
        </reference>
        <reference anchor="ZigbeeIP" target="">
          <front>
            <title>ZigBee IP Specification (Zigbee Document 095023r34)</title>
            <author initials="" surname="Zigbee Alliance" fullname="Zigbee Alliance">
              <organization/>
            </author>
            <date year="2014"/>
          </front>
        </reference>
        <reference anchor="THREAD" target="">
          <front>
            <title>Thread specification 1.3</title>
            <author initials="" surname="Thread Group" fullname="Thread Group">
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 792?>

<section anchor="flow-of-operation-dtls">
      <name>Flow of operation (DTLS establishment)</name>
      <t>CoAP-EAP makes it possible to derive a PSK from the MSK to allow (D)TLS PSK-based authentication between the EAP peer and the EAP authenticator instead of using OSCORE. In the case of using (D)TLS to establish a security association, there is a limitation on the use of intermediaries between the EAP peer and the EAP authenticator, as (D)TLS breaks the end-to-end communications when using intermediaries such as proxies.</t>
      <figure anchor="fig-dtls">
        <name>CoAP-EAP flow of operation with DTLS</name>
        <artwork align="center"><![CDATA[
       EAP peer                                EAP authenticator
     -------------                             -------------
                             ...
           | 2.01 Created Location-Path [/a/eap/(n)] |
           | Payload (EAP-X Resp)                    |
         6)|---------------------------------------->|
           |                                         | MSK
           |          (D)TLS 1.3 Client Hello        |  |
   MSK  7) |<----------------------------------------|  V
    |      |                                         | DTLS_PSK
    V      |===============DTLS hanshake=============|
 DTLS_PSK  |                                         |
                               *...
                 (*) Protected with (D)TLS
]]></artwork>
      </figure>
      <t><xref target="fig-dtls"/> shows the last steps of the operation for CoAP-EAP when (D)TLS is used to protect the communication between the EAP peer and the EAP authenticator using the keying material exported by the EAP authentication. The general flow is essentially the same as in the case of OSCORE, except that DTLS negotiation is established in Step 7). Once DTLS negotiation has finished successfully the EAP peer is granted access to the domain. Step 7 <bcp14>MUST</bcp14> be interpreted by the EAP peer as an alternate success indication, which will end up with the MSK and the DTLS_PSK derivation for the (D)TLS authentication based on PSK.</t>
      <t>According to <xref target="RFC8446"/> the provision of the PSK out-of-band also requires the provision of the KDF hash algorithm and the PSK identity. To simplify the design in CoAP-EAP, the KDF hash algorithm can be included in the list of cipher suites exchanged in Step 1 and Step 2 if DTLS wants to be used instead of OSCORE. For the same reason, the PSK identity is derived from (RID-C) (RID-I) as defined in <xref target="dtls-psk"/>.</t>
      <t>Analogously to how the cipher suite is negotiated for OSCORE <xref target="crypto-negotiation"/>, the EAP authenticator sends a list, in decreasing order of preference, with the identifiers of the hash algorithms supported (Step 1). In the response, the EAP peer sends the choice.</t>
      <t>This list is included in the payload after the EAP message with a CBOR array that contains the cipher suites. This CBOR array is enclosed as one of the elements of the CBOR Object used for transporting information in CoAP-EAP (See <xref target="cbor-coap-eap"/>).   An example of how the fields are arranged in the CoAP payload can be seen in <xref target="figure5"/>.</t>
      <t>In case there is no CBOR array stating the cipher suites, the default cipher suites are applied. If the EAP authenticator sends a restricted list of cipher suites that is willing to accept, it <bcp14>MUST</bcp14> include the default value 0 since it is mandatory to implement. The EAP peer will have at least that option available.</t>
      <t>For DTLS, the negotiated cipher suite is used to determine the hash function to be used to derive the “DTLS PSK” from the MSK:</t>
      <t>The hash algorithms considered are the following:</t>
      <ul spacing="normal">
        <li>
          <t>5) TLS_SHA256</t>
        </li>
        <li>
          <t>6) TLS_SHA384</t>
        </li>
        <li>
          <t>7) TLS_SHA512</t>
        </li>
      </ul>
      <t>The inclusion of any of these values, apart from indicating the hash algorithm, indicates if the EAP authenticator intends to establish an OSCORE security association or a DTLS security association after the authentication is completed. If both options appear in the cipher suite negotiation, the OSCORE security association will be preferred over DTLS.</t>
      <section anchor="dtls-psk">
        <name>Deriving DTLS PSK and identity</name>
        <t>To enable DTLS after an EAP authentication, we define the Identity and the PSK for DTLS. The Identity in this case is generated by concatenating the exchanged Sender ID and the Recipient ID.</t>
        <artwork><![CDATA[
               CoAP-EAP PSK Identity = RID-C || RID-I
]]></artwork>
        <t>It is also possible to derive a pre-shared key for DTLS <xref target="RFC9147"/>, referred to here as "DTLS PSK", from the MSK between both the EAP peer and EAP authenticator if required. The length of the DTLS PSK will depend on the cipher suite. To have keying material with sufficient length a key of 32 bytes is derived that can be later truncated if needed:</t>
        <artwork><![CDATA[
               DTLS PSK = KDF(MSK, "CoAP-EAP DTLS PSK", length).
]]></artwork>
        <t>where:</t>
        <ul spacing="normal">
          <li>
            <t>MSK is exported by the EAP method.</t>
          </li>
          <li>
            <t>"CoAP-EAP DTLS PSK" is the ASCII code representation of the non-NULL terminated string (excluding the double quotes around it).</t>
          </li>
          <li>
            <t>length is the size of the output key material.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="using-coap-eap-for-distributing-key-material-for-iot-networks">
      <name>Using CoAP-EAP for distributing key material for IoT networks</name>
      <t>Similarly, to the example of <xref target="dtls-psk"/>, where a shared key PSK for DTLS is derived, it is possible to provide key material to different link-layers after the CoAP-EAP authentication is complete.</t>
      <t>One example is that we could use CoAP-EAP to derive the required PSK required to run the 6TiSCH Constrained Join Protocol (CoJP) <xref target="RFC9031"/>.</t>
      <t>Another example is when a shared Network Key is required by the devices that join a network. An example of this Network Key can be found in ZigBee IP <xref target="ZigbeeIP"/> or THREAD protocol <xref target="THREAD"/>. After CoAP-EAP execution a security association based on OSCORE protects any exchange between the EAP peer and the EAP authenticator. This security association can be used for distributing the Network Key securely and other required parameters. How the Network Key is distributed after a successful CoAP-EAP authentication is out of the scope of this document.</t>
      <t>How a particular link-layer technology uses the MSK to derive further key material for protecting the link-layer or use the OSCORE protection to distribute key material is out of the scope of this document.</t>
    </section>
    <section anchor="examples-of-use-case-scenario">
      <name>Examples of Use Case Scenario</name>
      <t>In IoT, for an EAP peer to act as a trustworthy entity within a security domain, certain key material needs to be shared between the EAP peer and the EAP authenticator.</t>
      <t>Next, we elaborate on examples of different use case scenarios about the usage of CoAP-EAP.</t>
      <t>Generally, we are dealing with 4 entities:</t>
      <ul spacing="normal">
        <li>
          <t>2 EAP peers (A and B), which are EAP peers. They are the EAP peers.</t>
        </li>
        <li>
          <t>1 EAP authenticator (C). The EAP authenticator manages a domain where EAP peers can be deployed. In IoT, it can be considered a more powerful machine than the EAP peers.</t>
        </li>
        <li>
          <t>1 AAA server (AAA) - Optional. The AAA is an Authentication, Authorization, and Accounting Server, which is not constrained. Here, the EAP authenticator acts as an EAP authenticator in pass-through mode.</t>
        </li>
      </ul>
      <t>Generally, any EAP peer wanting to join the domain managed by the EAP authenticator <bcp14>MUST</bcp14> perform a CoAP-EAP authentication with the EAP authenticator (C). This authentication <bcp14>MAY</bcp14> involve an external AAA server.  This means that A and B, once deployed, will run CoAP-EAP once, as a bootstrapping phase, to establish a security association with C. Moreover, any other entity, which wants to join and establish communications with EAP peers under C's domain must also do the same.</t>
      <t>By using EAP, we can have the flexibility of having different types of credentials. For instance, if we have a device that is not battery-dependent, and not very constrained, we could use a heavier authentication method. With varied EAP peers and networks, we might need to resort to more lightweight authentication methods (e.g., EAP-NOOB<xref target="RFC9140"/>, EAP-AKA'<xref target="RFC5448"/>, EAP-PSK<xref target="RFC4764"/>, EAP-EDHOC<xref target="I-D.ingles-eap-edhoc"/>, etc.) being able to adapt to different types of devices according to organization policies or devices capabilities.</t>
      <section anchor="example-1-coap-eap-in-ace">
        <name>Example 1:  CoAP-EAP in ACE</name>
        <t>In ACE, the process of client registration and provisioning of credentials to the client is not specified. The process of Client registration and provisioning can be achieved using CoAP-EAP. Once the process of authentication with EAP is completed, the fresh key material is shared between the EAP peer and the EAP authenticator. In this instance, the EAP authenticator and the Authorization Server (AS) of ACE can be co-located.</t>
        <t>Next, we exemplify how CoAP-EAP can be used to perform Client registration in a general way, to allow two EAP peers (A and B) to communicate and interact after a successful client registration.</t>
        <t>EAP peer A wants to communicate with EAP peer B (e.g., to activate a light switch).  The overall process is divided into three phases.  Let's start with EAP peer A. In the first phase, EAP peer A does not yet belong to EAP authenticator C's domain.  Then, it communicates with C and authenticates with CoAP-EAP, which, optionally, communicates with the AAA server to complete the authentication process. If the authentication is successful, a fresh MSK is shared between C and EAP peer A. This key material allows EAP peer A to establish a security association with the C. Some authorization information may be also provided in this step. In case EAP is used in standalone mode, the AS itself having information about the devices can be the entity providing said authorization information.</t>
        <t>If authentication and authorization are correct, EAP peer A has been enrolled in the  EAP authenticator C's domain for some time. In particular, <xref target="RFC5247"/> recommends 8 hours, though the entity providing the authorization information can establish this lifetime.  In the same manner, B needs to perform the same process with CoAP-EAP to be part of EAP authenticator C's domain.</t>
        <t>In the second phase, when EAP peer A wants to talk with EAP peer B, it contacts EAP authenticator C for authorization to access EAP peer B and obtain all the required information to do that securely (e.g., keys, tokens, authorization information, etc.).  This phase does NOT require the usage of CoAP-EAP.  The details of this phase are out of the scope of this document, and the ACE framework is used for this purpose <xref target="RFC9200"/>.</t>
        <t>In the third phase, EAP peer A can access EAP peer B with the credentials and information obtained from EAP authenticator C in the second phase. This access can be repeated without contacting the EAP authenticator, while the credentials given to A are still valid.  The details of this phase are out of the scope of this document.</t>
        <t>It is worth noting that the first phase with CoAP-EAP is required to join the EAP authenticator C's domain.  Once it is performed with success, the communications are local to the EAP authenticator C's domain and there is no need to perform a new EAP authentication as long as the key material is still valid. When the keys are about to expire, the EAP peer can engage in a re-authentication as explained in <xref target="re-authentication"/>, to renew the key material.</t>
      </section>
      <section anchor="example-2-multi-domain-with-aaa-infrastructures">
        <name>Example 2: Multi-domain with AAA infrastructures</name>
        <t>We assume we have a device (A) of the domain acme.org, which uses a specific kind of credential (e.g., AKA) and intends to join the um.es domain. This user does not belong to this domain, for which first it performs a client registration using CoAP-EAP. For this, it interacts with the EAP authenticator's domain, which in turn communicates with an AAA infrastructure (acting as AAA client). Through the local AAA server communicate with the home AAA server to complete the authentication and integrate the device as a trustworthy entity into the domain of EAP authenticator C. In this scenario, the AS under the role of the EAP authenticator receives the key material from the AAA infrastructure</t>
      </section>
      <section anchor="example-3-single-domain-with-aaa-infrastructure">
        <name>Example 3: Single domain with AAA infrastructure</name>
        <t>As a University Campus, we have several Faculty buildings and each one has its criteria or policies in place to manage EAP peers under an AS. All buildings belong to the same domain (e.g., um.es). All these buildings are managed with AAA infrastructure. A new device (A) with credentials from the domain (e.g., um.es) will be able to perform the device registration with an EAP authenticator (C) of any building if they are managed by the same general domain.</t>
      </section>
      <section anchor="example-4-single-domain-without-aaa-infrastructure">
        <name>Example 4: Single domain without AAA infrastructure</name>
        <t>In another case, without a AAA infrastructure, we have an EAP authenticator that has co-located the EAP server, and using EAP standalone mode we can manage all the devices within the same domain locally. Client registration of an EAP peer (A) with Controller (C) can also be performed in the same manner.</t>
      </section>
      <section anchor="other-use-cases">
        <name>Other use cases</name>
        <section anchor="coap-eap-for-network-access-control">
          <name>CoAP-EAP for network access control</name>
          <t>One of the first steps for an EAP peer's life cycle is to perform the authentication to gain access to the network. To do so, the device first must be authenticated and granted authorization to gain access to the network. Additionally, security parameters such as credentials can be derived from the authentication process allowing the trustworthy operation of the EAP peer in a particular network by joining the security domain. By using EAP, we can achieve this with flexibility and scalability, because of the different EAP methods available and the ability to rely on AAA infrastructures if needed to support multi-domain scenarios, which is a key feature when the EAP peers deployed under the same security domain, belong to different organizations.</t>
          <t>Given that EAP is also used for network access control, we can adapt this service to other technologies. For instance, to provide network access control to very constrained technologies (e.g., LoRa network). Authors in <xref target="lo-coap-eap"/> provide a study of a minimal version of CoAP-EAP for LPWAN networks with interesting results. In this specific case, we could leverage the compression by SCHC for CoAP <xref target="RFC8824"/>.</t>
        </section>
        <section anchor="coap-eap-for-service-authentication">
          <name>CoAP-EAP for service authentication</name>
          <t>It is not uncommon that the infrastructure where the device is deployed and the services of the EAP peer are managed by different organizations. Therefore, in addition to the authentication for network access control, we have to consider the possibility of a secondary authentication to access different services. This process of authentication, for example, will provide the necessary key material to establish a secure channel and interact with the entity in charge of granting access to different services.</t>
          <t>In 5G, for example, consider primary and secondary authentication using EAP <xref target="TS133.501"/>.</t>
        </section>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>We would like to thank the reviewers of this work: Paul Wouters, Heikki Vatiainen, Josh Howlett, Deb Cooley, Eliot Lear, Alan DeKok, Carsten Bormann, Mohit Sethi, Benjamin Kaduk, Christian Amsuss, John Mattsson, Goran Selander, Alexandre Petrescu, Pedro Moreno-Sanchez and Eduardo Ingles-Sanchez.</t>
      <t>We would also like to thank Gabriel Lopez-Millan for the first review of this document, and we would like to thank Ivan Jimenez-Sanchez for the first proof-of-concept implementation of this idea, and Julian Niklas Schimmelpfennig for the implementation of the Erbium-based IoT device implementation.</t>
      <t>And thank for their valuable comments to Alexander Pelov and Laurent Toutain, especially for the potential optimizations of CoAP-EAP.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9V963LbWHbufz7FPvIPi9MkrbttJT0JLcm2piVLEeXpSWa6
uiASkjAGAQ4AStbYPpUHyanKs+RR8iRnXfcFAKlL95zMcSU9FAns69rrvr7d
7/c7VVKl8a45GJ72L6IynpjhvLqOsyoZR1WSZ2YUFzfJODaXeWH28uFpZ5KP
s2gKr0yK6LLqJ3F12Y/Gcf/2qj/Oo1k/hv9fe92JLi6K+GaX3ulD651OMit2
TVXMy2pjbe312kannF9Mk7KEXs7vZtDg4cH5205UxNGuGR3sdW7z4tNVkc9n
u2a4d2B+hD+T7Mq8w686MLpdU1aTzjjPyjgr5yW1HXfgiwk8tmvmMK5XnVmy
a56ZcZSZeRmbqCiiO7OaXJooTc1dXHYNTOs6Kq/NdVzEHWOqfLyLP8DHMi+q
Ir4s7d93U/9PeHISz6rrXbPZ6USwaHmx2+mbJIMnzgbmOCqSrH+Uz+K/wsO8
YmfRZVT7IS9gqB+z5CYuyqS6M/mlOZ4X4ySC33QJF/xcwuhiWIW9aDqbl2YS
m4NylmRRMcnN6MWHnnkbjecpv7SXwzNVXJjROImzMc50DO3tutaK+Ao2Ytc8
f46/5RMY7uba+toa/TXPqgIeHs2iJIMv4mmUpLsG9j/65/l0AMsh894fmHcR
Ntjfg6VO0jS3c9+HLWj+1jL9k5sknuQLp29/dtNP09gczZPSnBRV8lfzJi6K
fBylvAgHk+QyGSe5Oc3T5CZKgbTd7N8lf84zb/LDspoXSVS6JdjcWNtcsgRX
NKNJlP3zPEvymwTXotPJ8mIKp+cm3oUnzdnbvY319df6eXtj66V+3ny59Uo/
v9zY3tDPr3bWN+3n9Zdb+nln56V999Xmhntma2vHfn69Zft6+Xr79a6Bo5dd
uiHBb4f9/QEckjQu6bjGk2sg+w698npte1M+vny981I+br/aeS0fX22tb8vH
nZc7G/Jx6+XOlj67/npdP27x/Gjor3e03Veb2sWrVxv62uv1Le1ta33zpft2
zX58ueMa0293Xm1qF7BqOrKtV9v68TVwG9uCfY2+NTrlzfVdY3BhkA1eFkCw
yHz6h/k5raSpouIKae26qmbl7osXSRzHn2dpXsQD/DgAMn4BfHE+Bep68Xr7
5evNVy/5ReauK6N4PC9i8yGusGEzHI/jsqyzWmSx0KXZj5HjlsSUzVsdjbkp
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

-->

</rfc>
