<?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.6.35 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-selander-lake-authz-03" category="std" consensus="true" submissionType="IETF" tocDepth="2" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.4 -->
  <front>
    <title abbrev="Lightweight Authorization using EDHOC">Lightweight Authorization using Ephemeral Diffie-Hellman Over COSE</title>
    <seriesInfo name="Internet-Draft" value="draft-selander-lake-authz-03"/>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="J" surname="Preuß Mattsson" fullname="John Preuß Mattsson">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Vučinić" fullname="Mališa Vučinić">
      <organization>INRIA</organization>
      <address>
        <postal>
          <country>France</country>
        </postal>
        <email>malisa.vucinic@inria.fr</email>
      </address>
    </author>
    <author initials="M." surname="Richardson" fullname="Michael Richardson">
      <organization>Sandelman Software Works</organization>
      <address>
        <postal>
          <country>Canada</country>
        </postal>
        <email>mcr+ietf@sandelman.ca</email>
      </address>
    </author>
    <author initials="A." surname="Schellenbaum" fullname="Aurelio Schellenbaum">
      <organization abbrev="ZHAW">Institute of Embedded Systems, ZHAW</organization>
      <address>
        <postal>
          <country>Switzerland</country>
        </postal>
        <email>aureliorubendario.schellenbaum@zhaw.ch</email>
      </address>
    </author>
    <date year="2023" month="July" day="07"/>
    <area>Security</area>
    <workgroup>LAKE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 102?>

<t>This document describes a procedure for authorizing enrollment of new devices using the lightweight authenticated key exchange protocol Ephemeral Diffie-Hellman Over COSE (EDHOC). The procedure is applicable to zero-touch onboarding of new devices to a constrained network leveraging trust anchors installed at manufacture time.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ericssonresearch.github.io/ace-ake-authz/draft-selander-lake-authz.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-selander-lake-authz/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Lightweight Authenticated Key Exchange Working Group mailing list (<eref target="mailto:lake@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/lake/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/lake/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/EricssonResearch/ace-ake-authz"/>.</t>
    </note>
  </front>
  <middle>
    <?line 106?>

<section anchor="intro">
      <name>Introduction</name>
      <t>For constrained IoT deployments <xref target="RFC7228"/> the overhead and processing contributed by security protocols may be significant which motivates the specification of lightweight protocols that are optimizing, in particular, message overhead (see <xref target="I-D.ietf-lake-reqs"/>).
This document describes a procedure for augmenting the lightweight authenticated Diffie-Hellman key exchange EDHOC <xref target="I-D.ietf-lake-edhoc"/> with third party-assisted authorization.</t>
      <t>The procedure involves a device, a domain authenticator, and an enrollment server.
The device and domain authenticator perform mutual authentication and authorization, assisted by the enrollment server which provides relevant authorization information to the device (a "voucher") and to the authenticator. The high-level model is similiar to BRSKI <xref target="RFC8995"/>.</t>
      <t>In this document we consider the target interaction for which authorization is needed to be "enrollment", for example joining a network for the first time (e.g., <xref target="RFC9031"/>), but it can be applied to authorize other target interactions.</t>
      <t>The enrollment server may represent the manufacturer of the device, or some other party with information about the device from which a trust anchor has been pre-provisioned into the device.
The (domain) authenticator may represent the service provider or some other party controlling access to the network in which the device is enrolling.</t>
      <t>The protocol assumes that authentication between device and authenticator is performed with EDHOC <xref target="I-D.ietf-lake-edhoc"/>, and defines the integration of a lightweight authorization procedure using the External Authorization Data (EAD) fields defined in EDHOC.</t>
      <t>The protocol enables a low message count by performing authorization and enrollment in parallel with authentication, instead of in sequence which is common for network access.
It further reuses protocol elements from EDHOC leading to reduced message sizes on constrained links.</t>
      <t>This protocol is applicable to a wide variety of settings, and can be mapped to different authorization architectures.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" 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>
        <t>Readers are expected to have an understanding of CBOR <xref target="RFC8949"/> and EDHOC <xref target="I-D.ietf-lake-edhoc"/>.
Appendix C.1 of <xref target="I-D.ietf-lake-edhoc"/> contains some basic info about CBOR.</t>
      </section>
    </section>
    <section anchor="prob-desc">
      <name>Problem Description</name>
      <t>The (potentially constrained) device (U) wants to enroll into a domain over a constrained link.
The device authenticates and enforces authorization of the (non-constrained) domain authenticator (V) with the help of a voucher conveying authorization information.
The domain authenticator, in turn, authenticates the device and authorizes its enrollment into the domain.</t>
      <t>The procedure is assisted by a (non-constrained) enrollment server (W) located in a non-constrained network behind the domain authenticator, e.g. on the Internet, providing information to the device (the voucher) and to the domain authenticator as part of the protocol.</t>
      <t>The objective of this document is to specify such a protocol which is lightweight over the constrained link by reusing elements of EDHOC <xref target="I-D.ietf-lake-edhoc"/> and by shifting message overhead to the non-constrained side of the network.
See illustration in <xref target="fig-overview"/>.</t>
      <t>Note the cardinality of the involved parties. It is expected that the authenticator needs to handle a large unspecified number of devices, but for a given device type or manufacturer it is expected that one or a few nodes host enrollment servers.</t>
      <figure anchor="fig-overview">
        <name>Overview of message flow. EDHOC is used on the constrained link between U and V. Voucher Info and Voucher are sent in EDHOC External Authorization Data (EAD). The link between V and W is not constrained.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="192" width="560" viewBox="0 0 560 192" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,64 L 8,160" fill="none" stroke="black"/>
              <path d="M 96,64 L 96,160" fill="none" stroke="black"/>
              <path d="M 136,104 L 136,160" fill="none" stroke="black"/>
              <path d="M 152,64 L 152,104" fill="none" stroke="black"/>
              <path d="M 200,64 L 200,160" fill="none" stroke="black"/>
              <path d="M 328,64 L 328,160" fill="none" stroke="black"/>
              <path d="M 424,64 L 424,160" fill="none" stroke="black"/>
              <path d="M 552,64 L 552,160" fill="none" stroke="black"/>
              <path d="M 8,64 L 96,64" fill="none" stroke="black"/>
              <path d="M 200,64 L 328,64" fill="none" stroke="black"/>
              <path d="M 424,64 L 552,64" fill="none" stroke="black"/>
              <path d="M 96,96 L 144,96" fill="none" stroke="black"/>
              <path d="M 160,96 L 192,96" fill="none" stroke="black"/>
              <path d="M 328,96 L 416,96" fill="none" stroke="black"/>
              <path d="M 104,112 L 128,112" fill="none" stroke="black"/>
              <path d="M 144,112 L 200,112" fill="none" stroke="black"/>
              <path d="M 336,112 L 424,112" fill="none" stroke="black"/>
              <path d="M 96,128 L 192,128" fill="none" stroke="black"/>
              <path d="M 8,160 L 96,160" fill="none" stroke="black"/>
              <path d="M 200,160 L 328,160" fill="none" stroke="black"/>
              <path d="M 424,160 L 552,160" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="424,96 412,90.4 412,101.6" fill="black" transform="rotate(0,416,96)"/>
              <polygon class="arrowhead" points="344,112 332,106.4 332,117.6" fill="black" transform="rotate(180,336,112)"/>
              <polygon class="arrowhead" points="200,128 188,122.4 188,133.6" fill="black" transform="rotate(0,192,128)"/>
              <polygon class="arrowhead" points="200,96 188,90.4 188,101.6" fill="black" transform="rotate(0,192,96)"/>
              <polygon class="arrowhead" points="112,112 100,106.4 100,117.6" fill="black" transform="rotate(180,104,112)"/>
              <circle cx="136" cy="112" r="6" class="opendot" fill="white" stroke="black"/>
              <circle cx="152" cy="96" r="6" class="opendot" fill="white" stroke="black"/>
              <g class="text">
                <text x="160" y="36">Voucher</text>
                <text x="148" y="52">Info</text>
                <text x="376" y="68">Voucher</text>
                <text x="376" y="84">Request</text>
                <text x="52" y="100">Device</text>
                <text x="260" y="100">Domain</text>
                <text x="492" y="100">Enrollment</text>
                <text x="264" y="116">Authenticator</text>
                <text x="492" y="116">Server</text>
                <text x="48" y="132">(U)</text>
                <text x="264" y="132">(V)</text>
                <text x="376" y="132">Voucher</text>
                <text x="488" y="132">(W)</text>
                <text x="380" y="148">Response</text>
                <text x="144" y="180">Voucher</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
                Voucher
                Info
+----------+      |     +---------------+  Voucher  +---------------+
|          |      |     |               |  Request  |               |
|  Device  +------o---->|    Domain     +---------->|   Enrollment  |
|          |<---o-------+ Authenticator |<----------+     Server    |
|   (U)    +----+------>|      (V)      |  Voucher  |      (W)      |
|          |    |       |               |  Response |               |
+----------+    |       +---------------+           +---------------+
              Voucher
]]></artwork>
        </artset>
      </figure>
    </section>
    <section anchor="assumptions">
      <name>Assumptions</name>
      <t>The protocol is based on the following pre-existing relations between the device (U), the domain authenticator (V) and the enrollment server (W), see <xref target="fig-trust"/>.</t>
      <ul spacing="normal">
        <li>U and W have an explicit relation: U is configured with a public key of W, see <xref target="device"/>.</li>
        <li>V and W have an implicit relation, e.g., based on web PKI with trusted CA certificates, see <xref target="domain-auth"/>.</li>
        <li>U and V need not have any previous relation, this protocol establishes a relation between U and V.</li>
      </ul>
      <t>Each of the three parties have protected communication with the other two during the protocol.</t>
      <figure anchor="fig-trust">
        <name>Overview of pre-existing relations.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="272" width="568" viewBox="0 0 568 272" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,96 L 8,192" fill="none" stroke="black"/>
              <path d="M 48,64 L 48,96" fill="none" stroke="black"/>
              <path d="M 48,192 L 48,224" fill="none" stroke="black"/>
              <path d="M 96,96 L 96,192" fill="none" stroke="black"/>
              <path d="M 200,96 L 200,192" fill="none" stroke="black"/>
              <path d="M 264,192 L 264,224" fill="none" stroke="black"/>
              <path d="M 328,96 L 328,192" fill="none" stroke="black"/>
              <path d="M 432,96 L 432,192" fill="none" stroke="black"/>
              <path d="M 496,64 L 496,96" fill="none" stroke="black"/>
              <path d="M 496,192 L 496,224" fill="none" stroke="black"/>
              <path d="M 560,96 L 560,192" fill="none" stroke="black"/>
              <path d="M 64,64 L 480,64" fill="none" stroke="black"/>
              <path d="M 8,96 L 96,96" fill="none" stroke="black"/>
              <path d="M 200,96 L 328,96" fill="none" stroke="black"/>
              <path d="M 432,96 L 560,96" fill="none" stroke="black"/>
              <path d="M 8,192 L 96,192" fill="none" stroke="black"/>
              <path d="M 200,192 L 328,192" fill="none" stroke="black"/>
              <path d="M 432,192 L 560,192" fill="none" stroke="black"/>
              <path d="M 64,224 L 248,224" fill="none" stroke="black"/>
              <path d="M 280,224 L 480,224" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="488,224 476,218.4 476,229.6" fill="black" transform="rotate(0,480,224)"/>
              <polygon class="arrowhead" points="488,64 476,58.4 476,69.6" fill="black" transform="rotate(0,480,64)"/>
              <polygon class="arrowhead" points="288,224 276,218.4 276,229.6" fill="black" transform="rotate(180,280,224)"/>
              <polygon class="arrowhead" points="256,224 244,218.4 244,229.6" fill="black" transform="rotate(0,248,224)"/>
              <polygon class="arrowhead" points="72,224 60,218.4 60,229.6" fill="black" transform="rotate(180,64,224)"/>
              <polygon class="arrowhead" points="72,64 60,58.4 60,69.6" fill="black" transform="rotate(180,64,64)"/>
              <g class="text">
                <text x="108" y="52">Explicit</text>
                <text x="180" y="52">relation</text>
                <text x="244" y="52">(e.g.,</text>
                <text x="292" y="52">from</text>
                <text x="340" y="52">device</text>
                <text x="420" y="52">manufacture)</text>
                <text x="380" y="116">non-</text>
                <text x="52" y="132">Device</text>
                <text x="148" y="132">con-</text>
                <text x="260" y="132">Domain</text>
                <text x="380" y="132">con-</text>
                <text x="500" y="132">Enrollment</text>
                <text x="152" y="148">stra-</text>
                <text x="264" y="148">Authenticator</text>
                <text x="384" y="148">stra-</text>
                <text x="500" y="148">Server</text>
                <text x="48" y="164">(U)</text>
                <text x="148" y="164">ined</text>
                <text x="264" y="164">(V)</text>
                <text x="380" y="164">ined</text>
                <text x="496" y="164">(W)</text>
                <text x="92" y="244">No</text>
                <text x="140" y="244">previous</text>
                <text x="212" y="244">relation</text>
                <text x="340" y="244">Implicit</text>
                <text x="412" y="244">relation</text>
                <text x="316" y="260">(e.g.,</text>
                <text x="360" y="260">web</text>
                <text x="392" y="260">PKI</text>
                <text x="436" y="260">based)</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[

         Explicit relation (e.g., from device manufacture)
     | <---------------------------------------------------> |
     |                                                       |
+----+-----+            +---------------+            +-------+-------+
|          |            |               |    non-    |               |
|  Device  |    con-    |    Domain     |    con-    |   Enrollment  |
|          |    stra-   | Authenticator |    stra-   |     Server    |
|   (U)    |    ined    |      (V)      |    ined    |      (W)      |
|          |            |               |            |               |
+----+-----+            +-------+-------+            +-------+-------+
     |                          |                            |
     | <----------------------> | <------------------------> |
          No previous relation        Implicit relation
                                    (e.g., web PKI based)
]]></artwork>
        </artset>
      </figure>
      <section anchor="device">
        <name>Device (U)</name>
        <t>To authenticate to V, the device (U) runs EDHOC in the role of Initiator with authentication credential CRED_U, for example, an X.509 certificate or a CBOR Web Token (CWT, <xref target="RFC8392"/>). CRED_U may, for example, be carried in ID_CRED_I of EDHOC message_3 or be provisioned to V over a non-constrained network, see bottom of <xref target="fig-protocol"/>.</t>
        <t>U also needs to identify itself to W, this device identifier is denoted by ID_U. The purpose of ID_U is for W to be able to determine if the device with this identifier is authorized to enroll with V. ID_U may be a reference to CRED_U, like ID_CRED_I in EDHOC (see <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>), or a device identifier from a different name space, such as EUI-64 identifiers.</t>
        <t>U is also provisioned with information about W:</t>
        <ul spacing="normal">
          <li>A static public DH key of W (G_W) used to establish secure communication with the enrollment server (see <xref target="U-W"/>).</li>
          <li>Location information about the enrollment server (LOC_W) that can be used by V to reach W. This is typically a URI but may alternatively be only the domain name.</li>
        </ul>
      </section>
      <section anchor="domain-auth">
        <name>Domain Authenticator (V)</name>
        <t>To authenticate to U, the domain authenticator (V) runs EDHOC in the role of Responder with an authentication credential CRED_V, which is a CWT Claims Set <xref target="RFC8392"/> containing a public key of V, see <xref target="V_2"/>. This proves to U the possession of the private key corresponding to the public key of CRED_V. CRED_V typically needs to be transported to U in EDHOC (using  ID_CRED_R = CRED_V, see <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>) since there is no previous relation between U and V.</t>
        <t>V and W need to establish a secure (confidentiality and integrity protected) connection for the Voucher Request/Response protocol. Furthermore, W needs access the same credential CRED_V as V used with U, and V needs to prove to W the possession of the private key corresponding to the public key of CRED_V. It is RECOMMENDED that V authenticates to W using the same credential CRED_V as with U.</t>
        <ul spacing="normal">
          <li>V and W may protect the Voucher Request/Response protocol using TLS 1.3 with client authentication <xref target="RFC8446"/> if CRED_V is an X.509 certificate of a signature public key. However, note that CRED_V may not be a valid credential to use with TLS 1.3, e.g., when U and V run EDHOC with method 1 or 3, where the public key of CRED_V is a static Diffie-Hellman key.</li>
          <li>V may run EDHOC with W using ID_CRED_I = CRED_V. In this case the secure connection between V and W may be based on OSCORE <xref target="RFC8613"/>.</li>
        </ul>
        <t>Note that both TLS 1.3 and EDHOC may be run between V and W during this setup procedure. For example, W may authenticate to V using TLS 1.3 with server certificates signed by a CA trusted by V, and then V may run EDHOC using CRED_V over the secure TLS connection to W, see <xref target="fig-protocol"/>.</t>
        <t>Note also that the secure connection between V and W may be long lived and reused for multiple voucher requests/responses.</t>
        <t>Other details of proof-of-possession related to CRED_V and transport of CRED_V are out of scope of this document.</t>
      </section>
      <section anchor="authz-server">
        <name>Enrollment Server (W)</name>
        <t>The enrollment server (W) is assumed to have the private DH key corresponding to G_W, which is used to establish secure communication with the device (see <xref target="U-W"/>). W provides to U the authorization decision for enrollment with V in the form of a voucher (see <xref target="voucher"/>). Authorization policies are out of scope for this document.</t>
        <t>Authentication credentials and communication security with V is described in <xref target="domain-auth"/>. To calculate the voucher, W needs access to message_1 and CRED_V as used in the EDHOC session between U and V, see <xref target="voucher"/>.</t>
        <ul spacing="normal">
          <li>W MUST verify that CRED_V is bound to the secure connection between W and V</li>
          <li>W MUST verify that V is in possession of the private key corresponding to the public key of CRED_V</li>
        </ul>
        <t>W needs to be available during the execution of the protocol between U and V.</t>
      </section>
    </section>
    <section anchor="the-protocol">
      <name>The Protocol</name>
      <section anchor="overview">
        <name>Overview</name>
        <t>The protocol consist of three security sessions going on in parallel:</t>
        <ol spacing="normal" type="1"><li>The EDHOC session between device (U) and (domain) authenticator (V)</li>
          <li>Voucher Request/Response between authenticator (V) and enrollment server (W)</li>
          <li>An exchange of voucher-related information, including the voucher itself, between device (U) and enrollment server (W), mediated by the authenticator (V).</li>
        </ol>
        <t><xref target="fig-protocol"/> provides an overview of the message flow detailed in this section. An outline of EDHOC is given in <xref section="3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
        <figure anchor="fig-protocol">
          <name>Overview of the protocol: W-assisted authorization of U and V to each other: EDHOC between U and V, and Voucher Request/Response between V and W. Before the protocol, V and W are assumed to have established a secure channel and performed proof-of-possession of relevant keys. Credential lookup of CRED_U may involve W or other credential database.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="864" width="560" viewBox="0 0 560 864" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,48 L 8,224" fill="none" stroke="black"/>
                <path d="M 8,304 L 8,624" fill="none" stroke="black"/>
                <path d="M 8,688 L 8,848" fill="none" stroke="black"/>
                <path d="M 232,48 L 232,224" fill="none" stroke="black"/>
                <path d="M 232,304 L 232,624" fill="none" stroke="black"/>
                <path d="M 232,688 L 232,848" fill="none" stroke="black"/>
                <path d="M 552,48 L 552,224" fill="none" stroke="black"/>
                <path d="M 552,304 L 552,624" fill="none" stroke="black"/>
                <path d="M 552,736 L 552,848" fill="none" stroke="black"/>
                <path d="M 240,96 L 264,96" fill="none" stroke="black"/>
                <path d="M 288,96 L 304,96" fill="none" stroke="black"/>
                <path d="M 328,96 L 344,96" fill="none" stroke="black"/>
                <path d="M 368,96 L 384,96" fill="none" stroke="black"/>
                <path d="M 408,96 L 424,96" fill="none" stroke="black"/>
                <path d="M 448,96 L 464,96" fill="none" stroke="black"/>
                <path d="M 488,96 L 504,96" fill="none" stroke="black"/>
                <path d="M 528,96 L 544,96" fill="none" stroke="black"/>
                <path d="M 240,160 L 264,160" fill="none" stroke="black"/>
                <path d="M 288,160 L 304,160" fill="none" stroke="black"/>
                <path d="M 328,160 L 344,160" fill="none" stroke="black"/>
                <path d="M 368,160 L 384,160" fill="none" stroke="black"/>
                <path d="M 408,160 L 424,160" fill="none" stroke="black"/>
                <path d="M 448,160 L 464,160" fill="none" stroke="black"/>
                <path d="M 488,160 L 504,160" fill="none" stroke="black"/>
                <path d="M 528,160 L 544,160" fill="none" stroke="black"/>
                <path d="M 8,256 L 552,256" fill="none" stroke="black"/>
                <path d="M 8,336 L 224,336" fill="none" stroke="black"/>
                <path d="M 232,400 L 544,400" fill="none" stroke="black"/>
                <path d="M 240,464 L 552,464" fill="none" stroke="black"/>
                <path d="M 16,528 L 232,528" fill="none" stroke="black"/>
                <path d="M 8,608 L 224,608" fill="none" stroke="black"/>
                <path d="M 8,656 L 552,656" fill="none" stroke="black"/>
                <path d="M 232,768 L 256,768" fill="none" stroke="black"/>
                <path d="M 280,768 L 296,768" fill="none" stroke="black"/>
                <path d="M 320,768 L 336,768" fill="none" stroke="black"/>
                <path d="M 360,768 L 376,768" fill="none" stroke="black"/>
                <path d="M 408,768 L 424,768" fill="none" stroke="black"/>
                <path d="M 448,768 L 464,768" fill="none" stroke="black"/>
                <path d="M 488,768 L 504,768" fill="none" stroke="black"/>
                <path d="M 528,768 L 544,768" fill="none" stroke="black"/>
                <path d="M 240,816 L 256,816" fill="none" stroke="black"/>
                <path d="M 280,816 L 296,816" fill="none" stroke="black"/>
                <path d="M 320,816 L 336,816" fill="none" stroke="black"/>
                <path d="M 360,816 L 376,816" fill="none" stroke="black"/>
                <path d="M 400,816 L 416,816" fill="none" stroke="black"/>
                <path d="M 448,816 L 464,816" fill="none" stroke="black"/>
                <path d="M 488,816 L 504,816" fill="none" stroke="black"/>
                <path d="M 528,816 L 552,816" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="552,768 540,762.4 540,773.6" fill="black" transform="rotate(0,544,768)"/>
                <polygon class="arrowhead" points="552,400 540,394.4 540,405.6" fill="black" transform="rotate(0,544,400)"/>
                <polygon class="arrowhead" points="552,160 540,154.4 540,165.6" fill="black" transform="rotate(0,544,160)"/>
                <polygon class="arrowhead" points="552,96 540,90.4 540,101.6" fill="black" transform="rotate(0,544,96)"/>
                <polygon class="arrowhead" points="248,816 236,810.4 236,821.6" fill="black" transform="rotate(180,240,816)"/>
                <polygon class="arrowhead" points="248,464 236,458.4 236,469.6" fill="black" transform="rotate(180,240,464)"/>
                <polygon class="arrowhead" points="248,160 236,154.4 236,165.6" fill="black" transform="rotate(180,240,160)"/>
                <polygon class="arrowhead" points="248,96 236,90.4 236,101.6" fill="black" transform="rotate(180,240,96)"/>
                <polygon class="arrowhead" points="232,608 220,602.4 220,613.6" fill="black" transform="rotate(0,224,608)"/>
                <polygon class="arrowhead" points="232,336 220,330.4 220,341.6" fill="black" transform="rotate(0,224,336)"/>
                <polygon class="arrowhead" points="24,528 12,522.4 12,533.6" fill="black" transform="rotate(180,16,528)"/>
                <g class="text">
                  <text x="8" y="36">U</text>
                  <text x="232" y="36">V</text>
                  <text x="552" y="36">W</text>
                  <text x="336" y="84">Establish</text>
                  <text x="404" y="84">secure</text>
                  <text x="464" y="84">channel</text>
                  <text x="308" y="116">(e.g.,</text>
                  <text x="352" y="116">TLS</text>
                  <text x="388" y="116">with</text>
                  <text x="436" y="116">server</text>
                  <text x="492" y="116">cert.)</text>
                  <text x="280" y="148">Proof</text>
                  <text x="316" y="148">of</text>
                  <text x="372" y="148">possession</text>
                  <text x="444" y="148">w.r.t.</text>
                  <text x="492" y="148">CRED</text>
                  <text x="356" y="180">(e.g.,</text>
                  <text x="412" y="180">EDHOC)</text>
                  <text x="212" y="276">CORE</text>
                  <text x="268" y="276">PROTOCOL</text>
                  <text x="80" y="324">EDHOC</text>
                  <text x="144" y="324">message_1</text>
                  <text x="52" y="356">(EAD_1</text>
                  <text x="88" y="356">=</text>
                  <text x="124" y="356">LOC_W,</text>
                  <text x="184" y="356">ENC_ID)</text>
                  <text x="328" y="388">Voucher</text>
                  <text x="392" y="388">Request</text>
                  <text x="452" y="388">(VREQ)</text>
                  <text x="336" y="420">(message_1,</text>
                  <text x="444" y="420">?opaque_state)</text>
                  <text x="328" y="452">Voucher</text>
                  <text x="396" y="452">Response</text>
                  <text x="460" y="452">(VRES)</text>
                  <text x="296" y="484">(message_1,</text>
                  <text x="380" y="484">Voucher,</text>
                  <text x="476" y="484">?opaque_state)</text>
                  <text x="80" y="516">EDHOC</text>
                  <text x="144" y="516">message_2</text>
                  <text x="76" y="548">(EAD_2</text>
                  <text x="112" y="548">=</text>
                  <text x="156" y="548">Voucher)</text>
                  <text x="80" y="596">EDHOC</text>
                  <text x="144" y="596">message_3</text>
                  <text x="516" y="708">Credential</text>
                  <text x="524" y="724">Database</text>
                  <text x="328" y="756">ID_CRED_I</text>
                  <text x="388" y="756">from</text>
                  <text x="448" y="756">message_3</text>
                  <text x="396" y="804">CRED_U</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
U                           V                                       W
|                           |                                       |
|                           |                                       |
|                           |        Establish secure channel       |
|                           +<---  ---  ---  ---  ---  ---  ---  -->|
|                           |      (e.g., TLS with server cert.)    |
|                           |                                       |
|                           |   Proof of possession w.r.t. CRED     |
|                           +<---  ---  ---  ---  ---  ---  ---  -->|
|                           |            (e.g., EDHOC)              |
|                           |                                       |
|                           |                                       |
|                           |                                       |

---------------------------------------------------------------------
                        CORE PROTOCOL

|                           |                                       |
|      EDHOC message_1      |                                       |
+-------------------------->|                                       |
|  (EAD_1 = LOC_W, ENC_ID)  |                                       |
|                           |                                       |
|                           |        Voucher Request (VREQ)         |
|                           +-------------------------------------->|
|                           |       (message_1, ?opaque_state)      |
|                           |                                       |
|                           |        Voucher Response (VRES)        |
|                           |<--------------------------------------+
|                           |  (message_1, Voucher, ?opaque_state)  |
|                           |                                       |
|      EDHOC message_2      |                                       |
|<--------------------------+                                       |
|     (EAD_2 = Voucher)     |                                       |
|                           |                                       |
|                           |                                       |
|      EDHOC message_3      |                                       |
+-------------------------->|                                       |
|                           |                                       |

---------------------------------------------------------------------

|                           |
|                           |                              Credential
|                           |                                Database
|                           |                                       |
|                           |       ID_CRED_I from message_3        |
|                           +---  ---  ---  ---   ---  ---  ---  -->|
|                           |                                       |
|                           |                 CRED_U                |
|                           |<--  ---  ---  ---  ---   ---  ---  ---+
|                           |                                       |
|                           |                                       |
]]></artwork>
          </artset>
        </figure>
      </section>
      <section anchor="reuse">
        <name>Reuse of EDHOC</name>
        <t>The protocol illustrated in <xref target="fig-protocol"/> reuses several components of EDHOC:</t>
        <ul spacing="normal">
          <li>G_X, the ephemeral public Diffie-Hellman key of U, is also used in the protocol between U and W.</li>
          <li>
            <t>SUITES_I includes the cipher suite for EDHOC selected by U, and also defines the algorithms used between U and W (see <xref section="3.6" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>):  </t>
            <ul spacing="normal">
              <li>EDHOC AEAD algorithm: used to encrypt ID_U</li>
              <li>EDHOC hash algorithm: used for key derivation and to calculate the voucher</li>
              <li>EDHOC MAC length in bytes: length of the voucher</li>
              <li>EDHOC key exchange algorithm: used to calculate the shared secret between U and W</li>
            </ul>
          </li>
          <li>EAD_1, EAD_2 are the External Authorization Data message fields of message_1 and message_2, respectively, see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. This document specifies the EAD items with ead_label = TBD1, see <xref target="iana-ead"/>).</li>
          <li>ID_CRED_I and ID_CRED_R are used to identify the authentication credentials CRED_U and CRED_V, respectively. As shown at the bottom of <xref target="fig-protocol"/>, V may use W to obtain CRED_U. CRED_V is transported in ID_CRED_R in message_2, see <xref target="V_2"/>.</li>
        </ul>
        <t>The protocol also reuses the EDHOC-Extract and EDHOC-Expand key derivation from EDHOC (see <xref section="4" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>).</t>
        <ul spacing="normal">
          <li>
            <t>The intermediate pseudo-random key PRK is derived using EDHOC-Extract():
            </t>
            <ul spacing="normal">
              <li>
                <t>PRK = EDHOC-Extract(salt, IKM)
                </t>
                <ul spacing="normal">
                  <li>where salt = 0x (the zero-length byte string)</li>
                  <li>IKM is computed as an ECDH cofactor Diffie-Hellman shared secret from the public key of W, G_W, and the private key corresponding to G_X (or v.v.), see Section 5.7.1.2 of <xref target="NIST-800-56A"/>.</li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <t>The output keying material OKM is derived from PRK using EDHOC-Expand(), which is defined in terms of the EDHOC hash algorithm of the selected cipher suite, see <xref section="4.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>:</t>
        <ul spacing="normal">
          <li>
            <t>OKM = EDHOC-Expand(PRK, info, length)  </t>
            <t>
where</t>
          </li>
        </ul>
        <artwork><![CDATA[
info = (
   info_label : int,
   context : bstr,
   length : uint,
)
]]></artwork>
      </section>
      <section anchor="stateless-operation-of-v">
        <name>Stateless Operation of V</name>
        <t>V may act statelessly with respect to U: the state of the EDHOC session started by U may be dropped at V until authorization from W is received.
Once V has received EDHOC message_1 from U and extracted LOC_W from EAD_1, message_1 is forwarded unmodified to W in the form of a Voucher Request.
V encapsulates the internal state that it needs to later respond to U, and sends that to W together with EDHOC message_1.
This state typically contains U's IP address and port number, together with any other implementation-specific parameter needed by V to respond to U.
At this point, V can drop the EDHOC session that was initiated by U.</t>
        <t>V MUST encrypt and integrity protect the encapsulated state using a uniformly-distributed (pseudo-)random key, known only to itself.
How V serializes and encrypts its internal state is out of scope of this specification.
For example, V may use the existing CBOR and COSE libraries.</t>
        <t>Editor's note: Consider to include an example of serialized internal state.</t>
        <t>W sends to V the voucher together with echoed message_1, as received from U, and V's internal state.
This allows V to act as a simple message relay until it has obtained the authorization from W to enroll U.
The reception of a successful Voucher Response at V from W implies the authorization for V to enroll U.
At this point, V can initialize a new EDHOC session with U, based on the message and the state retrieved from the Voucher Response from W.</t>
      </section>
      <section anchor="U-W">
        <name>Device &lt;-&gt; Enrollment Server (U &lt;-&gt; W)</name>
        <t>The protocol between U and W is carried between U and V in message_1 and message_2 (<xref target="U-V"/>), and between V and W in the Voucher Request/Response (<xref target="V-W"/>). The data is protected between the endpoints using secret keys derived from a Diffie-Hellman shared secret (see <xref target="reuse"/>) as further detailed in this section.</t>
        <section anchor="voucher_info">
          <name>Voucher Info</name>
          <t>The external authorization data EAD_1 contains an EAD item with ead_label = TBD1 and ead_value = Voucher_Info, which is a CBOR byte string:</t>
          <artwork><![CDATA[
Voucher_Info = bstr .cbor Voucher_Info_Seq
]]></artwork>
          <artwork><![CDATA[
Voucher_Info_Seq = (
    LOC_W:      tstr,
    ENC_ID:     bstr
)
]]></artwork>
          <t>where</t>
          <ul spacing="normal">
            <li>LOC_W is a text string used by V to locate W, e.g., a URI or a domain name.</li>
            <li>ENC_ID is a byte string containing an encrypted identifier of U, calculated as follows:</li>
          </ul>
          <t>ENC_ID is 'ciphertext' of COSE_Encrypt0 (<xref section="5.2" sectionFormat="of" target="RFC9052"/>) computed from the following:</t>
          <ul spacing="normal">
            <li>The encryption key K_1 and nonce IV_1 are derived as specified below.</li>
            <li>'protected' is a byte string of size 0</li>
            <li>'plaintext' and 'external_aad' as below:</li>
          </ul>
          <artwork><![CDATA[
plaintext = (
    ID_U:            bstr,
 )
]]></artwork>
          <artwork><![CDATA[
external_aad = (
    SS:              int,
 )
]]></artwork>
          <t>where</t>
          <ul spacing="normal">
            <li>ID_U is an identifier of the device, see <xref target="device"/>.</li>
            <li>SS is the selected cipher suite in SUITES_I of EDHOC message_1, see <xref target="U-V"/>.</li>
          </ul>
          <t>Editor's note: Add more context to external_aad.</t>
          <t>The derivation of K_1 = EDHOC-Expand(PRK, info, length) uses the following input to the info struct (see <xref target="reuse"/>):</t>
          <ul spacing="normal">
            <li>info_label = 0</li>
            <li>context  = h'' (the empty CBOR string)</li>
            <li>length is length of key of the EDHOC AEAD algorithm in bytes</li>
          </ul>
          <t>The derivation of IV_1 = EDHOC-Expand(PRK, info, length) uses the following input to the info struct (see <xref target="reuse"/>):</t>
          <ul spacing="normal">
            <li>info_label = 1</li>
            <li>context = h''  (the empty CBOR string)</li>
            <li>length is length of nonce of the EDHOC AEAD algorithm in bytes</li>
          </ul>
        </section>
        <section anchor="voucher">
          <name>Voucher</name>
          <t>The voucher is an assertion to U that W has authorized V. The voucher is essentially a message authentication code which binds the authentication credential of V, CRED_V, to message_1 of EDHOC.</t>
          <t>The external authorization data EAD_2 contains an EAD item with ead_label = TBD1 and ead_value = Voucher, which is a CBOR byte string:</t>
          <artwork><![CDATA[
Voucher = bstr .cbor EDHOC-Expand(PRK, info, length)
]]></artwork>
          <t>The voucher is calculated with the following input to the info struct (see <xref target="reuse"/>):</t>
          <ul spacing="normal">
            <li>info_label = 2</li>
            <li>context  = bstr .cbor voucher_input</li>
            <li>length is EDHOC MAC length in bytes</li>
          </ul>
          <t>where context is a CBOR byte string wrapping of the following CBOR sequence:</t>
          <artwork><![CDATA[
voucher_input = (
    H(message_1):  bstr,
    CRED_V:        bstr,
)
]]></artwork>
          <t>where</t>
          <ul spacing="normal">
            <li>H(message_1) is the hash of EDHOC message_1, calculated from the associated voucher request, see <xref target="voucher_request"/>.</li>
            <li>CRED_V is the CWT Claims Set <xref target="RFC8392"/> containing the public authentication key of V, see <xref target="V_2"/></li>
          </ul>
        </section>
      </section>
      <section anchor="U-V">
        <name>Device &lt;-&gt; Authenticator (U &lt;-&gt; V)</name>
        <t>This section describes the processing in U and V, which include the EDHOC protocol, see <xref target="fig-protocol"/>. Normal EDHOC processing is omitted here.</t>
        <section anchor="m1">
          <name>Message 1</name>
          <section anchor="processing-in-u">
            <name>Processing in U</name>
            <t>U composes EDHOC message_1 using authentication method, identifiers, etc. according to an agreed application profile, see <xref section="3.9" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. The selected cipher suite, in this document denoted SS, applies also to the interaction with W as detailed in <xref target="reuse"/>, in particular, with respect to the Diffie Hellman key agreement algorithm used between U and W. As part of the normal EDHOC processing, U generates the ephemeral public key G_X which is reused in the interaction with W, see <xref target="U-W"/>.</t>
            <t>The device sends EDHOC message_1 with EAD item (-TBD1, Voucher_Info) included in EAD_1, where Voucher_Info is specified in <xref target="U-W"/>. The negative sign indicates that the EAD item is critical, see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
          </section>
          <section anchor="processing-in-v">
            <name>Processing in V</name>
            <t>V receives EDHOC message_1 from U and processes it as specified in <xref section="5.2.3" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, with the additional step of processing the EAD item in EAD_1. Since the EAD item is critical, if V does not recognize it or it contains information that V cannot process, then V MUST abort the EDHOC session, see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. Otherwise, the ead_label = TBD1, triggers the voucher request to W as described in <xref target="V-W"/>. The exchange between V and W needs to be completed successfully for the EDHOC session to be continued.</t>
          </section>
        </section>
        <section anchor="m2">
          <name>Message 2</name>
          <section anchor="V_2">
            <name>Processing in V</name>
            <t>V receives the voucher response from W as described in <xref target="V-W"/>.</t>
            <t>V sends EDHOC message_2 to U with the critical EAD item (-TBD1, Voucher) included in EAD_2, where the Voucher is specified in <xref target="U-W"/>.</t>
            <t>CRED_V is a CWT Claims Set <xref target="RFC8392"/> containing the public authentication key of V encoded as a COSE_Key in the 'cnf' claim, see <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
            <t>ID_CRED_R contains the CWT Claims Set with 'kccs' as COSE header_map, see <xref section="9.6" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>.</t>
          </section>
          <section anchor="processing-in-u-1">
            <name>Processing in U</name>
            <t>U receives EDHOC message_2 from V and processes it as specified in <xref section="5.3.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>, with the additional step of processing the EAD item in EAD_2.</t>
            <t>If U does not recognize the EAD item or the EAD item contains information that U cannot process, then U MUST abort the EDHOC session, see <xref section="3.8" sectionFormat="of" target="I-D.ietf-lake-edhoc"/>. Otherwise U MUST verify the Voucher by performing the same calculation as in <xref target="voucher"/> using H(message_1) and CRED_V received in ID_CRED_R of message_2. If the voucher calculated in this way is not identical to what was received in message_2, then U MUST abort the EDHOC session.</t>
          </section>
        </section>
        <section anchor="message-3">
          <name>Message 3</name>
          <section anchor="processing-in-u-2">
            <name>Processing in U</name>
            <t>If all verifications are passed, then U sends EDHOC message_3.</t>
            <t>EDHOC message_3 may be combined with an OSCORE request, see <xref target="I-D.ietf-core-oscore-edhoc"/>.</t>
          </section>
          <section anchor="processing-in-v-1">
            <name>Processing in V</name>
            <t>V performs the normal EDHOC verifications of message_3. V may retrieve CRED_U from a Credential Database, after having learnt ID_CRED_I from U.</t>
          </section>
        </section>
      </section>
      <section anchor="V-W">
        <name>Authenticator &lt;-&gt; Enrollment Server (V &lt;-&gt; W)</name>
        <t>It is assumed that V and W have set up a secure connection, W has accessed the authentication credential CRED_V to be used in the EDHOC session between V and with U, and that W has verified that V is in possession of the private key corresponding to CRED_V, see <xref target="domain-auth"/> and <xref target="authz-server"/>.
V and W run the Voucher Request/Response protocol over the secure connection.</t>
        <section anchor="voucher_request">
          <name>Voucher Request</name>
          <section anchor="processing-in-v-2">
            <name>Processing in V</name>
            <t>V sends the voucher request to W.
The Voucher Request SHALL be a CBOR array as defined below:</t>
            <artwork><![CDATA[
Voucher_Request = [
    message_1:      bstr,
    ? opaque_state: bstr
]
]]></artwork>
            <t>where</t>
            <ul spacing="normal">
              <li>message_1 is the EDHOC message_1 as it was received from U.</li>
              <li>opaque_state is OPTIONAL and represents the serialized and encrypted opaque state needed by V to statelessly respond to U after the reception of Voucher_Response.</li>
            </ul>
          </section>
          <section anchor="processing-in-w">
            <name>Processing in W</name>
            <t>W receives and parses the voucher request received over the secure connection with V. The voucher request essentially contains EDHOC message_1 as sent by U to V. W SHALL NOT process message_1 as if it was an EDHOC message intended for W.</t>
            <t>W extracts from message_1:</t>
            <ul spacing="normal">
              <li>SS - the selected cipher suite, which is the (last) integer of SUITES_I.</li>
              <li>G_X - the ephemeral public key of U</li>
              <li>ENC_ID - the encryption of the device identifier ID_U, contained in the Voucher_Info field of the EAD item with ead_label = TBD1 (with minus sign indicating criticality)</li>
            </ul>
            <t>W verifies and decrypts ENC_ID using the relevant algorithms of the selected cipher suite SS (see <xref target="reuse"/>), and obtains ID_U.</t>
            <t>W calculates the hash of message_1 H(message_1), and associates this session identifier to the device identifier ID_U. If H(message_1) is not unique among session identifiers associated to this device identifier of U, the EDHOC session SHALL be aborted.</t>
            <t>W uses ID_U to look up the associated authorization policies for U and enforces them. This is out of scope for the specification.</t>
          </section>
        </section>
        <section anchor="voucher_response">
          <name>Voucher Response</name>
          <section anchor="processing-in-w-1">
            <name>Processing in W</name>
            <t>W retrieves CRED_V associated to the secure connection with V, and constructs the the Voucher for the device with identifier ID_U (see <xref target="voucher"/>).</t>
            <t>W generates the voucher response and sends it to V over the secure connection. The Voucher_Response SHALL be a CBOR array as defined below:</t>
            <artwork><![CDATA[
Voucher_Response = [
    message_1:      bstr,
    Voucher:        bstr,
    ? opaque_state: bstr
]
]]></artwork>
            <t>where</t>
            <ul spacing="normal">
              <li>message_1 is the EDHOC message_1 as it was received from V.</li>
              <li>The Voucher is defined in <xref target="voucher"/>.</li>
              <li>opaque_state is the echoed byte string opaque_state from Voucher_Request, if present.</li>
            </ul>
          </section>
          <section anchor="processing-in-v-3">
            <name>Processing in V</name>
            <t>V receives the voucher response from W over the secure connection.
If present, V decrypts and verifies opaque_state as received from W. If that verification fails then EDHOC is aborted.
If the voucher response is successfully received from W, then V responds to U with EDHOC message_2 as described in <xref target="V_2"/>.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="rest_interface">
      <name>REST Interface at W</name>
      <t>The interaction between V and W is enabled through a RESTful interface exposed by W.
This RESTful interface MAY be implemented using either HTTP or CoAP.
V SHOULD access the resources exposed by W through the protocol indicated by the scheme in LOC_W URI.</t>
      <section anchor="scheme-https">
        <name>Scheme "https"</name>
        <t>In case the scheme indicates "https", V MUST perform a TLS handshake with W and use HTTP.
If the authentication credential CRED_V can be used in a TLS handshake, e.g. an X.509 certificate of a signature public key, then V SHOULD use it to authenticate to W as a client.
If the authentication credential CRED_V cannot be used in a TLS handshake, e.g. if the public key is a static Diffie-Hellman key, then V SHOULD first perform a TLS handshake with W using available compatible keys.
V MUST then perform an EDHOC session over the TLS connection proving to W the possession of the private key corresponding to CRED_V.
Performing the EDHOC session is only necessary if V did not authenticate with CRED_V in the TLS handshake with W.</t>
        <t>Editor's note: Clarify that performing TLS handshake is not necessary for each device request; if there already is a TLS connection between V and W that should be reused. Similar considerations for 5.2 and 5.3.</t>
      </section>
      <section anchor="scheme-coaps">
        <name>Scheme "coaps"</name>
        <t>In case the scheme indicates "coaps", V SHOULD perform a DTLS handshake with W and access the resources defined in <xref target="uris"/> using CoAP.
The normative requirements in <xref target="scheme-https"/> on performing the DTLS handshake and EDHOC session remain the same, except that TLS is replaced with DTLS.</t>
      </section>
      <section anchor="scheme-coap">
        <name>Scheme "coap"</name>
        <t>In case the scheme indicates "coap", V SHOULD perform an EDHOC session with W, as specified in <xref section="A" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> and access the resources defined in <xref target="uris"/> using OSCORE and CoAP.
The authentication credential in this EDHOC session MUST be CRED_V.</t>
      </section>
      <section anchor="uris">
        <name>URIs</name>
        <t>The URIs defined below are valid for both HTTP and CoAP.
W MUST support the use of the path-prefix "/.well-known/", as defined in <xref target="RFC8615"/>, and the registered name "lake-authz".
A valid URI in case of HTTP thus begins with</t>
        <ul spacing="normal">
          <li>"https://www.example.com/.well-known/lake-authz"</li>
        </ul>
        <t>In case of CoAP with DTLS:</t>
        <ul spacing="normal">
          <li>"coaps://example.com/.well-known/lake-authz"</li>
        </ul>
        <t>In case of EDHOC and OSCORE:</t>
        <ul spacing="normal">
          <li>"coap://example.com/.well-known/lake-authz"</li>
        </ul>
        <t>Each operation specified in the following is indicated by a path-suffix.</t>
        <section anchor="voucher-request-voucherrequest">
          <name>Voucher Request (/voucherrequest)</name>
          <t>To request a voucher, V MUST issue a request:</t>
          <ul spacing="normal">
            <li>Method is POST</li>
            <li>Payload is the serialization of the Voucher Request object, as specified in <xref target="voucher_request"/>.</li>
            <li>Content-Format (Content-Type) is set to "application/lake-authz-voucherrequest+cbor"</li>
          </ul>
          <t>In case of successful processing at W, W MUST issue a 200 OK response with payload containing the serialized Voucher Response object, as specified in <xref target="voucher_response"/>.</t>
        </section>
        <section anchor="certificate-request-certrequest">
          <name>Certificate Request (/certrequest)</name>
          <t>V requests the public key certificate of U from W through the "/certrequest" path-suffix.
To request U's authentication credential, V MUST issue a request:</t>
          <ul spacing="normal">
            <li>Method is POST</li>
            <li>Payload is the serialization of the ID_CRED_I object, as received in EDHOC message_3.</li>
          </ul>
          <t>In case of a successful lookup of the authentication credential at W, W MUST issue 200 OK response with payload containing the serialized CRED_U.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-cons">
      <name>Security Considerations</name>
      <t>This specification builds on and reuses many of the security constructions of EDHOC, e.g., shared secret calculation and key derivation. The security considerations of EDHOC <xref target="I-D.ietf-lake-edhoc"/> apply with modifications discussed here.</t>
      <t>EDHOC provides identity protection of the Initiator, here the device. The encryption of the device identifier ID_U in the first message should consider potential information leaking from the length of ID_U, either by making all identifiers having the same length or the use of a padding scheme.</t>
      <t>Although W learns about the identity of U after receiving VREQ, this information must not be disclosed to V, until U has revealed its identity to V with ID_CRED_I in message_3. W may be used for lookup of CRED_U from ID_CRED_I, or this credential lookup function may be separate from the authorization function of W, see <xref target="fig-protocol"/>. The trust model used here is that U decides to which V it reveals its identity. In an alternative trust model where U trusts W to decide to which V it reveals U's identity, CRED_U could be sent in Voucher Response.</t>
      <t>As noted in <xref section="8.2" sectionFormat="of" target="I-D.ietf-lake-edhoc"/> an ephemeral key may be used to calculate several ECDH shared secrets. In this specification the ephemeral key G_X is also used to calculate G_XW, the shared secret with the enrollment server.</t>
      <t>The private ephemeral key is thus used in the device for calculations of key material relating to both the authenticator and the enrollment server. There are different options for where to implement these calculations, one option is as an addition to EDHOC, i.e., to extend the EDHOC API in the device with input of public key of W (G_W) and device identifier of U (ID_U), and produce the encryption of ID_U which is included in Voucher_Info in EAD_1.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <section anchor="iana-ead">
        <name>EDHOC External Authorization Data Registry</name>
        <t>IANA has registered the following entry in the "EDHOC External Authorization Data" registry under the group name "Ephemeral Diffie-
   Hellman Over COSE (EDHOC)".
The ead_label = TBD_1 corresponds to the ead_value Voucher_Info in EAD_1, and Voucher in EAD_2 with processing specified in <xref target="m1"/> and <xref target="m2"/>, respectively, of this document.</t>
        <table anchor="ead-table">
          <name>Addition to the EDHOC EAD registry</name>
          <thead>
            <tr>
              <th align="right">Label</th>
              <th align="left">Value Type</th>
              <th align="left">Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="right">TBD1</td>
              <td align="left">bstr</td>
              <td align="left">Voucher related information</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="the-well-known-uri-registry">
        <name>The Well-Known URI Registry</name>
        <t>IANA has registered the following entry in "The Well-Known URI Registry", using the template from <xref target="RFC8615"/>:</t>
        <ul spacing="normal">
          <li>URI suffix: lake-authz</li>
          <li>Change controller: IETF</li>
          <li>Specification document: [[this document]]</li>
          <li>Related information: None</li>
        </ul>
      </section>
      <section anchor="well-known-name-under-arpa-name-space">
        <name>Well-Known Name Under ".arpa" Name Space</name>
        <t>This document allocates a well-known name under the .arpa name space according to the rules given in <xref target="RFC3172"/> and <xref target="RFC6761"/>.
The name "lake-authz.arpa" is requested.
No subdomains are expected, and addition of any such subdomains requires the publication of an IETF Standards Track RFC.
No A, AAAA, or PTR record is requested.</t>
      </section>
      <section anchor="media-types-registry">
        <name>Media Types Registry</name>
        <t>IANA has added the media types "application/lake-authz-voucherrequest+cbor" to the "Media Types" registry.</t>
        <section anchor="applicationlake-authz-voucherrequestcbor-media-type-registration">
          <name>application/lake-authz-voucherrequest+cbor Media Type Registration</name>
          <ul spacing="normal">
            <li>Type name: application</li>
            <li>Subtype name: lake-authz-voucherrequest+cbor</li>
            <li>Required parameters: N/A</li>
            <li>Optional paramaters: N/A</li>
            <li>Encoding considerations: binary</li>
            <li>Security cosniderations: See <xref target="sec-cons"/> of this document.</li>
            <li>Interoperability considerations: N/A</li>
            <li>Published specification: [[this document]] (this document)</li>
            <li>Application that use this media type: To be identified</li>
            <li>Fragment identifier considerations: N/A</li>
            <li>
              <t>Additional information:
              </t>
              <ul spacing="normal">
                <li>Magic number(s): N/A</li>
                <li>File extension(s): N/A</li>
                <li>Macintosh file type code(s): N/A</li>
              </ul>
            </li>
            <li>Person &amp; email address to contact for further information: See "Authors' Addresses" section.</li>
            <li>Intended usage: COMMON</li>
            <li>Restrictions on usage: N/A</li>
            <li>Author: See "Authors' Addresses" section.</li>
            <li>Change Controller: IESG</li>
          </ul>
        </section>
      </section>
      <section anchor="coap-content-formats-registry">
        <name>CoAP Content-Formats Registry</name>
        <t>IANA has added the media type "application/lake-authz-voucherrequest+cbor" to the "CoAP Content-Formats" registry under the registry group "Constrained RESTful Environments (CoRE) Parameters".</t>
        <table anchor="coap-content-formats">
          <name>Addition to the CoAP Content-Formats registry</name>
          <thead>
            <tr>
              <th align="left">Media Type</th>
              <th align="left">Encoding</th>
              <th align="left">ID</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">application/lake-authz-voucherrequest+cbor</td>
              <td align="left">-</td>
              <td align="left">TBD2</td>
              <td align="left">[[this document]]</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC8392" target="https://www.rfc-editor.org/info/rfc8392" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8392.xml">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <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="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties.  The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection.  A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value.  CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </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="RFC9052" target="https://www.rfc-editor.org/info/rfc9052" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.9052.xml">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</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 the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </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="I-D.ietf-lake-edhoc" target="https://datatracker.ietf.org/api/v1/doc/document/draft-ietf-lake-edhoc/" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lake-edhoc.xml">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander"/>
            <author fullname="John Preuß Mattsson"/>
            <author fullname="Francesca Palombini"/>
            <date day="7" month="July" year="2023"/>
            <abstract>
              <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a
   very compact and lightweight authenticated Diffie-Hellman key
   exchange with ephemeral keys.  EDHOC provides mutual authentication,
   forward secrecy, and identity protection.  EDHOC is intended for
   usage in constrained scenarios and a main use case is to establish an
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-20"/>
        </reference>
        <reference anchor="NIST-800-56A" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar3.pdf">
          <front>
            <title>Recommendation for Pair-Wise Key-Establishment Schemes Using Discrete Logarithm Cryptography - NIST Special Publication 800-56A, Revision 3</title>
            <author initials="E." surname="Barker" fullname="Elaine Barker">
              <organization/>
            </author>
            <author initials="L." surname="Chen" fullname="Lily Chen">
              <organization/>
            </author>
            <author initials="A." surname="Roginsky" fullname="Allen Roginsky">
              <organization/>
            </author>
            <author initials="A." surname="Vassilev" fullname="Apostol Vassilev">
              <organization/>
            </author>
            <author initials="R." surname="Davis" fullname="Richard Davis">
              <organization/>
            </author>
            <date year="2018" month="April"/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative 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="RFC3172" target="https://www.rfc-editor.org/info/rfc3172" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3172.xml">
          <front>
            <title>Management Guidelines &amp; Operational Requirements for the Address and Routing Parameter Area Domain ("arpa")</title>
            <author fullname="G. Huston" initials="G." role="editor" surname="Huston"/>
            <date month="September" year="2001"/>
            <abstract>
              <t>This memo describes the management and operational requirements for the address and routing parameter area ("arpa") domain. 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="52"/>
          <seriesInfo name="RFC" value="3172"/>
          <seriesInfo name="DOI" value="10.17487/RFC3172"/>
        </reference>
        <reference anchor="RFC6761" target="https://www.rfc-editor.org/info/rfc6761" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.6761.xml">
          <front>
            <title>Special-Use Domain Names</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document describes what it means to say that a Domain Name (DNS name) is reserved for special use, when reserving such a name is appropriate, and the procedure for doing so. It establishes an IANA registry for such domain names, and seeds it with entries for some of the already established special domain names.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6761"/>
          <seriesInfo name="DOI" value="10.17487/RFC6761"/>
        </reference>
        <reference anchor="RFC7228" target="https://www.rfc-editor.org/info/rfc7228" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7228.xml">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks.  This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="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="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="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="RFC8995" target="https://www.rfc-editor.org/info/rfc8995" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8995.xml">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="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="I-D.ietf-core-oscore-edhoc" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-oscore-edhoc-07" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-core-oscore-edhoc.xml">
          <front>
            <title>Using EDHOC with CoAP and OSCORE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Stefan Hristozov" initials="S." surname="Hristozov">
              <organization>Fraunhofer AISEC</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>The lightweight authenticated key exchange protocol EDHOC can be run over CoAP and used by two peers to establish an OSCORE Security Context. This document details this use of the EDHOC protocol, by specifying a number of additional and optional mechanisms. These especially include an optimization approach for combining the execution of EDHOC with the first OSCORE transaction. This combination reduces the number of round trips required to set up an OSCORE Security Context and to complete an OSCORE transaction using that Security Context.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-edhoc-07"/>
        </reference>
        <reference anchor="I-D.ietf-lake-reqs" target="https://datatracker.ietf.org/doc/html/draft-ietf-lake-reqs-04" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lake-reqs.xml">
          <front>
            <title>Requirements for a Lightweight AKE for OSCORE</title>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>Inria</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Dan Garcia-Carillo" initials="D." surname="Garcia-Carillo">
              <organization>Odin Solutions S.L.</organization>
            </author>
            <date day="8" month="June" year="2020"/>
            <abstract>
              <t>This document compiles the requirements for a lightweight authenticated key exchange protocol for OSCORE. This draft has completed a working group last call (WGLC) in the LAKE working group. Post-WGLC, the requirements are considered sufficiently stable for the working group to proceed with its work. It is not currently planned to publish this draft as an RFC.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-reqs-04"/>
        </reference>
        <reference anchor="IEEE802.15.4">
          <front>
            <title>IEEE Std 802.15.4 Standard for Low-Rate Wireless Networks</title>
            <author initials="" surname="IEEE standard for Information Technology">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 714?>

<section anchor="use-with-constrained-join-protocol-cojp">
      <name>Use with Constrained Join Protocol (CoJP)</name>
      <t>This section outlines how the protocol is used for network enrollment and parameter provisioning.
An IEEE 802.15.4 network is used as an example of how a new device (U) can be enrolled into the domain managed by the domain authenticator (V).</t>
      <figure anchor="fig-cojp">
        <name>Use of draft-selander-lake-authz with CoJP.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="560" viewBox="0 0 560 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
              <path d="M 8,48 L 8,400" fill="none" stroke="black"/>
              <path d="M 304,48 L 304,384" fill="none" stroke="black"/>
              <path d="M 552,48 L 552,384" fill="none" stroke="black"/>
              <path d="M 280,80 L 296,80" fill="none" stroke="black"/>
              <path d="M 16,112 L 304,112" fill="none" stroke="black"/>
              <path d="M 8,160 L 296,160" fill="none" stroke="black"/>
              <path d="M 304,192 L 544,192" fill="none" stroke="black"/>
              <path d="M 312,224 L 552,224" fill="none" stroke="black"/>
              <path d="M 16,256 L 304,256" fill="none" stroke="black"/>
              <path d="M 8,320 L 296,320" fill="none" stroke="black"/>
              <path d="M 16,368 L 296,368" fill="none" stroke="black"/>
              <polygon class="arrowhead" points="552,192 540,186.4 540,197.6" fill="black" transform="rotate(0,544,192)"/>
              <polygon class="arrowhead" points="320,224 308,218.4 308,229.6" fill="black" transform="rotate(180,312,224)"/>
              <polygon class="arrowhead" points="304,320 292,314.4 292,325.6" fill="black" transform="rotate(0,296,320)"/>
              <polygon class="arrowhead" points="304,160 292,154.4 292,165.6" fill="black" transform="rotate(0,296,160)"/>
              <polygon class="arrowhead" points="304,80 292,74.4 292,85.6" fill="black" transform="rotate(0,296,80)"/>
              <polygon class="arrowhead" points="24,368 12,362.4 12,373.6" fill="black" transform="rotate(180,16,368)"/>
              <polygon class="arrowhead" points="24,256 12,250.4 12,261.6" fill="black" transform="rotate(180,16,256)"/>
              <polygon class="arrowhead" points="24,112 12,106.4 12,117.6" fill="black" transform="rotate(180,16,112)"/>
              <g class="text">
                <text x="8" y="36">U</text>
                <text x="304" y="36">V</text>
                <text x="552" y="36">W</text>
                <text x="24" y="84">-</text>
                <text x="40" y="84">-</text>
                <text x="56" y="84">-</text>
                <text x="72" y="84">-</text>
                <text x="88" y="84">-</text>
                <text x="104" y="84">-</text>
                <text x="120" y="84">-</text>
                <text x="136" y="84">-</text>
                <text x="152" y="84">-</text>
                <text x="168" y="84">-</text>
                <text x="184" y="84">-</text>
                <text x="200" y="84">-</text>
                <text x="216" y="84">-</text>
                <text x="232" y="84">-</text>
                <text x="248" y="84">-</text>
                <text x="264" y="84">-</text>
                <text x="76" y="100">Optional</text>
                <text x="144" y="100">network</text>
                <text x="228" y="100">solicitation</text>
                <text x="120" y="132">Network</text>
                <text x="192" y="132">discovery</text>
                <text x="112" y="180">EDHOC</text>
                <text x="176" y="180">message_1</text>
                <text x="368" y="212">Voucher</text>
                <text x="432" y="212">Request</text>
                <text x="492" y="212">(VREQ)</text>
                <text x="368" y="244">Voucher</text>
                <text x="436" y="244">Response</text>
                <text x="500" y="244">(VRES)</text>
                <text x="112" y="276">EDHOC</text>
                <text x="176" y="276">message_2</text>
                <text x="56" y="340">EDHOC</text>
                <text x="120" y="340">message_3</text>
                <text x="168" y="340">+</text>
                <text x="196" y="340">CoJP</text>
                <text x="248" y="340">request</text>
                <text x="124" y="388">CoJP</text>
                <text x="180" y="388">response</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
U                                    V                              W
|                                    |                              |
|                                    |                              |
+ - - - - - - - - - - - - - - - - -->|                              |
|    Optional network solicitation   |                              |
|<-----------------------------------+                              |
|          Network discovery         |                              |
|                                    |                              |
+----------------------------------->|                              |
|          EDHOC message_1           |                              |
|                                    +----------------------------->|
|                                    |    Voucher Request (VREQ)    |
|                                    |<-----------------------------+
|                                    |    Voucher Response (VRES)   |
|<-----------------------------------+                              |
|          EDHOC message_2           |                              |
|                                    |                              |
|                                    |                              |
+----------------------------------->|                              |
|   EDHOC message_3 + CoJP request   |                              |
|                                    |                              |
+<-----------------------------------|                              |
|            CoJP response           |                              |
|
]]></artwork>
        </artset>
      </figure>
      <section anchor="network-discovery">
        <name>Network Discovery</name>
        <t>When a device first boots, it needs to discover the network it attempts to join.
The network discovery procedure is defined by the link-layer technology in use.
In case of Time-slotted Channel Hopping (TSCH) networks, a mode of <xref target="IEEE802.15.4"/>, the device scans the radio channels for Enhanced Beacon (EB) frames, a procedure known as passive scan.
EBs carry the information about the network, and particularly the network identifier.
Based on the EB, the network identifier, the information pre-configured into the device, the device makes the decision on whether it should join the network advertised by the received EB frame.
This process is described in <xref section="4.1" sectionFormat="of" target="RFC9031"/>.
In case of other, non-TSCH modes of IEEE 802.15.4 it is possible to use the active scan procedure and send solicitation frames.
These solicitation frames trigger the nearest network coordinator to respond by emitting a beacon frame.
The network coordinator emitting beacons may be multiple link-layer hops away from the domain authenticator (V), in which case it plays the role of a Join Proxy (see <xref target="RFC9031"/>).
Join Proxy does not participate in the protocol and acts as a transparent router between the device and the domain authenticator.
For simplicity, <xref target="fig-cojp"/> illustrates the case when the device and the domain authenticator are a single hop away and can communicate directly.</t>
      </section>
      <section anchor="the-enrollment-protocol-with-parameter-provisioning">
        <name>The Enrollment Protocol with Parameter Provisioning</name>
        <section anchor="flight-1">
          <name>Flight 1</name>
          <t>Once the device has discovered the network it wants to join, it constructs the EDHOC message_1, as described in <xref target="U-V"/>.
The device SHALL map the message to a CoAP request:</t>
          <ul spacing="normal">
            <li>The request method is POST.</li>
            <li>The type is Confirmable (CON).</li>
            <li>The Proxy-Scheme option is set to "coap".</li>
            <li>The Uri-Host option is set to "lake-authz.arpa". This is an anycast type of identifier of the domain authenticator (V) that is resolved to its IPv6 address by the Join Proxy.</li>
            <li>The Uri-Path option is set to ".well-known/edhoc".</li>
            <li>The Content-Format option is set to "application/cid-edhoc+cbor-seq"</li>
            <li>The payload is the (true, EDHOC message_1) CBOR sequence, where EDHOC message_1 is constructed as defined in <xref target="U-V"/>.</li>
          </ul>
        </section>
        <section anchor="flight-2">
          <name>Flight 2</name>
          <t>The domain authenticator receives message_1 and processes it as described in <xref target="U-V"/>.
The message triggers the exchange with the enrollment server, as described in <xref target="V-W"/>.
If the exchange between V and W completes successfully, the domain authenticator prepares EDHOC message_2, as described in <xref target="U-V"/>.
The authenticator SHALL map the message to a CoAP response:</t>
          <ul spacing="normal">
            <li>The response code is 2.04 Changed.</li>
            <li>The Content-Format option is set to "application/edhoc+cbor-seq"</li>
            <li>The payload is the EDHOC message_2, as defined in <xref target="U-V"/>.</li>
          </ul>
        </section>
        <section anchor="flight-3">
          <name>Flight 3</name>
          <t>The device receives EDHOC message_2 and processes it as described in <xref target="U-V"/>}.
Upon successful processing of message_2, the device prepares flight 3, which is an OSCORE-protected CoJP request containing an EDHOC message_3, as described in <xref target="I-D.ietf-core-oscore-edhoc"/>.
EDHOC message_3 is prepared as described in <xref target="U-V"/>.
The OSCORE-protected payload is the CoJP Join Request object specified in <xref section="8.4.1" sectionFormat="of" target="RFC9031"/>.
OSCORE protection leverages the OSCORE Security Context derived from the EDHOC session, as specified in Appendix A of <xref target="I-D.ietf-lake-edhoc"/>.
To that end, <xref target="I-D.ietf-core-oscore-edhoc"/> specifies that the Sender ID of the client (device) must be set to the connection identifier selected by the domain authenticator, C_R.
OSCORE includes the Sender ID as the kid in the OSCORE option.
The network identifier in the CoJP Join Request object is set to the network identifier obtained from the network discovery phase.
In case of IEEE 802.15.4 networks, this is the PAN ID.</t>
          <t>The device SHALL map the message to a CoAP request:</t>
          <ul spacing="normal">
            <li>The request method is POST.</li>
            <li>The type is Confirmable (CON).</li>
            <li>The Proxy-Scheme option is set to "coap".</li>
            <li>The Uri-Host option is set to "lake-authz.arpa".</li>
            <li>The Uri-Path option is set to ".well-known/edhoc".</li>
            <li>The EDHOC option <xref target="I-D.ietf-core-oscore-edhoc"/> is set and is empty.</li>
            <li>The payload is prepared as described in <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-oscore-edhoc"/>, with EDHOC message_3 and the CoJP Join Request object as the OSCORE-protected payload.</li>
          </ul>
          <t>Note that the OSCORE Sender IDs are derived from the connection identifiers of the EDHOC session.
This is in contrast with <xref target="RFC9031"/> where ID Context of the OSCORE Security Context is set to the device identifier (pledge identifier).
Since the device identity is exchanged during the EDHOC session, and the certificate of the device is communicated to the authenticator as part of the Voucher Response message, there is no need to transport the device identity in OSCORE messages.
The authenticator playing the role of the <xref target="RFC9031"/> JRC obtains the device identity from the execution of the authorization protocol.</t>
        </section>
        <section anchor="flight-4">
          <name>Flight 4</name>
          <t>Flight 4 is the OSCORE response carrying CoJP response message.
The message is processed as specified in <xref section="8.4.2" sectionFormat="of" target="RFC9031"/>.</t>
        </section>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9192XIbSZLgO74ijDIbkSUgJZIqVRW31dMUyWqxShI5PGe2
u02WAAJEthKZ6IwEKbakfd2n/Yad/Yn9gJ3Z/1q/4spMgGSVundsUGUikEcc
Hh5+u8dgMOjVWZ3rHfUmu5rWNxr/VbuLelpW2V/TOisLtTBZcaUO5lM901Wa
q/1sMsn04LXO81laqKNrXam9o9OD3rgcFekM2hpX6aQeGJ2nxVhXgzz9oAcp
tPnXwbPtXjocVvr6Hh3uvz7a62XzakfV1cLUW8+e/fBsqzdK6x1l6nHPLIaz
zBh4ob6dQ6eHB2c/9tJKpzvqVI8WVVbf9m7K6sNVVS7m0N3uzwfqEn5j27/H
a70P+hYeGMOrRa2rQteDfRx4b1SO4aEdtagng+9782xHPVKjFMelVVpV6a1a
zyYqzXN1q82GKis1Tc1UTXWle0rV5WgHb8BXU1Z1pSfG/b6dhT/hybGe19Md
tdXrpQSCnd5AMQx//2//u4I+TwWI+Pai4lvBtbKCcR5U2cgYANzuK7g0KhdF
Xd3CYzd6rAu4omdplu+oqxIaTOyq/E7LW8monLlefyqnhTqu9OLf/qd6m9Y1
PgAtZEVWZ2kOI/8pHEj7wYeM58/QVzKTd7uH8zbNs//7v1J1sfj3/wFj+Pf/
HvYeXqR+D9+dHO6GPf4IEx5p3+MMmjNpcr0YwXuj32VFlaXJpPLdZaNpqnN1
gn+rMU/J9RddpQ5PEZK0CU7LSX0DyEcYZsIx7KVFOk6DMYyqJ5muJ78z9uVk
lLoR7C4qnWelOh1NYXvpYpguZtHSx9d52oWBPbyotSon6mA21OOxHqvTW1Pr
memr//p69xIetdtOfgarktV/1RUihR9kysOoFkNdjNMqKxMTdPy7v07Tm2Q0
7fV6RVnBCmbXeqcHb5/8uPf99g9bO/L1h+c/yNcfnn3rrr7Y3Mavh4P9BOHA
1EGPp7Bt4PK7w9OzwffPng2+fbGLv2HgsjEUfQbyF3ES0PEgUa/S6gPtBf4w
nA7yNCt0fK/x6ptE7U0JH8MX32T5bXi98dJuok7KK/j64bbx4i5Cp3mz/fZF
CiQr19fNt+elqcu8ebvx/kmi9tPrzDReFsQM7glNP9GwmWa4hERXJ0CpjtOs
GlxmQMl+1reDA1OnQ9gTU3ioJuSaaaPOif7uZ2ZUacCqN+UVoEA9nam96nZe
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
LWUdAyFrddGq5sD5oKI7wC5eIVczBU2p0D5+pYwlGwJKTbu2igZ7d0SmUbKJ
6nOwaviLaqxJZa3ecWzoiTtHbl9QPT3cDWl1KybzjIs6R6tGs7Y2z8INuQmW
jvjOPPUVbAK7U/y2yFJ+JFSrCNPYhImL7vBfZHEx5SyvQIiVtW2Ar0lyqHMz
LRf5mOp9kV8IPQgzPHvQnYolZhLsG+2p+C5aGHvRlh6VKezOO7YwP9T3OOWx
aX/pLu6kShHTXFSZccY4pmln1uRDDiMEU1bJERD0SkR4vmDYZsP41xiPL47m
C3BRaJo1FPbRtQD6JQMVXyZP2zxPR9a+hU0mLaDdB2adIGtuGuu8a9uF3Tkz
u0ttpL8E0mKsI4OnA/pycmXtmfGoiRoMtduaCB7gFwaYA3XGjJOuRLIgWR+5
1h8iJlWyI7bmhyO1osxiPrfWT0ljJEKR1tMBiCsTgMva0+QGCN+AAsafrvVD
yTOzJQxfbH5rD+BiCF1hyikGnlJp2TV/JuZa0tuVsWEkYybrCx3TCOvpAgPv
8HRcWjSUKN2JnDc3N4lEeePxz9HAgh56DmswRhGm61GMNHXeanjC5wPb4tXB
SfLy+tbu2xiXqHc5JxEu1nGcjYllh5QXxSyAFX1s6VNSduOpyHlC+jaocqy1
oaS+wJkwmsyYBdcgpidoOm+5tCN0f3x0egYXjtPbvEzHPmyQLVDR+UTNgfAp
Nl3brTs2BWN4inrwIxEltW5/n93ONSnNaMUFFrUWREQEcB3Es36CMUXxwgUB
8YEPB6XRvq2aZmGx9eyZOvrZC8qEOnOBQcM1F1jjWqrtfUAgKq/Y6dVeIDL5
JUVByq/nhSuL2BRYGgLXuUsWCMTStbC1tRijAkzBPJqltOrrY09QTtwDLXTc
tH0mwdpG6Q4+0Xu1eNix9L9w4SXDE5WdU1uRbi8WDlCW1yMqe+6inqITYIeL
jJJwC18TE8+SLW697UtadiYM65wh0Njg8DjWP/LOtRJBbXRQ0HAw5LuPgoKd
KHlxnD1mHUbjzIwW5E+RiCoXlcPV49iq4lOaQjywhe/7ynnV5bDLZnj4Shun
I6YklLtzCVmWc8eZupPeIq9rrlM6ktqF2/kYWDafipYIFHnGT6LvL7Tdia/L
OUltA1XIZJGaj0nyZqEGi13msHVwo16yn8wE9cod0Lhow4Rz6XCDYBNYbEkq
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
TfLFZNL7f0SZol4wrgAA

-->

</rfc>
