<?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.0.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tiloca-core-groupcomm-proxy-08" category="std" consensus="true" submissionType="IETF" updates="7252" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.1 -->
  <front>
    <title abbrev="Proxy Operations for Group Communication">Proxy Operations for CoAP Group Communication</title>
    <seriesInfo name="Internet-Draft" value="draft-tiloca-core-groupcomm-proxy-08"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="E." surname="Dijk" fullname="Esko Dijk">
      <organization>IoTconsultancy.nl</organization>
      <address>
        <postal>
          <street>\________________\</street>
          <city>Utrecht</city>
          <country>The Netherlands</country>
        </postal>
        <email>esko.dijk@iotconsultancy.nl</email>
      </address>
    </author>
    <date year="2023" month="February" day="28"/>
    <area>Internet</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <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>
    <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-groupcomm-proxy"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> allows the presence of proxies, as intermediary entities supporting clients by performing requests on their behalf and relaying back responses.</t>
      <t>CoAP supports also group communication over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>, where a group request can be addressed to multiple recipient servers, each of which may reply with an individual unicast response. As discussed in <xref section="3.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, this group communication scenario poses a number of issues and limitations to proxy operations.</t>
      <t>In particular, the client sends to the proxy a single unicast request, which the proxy forwards to a group of servers over IP multicast. Later on, the proxy replies to the client's original unicast request, by relaying back the responses from the servers.</t>
      <t>As per <xref target="RFC7252"/>, a CoAP-to-CoAP proxy relays those responses to the client as separate CoAP messages, all matching (by Token) with the client's original unicast request. A possible alternative approach for aggregating those responses into a single CoAP response sent to the client would require a specific aggregation content-format, which is not available yet. Both these approaches have open issues.</t>
      <t>This document considers the former approach. That is, after forwarding a CoAP group request from the client to the group of CoAP servers, the proxy relays the individual responses back to the client as separate CoAP messages. The described method addresses all the related issues raised in <xref section="3.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>. To this end, a dedicated signaling protocol is defined, using two new CoAP options.</t>
      <t>Using this protocol, the client explicitly confirms its intent to perform a proxied group request and its support for receiving multiple responses as a result, i.e., one or more from each origin server. Also, the client signals for how long it is willing to wait for responses. When relaying to the client a response to the group request, the proxy indicates the addressing information of the origin server. This enables the client to distinguish, multiple diffent responses by origin and to possibly contact one or more of the respective servers by sending individual unicast request(s) to the indicated address(es). In doing these follow-up unicast requests, the client may optionally bypass the proxy.</t>
      <t>This document also defines how the proposed protocol is used between an HTTP client and an HTTP-CoAP cross-proxy, in order to forward an HTTP group request from the client to a group of CoAP servers, and relay back the individual CoAP responses as HTTP responses.</t>
      <t>Finally, this document defines a caching model for proxies and specifies how they can serve a group request by using cached responses. Therefore, this document updates <xref target="RFC7252"/>.</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 terms and concepts defined in CoAP <xref target="RFC7252"/>, Group Communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>, CBOR <xref target="RFC8949"/>, OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>Unless specified otherwise, the term "proxy" refers to a CoAP-to-CoAP forward-proxy, as defined in <xref section="5.7.2" sectionFormat="of" target="RFC7252"/>.</t>
      </section>
    </section>
    <section anchor="sec-multicast-timeout-option">
      <name>The Multicast-Timeout Option</name>
      <t>The Multicast-Timeout Option defined in this section has the properties summarized in <xref target="fig-multicast-timeout-option"/>, which extends Table 4 of <xref target="RFC7252"/>.</t>
      <t>Since the option is not Safe-to-Forward, the column "N" indicates a dash for "not applicable". The value of the Multicast-Timeout Option specifies a timeout value in seconds, encoded as an unsigned integer (see <xref section="3.2" sectionFormat="of" target="RFC7252"/>).</t>
      <figure anchor="fig-multicast-timeout-option">
        <name>The Multicast-Timeout Option.</name>
        <artwork align="center"><![CDATA[
+------+---+---+---+---+------------+--------+--------+---------+
| No.  | C | U | N | R | Name       | Format | Length | Default |
+------+---+---+---+---+------------+--------+--------+---------+
|      |   |   |   |   |            |        |        |         |
| TBD1 |   | x | - |   | Multicast- |  uint  |  0-4   | (none)  |
|      |   |   |   |   | Timeout    |        |        |         |
|      |   |   |   |   |            |        |        |         |
+------+---+---+---+---+------------+--------+--------+---------+
           C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable
]]></artwork>
      </figure>
      <t>This document specifically defines how this option is used by a client in a CoAP request, to indicate to a proxy its support for and interest in receiving multiple responses to a proxied CoAP group request, i.e., one or more from each origin server, and for how long it is willing to wait for receiving responses via that proxy (see <xref target="ssec-req-send-steps"/> and <xref target="ssec-req-proc-proxy-steps"/>).</t>
      <t>When sending a CoAP group request to a proxy via IP unicast, to be forwarded by the proxy to a targeted group of servers, the client includes the Multicast-Timeout Option into the request. The option value indicates after how much time in seconds the client will stop accepting responses matching its original unicast request, with the exception of notifications if the CoAP Observe Option <xref target="RFC7641"/> is used in the same request. This allows the proxy to stop relaying responses back to the client, if those are received from servers after the indicated amount of time has elapsed.</t>
      <t>The Multicast-Timeout Option is of class U in terms of OSCORE processing (see <xref section="4.1" sectionFormat="of" target="RFC8613"/>).</t>
    </section>
    <section anchor="sec-response-forwarding-option">
      <name>The Response-Forwarding Option</name>
      <t>The Response-Forwarding Option defined in this section has the properties summarized in <xref target="fig-response-forwarding-option"/>, which extends Table 4 of <xref target="RFC7252"/>. The option is intended only for inclusion in CoAP responses, and builds on the Base-Uri option from <xref section="3" sectionFormat="of" target="I-D.bormann-coap-misc"/>.</t>
      <t>Since the option is intended only for responses, the column "N" indicates a dash for "not applicable".</t>
      <figure anchor="fig-response-forwarding-option">
        <name>The Response-Forwarding Option.</name>
        <artwork align="center"><![CDATA[
+------+---+---+---+---+------------+--------+--------+---------+
| No.  | C | U | N | R | Name       | Format | Length | Default |
+------+---+---+---+---+------------+--------+--------+---------+
|      |   |   |   |   |            |        |        |         |
| TBD2 |   |   | - |   | Response-  |  (*)   | 10-25  | (none)  |
|      |   |   |   |   | Forwarding |        |        |         |
|      |   |   |   |   |            |        |        |         |
+------+---+---+---+---+------------+--------+--------+---------+
           C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable

(*) See below.
]]></artwork>
      </figure>
      <t>This document specifically defines how this option is used by a proxy that can perform proxied CoAP group requests.</t>
      <t>Upon receiving a response to such request from a server, the proxy includes the Response-Forwarding Option into the response sent to the origin client (see <xref target="sec-description"/>). The proxy uses the option to indicate the addressing information where the client can send an individual request intended to that origin server.</t>
      <t>In particular, the client can use the addressing information specified in the option to identify the response originator and possibly send it individual requests later on, either directly, or indirectly via the proxy, as unicast requests.</t>
      <t>The option value is set to the byte serialization of the CBOR array 'tp_info' defined in <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>, including only the set of elements 'srv_addr'. In turn, the set includes the integer 'tp_id' identifying the used transport protocol, and further elements whose number, format and encoding depend on the value of 'tp_id'.</t>
      <t>The value of 'tp_id' MUST be taken from the "Value" column of the "CoAP Transport Information" registry defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>. The elements of 'srv_addr' following 'tp_id' are specified in the corresponding entry of the Registry, under the "Server Addr" column.</t>
      <t>If the server is reachable through CoAP transported over UDP, the 'tp_info' array includes the following elements, encoded as defined in <xref section="4.2.1.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
      <ul spacing="normal">
        <li>'tp_id': the CBOR integer with value 1. This element MUST be present.</li>
        <li>'srv_host': a CBOR byte string, encoding the unicast IP address of the server. This element is tagged and identified by the CBOR tag 260 "Network Address (IPv4 or IPv6 or MAC Address)". This element MUST be present.</li>
        <li>
          <t>'srv_port': a CBOR unsigned integer or the CBOR simple value "null" (0xf6). This element MAY be present.  </t>
          <t>
If present as a CBOR unsigned integer, it has as value the destination UDP port number to use for individual requests to the server.  </t>
          <t>
If present as the CBOR simple value "null" (0xf6), the client MUST assume that the same port number specified in the group URI of the original unicast CoAP group request sent to the proxy (see <xref target="ssec-req-send-steps"/>) can be used for individual requests to the server.  </t>
          <t>
If not present, the client MUST assume that the default port number 5683 defined in <xref target="RFC7252"/> can be used as the destination UDP port number for individual requests to the server.</t>
        </li>
      </ul>
      <t>The CDDL notation <xref target="RFC8610"/> provided below describes the 'tp_info' CBOR array using the format defined above.</t>
      <artwork><![CDATA[
tp_info = [
       tp_id : 1,             ; UDP as transport protocol
    srv_host : #6.260(bstr),  ; IP address where to reach the server
  ? srv_port : uint / null    ; Port number where to reach the server
]
]]></artwork>
      <t>At present, 'tp_id' is expected to take only value 1 (UDP) when using forward proxies, UDP being the only currently available transport for CoAP to work over IP multicast. While additional multicast-friendly transports may be defined in the future, other current tranport protocols can still be useful in applications relying on a reverse-proxy (see <xref target="sec-reverse-proxies"/>).</t>
      <t>The rest of this section considers the new values of 'tp_id' registered by this document (see <xref target="iana-transport-protocol-identifiers"/>), and specifies:</t>
      <ul spacing="normal">
        <li>The encoding for the elements of 'tp_info' following 'tp_id' (see <xref target="encoding-server-addressing"/>).</li>
        <li>The port number assumed by the client if the element 'srv_port' of 'tp_info' is not present (see <xref target="default-port-number"/>).</li>
      </ul>
      <t>The Response-Forwarding Option is of class U in terms of OSCORE processing (see <xref section="4.1" sectionFormat="of" target="RFC8613"/>).</t>
      <section anchor="encoding-server-addressing">
        <name>Encoding of Server Address</name>
        <t>This document defines some values used as transport protocol identifiers, whose respective new entries are included in the "CoAP Transport Information" registry defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <t>For each of these values, the following table summarizes the elements specified under the "Srv Addr" and "Req Info" columns of the registry, together with their CBOR encoding and short description.</t>
        <t>While not listed here for brevity, the element 'tp_id' is always present as a CBOR integer in the element set "Srv Addr".</t>
        <artwork align="center"><![CDATA[
+----------+-------------+----------+--------------+---------------+
| 'tp_id'  | Element Set | Element  | CBOR Type    | Description   |
| Values   |             |          |              |               |
+----------+-------------+----------+--------------+---------------+
| 2, 3, 4, | Srv Addr    | srv_host | #6.260(bstr) | Address of    |
| 5, 6     |             |          |     (*)      | the server    |
|          |             +----------+--------------+---------------+
|          |             | srv_port | uint / null  | Port number   |
|          |             |          |              | of the server |
|          +-------------+----------+--------------+---------------+
|          | Req Info    | cli_host | #6.260(bstr) | Address of    |
|          |             |          |     (*)      | the client    |
|          |             +----------+--------------+---------------+
|          |             | cli_port | uint         | Port number   |
|          |             |          |              | of the client |
+----------+-------------+----------+--------------+---------------+

* The CBOR byte string is tagged and identified by the
  CBOR tag 260 "Network Address (IPv4 or IPv6 or MAC Address)".
]]></artwork>
      </section>
      <section anchor="default-port-number">
        <name>Default Values of the Server Port Number</name>
        <t>If the 'srv_port' element of the 'tp_info' array is not present, the client MUST assume the following value as port number where to send individual requests intended to the server, based on the value of 'tp_id'.</t>
        <ul spacing="normal">
          <li>If 'tp_id' is equal to 1, i.e., CoAP over UDP, the default port number 5683 as defined in <xref target="RFC7252"/>.</li>
          <li>If 'tp_id' is equal to 2, i.e., CoAP over UDP secured with DTLS, the default port number 5684 as defined in <xref target="RFC7252"/>.</li>
          <li>If 'tp_id' is equal to 3, i.e., CoAP over TCP, the default port number 5683 as defined in <xref target="RFC8323"/>.</li>
          <li>If 'tp_id' is equal to 4, i.e., CoAP over TCP secured with TLS, the default port number 5684 as defined in <xref target="RFC8323"/>.</li>
          <li>If 'tp_id' is equal to 5, i.e., CoAP over WebSockets, the default port number 80 as defined in <xref target="RFC8323"/>.</li>
          <li>If 'tp_id' is equal to 6, i.e., CoAP over WebSockets secured with TLS, the default port number 443 as defined in <xref target="RFC8323"/>.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-objectives">
      <name>Requirements and Objectives</name>
      <t>In this section, the word "proxy" is not limited to forward-proxies. Instead, it comprises also reverse-proxies and HTTP-to-CoAP proxies.</t>
      <t>This document assumes that the following requirements are fulfilled.</t>
      <ul spacing="normal">
        <li>REQ1. The proxy is explicitly configured (allow-list) to perform proxied group requests on behalf of specific allowed client(s).</li>
        <li>
          <t>REQ2. The proxy MUST identify a client sending a unicast group request to be proxied, in order to verify whether the client is allowed-listed to do so. For example, this can rely on one of the following security associations.  </t>
          <ul spacing="normal">
            <li>A TLS <xref target="RFC8446"/> or DTLS <xref target="RFC6347"/><xref target="RFC9147"/> channel between the client and the proxy, where the client has been authenticated during the secure channel establishment.</li>
            <li>A pairwise OSCORE <xref target="RFC8613"/> Security Context between the client and the proxy, as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>.</li>
          </ul>
        </li>
        <li>REQ3. If secure, end-to-end communication is required between the client and the servers in the CoAP group, exchanged messages MUST be protected by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, as discussed in <xref section="5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>. This requires the client and the servers to have previously joined the correct OSCORE group, for instance by using the approach described in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. The correct OSCORE group to join can be pre-configured or alternatively discovered, for instance by using the approach described in <xref target="I-D.tiloca-core-oscore-discovery"/>.</li>
      </ul>
      <t>This document defines how to achieve the following objectives.</t>
      <ul spacing="normal">
        <li>OBJ1. The proxy gets an indication from the client that the client is in fact interested in and capable to handle multiple responses to a proxied group request. With particular reference to a unicast CoAP group request sent to the proxy, this means that the client is capable to receive those responses as separate CoAP responses, each matching with the original unicast request.</li>
        <li>OBJ2. The proxy learns for how long it should wait for responses to a proxied group request, before starting to ignore following responses to it (except for notifications, if a CoAP Observe Option is used <xref target="RFC7641"/>).</li>
        <li>OBJ3. The proxy relays to the client any multiple responses to the proxied group request. With particular reference to a client's original CoAP unicast request sent to the proxy, those responses are sent to the client as separate CoAP responses, each matching with the original unicast request.</li>
        <li>OBJ4. The client is able to distinguish the different responses to the proxied group request, as well as their corresponding origin servers.</li>
        <li>OBJ5. The client is enabled to optionally contact one or more of the responding origin servers in the future, either directly or via the proxy.</li>
      </ul>
    </section>
    <section anchor="sec-description">
      <name>Protocol Description</name>
      <t>This section specifies the steps of the signaling protocol.</t>
      <section anchor="ssec-req-send-client">
        <name>Request Sending at the Client</name>
        <t>This section defines the operations performed by the client, for sending a request targeting a group of servers via the proxy.</t>
        <section anchor="ssec-req-send-steps">
          <name>Request Sending</name>
          <t>The client proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>The client prepares a unicast CoAP group request addressed to the proxy. The request specifies the group URI where the request has to be forwarded to, as a string in the Proxi-URI option or by using the Proxy-Scheme option with the group URI constructed from the URI-* options (see <xref section="3.5.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>).</li>
            <li>
              <t>The client MUST retain the Token value used for this original unicast request beyond the reception of a first CoAP response matching with it. To this end, the client follows the same rules for Token retention defined for multicast CoAP requests in <xref section="3.1.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.  </t>
              <t>
In particular, the client picks an amount of time T that it is fine to wait for before freeing up the Token value. Specifically, the value of T MUST be such that:  </t>
              <ul spacing="normal">
                <li>T &lt; T_r , where T_r is the amount of time that the client is fine to wait for before potentially reusing the Token value. Note that T_r MUST NOT be less than MIN_TOKEN_REUSE_TIME defined in <xref section="3.1.5" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.</li>
                <li>T should be at least the expected worst-case time taken by the request and response processing on the proxy and on the servers in the addressed CoAP group.</li>
                <li>T should be at least the expected worst-case round-trip delay between the client and the proxy plus the worst-case round-trip delay between the proxy and any one of the origin servers.</li>
              </ul>
            </li>
            <li>
              <t>The client MUST include the Multicast-Timeout Option defined in <xref target="sec-multicast-timeout-option"/> into the unicast request to send to the proxy. The option value specifies an amount of time T' &lt; T. The difference (T - T') should be at least the expected worst-case round-trip time between the client and the proxy.  </t>
              <t>
The client can specify T' = 0 as option value, thus indicating to be not interested in receiving responses from the origin servers through the proxy. In such a case, the client SHOULD also include a No-Response Option <xref target="RFC7967"/> with value 26 (suppress all response codes), if it supports the option.  </t>
              <t>
Consistently, if the unicast request to send to the proxy already included a No-Response Option with value 26, the client SHOULD specify T' = 0 as value of the Multicast-Timeout Option.</t>
            </li>
            <li>The client processes the request as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>, and also as in <xref target="I-D.ietf-core-oscore-groupcomm"/> when secure group communication is used between the client and the servers.</li>
            <li>The client sends the request to the proxy as a unicast CoAP message. When doing so, the client protects the request according to the security association it has with the proxy.</li>
          </ol>
          <t>The exact method that the client uses to estimate the worst-case processing times and round-trip delays mentioned above is out of the scope of this document. However, such a method is expected to be already used by the client when generally determining an appropriate Token lifetime and reuse interval.</t>
        </section>
        <section anchor="ssec-req-send-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the client follows what is specified in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, with the difference that it sends a unicast request to the proxy, to be forwarded to the group of servers, as defined in <xref target="ssec-req-send-steps"/> of this document.</t>
          <t>Furthermore, the client especially follows what is specified in <xref section="5" sectionFormat="of" target="RFC7641"/>, i.e., it registers its interest to be an observer with the proxy, as if it was communicating with the servers.</t>
        </section>
      </section>
      <section anchor="ssec-req-proc-proxy">
        <name>Request Processing at the Proxy</name>
        <t>This section defines the operations performed by the proxy, when receiving a request to forward to a group of servers.</t>
        <section anchor="ssec-req-proc-proxy-steps">
          <name>Request Processing</name>
          <t>Upon receiving the request from the client, the proxy proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>The proxy decrypts the request, according to the security association it has with the client.</li>
            <li>The proxy identifies the client, and verifies that the client is in fact allowed-listed to have its requests proxied to CoAP group URIs.</li>
            <li>
              <t>The proxy verifies the presence of the Multicast-Timeout Option, as a confirmation that the client is fine to receive multiple CoAP responses matching with the same original request.  </t>
              <t>
If the Multicast-Timeout Option is not present, the proxy MUST stop processing the request and MUST reply to the client with a 4.00 (Bad Request) response. The response MUST include a Multicast-Timeout Option with an empty (zero-length) value, indicating that the Multicast-Timeout Option was missing and has to be included in the request. As per <xref section="5.9.2" sectionFormat="of" target="RFC7252"/> The response SHOULD include a diagnostic payload.</t>
            </li>
            <li>The proxy retrieves the value T' from the Multicast-Timeout Option, and then removes the option from the client's request.</li>
            <li>The proxy forwards the client's request to the group of servers. In particular, the proxy sends it as a CoAP group request over IP multicast, addressed to the group URI specified by the client.</li>
            <li>
              <t>The proxy sets a timeout with the value T' retrieved from the Multicast-Timeout Option of the original unicast request.  </t>
              <t>
In case T' &gt; 0, the proxy will ignore responses to the forwarded group request coming from servers, if received after the timeout expiration, with the exception of Observe notifications (see <xref target="ssec-resp-proc-proxy"/>).  </t>
              <t>
In case T' = 0, the proxy will ignore all responses to the forwarded group request coming from servers.</t>
            </li>
          </ol>
          <t>If the proxy supports caching of responses, it can serve the original unicast request also by using cached responses, as per <xref target="sec-proxy-caching"/>.</t>
        </section>
        <section anchor="ssec-req-proc-proxy-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the proxy takes the role of the client and registers its own interest to observe the target resource with the servers as per <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
          <t>When doing so, the proxy especially follows what is specified for the client in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, by forwarding the group request to the servers over IP multicast as defined in <xref target="ssec-req-proc-proxy-steps"/> of this document.</t>
        </section>
      </section>
      <section anchor="ssec-req-resp-proc-server">
        <name>Request and Response Processing at the Server</name>
        <t>This section defines the operations performed by the server, when receiving a group request from the proxy.</t>
        <section anchor="ssec-req-resp-proc-server-steps">
          <name>Request and Response Processing</name>
          <t>Upon receiving the request from the proxy, the server proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>The server processes the group request as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>, and also as in <xref target="I-D.ietf-core-oscore-groupcomm"/> when secure group communication is used between the client and the server.</li>
            <li>The server processes the response to be relayed to the client as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>, and also as in <xref target="I-D.ietf-core-oscore-groupcomm"/> when secure group communication is used between the client and the server.</li>
          </ol>
        </section>
        <section anchor="ssec-req-resp-proc-server-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the server especially follows what is specified in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> and <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resp-proc-proxy">
        <name>Response Processing at the Proxy</name>
        <t>This section defines the operations performed by the proxy, when receiving a response matching with a forwarded group request.</t>
        <section anchor="ssec-resp-proc-proxy-steps">
          <name>Response Processing</name>
          <t>Upon receiving a response matching with the group request before the amount of time T' has elapsed, the proxy proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>
              <t>The proxy MUST include the Response-Forwarding Option defined in <xref target="sec-response-forwarding-option"/> into the response. The proxy specifies as option value the addressing information of the server generating the response, encoded as defined in <xref target="sec-response-forwarding-option"/>. In particular:  </t>
              <ul spacing="normal">
                <li>The 'srv_addr' element of the 'srv_info' array MUST specify the server IPv6 address if the multicast request was destined for an IPv6 multicast address, and MUST specify the server IPv4 address if the multicast request was destined for an IPv4 multicast address.</li>
                <li>If present, the 'srv_port' element of the 'srv_info' array MUST specify the port number of the server as the source port number of the response. This element MUST be present if the source port number of the response differs from the default port number for the transport protocol specified in the 'tp_id' element.</li>
              </ul>
            </li>
            <li>The proxy forwards the response back to the client. When doing so, the proxy protects the response according to the security association it has with the client.</li>
          </ol>
          <t>As discussed in <xref section="3.1.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, it is possible that a same server replies with multiple responses to the same group request, i.e., with the same Token. As long as the proxy forwards responses to a group request back to the origin client, the proxy MUST follow the steps defined above and forward also such multiple responses "as they come".</t>
          <t>Upon timeout expiration, i.e., T' seconds after having sent the group request over IP multicast, the proxy frees up its local Token value associated with that request. Thus, following late responses to the same group request will be discarded and not forwarded back to the client.</t>
        </section>
        <section anchor="ssec-resp-proc-proxy-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the proxy acts as a client registered with the servers, as described earlier in <xref target="ssec-req-proc-proxy-observe"/>.</t>
          <t>Furthermore, the proxy takes the role of a server when forwarding notifications from origin servers back to the client. To this end, the proxy follows what is specified in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> and <xref section="5" sectionFormat="of" target="RFC7641"/>, with the following additions.</t>
          <ul spacing="normal">
            <li>At step 1 in <xref target="ssec-resp-proc-proxy"/>, the proxy includes the Response-Forwarding Option in every notification, including non-2.xx notifications resulting in removing the proxy from the list of observers of the origin server.</li>
            <li>The proxy frees up its Token value used for a group observation only if, after the timeout expiration, no 2.xx (Success) responses matching with the group request and also including an Observe option have been received from any origin server. After that, as long as observations are active with servers in the group for the target resource of the group request, notifications from those servers are forwarded back to the client, as defined in <xref target="ssec-resp-proc-proxy"/>, and the Token value used for the group observation is not freed during this time.</li>
          </ul>
          <t>Finally, the proxy SHOULD regularly verify that the client is still interested in receiving observe notifications for a group observation. To this end, the proxy can rely on the same approach discussed for servers in <xref section="3.7" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, with more details available in <xref section="4.5" sectionFormat="of" target="RFC7641"/>.</t>
        </section>
      </section>
      <section anchor="ssec-resp-proc-client">
        <name>Response Processing at the Client</name>
        <t>This section defines the operations performed by the client, when receiving a response matching with a request that targeted a group of servers via the proxy.</t>
        <section anchor="ssec-resp-proc-client-steps">
          <name>Response Processing</name>
          <t>Upon receiving from the proxy a response matching with the original unicast request before the amount of time T has elapsed, the client proceeds according to the following steps.</t>
          <ol spacing="normal" type="1"><li>The client processes the response as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>. When doing so, the client decrypts the response according to the security association it has with the proxy.</li>
            <li>If secure group communication is used end-to-end between the client and the servers, the client processes the response resulting at the end of step 1, as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>.</li>
            <li>
              <t>The client identifies the origin server, whose addressing information is specified as value of the Response-Forwarding Option. If the 'srv_port' element of the 'tp_info' array in the Response-Forwarding Option is not present or specifies the CBOR simple value "null" (0xf6), then the client determines the port number where to send unicast requests to the server -- in case this is needed -- as defined in <xref target="sec-response-forwarding-option"/>. In the former case, the assumed default port number depends on the transport protocol specified by the 'tp_id' element of the 'tp_info' array (see <xref target="default-port-number"/>).  </t>
              <t>
In particular, the client is able to distinguish different responses as originated by different servers. Optionally, the client may contact one or more of those servers individually, i.e., directly (bypassing the proxy) or indirectly (via a proxied unicast request).  </t>
              <t>
In order to individually reach an origin server again through the proxy, the client is not required to understand or support the transport protocol indicated in the Response-Forwarding Option, as used between the proxy and the origin server, in case it differs from "UDP" (1). That is, using the IPv4/IPv6 address value and optional port value from the Response-Forwarding Option, the client simply creates the correct URI for the individual request, by means of the Proxy-Uri or Uri-Scheme Option in the unicast request to the proxy. The client uses the transport protocol it knows, and has used before, to send the request to the proxy.</t>
            </li>
          </ol>
          <t>As discussed in <xref section="3.1.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, it is possible that the client receives multiple responses to the same group request, i.e., with the same Token, from the same origin server. The client normally processes at the CoAP layer each of those responses from the same origin server, and decides how to exactly handle them depending on its available context information (see <xref section="3.1.6" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>).</t>
          <t>Upon the timeout expiration, i.e., T seconds after having sent the original unicast request to the proxy, the client frees up its local Token value associated with that request. Note that, upon this timeout expiration, the Token value is not eligible for possible reuse yet (see <xref target="ssec-req-send-steps"/>). Thus, until the actual amount of time before enabling Token reusage has elapsed, any following late responses to the same request forwarded by the proxy will be discarded, as these are not matching (by Token) with any active request from the client.</t>
        </section>
        <section anchor="ssec-resp-proc-client-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, the client frees up its Token value only if, after the timeout T expiration, no 2.xx (Success) responses matching with the original unicast request and also including an Observe option have been received.</t>
          <t>Instead, if at least one such response has been received, the client continues receiving those notifications as forwarded by the proxy, as long as the observation for the target resource of the original unicast request is active.</t>
        </section>
      </section>
      <section anchor="sec-workflow-example">
        <name>Example</name>
        <t>The example in this section refers to the following actors.</t>
        <ul spacing="normal">
          <li>One origin client C, with address C_ADDR and port number C_PORT.</li>
          <li>One proxy P, with address P_ADDR and port number P_PORT.</li>
          <li>Two origin servers S1 and S2, where the server Sx has address Sx_ADDR and port number Sx_PORT.</li>
        </ul>
        <t>The origin servers are members of a CoAP group with IP multicast address G_ADDR and port number G_PORT. Also, the origin servers are members of a same application group, and share the same resource /r.</t>
        <t>The communication between C and P is based on CoAP over UDP, as per <xref target="RFC7252"/>. The communication between P and the origin servers is based on CoAP over UDP and IP multicast, as per <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
        <t>Finally, 'bstr(X)' denotes a CBOR byte string where its value is the byte serialization of X.</t>
        <figure anchor="workflow-example">
          <name>Workflow example with a forward-proxy</name>
          <artwork><![CDATA[
C                          P                      S1           S2
|                          |                      |             |
|------------------------->|                      |             |
| Src: C_ADDR:C_PORT       |                      |             |
| Dst: P_ADDR:P_PORT       |                      |             |
| Proxi-URI {              |                      |             |
|  coap://G_ADDR:G_PORT/r  |                      |             |
| }                        |                      |             |
| Multicast-Timeout: 60    |                      |             |
|                          |                      |             |
|                          |                      |             |
|                          | Src: P_ADDR:P_PORT   |             |
|                          | Dst: G_ADDR:G_PORT   |             |
|                          | Uri-Path: /r         |             |
|                          |---------------+----->|             |
|                          |                \     |             |
|                          |                 +----------------->|
|                          |                      |             |
|                          | /* t = 0 : P starts  |             |
|                          | accepting responses  |             |
|                          | for this request */  |             |
|                          |                      |             |
|                          |                      |             |
|                          |<---------------------|             |
|                          | Src: S1_ADDR:G_PORT  |             |
|                          | Dst: P_ADDR:P_PORT   |             |
|                          |                      |             |
|                          |                      |             |
|<-------------------------|                      |             |
| Src: P_ADDR:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT       |                      |             |
| Response-Forwarding {    |                      |             |
|  [1, /*CoAP over UDP*/   |                      |             |
|   #6.260(bstr(S1_ADDR)), |                      |             |
|   null /* G_PORT */      |                      |             |
|  ]                       |                      |             |
| }                        |                      |             |
|                          |<-----------------------------------|
|                          |               Src: S2_ADDR:S2_PORT |
|                          |               Dst: P_ADDR:P_PORT   |
|                          |                      |             |
|                          |                      |             |
|                          |                      |             |
|<-------------------------|                      |             |
| Src: P_ADDR:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT       |                      |             |
| Response-Forwarding {    |                      |             |
|  [1, /*CoAP over UDP*/   |                      |             |
|   #6.260(bstr(S2_ADDR)), |                      |             |
|   S2_PORT                |                      |             |
|  ]                       |                      |             |
| }                        |                      |             |
|            /* At t = 60, P stops accepting      |             |
|            responses for this request */        |             |
|                          |                      |             |
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-reverse-proxies">
      <name>Reverse-Proxies</name>
      <t>The use of reverse-proxies in group communication scenarios is defined in <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.</t>
      <t>This section clarifies how the Multicast-Timeout Option is effective also in such a context, in order for:</t>
      <ul spacing="normal">
        <li>The proxy to explictly reveal itself as a reverse-proxy to the client.</li>
        <li>The client to indicate to the proxy of being aware that it is communicating with a reverse-proxy, and for how long it is willing to receive responses to a proxied group request.</li>
      </ul>
      <t>This practically addresses the addional issues compared to the case with a forward-proxy, as compiled in <xref section="3.5.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.
A reverse-proxy may also operate without support of the Multicast-Timeout Option, as defined in that section.</t>
      <t><xref target="sec-reverse-proxies-examples"/> provides examples with a reverse-proxy.</t>
      <section anchor="sec-reverse-proxies-client-side">
        <name>Processing on the Client Side</name>
        <t>If a client sends a CoAP request intended to a group of servers and is aware of actually communicating with a reverse-proxy, then the client SHOULD perform the steps defined in <xref target="ssec-req-send-steps"/>. In particular, this results in a request sent to the proxy including a Multicast-Timeout Option.</t>
        <t>An exception is the case where the reverse-proxy has a pre-configured timeout value T_PROXY, as the default timeout value to use for when to stop accepting responses from the servers, after the reception of the original unicast request from the client. In this case, a client aware of such a configuration MAY omit the Multicast-Timeout Option in the request sent to the proxy.</t>
        <t>The client processes the CoAP responses forwarded back by the proxy as defined in <xref target="ssec-resp-proc-client"/>.</t>
      </section>
      <section anchor="sec-reverse-proxies-proxy-side">
        <name>Processing on the Proxy Side</name>
        <t>If the proxy receives a CoAP request and determines that it should be forwarded to a group of servers over IP multicast, then the proxy performs the steps defined in <xref target="ssec-req-proc-proxy"/>.</t>
        <t>In particular, when such a request does not include a Multicast-Timeout Option, the proxy SHOULD explicitly reveal itself as a reverse-proxy, by sending a 4.00 (Bad Request) response including a Multicast-Timeout Option with empty (zero-length) value.</t>
        <t>An exception is the case where the reverse-proxy has a pre-configured timeout value T_PROXY, as default timeout value to use for when to stop accepting responses from the servers, after the reception of the original unicast request from the client. In this case, the proxy MAY replace the steps 3 and 4 in <xref target="ssec-req-proc-proxy-steps"/> with the following step.</t>
        <t>A.  The proxy verifies the presence of the Multicast-Timeout Option, as a confirmation that the client is willing to receive multiple CoAP responses matching with the same original request. Then, the proxy performs the following actions.</t>
        <ul spacing="normal">
          <li>If the Multicast-Timeout Option is present, the proxy retrieves the value T' from the Multicast-Timeout Option, and then removes the option from the client's request. That is, the timeout value indicated in the option overrides the pre-configured timeout value T_PROXY.</li>
          <li>
            <t>If the Multicast-Timeout option is not present, the proxy checks that, according to its local configuration, both the following conditions hold for the client (which, at this point, has been successfully authenticated).  </t>
            <ul spacing="normal">
              <li>COND_1 : The client is aware of the default timeout value T_PROXY pre-configured at the proxy.</li>
              <li>COND_2 : The client is able to process multiple responses to the same request.</li>
            </ul>
            <t>
These conditions are expected to hold for clients that are locally registered at the proxy, successfully authenticated and allowed-listed to have their requests proxied to CoAP group URIs.  </t>
            <t>
If the proxy is able to successfully assert that both the two conditions hold, then the proxy considers the value T' as equal to T_PROXY and proceeds to step 5.  </t>
            <t>
If the proxy is not able to successfully assert that both the two conditions hold, the proxy MUST stop processing the request and MUST reply to the client with a 4.00 (Bad Request) response. The response MUST include a Multicast-Timeout Option with an empty (zero-length) value, indicating that the Multicast-Timeout Option was missing and has to be included in the request. As per <xref section="5.9.2" sectionFormat="of" target="RFC7252"/> The response SHOULD include a diagnostic payload.</t>
          </li>
        </ul>
        <t>The proxy processes the CoAP responses forwarded back to the client as defined in <xref target="ssec-resp-proc-proxy"/>.</t>
      </section>
    </section>
    <section anchor="sec-proxy-caching">
      <name>Caching</name>
      <t>A proxy MAY cache responses to a group request, as defined in <xref section="5.7.1" sectionFormat="of" target="RFC7252"/>. In particular, the same rules apply to determine the set of request options used as "Cache-Key", and to determine the max-age values offered for responses served from the cache.</t>
      <t>A cache entry is associated with one server and stores one response from that server, regardless whether it is a response to a unicast request or to a group request. The following two types of requests can produce a hit to a cache entry.</t>
      <ul spacing="normal">
        <li>
          <t>A matching request intended to that server, i.e., to the corresponding unicast URI.  </t>
          <t>
When the stored response is a response to a unicast request to the server, the unicast URI of the matching request is the same target URI used for the original unicast request.  </t>
          <t>
When the stored response is a response to a group request to the CoAP group, the unicast URI of the matching request is the target URI obtained by replacing the authority part of the group URI in the original group request with the transport-layer source address and port number of the response.</t>
        </li>
        <li>
          <t>A matching group request intended to the CoAP group, i.e., to the corresponding group URI.  </t>
          <t>
That is, a matching group request produces a hit to multiple cache entries, each of which associated with one of the CoAP servers currently member of the CoAP group.  </t>
          <t>
Note that, as per the freshness model defined in <xref target="sec-proxy-caching-freshness"/>, the proxy might serve a group request exclusively from its cached responses only when it knows all the CoAP servers that are current members of the CoAP group and it has a valid cache entry for each of them.</t>
        </li>
      </ul>
      <t>When forwarding a GET or FETCH group request to the servers in the CoAP group, the proxy behaves like a CoAP client as defined in <xref section="3.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, with the following additions.</t>
      <ul spacing="normal">
        <li>As discussed in <xref target="ssec-resp-proc-proxy-steps"/>, the proxy can receive multiple responses to the same group request from a same origin server, and forwards them back to the origin client "as they come". When this happens, each of such multiple responses is stored in the cache entry associated with the server "as it comes", possibly replacing an already stored response from that server.</li>
        <li>As discussed in <xref target="sec-group-caching"/>, when communications in the group are secured with Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>, additional means are required to enable cacheability of responses at the proxy.</li>
      </ul>
      <t>The following subsections define the freshness model and validation model that the proxy uses for cached responses.</t>
      <section anchor="sec-proxy-caching-freshness">
        <name>Freshness Model</name>
        <t>The proxy relies on the same freshness model defined in <xref section="3.2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, by taking the role of a CoAP client with respect to the servers in the CoAP group.</t>
        <t>In particular, when receiving a unicast group request from the client, the proxy MAY serve it by using exclusively cached responses without forwarding the group request to the servers in the CoAP group, but only if both the following conditions hold.</t>
        <ul spacing="normal">
          <li>The proxy knows all the CoAP servers that are currently members of the CoAP group for which the group request is intended to.</li>
          <li>The proxy's cache currently stores a fresh response for each of those CoAP servers.</li>
        </ul>
        <t>The specific way that the proxy uses to determine the CoAP servers currently members of the target CoAP group is out of scope for this document. As possible examples, the proxy can synchronize with a group manager server; rely on well-known time patterns used in the application or in the network for the addition of new CoAP group members; observe group join requests or IGMP/MLD multicast group join messages, e.g., if embedded in a multicast router.</t>
        <t>When forwarding the group request to the servers, the proxy may have fresh responses stored in its cache for (some of) those servers. In such a case, the proxy uses (also) those cached responses to serve the original unicast group request, as defined below.</t>
        <ul spacing="normal">
          <li>
            <t>The request processing in <xref target="ssec-req-proc-proxy-steps"/> is extended as follows.  </t>
            <t>
After setting the timeout with value T' &gt; 0 in step 6, the proxy checks whether its cache currently stores fresh responses to the group request. For each of such responses, the proxy compares the residual lifetime L of the corresponding cache entry against the value T'.  </t>
            <t>
If a cached response X is such that L &lt; T', then the proxy forwards X back to the client at its earliest convenience. Otherwise, the proxy does not forward X back to the client right away, and rather waits for approaching the timeout expiration, as discussed in the next point.</t>
          </li>
          <li>
            <t>The response processing in <xref target="ssec-resp-proc-proxy-steps"/> is extended as follows.  </t>
            <t>
Before the timeout with original value T' &gt; 0 expires and the proxy stops accepting responses to the group request, the proxy checks whether it stores in its cache any fresh response X to the group request such that both the following conditions hold.  </t>
            <ul spacing="normal">
              <li>The cache entry E storing X was already existing when the proxy forwarded the group request.</li>
              <li>The proxy has received no response to the forwarded group request from the server associated with E.</li>
            </ul>
            <t>
Then, the proxy sends back to the client each response X stored in its cache and selected as above, before the timeout expires.  </t>
            <t>
Note that, from the forwarding of the group request until the timeout expiration, the proxy still forwards responses to the group request back to the client "as they come" (see <xref target="ssec-resp-proc-proxy-steps"/>). Also, such responses possibly refresh older responses from the same servers that the proxy has stored in its cache, as defined earlier in <xref target="sec-proxy-caching"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-proxy-caching-validation">
        <name>Validation Model</name>
        <t>This section defines the revalidation of responses, separately between the proxy and the origin servers, as well as between the origin client and the proxy.</t>
        <section anchor="sec-proxy-caching-validation-p-s-unicast">
          <name>Proxy-Servers Revalidation with Unicast Requests</name>
          <t>The proxy MAY revalidate a cached response by making a GET or FETCH request on the related unicast request URI, i.e., by taking the role of a CoAP client with respect to a server in the CoAP group.</t>
          <t>As discussed in <xref target="sec-group-caching"/>, this is however not possible for the proxy if communications in the group are secured end-to-end between origin client and origin servers by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>[ TODO</t>
          <t>It can be actually possible to enable revalidation of responses between proxy and server, also in this case where Group OSCORE is used end-to-end between client and origin servers.</t>
          <t>Fundamentally, this requires to define the possible use of the ETag option also as an outer option for OSCORE. Thus, in addition to the normal inner ETag, a server can add also an outer ETag option intended to the proxy.</t>
          <t>Since validation of responses assumes that cacheability of responses is possible in the first place, it would be convenient to define the use of ETag as outer option in <xref target="I-D.amsuess-core-cachable-oscore"/>.</t>
          <t>In case OSCORE is also used between the proxy and an individual origin server as per <xref target="I-D.tiloca-core-oscore-capable-proxies"/>, then the outer ETag option would be seamlessly protected with the OSCORE Security Context shared between the proxy and the origin server.</t>
          <t>The following text can be used to replace the last paragraph above.</t>
          <t> </t>
          <t>As discussed in <xref target="sec-group-caching"/>, the following applies when Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> is used to secure communications end-to-end between the origin client and the origin servers in the group.</t>
          <ul spacing="normal">
            <li>Additional means are required to enable cacheability of responses at the proxy (see <xref target="sec-det-req"/>).</li>
            <li>
              <t>If a cached response included an outer ETag option intended to the proxy, then the proxy can perform revalidatation of the cached response, by making a request to the unicast URI targeting the server, and including outer ETag Option(s).  </t>
              <t>
This is possible also in case the proxy and the origin server use OSCORE to further protect the exchanged request and response, as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>. In such a case, the originally outer ETag option is protected with the OSCORE Security Context shared between the proxy and the origin server, before transferring the message over the communication leg between the proxy and origin server.</t>
            </li>
          </ul>
          <t>]</t>
        </section>
        <section anchor="sec-proxy-caching-validation-p-s">
          <name>Proxy-Servers Revalidation with Group Requests</name>
          <t>When forwarding a group request to the servers in the CoAP group, the proxy MAY revalidate one or more stored responses that it has cached.</t>
          <t>To this end, the proxy relies on the same validation model defined in <xref section="3.2.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> and using the ETag Option, by taking the role of a CoAP client with respect to the servers in the CoAP group.</t>
          <t>As discussed in <xref target="sec-group-caching"/>, this is however not possible for the proxy if communications in the group are secured end-to-end between origin client and origin servers by using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
          <t>[ TODO</t>
          <t>See the notes in <xref target="sec-proxy-caching-validation-p-s-unicast"/>.</t>
          <t>The following text can be used to replace the last paragraph above.</t>
          <t> </t>
          <t>As discussed in <xref target="sec-group-caching"/>, the following applies when Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> is used to secure communications end-to-end between the origin client and the origin servers in the group.</t>
          <ul spacing="normal">
            <li>Additional means are required to enable cacheability of responses at the proxy (see <xref target="sec-det-req"/>).</li>
            <li>
              <t>If a cached response included an outer ETag option intended to the proxy, then the proxy can perform revalidatation of the cached response, by making a request to the group URI targeting the CoAP group, and including outer ETag Option(s).  </t>
              <t>
This is possible also in case the proxy and the origin servers use Group OSCORE to further protect the exchanged request and response, as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>. In such a case, the originally outer ETag option is protected with the Group OSCORE Security Context shared between the proxy and the origin server, before transferring the message over the communication leg between the proxy and origin server.</t>
            </li>
          </ul>
          <t>]</t>
        </section>
      </section>
      <section anchor="sec-proxy-caching-validation-c-p">
        <name>Client-Proxy Revalidation with Group Requests</name>
        <t>A client MAY revalidate the full set of responses to a group request by leveraging the corresponding cache entries at the proxy. To this end, this document defines the new Group-ETag Option.</t>
        <t>The Group-ETag Option has the properties summarized in <xref target="fig-response-group-etag-option"/>, which extends Table 4 of <xref target="RFC7252"/>. The Group-ETag Option is elective, safe to forward, part of the cache key, and repeatable.</t>
        <t>The option is intended for group requests sent to a proxy to be forwarded to the servers in a CoAP group, as well as for the associated responses.</t>
        <figure anchor="fig-response-group-etag-option">
          <name>The Group-ETag Option.</name>
          <artwork align="center"><![CDATA[
+------+---+---+---+---+------------+--------+--------+---------+
| No.  | C | U | N | R | Name       | Format | Length | Default |
+------+---+---+---+---+------------+--------+--------+---------+
|      |   |   |   |   |            |        |        |         |
| TBD3 |   |   |   | x | Group-ETag | opaque |  1-8   | (none)  |
|      |   |   |   |   |            |        |        |         |
+------+---+---+---+---+------------+--------+--------+---------+
           C=Critical, U=Unsafe, N=NoCacheKey, R=Repeatable
]]></artwork>
        </figure>
        <t>The Group-ETag Option has the same properties of the ETag Option defined in <xref section="5.10.6" sectionFormat="of" target="RFC7252"/>.</t>
        <t>The Group-ETag Option is of class U in terms of OSCORE processing (see <xref section="4.1" sectionFormat="of" target="RFC8613"/>).</t>
        <t>A proxy MUST NOT provide this form of validation if it is not in a position to serve a group request by using exclusively cached responses, i.e., without sending the group request to the servers in the CoAP group (see <xref target="sec-proxy-caching-freshness"/>).</t>
        <t>If the proxy supports this form of response revalidation, the following applies.</t>
        <ul spacing="normal">
          <li>The proxy defines J as a joint set including all the cache entries currently storing fresh responses that satisfy a group request. A set J is "complete" if it includes a valid cache entry for each of the CoAP servers currently members of the CoAP group.</li>
          <li>When the set J becomes "complete", the proxy assigns it an entity-tag value. The proxy MUST update the current entity-tag value, when J is "complete" and one of its cache entry is updated.</li>
          <li>When forwarding to the client a 2.05 (Content) response to a GET or FETCH group request, the proxy MAY include one Group-ETag Option, in case the set J is "complete". Such a response MUST NOT include more than one Group-ETag Option. The option value specifies the entity-tag value currently associated with the set J.</li>
        </ul>
        <t>When sending to the proxy a GET or FETCH request to be forwarded to the servers in the CoAP group, the client MAY include one or more Group-ETag Options. Each option specifies one entity-tag value, applicable to the set J of cache entries that can be hit by the group request.</t>
        <t>The proxy MAY perform the following actions, in case the group request produces a hit to the cache entry of each CoAP server currently member of the CoAP group, i.e., the set J associated with the group request is "complete".</t>
        <ul spacing="normal">
          <li>The proxy checks whether the current entity-tag value of the set J matches with one of the entity-tag values specified in the Group-ETag Options of the unicast group request from the client.</li>
          <li>In case of positive match, the proxy replies with a single 2.03 (Valid) response. This response has no payload and MUST include one Group-ETag Option, specifying the current entity-tag value of the set J.</li>
        </ul>
        <t>That is, the 2.03 (Valid) response from the proxy indicates to the client that the stored responses idenfied by the entity-tag given in the response's Group-ETag Option can be reused, after updating each of them as described in <xref section="5.9.1.3" sectionFormat="of" target="RFC7252"/>. In effect, the client can determine if any of the stored representations from the respective cache entries at the proxy is current, without needing to transfer any of them again.</t>
      </section>
      <section anchor="sec-group-caching">
        <name>Caching of End-To-End Protected Responses at Proxies</name>
        <t>When using Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> to protect communications end-to-end between a client and multiple servers in the group, it is normally not possible for an intermediary proxy to cache protected responses.</t>
        <t>In fact, when starting from the same plain CoAP message, different clients generate different protected requests to send on the wire. This prevents different clients to generate potential cache hits, and thus makes response caching at the proxy pointless.</t>
        <section anchor="sec-det-req">
          <name>Deterministic Requests to Achieve Cacheability</name>
          <t>For application scenarios that use secure group communication, it is still possible to achieve cacheability of responses at proxies, by using the approach defined in <xref target="I-D.amsuess-core-cachable-oscore"/> which is based on Deterministic Requests protected with the pairwise mode of Group OSCORE. This approach is limited to group requests that are safe (in the RESTful sense) to process and do not yield side effects at the server. As for any protected group request, it requires the clients and all the servers in the CoAP group to have already joined the correct OSCORE group.</t>
          <t>Starting from the same plain CoAP request, this allows different clients in the OSCORE group to deterministically generate a same request protected with Group OSCORE, which is sent to the proxy for being forwarded to the CoAP group. The proxy can now effectively cache the resulting responses from the servers in the CoAP group, since the same plain CoAP request will result again in the same Deterministic Request and thus will produce a cache hit.</t>
          <t>When caching of Group OSCORE secured responses is enabled at the proxy, the same as defined in <xref target="sec-proxy-caching"/> applies, with respect to cache entries and their lifetimes.</t>
          <t>Note that different Deterministic Requests result in different cache entries at the proxy. This includes the case where different plain group requests differ only in their set of ETag Options, as defined in <xref section="3.2.2" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>.</t>
          <t>That is, even though the servers would produce the same plain CoAP responses in reply to two different Deterministic Requests, those will result in different protected responses to each respective Deterministic Request, hence in different cache entries at the proxy.</t>
          <t>Thus, given a plain group request, a client needs to reuse the same set of ETag Options, in order to send that group request as a Deterministic Request that can actually produce a cache hit at the proxy. However, while this would prevent the caching at the proxy to be inefficient and unnecessarily redundant, it would also limit the flexibility of end-to-end response revalidation for a client.</t>
        </section>
        <section anchor="chap-sec-group-caching-validation">
          <name>Validation of Responses</name>
          <t>Response revalidation remains possible end-to-end between the client and the servers in the group, by means of including inner ETag Option(s) as defined in Sections <xref target="I-D.ietf-core-groupcomm-bis" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-core-groupcomm-bis" section="3.2.2" sectionFormat="bare"/> of <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
          <t>Furthermore, it remains possible for a client to attempt revalidating responses to a group request from a "complete" set of cache entries at the proxy, by using the Group-ETag Option as defined in <xref target="sec-proxy-caching-validation-c-p"/>.</t>
          <t>When directly interacting with the servers in the CoAP group to refresh its cache entries, the proxy cannot rely on response revalidation anymore. This applies to both the case where the request is addressed to a single server and sent to the related unicast URI (see <xref target="sec-proxy-caching-validation-p-s-unicast"/>) or instead is a group request addressed to the CoAP group and sent to the related group URI (see <xref target="sec-proxy-caching-validation-p-s"/>).</t>
          <t>[ TODO</t>
          <t>See the notes in <xref target="sec-proxy-caching-validation-p-s-unicast"/>.</t>
          <t>The following text can be used to replace the last paragraph above.</t>
          <t> </t>
          <t>When directly interacting with the servers in the CoAP group to refresh its cache entries, the proxy also remains able to perform response revalidation. That is, if a cached response included an outer ETag option intended to the proxy, then the proxy can perform revalidatation of the cached response, by making a request to the unicast URI addressed to a single server and sent to the related unicast URI (see <xref target="sec-proxy-caching-validation-p-s-unicast"/>) or a group request addressed to the CoAP group and sent to the related group URI (see <xref target="sec-proxy-caching-validation-p-s"/>).</t>
          <t>]</t>
        </section>
      </section>
    </section>
    <section anchor="sec-proxy-chain">
      <name>Chain of Proxies</name>
      <t>A client may be interested to access a resource at a group of origin servers which is reached through a chain of two or more proxies.</t>
      <t>That is, these proxies are configured into a chain, where each non-last proxy is configured to forward (group) requests to the next hop towards the origin servers. Also, each non-first proxy is configured to forward back responses to (the previous hop proxy towards) the origin client.</t>
      <t>This section specifies how the signaling protocol defined in <xref target="sec-description"/> is used in that setting. Except for the last proxy before the origin servers, every other proxy in the chain takes the role of client with respect to the next hop towards the origin servers. Also, every proxy in the chain except the first takes the role of server towards the previous proxy closer to the origin client.</t>
      <t>Accordingly, possible caching of responses at each proxy works as defined in <xref target="sec-proxy-caching"/> and <xref target="sec-group-caching"/>. Also, possible revalidation of responses cached ad each proxy and based on the Group-ETag option works as defined in <xref target="sec-proxy-caching-validation-c-p"/> and <xref target="chap-sec-group-caching-validation"/>.</t>
      <t>The requirements REQ1 and REQ2 defined in <xref target="sec-objectives"/> MUST be fulfilled for each proxy in the chain. That is, every proxy in the chain has to be explicitly configured (allow-list) to allow proxied group requests from specific senders, and MUST identify those senders upon receiving their group request. For the first proxy in the chain, that sender is the origin client. For each other proxy in the chain, that sender is the previous hop proxy closer to the origin client. In either case, a proxy can identify the sender of a group request by the same means mentioned in <xref target="sec-objectives"/>.</t>
      <section anchor="sec-proxy-chain-request-processing">
        <name>Request Processing at the Proxy</name>
        <t>Upon receiving a group request to be forwarded to a CoAP group URIs, a proxy proceed as follows.</t>
        <t>If the proxy is the last one in the chain, i.e., it is the last hop before the origin servers, the proxy performs the steps defined in <xref target="ssec-req-proc-proxy"/>, with no modifications.</t>
        <t>Otherwise, the proxy performs the steps defined in <xref target="ssec-req-proc-proxy"/>, with the following differences.</t>
        <ul spacing="normal">
          <li>At steps 1-3, "client" refers to the origin client for the first proxy in the chain; or to the previous hop proxy closer to the origin client, otherwise.</li>
          <li>
            <t>At step 4, the proxy rather performs the following actions.  </t>
            <ol spacing="normal" type="1"><li>The proxy retrieves the value T' from the Multicast-Timeout Option, and does not remove the option.</li>
              <li>
                <t>In case T' &gt; 0, the proxy picks an amount of time T it is fine to wait for before freeing up its local Token value to use with the next hop towards the origin servers. To this end, the proxy MUST follow what is defined at step 2 of <xref target="ssec-req-send-steps"/> for the origin client, with the following differences.      </t>
                <ul spacing="normal">
                  <li>T MUST be greater than the retrieved value T', i.e., T' &lt; T.</li>
                  <li>The worst-case message processing time takes into account all the next hops towards the origin servers, as well as the origin servers themselves.</li>
                  <li>The worst-case round-trip delay takes into account all the legs between the proxy and the origin servers.</li>
                </ul>
              </li>
              <li>
                <t>In case T' &gt; 0, the proxy replaces the value of the Multicast-Timeout Option with a new value T'', such that:      </t>
                <ul spacing="normal">
                  <li>T'' &lt; T. The difference (T - T'') should be at least the expected worst-case round-trip time between the proxy and the next hop towards the origin servers.</li>
                  <li>T'' &lt; T'. The difference (T' - T'') should be at least the expected worst-case round-trip time between the proxy and the (previous hop proxy closer to the) origin client.</li>
                </ul>
                <t>
If the proxy is not able to determine a value T'' that fulfills both the requirements above, the proxy MUST stop processing the request and MUST respond with a 5.05 (Proxying Not Supported) error response to the previous hop proxy closer to the origin client. The proxy SHOULD include a Multicast-Timeout Option, set to the minimum value T' that would be acceptable in the Multicast-Timeout Option of a group request to forward.      </t>
                <t>
Upon receiving such an error response, any proxy in the chain MAY send an updated group request to the next hop towards the origin servers, specifying in the Multicast-Timeout Option a value T' greater than in the previous request. If this does not happen, the proxy receiving the error response MUST also send a 5.05 (Proxying Not Supported) error response to the previous hop proxy closer to the origin client. Like the received one, also this error response SHOULD include a Multicast-Timeout Option, set to the minimum value T' acceptable by the proxy sending the error response.</t>
              </li>
            </ol>
          </li>
          <li>At step 5, the proxy forwards the request to the next hop towards the origin servers.</li>
          <li>
            <t>At step 6, the proxy sets a timeout with the value T' retrieved from the
Multicast-Timeout Option of the request received from the (previous hop proxy closer to the) origin client.  </t>
            <t>
In case T' &gt; 0, the proxy will ignore responses to the forwarded group request coming from the (next hop towards the) origin servers, if received after the timeout expiration, with the exception of Observe notifications (see <xref target="ssec-resp-proc-proxy"/>).  </t>
            <t>
In case T' = 0, the proxy will ignore all responses to the forwarded group request coming from the (next hop towards the) origin servers.</t>
          </li>
        </ul>
        <section anchor="sec-proxy-chain-request-processing-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, what is defined in <xref target="ssec-req-proc-proxy-observe"/> applies for the last proxy in the chain, i.e., the last hop before the origin servers.</t>
          <t>Any other proxy in the chain acts as a client and registers its own interest to observe the target resource with the next hop towards the origin servers, as per <xref section="5" sectionFormat="of" target="RFC7641"/>.</t>
        </section>
      </section>
      <section anchor="sec-proxy-chain-response-processing">
        <name>Response Processing at the Proxy</name>
        <t>Upon receiving a response matching with the group request before the amount of time T' has elapsed, the proxy proceeds as follows.</t>
        <t>If the proxy is the last one in the chain, i.e., it is the last hop before the origin servers, the proxy performs the steps defined in <xref target="ssec-resp-proc-proxy"/>, with no modifications.</t>
        <t>Otherwise, the proxy performs the steps defined in <xref target="ssec-resp-proc-proxy"/>, with the following differences.</t>
        <ul spacing="normal">
          <li>The proxy skips step 1. In particular, the proxy MUST NOT remove, alter or replace the Response-Forwarding Option.</li>
          <li>At step 2, "client" refers to the origin client for the first proxy in the chain; or to the previous hop proxy closer to the origin client, otherwise.</li>
        </ul>
        <t>As to the possible reception of multiple responses to the same group request from the same (next hop proxy towards the) origin server, the same as defined in <xref target="ssec-resp-proc-proxy-steps"/> applies. That is, as long as the proxy forwards responses to a group request back to the (previous hop proxy closer to the) origin client, the proxy MUST follow the steps above and forward also such multiple responses "as they come".</t>
        <t>Upon timeout expiration, i.e., T seconds after having forwarded the group request to the next hop towards the origin servers, the proxy frees up its local Token value associated with that request. Thus, following late responses to the same group request will be discarded and not forwarded back to the (previous hop proxy closer to the) origin client.</t>
        <section anchor="sec-proxy-chain-response-processing-observe">
          <name>Supporting Observe</name>
          <t>When using CoAP Observe <xref target="RFC7641"/>, what is defined in <xref target="ssec-resp-proc-proxy-observe"/> applies for the last proxy in the chain, i.e., the last hop before the origin servers.</t>
          <t>As to any other proxy in the chain, the following applies.</t>
          <ul spacing="normal">
            <li>The proxy acts as a client registered with the next hop towards the origin servers, as described earlier in <xref target="sec-proxy-chain-request-processing-observe"/>.</li>
            <li>The proxy takes the role of a server when forwarding notifications from the next hop to the origin servers back to the (previous hop proxy closer to the) origin client, as per <xref section="5" sectionFormat="of" target="RFC7641"/>.</li>
            <li>The proxy frees up its Token value used for a group observation only if, after the timeout expiration, no 2.xx (Success) responses matching with the group request and also including an Observe option have been received from the next hop towards the origin servers. After that, as long as the observation for the target resource of the group request is active with the next hop towards the origin servers in the group, notifications from that hop are forwarded back to the (previous hop proxy closer to the) origin client, as defined in <xref target="sec-proxy-chain-response-processing"/>.</li>
            <li>The proxy SHOULD regularly verify that the (previous hop proxy closer to the) origin client is still interested in receiving observe notifications for a group observation. To this end, the proxy can rely on the same approach defined in <xref section="4.5" sectionFormat="of" target="RFC7641"/>.</li>
          </ul>
        </section>
      </section>
    </section>
    <section anchor="sec-http-coap-proxies">
      <name>HTTP-CoAP Proxies</name>
      <t>This section defines the components needed to use the signaling protocol specified in this document, when an HTTP client wishes to send a group request to the servers of a CoAP group, via an HTTP-CoAP cross-proxy.</t>
      <t>The following builds on the mapping of the CoAP request/response model to HTTP and vice versa as defined in <xref section="10" sectionFormat="of" target="RFC7252"/>, as well as on the additional details about the HTTP-CoAP mapping defined in <xref target="RFC8075"/>.</t>
      <t>Furthermore, the components defined in <xref section="11" sectionFormat="of" target="RFC8613"/> are also used to map and transport OSCORE-protected messages over HTTP. This allows an HTTP client to use Group OSCORE end-to-end with the servers in the CoAP group.</t>
      <section anchor="sec-multicast-timeout-header">
        <name>The HTTP Multicast-Timeout Header Field</name>
        <t>The HTTP Multicast-Timeout header field (see <xref target="iana-message-headers"/>) is used for carrying the content otherwise specified in the CoAP Multicast-Timeout Option defined in <xref target="sec-multicast-timeout-option"/>.</t>
        <t>Using the Augmented Backus-Naur Form (ABNF) notation of <xref target="RFC5234"/> and including the core ABNF syntax rule DIGIT (decimal digits) defined by that specification, the HTTP Multicast-Timeout header field value is as follows.</t>
        <t>Multicast-Timeout = *DIGIT</t>
        <t>When translating a CoAP message into an HTTP message, the HTTP Multicast-Timeout header field is set with the content of the CoAP Multicast-Timeout Option, or is left empty in case the option is empty.</t>
        <t>The same applies in the opposite direction, when translating an HTTP message into a CoAP message.</t>
      </section>
      <section anchor="sec-response-forwarding-header">
        <name>The HTTP Response-Forwarding Header Field</name>
        <t>The HTTP Response-Forwarding header field (see <xref target="iana-message-headers"/>) is used for carrying the content otherwise specified in the CoAP Response-Forwarding Option defined in <xref target="sec-response-forwarding-option"/>.</t>
        <t>Using the Uniform Resource Identifier (URI) syntax components defined in <xref target="RFC3986"/>, the HTTP Response-Forwarding header field value is as follows.</t>
        <t>scheme = &lt;scheme, see <xref section="3.1" sectionFormat="of" target="RFC3986"/>&gt;</t>
        <t>authority = &lt;authority, see <xref section="3.2" sectionFormat="of" target="RFC3986"/>&gt;</t>
        <t>Response-Forwarding = scheme "://" authority</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>The scheme component indicates the URI scheme otherwise specified in the CoAP Response-Forwarding Option, as per the 'tp_id' element of the 'tp_info' array (see <xref target="sec-response-forwarding-option"/>). That is, the 'tp_id' element with integer value 1 results in the scheme "coap".</li>
          <li>The authority component indicates the URI authority otherwise specified in the CoAP Response-Forwarding Option, as per the 'srv_host' and 'srv_port' elements of the 'tp_info' array (see <xref target="sec-response-forwarding-option"/>).</li>
        </ul>
        <t>When translating a CoAP message into an HTTP message, the HTTP Response-Forwarding header field is set to the URI specified in the CoAP Response-Forwarding Option, as per the rules defined above. In particular, consistently with what is defined in <xref target="sec-response-forwarding-option"/>:</t>
        <ul spacing="normal">
          <li>If the 'srv_port' element of the 'tp_info' array is present and specifies the CBOR simple value "null" (0xf6), the URI authority of the header field includes the same port number that was specified in the group URI where the group request was forwarded.</li>
          <li>If the 'srv_port' element of the 'tp_info' array is not present, the URI authority of the header field includes the default port number for the transport protocol specified by the 'tp_id' element of the 'tp_info' array, as per <xref target="default-port-number"/>.</li>
        </ul>
        <t>When translating an HTTP message into a CoAP message, the CoAP Response-Forwarding Option is set to the URI specified by the HTTP Response-Forwarding header field. In particular, the URI is encoded according to the format specified in <xref target="sec-response-forwarding-option"/>.</t>
      </section>
      <section anchor="sec-group-etag-header">
        <name>The HTTP Group-ETag Header Field</name>
        <t>The HTTP Group-ETag header field (see <xref target="iana-message-headers"/>) is used for carrying the content otherwise specified in the CoAP Group-ETag Option defined in <xref target="sec-proxy-caching-validation-c-p"/>.</t>
        <t>Using the Augmented Backus-Naur Form (ABNF) notation of <xref target="RFC5234"/> and including the following core ABNF syntax rules defined by that specification: ALPHA (letters) and DIGIT (decimal digits), the HTTP Group-ETag header field value is as follows.</t>
        <t>group-etag-char = ALPHA / DIGIT / "-" / "_"</t>
        <t>Group-ETag = 2*group-etag-char</t>
        <t>When translating a CoAP message into an HTTP message, the HTTP Group-ETag header field is set to the value of the CoAP Group-ETag Option in base64url (see <xref section="5" sectionFormat="of" target="RFC4648"/>) encoding without padding. Implementation notes for this encoding are given in <xref section="C" sectionFormat="of" target="RFC7515"/>.</t>
        <t>When translating an HTTP message into a CoAP message, the CoAP Group-ETag Option is set to the value of the HTTP Group-ETag header field decoded from base64url (see <xref section="5" sectionFormat="of" target="RFC4648"/>) without padding. Implementation notes for this encoding are given in <xref section="C" sectionFormat="of" target="RFC7515"/>.</t>
      </section>
      <section anchor="sec-cross-proxies-client-req">
        <name>Request Sending at the Client</name>
        <t>The client proceeds according to the following steps.</t>
        <ol spacing="normal" type="1"><li>The client prepares an HTTP request to send to the proxy via IP unicast, and to be forwarded by the proxy to the targeted group of CoAP servers over IP multicast. With reference to <xref section="5" sectionFormat="of" target="RFC8075"/>, the request is addressed to a Hosting HTTP URI, such that the proxy can extract the Target CoAP URI as the group URI where to forward the request.</li>
          <li>The client determines the amount of time T that it is fine to wait for a response to the request from the proxy. Then, the client determines the amount of time T' &lt; T, where the difference (T - T') should be at least the expected worst-case round-trip time between the client and the proxy.</li>
          <li>If Group OSCORE is used end-to-end between the client and the servers, the client translates the HTTP request into a CoAP request, as per <xref target="RFC8075"/>. Then, the client protects the resulting CoAP request by using Group OSCORE, as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>. Finally, the protected CoAP request is mapped to HTTP as defined in <xref section="11.2" sectionFormat="of" target="RFC8613"/>. Later on, the resulting HTTP request MUST be sent in compliance with the rules in <xref section="11.1" sectionFormat="of" target="RFC8613"/>.</li>
          <li>The client includes the HTTP Multicast-Timeout header field in the request, specifying T' as its value. The client can specify T' = 0, thus indicating to be not interested in receiving responses from the origin servers through the proxy.</li>
          <li>If the client wishes to revalidate responses to a previous group request from the corresponding cache entries at the proxy (see <xref target="sec-proxy-caching-validation-c-p"/>), the client includes one or multiple HTTP Group-ETag header fields in the request (see <xref target="sec-group-etag-header"/>), each specifying an entity-tag value like they would in a corresponding CoAP Group E-Tag option.</li>
          <li>The client sends the request to the proxy, as a unicast HTTP message. In particular, the client protects the request according to the security association it has with the proxy.</li>
        </ol>
      </section>
      <section anchor="sec-cross-proxies-proxy-req">
        <name>Request Processing at the Proxy</name>
        <t>The proxy translates the HTTP request to a CoAP request, as per <xref target="RFC8075"/>. The additional rules for HTTP messages with the HTTP Multicast-Timeout header field and HTTP Group-ETag header field are defined in <xref target="sec-multicast-timeout-header"/> and <xref target="sec-group-etag-header"/>, respectively.</t>
        <t>Once translated the HTTP request into a CoAP request, the proxy MUST perform the steps defined in <xref target="ssec-req-proc-proxy"/>. If the proxy supports caching of responses, it can serve the unicast request also by using cached responses as per <xref target="sec-proxy-caching"/>, considering the CoAP request above as the potentially matching request.</t>
        <t>In addition, in case the HTTP Multicast-Timeout header field had value 0, the proxy replies to the client with an HTTP response with status code 204 (No Content), right after forwarding the group request to the group of servers.</t>
      </section>
      <section anchor="sec-cross-proxies-proxy-resp">
        <name>Response Processing at the Proxy</name>
        <t>Upon receiving a CoAP response matching with the group request before the amount of time T' &gt; 0 has elapsed, the proxy includes the Response-Forwarding Option in the response, as per step 1 of <xref target="ssec-resp-proc-proxy-steps"/>. Then, the proxy translates the CoAP response to an HTTP response, as per <xref section="10.1" sectionFormat="of" target="RFC7252"/> and <xref target="RFC8075"/>, as well as <xref section="11.2" sectionFormat="of" target="RFC8613"/> if Group OSCORE is used end-to-end between the client and servers. The additional rules for CoAP messages specifying the Response-Forwarding Option are defined in <xref target="sec-response-forwarding-header"/>.</t>
        <t>After that, the proxy stores the resulting HTTP response until the timeout with original value T' &gt; 0 expires. If, before then, the proxy receives another response to the same group request from the same CoAP server, the proxy performs the steps above, and stores the resulting HTTP response by superseding the currently stored one from that server.</t>
        <t>When the timout expires, if no responses have been received from the servers, the proxy replies to the client's original unicast group request with an HTTP response with status code 204 (No Content).</t>
        <t>Otherwise, the proxy relays to the client all the collected and stored HTTP responses to the group request, according to the following steps.</t>
        <ol spacing="normal" type="1"><li>The proxy prepares a single HTTP batch response, which MUST have 200 (OK) status code and MUST have its HTTP Content-Type header field with value multipart/mixed <xref target="RFC2046"/>.</li>
          <li>
            <t>For each stored individual HTTP response RESP, the proxy prepares a corresponding batch part to include in the HTTP batch response, such that:  </t>
            <ul spacing="normal">
              <li>The batch part has its own HTTP Content-Type header field with value application/http <xref target="RFC9112"/>.</li>
              <li>The body of the batch part is the individual HTTP response RESP, including its status code, headers and body.</li>
            </ul>
          </li>
          <li>The proxy includes each batch part prepared at step 2 in the HTTP batch response.</li>
          <li>The proxy replies to the client's original unicast group request, by sending the HTTP batch response. When doing so, the proxy protects the response according to the security association it has with the client.</li>
        </ol>
      </section>
      <section anchor="sec-cross-proxies-client-resp">
        <name>Response Processing at the Client</name>
        <t>When it receives an HTTP response as a reply to the original unicast group request, the client proceeds as follows.</t>
        <ol spacing="normal" type="1"><li>The client decrypts the response, according to the security association it has with the proxy.</li>
          <li>From the resulting HTTP batch response, the client extracts the different batch parts.</li>
          <li>From each of the extracted batch parts, the client extracts the body as one of the individual HTTP response RESP.</li>
          <li>
            <t>For each individual HTTP response RESP, the client performs the following steps.  </t>
            <ul spacing="normal">
              <li>If Group OSCORE is used end-to-end between the client and servers, the client translates the HTTP response RESP into a CoAP response, as per <xref section="11.3" sectionFormat="of" target="RFC8613"/>. Then, the client decrypts the resulting CoAP response by using Group OSCORE, as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>. Finally, the decrypted CoAP response is mapped to HTTP as per <xref section="10.2" sectionFormat="of" target="RFC7252"/> as well as <xref target="RFC8075"/>. The additional rules for HTTP messages with the HTTP Response-Forwarding header field are defined in <xref target="sec-response-forwarding-header"/>.</li>
              <li>The client delivers to the application the individual HTTP response.</li>
            </ul>
            <t>
Similarly to step 3 in <xref target="ssec-resp-proc-client-steps"/>, the client identifies the origin server that originated the CoAP response correspoding to the HTTP response RESP, by means of its addressing information specified as value of the HTTP Response-Forwarding header field. This allows the client to distinguish different individual HTTP responses as corresponding to different CoAP responses from the servers in the CoAP group.</t>
          </li>
        </ol>
      </section>
      <section anchor="sec-cross-proxies-example">
        <name>Example</name>
        <t>The examples in this section build on <xref target="sec-workflow-example"/>, with the difference that the origin client C is an HTTP client and the proxy P is an HTTP-CoAP cross-proxy. The examples are simply illustrative and are not to be intended as a test vector.</t>
        <t>The following is an example of unicast group request sent by C to P. The URI mapping and notation are based on the "Simple Form" defined in <xref section="5.4.1" sectionFormat="of" target="RFC8075"/>.</t>
        <artwork><![CDATA[
POST https://proxy.url/hc/?target_uri=coap://G_ADDR:G_PORT/ HTTP/1.1
Content-Length: <REQUEST_TOTAL_CONTENT_LENGTH>
Content-Type: text/plain
Multicast-Timeout: 60

Body: Do that!
]]></artwork>
        <t> </t>
        <t>The following is an example of HTTP batch response sent by P to C, as a reply to the client's original unicast group request.</t>
        <artwork><![CDATA[
HTTP/1.1 200 OK
Content-Length: <BATCH_RESPONSE_TOTAL_CONTENT_LENGTH>
Content-Type: multipart/mixed; boundary=batch_foo_bar

--batch_foo_bar
Content-Type: application/http

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: <INDIVIDUAL_RESPONSE_1_CONTENT_LENGTH>
Response-Forwarding: coap://S1_ADDR:G_PORT

Body: Done!
--batch_foo_bar
Content-Type: application/http

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: <INDIVIDUAL_RESPONSE_2_CONTENT_LENGTH>
Response-Forwarding: coap://S2_ADDR:S2_PORT

Body: More than done!
--batch_foo_bar--
]]></artwork>
      </section>
      <section anchor="sec-resp-streaming">
        <name>Streamed Delivery of Responses to the Client</name>
        <t>[ TODO</t>
        <t>The proxy might still be able to forward back individual responses to the client in a streamed fashion.</t>
        <t>Individual responses can be forwarded back one by one as they come (like a CoAP-to-CoAP proxy does), or as soon as a certain amount of them have been received from the servers.</t>
        <t>This can be achieved by combining the Content-Type multipart/mixed used in the previous sections with the Transfer-Coding "chunked" specified in RFC 9112.</t>
        <t>The above applies to HTTP 1.1, while HTTP/2 has its own mechanisms for data streaming.</t>
        <t>]</t>
      </section>
      <section anchor="sec-reverse-proxies-http-to-coap">
        <name>Reverse-Proxies</name>
        <t>In case an HTTP-to-CoAP proxy acts specifically as a reverse-proxy, the same principles defined in <xref target="sec-reverse-proxies"/> applies, as specified below.</t>
        <section anchor="sec-reverse-proxies-client-side-http">
          <name>Processing on the Client Side</name>
          <t>If an HTTP client sends a request intended to a group of servers and is aware of actually communicating with a reverse-proxy, then the client SHOULD perform the steps defined in <xref target="sec-cross-proxies-client-req"/>. In particular, this results in a request sent to the proxy including a Multicast-Timeout header field.</t>
          <t>An exception is the case where the reverse-proxy has a pre-configured timeout value T_PROXY, as the default timeout value to use for when to stop accepting responses from the servers, after the reception of the original unicast request from the client. In this case, a client aware of such a configuration MAY omit the Multicast-Timeout header field in the request sent to the proxy.</t>
          <t>The client processes the HTTP response forwarded back by the proxy as defined in <xref target="sec-cross-proxies-client-resp"/>.</t>
        </section>
        <section anchor="sec-reverse-proxies-proxy-side-http">
          <name>Processing on the Proxy Side</name>
          <t>If the proxy receives a request and determines that it should be forwarded to a group of servers over IP multicast, then the same as defined in <xref target="sec-cross-proxies-proxy-req"/> applies, with the following difference.</t>
          <t>Once translated the HTTP request into a CoAP request, the proxy performs what is defined in <xref target="sec-reverse-proxies-proxy-side"/>. Note that, in this case, the condition COND_2 always holds, since the proxy is going to send to the client at most one response, i.e., the HTTP batch response (see <xref target="sec-cross-proxies-proxy-resp"/>).</t>
          <t>The proxy processes the HTTP response sent to the client as defined in <xref target="sec-cross-proxies-proxy-resp"/>.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations from <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/><xref target="RFC8613"/><xref target="I-D.ietf-core-oscore-groupcomm"/> hold for this document.</t>
      <t>When a chain of proxies is used (see <xref target="sec-proxy-chain"/>), the secure communication between any two adjacent hops is independent.</t>
      <t>When Group OSCORE is used for end-to-end secure group communication between the origin client and the origin servers, this security association is unaffected by the possible presence of a proxy or a chain of proxies.</t>
      <t>Furthermore, the following additional considerations hold.</t>
      <section anchor="sec-security-considerations-client-auth">
        <name>Client Authentication</name>
        <t>As per the requirement REQ2 (see <xref target="sec-objectives"/>), the client has to authenticate to the proxy when sending a group request to forward. This leverages an established security association between the client and the proxy, that the client uses to protect the group request, before sending it to the proxy.</t>
        <t>If the group request is (also) protected end-to-end between the client and the servers using the group mode of Group OSCORE, the proxy can act as external signature checker (see <xref section="8.5" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) and authenticate the client by successfully verifying the signature embedded in the group request. However, this requires that, for each client to authenticate, the proxy stores the authentication credential and public key included therin used by that client in the OSCORE group. This in turn would require a form of active synchronization between the proxy and the Group Manager for that group <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>Nevertheless, the client and the proxy SHOULD still rely on a full-fledged pairwise secure association. In addition to ensuring the integrity of group requests sent to the proxy (see <xref target="sec-security-considerations-opt1"/>, <xref target="sec-security-considerations-opt2"/> and <xref target="sec-security-considerations-opt3"/>), this prevents the proxy from forwarding replayed group requests with a valid signature, as possibly injected by an active, on-path adversary.</t>
        <t>The same considerations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
      </section>
      <section anchor="sec-security-considerations-opt1">
        <name>Multicast-Timeout Option</name>
        <t>The Multicast-Timeout Option is of class U for OSCORE <xref target="RFC8613"/>. Hence, also when Group OSCORE is used between the client and the servers <xref target="I-D.ietf-core-oscore-groupcomm"/>, a proxy is able to access the option value and retrieve the timeout value T', as well as to remove the option altogether before forwarding the group request to the servers. When a chain of proxies is used (see <xref target="sec-proxy-chain"/>), this also allows each proxy but the last one in the chain to update the option value, as an indication for the next hop towards the origin servers (see <xref target="sec-proxy-chain-request-processing"/>).</t>
        <t>The security association between the client and the proxy MUST provide message integrity, so that further intermediaries between the two as well as on-path active adversaries are not able to remove the option or alter its content, before the group request reaches the proxy. Removing the option would otherwise result in not forwarding the group request to the servers. Instead, altering the option content would result in the proxy accepting and forwarding back responses for an amount of time different than the one actually indicated by the client.</t>
        <t>The security association between the client and the proxy SHOULD also provide message confidentiality. Otherwise, any further intermediaries between the two as well as any on-path passive adversaries would be able to simply access the option content, and thus learn for how long the client is willing to receive responses from the servers in the group via the proxy. This may in turn be used to perform a more efficient, selective suppression of responses from the servers.</t>
        <t>When the client protects the unicast request sent to the proxy using OSCORE (see <xref target="I-D.tiloca-core-oscore-capable-proxies"/>) and/or (D)TLS, both message integrity and message confidentiality are achieved in the leg between the client and the proxy.</t>
        <t>The same considerations above about security associations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
      </section>
      <section anchor="sec-security-considerations-opt2">
        <name>Response-Forwarding Option</name>
        <t>The Response-Forwarding Option is of class U for OSCORE <xref target="RFC8613"/>. Hence, also when Group OSCORE is used between the client and the servers <xref target="I-D.ietf-core-oscore-groupcomm"/>, the proxy that has forwarded the group request to the servers is able to include the option into a server response, before forwarding this response back to the (previous hop proxy closer to the) origin client.</t>
        <t>Since the security association between the client and the proxy provides message integrity, any further intermediaries between the two as well as any on-path active adversaries are not able to undetectably remove the Response-Forwarding Option from a forwarded server response. This ensures that the client can correctly distinguish the different responses and identify their corresponding origin server.</t>
        <t>When the proxy protects the response forwarded back to the client using OSCORE (see <xref target="I-D.tiloca-core-oscore-capable-proxies"/>) and/or (D)TLS, message integrity is achieved in the leg between the client and the proxy.</t>
        <t>The same considerations above about security associations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
      </section>
      <section anchor="sec-security-considerations-opt3">
        <name>Group-ETag Option</name>
        <t>The Group-ETag Option is of class U for OSCORE <xref target="RFC8613"/>. Hence, also when Group OSCORE is used between the client and the servers <xref target="I-D.ietf-core-oscore-groupcomm"/>, a proxy is able to access the option value and use it to possibly perform response revalidation at its cache entries associated with the servers in the CoAP group, as well as to remove the option altogether before forwarding the group request to the servers. When a chain of proxies is used (see <xref target="sec-proxy-chain"/>), this also allows each proxy but the last one in the chain to update the option value, to possibly ask the next hop towards the origin servers to perform response revalidation at its cache entries.</t>
        <t>The security association between the client and the proxy MUST provide message integrity, so that further intermediaries between the two as well as on-path active adversaries are not able to remove the option or alter its content, before the group request reaches the proxy. Removing the option would otherwise result in the proxy not performing response revalidation at its cache entries associated with the servers in the CoAP group, even though that was what the client asked for.</t>
        <t>Altering the option content in a group request would result in the proxy replying with 2.05 (Content) responses conveying the full resource representations from its cache entries, rather than with a single 2.03 (Valid) response. Instead, altering the option content in a 2.03 (Valid) or 2.05 (Content) response would result in the client wrongly believing that the already stored or the just received representation, respectively, is also the current one, as per the entity value of the tampered Group-ETag Option.</t>
        <t>The security association between the client and the proxy SHOULD also provide message confidentiality. Otherwise, any further intermediaries between the two as well as any on-path passive adversaries would be able to simply access the option content, and thus learn the rate and pattern according to which the group resource in question changes over time, as inferable from the entity values read over time.</t>
        <t>When the client protects the unicast request sent to the proxy using OSCORE (see <xref target="I-D.tiloca-core-oscore-capable-proxies"/>) and/or (D)TLS, both message integrity and message confidentiality are achieved in the leg between the client and the proxy.</t>
        <t>The same considerations above about security associations apply when a chain of proxies is used (see <xref target="sec-proxy-chain"/>), with each proxy but the last one in the chain acting as client with the next hop towards the origin servers.</t>
        <t>When caching of Group OSCORE secured responses is enabled at the proxy, the same as defined in <xref target="sec-proxy-caching"/> applies, with respect to cache entries and the way they are maintained.</t>
      </section>
      <section anchor="sec-http-coap-proxies-sec-con">
        <name>HTTP-to-CoAP Proxies</name>
        <t>Consistently with what is discussed in <xref target="sec-security-considerations-client-auth"/>, an HTTP client has to authenticate to the HTTP-to-CoAP proxy, and they SHOULD rely on a full-fledged pairwise secure association. This can rely on a TLS <xref target="RFC8446"/> channel as also recommended in <xref section="12.1" sectionFormat="of" target="RFC8613"/> for when OSCORE is used with HTTP, or on a pairwise OSCORE <xref target="RFC8613"/> Security Context between the client and the proxy as defined in <xref target="I-D.tiloca-core-oscore-capable-proxies"/>.</t>
        <t>[ TODO</t>
        <t>Revisit security considerations from <xref target="RFC8075"/></t>
        <t>]</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <section anchor="iana-coap-options">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to enter the following option numbers to the "CoAP Option Numbers" registry within the "CoRE Parameters" registry group.</t>
        <artwork align="center"><![CDATA[
+--------+---------------------+-------------------+
| Number |        Name         |     Reference     |
+--------+---------------------+-------------------+
|  TBD1  | Multicast-Timeout   | [[this document]] |
+--------+---------------------+-------------------+
|  TBD2  | Response-Forwarding | [[this document]] |
+--------+---------------------+-------------------+
|  TBD3  |     Group-ETag      | [[this document]] |
+--------+---------------------+-------------------+
]]></artwork>
      </section>
      <section anchor="iana-transport-protocol-identifiers">
        <name>CoAP Transport Information Registry</name>
        <t>IANA is asked to add the following entries to the "CoAP Transport Information" registry defined in <xref section="16.5" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <artwork align="center"><![CDATA[
+------------+-------------+-------+----------+-----------+-----------+
| Transport  | Description | Value | Srv Addr | Req Info  | Reference |
| Protocol   |             |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
| UDP        | UDP with    | 2     | tp_id    |  token    | [This     |
| secured    | DTLS is     |       | srv_host |  cli_host | document] |
| with DTLS  | used as per |       | srv_port | ?cli_port |           |
|            | RFC8323     |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
| TCP        | TCP is used | 3     | tp_id    |  token    | [This     |
|            | as per      |       | srv_host |  cli_host | document] |
|            | RFC8323     |       | srv_port | ?cli_port |           |
+------------+-------------+-------+----------+-----------+-----------+
| TCP        | TCP with    | 4     | tp_id    |  token    | [This     |
| secured    | TLS is      |       | srv_host |  cli_host | document] |
| with TLS   | used as per |       | srv_port | ?cli_port |           |
|            | RFC8323     |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
| WebSockets | WebSockets  | 5     | tp_id    |  token    | [This     |
|            | are used as |       | srv_host |  cli_host | document] |
|            | per RFC8323 |       | srv_port | ?cli_port |           |
+------------+-------------+-------+----------+-----------+-----------+
| WebSockets | WebSockets  | 6     | tp_id    |  token    | [This     |
| secured    | with TLS    |       | srv_host |  cli_host | document] |
| with TLS   | are used as |       | srv_port | ?cli_port |           |
|            | per RFC8323 |       |          |           |           |
+------------+-------------+-------+----------+-----------+-----------+
]]></artwork>
      </section>
      <section anchor="iana-message-headers">
        <name>Header Field Registrations</name>
        <t>IANA is asked to enter the following HTTP header fields to the "Message Headers" registry.</t>
        <artwork align="center"><![CDATA[
+---------------------+----------+----------+-----------+
| Header Field Name   | Protocol | Status   | Reference |
+---------------------+----------+----------+-----------+
| Multicast-Timeout   | http     | standard | [This     |
|                     |          |          | document] |
+---------------------+----------+----------+-----------+
| Response-Forwarding | http     | standard | [This     |
|                     |          |          | document] |
+---------------------+----------+----------+-----------+
| Group-ETag          | http     | standard | [This     |
|                     |          |          | document] |
+---------------------+----------+----------+-----------+
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-groupcomm-bis-08">
          <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.ietf-core-oscore-groupcomm" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-oscore-groupcomm-17">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</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="20" month="December" year="2022"/>
            <abstract>
              <t>   This document defines 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 approach 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.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-17"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications" target="https://datatracker.ietf.org/doc/html/draft-ietf-core-observe-multicast-notifications-05">
          <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="24" month="October" year="2022"/>
            <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-05"/>
        </reference>
        <reference anchor="RFC2046" target="https://www.rfc-editor.org/info/rfc2046">
          <front>
            <title>Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types</title>
            <author fullname="N. Freed" initials="N." surname="Freed">
              <organization/>
            </author>
            <author fullname="N. Borenstein" initials="N." surname="Borenstein">
              <organization/>
            </author>
            <date month="November" year="1996"/>
            <abstract>
              <t>This second document defines the general structure of the MIME media typing system and defines an initial set of media types.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2046"/>
          <seriesInfo name="DOI" value="10.17487/RFC2046"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC3986" target="https://www.rfc-editor.org/info/rfc3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC4648" target="https://www.rfc-editor.org/info/rfc4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC5234" target="https://www.rfc-editor.org/info/rfc5234">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="RFC7252" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641" target="https://www.rfc-editor.org/info/rfc7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <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="RFC8075" target="https://www.rfc-editor.org/info/rfc8075">
          <front>
            <title>Guidelines for Mapping Implementations: HTTP to the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Castellani" initials="A." surname="Castellani">
              <organization/>
            </author>
            <author fullname="S. Loreto" initials="S." surname="Loreto">
              <organization/>
            </author>
            <author fullname="A. Rahman" initials="A." surname="Rahman">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <author fullname="E. Dijk" initials="E." surname="Dijk">
              <organization/>
            </author>
            <date month="February" year="2017"/>
            <abstract>
              <t>This document provides reference information for implementing a cross-protocol network proxy that performs translation from the HTTP protocol to the Constrained Application Protocol (CoAP).  This will enable an HTTP client to access resources on a CoAP server through the proxy.  This document describes how an HTTP request is mapped to a CoAP request and how a CoAP response is mapped back to an HTTP response.  This includes guidelines for status code, URI, and media type mappings, as well as additional interworking advice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8075"/>
          <seriesInfo name="DOI" value="10.17487/RFC8075"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8323" target="https://www.rfc-editor.org/info/rfc8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="S. Lemay" initials="S." surname="Lemay">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan">
              <organization/>
            </author>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor">
              <organization/>
            </author>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP.  The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports.  It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </reference>
        <reference anchor="RFC8610" target="https://www.rfc-editor.org/info/rfc8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz">
              <organization/>
            </author>
            <author fullname="C. Vigano" initials="C." surname="Vigano">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <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="RFC8949" target="https://www.rfc-editor.org/info/rfc8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9112" target="https://www.rfc-editor.org/info/rfc9112">
          <front>
            <title>HTTP/1.1</title>
            <author fullname="R. Fielding" initials="R." role="editor" surname="Fielding">
              <organization/>
            </author>
            <author fullname="M. Nottingham" initials="M." role="editor" surname="Nottingham">
              <organization/>
            </author>
            <author fullname="J. Reschke" initials="J." role="editor" surname="Reschke">
              <organization/>
            </author>
            <date month="June" year="2022"/>
            <abstract>
              <t>The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document specifies the HTTP/1.1 message syntax, message parsing, connection management, and related security concerns. </t>
              <t>This document obsoletes portions of RFC 7230.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="99"/>
          <seriesInfo name="RFC" value="9112"/>
          <seriesInfo name="DOI" value="10.17487/RFC9112"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.bormann-coap-misc" target="https://datatracker.ietf.org/doc/html/draft-bormann-coap-misc-27">
          <front>
            <title>Miscellaneous additions to CoAP</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universitaet Bremen TZI</organization>
            </author>
            <author fullname="Klaus Hartke" initials="K." surname="Hartke">
              <organization>Universitaet Bremen TZI</organization>
            </author>
            <date day="14" month="November" year="2014"/>
            <abstract>
              <t>   This short I-D makes a number of partially interrelated proposals how
   to solve certain problems in the CoRE WG's main protocol, the
   Constrained Application Protocol (CoAP).  The current version has
   been resubmitted to keep information about these proposals available;
   the proposals are not all fleshed out at this point in time.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-coap-misc-27"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-discovery" target="https://datatracker.ietf.org/doc/html/draft-tiloca-core-oscore-discovery-12">
          <front>
            <title>Discovery of OSCORE Groups with the CoRE Resource Directory</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
              <organization>Consultant</organization>
            </author>
            <date day="5" month="September" year="2022"/>
            <abstract>
              <t>   Group communication over the Constrained Application Protocol (CoAP)
   can be secured by means of Group Object Security for Constrained
   RESTful Environments (Group OSCORE).  At deployment time, devices may
   not know the exact security groups to join, the respective Group
   Manager, or other information required to perform the joining
   process.  This document describes how a CoAP endpoint can use
   descriptions and links of resources registered at the CoRE Resource
   Directory to discover security groups and to acquire information for
   joining them through the respective Group Manager.  A given security
   group may protect multiple application groups, which are separately
   announced in the Resource Directory as sets of endpoints sharing a
   pool of resources.  This approach is consistent with, but not limited
   to, the joining of security groups based on the ACE framework for
   Authentication and Authorization in constrained environments.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-12"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore" target="https://datatracker.ietf.org/doc/html/draft-amsuess-core-cachable-oscore-06">
          <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.ietf-ace-key-groupcomm-oscore" target="https://datatracker.ietf.org/doc/html/draft-ietf-ace-key-groupcomm-oscore-15">
          <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="5" month="September" year="2022"/>
            <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-15"/>
        </reference>
        <reference anchor="I-D.tiloca-core-oscore-capable-proxies" target="https://datatracker.ietf.org/doc/html/draft-tiloca-core-oscore-capable-proxies-04">
          <front>
            <title>OSCORE-capable Proxies</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>
            <date day="23" month="September" year="2022"/>
            <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>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-capable-proxies-04"/>
        </reference>
        <reference anchor="RFC6347" target="https://www.rfc-editor.org/info/rfc6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  This document updates DTLS 1.0 to work with TLS version 1.2.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC7515" target="https://www.rfc-editor.org/info/rfc7515">
          <front>
            <title>JSON Web Signature (JWS)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="J. Bradley" initials="J." surname="Bradley">
              <organization/>
            </author>
            <author fullname="N. Sakimura" initials="N." surname="Sakimura">
              <organization/>
            </author>
            <date month="May" year="2015"/>
            <abstract>
              <t>JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using JSON-based data structures.  Cryptographic algorithms and identifiers for use with this specification are described in the separate JSON Web Algorithms (JWA) specification and an IANA registry defined by that specification.  Related encryption capabilities are described in the separate JSON Web Encryption (JWE) specification.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7515"/>
          <seriesInfo name="DOI" value="10.17487/RFC7515"/>
        </reference>
        <reference anchor="RFC7967" target="https://www.rfc-editor.org/info/rfc7967">
          <front>
            <title>Constrained Application Protocol (CoAP) Option for No Server Response</title>
            <author fullname="A. Bhattacharyya" initials="A." surname="Bhattacharyya">
              <organization/>
            </author>
            <author fullname="S. Bandyopadhyay" initials="S." surname="Bandyopadhyay">
              <organization/>
            </author>
            <author fullname="A. Pal" initials="A." surname="Pal">
              <organization/>
            </author>
            <author fullname="T. Bose" initials="T." surname="Bose">
              <organization/>
            </author>
            <date month="August" year="2016"/>
            <abstract>
              <t>There can be machine-to-machine (M2M) scenarios where server responses to client requests are redundant.  This kind of open-loop exchange (with no response path from the server to the client) may be desired to minimize resource consumption in constrained systems while updating many resources simultaneously or performing high-frequency updates. CoAP already provides Non-confirmable (NON) messages that are not acknowledged by the recipient.  However, the request/response semantics still require the server to respond with a status code indicating "the result of the attempt to       understand and satisfy the request", per RFC 7252.</t>
              <t>This specification introduces a CoAP option called 'No-Response'. Using this option, the client can explicitly express to the server its disinterest in all responses against the particular request. This option also provides granular control to enable expression of disinterest to a particular response class or a combination of response classes.  The server MAY decide to suppress the response by not transmitting it back to the client according to the value of the No-Response option in the request.  This option may be effective for both unicast and multicast requests.  This document also discusses a few examples of applications that benefit from this option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7967"/>
          <seriesInfo name="DOI" value="10.17487/RFC7967"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9147" target="https://www.rfc-editor.org/info/rfc9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-reverse-proxies-examples">
      <name>Examples with Reverse-Proxy</name>
      <t>The examples in this section refer to the following actors.</t>
      <ul spacing="normal">
        <li>One origin client C, with address C_ADDR and port number C_PORT.</li>
        <li>One proxy P, with address P_ADDR and server port number P_PORT.</li>
        <li>Two origin servers S1 and S2, where the server Sx has address Sx_ADDR and port number Sx_PORT.</li>
      </ul>
      <t>The origin servers are members of a CoAP group with IP multicast address G_ADDR and port number G_PORT. Also, the origin servers are members of a same application group, and share the same resource /r.</t>
      <t>The communication between C and P is based on CoAP over TCP, as per <xref target="RFC8323"/>. The group communication between P and the origin servers is based on CoAP over UDP and IP multicast, as per <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
      <t>Finally, 'bstr(X)' denotes a CBOR byte string where its value is the byte serialization of X.</t>
      <section anchor="sec-reverse-proxies-examples-ex1">
        <name>Example 1</name>
        <t>The example shown in <xref target="workflow-example-reverse-1"/> considers a reverse-proxy P that provides access to both the whole group of servers {S1,S2} and also to each of those servers individually. The client C may not have a way to reach the servers directly (e.g., P is acting as a firewall). After the client C has received two responses to its group request sent via the proxy, it selects one server (S1) and requests another resource from it in unicast, again via the proxy.</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>The client C encodes the group URI 'coap://group1.com/r' within the URI path of its request to P. This encoding follows the "default mapping" defined in <xref section="5.3" sectionFormat="of" target="RFC8075"/> for HTTP-to-CoAP proxies, but now applied to a CoAP-to-CoAP proxy. The proxy P decodes the embedded group URI from the request.</li>
          <li>The client's request URI path starts with '/cp', which is the resource on P that provides the CoAP proxy function. Since C in this example constructs the URI in its request including this resource '/cp', it is aware that is requesting to a proxy.</li>
          <li>Because the embedded group URI omits the CoAP port, P infers G_PORT to be the default port 5683 for the 'coap' scheme.</li>
          <li>The hostname 'p.example.com' resolves to the proxy's unicast IPv6 address P_ADDR.</li>
          <li>The hostname 'group1.com' resolves to the IPv6 multicast address G_ADDR. The proxy P performs this resolution upon receiving the request from C. P constructs the group request and sends it to the CoAP group at G_ADDR:G_PORT.</li>
          <li>Typically S1_PORT and S2_PORT will be equal to G_PORT, but a server Sx is allowed to reply to the multicast request from another port number not equal to G_PORT. For this reason, the notation Sx_PORT is used.</li>
        </ul>
        <t>Note that this type of reverse-proxy only requires one unicast IP address (P_ADDR) for the proxy, so it is well scalable to a large number of servers Sx. The type of reverse-proxy in the example in <xref target="sec-reverse-proxies-examples-ex2"/> requires an additional IP address for each server Sx and also for each CoAP group that it supports.</t>
        <figure anchor="workflow-example-reverse-1">
          <name>Workflow example with reverse-proxy that processes an embedded group URI in a client's request</name>
          <artwork><![CDATA[
C                              P                      S1           S2
|                              |                      |             |
|----------------------------->| /* C embeds the      |             |
| Src: C_ADDR:C_PORT           | group URI into its   |             |
| Dst: p.example.com:P_PORT    | request to the       |             |
| Uri-Path:                    | proxy */             |             |
|     /cp/coap://group1.com/r  |                      |             |
| Multicast-Timeout: 60        |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: G_ADDR:G_PORT   |             |
|                              | Uri-Path: /r         |             |
|                              |---------------+----->|             |
|                              |                \     |             |
|                              |                 +----------------->|
|                              |                      |             |
|                              |                      |             |
|                              | /* t = 0 : P starts  |             |
|                              | accepting responses  |             |
|                              | for this request */  |             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: p.example.com:P_PORT    |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(S1_ADDR)),     |                      |             |
|   S1_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |                      |             |
|                              |<-----------------------------------|
|                              |               Src: S2_ADDR:S2_PORT |
|                              |               Dst: P_ADDR:P_PORT   |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: p.example.com:P_PORT    |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(S2_ADDR)),     |                      |             |
|   S2_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                /* At t = 60, P stops accepting      |             |
|                responses for this request */        |             |
|                              |                      |             |
|                              |                      |             |
|----------------------------->| /* Request intended  |             |
| Src: C_ADDR:C_PORT           | only to S1, via      |             |
| Dst: p.example.com:P_PORT    | proxy P */           |             |
| Uri-Path: /cp/coap://        |                      |             |
|         [S1_ADDR]:S1_PORT/r2 |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: S1_ADDR:S1_PORT |             |
|                              | Uri-Path: /r2        |             |
|                              |--------------------->|             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|<-----------------------------|                      |             |
|          Src: P_ADDR:P_PORT  |                      |             |
|          Dst: C_ADDR:C_PORT  |                      |             |
|                              |                      |             |
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-reverse-proxies-examples-ex2">
        <name>Example 2</name>
        <t>The example shown in <xref target="workflow-example-reverse-2"/> considers a reverse-proxy that stands in for both the whole group of servers {S1,S2} and for each of those servers Sx. The client C may not have a way to reach the servers directly (e.g., P is acting as a firewall). After the client C has received two responses to its group request sent via the proxy, it selects one server (S1) and requests at a later time the same resource from it in unicast, again via the proxy.</t>
        <t>In particular:</t>
        <ul spacing="normal">
          <li>The hostname 'group1.com' resolves to the unicast address P_ADDR. The proxy forwards an incoming request to that address, for any resource i.e., URI path, towards the CoAP group at G_ADDR:G_PORT leaving the URI path unchanged.</li>
          <li>The address Dx_ADDR and port number Dx_PORT are used by the proxy, which forwards an incoming request to that address towards the server at Sx_ADDR:Sx_PORT. The different Dx_ADDR are effectively 'proxy IP addresses' used to provide access to the servers.</li>
        </ul>
        <t>Note that this type of reverse-proxy implementation requires the proxy to use (potentially) a large number of distinct IP addresses, hence it is not very scalable. Instead, the type of reverse-proxy shown in the example in <xref target="sec-reverse-proxies-examples-ex1"/> uses only one IPv6 unicast address to provide access to all servers and all CoAP groups.</t>
        <figure anchor="workflow-example-reverse-2">
          <name>Workflow example with reverse-proxy standing in for both the whole group of servers and each individual server</name>
          <artwork><![CDATA[
C                              P                      S1           S2
|                              |                      |             |
|----------------------------->| /* C is not aware    |             |
| Src: C_ADDR:C_PORT           | that P is in fact    |             |
| Dst: group1.com:P_PORT       | a reverse-proxy */   |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| 4.00 Bad Request             |                      |             |
| Multicast-Timeout: (empty)   |                      |             |
| Payload: "Please use         |                      |             |
|     Multicast-Timeout"       |                      |             |
|                              |                      |             |
|----------------------------->|                      |             |
| Src: C_ADDR:C_PORT           |                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Multicast-Timeout: 60        |                      |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: G_ADDR:G_PORT   |             |
|                              | Uri-Path: /r         |             |
|                              |---------------+----->|             |
|                              |                \     |             |
|                              |                 +----------------->|
|                              |                      |             |
|                              |                      |             |
|                              | /* t = 0 : P starts  |             |
|                              | accepting responses  |             |
|                              | for this request */  |             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(D1_ADDR)),     |                      |             |
|   D1_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |<-----------------------------------|
|                              |               Src: S2_ADDR:S2_PORT |
|                              |               Dst: P_ADDR:P_PORT   |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [3, /*CoAP over TCP*/       |                      |             |
|   #6.260(bstr(D2_ADDR)),     |                      |             |
|   D2_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                /* At t = 60, P stops accepting      |             |
|                responses for this request */        |             |
|                              |                      |             |
...                           ... /* time passes */  ...          ...
|                              |                      |             |
|----------------------------->| /* Request intended  |             |
| Src: C_ADDR:C_PORT           | only to S1 for same  |             |
| Dst: D1_ADDR:D1_PORT         | resource /r */       |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: S1_ADDR:S1_PORT |             |
|                              | Uri-Path: /r         |             |
|                              |--------------------->|             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|<-----------------------------|                      |             |
|         Src: D1_ADDR:D1_PORT |                      |             |
|         Dst: C_ADDR:C_PORT   |                      |             |
|                              |                      |             |
]]></artwork>
        </figure>
      </section>
      <section anchor="sec-reverse-proxies-examples-ex3">
        <name>Example 3</name>
        <t>The example shown in <xref target="workflow-example-reverse-3"/> builds on the example in <xref target="sec-reverse-proxies-examples-ex2"/>.</t>
        <t>However, it considers a reverse-proxy that stands in for only the whole group of servers, but not for each individual server Sx.</t>
        <t>The final exchange between C and S1 occurs with CoAP over UDP.</t>
        <figure anchor="workflow-example-reverse-3">
          <name>Workflow example with reverse-proxy standing in for only the whole group of servers, but not for each individual server</name>
          <artwork><![CDATA[
C                              P                      S1           S2
|                              |                      |             |
|----------------------------->| /* C is not aware    |             |
| Src: C_ADDR:C_PORT           | that P is in fact    |             |
| Dst: group1.com:P_PORT       | a reverse-proxy */   |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Src: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| 4.00 Bad Request             |                      |             |
| Multicast-Timeout: (empty)   |                      |             |
| Payload: "Please use         |                      |             |
|     Multicast-Timeout"       |                      |             |
|                              |                      |             |
|                              |                      |             |
|----------------------------->|                      |             |
| Src: C_ADDR:C_PORT           |                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Multicast-Timeout: 60        |                      |             |
| Uri-Path: /r                 |                      |             |
|                              |                      |             |
|                              | Src: P_ADDR:P_PORT   |             |
|                              | Dst: G_ADDR:G_PORT   |             |
|                              | Uri-Path: /r         |             |
|                              |---------------+----->|             |
|                              |                \     |             |
|                              |                 +----------------->|
|                              |                      |             |
|                              |                      |             |
|                              | /* t = 0 : P starts  |             |
|                              | accepting responses  |             |
|                              | for this request */  |             |
|                              |                      |             |
|                              |                      |             |
|                              |<---------------------|             |
|                              | Src: S1_ADDR:S1_PORT |             |
|                              | Dst: P_ADDR:P_PORT   |             |
|                              |                      |             |
|<-----------------------------|                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [1, /*CoAP over UDP*/       |                      |             |
|   #6.260(bstr(S1_ADDR)),     |                      |             |
|   S1_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |<-----------------------------------|
|                              |               Src: S2_ADDR:S2_PORT |
|                              |               Dst: P_ADDR:P_PORT   |
|                              |                      |             |
|<-----------------------------|                      |             |
| Dst: group1.com:P_PORT       |                      |             |
| Dst: C_ADDR:C_PORT           |                      |             |
| Response-Forwarding {        |                      |             |
|  [1, /*CoAP over UDP*/       |                      |             |
|   #6.260(bstr(S2_ADDR)),     |                      |             |
|   S2_PORT                    |                      |             |
|  ]                           |                      |             |
| }                            |                      |             |
|                              |                      |             |
|                              |                      |             |
|                /* At t = 60, P stops accepting      |             |
|                responses for this request */        |             |
|                              |                      |             |
...         ...        /* time passes */             ...          ...
|                              |                      |             |
|---------------------------------------------------->|             |
| Src: C_ADDR:C_PORT           | /* Request intended  |             |
| Dst: S1.ADDR:S1_PORT         | only to S1 for same  |             |
| Uri-Path: /r                 | resource /r */       |             |
|                              |                      |             |
|<----------------------------------------------------|             |
|         Src: S1.ADDR:S1_PORT |                      |             |
|         Dst: C_ADDR:C_PORT   |                      |             |
|                              |                      |             |
]]></artwork>
        </figure>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank Christian Amsuess, Jim Schaad and Goeran 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:
H4sIAAAAAAAAA+29fVfcRrYv/D+fQpes9RicbmwwZhJmPOcScBLOJDYHcJKz
JrO8RLcAxU2rj6Q2ZmLfz/7st6raVSqp1UAyzhyzJmPolup11679+tvD4XDl
7W7yZGWlzutJtpsclcW7m+TlLCvTOi+mVXJelMl+sXeUfFMW8xn8enU1n+Yj
+nYlPTsrs7ctb8VeGBejaXoF/YzL9Lwe1vmkGKXDUVFmwwt8fARPD2fY2nCS
1llVr6ysfJZUdTodv04nxRTerMt5trKSz0r6taq3Hj/+8vHWSlpm6W5yOK2z
cprVK9cXu9D18fPkx6J8k08veDQrb67dM8MDHMMKjGwXehivVPOzq7yqYJj1
zQw6Onx++vXKfDbGcewmf9p6urWyMirG0NhuMq/Ph1+szPLdBH4+S0bpNJlX
WZKWZXqTrOXnSTqZJDdZtZ7AQlym1WVymZUw7CSpi9EufgO/VkVZl9l5tUtt
jLPzdD6pK3jCfH9zxV/jnyvpvL4syt2VhH6G8m+S5FN44vuN5JTW0n7My/x9
Wo6K8KuihBkcH548T/a+sh9WMJQMVuKwSs9/KcpxdZHCqidbW/aJUV7f7CZ/
y2E33GfFGHo5eT7c3NnefpycwOzeXBaTK/XAfFqX8N7JdTbOpvbz7CrNJ7vJ
FY5vg8ng/5b5RpXF5/d8IznIf3kTzO559abwP6epwc9hcToCOoT1TKejm43p
pDHPn18HPz8HE30FD44u6+ZMTi+z5EVWw4ZOgCyrcEoZDGpjDIP6v3lRB4NY
mRblFZyEtxnu4+HwYCPPgJIC+j/Lq+bXReU/FXnirMrKt9nwCjqE81bVw2lR
5+dy9KjJ46/3tx5v75hfNze/lF+ffPmF+XR7Z/sL+fXp1pNt+RXJ3/y6s70p
v37x+E9Pza+bfzLPfvFk64n5dWfzsfvVfvrltun4y81NaHcln56HK3OGH0yn
MLd0NoSDOTJfaKYhqzKGr4u3GeyOPJNeVfOsqvihUTq6TM8m5mlv5dJRNnyT
3ajV9x+KdDZKZ9Qasqk8M+u682T7T2aBnm6aVfnTlzvm0y+27cJ/uYnPrgyH
wyQ9A4JMR8DnTi/zKgH+OL/KpnVSzbIR7F0G7ADIrXCcFX7DpcrGydlNkibE
KwfJ9WWGHAgZHT6/D09Cs/kUHtubzSZCA8in4YQWk2QNWfo6nK2EJp6MNJdO
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
gF++y6YXcEDfJwdss07e38sYpJvmf/bnffsvMIb3yelXB5vy1jv4byi/u93C
D+awzPTi4+E2fb02BSljnVtoGYPZ5R5juOss7r6Sqqv9Z/tljnMHkfnVs1fT
Cs7DIHnx7EWxj7fi3zLgJMfPjjNg3TXSukdXv+4mn3Wdz4R8Rs9Wu3jDxiow
ehDsyzdDkP8vps9WRxnePqsfWiyeIxKifPEIHnPHmoUiZWkkE50IH0a+LezJ
Zk4qwm4g45Pcj6NBeSGfdsv8th3k4E2Nbwk9gO/P3iK/GZMbyts8ZXskT0vY
RYUsHEYzRFF4WNXZrJIrS32HJlxxsMkTyE1ImTASdFSfVauIvR8eOduu3N3M
YXlvnH5B79VpeUHCRmij8eRoYOGT+Vh0iVYGS9YFZT5m5izkYTitZeqkq+Mq
X6EdG8lX8WHPCgFLn1R1MUvSEcoa/oJbkwpSULthyFpZsnfUBqtOnhcmyc/F
Qg9L/JI9NmZqfKXtbG/CthlCpysVFB3kw2rGeeXbWGWpaQJWKVxg2T4Xyw0K
Ykxl0B+RrLWV0/IFCtMV+sHoHsTVxCse+pvBWDcWSAl4is+he9SOXtHESMCD
z0SYEvcCma78G3B7Y1NuQBbE1q1McyxzNDc8vhxINWYZhs5m48s1HW3cUbLp
6LqvbKPJOxejBp4yEr+RQdCxqfhoBDoYM5qzeT4ZG4N58lUKw3lV5qZN2nAl
axgrT8P91ipnNYekBnAreeuTeNMq3mypN414Y+mXvlh7uE6fbj4ebj3tKd4o
wv/3Fm9WcHVOgLecZcA9N6LiTvuh1QJPO9P4LUUe4fR496Plwxg228USMqDC
QJUc4VsHK7wYPWNQasUUbSZUd3MHv1S3c8TiL1KQXLlGbAEWzRYIYYzrzPO4
43llXeC8A1qya7dYsldO3e9sJ2KbmWdY54lbHkYjhdX1bZ1dLiwT+9MxGqf5
y3WuJjNG3+f5jb9oImLUIqNaqyjNAGXFxgyqZGJ9W1mO9oVknMOe12hto1vC
/CnSY5Y4Q0Jo3pSb3Beq8PKzO3l2U5P1NQcK/6dnJCY7CsdBPahnr3EZHsQt
FdsbW3ytLxXGghcnUyN5uvHKYV8bySTZJLsir/GDqnz7GrfjAZl163kpTj98
0KNmo3TTaMcP7I6YWAo6fHWZTivSG5wLgoT4eUlrbfu9JpGK/aSDhEmAniSV
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

-->

</rfc>
