<?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-rfc2629 version 1.6.6 (Ruby 2.7.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-amsuess-core-cachable-oscore-05" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.4 -->
  <front>
    <title>Cacheable OSCORE</title>
    <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-05"/>
    <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <postal>
          <country>Austria</country>
        </postal>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <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>
    <date year="2022" month="July" day="11"/>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>CoAP, OSCORE, multicast, caching, proxy</keyword>
    <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>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  CORE 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/chrysn/core-cachable-oscore/"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> supports also group communication, for instance over UDP and IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>. In a group communication environment, exchanged messages can be secured end-to-end by using Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      <t>Requests and responses protected with the group mode of Group OSCORE can be read by all group members, i.e., not only by the intended recipient(s), thus achieving group-level confidentiality.</t>
      <t>This allows a trusted intermediary proxy which is also a member of the OSCORE group to populate its cache with responses from origin servers. Later on, the proxy can possibly reply to a request in the group with a response from its cache, if recognized as an eligible server by the client.</t>
      <t>However, an untrusted proxy which is not member of the OSCORE group only sees protected responses as opaque, uncacheable ciphertext. In particular, different clients in the group that originate a same plain CoAP request would send different protected requests, as a result of their Group OSCORE processing. Such protected requests cannot yield a cache hit at the proxy, which makes the whole caching of protected responses pointless.</t>
      <t>This document addresses this complication and enables cacheability of protected responses, also for proxies that are not members of the OSCORE group and are unaware of OSCORE in general. To this end, it builds on the concept of "consensus request" initially considered in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, and defines "Deterministic Request" as a convenient incarnation of such concept.</t>
      <t>All clients wishing to send a particular GET or FETCH request are able to deterministically compute the same protected request, using a variation on the pairwise mode of Group OSCORE. It follows that cache hits become possible at the proxy, which can thus serve clients in the group from its cache. Like in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, this requires that clients and servers are already members of a suitable OSCORE group.</t>
      <t>Cacheability of protected responses is useful also in applications where several clients wish to retrieve the same object from a single server.
Some security properties of OSCORE are dispensed with to gain other desirable properties.</t>
      <t>In order to clearly handle the protocol's security properties,
and to broaden applicability to group situations outside the deterministic case,
the technical implementation is split in two halves:</t>
      <ul spacing="normal">
        <li>maintaining request-response bindings in absence of request source authentication, and</li>
        <li>building and processing of Deterministic Requests
(which have no source authentication, and thus require the former).</li>
      </ul>
      <section anchor="use-cases">
        <name>Use cases</name>
        <t>When firmware updates are delivered using CoAP, many similar devices fetch the same large data at the same time. Collecting such large data at a proxy from its cache not only keeps the traffic low, but also lets the clients ride single file to hide their numbers <xref target="SW-EPIV"/> and identities. By using protected Deterministic Requests as defined in this document, it is possible to efficiently perform data collection at a proxy also when the firmware updates are protected end-to-end.</t>
        <t>When relying on intermediaries to fan out the delivery of multicast data protected end-to-end as in <xref target="I-D.ietf-core-observe-multicast-notifications"/>, the use of protected Deterministic Requests as defined in this document allows for a more efficient setup, by reducing the amount of message exchanges and enabling early population of cache entries (see <xref target="det-requests-for-notif"/>).</t>
        <t>When relying on Information-Centric Networking (ICN) for multiparty dissemination of cacheable content, CoAP and CoAP proxies can be used to enable asynchronous group communication. This leverages CoAP proxies performing request aggregation, as well as response replication and cacheability <xref target="ICN-paper"/>. By restoring cacheability of OSCORE-protected responses, the Deterministic Requests defined in this document make it possible to attain dissemination of cacheable content in ICN-based deployments, also when the content is protected end-to-end.</t>
      </section>
      <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 of CoAP <xref target="RFC7252"/> and its method FETCH <xref target="RFC8132"/>, group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>, COSE <xref target="I-D.ietf-cose-rfc8152bis-struct"/><xref target="I-D.ietf-cose-rfc8152bis-algs"/>, OSCORE <xref target="RFC8613"/>, and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>This document introduces the following new terms.</t>
        <ul spacing="normal">
          <li>
            <t>Consensus Request: a CoAP request that multiple clients use to repeatedly access a particular resource.
In this document, it exclusively refers to requests protected with Group OSCORE to a resource hosted at one or more servers in the OSCORE group.  </t>
            <t>
A Consensus Request has all the properties relevant to caching, but its transport dependent properties (e.g., Token or Message ID) are not defined. Thus, different requests on the wire can be said to "be the same Consensus Request" even if they have different Tokens or source addresses.  </t>
            <t>
The Consensus Request is the reference for request-response binding.
 In general, a client processing a response to a consensus request did not generate (and thus sign) the consensus request.
 The client not only needs to decrypt the Consensus Request to understand a response to it (for example to tell which path was requested),
 it also needs to verify that this is the only Consensus Request that could elicit this response.</t>
          </li>
          <li>
            <t>Deterministic Client: a fictitious member of an OSCORE group, having no Sender Sequence Number, no asymmetric key pair, and no Recipient Context.  </t>
            <t>
The Group Manager sets up the Deterministic Client, and assigns it a unique Sender ID as for other group members. Furthermore, the Deterministic Client has only the minimum common set of privileges shared by all group members.</t>
          </li>
          <li>Deterministic Request: a Consensus Request generated by the Deterministic Client. The use of Deterministic Requests is defined in <xref target="sec-deterministic-requests"/>.</li>
          <li>
            <t>Ticket Request: a Consensus Request generated by the server itself.  </t>
            <t>
This term is not used in the main document, but is useful in comparison with other applications of consensus requests
that are generated in a different way than as a Deterministic Request.
The prototypical Ticket Request is the Phantom Request defined in <xref target="I-D.ietf-core-observe-multicast-notifications"/>.  </t>
            <t>
In <xref target="sec-ticket-requests"/>, the term is used to bridge the gap to that draft.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="oscore-nosourceauth">
      <name>OSCORE processing without source authentication</name>
      <t>The request-response binding of OSCORE is achieved by the request_kid / request_piv items
(and, in group OSCORE, request_kid_context)
present in the response's AAD.
Its security depends on the server obtaining source authentication for the request:
Without, a malicious group member could alter a request to the server (without altering the request_ details above),
and the client would still accept the response as if it were a response to its request.</t>
      <t>Source authentication is thus a precondition to secure use of OSCORE.
However, it is hard to provide when:</t>
      <ul spacing="normal">
        <li>Requests are built exclusively using shared key material (as in a Deterministic Client).</li>
        <li>Requests are sent without source authentication, or where the source authentication is not checked. (This was part of <xref target="I-D.ietf-core-oscore-groupcomm"/> in revisions before -12).</li>
      </ul>
      <t>This document does not [ yet? ] give full guidance on how to restore request-response binding for the general case,
but currently only offers suggestions:</t>
      <ul spacing="normal">
        <li>The response can contain the full request. An option that allows doing that was presented in <xref target="I-D.bormann-core-responses"/>.</li>
        <li>The response can contain a cryptographic hash of the full request. This is used in <xref target="ssec-request-hash-option"/>.</li>
        <li>The above details can be transported in a Class E option (encrypted) or a a Class I option (unencrypted but part of the AAD).
The latter has the advantage that it can be removed in transit and reconstructed at the receiver.</li>
        <li>Alternatively, the agreed-on request data can be placed in a different position in the AAD,
or be part of the security context derivation.
In the latter case, care needs to be taken to never initialize a security context twice with the same input,
as that would lead to nonce reuse.</li>
      </ul>
      <t>[ Suggestion for any OSCORE v2: avoid request details in the request's AAD as individual elements. Rather than having 'request_kid', 'request_piv' and (in Group OSCORE) 'request_kid_context' as separate fields, they can better be something more pluggable.
This would avoid the need to make up an option before processing, and would allow just plugging in the hash or request in there replacing the request_ items. ]</t>
      <t>Additional care has to be taken that details not expressed in the request itself
(like the security context from which it is assumed to have originated) are captured.</t>
      <t>Processing of requests without source authentication has to be done assuming only the minimal possible privilege of the requester
[ which currently described as the authorization of the Deterministic Client, and may be moved up here in later versions of this document ].
If a response is built to such a request that contains data more sensitive than that
(which might be justified if the response is protected for an authorized group member in pairwise response mode),
special consideration for any side channels like response size or timing is required.</t>
    </section>
    <section anchor="sec-deterministic-requests">
      <name>Deterministic Requests</name>
      <t>This section defines a method for clients starting from a same plain CoAP request to independently arrive at a same Deterministic Request protected with Group OSCORE.</t>
      <section anchor="sec-deterministic-requests-unprotected">
        <name>Deterministic Unprotected Request</name>
        <t>Clients build the unprotected Deterministic Request in a way which is as much reproducible as possible.
This document does not set out full guidelines for minimizing the variation,
but considered starting points are:</t>
        <ul spacing="normal">
          <li>
            <t>Set the inner Observe option to 0 even if no observation is intended (and hence no outer Observe is set). Thus, both observing and non-observing requests can be aggregated into a single request, that is upstreamed as an observation at the latest when any observing request reaches a caching proxy.  </t>
            <t>
In this case, following a Deterministic Request that includes only an inner Observe option, servers include an inner Observe option (but no outer Observe option) in a successful response sent as reply. Also, when receiving a response to such a Deterministic Request previously sent, clients have to silently ignore the inner Observe option in that response.</t>
          </li>
          <li>Avoid setting the ETag option in requests on a whim.
Only set it when there was a recent response with that ETag.
When obtaining later blocks, do not send the known-stale ETag.</li>
          <li>In block-wise transfer, maximally sized large inner blocks (szx=6) should be selected.
This serves not only to align the clients on consistent cache entries,
but also helps amortize the additional data transferred in the per-message signatures.</li>
        </ul>
        <!--
MT: proposed  s/should be selected/SHOULD be selected
-->

<t>Outer block-wise transfer can then be used if these messages excede a hop's efficiently usable MTU size.</t>
        <t>(If BERT <xref target="RFC8323"/> is usable with OSCORE, its use is fine as well;
  in that case, the server picks a consistent block size for all clients anyway).</t>
        <ul spacing="normal">
          <li>The Padding option defined in <xref target="sec-padding"/> can be used to limit an adversary's ability to deduce the content and the target resource of Deterministic Requests from their length. In particular, all Deterministic Requests of the same class (ideally, all requests to a particular server) can be padded to reach the same total length, that should be agreed on among all users of the same OSCORE Security Context.</li>
        </ul>
        <!--
MT: proposed  s/should be agreed/SHOULD be agreed
-->

<ul spacing="normal">
          <li>
            <t>Clients should not send any inner Echo options <xref target="RFC9175"/> in Deterministic Requests.  </t>
            <t>
This limits the use of the Echo option in combination with Deterministic Requests to unprotected (outer) options,
and thus is limited to testing the reachability of the client.
This is not practically limiting, as the use as an inner option would be to prove freshness,
which is something Deterministic Requests simply cannot provide anyway.</t>
          </li>
        </ul>
        <t>These only serve to ensure that cache entries are utilized; failure to follow them has no more severe consequences than decreasing the utility and effectiveness of a cache.</t>
      </section>
      <section anchor="ssec-deterministic-requests-design">
        <name>Design Considerations</name>
        <t>The hard part is arriving at a consensus pair (key, nonce) to be used with the AEAD cipher for encrypting the Deterministic Request, while also avoiding reuse of the same (key, nonce) pair across different requests.</t>
        <t>Diversity can conceptually be enforced by applying a cryptographic hash function to the complete input of the encryption operation over the plain CoAP request (i.e., the AAD and the plaintext of the COSE object), and then using the result as source of uniqueness.
Any non-malleable cryptographically secure hash of sufficient length to make collisions sufficiently unlikely is suitable for this purpose.</t>
        <t>A tempting possibility is to use a fixed (group) key, and use the hash as a deterministic AEAD nonce for each Deterministic Request throught the Partial IV component (see <xref section="5.2" sectionFormat="of" target="RFC8613"/>). However, the 40 bit available for the Partial IV are by far insufficient to ensure that the deterministic nonce is not reused across different Deterministic Requests. Even if the full deterministic AEAD nonce could be set, the sizes used by common algorithms would still be too small.</t>
        <t>As a consequence, the proposed method takes the opposite approach, by considering a fixed deterministic AEAD nonce, while generating a different deterministic encryption key for each Deterministic Request. That is, the hash computed over the plain CoAP request is taken as input to the key generation. As an advantage, this approach does not require to transport the computed hash in the OSCORE option.</t>
        <t>[ Note: This has a further positive side effect arising with version -11 of Group OSCORE. That is, since the full encoded OSCORE option is part of the AAD, it avoids a circular dependency from feeding the AAD into the hash computation, which in turn needs crude workarounds like building the full AAD twice, or zeroing out the hash-to-be. ]</t>
      </section>
      <section anchor="ssec-request-hash-option">
        <name>Request-Hash</name>
        <t>In order to transport the hash of the plain CoAP request, a new CoAP option is defined, which MUST be supported by clients and servers that support Deterministic Requests.</t>
        <t>The option is called Request-Hash. As summarized in <xref target="request-hash-table"/>, the Request-Hash option is elective, safe to forward, part of the cache key and repeatable.</t>
        <figure anchor="request-hash-table">
          <name>Request-Hash Option</name>
          <artwork align="center"><![CDATA[
+------+---+---+---+---+--------------+--------+--------+---------+
| No.  | C | U | N | R |     Name     | Format | Length | Default |
+------+---+---+---+---+--------------+--------+--------+---------+
| TBD1 |   |   |   | x | Request-Hash | opaque |  any   | (none)  |
+------+---+---+---+---+--------------+--------+--------+---------+
]]></artwork>
        </figure>
        <t>The Request-Hash option is identical in all its properties to the Request-Tag option defined in <xref target="RFC9175"/>, with the following exceptions:</t>
        <ul spacing="normal">
          <li>
            <t>It may be arbitrarily long.  </t>
            <t>
Implementations can limit its length to that of the longest output of the supported hash functions.</t>
          </li>
          <li>
            <t>It may be present in responses (TBD: Does this affect any other properties?).  </t>
            <t>
A response's Request-Hash is, as a matter of default value,
equal to the request's.
The response is only valid if its Request-Hash is equal to the matching request's.  </t>
            <t>
Servers (including proxies) thus generally SHOULD NOT need to send the Request-Hash option explicitly in responses,
especially as a matter of bandwidth efficiency.  </t>
            <t>
A reason (and, currently, the only known) to actually send a Request-Hash in a response
are non-traditional responses as described in <xref target="I-D.bormann-core-responses"/>,
which in terms of that document are non-matching to the request (and thus easily usable);
the request hash in the response allows populating caches (see below) and decryption of the response in Deterministic Request contexts.
In the context of non-traditional responses, a matching request's Request-Hash can be inferred from its value in the response.</t>
          </li>
          <li>
            <t>A proxy MAY use any fresh cached response from the selected server to respond to a request with the same Request-Hash;
this may save it some memory.  </t>
            <t>
A proxy can add or remove the request's Request-Tag value to / from a response.</t>
          </li>
          <li>When used with a Deterministic Request, this option is created at message protection time by the sender, and used before message unprotection by the recipient. Therefore, in this use case, it is treated as Class U for OSCORE <xref target="RFC8613"/> in requests. In the same application, for responses, it is treated as Class I, and often elided from sending (but reconstructed at the receiver). Other uses of this option can put it into different classes for the OSCORE processing.</li>
        </ul>
        <t>This option achieves request-response binding described in <xref target="oscore-nosourceauth"/>.</t>
      </section>
      <section anchor="ssec-use-deterministic-requests">
        <name>Use of Deterministic Requests</name>
        <t>This section defines how a Deterministic Request is built on the client side and then processed on the server side.</t>
        <section anchor="sssec-use-deterministic-requests-pre-conditions">
          <name>Pre-Conditions</name>
          <t>The use of Deterministic Requests in an OSCORE group requires that the interested group members are aware of the Deterministic Client in the group. In particular, they need to know:</t>
          <ul spacing="normal">
            <li>
              <t>The Sender ID of the Deterministic Client, to be used as 'kid' parameter for the Deterministic Requests. This allows all group members to compute the Sender Key of the Deterministic Client.  </t>
              <t>
The Sender ID of the Deterministic Client is immutable throughout the lifetime of the OSCORE group. That is, it is not relinquished and it does not change upon changes of the group keying material following a group rekeying performed by the Group Manager.</t>
            </li>
            <li>The hash algorithm to use for computing the hash of a plain CoAP request, when producing the associated Deterministic Request.</li>
          </ul>
          <t>Group members have to obtain this information from the Group Manager. A group member can do that, for instance, when obtaining the group keying material upon joining the OSCORE group, or later on as an active member by sending a request to a dedicated resource at the Group Manager.</t>
          <t>The joining process based on the Group Manager defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> can be easily extended to support the provisioning of information about the Deterministic Client. Such an extension is defined in <xref target="sec-obtaining-info"/> of this document.</t>
        </section>
        <section anchor="sssec-use-deterministic-requests-client-req">
          <name>Client Processing of Deterministic Request</name>
          <t>In order to build a Deterministic Request, the client protects the plain CoAP request using the pairwise mode of Group OSCORE (see <xref section="9" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), with the following alterations.</t>
          <ol spacing="normal" type="1"><li>
              <t>When preparing the OSCORE option, the external_aad and the AEAD nonce:  </t>
              <ul spacing="normal">
                <li>The used Sender ID is the Deterministic Client's Sender ID.</li>
                <li>The used Partial IV is 0.</li>
              </ul>
              <t>
When preparing the external_aad, the element 'sender_public_key' in the aad_array takes the empty CBOR byte string.</t>
            </li>
            <li>
              <t>The client uses the hash function indicated for the Deterministic Client, and computes a hash H over the following input: the Sender Key of the Deterministic Client, concatenated with the external_aad from step 1, concatenated with the COSE plaintext.  </t>
              <t>
Note that the payload of the plain CoAP request (if any) is not self-delimiting, and thus hash functions are limited to non-malleable ones.</t>
            </li>
            <li>
              <t>The client derives the deterministic Pairwise Sender Key K as defined in <xref section="2.3.1" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, with the following differences:  </t>
              <ul spacing="normal">
                <li>The Sender Key of the Deterministic Client is used as first argument of the HKDF.</li>
                <li>
                  <t>The hash H from step 2 is used as second argument of the HKDF, i.e., as a pseudo IKM-Sender computable by all the group members.      </t>
                  <t>
Note that an actual IKM-Sender cannot be obtained, since there is no authentication credential (and public key included therein) associated with the Deterministic Client, to be used as Sender Authentication Credential and for computing an actual Diffie-Hellman Shared Secret.</t>
                </li>
                <li>The Sender ID of the Deterministic Client is used as value for the 'id' element of the 'info' parameter used as third argument of the HKDF.</li>
              </ul>
            </li>
            <li>The client includes a Request-Hash option in the request to protect, with value set to the hash H from Step 2.</li>
            <li>The client MAY include an inner Observe option set to 0 to be protected with OSCORE, even if no observation is intended (see <xref target="sec-deterministic-requests-unprotected"/>).</li>
            <li>The client protects the request using the pairwise mode of Group OSCORE as defined in <xref section="9.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, using the AEAD nonce from step 1, the deterministic Pairwise Sender Key K from step 3 as AEAD encryption key, and the finalized AAD.</li>
            <li>The client MUST NOT include an unprotected (outer) Observe option if no observation is intended, even in case an inner Observe option was included at step 5 above.</li>
            <li>The client sets FETCH as the outer code of the protected request to make it usable for a proxy's cache, even if no observation is requested <xref target="RFC7641"/>.</li>
          </ol>
          <t>The result is the Deterministic Request to be sent.</t>
          <t>Since the encryption key K is derived using material from the whole plain CoAP request, this (key, nonce) pair is only used for this very message, which is deterministically encrypted unless there is a hash collision between two Deterministic Requests.</t>
          <t>The deterministic encryption requires the used AEAD algorithm to be deterministic in itself. This is the case for all the AEAD algorithms currently registered with COSE in <xref target="COSE.Algorithms"/>. For future algorithms, a flag in the COSE registry is to be added.</t>
          <t>Note that, while the process defined above is based on the pairwise mode of Group OSCORE, no information about the server takes part to the key derivation or is included in the AAD. This is intentional, since it allows for sending a Deterministic Request to multiple servers at once (see <xref target="det-req-one-to-many"/>). On the other hand, it requires later checks at the client when verifying a response to a Deterministic Request (see <xref target="ssec-use-deterministic-requests-response"/>).</t>
        </section>
        <section anchor="sssec-use-deterministic-requests-server-req">
          <name>Server Processing of Deterministic Request</name>
          <t>Upon receiving a Deterministic Request, a server performs the following actions.</t>
          <t>A server that does not support Deterministic Requests would not be able to create the necessary Recipient Context, and thus will fail decrypting the request.</t>
          <ol spacing="normal" type="1"><li>If not already available, the server retrieves the information about the Deterministic Client from the Group Manager, and derives the Sender Key of the Deterministic Client.</li>
            <li>
              <t>The server actually recognizes the request to be a Deterministic Request, due to the presence of the Request-Hash option and to the 'kid' parameter of the OSCORE option set to the Sender ID of the Deterministic Client.  </t>
              <t>
If the 'kid' parameter of the OSCORE option specifies a different Sender ID than the one of the Deterministic Client, the server MUST NOT take the following steps, and instead processes the request as per <xref section="9.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>.</t>
            </li>
            <li>The server retrieves the hash H from the Request-Hash option.</li>
            <li>
              <t>The server derives a Recipient Context for processing the Deterministic Request. In particular:  </t>
              <ul spacing="normal">
                <li>The Recipient ID is the Sender ID of the Deterministic Client.</li>
                <li>The Recipient Key is derived as the key K in step 3 of <xref target="sssec-use-deterministic-requests-client-req"/>, with the hash H retrieved at the previous step.</li>
              </ul>
            </li>
            <li>The server verifies the request using the pairwise mode of Group OSCORE, as defined in <xref section="9.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, using the Recipient Context from step 4, with the difference that the server does not perform replay checks against a Replay Window (see below).</li>
          </ol>
          <t>In case of successful verification, the server MUST also perform the following actions, before possibly delivering the request to the application.</t>
          <ul spacing="normal">
            <li>
              <t>Starting from the recovered plain CoAP request, the server MUST recompute the same hash that the client computed at step 2 of <xref target="sssec-use-deterministic-requests-client-req"/>.  </t>
              <t>
If the recomputed hash value differs from the value retrieved from the Request-Hash option at step 3, the server MUST treat the request as invalid and MAY reply with an unprotected 4.00 (Bad Request) error response. The server MAY set an Outer Max-Age option with value zero. The diagnostic payload MAY contain the string "Decryption failed".  </t>
              <t>
This prevents an attacker that guessed a valid authentication tag for a given Request-Hash value to poison caches with incorrect responses.</t>
            </li>
            <li>
              <t>The server MUST verify that the unprotected request is safe to be processed in the REST sense, i.e., that it has no side effects. If verification fails, the server MUST discard the message and SHOULD reply with a protected 4.01 (Unauthorized) error response.  </t>
              <t>
Note that some CoAP implementations may not be able to prevent that an application produces side effects from a safe request. This may incur checking whether the particular resource handler is explicitly marked as eligible for processing Deterministic Requests. An implementation may also have a configured list of requests that are known to be side effect free, or even a pre-built list of valid hashes for all sensible requests for them, and reject any other request.  </t>
              <t>
These checks replace the otherwise present requirement that the server needs to check the Replay Window of the Recipient Context (see step 5 above), which is inapplicable with the Recipient Context derived at step 4 from the value of the Request-Hash option. The reasoning is analogous to the one in <xref target="I-D.amsuess-lwig-oscore"/> to treat the potential replay as answerable, if the handled request is side effect free.</t>
            </li>
          </ul>
        </section>
        <section anchor="ssec-use-deterministic-requests-response">
          <name>Response to a Deterministic Request</name>
          <t>When treating a response to a Deterministic Request, the Request-Hash option is treated as a Class I option (but usually not sent). This creates the request-response binding ensuring that no mismatched responses can be successfully unprotected (see <xref target="oscore-nosourceauth"/>).
The client MUST reject responses with a Request-Hash not matching the one it sent in the request.</t>
          <!--
MT: Is there any possible reason in this application of the Request-Hash option to not elide it the from the response?
-->

<t>When preparing the response, the server performs the following actions.</t>
          <ol spacing="normal" type="1"><li>The server sets a non-zero Max-Age option, thus making the Deterministic Request usable for the proxy cache.</li>
            <li>The server preliminarily sets the Request-Hash option with the full request hash.</li>
            <li>If the Deterministic Request included an inner Observe option but not an outer Observe option, the server MUST include an inner Observe option in the response.</li>
            <li>
              <t>The server MUST protect the response using the group mode of Group OSCORE, as defined in <xref section="8.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. This is required to ensure that the client can verify source authentication of the response, since the "pairwise" key used for the Deterministic Request is actually shared among all the group members.  </t>
              <t>
Note that the Request-Hash option is treated as Class I here.</t>
            </li>
            <li>The server MUST use its own Sender Sequence Number as Partial IV to protect the response, and include it as Partial IV in the OSCORE option of the response. This is required since the server does not perform replay protection on the Deterministic Request (see <xref target="ssec-use-deterministic-requests-response"/>).</li>
            <li>The server uses 2.05 (Content) as outer code even though it is not necessarily an Observe notification <xref target="RFC7641"/>, in order to make the response cacheable.</li>
            <li>The server SHOULD remove the Request-Hash option from the message before sending
  as per the general option mechanism of <xref target="ssec-request-hash-option"/>.</li>
            <li>If the Deterministic Request included an inner Observe option but not an outer Observe option, the server MUST NOT include an outer Observe option in the response.</li>
          </ol>
          <t>Upon receiving the response, the client performs the following actions.</t>
          <ol spacing="normal" type="1"><li>In case the response includes a 'kid' in the OSCORE option and unless responses from multiple servers are expected (see <xref target="det-req-one-to-many"/>), the client MUST verify it to be exactly the 'kid' of the server to which the Deterministic Request was sent.</li>
            <li>The client sets the Request-Hash option with the full request hash on the reponse.
  If an option of a different value is already present, it rejects the response.</li>
            <li>The client verifies the response using the group mode of Group OSCORE, as defined in <xref section="8.4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>. In particular, the client verifies the counter signature in the response, based on the 'kid' of the server it sent the request to. When verifying the response, the Request-Hash option is treated as a Class I option.</li>
            <li>If the Deterministic Request included an inner Observe option but not an outer Observe option (see <xref target="sec-deterministic-requests-unprotected"/>), the client MUST silently ignore the inner Observe option in the response and MUST NOT stop processing the response.</li>
          </ol>
          <t>[ Note: This deviates from Section 4.1.3.5.2 of RFC 8613, but it is limited to a very specific situation, where the client and server both know exactly what happens. This does not affect the use of OSCORE in other situations. ]</t>
        </section>
        <section anchor="det-req-one-to-many">
          <name>Deterministic Requests to Multiple Servers</name>
          <t>A Deterministic Request <em>can</em> be sent to a CoAP group, e.g., over UDP and IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/>, thus targeting multiple servers at once.</t>
          <t>To simplify key derivation, such a Deterministic Request is still created in the same way as a one-to-one request and still protected with the pairwise mode of Group OSCORE, as defined in <xref target="sssec-use-deterministic-requests-client-req"/>.</t>
          <t>Note that this deviates from <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, since the Deterministic Request in this case is indeed intended to multiple recipients, but yet it is protected with the pairwise mode. However, this is limited to a very specific situation, where the client and servers both know exactly what happens. This does not affect the use of Group OSCORE in other situations.</t>
          <t>[ Note: If it was protected with the group mode, the request hash would need to be fed into a group key derivation just for this corner case. Furthermore, there would need to be a signature in spite of no authentication credential (and public key included therein) associated with the Deterministic Client. ]</t>
          <t>When a server receives a request from the Deterministic Client as addressed to a CoAP group, the server proceeds as defined in <xref target="sssec-use-deterministic-requests-server-req"/>, with the difference that it MUST include its own Sender ID in the response, as 'kid' parameter of the OSCORE option.</t>
          <t>Although it is normally optional for the server to include its Sender ID when replying to a request protected in pairwise mode, it is required in this case for allowing the client to retrieve the Recipient Context associated with the server originating the response.</t>
          <t>If a server is member of a CoAP group, and it fails to successfully decrypt and verify an incoming Deterministic Request, then it is RECOMMENDED for that server to not send back any error message, in case the server asserts that the Deterministic Request was sent to the CoAP group (e.g., to the associated IP multicast address) or in case the server is not able to assert that altogether.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-obtaining-info">
      <name>Obtaining Information about the Deterministic Client</name>
      <t>This section extends the Joining Process defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, and based on the ACE framework for Authentication and Authorization <xref target="I-D.ietf-ace-oauth-authz"/>. Upon joining the OSCORE group, this enables a new group member to obtain from the Group Manager the required information about the Deterministic Client (see <xref target="sssec-use-deterministic-requests-pre-conditions"/>).</t>
      <t>With reference to the 'key' parameter of the Joining Response defined in <xref section="6.4" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>, the Group_OSCORE_Input_Material object specified as its value contains also the two additional parameters 'det_senderId' and 'det_hash_alg'. These are defined in <xref target="ssec-iana-security-context-parameter-registry"/> of this document. In particular:</t>
      <ul spacing="normal">
        <li>The 'det_senderId' parameter, if present, has as value the OSCORE Sender ID assigned to the Deterministic Client by the Group Manager. This parameter MUST be present if the OSCORE group uses Deterministic Requests as defined in this document. Otherwise, this parameter MUST NOT be present.</li>
        <li>The 'det_hash_alg' parameter, if present, has as value the hash algorithm to use for computing the hash of a plain CoAP request, when producing the associated Deterministic Request. This parameter takes values from the "Value" column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>. This parameter MUST be present if the OSCORE group uses Deterministic Requests as defined in this document. Otherwise, this parameter MUST NOT be present.</li>
      </ul>
      <t>The same extension above applies also to the 'key' parameter when included in a Key Distribution Response (see Sections <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="8.1" sectionFormat="bare"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore" section="8.2" sectionFormat="bare"/> of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>) and in a Signature Verification Data Response (see <xref section="13" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The same 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>The following elaborates on how, compared to Group OSCORE, Deterministic Requests dispense with some of the OSCORE's security properties, by just so much as to make caching possible.</t>
      <ul spacing="normal">
        <li>
          <t>A Deterministic Request is intrinsically designed to be replayed, as intended to be identically sent multiple times by multiple clients to the same server(s).  </t>
          <t>
Consistently, as per the processing defined in <xref target="sssec-use-deterministic-requests-server-req"/>, a server receiving a Deterministic Request does not perform replay checks against an OSCORE Replay Window.  </t>
          <t>
This builds on the following considerations.  </t>
          <ul spacing="normal">
            <li>
              <t>For a given request, the level of tolerance to replay risk is specific to the resource it operates upon (and therefore only known to the origin server). In general, if processing a request does not have state-changing side effects, the consequences of replay are not significant.      </t>
              <t>
Just like for what concerns the lack of source authentication (see below), the server must verify that the received Deterministic Request (precisely: its handler) is side effect free. The distinct semantics of the CoAP request codes can help the server make that assessment.</t>
            </li>
            <li>Consistently with the point above, a server can choose whether it will process a Deterministic Request on a per-resource basis. It is RECOMMENDED that origin servers allow resources to explicitly configure whether Deterministic Requests are appropriate to receive, as still limited to requests that are safe to be processed in the REST sense, i.e., they do not have state-changing side effects.</li>
          </ul>
        </li>
        <li>
          <t>Receiving a response to a Deterministic Request does not mean that the response was generated after the Deterministic Request was sent.  </t>
          <t>
However, a valid response to a Deterministic Request still contains two freshness statements.  </t>
          <ul spacing="normal">
            <li>It is more recent than any other response from the same group member that has a smaller sequence number.</li>
            <li>It is more recent than the original creation of the deterministic security context's key material.</li>
          </ul>
        </li>
        <li>
          <t>Source authentication of Deterministic Requests is lost.  </t>
          <t>
Instead, the server must verify that the Deterministic Request (precisely: its handler) is side effect free. The distinct semantics of the CoAP request codes can help the server make that assessment.  </t>
          <t>
Just like for what concerns the acceptance of replayed Deterministic Requests (see above), the server can choose whether it will process a Deterministic Request on a per-resource basis.</t>
        </li>
        <li>
          <t>The privacy of Deterministic Requests is limited.  </t>
          <t>
An intermediary can determine that two Deterministic Requests from different clients are identical, and associate the different responses generated for them.
A server producing responses of varying size to a Deterministic Request can use the Padding option to hide when the response is changing.</t>
        </li>
      </ul>
      <t>[ More on the verification of the Deterministic Request ]</t>
    </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 defined in <xref target="RFC7252"/> within the "CoRE Parameters" registry.</t>
        <figure>
          <name>CoAP Option Numbers</name>
          <artwork align="center"><![CDATA[
+--------+--------------+-------------------+
| Number |     Name     |     Reference     |
+--------+--------------+-------------------+
|  TBD1  | Request-Hash | [[this document]] |
+--------+--------------+-------------------+
|  TBD2  | Padding      | [[this document]] |
+--------+--------------+-------------------+
]]></artwork>
        </figure>
        <t>[</t>
        <t>For the Request-Hash option, the number suggested to IANA is 548.</t>
        <t>For the Padding option, the option number is picked to be the highest number in the Experts Review range; the high option number allows it to follow practically all other options, and thus to be set when the final unpadded message length including all options is known. Therefore, the number suggested to IANA is 64988.</t>
        <t>Applications that make use of the "Experimental use" range and want to preserve that property are invited to pick the largest suitable experimental number (65532)</t>
        <t>Note that unless other high options are used, this means that padding a message adds an overhead of at least 3 bytes, i.e., 1 byte for option delta/length and two more bytes of extended option delta. This is considered acceptable overhead, given that the application has already chosen to prefer the privacy gains of padding over wire transfer length.</t>
        <t>]</t>
      </section>
      <section anchor="ssec-iana-security-context-parameter-registry">
        <name>OSCORE Security Context Parameters Registry</name>
        <t>IANA is asked to register the following entries in the "OSCORE Security Context Parameters" Registry defined in <xref section="9.4" sectionFormat="of" target="I-D.ietf-ace-oscore-profile"/>.</t>
        <ul spacing="normal">
          <li>Name: det_senderId</li>
          <li>CBOR Label: TBD3</li>
          <li>CBOR Type: bstr</li>
          <li>Registry: -</li>
          <li>Description: OSCORE Sender ID assigned to the Deterministic Client of an OSCORE group</li>
          <li>Reference: [[this document]] (<xref target="sec-obtaining-info"/>)</li>
        </ul>
        <t> </t>
        <ul spacing="normal">
          <li>Name: det_hash_alg</li>
          <li>CBOR Label: TBD4</li>
          <li>CBOR Type: int / tstr</li>
          <li>Registry: -</li>
          <li>Description: Hash algorithm to use in an OSCORE group when producing a Deterministic Request</li>
          <li>Reference: [[this document]] (<xref target="sec-obtaining-info"/>)</li>
        </ul>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis" target="https://www.ietf.org/archive/id/draft-ietf-core-groupcomm-bis-07.txt">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <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-07"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm" target="https://www.ietf.org/archive/id/draft-ietf-core-oscore-groupcomm-14.txt">
          <front>
            <title>Group OSCORE - Secure Group Communication for CoAP</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuss Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="7" month="March" 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-14"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-struct" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-struct-15.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="1" month="February" year="2021"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined for this data format.
   This document defines the CBOR Object Signing and Encryption (COSE)
   protocol.  This specification describes how to create and process
   signatures, message authentication codes, and encryption using CBOR
   for serialization.  This specification additionally describes how to
   represent cryptographic keys using CBOR.

   This document along with [I-D.ietf-cose-rfc8152bis-algs] obsoletes
   RFC8152.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-struct-15"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-algs" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-algs-12.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date day="24" month="September" year="2020"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined for this data format.
   THis document defines a set of algorithms that can be used with the
   CBOR Object Signing and Encryption (COSE) protocol RFC XXXX.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-algs-12"/>
        </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="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="RFC8132" target="https://www.rfc-editor.org/info/rfc8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal">
              <organization/>
            </author>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource.  In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable.  Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </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="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="COSE.Algorithms" target="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">
          <front>
            <title>COSE Algorithms</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <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="RFC9175" target="https://www.rfc-editor.org/info/rfc9175">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss">
              <organization/>
            </author>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases. The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address. The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request. This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9175"/>
          <seriesInfo name="DOI" value="10.17487/RFC9175"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-oscore-14.txt">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="28" month="April" 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-14"/>
        </reference>
        <reference anchor="I-D.amsuess-lwig-oscore" target="https://www.ietf.org/archive/id/draft-amsuess-lwig-oscore-00.txt">
          <front>
            <title>OSCORE Implementation Guidance</title>
            <author fullname="Christian Amsüss">
	 </author>
            <date day="29" month="April" year="2020"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) is a
   means of end-to-end protection of short request/response exchanges
   for tiny devices, typically transported using the Constrained
   Application Protocol (CoAP).  This document aims to assist
   implementers in leveraging the optimizations catered for by the
   combination of CoAP and OSCORE, and by generally providing experience
   from earlier implementations.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-lwig-oscore-00"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications" target="https://www.ietf.org/archive/id/draft-ietf-core-observe-multicast-notifications-04.txt">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="11" month="July" 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-04"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oauth-authz" target="https://www.ietf.org/archive/id/draft-ietf-ace-oauth-authz-46.txt">
          <front>
            <title>Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="Ludwig Seitz">
              <organization>Combitech</organization>
            </author>
            <author fullname="Goeran Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Wahlstroem">
	 </author>
            <author fullname="Samuel Erdtman">
              <organization>Spotify AB</organization>
            </author>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Ltd.</organization>
            </author>
            <date day="8" month="November" year="2021"/>
            <abstract>
              <t>   This specification defines a framework for authentication and
   authorization in Internet of Things (IoT) environments called ACE-
   OAuth.  The framework is based on a set of building blocks including
   OAuth 2.0 and the Constrained Application Protocol (CoAP), thus
   transforming a well-known and widely used authorization solution into
   a form suitable for IoT devices.  Existing specifications are used
   where possible, but extensions are added and profiles are defined to
   better serve the IoT use cases.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oauth-authz-46"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-profile" target="https://www.ietf.org/archive/id/draft-ietf-ace-oscore-profile-19.txt">
          <front>
            <title>OSCORE Profile of the Authentication and Authorization for Constrained Environments Framework</title>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Ludwig Seitz">
              <organization>Combitech</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Martin Gunnarsson">
              <organization>RISE</organization>
            </author>
            <date day="6" month="May" year="2021"/>
            <abstract>
              <t>   This document specifies a profile for the Authentication and
   Authorization for Constrained Environments (ACE) framework.  It
   utilizes Object Security for Constrained RESTful Environments
   (OSCORE) to provide communication security 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-oscore-profile-19"/>
        </reference>
        <reference anchor="SW-EPIV">
          <front>
            <title>Star Wars</title>
            <author initials="G." surname="Lucas" fullname="George Lucas">
              <organization/>
            </author>
            <date year="1977"/>
          </front>
          <seriesInfo name="Lucasfilm Ltd." value=""/>
        </reference>
        <reference anchor="ICN-paper" target="https://ieeexplore.ieee.org/document/9525000">
          <front>
            <title>Group Communication with OSCORE: RESTful Multiparty Access to a Data-Centric Web of Things</title>
            <author initials="C." surname="Gündoğan" fullname="Cenk Gündoğan">
              <organization/>
            </author>
            <author initials="C." surname="Amsüss" fullname="Christian Amsüss">
              <organization/>
            </author>
            <author initials="T. C." surname="Schmidt" fullname="Thomas C. Schmidt">
              <organization/>
            </author>
            <author initials="M." surname="Wählisch" fullname="Matthias Wählisch">
              <organization/>
            </author>
            <date year="2021" month="October"/>
          </front>
        </reference>
        <reference anchor="I-D.bormann-core-responses" target="https://www.ietf.org/archive/id/draft-bormann-core-responses-01.txt">
          <front>
            <title>CoAP: Non-traditional response forms</title>
            <author fullname="Carsten Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Christian Amsüss">
	 </author>
            <date day="3" month="February" year="2022"/>
            <abstract>
              <t>   In CoAP as defined by RFC 7252, responses are always unicast back to
   a client that posed a request.  The present memo describes two forms
   of responses that go beyond that model.  These descriptions are not
   intended as advocacy for adopting these approaches immediately, they
   are provided to point out potential avenues for development that
   would have to be carefully evaluated.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-bormann-core-responses-01"/>
        </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>
      </references>
    </references>
    <section anchor="change-log">
      <name>Change log</name>
      <t>Since -04:</t>
      <ul spacing="normal">
        <li>Revised and extended list of use cases.</li>
        <li>Added further note on Deterministic Requests to a group of servers as still protected with the pairwise mode.</li>
        <li>Suppression of error responses for servers in a CoAP group.</li>
        <li>Extended security considerations with discussion on replayed requests.</li>
      </ul>
      <t>Since -03:</t>
      <ul spacing="normal">
        <li>Processing steps in case only inner Observe is included.</li>
        <li>Clarified preserving/eliding the Request-Hash option in responses.</li>
        <li>Clarified limited use of the Echo option.</li>
        <li>Clarifications on using the Padding option.</li>
      </ul>
      <t>Since -02:</t>
      <ul spacing="normal">
        <li>Separate parts needed to respond to unauthenticated requests from the remaining deterministic response part.
(Currently this is mainly an addition; the document will undergo further refactoring if that split proves helpful).</li>
        <li>Inner Observe is set unconditionally in Deterministic Requests.</li>
        <li>Clarifications around padding and security considerations.</li>
      </ul>
      <t>Since -01:</t>
      <ul spacing="normal">
        <li>
          <t>Not meddling with request_kid any more.  </t>
          <t>
Instead, Request-Hash in responses is treated as Class I, but typically elided.  </t>
          <t>
In requests, this removes the need to compute the external_aad twice.</t>
        </li>
        <li>Derivation of the hash now uses the external_aad, rather than the full AAD. This is good enough because AAD is a function only of the external_aad, and the external_aad is easier to get your hands on if COSE manages all the rest.</li>
        <li>The Sender ID of the Deterministic Client is immutable throughout the group lifetime. Hence, no need for any related expiration/creation time and mechanisms to perform its update in the group.</li>
        <li>Extension to the ACE Group Manager of ace-key-groupcomm-oscore to provide required info about the Deterministic Client to new group members when joining the group.</li>
        <li>Alignment with changes in core-oscore-groupcomm-12.</li>
        <li>Editorial improvements.</li>
      </ul>
      <t>Since -00:</t>
      <ul spacing="normal">
        <li>More precise specification of the hashing (guided by first implementations)</li>
        <li>Focus shifted to Deterministic Requests (where it should have been in the first place; all the build-up of Token Requests was moved to a motivating appendix)</li>
        <li>Aligned with draft-tiloca-core-observe-responses-multicast-05 (not submitted at the time of submission)</li>
        <li>List the security properties lost compared to OSCORE</li>
      </ul>
    </section>
    <section anchor="sec-padding">
      <name>Padding</name>
      <t>As discussed in <xref target="sec-security-considerations"/>, information can be leaked by the length of a response or, in different contexts, of a request.</t>
      <t>In order to hide such information and mitigate the impact on privacy, the following Padding option is defined, to allow increasing a message's length without changing its meaning.</t>
      <t>The option can be used with any CoAP transport, but is especially useful with OSCORE as that does not provide any padding of its own.</t>
      <t>Before choosing to pad a message by using the Padding option, application designers should consider whether they can arrange for common message variants to have the same length by picking a suitable content representation; the canonical example here is expressing "yes" and "no" with "y" and "n", respectively.</t>
      <section anchor="definition-of-the-padding-option">
        <name>Definition of the Padding Option</name>
        <t>As summarized in <xref target="padding-table"/>, the Padding option is elective, safe to forward and not part of the cache key; these follow from the usage instructions. The option may be repeated, as that may be the only way to achieve a certain total length for the padded message.</t>
        <figure anchor="padding-table">
          <name>Padding Option</name>
          <artwork align="center"><![CDATA[
+------+---+---+---+---+---------+--------+--------+---------+
| No.  | C | U | N | R |  Name   | Format | Length | Default |
+------+---+---+---+---+---------+--------+--------+---------+
| TBD2 |   |   | x | x | Padding | opaque | any    | (none)  |
+------+---+---+---+---+---------+--------+--------+---------+
]]></artwork>
        </figure>
        <t>When used with OSCORE, the Padding option is of Class E,
this makes it indistinguishable from other Class E options or the payload to third parties.</t>
      </section>
      <section anchor="using-and-processing-the-padding-option">
        <name>Using and processing the Padding option</name>
        <t>When a server produces different responses of different length for a given class of requests
but wishes to produce responses of consistent length
(typically to hide the variation from anyone but the intended recipient),
the server can pick a length that all possible responses can be padded to,
and set the Padding option with a suitable all-zero option value in all responses to that class of requests.</t>
        <t>Likewise, a client can decide on a class of requests that it pads to consistent length. This has considerably less efficacy and applicability when applied to Deterministic Requests. That is: an external observer can group requests even if they are of the same length; and padding would hinder convergence on a single Consensus Request, thus requiring all users of the same OSCORE Security Context to agree on the same total length in advance.</t>
        <t>Any party receiving a Padding option MUST ignore it.
In particular, a server MUST NOT make its choice of padding dependent on any padding present in the request.
(An option to coordinate response padding driven by the client is out of scope for this document).</t>
        <t>Proxies that see a padding option MAY discard it.</t>
      </section>
    </section>
    <section anchor="sec-ticket-requests">
      <name>Simple Cacheability using Ticket Requests</name>
      <t>Building on the concept of Phantom Requests and Informative Responses defined in <xref target="I-D.ietf-core-observe-multicast-notifications"/>,
basic caching is already possible without building a Deterministic Request.</t>
      <t>The approach discussed in this appendix is not provided for application. In fact, it is efficient only when dealing with very large representations and no OSCORE inner Block-Wise mode (which is inefficient for other reasons), or when dealing with observe notifications (which are already well covered in <xref target="I-D.ietf-core-observe-multicast-notifications"/>).</t>
      <t>Rather, it is more provided as a "mental exercise" for the authors and interested readers to bridge the gap between this document and <xref target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
      <t>That is, instead of replying to a client with a regular response, a server can send an Informative Response, defined as a protected 5.03 (Service Unavailable) error message. The payload of the Informative Response contains the Phantom Request, which is a Ticket Request in this document's broader terminology.</t>
      <t>Unlike a Deterministic Request, a Phantom Request is protected in Group Mode.
Instead of verifying a hash, the client can see from the signature that this was indeed the request the server is answering.
The client also verifies that the request URI is identical between the original request and the Ticket Request.</t>
      <t>The remaining exchange largely plays out like in <xref target="I-D.ietf-core-observe-multicast-notifications"/>'s "Example with a Proxy and Group OSCORE":
The client sends the Phantom Request to the proxy (but, lacking a <tt>tp_info</tt>, without a Listen-To-Multicast-Responses option),
which forwards it to the server for lack of the option.</t>
      <t>The server then produces a regular response and includes a non-zero Max-Age option as an outer CoAP option. Note that there is no point in including an inner Max-Age option, as the client could not pin it in time.</t>
      <t>When a second, different client later asks for the same resource at the same server, its new request uses a different 'kid' and 'Partial IV' than the first client's. Thus, the new request produces a cache miss at the proxy and is forwarded to the server, which responds with the same Ticket Request provided to the first client. After that, when the second client sends the Ticket Request, a cache hit at the proxy will be produced, and the Ticket Request can be served from the proxy's cache.</t>
      <t>When multiple proxies are in use, or the response has expired from the proxy's cache, the server receives the Ticket Request multiple times. It is a matter of perspective whether the server treats that as an acceptable replay (given that this whole mechansim only makes sense on requests free of side effects), or whether it is conceptualized as having an internal proxy where the request produces a cache hit.</t>
    </section>
    <section anchor="det-requests-for-notif">
      <name>Application for More Efficient End-to-End Protected Multicast Notifications</name>
      <t><xref target="I-D.ietf-core-observe-multicast-notifications"/> defines how a CoAP server can serve all clients observing a same resource at once, by sending notifications over multicast. The approach supports the possible presence of intermediaries such as proxies, also if Group OSCORE is used to protect notifications end-to-end.</t>
      <t>However, comparing the "Example with a Proxy" in <xref section="E" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> and the "Example with a Proxy and Group OSCORE" in <xref section="F" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/> shows that, when using Group OSCORE, more requests need to hit the server. This is because every client originally protects its Observation request individually, and thus needs a custom response served to obtain the Phantom Request as a Ticket Request.</t>
      <t>If the clients send their requests as the same Deterministic Request, the server can use these requests as Ticket Requests as well. Thus, there is no need for the server to provide a same Phantom Request to each client.</t>
      <t>Instead, the server can send a single unprotected Informative Response - very much like in the example without Group OSCORE - hence setting the proxy up and optionally providing also the latest notification along the way.</t>
      <t>The proxy can thus be configured by the server following the first request from the clients, after which it has an active observation and a fresh cache entry in time for the second client to arrive.</t>
    </section>
    <section anchor="open-questions">
      <name>Open questions</name>
      <ul spacing="normal">
        <li>
          <t>Is "deterministic encryption" something worthwhile to consider in COSE?  </t>
          <t>
COSE would probably specify something more elaborate for the KDF
(the current KDF round is the pairwise mode's;
COSE would probably run through KDF with a KDF context structure).  </t>
          <t>
COSE would give a header parameter name to the Request-Hash
(which for the purpose of OSCORE Deterministic Requests would put back into Request-Hash by extending the option compression function across the two options).  </t>
          <t>
Conceptually, they should align well, and the implementation changes are likely limited to how the KDF is run.</t>
        </li>
        <li>
          <t>An unprotection failure from a mismatched hash will not be part of the ideally constant-time code paths that otherwise lead to AEAD unprotect failures. Is that a problem?  </t>
          <t>
After all, it does tell the attacker that they did succeed in producing a valid MAC (it's just not doing it any good, because this key is only used for Deterministic Requests and thus also needs to pass the Request-Hash check).</t>
        </li>
      </ul>
      <!--
MT: This second bullet point seems something that can already be said in the Security Considerations section.
-->

</section>
    <section anchor="unsorted-further-ideas">
      <name>Unsorted further ideas</name>
      <ul spacing="normal">
        <li>All or none of the Deterministic Requests should have an inner observe option.
Preferably none -- that makes messages shorter, and clients need to ignore that option either way when checking whether a Consensus Request matches their intended request.</li>
      </ul>
      <!--
MT: How can clients start an observation then? That would require an inner Observe option, right?

Also the guidelines in Section 2 suggest to have an inner observe option, regardless the resource being actually observable.
-->

<ul spacing="normal">
        <li>
          <t>We could allows clients to elide all other options than Request-Hash, and elide the payload,
if it has reason to believe that it can produce a cache hit with the abbreviated request alone.  </t>
          <t>
This may prove troublesome in terms of cache invalidation
(the server would have to use short-lived responses to indicate that it does need the full request,
or we'd need special handling for error responses,
or criteria by which proxies don't even forward these if they don't have a response at hand).  </t>
          <t>
That may be more trouble than it's worth without a strong use case (say, of complex but converging FETCH requests).  </t>
          <t>
Hashes could also be used in truncated form for that.</t>
        </li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Michael Richardson"/>, <contact fullname="Jim Schaad"/> and <contact fullname="Göran Selander"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA819W3PbVrbmO38FRqkaS2mStmQ7nSjTk6PIcqxOfBlL7tSp
Tsq9SWySiECAA4CSmcT9V+ZlfsM8nbeeHzbrui8gQEnpnDMnVY5lCtzYl7XX
9VtrjUajwfVx8ngwaLImt8fJ3qmZLqyZ5DZ5fXH6+u3Z3iAtp4VZwu/Sysya
kVnWa1vXo2lZ2dEUnsaHR2VN/85NY+tmkK2q46Sp1nVz9OjRF4+OBnVjivS9
ycvC0i/sYGqa46Ru0kG9niyzus7Kotms4LfnZ5fPBzfz4+S0fHuWfF9WV1kx
T76pyvVqcHWDH5+8GcrkhslynTfZ1NTNMMG5wKPDZFWVHzYDs24WZXU8GCVZ
UcPXxsnJsv7Hv9X1IEl4PaeLKqubzBTBb6blumiqzXFyApOvMgMf2aXJ8uNk
qk//i+zAeFouByN4gMZ/OU4us7ycGjf8S1NNS/9hWcGa3p5fnCUnX8M/YXRr
YQvOazP7qazSem5gj5KjI5xE1sAMvoXXGZpSCqNdnI0OP3vy5FFy0ZTTq0WZ
L8PZXtzY1BZ+skt897ihd/9LlY1rOxgUZbU0TXZtj+G589GzcWabGR/jHHcX
lrMcTbJ6+9dyuO6p1hO1HVWz6eeHT4/g2yNY2Hra7HzE5HN6y9vnp0eHh1/I
j388enokP35++Nj/+Mcn+uNnh4/xx9PXF2fjk3xeVlmzWNJISaLHndB/tNnn
J69O6N8pUOVxMjM5bAP+W2gdx0n8OPwrU83xWBZNs6qPHz68ubkZw5mbMYz4
0ACZzoulLZr6Ia6J/jf+sGiW+SfGjzPIilm417i2z54cyo9fHP7xabQ7ZmpH
V3YTHALvtz6kFy6/yeatXwVHNKltdW1H7j6MirLJZvBjAzer3nphifs1wv/9
vP07Pm64RrMsp3ftXXw/Ontz/pe9rr0eyd9yEb4ZJ9+tYQbuU74N31jYQRv8
ig/l8Is//jE8kws4gOR7U/EzsKbM1ridwJnoqzCjZfJdk473cFrnp69GK7Oy
1V0mBhzgm3/8W5GW//d/maI1u1NbXG3/dnsAzyiib3cwko7vX45xiIvpYpml
TWuIy0W5NPX271tDAJf5/h//e5Fn9XTRGuGlaZpFBmPEDyhfJwYKzHO5XBdC
FckN0KtwUmBNZxeXs3WevEQKWpmq2SQn0ykQXtKUiUmeAXsawTYBU5wm39tJ
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
LqsJkGfD7gZaYdQpNpRbFLgt2XzvRB0djAdtB6hcGz++8M5oB6iniMNBKqnw
Elu+9TAr9Fw9Z3gpXeEUQYgqyiFkljtMvIbzzQkalmRMgIEixbP/ilNLO6Kp
+kSclXybk+AwUhXIEWsodoeqQEtTkI5HS3O1014JvbHiASMIImcrxkb0qqLI
YsGY61rr8ndtjw/dBcW4iIWy3XbeZe344hzqiu7xV3ONBZJtXXUWtqX0bXGR
baBobBnSIELT0ZOBtdHfyqrfqPn8bgEL7/cTaZB2ZaGpvm3Ux9ZTW6gF3A2T
gPbUONsjQzLwV/eeVR3gpjlI53O3g22JgppxmPt25qasTcqAP90+GyoAgPnr
IOK7S9HiOAHWwYfcWpvBHgsml6xpfasrU6u9nx2H5Tf4FrMyAMuKr/l39Il+
Fm0b4SuOxo+eYts78iYfUMctH8shfQiLVM0XAWZOXYoZV0vRixSWLg0jNATs
dYiepTqKgqJ+Unzfx8Nkgk6DdhDoLkJxPFeVbzGKxf/N5d5WNi6DKN9dWsT1
gVBTg7S/LiDGwP6DeVYrFNj1pQ6+1fJMb8sajb/eQdao3yI6sCCyzZ7HzjtB
eHAOVrWa221HHcJi/jtDD9ECQrMwUweu/QALkAppPDtXgVCR+6zl9h/kDQE7
QhdyGPe8v7zTiww3nI+I3Bi+ch7BOL1LVhIXaudnFztAYiw/BTFzd+YxUKfl
fvud5NTdfLIdeOXOaVF7agJwS42aNiUP44hb11mqvhe7ugRo54NM2zfg/so0
6wP/rvf/3oiK7ctwv5pOYfYP+rCU5dRNuWp7ugNai5OSsVsUGRIMTBFqeTI+
HD8e+xz8BBM0tAlCqx6J4TC49qP1DcCGQXFeWaXPhuU6ZWjRuyt/g+rEAjuJ
FIpUd1JW8u/IcRTWLU5czzPfd0xzhHvr8MGkXyoP00S4TyiHuItrYWSvm2I+
BUXtU8Uk8FaQg0dwzdwK4jf3kxX1n8sGEYyhJ9qLeICSa6wgK41D0cPdZcbQ
dKZqApowlAVZNzdigSeyHWijOQdqoXUIOnrC3jNAcF8/cqh8bpFwwPLuFm3w
ql1voUFXk459K6nlWnkO4+1OxiVG1XxZNlYvzG271G4Z/XvcsfqfvmQRZqvr
qgXs5JyrlZtbugQPI3ZP8lVi4JIUg62AfC1Cl1EQwiuoEK1D4cCRFlJ1eLsL
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
08dHB2EsW8BWkpTtT0M6ntQ2FUcTKoCyHulTRD0CJXMlTbk1G7DaheXSQwZb
SmAE5DHVa6pVZz3k8k3IHV1V57wxD+VE6CxvpIkKfREHc7XNwq94xGTQEU8E
P9UjktkMxWp16k2I1SbNTjBTIOprbha7Il+8GPgsqMmsxrno8gljcUN1+rWl
lTROgsvI9eJ7Wg4FTDVwLX5yPw93h3DQYggt+WClh43y9dtnFXg875RUSVEa
dlUBpc4yrANPmg6x9+MkdLHjp1TF6zsDFu8xMtXH7rPLzQoen8Cb8SOdxHEy
wn8+o4KkRADHv9H/Xs7alTj5PSJ0jpMf/vpDzM1/+PGHH5P97jp3cJP+azGp
V1+2lqqO8o6lPmktFc3gh0lzhwW/6PSld5QWbbnLe/Ssf3LdILYo2or60ilX
vMzLuVZIGT16Im3br7NaamS6K6zpUVqxl3XiE2LP2qeiQAZV9jXHSgKQBvpU
1Iiv7wgOYkNqvaK+vqIUxml0WgxDmzdG0W76+pkup88JTK/GNL+1vKPwZoja
/WO/YY9pw4KiE5QJ70LG5AaLUXlBrY8x9yEzFUfnRHbAKA8x0cTnNXdWlIoz
KP0o6qfo7joWPqzSrgy7FcUKRLDSI+lQKm2mMSRXE1BGmZgrkb0uAjM32LYw
Y2YpQfHYknaGAY6O1sn+qSsZo0gn/CaD0TVUyTqJU+3Jzlsjf5mXjjJBMIAu
UlJGTibF1msQJ9xhDKsWgwk7W+cHY2oc2TowVE3WhYv+kkKzowfc1g5zQxMv
gYte+gs2/JA2/BV5cdI0d61eZDuxAzj5RFDkxn6CiGKiVgU9xa8RftZsVlqA
iApga49VPT1RKBigz8aTwqTCzPCoLiJ1aSGSexbUu9HEPErtuvGlH+Oak1XQ
L50Eo7R+8erDvCyBPxUE+ZnYqUGKp74z3Dqn0MyK3BUPid+ghbqiKWdcUZ8R
B9iDcVOuue4NXRSgHQozLikIXLu8l4qTz+5Zpa63tjEzSa1wPE5ecJemouQ9
17bTlc3pLEFrzJiAHjpXFZVGpubdmvdADFijD9RHc5WaxoGxW0yyFtNdwSAx
2gIlck+kTjsAoskfATJuQ2IgJKgF+6hZLIawET/NE7Sl5MrDvdCqzdRXsSMI
Nzo84tXBJS4JH5Et6fKr71Ev3iO6eC+5wz25zlwcZIuCqTg8tYGmYs9cZ7KV
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
z54ewcH8P+HhDcup0wAA

-->

</rfc>
