<?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  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tiloca-core-oscore-capable-proxies-07" category="std" consensus="true" submissionType="IETF" updates="8613" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <front>
    <title abbrev="OSCORE-capable Proxies">OSCORE-capable Proxies</title>
    <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-capable-proxies-07"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <date year="2023" month="July" day="10"/>
    <area>Internet</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Object Security for Constrained RESTful Environments (OSCORE) can be used to protect CoAP messages end-to-end between two endpoints at the application layer, also in the presence of intermediaries such as proxies. This document defines how to use OSCORE for protecting CoAP messages also between an origin application endpoint and an intermediary, or between two intermediaries. Also, it defines how to secure a CoAP message by applying multiple, nested OSCORE protections, e.g., both end-to-end between origin application endpoints, as well as between an application endpoint and an intermediary or between two intermediaries. Thus, this document updates RFC 8613. The same approach can be seamlessly used with Group OSCORE, for protecting CoAP messages when group communication with intermediaries is used.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  Constrained RESTful Environments Working Group mailing list (core@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://gitlab.com/crimson84/draft-tiloca-core-oscore-to-proxies"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> supports the presence of intermediaries, such as forward-proxies and reverse-proxies, which assist origin clients by performing requests to origin servers on their behalf, and forwarding back the related responses.</t>
      <t>CoAP supports also group communication scenarios <xref target="I-D.ietf-core-groupcomm-bis"/>, where clients can send a one-to-many request targeting all the servers in the group, e.g., by using IP multicast. Like for one-to-one communication, group settings can also rely on intermediaries <xref target="I-D.tiloca-core-groupcomm-proxy"/>.</t>
      <t>The protocol Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> can be used to protect CoAP messages between two endpoints at the application layer, especially achieving end-to-end security in the presence of (non-trusted) intermediaries. When CoAP group communication is used, the same can be achieved by means of the protocol Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>For a number of use cases (see <xref target="sec-use-cases"/>), it is required and/or beneficial that communications are secured also between an application endpoint (i.e., a CoAP origin client/server) and an intermediary, as well as between two adjacent intermediaries in a chain. This especially applies to the communication leg between the CoAP origin client and the adjacent intermediary acting as next hop towards the CoAP origin server.</t>
      <t>In such cases, and especially if the origin client already uses OSCORE to achieve end-to-end security with the origin server, it would be convenient that OSCORE is used also to secure communications between the origin client and its next hop. However, the original specification <xref target="RFC8613"/> does not define how OSCORE can be used to protect CoAP messages in such communication leg, which would require to consider also the intermediary as an "OSCORE endpoint".</t>
      <t>This document fills this gap, and updates <xref target="RFC8613"/> as follows.</t>
      <ul spacing="normal">
        <li>It defines how to use OSCORE for protecting a CoAP message in the communication leg between: i) an origin client/server and an intermediary; or ii) two adjacent intermediaries in an intermediary chain. That is, besides origin clients/servers, it allows also intermediaries to be possible "OSCORE endpoints".</li>
        <li>It admits a CoAP message to be secured by multiple, nested OSCORE protections applied in sequence, as an "OSCORE-in-OSCORE" process. For instance, this is the case when the message is OSCORE-protected end-to-end between the origin client and origin server, and the result is further OSCORE-protected over the leg between the current and next hop (e.g., the origin client and the adjacent intermediary acting as next hop towards the origin server).</li>
      </ul>
      <t>This document does not specify any new signaling method to guide the message processing on the different endpoints. In particular, every endpoint is always able to understand what steps to take on an incoming message depending on the presence of the OSCORE Option, as exclusively included or instead combined together with CoAP options intended for an intermediary.</t>
      <t>The approach defined in this document can be seamlessly adopted also when Group OSCORE is used, for protecting CoAP messages in group communication scenarios that rely on intermediaries.</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 be familiar with the terms and concepts related to CoAP <xref target="RFC7252"/>; OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. This document especially builds on concepts and mechanics related to intermediaries such as CoAP forward-proxies.</t>
        <t>In addition, this document uses the following terms.</t>
        <ul spacing="normal">
          <li>Source application endpoint: an origin client producing a request, or an origin server producing a response.</li>
          <li>Destination application endpoint: an origin server intended to consume a request, or an origin client intended to consume a response.</li>
          <li>Application endpoint: a source or destination application endpoint.</li>
          <li>Source OSCORE endpoint: an endpoint protecting a message with OSCORE or Group OSCORE.</li>
          <li>Destination OSCORE endpoint: an endpoint unprotecting a message with OSCORE or Group OSCORE.</li>
          <li>OSCORE endpoint: a source/destination OSCORE endpoint. An OSCORE endpoint is not necessarily also an application endpoint with respect to a certain message.</li>
          <li>
            <t>Proxy-related options: either of the following (set of) CoAP options used for proxying a CoAP request.  </t>
            <ul spacing="normal">
              <li>The Proxy-Uri Option. This is relevant when using a forward-proxy.</li>
              <li>The set of CoAP options comprising the Proxy-Scheme Option together with any of the Uri-* Options. This is relevant when using a forward-proxy.</li>
              <li>One or more Uri-Path Options, when used not together with the Proxy-Scheme Option. This is relevant when using a reverse-proxy.</li>
            </ul>
          </li>
          <li>OSCORE-in-OSCORE: the process by which a message protected with (Group) OSCORE is further protected with (Group) OSCORE. This means that, if such a process is used, a successful decryption/verification of an OSCORE-protected message might yield an OSCORE-protected message.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-use-cases">
      <name>Use Cases</name>
      <t>The approach defined in this document has been motivated by a number of use cases, which are summarized below.</t>
      <section anchor="ssec-uc1">
        <name>CoAP Group Communication with Proxies</name>
        <t>CoAP supports also one-to-many group communication, e.g., over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>, which can be protected end-to-end between origin client and origin servers by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>This communication model can be assisted by intermediaries such as a CoAP forward-proxy or reverse-proxy, which relays a group request to the origin servers. If Group OSCORE is used, the proxy is intentionally not a member of the OSCORE group. Furthermore, <xref target="I-D.tiloca-core-groupcomm-proxy"/> defines a signaling protocol between origin client and proxy, to ensure that responses from the different origin servers are forwarded back to the origin client within a time interval set by the client, and that they can be distinguished from one another.</t>
        <t>In particular, it is required that the proxy identifies the origin client as allowed-listed, before forwarding a group request to the servers (see <xref section="4" sectionFormat="of" target="I-D.tiloca-core-groupcomm-proxy"/>). This requires a security association between the origin client and the proxy, which would be convenient to provide with a dedicated OSCORE Security Context between the two, since the client is possibly using also Group OSCORE with the origin servers.</t>
      </section>
      <section anchor="ssec-uc2">
        <name>CoAP Observe Notifications over Multicast</name>
        <t>The Observe extension for CoAP <xref target="RFC7641"/> allows a client to register its interest in "observing" a resource at a server. The server can then send back notification responses upon changes to the resource representation, all matching with the original observation request.</t>
        <t>In some applications, such as pub-sub <xref target="I-D.ietf-core-coap-pubsub"/>, multiple clients are interested to observe the same resource at the same server. Hence, <xref target="I-D.ietf-core-observe-multicast-notifications"/> defines a method that allows the server to send a multicast notification to all the observer clients at once, e.g., over IP multicast. To this end, the server synchronizes the clients by providing them with a common "phantom observation request", against which the following multicast notifications will match.</t>
        <t>In case the clients and the server use Group OSCORE for end-to-end security and a proxy is also involved, an additional step is required (see <xref section="12" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>). That is, clients are in turn required to provide the proxy with the obtained "phantom observation request", thus enabling the proxy to receive the multicast notifications from the server.</t>
        <t>Therefore, it is preferable to have a security association also between each client and the proxy, to especially ensure the integrity of that information provided to the proxy (see <xref section="15.3" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>). Like for the use case in <xref target="ssec-uc1"/>, this would be conveniently achieved with a dedicated OSCORE Security Context between a client and the proxy, since the client is also using Group OSCORE with the origin server.</t>
      </section>
      <section anchor="ssec-uc3">
        <name>LwM2M Client and External Application Server</name>
        <t>The Lightweight Machine-to-Machine (LwM2M) protocol <xref target="LwM2M-Core"/> enables a LwM2M Client device to securely bootstrap and then register at a LwM2M Server, with which it will perform most of its following communication exchanges. As per the transport bindings specification of LwM2M <xref target="LwM2M-Transport"/>, the LwM2M Client and LwM2M Server can use CoAP and OSCORE to secure their communications at the application layer, including during the device registration process.</t>
        <t>Furthermore, Section 5.5.1 of <xref target="LwM2M-Transport"/> specifies that: "OSCORE MAY also be used between LwM2M endpoint and non-LwM2M endpoint, e.g., between an Application Server and a LwM2M Client via a LwM2M server. Both the LwM2M endpoint and non-LwM2M endpoint MUST implement OSCORE and be provisioned with an OSCORE Security Context."</t>
        <t>In such a case, the LwM2M Server can practically act as forward-proxy between the LwM2M Client and the external Application Server. At the same time, the LwM2M Client and LwM2M Server must continue protecting communications on their leg using their Security Context. Like for the use case in <xref target="ssec-uc1"/>, this also allows the LwM2M Server to identify the LwM2M Client, before forwarding its request outside the LwM2M domain and towards the external Application Server.</t>
      </section>
      <section anchor="ssec-uc4">
        <name>LwM2M Gateway</name>
        <t>The specification <xref target="LwM2M-Gateway"/> extends the LwM2M architecture by defining the LwM2M Gateway functionality. That is, a LwM2M Server can manage end IoT devices "behind" the LwM2M Gateway. While it is outside the scope of such specification, it is possible for the LwM2M Gateway to use any suitable protocol with its connected end IoT devices, as well as to carry out any required protocol translation.</t>
        <t>Practically, the LwM2M Server can send a request to the LwM2M Gateway, asking to forward it to an end IoT device. With particular reference to the CoAP protocol and the related transport binding specified in <xref target="LwM2M-Transport"/>, the LwM2M Server acting as CoAP client sends its request to the LwM2M Gateway acting as CoAP server.</t>
        <t>If CoAP is used in the communication leg between the LwM2M Gateway and the end IoT devices, then the LwM2M Gateway fundamentally acts as a reverse-proxy (see <xref section="5.7.3" sectionFormat="of" target="RFC7252"/>). That is, in addition to its own resources, the LwM2M Gateway serves the resources of each end IoT device behind itself, as exposed under a dedicated URI-Path. As per <xref target="LwM2M-Gateway"/>, the first URI-Path segment is used as "prefix" to identify the specific IoT device, while the remaining URI-Path segments specify the target resource at the IoT device.</t>
        <t>As per Section 7 of <xref target="LwM2M-Gateway"/>, message exchanges between the LwM2M Server and the L2M2M Gateway are secured using the LwM2M-defined technologies, while the LwM2M protocol does not provide end-to-end security between the LwM2M Server and the end IoT devices. However, the approach defined in this document makes it possible to achieve both goals, by allowing the LwM2M Server to use OSCORE for protecting a message both end-to-end for the targeted end IoT device as well as for the LwM2M Gateway acting as reverse-proxy.</t>
      </section>
      <section anchor="further-use-cases">
        <name>Further Use Cases</name>
        <t>The approach defined in this document can be useful also in the following use cases relying on a proxy.</t>
        <ul spacing="normal">
          <li>
            <t>A server aware of a suitable cross proxy can rely on it as a third-party service, in order to indicate transports for CoAP available to that server (see <xref section="4" sectionFormat="of" target="I-D.ietf-core-transport-indication"/>).  </t>
            <t>
From a security point of view, it would be convenient if the proxy could provide suitable credentials to the client, as a general trusted proxy for the system. At the same time, it can be desirable to limit the use of such a proxy to a set of clients which have permission to use it, and that the proxy can identify through a secure communication association.  </t>
            <t>
However, in order for OSCORE to be an applicable security mechanism for this scenario, OSCORE has to be terminated at the proxy. That is, it would be required for a client and the proxy to share a dedicated OSCORE Security Context and to use it for protecting their communication leg.</t>
          </li>
          <li>
            <t>The method specified in <xref target="I-D.ietf-core-coap-pm"/> relies on the Performance Measurement Option to enable network telemetry for CoAP communications. This makes it possible to efficiently measure Round-Trip Time and message losses, both end-to-end and hop-by-hop. In particular, on-path probes such as intermediary proxies can be deployed to perform measurements hop-by-hop.  </t>
            <t>
When OSCORE is used in deployments including on-path probes, an inner Performance Measurement Option is protected end-to-end between the two application endpoints and enables end-to-end measurements between those. At the same time, an outer Performance Measurement Option allows also hop-by-hop measurements to be performed by reying on an on-path probe.  </t>
            <t>
Therefore, it is preferable to have a secure association with an on-path probe, in order to also ensure the integrity of the hop-by-hop measurements exchanged with the probe.</t>
          </li>
          <li>
            <t>The method specified in <xref target="I-D.ietf-ace-coap-est-oscore"/> enables public-key certificate enrollment for Internet of Things deployments. This leverages payload formats defined in Enrollment over Secure Transport (EST) <xref target="RFC7030"/>, while relying on CoAP for message transfer and on OSCORE for message protection.  </t>
            <t>
In real-world deployments, an EST server issuing public-key certificates may reside outside a constrained network that includes devices acting as EST clients. In particular, the EST clients are expected to support only CoAP, while the EST server in a non-constrained network is expected to support only HTTP. This requires a CoAP-to-HTTP proxy to be deployed between the EST clients and the EST server, in order to map CoAP messages with HTTP messages across the two networks.  </t>
            <t>
Even in such a scenario, the EST server and every EST client can still effectively use OSCORE to protect their communications end-to-end. At the same time, it is desirable to have an additional secure association between the EST client and the CoAP-to-HTTP proxy, especially in order for the proxy to identify the EST client before forwarding EST messages out of the CoAP boundary of the constrained network and towards the EST server.</t>
          </li>
          <li>A proxy may be deployed to act as an entry point to a firewalled network, which only authenticated clients can join. In particular, authentication can rely on the used secure communication association between a client and the proxy. If the proxy could share a dedicated OSCORE Security Context with each client, the proxy can rely on it to identify the client, before forwarding its messages to any other member of the firewalled network.</li>
          <li>The approach defined in this document does not pose a limit to the number of OSCORE protections applied to the same CoAP message. This enables more privacy-oriented scenarios based on proxy chains, where the origin client protects a CoAP request using first the OSCORE Security Context shared with the origin server, and then the dedicated OSCORE Security Context shared with each of the different hops in the chain. Once received at a chain hop, the request would be stripped of the OSCORE protection associated with that hop before being forwarded to the next one.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-message-processing">
      <name>Message Processing</name>
      <t>As mentioned in <xref target="intro"/>, this document introduces the following two main deviations from the original OSCORE specification <xref target="RFC8613"/>.</t>
      <ol spacing="normal" type="1"><li>
          <t>An "OSCORE endpoint", i.e., a producer/consumer of an OSCORE Option can be not only an application endpoint (i.e., an origin client or server), but also an intermediary such as a proxy.  </t>
          <t>
Hence, OSCORE can be used between an origin client/server and a proxy, as well as between two proxies in an intermediary chain.</t>
        </li>
        <li>
          <t>A CoAP message can be secured by multiple OSCORE protections applied in sequence. Therefore, the final result is a message with nested OSCORE protections, as the output of an "OSCORE-in-OSCORE" process. Hence, following a decryption, the resulting message might legitimately include an OSCORE Option, and thus have in turn to be decrypted.  </t>
          <t>
The most common case is expected to consider a message protected with up to two OSCORE layers, i.e.: i) an inner layer, protecting the message end-to-end between the origin client and the origin server acting as application endpoints; and ii) an outer layer, protecting the message between a certain OSCORE endpoint and the other OSCORE endpoint adjacent in the intermediary chain.  </t>
          <t>
However, a message can also be protected with a higher arbitrary number of nested OSCORE layers, e.g., in scenarios relying on a longer chain of intermediaries. For instance, the origin client can sequentially apply multiple OSCORE layers to a request, each of which to be consumed and removed by one of the intermediaries in the chain, until the origin server is reached and it consumes the innermost OSCORE layer.</t>
        </li>
      </ol>
      <t><xref target="sec-examples"/> provides a number of examples where the approach defined in this document is used to protect message exchanges.</t>
      <section anchor="general-rules">
        <name>General Rules on Protecting Options</name>
        <t>Let us consider a sender endpoint that, when protecting an outgoing message, applies the i-th OSCORE layer in sequence, by using the OSCORE Security Context shared with another OSCORE endpoint X.</t>
        <t>In addition to the CoAP options specified as class E in <xref target="RFC8613"/> or in the document defining them, the sender endpoint MUST encrypt and integrity-protect the following CoAP options. That is, even if they are originally specified as class U or class I for OSCORE, such options are processed like if they were specified as class E.</t>
        <ul spacing="normal">
          <li>
            <t>Any CoAP option such that both the following conditions hold.  </t>
            <ol spacing="normal" type="1"><li>
                <t>The sender endpoint has added the option to the message either:      </t>
                <ul spacing="normal">
                  <li>Following a message protection previously performed for an OSCORE endpoint different than X; or</li>
                  <li>Before a message protection previously performed for an OSCORE endpoint different than X, where the option was treated as Class U or I.</li>
                </ul>
              </li>
              <li>The option is not intended to be consumed by the other OSCORE endpoint X.</li>
            </ol>
            <t>
Examples of such CoAP options are:  </t>
            <ul spacing="normal">
              <li>The OSCORE Option present as the result of the OSCORE layer immediately previously applied for an OSCORE endpoint different than X, when the sender endpoint is an origin endpoint.</li>
              <li>The EDHOC Option defined in <xref target="I-D.ietf-core-oscore-edhoc"/>, when the sender endpoint is the origin client.</li>
              <li>The Request-Hash Option defined in <xref target="I-D.amsuess-core-cachable-oscore"/>, when X is not an origin endpoint).</li>
            </ul>
          </li>
          <li>
            <t>Any CoAP option such that all the following conditions hold.  </t>
            <ol spacing="normal" type="1"><li>The sender endpoint has added the option to the message.</li>
              <li>The option is intended to be consumed by the other OSCORE endpoint X.</li>
              <li>At the other OSCORE endpoint X, the option does not play a role in processing the message before having removed the i-th OSCORE layer or in removing the i-th OSCORE layer altogether.</li>
            </ol>
            <t>
Examples of such CoAP options are:  </t>
            <ul spacing="normal">
              <li>The Proxy-Uri, Proxy-Scheme, Uri-Host and Uri-Port Options defined in <xref target="RFC7252"/>.</li>
              <li>The Listen-To-Multicast-Notifications Option defined in <xref target="I-D.ietf-core-observe-multicast-notifications"/>.</li>
              <li>The Multicast-Timeout, Response-Forwarding and Group-ETag Options defined in <xref target="I-D.tiloca-core-groupcomm-proxy"/>.</li>
            </ul>
          </li>
          <li>
            <t>Any CoAP option such that the sender endpoint has not added the option to the message.  </t>
            <t>
Examples of such CoAP options are:  </t>
            <ul spacing="normal">
              <li>The OSCORE Option present as the result of the OSCORE layer immediately previously applied for an OSCORE endpoint different than X, when the sender endpoint is not an origin endpoint.</li>
              <li>The EDHOC Option defined in <xref target="I-D.ietf-core-oscore-edhoc"/>, when the sender endpoint is not the origin client.</li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="outgoing-requests">
        <name>Processing an Outgoing Request</name>
        <t>The rules from <xref target="general-rules"/> apply when processing an outgoing request message, with the following addition.</t>
        <t>When an application endpoint applies multiple OSCORE layers in sequence to protect an outgoing request, and it uses an OSCORE Security Context shared with the other application endpoint, then the first OSCORE layer MUST be applied by using that Security Context.</t>
      </section>
      <section anchor="incoming-requests">
        <name>Processing an Incoming Request</name>
        <t>Upon receiving a request REQ, the recipient endpoint performs the actions described in the following steps.</t>
        <ol spacing="normal" type="1"><li>If REQ includes proxy-related options, the endpoint moves to step 2. Otherwise, the endpoint moves to step 3.</li>
          <li>
            <t>The endpoint proceeds as defined below, depending on which of the two following conditions holds.  </t>
            <ul spacing="normal">
              <li>
                <t>REQ includes either the Proxy-Uri Option, or the Proxy-Scheme Option together with any of the Uri-* Options.      </t>
                <t>
If the endpoint is not configured to be a forward-proxy, it MUST stop processing the request and MUST respond with a 5.05 (Proxying Not Supported) error response to (the previous hop towards) the origin client, as per <xref section="5.10.2" sectionFormat="of" target="RFC7252"/>. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint MUST check whether forwarding this request to (the next hop towards) the origin server is an authorized operation. This check can be based, for instance, on the specific OSCORE Security Context that the endpoint used to decrypt the incoming message, before performing this step.      </t>
                <t>
In case the authentication check fails, the endpoint MUST stop processing the request and MUST respond with a 4.01 (Unauthorized) error response to (the previous hop towards) the origin client, as per <xref section="5.10.2" sectionFormat="of" target="RFC7252"/>. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint consumes the proxy-related options as per <xref section="5.7.2" sectionFormat="of" target="RFC7252"/> and forwards REQ to (the next hop towards) the origin server, unless differently indicated in REQ, e.g., by means of any of its CoAP options. For instance, a forward-proxy does not forward a request that includes proxy-related options together with the Listen-To-Multicast-Notifications Option (see <xref section="12" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>).      </t>
                <t>
If the endpoint forwards REQ to (the next hop towards) the origin server, this may result in (further) protecting REQ over that communication leg, as per <xref target="outgoing-requests"/>.      </t>
                <t>
After that, the endpoint does not take any further action.</t>
              </li>
              <li>
                <t>REQ includes one or more Uri-Path Options but not the Proxy-Scheme Option.      </t>
                <t>
If the endpoint is not configured to be a reverse-proxy or its resource targeted by the Uri-Path Options is not intended to support reverse-proxy functionalities, then the endpoint proceeds to step 3.      </t>
                <t>
Otherwise, the endpoint MUST check whether forwarding this request to (the next hop towards) the origin server is an authorized operation. This check can be based, for instance, on the specific OSCORE Security Context that the endpoint used to decrypt the incoming message, before performing this step.      </t>
                <t>
In case the authentication check fails, the endpoint MUST stop processing the request and MUST respond with a 4.01 (Unauthorized) error response to (the previous hop towards) the origin client, as per <xref section="5.10.2" sectionFormat="of" target="RFC7252"/>. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint consumes the Uri-Path options as per <xref section="5.7.3" sectionFormat="of" target="RFC7252"/>, and forwards REQ to (the next hop towards) the origin server, unless differently indicated in REQ, e.g., by means of any of its CoAP options.      </t>
                <t>
If the endpoint forwards REQ to (the next hop towards) the origin server, this may result in (further) protecting REQ over that communication leg, as per <xref target="outgoing-requests"/>.      </t>
                <t>
After that, the endpoint does not take any further action.      </t>
                <t>
Note that, when forwarding REQ, the endpoint might not remove all the Uri-Path Options originally present, e.g., in case the next hop towards the origin server is a further reverse-proxy.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The endpoint proceeds as defined below, depending on which of the two following conditions holds.  </t>
            <ul spacing="normal">
              <li>
                <t>REQ does not include an OSCORE Option.      </t>
                <t>
If the endpoint does not have an application to handle REQ, it MUST stop processing the request and MAY respond with a 4.00 (Bad Request) error response to (the previous hop towards) the origin client. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint delivers REQ to the application.</t>
              </li>
              <li>
                <t>REQ includes an OSCORE Option.      </t>
                <t>
If REQ includes any URI-Path Options, the endpoint MUST stop processing the request and MAY respond with a 4.00 (Bad Request) error response to (the previous hop towards) the origin client. This may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, the endpoint decrypts REQ using the OSCORE Security Context indicated by the OSCORE Option, i.e., REQ* = dec(REQ). After that, the possible presence of an OSCORE Option in the decrypted request REQ* is not treated as an error situation.      </t>
                <t>
If the OSCORE processing results in an error, the endpoint MUST stop processing the request and performs error handling as per <xref section="8.2" sectionFormat="of" target="RFC8613"/> or Sections <xref target="I-D.ietf-core-oscore-groupcomm" section="8.2" sectionFormat="bare"/> and <xref target="I-D.ietf-core-oscore-groupcomm" section="9.4" sectionFormat="bare"/> of <xref target="I-D.ietf-core-oscore-groupcomm"/>, in case OSCORE or Group OSCORE is used, respectively. In case the endpoint sends an error response to (the previous hop towards) the origin client, this may result in protecting the error response over that communication leg, as per <xref target="outgoing-responses"/>.      </t>
                <t>
Otherwise, REQ takes REQ*, and the endpoint moves to step 1.</t>
              </li>
            </ul>
          </li>
        </ol>
        <t><xref target="sec-incoming-req-diag"/> provides an overview of the process defined above as a state diagram.</t>
      </section>
      <section anchor="outgoing-responses">
        <name>Processing an Outgoing Response</name>
        <t>The rules from <xref target="general-rules"/> apply when processing an outgoing response message, with the following additions.</t>
        <t>When an application endpoint applies multiple OSCORE layers in sequence to protect an outgoing response, and it uses an OSCORE Security Context shared with the other application endpoint, then the first OSCORE layer MUST be applied by using that Security Context.</t>
        <t>The sender endpoint protects the response by applying the same OSCORE layers that it removed from the corresponding incoming request, but in the reverse order than the one they were removed.</t>
        <t>In case the response is an error response, the sender endpoint protects it by applying the same OSCORE layers that it successfully removed from the corresponding incoming request, but in the reverse order than the one they were removed.</t>
      </section>
      <section anchor="incoming-responses">
        <name>Processing an Incoming Response</name>
        <t>The recipient endpoint removes the same OSCORE layers that it added when protecting the corresponding outgoing request, but in the reverse order than the one they were removed.</t>
        <t>When doing so, the possible presence of an OSCORE Option in the decrypted response following the removal of an OSCORE layer is not treated as an error situation, unless it occurs after having removed as many OSCORE layers as were added in the outgoing request. In such a case, the endpoint MUST stop processing the response.</t>
      </section>
    </section>
    <section anchor="sec-response-caching">
      <name>Caching of OSCORE-Protected Responses</name>
      <t>Although not possible as per the original OSCORE specification <xref target="RFC8613"/>, cacheability of OSCORE-protected responses at proxies can be achieved. To this end, the approach defined in <xref target="I-D.amsuess-core-cachable-oscore"/> can be used, as based on Deterministic Requests protected with the pairwise mode of Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> used end-to-end between an origin client and an origin server. The applicability of this approach is limited to requests that are safe (in the RESTful sense) to process and do not yield side effects at the origin server.</t>
      <t>In particular, this approach requires both the origin client and the origin server to have already joined the correct OSCORE group. Then, starting from the same plain CoAP request, different clients in the OSCORE group are able to deterministically generate a same request protected with Group OSCORE, which is sent to a proxy for being forwarded to the origin server. The proxy can effectively cache the resulting OSCORE-protected response from the server, since the same plain CoAP request will result again in the same Deterministic Request and thus will produce a cache hit.</t>
      <t>When using this approach, the following also applies in addition to what is defined in <xref target="sec-message-processing"/>, when processing incoming messages at a proxy that implements caching of responses.</t>
      <ul spacing="normal">
        <li>
          <t>Upon receiving a request from (the previous hop towards) the origin client, the proxy checks if specifically the message available during the execution of step 2 in <xref target="incoming-requests"/> produces a cache hit.  </t>
          <t>
That is, such a message: i) is exactly the one to be forwarded to (the next hop towards) the origin server, if no cache hit has occurred; and ii) is the result of an OSCORE decryption at the proxy, if OSCORE is used on the communication leg between the proxy and (the previous hop towards) the origin client.</t>
        </li>
        <li>
          <t>Upon receiving a response from (the next hop towards) the origin server, the proxy first removes the same OSCORE layers that it added when protecting the corresponding outgoing request, as defined in <xref target="incoming-responses"/>.  </t>
          <t>
Then, the proxy stores specifically that resulting response message in its cache. That is, such a message is exactly the one to be forwarded to (the previous hop towards) the origin client.</t>
        </li>
      </ul>
      <t>The specific rules about serving a request with a cached response are defined in <xref section="5.6" sectionFormat="of" target="RFC7252"/>, as well as in <xref section="7" sectionFormat="of" target="I-D.tiloca-core-groupcomm-proxy"/> for group communication scenarios.</t>
    </section>
    <section anchor="establishment-of-oscore-security-contexts">
      <name>Establishment of OSCORE Security Contexts</name>
      <t>Like the original OSCORE specification <xref target="RFC8613"/>, this document is not devoted to any particular approach that two OSCORE endpoints use for establishing an OSCORE Security Context.</t>
      <t>At the same time, the following applies, depending on the two peers using OSCORE or Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> to protect their communications.</t>
      <ul spacing="normal">
        <li>
          <t>When using OSCORE, the establishment of the OSCORE Security Context can rely on the authenticated key establishment protocol EDHOC <xref target="I-D.ietf-lake-edhoc"/>.  </t>
          <t>
Assuming the use of OSCORE both between the two origin application endpoints as well as between the origin client and the first proxy in the chain, it is expected that the origin client first runs EDHOC with the first proxy in the chain, and then with the origin server through the chain of proxies (see the example in <xref target="sec-example-edhoc"/>).  </t>
          <t>
Furthermore, the additional use of the combined EDHOC + OSCORE request defined in <xref target="I-D.ietf-core-oscore-edhoc"/> is particularly beneficial in this case (see the example in <xref target="sec-example-edhoc-comb-req"/>), and especially when relying on a long chain of proxies.</t>
        </li>
        <li>
          <t>The use of Group OSCORE is expected to be limited between the origin applications endpoints, e.g., between the origin client and multiple origin servers. In order to join the same OSCORE group and obtain the corresponding Group OSCORE Security Context, those endpoints can use the approach defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> and based on the ACE framework for authentication and authorization in constrained environments <xref target="RFC9200"/>.  </t>
          <t>
For the purposes of this document, there is no need for a proxy to also be a member of the OSCORE group whose Group OSCORE Security Context is used by the origin application endpoints for protecting communications end-to-end.</t>
        </li>
      </ul>
    </section>
    <section anchor="coap-header-compression-with-schc">
      <name>CoAP Header Compression with SCHC</name>
      <t>The method defined in this document enables and results in the possible protection of the same CoAP message with multiple, nested OSCORE layers. Especially when this happens, it is desirable to compress the header of protected CoAP messages, in order to improve performance and ensure that CoAP is usable also in Low-Power Wide-Area Networks (LPWANs).</t>
      <t>To this end, it is possible to use the Static Context Header Compression and fragmentation (SCHC) framework <xref target="RFC8724"/>. In particular, <xref target="RFC8824"/> specifies how to use SCHC for compressing headers of CoAP messages, also when messages are protected with OSCORE. As further clarified in <xref target="I-D.tiloca-schc-8824-update"/>, the SCHC Compression/Decompression is applicable also in the presence of CoAP proxies, and especially to the two following cases.</t>
      <ul spacing="normal">
        <li>In case OSCORE is not used at all, the SCHC processing occurs hop-by-hop, by relying on SCHC Rules that are consistently shared between two adjacent hops.</li>
        <li>
          <t>In case OSCORE is used only end-to-end between the application endpoints, then an Inner SCHC Compression/Decompression and an Outer SCHC Compression/Decompression are performed (see <xref section="7.2" sectionFormat="of" target="RFC8824"/>). In particular, the following holds.  </t>
          <t>
The SCHC processing occurs end-to-end as to the Inner SCHC Compression/Decompression. This relies on Inner SCHC Rules that are shared between the two application endpoints, which act as OSCORE endpoints and share the used OSCORE Security Context.  </t>
          <t>
The SCHC processing occurs hop-by-hop as to the Outer SCHC Compression/Decompression. This relies on Outer SCHC Rules that are shared between two adjacent hops.</t>
        </li>
      </ul>
      <t>When using the method defined in this document, and thus enabling also an intermediary proxy to be an OSCORE endpoint, the SCHC processing above is generalized as specified below.</t>
      <t>When processing an outgoing CoAP message, a sender endpoint proceeds as follows.</t>
      <ul spacing="normal">
        <li>The sender endpoint performs one Inner SCHC Compression for each OSCORE layer applied to the outgoing message. Each Inner SCHC Compression occurs before protecting the message with that OSCORE layer, and relies on the SCHC Rules that are shared with the other OSCORE endpoint.</li>
        <li>The sender endpoint performs exactly one Outer SCHC Compression. This occurs after having performed all the intended OSCORE protections of the outgoing message, and relies on the SCHC Rules that are shared with the (next hop towards the) recipient application endpoint.</li>
      </ul>
      <t>That is, with respect to the SCHC Compression/Decompression processing, the following holds.</t>
      <ul spacing="normal">
        <li>An Inner SCHC Compression is intended to a recipient OSCORE endpoint, which will: first, decrypt an incoming message with the OSCORE Security Context shared with the other OSCORE endpoint; and then, perform the corresponding Inner SCHC Decompression, by relying on the SCHC Rules shared with the other OSCORE endpoint.</li>
        <li>An Outer SCHC Compression is intended to the (next hop towards the) recipient application endpoint, which will: first, perform a corresponding Outer SCHC Decompression on an incoming message, by relying on the SCHC Rules shared with the (previous hop towards the) recipient application endpoint; then, perform a new Outer SCHC Compression on the result, by relying on the SCHC Rules shared with the (next hop towards the) recipient application endpoint; and, finally, send the result to the (next-hop towards the) recipient application endpoint.</li>
      </ul>
      <t>Note that the generalization above does not alter the core approach, design choices, and features of the SCHC Compression/Decompression applied to CoAP headers.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The same security considerations from CoAP <xref target="RFC7252"/> apply to this document. The same security considerations from <xref target="RFC8613"/> and <xref target="I-D.ietf-core-oscore-groupcomm"/> apply to this document, when using OSCORE or Group OSCORE to protect exchanged messages.</t>
      <t>Further security considerations to take into account are inherited from the specifically used CoAP options, extensions, and methods employed when relying on OSCORE or Group OSCORE.</t>
      <t>This document does not change the security properties of OSCORE and Group OSCORE. That is, given any two OSCORE endpoints, the method defined in this document provides them with the same security guarantees that OSCORE and Group OSCORE provide in the case where such endpoints are specifically application endpoints.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <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="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC8174">
          <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="RFC8724">
          <front>
            <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <author fullname="D. Barthel" initials="D." surname="Barthel"/>
            <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
              <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
              <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
              <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8724"/>
          <seriesInfo name="DOI" value="10.17487/RFC8724"/>
        </reference>
        <reference anchor="RFC8824">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8824"/>
          <seriesInfo name="DOI" value="10.17487/RFC8824"/>
        </reference>
        <reference anchor="RFC8613">
          <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-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="22" month="June" year="2023"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-18"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8742">
          <front>
            <title>Concise Binary Object Representation (CBOR) Sequences</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document describes the Concise Binary Object Representation (CBOR) Sequence format and associated media type "application/cbor-seq". A CBOR Sequence consists of any number of encoded CBOR data items, simply concatenated in sequence.</t>
              <t>Structured syntax suffixes for media types allow other media types to build on them and make it explicit that they are built on an existing media type as their foundation. This specification defines and registers "+cbor-seq" as a structured syntax suffix for CBOR Sequences.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8742"/>
          <seriesInfo name="DOI" value="10.17487/RFC8742"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="January" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-08"/>
        </reference>
        <reference anchor="I-D.tiloca-core-groupcomm-proxy">
          <front>
            <title>Proxy Operations for CoAP Group Communication</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <date day="28" month="February" year="2023"/>
            <abstract>
              <t>   This document specifies the operations performed by a proxy, when
   using the Constrained Application Protocol (CoAP) in group
   communication scenarios.  Such a proxy processes a single request
   sent by a client over unicast, and distributes the request over IP
   multicast to a group of servers.  Then, the proxy collects the
   individual responses from those servers and relays those responses
   back to the client, in a way that allows the client to distinguish
   the responses and their origin servers through embedded addressing
   information.  This document updates RFC7252 with respect to caching
   of response messages at proxies.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-groupcomm-proxy-08"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <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="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="26" month="April" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-06"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pubsub">
          <front>
            <title>A publish-subscribe architecture for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Michael Koster" initials="M." surname="Koster">
              <organization>Unaffiliated</organization>
            </author>
            <author fullname="Ari Keränen" initials="A." surname="Keränen">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Jaime Jimenez" initials="J." surname="Jimenez">
              <organization>Ericsson</organization>
            </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>   This document describes a publish-subscribe architecture for CoAP
   that extends the capabilities of CoAP for supporting nodes with long
   breaks in connectivity and/or up-time.  The Constrained Application
   Protocol (CoAP) is used by CoAP clients both to publish and to
   subscribe via a known topic resource.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pubsub-12"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-edhoc">
          <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-edhoc">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <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="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <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="I-D.ietf-core-transport-indication">
          <front>
            <title>CoAP Protocol Indication</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <date day="13" month="March" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP, [RFC7252]) is available
   over different transports (UDP, DTLS, TCP, TLS, WebSockets), but
   lacks a way to unify these addresses.  This document provides
   terminology and provisions based on Web Linking [RFC8288] to express
   alternative transports available to a device, and to optimize
   exchanges using these.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-transport-indication-02"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="6" month="March" year="2023"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.ietf-core-coap-pm">
          <front>
            <title>Constrained Application Protocol (CoAP) Performance Measurement Option</title>
            <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
              <organization>Huawei</organization>
            </author>
            <author fullname="Tianran Zhou" initials="T." surname="Zhou">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mauro Cociglio" initials="M." surname="Cociglio">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Fabio Bulgarella" initials="F." surname="Bulgarella">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Massimo Nilo" initials="M." surname="Nilo">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Fabrizio Milan" initials="F." surname="Milan">
              <organization>Telecom Italia</organization>
            </author>
            <date day="19" month="April" year="2023"/>
            <abstract>
              <t>   This document specifies a method for the Performance Measurement of
   the Constrained Application Protocol (CoAP).  A new CoAP option is
   defined in order to enable network telemetry both end-to-end and hop-
   by-hop.  The endpoints cooperate by marking and, possibly, mirroring
   information on the round-trip connection.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coap-pm-00"/>
        </reference>
        <reference anchor="I-D.ietf-ace-coap-est-oscore">
          <front>
            <title>Protecting EST Payloads with OSCORE</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>Inria</organization>
            </author>
            <author fullname="Timothy Claeys" initials="T." surname="Claeys">
         </author>
            <date day="9" month="July" year="2023"/>
            <abstract>
              <t>   This document specifies public-key certificate enrollment procedures
   protected with lightweight application-layer security protocols
   suitable for Internet of Things (IoT) deployments.  The protocols
   leverage payload formats defined in Enrollment over Secure Transport
   (EST) and existing IoT standards including the Constrained
   Application Protocol (CoAP), Concise Binary Object Representation
   (CBOR) and the CBOR Object Signing and Encryption (COSE) format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-coap-est-oscore-02"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="January" year="2023"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-06"/>
        </reference>
        <reference anchor="I-D.tiloca-schc-8824-update">
          <front>
            <title>Clarifications and Updates on using Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Laurent Toutain" initials="L." surname="Toutain">
              <organization>IMT Atlantique</organization>
            </author>
            <author fullname="Ivan Martinez" initials="I." surname="Martinez">
              <organization>IMT Atlantique</organization>
            </author>
            <date day="3" month="April" year="2023"/>
            <abstract>
              <t>   This document clarifies, updates and extends the method specified in
   RFC 8824 for compressing Constrained Application Protocol (CoAP)
   headers using the Static Context Header Compression and fragmentation
   (SCHC) framework.  In particular, it considers recently defined CoAP
   options and specifies how CoAP headers are compressed in the presence
   of intermediaries.  Therefore, this document updates RFC 8824.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-schc-8824-update-00"/>
        </reference>
        <reference anchor="LwM2M-Core" target="http://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Core-V1_2-20201110-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Technical Specification - Core, Approved Version 1.2, OMA-TS-LightweightM2M_Core-V1_2-20201110-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2020" month="November"/>
          </front>
        </reference>
        <reference anchor="LwM2M-Transport" target="http://www.openmobilealliance.org/release/LightweightM2M/V1_2-20201110-A/OMA-TS-LightweightM2M_Transport-V1_2-20201110-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Technical Specification - Transport Bindings, Approved Version 1.2, OMA-TS-LightweightM2M_Transport-V1_2-20201110-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2020" month="November"/>
          </front>
        </reference>
        <reference anchor="LwM2M-Gateway" target="https://www.openmobilealliance.org/release/LwM2M_Gateway/V1_1-20210518-A/OMA-TS-LWM2M_Gateway-V1_1-20210518-A.pdf">
          <front>
            <title>Lightweight Machine to Machine Gateway Technical Specification - Approved Version 1.1, OMA-TS-LWM2M_Gateway-V1_1-20210518-A</title>
            <author>
              <organization>Open Mobile Alliance</organization>
            </author>
            <date year="2021" month="May"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="sec-examples">
      <name>Examples</name>
      <t>This section provides a number of examples where the approach defined in this document is used to protect message exchanges.</t>
      <t>The presented examples build on the example shown in <xref section="A.1" sectionFormat="of" target="RFC8613"/>, and illustrate an origin client requesting the alarm status from an origin server, through a forward-proxy.</t>
      <t>The abbreviations "REQ" and "RESP" are used to denote a request message and a response message, respectively.</t>
      <section anchor="example-1">
        <name>Example 1</name>
        <t>In the example shown in <xref target="fig-example-client-proxy"/>, message exchanges are protected with OSCORE over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end, between the client and the server, using the OSCORE Security Context CTX_C_S. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy, using the OSCORE Security Context CTX_C_P. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
        </ul>
        <figure anchor="fig-example-client-proxy">
          <name>Use of OSCORE between Client-Server and Client-Proxy</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_S   |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |     Code: 0.02 (POST)
  | POST  |       |    Token: 0x8c
  |       |       |   OSCORE: [kid: 0x20, Partial IV: 31]
  |       |       |     0xff
  |       |       |  Payload: {Code: 0.02,
  |       |       |            OSCORE: [kid: 0x5f, Partial IV: 42],
  |       |       |            Uri-Host: example.com,
  |       |       |            Proxy-Scheme: coap,
  |       |       |            0xff,
  |       |       |            {Code: 0.01,
  |       |       |             Uri-Path: "alarm_status"
  |       |       |            } // Encrypted with CTX_C_S
  |       |       |           } // Encrypted with CTX_C_P
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |       +------>|     Code: 0.02 (POST)
  |       | POST  |    Token: 0x7b
  |       |       |   OSCORE: [kid: 0x5f, Partial IV: 42]
  |       |       |     0xff
  |       |       |  Payload: {
  |       |       |            Code: 0.01,
  |       |       |            Uri-Path: "alarm_status"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_C_S
  |       |       |
  |       |<------+     Code: 2.04 (Changed)
  |       |  2.04 |    Token: 0x7b
  |       |       |   OSCORE: -
  |       |       |     0xff
  |       |       |  Payload: {Code: 2.05,
  |       |       |            0xff,
  |       |       |            "0"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |
  |     Encrypt   |
  |     RESP with |
  |     CTX_C_P   |
  |       |       |
  |<------+       |     Code: 2.04 (Changed)
  |  2.04 |       |    Token: 0x8c
  |       |       |   OSCORE: -
  |       |       |     0xff
  |       |       |  Payload: {Code: 2.04,
  |       |       |            OSCORE: -,
  |       |       |            0xff,
  |       |       |            {Code: 2.05,
  |       |       |             0xff,
  |       |       |             "0"
  |       |       |            } // Encrypted with CTX_C_S
  |       |       |           } // Encrypted with CTX_C_P
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_P   |       |
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_S   |       |
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
]]></artwork>
        </figure>
      </section>
      <section anchor="example-2">
        <name>Example 2</name>
        <t>In the example shown in <xref target="fig-example-proxy-server"/>, message exchanges are protected with OSCORE over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end between the client and the server, using the OSCORE Security Context CTX_C_S. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the proxy and the server, using the OSCORE Security Context CTX_P_S. The proxy uses the OSCORE Sender ID 0xd4 when using OSCORE with the server.</li>
        </ul>
        <figure anchor="fig-example-proxy-server">
          <name>Use of OSCORE between Client-Server and Proxy-Server</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_S   |       |
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0x8c
  |       |       |     Uri-Host: example.com
  |       |       | Proxy-Scheme: coap
  |       |       |       OSCORE: [kid: 0x5f, Partial IV: 42]
  |       |       |         0xff
  |       |       |      Payload: {Code: 0.01,
  |       |       |                Uri-Path: "alarm_status"
  |       |       |               } // Encrypted with CTX_C_S
  |       |       |
  |     Encrypt   |
  |     REQ with  |
  |     CTX_P_S   |
  |       |       |
  |       +------>|         Code: 0.02 (POST)
  |       | POST  |        Token: 0x7b
  |       |       |       OSCORE: [kid: 0xd4, Partial IV: 31]
  |       |       |         0xff
  |       |       |      Payload: {Code: 0.02,
  |       |       |                OSCORE: [kid: 0x5f, Partial IV: 42],
  |       |       |                0xff,
  |       |       |                {Code: 0.01,
  |       |       |                 Uri-Path: "alarm_status"
  |       |       |                } // Encrypted with CTX_C_S
  |       |       |               } // Encrypted with CTX_P_S
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_P_S
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_P_S
  |       |       |
  |       |<------+         Code: 2.04 (Changed)
  |       |  2.04 |        Token: 0x7b
  |       |       |       OSCORE: -
  |       |       |         0xff
  |       |       |      Payload: {Code: 2.04,
  |       |       |                OSCORE: -,
  |       |       |                0xff,
  |       |       |                {Code: 2.05,
  |       |       |                 0xff,
  |       |       |                 "0"
  |       |       |                } // Encrypted with CTX_C_S
  |       |       |               } // Encrypted with CTX_P_S
  |       |       |
  |     Decrypt   |
  |     RESP with |
  |     CTX_P_S   |
  |       |       |
  |<------+       |         Code: 2.04 (Changed)
  |  2.04 |       |        Token: 0x8c
  |       |       |       OSCORE: -
  |       |       |               0xff
  |       |       |      Payload: {Code: 2.05,
  |       |       |                0xff,
  |       |       |                "0"
  |       |       |               } // Encrypted with CTX_C_S
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_S   |       |
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
]]></artwork>
        </figure>
      </section>
      <section anchor="example-3">
        <name>Example 3</name>
        <t>In the example shown in <xref target="fig-example-client-proxy-server"/>, message exchanges are protected with OSCORE over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end between the client and the server, using the OSCORE Security Context CTX_C_S. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy, using the OSCORE Security Context CTX_C_P. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
          <li>Between the proxy and the server, using the OSCORE Security Context CTX_P_S. The proxy uses the OSCORE Sender ID 0xd4 when using OSCORE with the server.</li>
        </ul>
        <figure anchor="fig-example-client-proxy-server">
          <name>Use of OSCORE between Client-Server, Client-Proxy and Proxy-Server</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_S   |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |    Code: 0.02 (POST)
  | POST  |       |   Token: 0x8c
  |       |       |  OSCORE: [kid: 0x20, Partial IV: 31]
  |       |       |    0xff
  |       |       | Payload: {Code: 0.02,
  |       |       |           OSCORE: [kid: 0x5f, Partial IV: 42],
  |       |       |           Uri-Host: example.com,
  |       |       |           Proxy-Scheme: coap,
  |       |       |           0xff,
  |       |       |           {Code: 0.01,
  |       |       |            Uri-Path: "alarm_status"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_C_P
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |     Encrypt   |
  |     REQ with  |
  |     CTX_P_S   |
  |       |       |
  |       +------>|    Code: 0.02 (POST)
  |       | POST  |   Token: 0x7b
  |       |       |  OSCORE: [kid: 0xd4, Partial IV: 31]
  |       |       |    0xff
  |       |       | Payload: {Code: 0.02,
  |       |       |           OSCORE: [kid: 0x5f, Partial IV: 42],
  |       |       |           0xff,
  |       |       |           {Code: 0.01,
  |       |       |            Uri-Path: "alarm_status"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_P_S
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_P_S
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_P_S
  |       |       |
  |       |<------+    Code: 2.04 (Changed)
  |       |  2.04 |   Token: 0x7b
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.04,
  |       |       |           OSCORE: -,
  |       |       |           0xff,
  |       |       |           {Code: 2.05,
  |       |       |            0xff,
  |       |       |            "0"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_P_S
  |       |       |
  |     Decrypt   |
  |     RESP with |
  |     CTX_P_S   |
  |       |       |
  |     Encrypt   |
  |     ERSP with |
  |     CTX_C_P   |
  |       |       |
  |<------+       |    Code: 2.04 (Changed)
  |  2.04 |       |   Token: 0x8c
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.04,
  |       |       |           OSCORE: -,
  |       |       |           0xff,
  |       |       |           {Code: 2.05,
  |       |       |            0xff,
  |       |       |            "0"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_C_P
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_P   |       |
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_S   |       |
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-example-edhoc">
        <name>Example 4</name>
        <t>In the example shown in <xref target="fig-example-edhoc"/>, message exchanges are protected over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end, between the client and the server, using the OSCORE Security Context CTX_C_S. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy, using the OSCORE Security Context CTX_C_P. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
        </ul>
        <t>The example also shows how the client establishes an OSCORE Security Context CTX_C_P with the proxy and CTX_C_S with the server, by using the key establishment protocol EDHOC <xref target="I-D.ietf-lake-edhoc"/>.</t>
        <figure anchor="fig-example-edhoc">
          <name>Use of OSCORE between Client-Server and Proxy-Server, with OSCORE Security Contexts established through EDHOC</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0xf3
  |       |       |     Uri-Path: ".well-known"
  |       |       |     Uri-Path: "edhoc"
  |       |       |         0xff
  |       |       |      Payload: (true, EDHOC message_1)
  |       |       |
  |<------+       |         Code: 2.04 (Changed)
  |  2.04 |       |        Token: 0xf3
  |       |       |         0xff
  |       |       |      Payload: EDHOC message_2
  |       |       |
Establish |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0x82
  |       |       |     Uri-Path: ".well-known"
  |       |       |     Uri-Path: edhoc
  |       |       |         0xff
  |       |       |      Payload: (C_R, EDHOC message_3)
  |       |       |
  |     Establish |
  |     CTX_C_P   |
  |       |       |
  |<------+       |
  |  ACK  |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0xbe
  |       |       |       OSCORE: [kid: 0x20, Partial IV: 00]
  |       |       |         0xff
  |       |       |      Payload: {Code: 0.02,
  |       |       |                Uri-Host: "example.com",
  |       |       |                Uri-Path: ".well-known",
  |       |       |                Uri-Path: "edhoc",
  |       |       |                Proxy-Scheme: "coap",
  |       |       |                0xff,
  |       |       |                (true, EDHOC message_1)
  |       |       |               } // Encrypted with CTX_C_P
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |       +------>|         Code: 0.02 (POST)
  |       | POST  |        Token: 0xa5
  |       |       |     Uri-Path: ".well-known"
  |       |       |     Uri-Path: "edhoc"
  |       |       |         0xff
  |       |       |      Payload: (true, EDHOC message_1)
  |       |       |
  |       |<------+         Code: 2.04 (Changed)
  |       |  2.04 |        Token: 0xa5
  |       |       |         0xff
  |       |       |      Payload: EDHOC message_2
  |       |       |
  |     Encrypt   |
  |     RESP with |
  |     CTX_C_P   |
  |       |       |
  |<------+       |         Code: 2.04 (Changed)
  |  2.04 |       |        Token: 0xbe
  |       |       |       OSCORE: -
  |       |       |         0xff
  |       |       |      Payload: {Code: 2.04,
  |       |       |                0xff,
  |       |       |                EDHOC message_2
  |       |       |               } // Encrypted with CTX_C_P
  |       |       |
Establish |       |
CTX_C_S   |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0xb9
  |       |       |       OSCORE: [kid: 0x20, Partial IV: 01]
  |       |       |         0xff
  |       |       |      Payload: {Code: 0.02,
  |       |       |                Uri-Host: "example.com",
  |       |       |                Uri-Path: ".well-known",
  |       |       |                Uri-Path: "edhoc",
  |       |       |                Proxy-Scheme: "coap",
  |       |       |                0xff,
  |       |       |                (C_R, EDHOC message_3)
  |       |       |               } // Encrypted with CTX_C_P
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |       +------>|         Code: 0.02 (POST)
  |       | POST  |        Token: 0xdd
  |       |       |     Uri-Path: ".well-known"
  |       |       |     Uri-Path: "edhoc"
  |       |       |         0xff
  |       |       |      Payload: (C_R, EDHOC message_3)
  |       |       |
  |       |     Establish
  |       |     CTX_C_S
  |       |       |
  |       |<------+
  |       |  ACK  |
  |       |       |
  |<------+       |
  |  ACK  |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_S   |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |    Code: 0.02 (POST)
  | POST  |       |   Token: 0x8c
  |       |       |  OSCORE: [kid: 0x20, Partial IV: 02]
  |       |       |    0xff
  |       |       | Payload: {Code: 0.02,
  |       |       |           OSCORE: [kid: 0x5f, Partial IV: 00],
  |       |       |           Uri-Host: "example.com",
  |       |       |           Proxy-Scheme: "coap",
  |       |       |           0xff,
  |       |       |           {Code: 0.01,
  |       |       |            Uri-Path: "alarm_status"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_C_P
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |       +------>|    Code: 0.02 (POST)
  |       | POST  |   Token: 0x7b
  |       |       |  OSCORE: [kid: 0x5f, Partial IV: 00]
  |       |       |    0xff
  |       |       | Payload: {Code: 0.01,
  |       |       |           Uri-Path: "alarm_status"
  |       |       |          } // Encrypted with CTX_C_S
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_C_S
  |       |       |
  |       |<------+    Code: 2.04 (Changed)
  |       |  2.04 |   Token: 0x7b
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.05,
  |       |       |           0xff,
  |       |       |           "0"
  |       |       |          } // Encrypted with CTX_C_S
  |       |       |
  |     Encrypt   |
  |     RESP with |
  |     CTX_C_P   |
  |       |       |
  |<------+       |    Code: 2.04 (Changed)
  |  2.04 |       |   Token: 0x8c
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.04,
  |       |       |           OSCORE: -,
  |       |       |           0xff,
  |       |       |           {Code: 2.05,
  |       |       |            0xff,
  |       |       |            "0"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_C_P
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_P   |       |
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_S   |       |
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
Round brackets (...) indicate a CBOR sequence [RFC 8742].
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-example-edhoc-comb-req">
        <name>Example 5</name>
        <t>In the example shown in <xref target="fig-example-edhoc-comb-req"/>, message exchanges are protected over the following legs.</t>
        <ul spacing="normal">
          <li>End-to-end, between the client and the server. The client uses the OSCORE Sender ID 0x5f when using OSCORE with the server.</li>
          <li>Between the client and the proxy. The client uses the OSCORE Sender ID 0x20 when using OSCORE with the proxy.</li>
        </ul>
        <t>The example also shows how the client establishes an OSCORE Security Context CTX_C_P with the proxy and CTX_C_S with the server, by using the key establishment protocol EDHOC <xref target="I-D.ietf-lake-edhoc"/>.</t>
        <t>In particular, the client relies on the EDHOC + OSCORE request defined in <xref target="I-D.ietf-core-oscore-edhoc"/> and denoted as COMB_REQ, in order to transport the last EDHOC message_3 and the first OSCORE-protected application CoAP request combined together.</t>
        <figure anchor="fig-example-edhoc-comb-req">
          <name>Use of OSCORE between Client-Server and Proxy-Server, with OSCORE Security Contexts established through EDHOC using the EDHOC + OSCORE request</name>
          <artwork><![CDATA[
Client  Proxy  Server
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0xf3
  |       |       |     Uri-Path: ".well-known"
  |       |       |     Uri-Path: "edhoc"
  |       |       |         0xff
  |       |       |      Payload: (true, EDHOC message_1)
  |       |       |
  |<------+       |         Code: 2.04 (Changed)
  |  2.04 |       |        Token: 0xf3
  |       |       |         0xff
  |       |       |      Payload: EDHOC message_2
  |       |       |
Establish |       |
CTX_C_P   |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
Prepare   |       |
COMB_REQ  |       |
for P     |       |
from REQ  |       |
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0x82
  |       |       |       OSCORE: [kid: 0x20, Partial IV: 00]
  |       |       |        EDHOC: -
  |       |       |         0xff
  |       |       |      Payload: EDHOC message_3, // Intended for P
  |       |       |               {Code: 0.02,
  |       |       |                Uri-Host: "example.com",
  |       |       |                Uri-Path: ".well-known",
  |       |       |                Uri-Path: "edhoc",
  |       |       |                Proxy-Scheme: "coap",
  |       |       |                0xff,
  |       |       |                (true, EDHOC message_1)
  |       |       |               } // Encrypted with CTX_C_P
  |       |       |
  |     Establish |
  |     CTX_C_P   |
  |       |       |
  |     Rebuild   |
  |     REQ from  |
  |     COMB_REQ  |
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |       +------>|         Code: 0.02 (POST)
  |       | POST  |        Token: 0xa5
  |       |       |     Uri-Path: ".well-known"
  |       |       |     Uri-Path: "edhoc"
  |       |       |         0xff
  |       |       |      Payload: (true, EDHOC message_1)
  |       |       |
  |       |<------+         Code: 2.04 (Changed)
  |       |  2.04 |        Token: 0xa5
  |       |       |         0xff
  |       |       |      Payload: EDHOC message_2
  |       |       |
  |     Encrypt   |
  |     RESP with |
  |     CTX_C_P   |
  |       |       |
  |<------+       |    Code: 2.04 (Changed)
  |  2.04 |       |   Token: 0x82
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.04,
  |       |       |           0xff,
  |       |       |           EDHOC message_2
  |       |       |          } // Encrypted with CTX_C_P
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_P   |       |
  |       |       |
Establish |       |
CTX_C_S   |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_S   |       |
  |       |       |
Prepare   |       |
COMB_REQ  |       |
for S     |       |
from REQ  |       |
  |       |       |
Encrypt   |       |
REQ with  |       |
CTX_C_P   |       |
  |       |       |
  +------>|       |         Code: 0.02 (POST)
  | POST  |       |        Token: 0x83
  |       |       |       OSCORE: [kid: 0x20, Partial IV: 01]
  |       |       |         0xff
  |       |       |      Payload: {Code: 0.02,
  |       |       |                Uri-Host: "example.com",
  |       |       |                OSCORE: [kid: 0x5f, Partial IV: 00],
  |       |       |                EDHOC: -,
  |       |       |                Proxy-Scheme: "coap",
  |       |       |                0xff,
  |       |       |                EDHOC message_3 // Intended for S
  |       |       |                {
  |       |       |                 Code: 0.01,
  |       |       |                 Uri-Path:"alarm_status"
  |       |       |                } // Encrypted with CTX_C_S
  |       |       |               } // Encrypted with CTX_C_P
  |       |       |
  |     Decrypt   |
  |     REQ with  |
  |     CTX_C_P   |
  |       |       |
  |       +------>|         Code: 0.02 (POST)
  |       | POST  |        Token: 0xa6
  |       |       |       OSCORE: [kid: 0x5f, Partial IV: 00]
  |       |       |        EDHOC: -
  |       |       |         0xff
  |       |       |      Payload: EDHOC message_3 // Intended for S
  |       |       |               {
  |       |       |                Code: 0.01,
  |       |       |                Uri-Path: "alarm_status"
  |       |       |               } // Encrypted with CTX_C_S
  |       |       |
  |       |     Establish
  |       |     CTX_C_S
  |       |       |
  |       |     Rebuild
  |       |     REQ from
  |       |     COMB_REQ
  |       |       |
  |       |     Decrypt
  |       |     REQ with
  |       |     CTX_C_S
  |       |       |
  |       |     Encrypt
  |       |     RESP with
  |       |     CTX_C_S
  |       |       |
  |       |<------+    Code: 2.04 (Changed)
  |       |  2.04 |   Token: 0xa6
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.05,
  |       |       |           0xff,
  |       |       |           "0"
  |       |       |          } // Encrypted with CTX_C_S
  |       |       |
  |     Encrypt   |
  |     RESP with |
  |     CTX_C_P   |
  |       |       |
  |<------+       |    Code: 2.04 (Changed)
  |  2.04 |       |   Token: 0x83
  |       |       |  OSCORE: -
  |       |       |    0xff
  |       |       | Payload: {Code: 2.04,
  |       |       |           OSCORE: -,
  |       |       |           0xff,
  |       |       |           {Code: 2.05,
  |       |       |            0xff,
  |       |       |            "0"
  |       |       |           } // Encrypted with CTX_C_S
  |       |       |          } // Encrypted with CTX_C_P
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_P   |       |
  |       |       |
Decrypt   |       |
RESP with |       |
CTX_C_S   |       |
  |       |       |

Square brackets [ ... ] indicate content of compressed COSE object.
Curly brackets { ... } indicate encrypted data.
Round brackets (...) indicate a CBOR sequence [RFC 8742].
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-incoming-req-diag">
      <name>State Diagram of the Incoming Request Processing</name>
      <t><xref target="fig-incoming-request-diagram"/> overviews the processing of an incoming request, as specified in <xref target="incoming-requests"/>. The dotted boxes indicate ending states where the processing terminates.</t>
      <figure anchor="fig-incoming-request-diagram">
        <name>Processing of an incoming request.</name>
        <artwork align="center"><![CDATA[
Original    +-----------------------------------------------+
incoming -->|        Are there proxy-related options?       |<--------+
request     +-----------------------------------------------+         |
             |                                           |            |
            YES                                          NO           |
             |                                           |            |
             v                                           v            |
+-------------+     +---------+    .......... +------------------+    |
| Is there a  | YES | Am I a  | NO : Return : | Is there an      |    |
| Proxy-Uri   |---->| forward |--->: 5.05   : | OSCORE Option?   |    |
| Option?     |     | proxy?  |    :........: +------------------+    |
+-------------+     +---------+                ^  |        |          |
   |                 ^       |     ..........  |  NO      YES         |
   NO                |      YES    : Return :  |  |        |          |
   |                 |       |     : 4.01   :  |  |        v          |
   |                 |       |     :........:  |  |  +------------+   |
   |                 |       |       ^         |  |  | Are there  |   |
   |                 |       |       |         |  |  | Uri-Path   |   |
   |                YES      |       NO        |  |  | Options?   |   |
   v                 |       v       |         |  |  +------------+   |
 +--------------------+ +---------------+      |  |   |          |    |
 | Is there the       | | Is forwarding |      |  |  YES         NO   |
 | Proxy-Scheme       | | this request  |      |  |   |          |    |
 | option with the    | | an authorized |      |  |   v          |    |
 | Uri-Host/Uri-Port  | | operation?    |      |  | ..........   |    |
 | options?           | +---------------+      |  | : Return :   |    |
 +--------------------+  ^           |         |  | : 4.00   :   |    |
   |                     |          YES        |  | :........:   |    |
   NO                    |           |         |  |              v    |
   |                     |           |         |  |       +---------+ |
   v                     |           v         |  |       | Decrypt | |
 +--------------+        |  .................  |  |       +---------+ |
 | There are    |        |  : Consume the   :  |  |         |         |
 | Uri-Path     |        |  : proxy-related :  |  |         |         |
 | Options      |        |  : options and   :  |  |         v         |
 | without      |        |  : forward the   :  |  | +----------+      |
 | Proxy-Scheme |        |  : request       :  |  | | Success? |-YES -+
 +--------------+        |  :...............:  |  | +----------+
   |                     |                     |  |      |
   |                     |                     |  |      NO
   |                     |                     |  |      |
   |                     |                     |  |      v
   |                     |                     |  | ................
   |                     |                     |  | : OSCORE error :
   |                     |                     |  | : handling     :
   |                     |                     |  | :..............:
   |                     |                     |  |
   |                     |                     |  v
   |                     |                     | +--------------+
   |                     |                     | | Is there an  |
   |                     |                     | | application? |
   |                     |                     | +--------------+
   |                     |                     |     |        |
   |                     |                     |    YES       NO
   |                     |                     |     |        |
   |                     |                     |     |        v
   |                     |                     |     |      ..........
   |                     |                     |     |      : Return :
   |                     |                     |     |      : 4.00   :
   |                    YES                    |     |      :........:
   v                     |                     |     v
 +------------------------+                    |   ...................
 | Am I a reverse proxy   |                    |   : Deliver the     :
 | using the indicated    |--NO----------------+   : request to the  :
 | resource for proxying? |                        : application     :
 +------------------------+                        :.................:
]]></artwork>
      </figure>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Peter Blomqvist"/>, <contact fullname="David Navarro"/> and <contact fullname="Göran Selander"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
src92vj/+KpP9aEWAQA=

-->

</rfc>
