<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-22" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="Group OSCORE">Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-22"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="F." surname="Palombini" fullname="Francesca Palombini">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>francesca.palombini@ericsson.com</email>
      </address>
    </author>
    <author initials="J." surname="Mattsson" fullname="John Preuß Mattsson">
      <organization>Ericsson AB</organization>
      <address>
        <postal>
          <street>Torshamnsgatan 23</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <date year="2024" month="August" day="28"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines the security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE), providing end-to-end security of CoAP messages exchanged between members of a group, e.g., sent over IP multicast. In particular, the described protocol defines how OSCORE is used in a group communication setting to provide source authentication for CoAP group requests, sent by a client to multiple servers, and for protection of the corresponding CoAP responses. Group OSCORE also defines a pairwise mode where each member of the group can efficiently derive a symmetric pairwise key with any other member of the group for pairwise OSCORE communication. Group OSCORE can be used between endpoints communicating with CoAP or CoAP-mappable HTTP.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-core-oscore-groupcomm/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Constrained RESTful Environments (core) Working Group mailing list (<eref target="mailto:core@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/core/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/core-wg/oscore-groupcomm"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> is a web transfer protocol specifically designed for constrained devices and networks <xref target="RFC7228"/>. Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> addresses use cases where deployed devices benefit from a group communication model, for example to reduce latencies, improve performance, and reduce bandwidth utilization. Use cases include lighting control, integrated building control, software and firmware updates, parameter and configuration updates, commissioning of constrained networks, and emergency multicast (see <xref target="sec-use-cases"/>). Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> mainly uses UDP/IP multicast as the underlying data transport.</t>
      <t>Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/> describes a security protocol based on the exchange of protected CoAP messages. OSCORE builds on CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/> and provides end-to-end encryption, integrity, replay protection, and binding of response to request between a sender and a recipient, independent of the transport layer also in the presence of intermediaries.
To this end, a CoAP message is protected by including its payload (if any), certain options, and header fields into a COSE object, which is conveyed within the CoAP payload and the CoAP OSCORE Option of the protected message, thereby replacing those message fields with an authenticated and encrypted object.</t>
      <t>This document defines Group OSCORE, a security protocol for group communication with CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> and for CoAP-mappable HTTP requests and responses, providing the same end-to-end security properties as OSCORE also in the case where requests have multiple recipients. In particular, the described protocol defines how OSCORE is used in a group communication setting to provide source authentication for group requests sent by a client to multiple servers, and for protection of the corresponding 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-protected OSCORE communication. Just like OSCORE, Group OSCORE is independent of the transport layer and works wherever CoAP does.</t>
      <t>As with OSCORE, it is possible to combine Group OSCORE with communication security on other layers. One example is the use of transport layer security, such as DTLS <xref target="RFC9147"/>, between one client and one proxy (and vice versa), or between one proxy and one server (and vice versa). This prevents observers from accessing addressing information conveyed in CoAP options that would not be protected by Group OSCORE, but would be protected by DTLS. These options include Uri-Host, Uri-Port, and Proxy-Uri. Note that DTLS does not define how to secure messages sent over IP multicast.
Group OSCORE is also intended to work with OSCORE-capable proxies <xref target="I-D.ietf-core-oscore-capable-proxies"/> thereby enabling, for example, nested OSCORE operations with OSCORE-protected communication between a CoAP client and a proxy, carrying messages that are additionally protected with Group OSCORE between the CoAP client and the target CoAP servers.</t>
      <t>Group OSCORE defines two modes of operation, that can be used independently or together:</t>
      <ul spacing="normal">
        <li>
          <t>In the group mode, Group OSCORE requests and responses are digitally signed with the private key of the sender and the signature is embedded in the protected CoAP message. The group mode supports all COSE signature algorithms as well as signature verification by intermediaries. This mode is defined in <xref target="mess-processing"/>.</t>
        </li>
        <li>
          <t>In the pairwise mode, two group members exchange OSCORE requests and responses (typically) over unicast, and the messages are protected with symmetric keys. These symmetric keys are derived from Diffie-Hellman shared secrets, calculated with the asymmetric keys of the sender and recipient, allowing for shorter integrity tags and therefore lower message overhead. This mode is defined in <xref target="sec-pairwise-protection"/>.</t>
        </li>
      </ul>
      <t>Both modes provide source authentication of CoAP messages. The application decides what mode to use, potentially on a per-message basis. Such decisions can be based, for instance, on pre-configured policies or dynamic assessing of the target recipient and/or resource, among other things. One important case is when requests are protected in group mode, and responses in pairwise mode. Since such responses convey shorter integrity tags instead of bigger, full-fledged signatures, this significantly reduces the message overhead in case of many responses to one request.</t>
      <t>A special deployment of Group OSCORE consists in using the pairwise mode only. For example, consider the case of a constrained-node network <xref target="RFC7228"/> with a large number of CoAP endpoints and the objective to establish secure communication between any pair of endpoints with a small provisioning effort and message overhead. Since the total number of security associations that needs to be established grows with the square of the number of endpoints, it is desirable to restrict the amount of secret keying material provided to each endpoint. Moreover, a key establishment protocol would need to be executed for each security association. One solution to this issue is to deploy Group OSCORE, with the endpoints being part of a group, and to use the pairwise mode. This solution has the benefit of providing a single shared secret, while distributing only the public keys of group members or a subset of those. After that, a CoAP endpoint can locally derive the OSCORE Security Context for the other endpoint in the group, and protect CoAP communications with very low overhead <xref target="I-D.ietf-iotops-security-protocol-comparison"/>.</t>
      <t>In some circumstances, Group OSCORE messages may be transported in HTTP, e.g., when they are protected with the pairwise mode and target a single recipient, or when they are protected with the group mode and target multiple CoAP recipients through cross-protocol translators such as HTTP-to-CoAP proxies <xref target="RFC8075"/><xref target="I-D.ietf-core-groupcomm-proxy"/>. The use of Group OSCORE with HTTP is as defined for OSCORE in <xref section="11" sectionFormat="of" target="RFC8613"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts described in CoAP <xref target="RFC7252"/>, including "endpoint", "client", "server", "sender", and "recipient"; group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>; Observe <xref target="RFC7641"/>; CBOR <xref target="RFC8949"/>; COSE <xref target="RFC9052"/><xref target="RFC9053"/> and related countersignatures  <xref target="RFC9338"/>.</t>
        <t>Readers are also expected to be familiar with the terms and concepts for protection and processing of CoAP messages through OSCORE, such as "Security Context" and "Master Secret", defined in <xref target="RFC8613"/>.</t>
        <t>Terminology for constrained environments, such as "constrained device" and "constrained-node network", is defined in <xref target="RFC7228"/>.</t>
        <t>This document refers also to the following terminology.</t>
        <ul spacing="normal">
          <li>
            <t>Keying material: data that is necessary to establish and maintain secure communication among endpoints. This includes, for instance, keys and IVs <xref target="RFC4949"/>.</t>
          </li>
          <li>
            <t>Authentication credential: information associated with an entity, including that entity's public key and parameters associated with the public key. Examples of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/> and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Further details about authentication credentials are provided in <xref target="sec-pub-key-format"/>.</t>
          </li>
          <li>
            <t>Group: a set of endpoints that share group keying material and security parameters (Common Context, see <xref target="sec-context"/>). That is, unless otherwise specified, the term group used in this document refers to a "security group" (see <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>), not to be confused with "CoAP group" or "application group".</t>
          </li>
          <li>
            <t>Group Manager: an entity responsible for a group, neither required to be an actual group member nor to take part in the group communication. The responsibilities of the Group Manager are listed in <xref target="sec-group-manager"/>.</t>
          </li>
          <li>
            <t>Silent server: a member of a group that performs only group mode processing on incoming requests and never sends responses protected with Group OSCORE. For CoAP group communications, requests are normally sent without necessarily expecting a response. A silent server may send unprotected responses, as error responses reporting a Group OSCORE error.</t>
          </li>
          <li>
            <t>Group Identifier (Gid): identifier assigned to the group, unique within the set of groups of a given Group Manager.</t>
          </li>
          <li>
            <t>Birth Gid: with respect to a group member, the Gid obtained by that group member upon (re-)joining the group.</t>
          </li>
          <li>
            <t>Key Generation Number: an integer value identifying the current version of the keying material used in a group.</t>
          </li>
          <li>
            <t>Source authentication: evidence that a received message in the group originated from a specific identified group member. This also provides assurance that the message was not tampered with by anyone, be it a different legitimate group member or an endpoint which is not a group member.</t>
          </li>
          <li>
            <t>Group request: a CoAP request message sent by a client in the group to servers in that group.</t>
          </li>
          <li>
            <t>Long exchange: an exchange of messages associated with a request that is a group request and/or an Observe request <xref target="RFC7641"/>.  </t>
            <t>
In either case, multiple responses can follow from the same server to the request associated with the long exchange. The client terminates a long exchange when freeing up the CoAP Token value used for the associated request, for which no further responses will be accepted afterwards.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-context">
      <name>Security Context</name>
      <t>This document refers to a group as a set of endpoints sharing keying material and security parameters for executing the Group OSCORE protocol, see <xref target="terminology"/>. All members of a group maintain a Security Context as defined in this section.</t>
      <t>How the Security Context is established by the group members is out of scope for this document, but if there is more than one Security Context applicable to a message, then the endpoints <bcp14>MUST</bcp14> be able to tell which Security Context was latest established. How to manage information about the group is described in terms of a Group Manager (see <xref target="group-manager"/>).</t>
      <t>An endpoint of the group may use the group mode (see <xref target="mess-processing"/>), the pairwise mode (see <xref target="sec-pairwise-protection"/>), or both, depending on the modes it supports and on the parameters of the Security Context.
The Security Context of Group OSCORE extends the OSCORE Security Context defined in <xref section="3" sectionFormat="of" target="RFC8613"/> as follows (see <xref target="fig-additional-context-information"/>).</t>
      <ul spacing="normal">
        <li>
          <t>One Common Context, shared by all the endpoints in the group and extended as defined below.  </t>
          <ul spacing="normal">
            <li>
              <t>The new parameter Authentication Credential Format, specifying the format of authentication credentials used in the group (see <xref target="ssec-common-context-authcred-format"/>).</t>
            </li>
            <li>
              <t>The new parameter Group Manager Authentication Credential, specifying the authentication credential of the Group Manager responsible for the group (see <xref target="ssec-common-context-gm-pub-key"/>).</t>
            </li>
            <li>
              <t>For the group mode, the Common Context is extended with the following new parameters.      </t>
              <ul spacing="normal">
                <li>
                  <t>Group Encryption Algorithm, used for encrypting and decrypting messages protected in group mode (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
                </li>
                <li>
                  <t>Signature Algorithm, used for computing and verifying the countersignature of messages protected in group mode (see <xref target="ssec-common-context-cs-alg"/>).</t>
                </li>
                <li>
                  <t>Signature Encryption Key, used for encrypting and decrypting the countersignature of messages protected in group mode (see <xref target="ssec-common-context-group-enc-key"/>).</t>
                </li>
              </ul>
            </li>
            <li>
              <t>For the pairwise mode, the Common Context is extended with a Pairwise Key Agreement Algorithm (see <xref target="ssec-common-context-dh-alg"/>) used for the agreement on a static-static Diffie-Hellman shared secret, from which pairwise keys are derived (see <xref target="key-derivation-pairwise"/>).</t>
            </li>
          </ul>
        </li>
        <li>
          <t>One Sender Context, extended with the following new parameters.  </t>
          <ul spacing="normal">
            <li>
              <t>The endpoint's own private key used to sign messages protected in group mode (see <xref target="mess-processing"/>), or for deriving pairwise keys used with the pairwise mode (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
            <li>
              <t>The endpoint's own authentication credential containing its public key (see <xref target="sec-pub-key-format"/>).</t>
            </li>
            <li>
              <t>For the pairwise mode, the Sender Context is extended with the Pairwise Sender Keys associated with the other endpoints (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
          </ul>
          <t>
If the endpoint is configured exclusively as silent server (see <xref target="terminology"/>), then the Sender Context is omitted.</t>
        </li>
        <li>
          <t>One Recipient Context for each other endpoint from which messages are received. It is not necessary to maintain Recipient Contexts associated with endpoints from which messages are not (expected to be) received.  </t>
          <ul spacing="normal">
            <li>
              <t>Each Recipient Context is extended with the authentication credential of the other endpoint, used to verify the signature of messages protected in group mode, or for deriving the pairwise keys used with the pairwise mode (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
            <li>
              <t>For the pairwise mode, each Recipient Context is extended with the Pairwise Recipient Key associated with the other endpoint (see <xref target="sec-derivation-pairwise"/>).</t>
            </li>
          </ul>
        </li>
      </ul>
      <figure anchor="fig-additional-context-information">
        <name>Additions to the OSCORE Security Context. The elements labeled with * and with ^ are relevant only for the group mode and only for the pairwise mode, respectively.</name>
        <artwork align="center"><![CDATA[
+-------------------+-------------------------------------------------+
| Context Component | New Information Elements                        |
+-------------------+-------------------------------------------------+
| Common Context    |   Authentication Credential Format              |
|                   |   Group Manager Authentication Credential       |
|                   | * Group Encryption Algorithm                    |
|                   | * Signature Algorithm                           |
|                   | * Signature Encryption Key                      |
|                   | ^ Pairwise Key Agreement Algorithm              |
+-------------------+-------------------------------------------------+
| Sender Context    |   Endpoint's own private key                    |
|                   |   Endpoint's own authentication credential      |
|                   | ^ Pairwise Sender Keys for the other endpoints  |
+-------------------+-------------------------------------------------+
| Each              |   Other endpoint's authentication credential    |
| Recipient Context | ^ Pairwise Recipient Key for the other endpoint |
+-------------------+-------------------------------------------------+
]]></artwork>
      </figure>
      <section anchor="ssec-common-context">
        <name>Common Context</name>
        <t>The following sections specify how the Common Context is used and extended compared to <xref target="RFC8613"/>. All algorithms (AEAD, Group Encryption, Signature, Pairwise Key Agreement) are immutable once the Common Context is established.
The Common Context may be acquired from the Group Manager (see <xref target="group-manager"/>).</t>
        <section anchor="ssec-common-context-aead-alg">
          <name>AEAD Algorithm</name>
          <t>The AEAD Algorithm (see <xref section="3.1" sectionFormat="of" target="RFC8613"/>) <bcp14>SHALL</bcp14> identify the COSE AEAD algorithm to use for encryption and decryption when messages are protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). This algorithm <bcp14>MUST</bcp14> provide integrity protection. If this parameter is not set, the pairwise mode is not used in the group.</t>
        </section>
        <section anchor="ssec-common-context-id-context">
          <name>ID Context</name>
          <t>The ID Context parameter (see Sections <xref target="RFC8613" section="3.1" sectionFormat="bare"/> and <xref target="RFC8613" section="3.3" sectionFormat="bare"/> of <xref target="RFC8613"/>) <bcp14>SHALL</bcp14> contain the Group Identifier (Gid) of the group. The choice of the Gid format is application specific. An example of specific formatting of the Gid is given in <xref target="gid-ex"/>. The application needs to specify how to handle potential collisions between Gids (see <xref target="ssec-gid-collision"/>).</t>
        </section>
        <section anchor="ssec-common-common-iv">
          <name>Common IV</name>
          <t>The Common IV parameter (see <xref section="3.1" sectionFormat="of" target="RFC8613"/>) <bcp14>SHALL</bcp14> identify the Common IV used in the group. Differently from OSCORE, the length of the Common IV is determined as follows.</t>
          <ul spacing="normal">
            <li>
              <t>If only one among the AEAD Algorithm and the Group Encryption Algorithm is set (see <xref target="ssec-common-context-aead-alg"/> and <xref target="ssec-common-context-cs-enc-alg"/>), the length of the Common IV is the AEAD nonce length for the set algorithm.</t>
            </li>
            <li>
              <t>If both the AEAD Algorithm and the Group Encryption Algorithm are set, the length of the Common IV is the greatest AEAD nonce length among those of the two algorithms.</t>
            </li>
          </ul>
        </section>
        <section anchor="ssec-common-context-authcred-format">
          <name>Authentication Credential Format</name>
          <t>The new parameter Authentication Credential Format specifies the format of authentication credentials used in the group. Further details on authentication credentials are compiled in <xref target="sec-pub-key-format"/>.</t>
        </section>
        <section anchor="ssec-common-context-gm-pub-key">
          <name>Group Manager Authentication Credential</name>
          <t>The new parameter Group Manager Authentication Credential specifies the authentication credential of the Group Manager, including the Group Manager's public key. The endpoint <bcp14>MUST</bcp14> achieve proof-of-possession of the corresponding private key. Further details on the provisioning of the Group Manager's authentication credential to the group members are out of the scope of this document.</t>
        </section>
        <section anchor="ssec-common-context-cs-enc-alg">
          <name>Group Encryption Algorithm</name>
          <t>The new parameter Group Encryption Algorithm identifies the algorithm to use for encryption and decryption, when messages are protected in group mode (see <xref target="mess-processing"/>). This algorithm <bcp14>MAY</bcp14> provide integrity protection. If this parameter is not set, the group mode is not used in the group.</t>
        </section>
        <section anchor="ssec-common-context-cs-alg">
          <name>Signature Algorithm</name>
          <t>The new parameter Signature Algorithm identifies the digital signature algorithm used for computing and verifying the countersignature on the COSE object (see Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>), when messages are protected in group mode (see <xref target="mess-processing"/>). If this parameter is not set, the group mode is not used in the group.</t>
        </section>
        <section anchor="ssec-common-context-group-enc-key">
          <name>Signature Encryption Key</name>
          <t>The new parameter Signature Encryption Key specifies the encryption key for deriving a keystream to encrypt/decrypt a countersignature, when a message is protected in group mode (see <xref target="mess-processing"/>).</t>
          <t>The Signature Encryption Key is derived as defined for Sender/Recipient Keys in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>, with the following differences.</t>
          <ul spacing="normal">
            <li>
              <t>The 'id' element of the 'info' array is the empty byte string.</t>
            </li>
            <li>
              <t>The 'alg_aead' element of the 'info' array specifies the Group Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>), encoded as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
            </li>
            <li>
              <t>The 'type' element of the 'info' array is "SEKey". The label is an ASCII string and does not include a trailing NUL byte.</t>
            </li>
            <li>
              <t>L and the 'L' element of the 'info' array are the size of the key for the Group Encryption Algorithm specified in the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>), in bytes. While the obtained Signature Encryption Key is never used with the Group Encryption Algorithm, its length was chosen to obtain a matching level of security.</t>
            </li>
          </ul>
        </section>
        <section anchor="ssec-common-context-dh-alg">
          <name>Pairwise Key Agreement Algorithm</name>
          <t>The new parameter Pairwise Key Agreement Algorithm identifies the elliptic curve Diffie-Hellman algorithm used to derive a static-static Diffie-Hellman shared secret, from which pairwise keys are derived (see <xref target="key-derivation-pairwise"/>) to protect messages with the pairwise mode (see <xref target="sec-pairwise-protection"/>). If this parameter is not set, the pairwise mode is not used in the group.</t>
          <t>If the HKDF Algorithm specified in the Common Context is "HKDF SHA-256" (identified as "HMAC 256/256"), then the Pairwise Key Agreement Algorithm is "ECDH-SS + HKDF-256" (COSE algorithm encoding: -27).</t>
          <t>If the HKDF Algorithm specified in the Common Context is "HKDF SHA-512" (identified as "HMAC 512/512"), then the Pairwise Key Agreement Algorithm is "ECDH-SS + HKDF-512" (COSE algorithm encoding: -28).</t>
          <t>Note that the HKDF Algorithm in the Common Context is denoted by the corresponding COSE HMAC Algorithm. For example, the HKDF Algorithm "HKDF SHA-256" is specified as the HMAC Algorithm "HMAC 256/256".</t>
          <t>More generally, if Pairwise Key Agreement Algorithm is set, it <bcp14>MUST</bcp14> identify a COSE algorithm such that: i) it performs a direct ECDH Static-Static key agreement; and ii) it indicates the use of the same HKDF Algorithm used in the group as specified in the Common Context.</t>
        </section>
      </section>
      <section anchor="ssec-sender-recipient-context">
        <name>Sender Context and Recipient Context</name>
        <t>The Sender ID <bcp14>SHALL</bcp14> be unique for each endpoint in a group with a certain triplet (Master Secret, Master Salt, Group Identifier), see <xref section="3.3" sectionFormat="of" target="RFC8613"/>.</t>
        <t>The maximum length of a Sender ID in bytes equals L minus 6, where L is determined as follows.</t>
        <ul spacing="normal">
          <li>
            <t>If only one among the AEAD Algorithm and the Group Encryption Algorithm is set (see <xref target="ssec-common-context-aead-alg"/> and <xref target="ssec-common-context-cs-enc-alg"/>), then L is the AEAD nonce length for the set algorithm.</t>
          </li>
          <li>
            <t>If both the AEAD Algorithm and the Group Encryption Algorithm are set, then L is the smallest AEAD nonce length among those of the two algorithms.</t>
          </li>
        </ul>
        <t>With the exception of the authentication credential of the sender endpoint, a receiver endpoint can derive a complete Security Context from a received Group OSCORE message and the Common Context (see <xref target="ssec-establishment-context-parameters"/>).</t>
        <t>The authentication credentials in the Recipient Contexts can be retrieved from the Group Manager (see <xref target="group-manager"/>) upon joining the group. An authentication credential can alternatively be acquired from the Group Manager at a later time, for example the first time a message is received from a particular endpoint in the group (see <xref target="ssec-verify-request"/> and <xref target="ssec-verify-response"/>).</t>
        <t>For severely constrained devices, it may be infeasible to simultaneously handle the ongoing processing of a recently received message in parallel with the retrieval of the sender endpoint's authentication credential. Such devices can be configured to drop a received message for which there is no (complete) Recipient Context, and retrieve the sender endpoint's authentication credential in order to have it available to verify subsequent messages from that endpoint.</t>
        <t>An endpoint may admit a maximum number of Recipient Contexts for a same Security Context, e.g., due to memory limitations. After reaching that limit, the endpoint has to delete a current Recipient Context to install a new one (see <xref target="ssec-loss-mutable-context-overflow"/>). It is up to the application to define policies for Recipient Contexts to delete.</t>
      </section>
      <section anchor="ssec-establishment-context-parameters">
        <name>Establishment of Security Context Parameters</name>
        <t>OSCORE defines the derivation of Sender Context and Recipient Context (specifically, of Sender/Recipient Keys) and of the Common IV, from a set of input parameters (see <xref section="3.2" sectionFormat="of" target="RFC8613"/>).</t>
        <t>The derivation of Sender/Recipient Keys and of the Common IV defined in OSCORE applies also to Group OSCORE, with the following modifications compared to <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>.</t>
        <ul spacing="normal">
          <li>
            <t>If Group Encryption Algorithm in the Common Context is set (see <xref target="ssec-common-context-cs-enc-alg"/>), then the 'alg_aead' element of the 'info' array <bcp14>MUST</bcp14> specify Group Encryption Algorithm from the Common Context as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
          </li>
          <li>
            <t>If Group Encryption Algorithm in the Common Context is not set, then the 'alg_aead' element of the 'info' array <bcp14>MUST</bcp14> specify AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>), as per <xref section="5.4" sectionFormat="of" target="RFC8613"/>.</t>
          </li>
          <li>
            <t>When deriving the Common IV, the 'L' element of the 'info' array <bcp14>MUST</bcp14> specify the length of the Common IV in bytes, which is determined as defined in <xref target="ssec-common-common-iv"/>.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-pub-key-format">
        <name>Authentication Credentials</name>
        <t>The authentication credentials of the endpoints in a group <bcp14>MUST</bcp14> be encoded according to the format used in the group, as indicated by the Authentication Credential Format parameter in the Common Context (see <xref target="ssec-common-context-authcred-format"/>). The authentication credential of the Group Manager <bcp14>SHOULD</bcp14> be encoded according to that same format. The format of authentication credentials <bcp14>MUST</bcp14> provide the public key and a comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve (when applicable).</t>
        <t>If Group Encryption Algorithm in the Common Context is not set (see <xref target="ssec-common-context-cs-enc-alg"/>), then the public key algorithm is the Pairwise Key Agreement Algorithm used in the group (see <xref target="ssec-common-context-dh-alg"/>), else the Signature Algorithm used in the group (see <xref target="ssec-common-context-cs-alg"/>).</t>
        <t>If the authentication credentials are X.509 certificates <xref target="RFC5280"/> or C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>, the public key algorithm is fully described by the "algorithm" field of the "SubjectPublicKeyInfo" structure, and by the "subjectPublicKeyAlgorithm" element, respectively.</t>
        <t>If authentication credentials are CBOR Web Tokens (CWTs) or CWT Claims Sets (CCSs) <xref target="RFC8392"/>, the public key algorithm is fully described by a COSE key type and its "kty" and "crv" parameters.</t>
        <t>Authentication credentials are used to derive pairwise keys (see <xref target="key-derivation-pairwise"/>) and are included in the external additional authenticated data when processing messages (see <xref target="sec-cose-object-ext-aad"/>). In both these cases, an endpoint in a group <bcp14>MUST</bcp14> treat authentication credentials as opaque data, i.e., by considering the same binary representation made available to other endpoints in the group, possibly through a designated trusted source (e.g., the Group Manager).</t>
        <t>For example, an X.509 certificate is provided as its direct binary serialization. If C509 certificates or CWTs are used as authentication credentials, each is provided as the binary serialization of a (possibly tagged) CBOR array. If CCSs are used as authentication credentials, each is provided as the binary serialization of a CBOR map.</t>
        <t>If authentication credentials are CWTs, then the untagged CWT associated with an entity is stored in the Security Context and used as authentication credential for that entity.</t>
        <t>If authentication credentials are X.509 / C509 certificates or CWTs, and the authentication credential associated with an entity is provided within a chain or a bag, then only the end-entity certificate or end-entity untagged CWT is stored in the Security Context and used as authentication credential for that entity.</t>
        <t>Storing whole authentication credentials rather than only a subset of those may result in a non-negligible storage overhead. On the other hand, it also ensures that authentication credentials are correctly used in a simple, flexible and non-error-prone way, also taking into account future credential formats as entirely new or extending existing ones. In particular, it is ensured that:</t>
        <ul spacing="normal">
          <li>
            <t>When used to derive pairwise keys and when included in the external additional authenticated data, authentication credentials can also specify possible metadata and parameters related to the included public key. Besides the public key algorithm, these comprise other relevant pieces of information such as key usage, expiration time, issuer, and subject.</t>
          </li>
          <li>
            <t>All endpoints using another endpoint's authentication credential use exactly the same binary serialization, as obtained and distributed by the credential provider (e.g., the Group Manager), and as originally crafted by the credential issuer. In turn, this does not require to define and maintain canonical subsets of authentication credentials and their corresponding encoding, and spares endpoints from error-prone re-encoding operations.</t>
          </li>
        </ul>
        <t>Depending on the particular deployment and the intended group size, limiting the storage overhead of endpoints in a group can be an incentive for system/network administrators to prefer using a compact format of authentication credentials in the first place.</t>
      </section>
      <section anchor="sec-derivation-pairwise">
        <name>Pairwise Keys</name>
        <t>Certain signature schemes, such as EdDSA and ECDSA, support a secure combined signature and encryption scheme. This section specifies the derivation of "pairwise keys", for use in the pairwise mode defined in <xref target="sec-pairwise-protection"/>.</t>
        <t>Group OSCORE keys used for both signature and encryption <bcp14>MUST</bcp14> be used only for purposes related to Group OSCORE. These include the processing of messages with Group OSCORE, as well as performing proof-of-possession of private keys, e.g., upon joining a group through the Group Manager (see <xref target="group-manager"/>).</t>
        <section anchor="key-derivation-pairwise">
          <name>Derivation of Pairwise Keys</name>
          <t>Using the Group OSCORE Security Context (see <xref target="sec-context"/>), a group member can derive AEAD keys, to protect point-to-point communication between itself and any other endpoint X in the group by means of the AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>). The key derivation of these so-called pairwise keys follows the same construction as in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>:</t>
          <artwork><![CDATA[
Pairwise Sender Key    = HKDF(Sender Key, IKM-Sender, info, L)
Pairwise Recipient Key = HKDF(Recipient Key, IKM-Recipient, info, L)

with

IKM-Sender    = Sender Auth Cred | Recipient Auth Cred | Shared Secret
IKM-Recipient = Recipient Auth Cred | Sender Auth Cred | Shared Secret
]]></artwork>
          <t>where:</t>
          <ul spacing="normal">
            <li>
              <t>The Pairwise Sender Key is the AEAD key for processing outgoing messages addressed to endpoint X.</t>
            </li>
            <li>
              <t>The Pairwise Recipient Key is the AEAD key for processing incoming messages from endpoint X.</t>
            </li>
            <li>
              <t>HKDF is the OSCORE HKDF algorithm <xref target="RFC8613"/> from the Common Context.</t>
            </li>
            <li>
              <t>The Sender Key from the Sender Context is used as salt in the HKDF, when deriving the Pairwise Sender Key.</t>
            </li>
            <li>
              <t>The Recipient Key from the Recipient Context associated with endpoint X is used as salt in the HKDF, when deriving the Pairwise Recipient Key.</t>
            </li>
            <li>
              <t>Sender Auth Cred is the endpoint's own authentication credential from the Sender Context.</t>
            </li>
            <li>
              <t>Recipient Auth Cred is the endpoint X's authentication credential from the Recipient Context associated with the endpoint X.</t>
            </li>
            <li>
              <t>The Shared Secret is computed as a cofactor Diffie-Hellman shared secret, see Section 5.7.1.2 of <xref target="NIST-800-56A"/>, using the Pairwise Key Agreement Algorithm. The endpoint uses its private key from the Sender Context and the other endpoint's public key included in Recipient Auth Cred. Note the requirement of validation of public keys in <xref target="ssec-crypto-considerations"/>.  </t>
              <t>
In case the other endpoint's public key has COSE Key Type "EC2" (e.g., for the curves P-256, P-384, and P-512), then the public key is used as is. In case the other endpoint's public key has COSE Key Type "OKP", the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748"/>. In particular, if the public key is for X25519 or X448, it is used as is. Otherwise, if the public key is for the curve Ed25519 or Ed448, it is first mapped to Montgomery coordinates (see <xref target="montgomery"/>).</t>
            </li>
            <li>
              <t>IKM-Sender is the Input Keying Material (IKM) used in the HKDF for the derivation of the Pairwise Sender Key. IKM-Sender is the byte string concatenation of Sender Auth Cred, Recipient Auth Cred, and the Shared Secret. The authentication credentials Sender Auth Cred and Recipient Auth Cred are binary encoded as defined in <xref target="sec-pub-key-format"/>.</t>
            </li>
            <li>
              <t>IKM-Recipient is the Input Keying Material (IKM) used in the HKDF for the derivation of the Pairwise Recipient Key. IKM-Recipient is the byte string concatenation of Recipient Auth Cred, Sender Auth Cred, and the Shared Secret. The authentication credentials Recipient Auth Cred and Sender Auth Cred are binary encoded as defined in <xref target="sec-pub-key-format"/>.</t>
            </li>
            <li>
              <t>info and L are as defined in <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>. That is:  </t>
              <ul spacing="normal">
                <li>
                  <t>The 'alg_aead' element of the 'info' array takes the value of AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>).</t>
                </li>
                <li>
                  <t>L  and the 'L' element of the 'info' array are the size of the key for the AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>), in bytes.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>If EdDSA asymmetric keys are used, the Edward coordinates are mapped to Montgomery coordinates using the maps defined in Sections <xref target="RFC7748" section="4.1" sectionFormat="bare"/> and <xref target="RFC7748" section="4.2" sectionFormat="bare"/> of <xref target="RFC7748"/>, before using the X25519 or X448 function defined in <xref section="5" sectionFormat="of" target="RFC7748"/>. For further details, see <xref target="montgomery"/>. ECC asymmetric keys in Montgomery or Weierstrass form are used directly in the key agreement algorithm, without coordinate mapping.</t>
          <t>After establishing a partially or completely new Security Context (see <xref target="ssec-sec-context-persistence"/> and <xref target="sec-group-key-management"/>), the old pairwise keys <bcp14>MUST</bcp14> be deleted. Since new Sender/Recipient Keys are derived from the new group keying material (see <xref target="ssec-sender-recipient-context"/>), every group member <bcp14>MUST</bcp14> use the new Sender/Recipient Keys when deriving new pairwise keys.</t>
          <t>As long as any two group members preserve the same asymmetric keys, their Diffie-Hellman shared secret does not change across updates of the group keying material.</t>
        </section>
        <section anchor="montgomery">
          <name>ECDH with Montgomery Coordinates</name>
          <section anchor="curve25519">
            <name>Curve25519</name>
            <t>The y-coordinate of the other endpoint's Ed25519 public key is decoded as specified in <xref section="5.1.3" sectionFormat="of" target="RFC8032"/>. The Curve25519 u-coordinate is recovered as u = (1 + y) / (1 - y) (mod p) following the map in <xref section="4.1" sectionFormat="of" target="RFC7748"/>. Note that the mapping is not defined for y = 1, and that y = -1 maps to u = 0 which corresponds to the neutral group element and thus will result in a degenerate shared secret. Therefore, implementations <bcp14>MUST</bcp14> abort if the y-coordinate of the other endpoint's Ed25519 public key is 1 or -1 (mod p).</t>
            <t>The private signing key byte strings (i.e., the lower 32 bytes used for generating the public key, see step 1 of <xref section="5.1.5" sectionFormat="of" target="RFC8032"/>) are decoded the same way for signing in Ed25519 and scalar multiplication in X25519. Hence, in order to compute the shared secret, the endpoint applies the X25519 function to the Ed25519 private signing key byte string and the encoded u-coordinate byte string as specified in <xref section="5" sectionFormat="of" target="RFC7748"/>.</t>
          </section>
          <section anchor="curve448">
            <name>Curve448</name>
            <t>The y-coordinate of the other endpoint's Ed448 public key is decoded as specified in <xref section="5.2.3." sectionFormat="of" target="RFC8032"/>. The Curve448 u-coordinate is recovered as u = y^2 * (d * y^2 - 1) / (y^2 - 1) (mod p) following the map from "edwards448" in <xref section="4.2" sectionFormat="of" target="RFC7748"/>, and also using the relation x^2 = (y^2 - 1)/(d * y^2 - 1) from the curve equation. Note that the mapping is not defined for y = 1 or -1. Therefore, implementations <bcp14>MUST</bcp14> abort if the y-coordinate of the peer endpoint's Ed448 public key is 1 or -1 (mod p).</t>
            <t>The private signing key byte strings (i.e., the lower 57 bytes used for generating the public key, see step 1 of <xref section="5.2.5" sectionFormat="of" target="RFC8032"/>) are decoded the same way for signing in Ed448 and scalar multiplication in X448. Hence, in order to compute the shared secret, the endpoint applies the X448 function to the Ed448 private signing key byte string and the encoded u-coordinate byte string as specified in <xref section="5" sectionFormat="of" target="RFC7748"/>.</t>
          </section>
        </section>
        <section anchor="pairwise-seqno">
          <name>Usage of Sequence Numbers</name>
          <t>When using any of its Pairwise Sender Keys, a sender endpoint including the 'Partial IV' parameter in the protected message <bcp14>MUST</bcp14> use the current fresh value of the Sender Sequence Number from its Sender Context (see <xref target="ssec-sender-recipient-context"/>). That is, the same Sender Sequence Number space is used for all outgoing messages protected with Group OSCORE, thus limiting both storage and complexity.</t>
          <t>On the other hand, when combining communications with the group mode and the pairwise mode, this may result in the Partial IV values moving forward more often. This can happen when a client engages in frequent or long sequences of one-to-one exchanges with servers in the group, by sending requests over unicast. In turn, this contributes to a sooner exhaustion of the Sender Sequence Number space of the client, which would then require to take actions for deriving a new Sender Context before resuming communications in the group (see <xref target="ssec-wrap-around-partial-iv"/>).</t>
        </section>
        <section anchor="pairwise-implementation">
          <name>Security Context for Pairwise Mode</name>
          <t>If the pairwise mode is supported, the Security Context additionally includes the Pairwise Key Agreement Algorithm and the pairwise keys, as described at the beginning of <xref target="sec-context"/>.</t>
          <t>The pairwise keys as well as the shared secrets used in their derivation (see <xref target="key-derivation-pairwise"/>) may be stored in memory or recomputed every time they are needed. The shared secret changes only when a public/private key pair used for its derivation changes, which results in the pairwise keys also changing. Additionally, the pairwise keys change if the Sender ID changes or if a new Security Context is established for the group (see <xref target="sec-group-re-join"/>). In order to optimize protocol performance, an endpoint may store the derived pairwise keys for easy retrieval.</t>
          <t>In the pairwise mode, the Sender Context includes the Pairwise Sender Keys to use with the other endpoints (see <xref target="fig-additional-context-information"/>). In order to identify the right key to use, the Pairwise Sender Key for endpoint X may be associated with the Recipient ID of endpoint X, as defined in the Recipient Context (i.e., the Sender ID from the point of view of endpoint X). In this way, the Recipient ID can be used to lookup for the right Pairwise Sender Key. This association may be implemented in different ways, e.g., by storing the pair (Recipient ID, Pairwise Sender Key) or linking a Pairwise Sender Key to a Recipient Context.</t>
        </section>
      </section>
      <section anchor="ssec-sec-context-persistence">
        <name>Update of Security Context</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> that the immutable part of the Security Context is stored in non-volatile memory, or that it can otherwise be reliably accessed throughout the operation of the group, e.g., after device reboots. However, also immutable parts of the Security Context may need to be updated, for example due to scheduled key renewal, new or re-joining members in the group, or the fact that the endpoint changes Sender ID (see <xref target="sec-group-re-join"/>).</t>
        <t>The mutable parts of the Security Context are updated by the endpoint when executing the security protocol, but may be lost (see <xref target="ssec-loss-mutable-context"/>) or become outdated by exhaustion of Sender Sequence Numbers (see <xref target="ssec-wrap-around-partial-iv"/>).</t>
        <section anchor="ssec-loss-mutable-context">
          <name>Loss of Mutable Security Context</name>
          <t>An endpoint may lose its mutable Security Context, e.g., due to a reboot occurred in an unprepared way (see <xref target="ssec-loss-mutable-context-total"/>) or due to a deleted Recipient Context (see <xref target="ssec-loss-mutable-context-overflow"/>).</t>
          <t>If it is not feasible or practically possible to store and maintain up-to-date the mutable part in non-volatile memory (e.g., due to limited number of write operations), the endpoint <bcp14>MUST</bcp14> be able to detect a loss of the mutable Security Context, to prevent the re-use of a nonce with the same AEAD key, and to handle incoming replayed messages.</t>
          <section anchor="ssec-loss-mutable-context-total">
            <name>Total Loss</name>
            <t>In case a loss of the Sender Context and/or of the Recipient Contexts is detected (e.g., following a reboot occurred in an unprepared way), the endpoint <bcp14>MUST NOT</bcp14> protect further messages using this Security Context, to avoid reusing an AEAD nonce with the same AEAD key.</t>
            <t>Before resuming its operations in the group, the endpoint <bcp14>MUST</bcp14> retrieve new Security Context parameters from the Group Manager (see <xref target="sec-group-re-join"/>) and use them to derive a new Sender Context and Recipient Contexts (see <xref target="ssec-sender-recipient-context"/>). Since the new Sender Context includes newly derived encryption keys, an endpoint will not reuse the same pair (key, nonce), even when it is a server using the Partial IV of (old re-injected) requests to build the AEAD nonce for protecting the responses.</t>
            <t>From then on, the endpoint <bcp14>MUST</bcp14> use the latest installed Sender Context to protect outgoing messages. Newly derived Recipient Contexts will have a Replay Window which is initialized as valid.</t>
            <t>If an endpoint is not configured as silent server and is not able to establish an updated Sender Context, e.g., because of lack of connectivity with the Group Manager, then the endpoint <bcp14>MUST NOT</bcp14> protect further messages using the current Security Context and <bcp14>MUST NOT</bcp14> accept incoming messages from other group members, as currently unable to detect possible replays.</t>
            <t>If an endpoint is configured as silent server and is not able to establish an updated Security Context, e.g., because of lack of connectivity with the Group Manager, then the endpoint <bcp14>MUST NOT</bcp14> accept incoming messages from other group members, as currently unable to detect possible replays.</t>
            <t>An adversary may leverage the above to perform a Denial of Service attack and prevent some group members from communicating altogether. That is, the adversary can first block the communication path between the Group Manager and some individual group members. This can be achieved, for instance, by injecting fake responses to DNS queries for the Group Manager hostname, or by removing a network link used for routing traffic towards the Group Manager. Then, the adversary can induce an unprepared reboot for some endpoints in the group, e.g., by triggering a short power outage. After that, such endpoints that have lost their Sender Context and/or Recipient Contexts following the reboot would not be able to obtain new Security Context parameters from the Group Manager, as specified above. Thus, they would not be able to further communicate in the group until connectivity with the Group Manager is restored.</t>
          </section>
          <section anchor="ssec-loss-mutable-context-overflow">
            <name>Deleted Recipient Contexts</name>
            <t>The Security Context may contain a large and variable number of Recipient Contexts. A Recipient Context may need to be deleted, because the maximum number of Recipient Contexts has been reached (see <xref target="ssec-sender-recipient-context"/>), or due to some other reason.</t>
            <t>When a Recipient Context is deleted, this does not only result in losing information about previously received messages from the corresponding other endpoint. It also results in the inability to be aware of the Security Contexts from which information has been lost.</t>
            <t>Therefore, if the Recipient Context is derived again from the same Security Context, there is a risk that a replayed message is not detected. If one Recipient Context has been deleted from the current Security Context, then the Replay Window of any new Recipient Context in this Security Context <bcp14>MUST</bcp14> be initialized as invalid. Messages associated with a Recipient Context that has an invalid Replay Window <bcp14>MUST NOT</bcp14> be delivered to the application.</t>
            <t>If the endpoint receives a request to process with the new Recipient Context and the endpoint supports the CoAP Echo Option <xref target="RFC9175"/>, then it is <bcp14>RECOMMENDED</bcp14> to follow the procedure specified in <xref target="sec-synch-challenge-response"/> which establishes a valid Replay Window. In particular, the endpoint <bcp14>MUST</bcp14> use its Partial IV when generating the AEAD nonce and <bcp14>MUST</bcp14> include the Partial IV in the response message conveying the Echo Option.</t>
            <t>Alternatively, the endpoint <bcp14>MAY</bcp14> retrieve or wait for new Security Context parameters from the Group Manager and derive new Sender and Recipient Contexts, as defined in <xref target="ssec-loss-mutable-context-total"/>. In this case the Replay Windows of all Recipient Contexts become valid if they are not already.</t>
          </section>
        </section>
        <section anchor="ssec-wrap-around-partial-iv">
          <name>Exhaustion of Sender Sequence Number Space</name>
          <t>Since an endpoint increments its Sender Sequence Number for each new outgoing message including a Partial IV, an endpoint can eventually exhaust the Sender Sequence Number space.</t>
          <t>Implementations <bcp14>MUST</bcp14> be able to detect an exhaustion of Sender Sequence Number space, after the endpoint has consumed the largest usable value. This may be influenced by additional limitations besides the mere 40-bit size limit of the Partial IV. If an implementation's integers support wrapping addition, the implementation <bcp14>MUST</bcp14> treat the Sender Sequence Number as exhausted when a wrap-around is detected.</t>
          <t>Upon exhausting the Sender Sequence Number space, the endpoint <bcp14>MUST NOT</bcp14> use this Security Context to protect further messages including a Partial IV.</t>
          <t>The endpoint <bcp14>SHOULD</bcp14> inform the Group Manager, retrieve new Security Context parameters from the Group Manager (see <xref target="sec-group-re-join"/>), and use them to derive a new Sender Context (see <xref target="ssec-sender-recipient-context"/>).</t>
          <t>From then on, the endpoint <bcp14>MUST</bcp14> use its latest installed Sender Context to protect outgoing messages.</t>
        </section>
        <section anchor="sec-group-re-join">
          <name>Retrieving New Security Context Parameters</name>
          <t>The Group Manager can assist an endpoint with an incomplete Sender Context to retrieve missing data of the Security Context and thereby become fully operational in the group again. The two main options for the Group Manager are described in this section: i) assignment of a new Sender ID to the endpoint (see <xref target="new-sender-id"/>); and ii) establishment of a new Security Context for the group (see <xref target="new-sec-context"/>). The update of the Replay Window in each of the Recipient Contexts is discussed in <xref target="ssec-loss-mutable-context"/>.</t>
          <t>As group membership changes, or as group members get new Sender IDs (see <xref target="new-sender-id"/>), so do the relevant Recipient IDs that the other endpoints need to keep track of. As a consequence, group members may end up retaining stale Recipient Contexts, that are no longer useful to verify incoming secure messages.</t>
          <t>The Recipient ID ('kid') <bcp14>SHOULD NOT</bcp14> be considered as a persistent and reliable identifier of a group member. Such an indication can be achieved only by using that member's public key, when verifying countersignatures of received messages (in group mode), or when verifying messages integrity-protected with pairwise keying material derived from authentication credentials and associated asymmetric keys (in pairwise mode).</t>
          <t>Furthermore, applications <bcp14>MAY</bcp14> define policies to: i) delete (long-)unused Recipient Contexts and reduce the impact on storage space; as well as ii) check with the Group Manager that an authentication credential with the public key included therein is currently the one associated with a 'kid' value, after a number of consecutive failed verifications.</t>
          <section anchor="new-sender-id">
            <name>New Sender ID for the Endpoint</name>
            <t>The Group Manager may assign a new Sender ID to an endpoint, while leaving the Gid, Master Secret and Master Salt unchanged in the group. In this case, the Group Manager <bcp14>MUST</bcp14> assign a Sender ID that has not been used in the group since the latest time when the current Gid value was assigned to the group (see <xref target="sec-group-key-management"/>).</t>
            <t>Having retrieved the new Sender ID, and potentially other missing data of the immutable Security Context, the endpoint can derive a new Sender Context (see <xref target="ssec-sender-recipient-context"/>). When doing so, the endpoint resets the Sender Sequence Number in its Sender Context to 0, and derives a new Sender Key. This is in turn used to possibly derive new Pairwise Sender Keys.</t>
            <t>From then on, the endpoint <bcp14>MUST</bcp14> use its latest installed Sender Context to protect outgoing messages.</t>
            <t>The assignment of a new Sender ID may be the result of different processes. The endpoint may request a new Sender ID, e.g., because of the exhaustion of the Sender Sequence Number space (see <xref target="ssec-wrap-around-partial-iv"/>). An endpoint may request to re-join the group, e.g., because of losing its mutable Security Context (see <xref target="ssec-loss-mutable-context"/>), and is provided with a new Sender ID together with the latest immutable Security Context.</t>
            <t>For the other group members, the Recipient Context corresponding to the old Sender ID becomes stale (see <xref target="sec-group-key-management"/>).</t>
          </section>
          <section anchor="new-sec-context">
            <name>New Security Context for the Group</name>
            <t>The Group Manager may establish a new Security Context for the group (see <xref target="sec-group-key-management"/>). The Group Manager does not necessarily establish a new Security Context for the group if one member has an outdated Security Context (see <xref target="new-sender-id"/>), unless that was already planned or required for other reasons.</t>
            <t>All the group members need to acquire new Security Context parameters from the Group Manager. Once having acquired new Security Context parameters, each group member performs the following actions.</t>
            <ul spacing="normal">
              <li>
                <t>From then on, it <bcp14>MUST NOT</bcp14> use the current Security Context to start processing new messages for the considered group.</t>
              </li>
              <li>
                <t>It completes any ongoing message processing for the considered group.</t>
              </li>
              <li>
                <t>It derives and installs a new Security Context. In particular:  </t>
                <ul spacing="normal">
                  <li>
                    <t>It re-derives the keying material stored in its Sender Context and Recipient Contexts (see <xref target="ssec-sender-recipient-context"/>). The Master Salt used for the re-derivations is the updated Master Salt parameter if provided by the Group Manager, or the empty byte string otherwise.</t>
                  </li>
                  <li>
                    <t>It resets its Sender Sequence Number in its Sender Context to 0.</t>
                  </li>
                  <li>
                    <t>It re-initializes the Replay Window of each Recipient Context as valid and with 0 as its current lower limit.</t>
                  </li>
                  <li>
                    <t>For each long exchange where it is a client and that it wants to keep active, it sets the Response Number of each associated server as not initialized (see <xref target="sec-long-exchanges"/>).</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>From then on, it can resume processing new messages for the considered group. In particular:</t>
            <ul spacing="normal">
              <li>
                <t>It <bcp14>MUST</bcp14> use its latest installed Sender Context to protect outgoing messages.</t>
              </li>
              <li>
                <t>It <bcp14>SHOULD</bcp14> use only its latest installed Recipient Contexts to process incoming messages, unless application policies admit to temporarily retain and use the old, recent, Security Context (see <xref target="ssec-key-rotation-late-sender"/>).</t>
              </li>
            </ul>
            <t>The distribution of a new Gid and Master Secret may result in temporarily misaligned Security Contexts among group members. In particular, this may result in a group member not being able to process messages received right after a new Gid and Master Secret have been distributed. A discussion on practical consequences and possible ways to address them, as well as on how to handle the old Security Context, is provided in <xref target="ssec-key-rotation"/>.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="group-manager">
      <name>The Group Manager</name>
      <t>As with OSCORE, endpoints communicating with Group OSCORE need to establish the relevant Security Context. Group OSCORE endpoints need to acquire OSCORE input parameters, information about the group(s) and about other endpoints in the group(s). This document is based on the existence of an entity called Group Manager that is responsible for the group, but it does not mandate how the Group Manager interacts with the group members. The list of responsibilities of the Group Manager is compiled in <xref target="sec-group-manager"/>.</t>
      <t>The Group Manager assigns unique Group Identifiers (Gids) to the groups under its control. Within each of such groups, the Group Manager assigns unique Sender IDs (and thus Recipient IDs) to the respective group members. The maximum length of Sender IDs depends on the length of the AEAD nonce for the algorithms used in the group (see <xref target="ssec-sender-recipient-context"/>).</t>
      <t>According to a hierarchical approach, the Gid value assigned to a group is associated with a dedicated space for the values of Sender ID and Recipient ID of the members of that group. When an endpoint (re-)joins a group, it is provided with the current Gid to use in the group. The Group Manager also assigns an integer Key Generation Number counter to each of its groups, identifying the current version of the keying material used in that group. Further details about identifiers and keys are provided in <xref target="sec-group-key-management"/>.</t>
      <t>The Group Manager maintains records of the authentication credentials of endpoints in a group, and provides information about the group and its members to other group members (see <xref target="setup"/>), and to external entities with a specific role (see <xref target="sec-additional-entities"/>).</t>
      <section anchor="setup">
        <name>Set-up of New Endpoints</name>
        <t>From the Group Manager, an endpoint acquires group data such as the Gid and OSCORE input parameters including its own Sender ID, with which it can derive the Sender Context.</t>
        <t>When joining the group or later on as a group member, an endpoint can also retrieve from the Group Manager the authentication credential of the Group Manager as well as the authentication credential and other information associated with other members of the group, with which it can derive the corresponding Recipient Context. An application can configure a group member to asynchronously retrieve information about Recipient Contexts, e.g., by Observing <xref target="RFC7641"/> a resource at the Group Manager to get updates on the group membership.</t>
        <t>Upon endpoints' joining, the Group Manager collects their authentication credentials and <bcp14>MUST</bcp14> verify proof-of-possession of the respective private key. Together with the requested authentication credentials of other group members, the Group Manager <bcp14>MUST</bcp14> provide the joining endpoints with the Sender ID of the associated group members and the current Key Generation Number in the group (see <xref target="sec-group-key-management"/>).</t>
        <t>An endpoint may join a group, for example, by explicitly interacting with the responsible Group Manager, or by being configured with some tool performing the tasks of the Group Manager. When becoming members of a group, endpoints are not required to know how many and what endpoints are in the same group.</t>
        <t>Communications that the Group Manager has with joining endpoints and group members <bcp14>MUST</bcp14> be secured. Specific details on how to secure such communications are out of the scope of this document.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> verify that the joining endpoint is authorized to join the group. To this end, the Group Manager can directly authorize the joining endpoint, or expect it to provide authorization evidence previously obtained from a trusted entity. Further details about the authorization of joining endpoints are out of the scope of this document.</t>
        <t>In case of successful authorization check, the Group Manager provides the joining endpoint with the keying material to initialize the Security Context. The actual provisioning of keying material and parameters to the joining endpoint is out of the scope of this document.</t>
        <t>One realization of a Group Manager is specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, where the join process is based on the ACE framework for authentication and authorization in constrained environments <xref target="RFC9200"/>.</t>
      </section>
      <section anchor="sec-group-key-management">
        <name>Management of Group Keying Material</name>
        <t>In order to establish a new Security Context for a group, the Group Manager <bcp14>MUST</bcp14> generate and assign to the group a new Group Identifier (Gid) and a new value for the Master Secret parameter. When doing so, a new value for the Master Salt parameter <bcp14>MAY</bcp14> also be generated and assigned to the group. When establishing the new Security Context, the Group Manager should preserve the current value of the Sender ID of each group member.</t>
        <t>The specific group key management scheme used to distribute new keying material is out of the scope of this document. A simple group key management scheme is defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. When possible, the delivery of rekeying messages should use a reliable transport, in order to reduce chances of group members missing a rekeying instance.</t>
        <t>The set of group members should not be assumed as fixed, i.e., the group membership is subject to changes, possibly on a frequent basis.</t>
        <t>The Group Manager <bcp14>MUST</bcp14> rekey the group without undue delay in case one or more endpoints leave the group. An endpoint may leave the group at own initiative, or may be evicted from the group by the Group Manager, e.g., in case an endpoint is compromised, or is suspected to be compromised. In either case, rekeying the group excludes such endpoints from future communications in the group, and thus preserves forward security. If a network node is compromised or suspected to be compromised, the Group Manager <bcp14>MUST</bcp14> evict from the group all the endpoints hosted by that node that are member of the group and rekey the group accordingly.</t>
        <t>If required by the application, the Group Manager <bcp14>MUST</bcp14> rekey the group also before one or more new joining endpoints are added to the group, thus preserving backward security.</t>
        <t>Separately for each group, the value of the Key Generation Number increases by one each time the Group Manager distributes new keying material to that group (see <xref target="sec-group-key-management"/>).</t>
        <t>The establishment of the new Security Context for the group takes the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>The Group Manager <bcp14>MUST</bcp14> increment the Key Generation Number for the group by 1. It is up to the Group Manager what actions to take when a wrap-around of the Key Generation Number is detected.</t>
          </li>
          <li>
            <t>The Group Manager <bcp14>MUST</bcp14> build a set of stale Sender IDs including:  </t>
            <ul spacing="normal">
              <li>
                <t>The Sender IDs that, during the current Gid, were both assigned to an endpoint and subsequently relinquished (see <xref target="new-sender-id"/>).</t>
              </li>
              <li>
                <t>The current Sender IDs of the group members that the upcoming group rekeying aims to exclude from future group communications, if any.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The Group Manager rekeys the group, by distributing:  </t>
            <ul spacing="normal">
              <li>
                <t>The new keying material, i.e., the new Master Secret, the new Gid and (optionally) the new Master Salt.</t>
              </li>
              <li>
                <t>The new Key Generation Number from step 1.</t>
              </li>
              <li>
                <t>The set of stale Sender IDs from step 2.</t>
              </li>
            </ul>
            <t>
Further information may be distributed, depending on the specific group key management scheme used in the group.</t>
          </li>
        </ol>
        <t>When receiving the new group keying material, a group member considers the received stale Sender IDs and performs the following actions.</t>
        <ul spacing="normal">
          <li>
            <t>The group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group.</t>
          </li>
          <li>
            <t>The group member <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
        </ul>
        <t>After that, the group member installs the new keying material and derives the corresponding new Security Context.</t>
        <t>A group member might miss one or more consecutive instances of group rekeying. As a result, the group member will retain old group keying material with Key Generation Number GEN_OLD. Eventually, the group member can notice the discrepancy, e.g., by repeatedly failing to verify incoming messages, or by explicitly querying the Group Manager for the current Key Generation Number. Once the group member gains knowledge of having missed a group rekeying, it <bcp14>MUST</bcp14> delete the old keying material it stores.</t>
        <t>Then, the group member proceeds according to the following steps.</t>
        <ol spacing="normal" type="1"><li>
            <t>The group member retrieves from the Group Manager the current group keying material, together with the current Key Generation Number GEN_NEW. The group member <bcp14>MUST NOT</bcp14> install the obtained group keying material yet.</t>
          </li>
          <li>
            <t>The group member asks the Group Manager for the set of stale Sender IDs.</t>
          </li>
          <li>
            <t>If no exact indication can be obtained from the Group Manager, the group member <bcp14>MUST</bcp14> remove all the authentication credentials from its list of group members' authentication credentials used in the group and <bcp14>MUST</bcp14> delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member <bcp14>MUST</bcp14> remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and <bcp14>MUST</bcp14> delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>
            <t>The group member installs the current group keying material, and derives the corresponding new Security Context.</t>
          </li>
        </ol>
        <t>Alternatively, the group member can re-join the group. In such a case, the group member <bcp14>MUST</bcp14> take one of the following two actions.</t>
        <ul spacing="normal">
          <li>
            <t>First, the group member performs steps 2 and 3 above. Then, the group member re-joins the group.</t>
          </li>
          <li>
            <t>The group member re-joins the group with the same roles it currently has in the group, and, during the re-joining process, it asks the Group Manager for the authentication credentials of all the current group members.  </t>
            <t>
Then, given Z, the set of authentication credentials received from the Group Manager, the group member removes every authentication credential which is not in Z from its list of group members' authentication credentials used in the group, and deletes each of its Recipient Contexts used in the group that does not include any of the authentication credentials in Z.</t>
          </li>
        </ul>
        <t>By removing authentication credentials and deleting Recipient Contexts associated with stale Sender IDs, it is ensured that a recipient endpoint storing the latest group keying material does not store the authentication credentials of sender endpoints that are not current group members. This in turn allows group members to rely on stored authentication credentials to confidently assert the group membership of sender endpoints, when receiving incoming messages protected in group mode (see <xref target="mess-processing"/>).</t>
        <t>Such a strictness in managing the authentication credentials and Recipient Contexts associated with other group members is required for two reasons. First, as further discussed in <xref target="ssec-group-mode-security"/>, it ensures that the group mode can be used securely, even in a group where the Group Encryption Algorithm does not provide integrity protection (see <xref target="ssec-common-context-cs-enc-alg"/>) and external signature checkers are used (see <xref target="sec-processing-signature-checker"/>). Second, it ensures that the wrong (old) authentication credential associated with a group member A is never used with a sender ID that used to be associated with A and has been later issued to a different group member B (see <xref target="sec-sid-recycling"/>), thus preventing the need to recover from an identity mix-up.</t>
        <section anchor="recycling-of-identifiers">
          <name>Recycling of Identifiers</name>
          <t>This section specifies how the Group Manager handles and possibly reassigns Gid values and Sender ID values in a group.</t>
          <section anchor="sec-gid-recycling">
            <name>Recycling of Group Identifiers</name>
            <t>Since the Gid value changes every time a group is rekeyed, it can happen that, after several rekeying instances, the whole space of Gid values has been used for the group in question. When this happens, the Group Manager has no available Gid values to use that have never been assigned to the group during the group's lifetime.</t>
            <t>The occurrence of such an event and how long it would take to occur depend on the format and encoding of Gid values used in the group (see, e.g., <xref target="gid-ex"/>), as well as on the frequency of rekeying instances yielding a change of Gid value. Independently for each group under its control, the Group Manager can take one of the two following approaches.</t>
            <ul spacing="normal">
              <li>
                <t>The Group Manager does not reassign Gid values. That is, once the whole space of Gid values has been used for a group, the Group Manager terminates the group and may re-establish a new group.</t>
              </li>
              <li>
                <t>While the Gid value changes every time a group is rekeyed, the Group Manager can reassign Gid values previously used during a group's lifetime. By doing so, the group can continue to exist even once the whole space of Gid values has been used.  </t>
                <t>
The Group Manager <bcp14>MAY</bcp14> support and use this approach. In such a case, the Group Manager <bcp14>MUST</bcp14> take additional actions when handling Gid values and rekeying the group, as specified below.  </t>
                <t>
When a node (re-)joins the group and it is provided with the current Gid to use in the group, the Group Manager considers such a Gid as the Birth Gid of that endpoint for that group. For each group member, the Group Manager <bcp14>MUST</bcp14> store the latest corresponding Birth Gid until that member leaves the group. In case the endpoint has in fact re-joined the group, the newly determined Birth Gid overwrites the one currently stored.  </t>
                <t>
When establishing a new Security Context for the group, the Group Manager takes the additional following step between steps 1 and 2 of <xref target="sec-group-key-management"/>.  </t>
                <t>
A. The Group Manager <bcp14>MUST</bcp14> check if the new Gid to be distributed is equal to the Birth Gid of any of the current group members. If any of such "elder members" is found in the group, then:  </t>
                <ul spacing="normal">
                  <li>
                    <t>The Group Manager <bcp14>MUST</bcp14> evict the elder members from the group. That is, the Group Manager <bcp14>MUST</bcp14> terminate their membership and, in the following steps, it <bcp14>MUST</bcp14> rekey the group in such a way that the new keying material is not provided to those evicted elder members.      </t>
                    <t>
This ensures that any response from the same server to the request of a long exchange can never successfully match against the request of two different long exchanges.      </t>
                    <t>
In fact, the excluded elder members could eventually re-join the group, thus terminating any of their ongoing long exchanges (see <xref target="sec-long-exchanges"/>).      </t>
                    <t>
Therefore, it is ensured by construction that no client can have with the same server two ongoing long exchanges, such that the two respective requests were protected using the same Partial IV, Gid, and Sender ID.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </section>
          <section anchor="sec-sid-recycling">
            <name>Recycling of Sender IDs</name>
            <t>From the moment when a Gid is assigned to a group until the moment a new Gid is assigned to that same group, the Group Manager <bcp14>MUST NOT</bcp14> reassign a Sender ID within the group. This prevents to reuse a Sender ID ('kid') with the same triple (Gid, Master Secret, Master Salt). Within this restriction, the Group Manager can assign a Sender ID used under an old Gid value (including under a same, recycled Gid value), thus avoiding Sender ID values to irrecoverably grow in size.</t>
            <t>Even when an endpoint joining a group is recognized as a current member of that group, e.g., through the ongoing secure communication association, the Group Manager <bcp14>MUST</bcp14> assign a new Sender ID different than the one currently used by the endpoint in the group, unless the group is rekeyed first and a new Gid value is established.</t>
          </section>
          <section anchor="relation-between-identifiers-and-keying-material">
            <name>Relation between Identifiers and Keying Material</name>
            <t><xref target="fig-key-material-diagram"/> overviews the different identifiers and keying material components, considering their relation and possible reuse across group rekeying.</t>
            <figure anchor="fig-key-material-diagram">
              <name>Relations among keying material components.</name>
              <artwork align="center"><![CDATA[
Components changed in lockstep
    upon a group rekeying
+----------------------------+            * Changing a kid does not
|                            |              need changing the Group ID
| Master               Group |<--> kid1
| Secret <---> o <--->  ID   |            * A kid is not reassigned
|              ^             |<--> kid2     under the ongoing usage of
|              |             |              the current Group ID
|              |             |<--> kid3
|              v             |            * Upon changing the Group ID,
|         Master Salt        | ... ...      every current kid should
|         (optional)         |              be preserved for efficient
|                            |              key rollover
| The Key Generation Number  |
| is incremented by 1        |            * After changing Group ID, an
|                            |              unused kid can be assigned,
+----------------------------+              even if it was used before
                                            the Group ID change
]]></artwork>
            </figure>
          </section>
        </section>
      </section>
      <section anchor="sec-additional-entities">
        <name>Support for Signature Checkers</name>
        <t>The Group Manager may serve signature checkers, e.g., intermediary gateways, which verify  countersignatures of messages protected in group mode (see <xref target="sec-processing-signature-checker"/>). These entities do not join a group as members, but can retrieve authentication credentials of group members and other selected group data from the Group Manager.</t>
        <t>In order to verify countersignatures of messages in a group, a signature checker needs to retrieve the following information about the group:</t>
        <ul spacing="normal">
          <li>
            <t>The current ID Context (Gid) used in the group.</t>
          </li>
          <li>
            <t>The authentication credentials of the group members and of the Group Manager.  </t>
            <t>
If the signature checker is provided with a CWT for a given entity, then the authentication credential associated with that entity is the untagged CWT.  </t>
            <t>
If the signature checker is provided with a chain or a bag of X.509 / C509 certificates or of CWTs for a given entity, then the authentication credential associated with that entity is the end-entity certificate or end-entity untagged CWT.</t>
          </li>
          <li>
            <t>The current Signature Encryption Key (see <xref target="ssec-common-context-group-enc-key"/>).</t>
          </li>
          <li>
            <t>The identifiers of the algorithms used in the group (see <xref target="sec-context"/>), i.e.: i) Group Encryption Algorithm and Signature Algorithm; and ii) AEAD Algorithm and Pairwise Key Agreement Algorithm, if such parameters are set in the Common Context (see <xref target="ssec-common-context-aead-alg"/> and <xref target="ssec-common-context-dh-alg"/>).</t>
          </li>
        </ul>
        <t>A signature checker <bcp14>MUST</bcp14> be authorized before it can retrieve such information, for example with the use of <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      </section>
      <section anchor="sec-group-manager">
        <name>Responsibilities of the Group Manager</name>
        <t>The Group Manager is responsible for performing the following tasks:</t>
        <ol spacing="normal" type="1"><li>
            <t>Creating and managing OSCORE groups. This includes the assignment of a Gid to every newly created group, ensuring uniqueness of Gids within the set of its OSCORE groups and, optionally, the secure recycling of Gids.</t>
          </li>
          <li>
            <t>Defining policies for authorizing the joining of its OSCORE groups.</t>
          </li>
          <li>
            <t>Handling the join process to add new endpoints as group members.</t>
          </li>
          <li>
            <t>Establishing the Common Context part of the Security Context, and providing it to authorized group members during the join process, together with the corresponding Sender Context.</t>
          </li>
          <li>
            <t>Updating the Key Generation Number and the Gid of its OSCORE groups, upon renewing the respective Security Context.</t>
          </li>
          <li>
            <t>Generating and managing Sender IDs within its OSCORE groups, as well as assigning and providing them to new endpoints during the join process, or to current group members upon request of renewal or re-joining. This includes ensuring that:  </t>
            <ul spacing="normal">
              <li>
                <t>Each Sender ID is unique within each of the OSCORE groups;</t>
              </li>
              <li>
                <t>Each Sender ID is not reassigned within the same group since the latest time when the current Gid value was assigned to the group. That is, the Sender ID is not reassigned even to a current group member re-joining the same group, without a rekeying happening first.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Defining communication policies for each of its OSCORE groups, and signaling them to new endpoints during the join process.</t>
          </li>
          <li>
            <t>Renewing the Security Context of an OSCORE group upon membership change, by revoking and renewing common security parameters and keying material (rekeying).</t>
          </li>
          <li>
            <t>Providing the management keying material that a new endpoint requires to participate in the rekeying process, consistently with the key management scheme used in the group joined by the new endpoint.</t>
          </li>
          <li>
            <t>Assisting a group member that has missed a group rekeying instance to understand which authentication credentials and Recipient Contexts to delete, as associated with former group members.</t>
          </li>
          <li>
            <t>Acting as key repository, in order to handle the authentication credentials of the members of its OSCORE groups, and providing such authentication credentials to other members of the same group upon request. The actual storage of authentication credentials may be entrusted to a separate secure storage device or service.</t>
          </li>
          <li>
            <t>Validating that the format and parameters of authentication credentials of group members are consistent with the public key algorithm and related parameters used in the respective OSCORE group.</t>
          </li>
        </ol>
        <t>The Group Manager specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> provides this functionality.</t>
      </section>
    </section>
    <section anchor="sec-cose-object">
      <name>The COSE Object</name>
      <t>Building on <xref section="5" sectionFormat="of" target="RFC8613"/>, this section defines how to use COSE <xref target="RFC9052"/> to wrap and protect data in the original message. Like OSCORE, Group OSCORE uses the untagged COSE_Encrypt0 structure with an Authenticated Encryption with Associated Data (AEAD) algorithm. Unless otherwise specified, the following modifications to what is defined for OSCORE apply, for both the group mode and the pairwise mode of Group OSCORE.</t>
      <section anchor="sec-cose-object-unprotected-field">
        <name>Countersignature</name>
        <t>When protecting a message in group mode, the 'unprotected' field <bcp14>MUST</bcp14> additionally include the following parameter:</t>
        <ul spacing="normal">
          <li>
            <t>Countersignature0 version 2: its value is set to the countersignature of the COSE object.  </t>
            <t>
The countersignature is computed by the sender as described in Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>, by using its private key and according to the Signature Algorithm in the Security Context.  </t>
            <t>
In particular, the Countersign_structure contains the context text string "CounterSignature0", the external_aad as defined in <xref target="sec-cose-object-ext-aad"/> of this document, and the ciphertext of the COSE object as payload.</t>
          </li>
        </ul>
        <section anchor="clarifications-on-using-a-countersignature">
          <name>Clarifications on Using a Countersignature</name>
          <t>The literature commonly refers to a countersignature as a signature computed by an entity A over a document already protected by a different entity B.</t>
          <t>However, the COSE_Countersignature0 structure belongs to the set of abbreviated countersignatures defined in Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>, which were designed primarily to deal with the problem of encrypted group messaging, but where it is required to know who originated the message.</t>
          <t>Since the parameters for computing or verifying the abbreviated countersignature generated by A are provided by the same context used to describe the security processing performed by B and to be countersigned, these structures are applicable also when the two entities A and B are actually the same one, like the sender of a Group OSCORE message protected in group mode.</t>
        </section>
      </section>
      <section anchor="sec-cose-object-kid">
        <name>The 'kid' and 'kid context' parameters</name>
        <t>The value of the 'kid' parameter in the 'unprotected' field of response messages <bcp14>MUST</bcp14> be set to the Sender ID of the endpoint transmitting the message, if the request was protected in group mode. That is, unlike in <xref target="RFC8613"/>, the 'kid' parameter is always present in responses to a request that was protected in group mode.</t>
        <t>The value of the 'kid context' parameter in the 'unprotected' field of request messages <bcp14>MUST</bcp14> be set to the ID Context, i.e., the Group Identifier value (Gid) of the group. That is, unlike in <xref target="RFC8613"/>, the 'kid context' parameter is always present in requests.</t>
      </section>
      <section anchor="sec-cose-object-aead-nonce">
        <name>AEAD Nonce</name>
        <t>The AEAD nonce is constructed like in OSCORE, with the difference that step 4 in <xref section="5.2" sectionFormat="of" target="RFC8613"/> is replaced with:</t>
        <t>A. and then XOR with the X least significant bits of the Common IV, where X is the length in bits of the AEAD nonce.</t>
      </section>
      <section anchor="sec-cose-object-ext-aad">
        <name>external_aad</name>
        <t>The external_aad of the Additional Authenticated Data (AAD) is different compared to OSCORE <xref target="RFC8613"/>, and is defined in this section.</t>
        <t>The same external_aad structure is used in group mode and pairwise mode for encryption/decryption (see <xref section="5.3" sectionFormat="of" target="RFC9052"/>), as well as in group mode for computing and verifying the countersignature (see Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>).</t>
        <t>In particular, the external_aad includes also the Signature Algorithm, the Group Encryption Algorithm, the Pairwise Key Agreement Algorithm, the value of the 'kid context' in the COSE object of the request, the OSCORE Option of the protected message, the sender's authentication credential, and the Group Manager's authentication credential.</t>
        <t>The external_aad <bcp14>SHALL</bcp14> be a CBOR array wrapped in a bstr object as defined below, following the notation of <xref target="RFC8610"/>:</t>
        <figure anchor="fig-ext-aad">
          <name>external_aad</name>
          <artwork type="CDDL" align="center"><![CDATA[
external_aad = bstr .cbor aad_array

aad_array = [
   oscore_version : uint,
   algorithms : [alg_aead : int / tstr / null,
                 alg_group_enc : int / tstr / null,
                 alg_signature : int / tstr / null,
                 alg_pairwise_key_agreement : int / tstr / null],
   request_kid : bstr,
   request_piv : bstr,
   options : bstr,
   request_kid_context : bstr,
   OSCORE_option : bstr,
   sender_cred : bstr,
   gm_cred : bstr
]
]]></artwork>
        </figure>
        <t>Compared with <xref section="5.4" sectionFormat="of" target="RFC8613"/>, the aad_array has the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>The 'algorithms' array is extended as follows.  </t>
            <t>
The parameter 'alg_aead' <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if the parameter AEAD Algorithm in the Security Context is not set (see <xref target="sec-context"/>). Otherwise, regardless of whether the endpoint supports the pairwise mode or not, this parameter <bcp14>MUST</bcp14> specify AEAD Algorithm from the Common Context (see <xref target="ssec-common-context-aead-alg"/>) as per <xref section="5.4" sectionFormat="of" target="RFC8613"/>.  </t>
            <t>
Furthermore, the 'algorithms' array additionally includes:  </t>
            <ul spacing="normal">
              <li>
                <t>'alg_group_enc', which specifies Group Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>). This parameter <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if the parameter Group Encryption Algorithm in the Common Context is not set. Otherwise, regardless of whether the endpoint supports the group mode or not, this parameter <bcp14>MUST</bcp14> specify Group Encryption Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
              </li>
              <li>
                <t>'alg_signature', which specifies Signature Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>). This parameter <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if the parameter Signature Algorithm in the Common Context is not set. Otherwise, regardless of whether the endpoint supports the group mode or not, this parameter <bcp14>MUST</bcp14> specify Signature Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
              </li>
              <li>
                <t>'alg_pairwise_key_agreement', which specifies Pairwise Key Agreement Algorithm from the Common Context (see <xref target="ssec-common-context-dh-alg"/>). This parameter <bcp14>MUST</bcp14> be set to the CBOR simple value <tt>null</tt> (0xf6) if Pairwise Key Agreement Algorithm in the Common Context is not set. Otherwise, regardless of whether the endpoint supports the pairwise mode or not, this parameter <bcp14>MUST</bcp14> specify Pairwise Key Agreement Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>The new element 'request_kid_context' contains the value of the 'kid context' in the COSE object of the request (see <xref target="sec-cose-object-kid"/>).  </t>
            <t>
This enables endpoints to safely keep a long exchange active beyond a possible change of Gid (i.e., of ID Context), following a group rekeying (see <xref target="sec-group-key-management"/>). In fact, it ensures that every response within a long exchange cryptographically matches with only one request (i.e., the request associated with that long exchange), rather than with multiple requests that were protected with different keying material but share the same 'request_kid' and 'request_piv' values.</t>
          </li>
          <li>
            <t>The new element 'OSCORE_option', containing the value of the OSCORE Option present in the protected message, encoded as a binary string. This prevents the attack described in <xref target="ssec-cross-group-injection"/> when using the group mode, as further explained  in <xref target="sssec-cross-group-injection-group-mode"/>.  </t>
            <t>
Note for implementation: this construction requires the OSCORE Option of the message to be generated and finalized before computing the ciphertext of the COSE_Encrypt0 object (when using the group mode or the pairwise mode) and before calculating the countersignature (when using the group mode). Also, the aad_array needs to be large enough to contain the largest possible OSCORE Option.</t>
          </li>
          <li>
            <t>The new element 'sender_cred', containing the sender's authentication credential. This parameter <bcp14>MUST</bcp14> be set to a CBOR byte string, which encodes the sender's authentication credential in its original binary representation made available to other endpoints in the group (see <xref target="sec-pub-key-format"/>).</t>
          </li>
          <li>
            <t>The new element 'gm_cred', containing the Group Manager's authentication credential. This parameter <bcp14>MUST</bcp14> be set to a CBOR byte string, which encodes the Group Manager's authentication credential in its original binary representation made available to other endpoints in the group (see <xref target="sec-pub-key-format"/>). This prevents the attack described in <xref target="ssec-group-cloning"/>.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="compression">
      <name>OSCORE Header Compression</name>
      <t>The OSCORE header compression defined in <xref section="6" sectionFormat="of" target="RFC8613"/> is used for compactly encoding the COSE_Encrypt0 object specified in <xref target="sec-cose-object"/> of this document, with the following differences.</t>
      <ul spacing="normal">
        <li>
          <t>When the Group OSCORE message is protected in group mode, the message payload <bcp14>SHALL</bcp14> encode the ciphertext of the COSE object, concatenated with the encrypted countersignature of the COSE object. That is:  </t>
          <ul spacing="normal">
            <li>
              <t>The plain, original countersignature of the COSE object, namely SIGNATURE, is specified in the "Countersignature0 version 2" parameter within the 'unprotected' field of the COSE object (see <xref target="sec-cose-object-unprotected-field"/>).</t>
            </li>
            <li>
              <t>The encrypted countersignature, namely ENC_SIGNATURE, is computed as      </t>
              <t>
ENC_SIGNATURE = SIGNATURE XOR KEYSTREAM      </t>
              <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.</t>
            </li>
          </ul>
        </li>
        <li>
          <t>When the Group OSCORE message is protected in pairwise mode, the message payload <bcp14>SHALL</bcp14> encode the ciphertext of the COSE object.</t>
        </li>
        <li>
          <t>This document defines the usage of the sixth least significant bit, called "Group Flag", in the first byte of the OSCORE Option containing the OSCORE flag bits. This flag bit is specified in <xref target="iana-cons-flag-bits"/>.</t>
        </li>
        <li>
          <t>The Group Flag <bcp14>MUST</bcp14> be set to 1 if the Group OSCORE message is protected using the group mode (see <xref target="mess-processing"/>).</t>
        </li>
        <li>
          <t>The Group Flag <bcp14>MUST</bcp14> be set to 0 if the Group OSCORE message is protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). The Group Flag <bcp14>MUST</bcp14> also be set to 0 for ordinary OSCORE messages processed according to <xref target="RFC8613"/>.</t>
        </li>
      </ul>
      <section anchor="sssec-encrypted-signature-keystream">
        <name>Keystream Derivation for Countersignature Encryption</name>
        <t>The following defines how an endpoint derives the keystream KEYSTREAM, used to encrypt/decrypt the countersignature of an outgoing/incoming message M protected in group mode.</t>
        <t>The keystream <bcp14>SHALL</bcp14> be derived as follows, by using the HKDF Algorithm from the Common Context (see Section 3.2 of <xref target="RFC8613"/>), which consists of composing the HKDF-Extract and HKDF-Expand steps <xref target="RFC5869"/>.</t>
        <t>KEYSTREAM = HKDF(salt, IKM, info, L)</t>
        <t>The input parameters of HKDF are as follows.</t>
        <ul spacing="normal">
          <li>
            <t>salt takes as value the Partial IV (PIV) used to protect M. Note that, if M is a response, salt takes as value either: i) the fresh Partial IV generated by the server and included in the response; or ii) the same Partial IV of the request generated by the client and not included in the response.</t>
          </li>
          <li>
            <t>IKM is the Signature Encryption Key from the Common Context (see <xref target="ssec-common-context-group-enc-key"/>).</t>
          </li>
          <li>
            <t>info is the serialization of a CBOR array consisting of (the notation follows <xref target="RFC8610"/>):</t>
          </li>
        </ul>
        <sourcecode type="CDDL"><![CDATA[
   info = [
     id : bstr,
     id_context : bstr,
     type : bool,
     L : uint
   ]
]]></sourcecode>
        <t>where:</t>
        <ul spacing="normal">
          <li>
            <t>id is the Sender ID of the endpoint that generated PIV.</t>
          </li>
          <li>
            <t>id_context is the ID Context (Gid) used when protecting M.  </t>
            <t>
Note that, in case of group rekeying, a server might use a different Gid when protecting a response, compared to the Gid that it used to verify (that the client used to protect) the request, see <xref target="ssec-protect-response"/>.</t>
          </li>
          <li>
            <t>type is the CBOR simple value <tt>true</tt> (0xf5) if M is a request, or the CBOR simple value <tt>false</tt> (0xf4) otherwise.</t>
          </li>
          <li>
            <t>L is the size of the countersignature, as per Signature Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>), in bytes.</t>
          </li>
        </ul>
      </section>
      <section anchor="examples-of-compressed-cose-objects">
        <name>Examples of Compressed COSE Objects</name>
        <t>This section covers a list of OSCORE Header Compression examples of Group OSCORE used in group mode (see <xref target="sssec-example-cose-group"/>) or in pairwise mode (see <xref target="sssec-example-cose-pairwise"/>).</t>
        <t>The examples assume that the COSE_Encrypt0 object is set (which means the CoAP message and cryptographic material is known). Note that the examples do not include the full CoAP unprotected message or the full Security Context, but only the input necessary to the compression mechanism, i.e., the COSE_Encrypt0 object. The output is the compressed COSE object as defined in <xref target="compression"/> and divided into two parts, since the object is transported in two CoAP fields: OSCORE Option and payload.</t>
        <t>The examples assume that the plaintext (see <xref section="5.3" sectionFormat="of" target="RFC8613"/>) is 6 bytes long, and that the AEAD tag is 8 bytes long, hence resulting in a ciphertext which is 14 bytes long. When using the group mode, the COSE_Countersignature0 byte string as described in <xref target="sec-cose-object"/> is assumed to be 64 bytes long.</t>
        <section anchor="sssec-example-cose-group">
          <name>Examples in Group Mode</name>
          <t>Request with ciphertext = 0xaea0155667924dff8a24e4cb35b9, kid = 0x25, Partial IV = 5 and kid context = 0x44616c.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (96 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {
       / kid /                           4 : h'25',
       / Partial IV /                    6 : h'05',
       / kid context /                  10 : h'44616c',
       / Countersignature0 version 2 /  12 : h'66e6d9b0
       db009f3e105a673f8855611726caed57f530f8cae9d0b168
       513ab949fedc3e80a96ebe94ba08d3f8d3bf83487458e2ab
       4c2f936ff78b50e33c885e35'
     },
     / ciphertext / h'aea0155667924dff8a24e4cb35b9'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (85 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00111001 = 0x39 (1 byte)

   Option Value: 0x39 05 03 44 61 6c 25 (7 bytes)

   Payload: 0xaea0155667924dff8a24e4cb35b9 de9e ... f1
   (14 bytes + size of the encrypted countersignature)
]]></artwork>
          <t> </t>
          <t>Response with ciphertext = 0x60b035059d9ef5667c5a0710823b, kid = 0x52 and no Partial IV.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (88 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {
       / kid /                           4 : h'52',
       / Countersignature0 version 2 /  12 : h'f5b659b8
       24487eb349c5c5c8a3fe401784cade2892725438e8be0fab
       daa2867ee6d29f68edb0818e50ebf98c28b923d0205f5162
       e73662e27c1a3ec562a49b80'
     },
     / ciphertext / h'60b035059d9ef5667c5a0710823b'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (80 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00101000 = 0x28 (1 byte)

   Option Value: 0x28 52 (2 bytes)

   Payload: 0x60b035059d9ef5667c5a0710823b ca1e ... b3
   (14 bytes + size of the encrypted countersignature)
]]></artwork>
        </section>
        <section anchor="sssec-example-cose-pairwise">
          <name>Examples in Pairwise Mode</name>
          <t>Request with ciphertext = 0xaea0155667924dff8a24e4cb35b9, kid = 0x25, Partial IV = 5 and kid context = 0x44616c.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (29 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {
       / kid /           4 : h'25',
       / Partial IV /    6 : h'05',
       / kid context /  10 : h'44616c'
     },
     / ciphertext / h'aea0155667924dff8a24e4cb35b9'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (21 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00011001 = 0x19 (1 byte)

   Option Value: 0x19 05 03 44 61 6c 25 (7 bytes)

   Payload: 0xaea0155667924dff8a24e4cb35b9 (14 bytes)
]]></artwork>
          <t> </t>
          <t>Response with ciphertext = 0x60b035059d9ef5667c5a0710823b and no Partial IV.</t>
          <ul spacing="normal">
            <li>
              <t>Before compression (18 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {},
     / ciphertext / h'60b035059d9ef5667c5a0710823b'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>
              <t>After compression (14 bytes):</t>
            </li>
          </ul>
          <artwork><![CDATA[
   Flag byte: 0b00000000 = 0x00 (1 byte)

   Option Value: 0x (0 bytes)

   Payload: 0x60b035059d9ef5667c5a0710823b (14 bytes)
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="message-binding-sequence-numbers-freshness-and-replay-protection">
      <name>Message Binding, Sequence Numbers, Freshness, and Replay Protection</name>
      <t>Like OSCORE, Group OSCORE provides message binding of responses to requests, as well as uniqueness of AEAD (key, nonce) pair (see Sections <xref target="RFC8613" section="7.1" sectionFormat="bare"/> and <xref target="RFC8613" section="7.2" sectionFormat="bare"/> of <xref target="RFC8613"/>, respectively).</t>
      <section anchor="sec-long-exchanges">
        <name>Supporting Multiple Responses in Long Exchanges</name>
        <t>For each of its ongoing long exchange, a client maintains one Response Number for each different server. Then, separately for each server, the client uses the associated Response Number to perform ordering and replay protection of responses received from that server within that long exchange (see <xref target="sec-replay-protection-responses"/>).</t>
        <t>That is, the Response Number has the same purpose that the Notification Number has in OSCORE (see Section 4.1.3.5.2 of <xref target="RFC8613"/>), but a client uses it for handling any response from the associated server within a long exchange.</t>
        <t>Group OSCORE allows to preserve a long exchange active indefinitely, even in case the group is rekeyed, with consequent change of ID Context, or in case the client obtains a new Sender ID.</t>
        <t>As defined in <xref target="mess-processing"/>, this is achieved by the client and server(s) storing the 'kid' and 'kid context' used in the original request, throughout the whole duration of the long exchange.</t>
        <t>Upon leaving the group or before re-joining the group, a group member <bcp14>MUST</bcp14> terminate all the ongoing long exchanges that it has started in the group as a client, and hence frees up the CoAP Token associated with the corresponding request.</t>
      </section>
      <section anchor="sec-freshness">
        <name>Freshness</name>
        <t>If the application requires freshness, e.g., according to time- or event-based policies (see <xref section="2.5.1" sectionFormat="of" target="RFC9175"/>), a server can use the approach in <xref target="sec-synch-challenge-response"/> as a variant of the Challenge-Response procedure based on the Echo Option <xref target="RFC9175"/>, before delivering request messages from a client to the application.</t>
        <t>Like in OSCORE <xref target="RFC8613"/>, assuming an honest server, the message binding guarantees that a response is not older than the request it replies to. Therefore, building on <xref section="7.3" sectionFormat="of" target="RFC8613"/>, the following properties hold for Group OSCORE.</t>
        <ul spacing="normal">
          <li>
            <t>The freshness of a response can be assessed if it is received soon after the request.  </t>
            <t>
For responses within a long exchange, this assessment gets weaker with time. If such responses are Observe notifications <xref target="RFC7641"/>, it is <bcp14>RECOMMENDED</bcp14> that the client regularly re-register the observation.  </t>
            <t>
If the request was neither a group request nor an Observe request, there is at most a single valid response and only from one, individually targeted server in the group. Thus, freshness can be assessed depending on when the request was sent.</t>
          </li>
          <li>
            <t>It is not guaranteed that a misbehaving server did not create the response before receiving the request, i.e., Group OSCORE does not verify server aliveness.</t>
          </li>
          <li>
            <t>For requests and responses, the received Partial IV allows a recipient to determine the relative order of requests or responses.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-replay-protection">
        <name>Replay Protection</name>
        <t>Like in OSCORE <xref target="RFC8613"/>, the replay protection relies on the Partial IV of incoming messages. A server updates the Replay Window of its Recipient Contexts based on the Partial IV values in received request messages, which correspond to the Sender Sequence Numbers of the clients. Note that there can be large jumps in these Sender Sequence Number values, for example when a client exchanges unicast messages with other servers. The operation of validating the Partial IV and performing replay protection <bcp14>MUST</bcp14> be atomic. The update of Replay Windows is described in <xref target="ssec-loss-mutable-context"/>.</t>
        <t>The protection from replay of requests is performed as per <xref section="7.4" sectionFormat="of" target="RFC8613"/>, separately for each client and by leveraging the Replay Window in the corresponding Recipient Context. The protection from replay of responses in a long exchange is performed as defined in <xref target="sec-replay-protection-responses"/>.</t>
        <section anchor="sec-replay-protection-responses">
          <name>Replay Protection of Responses</name>
          <t>A client uses the method defined in this section in order to check whether a received response is a replay.</t>
          <t>This especially applies to responses received within a long exchange, during which multiple such responses can be received from the same server to the corresponding request. These include Observe notifications <xref target="RFC7641"/>; and non-notification responses as a reply to a group request, which the client can receive until the CoAP Token value associated with the group request is freed up (see Section 3.1.6 of <xref target="I-D.ietf-core-groupcomm-bis"/>).</t>
          <t>When sending a response (both successful and error), a server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response, except when sending the first response to the corresponding request, in which case the Partial IV in the response <bcp14>MAY</bcp14> be omitted.</t>
          <t>In order to protect against replay, the client <bcp14>SHALL</bcp14> maintain for each ongoing long exchange one Response Number for each different server. The Response Number is a non-negative integer containing the largest Partial IV of the responses received from that server during the long exchange, while using the same Security Context.</t>
          <t>Then, separately for each server, the client uses the associated Response Number to perform ordering and replay protection of the responses from that server during the long exchange, by comparing their Partial IVs with one another and against the Response Number.</t>
          <t>For every long exchange, the Response Number associated with a server is initialized to the Partial IV of the response from that server such that, within the long exchange, it is the first response from that server to include a Partial IV and to be successfully verified with the used Security Context. Note that, when a new Security Context is established in the group, the client sets the Response Number of each associated server as not initialized (see <xref target="new-sec-context"/>), hence later responses within the same long exchange and protected with the new Security Context will result in a new initialization of Response Numbers. Furthermore, for every long exchange, a client <bcp14>MUST</bcp14> only accept at most one response without Partial IV from each server, and treat it as the oldest response from that server within that long exchange.</t>
          <t>During a long exchange, a client receiving a response containing a Partial IV <bcp14>SHALL</bcp14> compare the Partial IV with the Response Number associated with the replying server within that long exchange. The client <bcp14>MUST</bcp14> stop processing a response from a server, if that response has a Partial IV that has been previously received from that server during that long exchange, while using the same Security Context. Applications <bcp14>MAY</bcp14> decide that a client only processes responses within a long exchange if those have a greater Partial IV than the Response Number associated with the replying server within that long exchange.</t>
          <t>If the verification of the response succeeds, and the received Partial IV (when included) was greater than the Response Number associated with the replying server, then the client <bcp14>SHALL</bcp14> overwrite that Response Number with the received Partial IV.</t>
          <t>As long as a server uses the same Security Context to protect its responses to the same request, the client <bcp14>MUST</bcp14> consider the response with the highest Partial IV as the freshest response from that server among those protected with that Security Context, regardless of the order of arrival. Within a long exchange, implementations need to make sure that a response without Partial IV is considered the oldest response from the replying server within that long exchange.</t>
          <t>The method defined in this section is not relevant for responses to requests that are neither group requests nor Observe requests. In fact, for each of such requests, there is at most one response and only from one, individually targeted server in the group.</t>
        </section>
      </section>
    </section>
    <section anchor="sec-message-reception">
      <name>Message Reception</name>
      <t>Upon receiving a protected message, a recipient endpoint retrieves a Security Context as in <xref target="RFC8613"/>. An endpoint <bcp14>MUST</bcp14> be able to distinguish between a Security Context to process OSCORE messages as in <xref target="RFC8613"/> and a Group OSCORE Security Context to process Group OSCORE messages as defined in this document.</t>
      <t>To this end, an endpoint can take into account the different structure of the Security Context defined in <xref target="sec-context"/>, for example based on the presence of Signature Algorithm and Pairwise Key Agreement Algorithm in the Common Context. Alternatively, implementations can use an additional parameter in the Security Context, to explicitly mark that it is intended for processing Group OSCORE messages.</t>
      <t>If either of the following conditions holds, a recipient endpoint <bcp14>MUST</bcp14> discard the incoming protected message:</t>
      <ul spacing="normal">
        <li>
          <t>The Group Flag is set to 0 and the retrieved Security Context is associated with an OSCORE group, but the endpoint does not support the pairwise mode or any of the following algorithms is not set in the Security Context: the AEAD Algorithm and the Pairwise Key Agreement Algorithm.</t>
        </li>
        <li>
          <t>The Group Flag is set to 1 and the retrieved Security Context is associated with an OSCORE group, but the endpoint does not support the group mode or any of the following algorithms is not set in the Security Context: the Group Encryption Algorithm and the Signature Algorithm.</t>
        </li>
        <li>
          <t>The Group Flag is set to 1 but there is no Security Context associated with an OSCORE group.  </t>
          <t>
Future specifications may define how to process incoming messages protected with Security Contexts as in <xref target="RFC8613"/>, when the Group Flag bit is set to 1.</t>
        </li>
      </ul>
      <t>Otherwise, if a Security Context associated with an OSCORE group is retrieved, the recipient endpoint processes the message with Group OSCORE, using the group mode (see <xref target="mess-processing"/>) if the Group Flag is set to 1, or the pairwise mode (see <xref target="sec-pairwise-protection"/>) if the Group Flag is set to 0.</t>
      <t>Note that, if the Group Flag is set to 0, and the recipient endpoint retrieves a Security Context which is valid to process the message but is not associated with an OSCORE group, then the message is processed according to <xref target="RFC8613"/>.</t>
    </section>
    <section anchor="mess-processing">
      <name>Message Processing in Group Mode</name>
      <t>When using the group mode, messages are protected and processed as specified in <xref target="RFC8613"/>, with the modifications described in this section. The security objectives of the group mode are discussed in <xref target="ssec-sec-objectives"/>.</t>
      <t>The possible use of the group mode is indicated by the Group Manager as part of the group data provided to candidate group members when joining the group, according to which the parameters Group Encryption Algorithm and Signature Algorithm in the Security Context are set (see <xref target="sec-context"/>).</t>
      <t>During all the steps of the message processing, an endpoint <bcp14>MUST</bcp14> use the same Security Context for the considered group. That is, an endpoint <bcp14>MUST NOT</bcp14> install a new Security Context for that group (see <xref target="new-sec-context"/>) until the message processing is completed.</t>
      <t>The group mode <bcp14>SHOULD</bcp14> be used to protect group requests intended for multiple recipients or for the whole group. For an example where this is not fulfilled, see <xref target="I-D.amsuess-core-cachable-oscore"/>. This applies to both requests directly addressed to multiple recipients, e.g., sent by the client over multicast, as well as requests sent by the client over unicast to a proxy, that forwards them to the intended recipients over multicast <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
      <t>As per <xref target="RFC7252"/><xref target="I-D.ietf-core-groupcomm-bis"/>, group requests sent over multicast <bcp14>MUST</bcp14> be Non-confirmable, and thus are not retransmitted by the CoAP messaging layer. Instead, applications should store such outgoing messages for a predefined, sufficient amount of time, in order to correctly perform potential retransmissions at the application layer. If performed, these retransmissions are repetitions of previous protected messages, which the sender endpoint does not protect again with Group OSCORE.</t>
      <t>According to <xref section="5.2.3" sectionFormat="of" target="RFC7252"/>, responses to Non-confirmable group requests <bcp14>SHOULD</bcp14> also be Non-confirmable, but endpoints <bcp14>MUST</bcp14> be prepared to receive Confirmable responses in reply to a Non-confirmable group request. Confirmable group requests are acknowledged when sent over non-multicast transports, as specified in <xref target="RFC7252"/>.</t>
      <t>Furthermore, endpoints in the group locally perform error handling and processing of invalid messages according to the same principles adopted in <xref target="RFC8613"/>. In addition, a recipient <bcp14>MUST</bcp14> stop processing and reject any message that is malformed and that does not follow the format specified in <xref target="sec-cose-object"/> of this document, or that is not cryptographically validated in a successful way as per the processing defined in <xref target="ssec-verify-request"/> and <xref target="ssec-verify-response"/> of this document.</t>
      <t>In either case, it is <bcp14>RECOMMENDED</bcp14> that a server does not send back any error message in reply to a received request, if any of the two following conditions holds:</t>
      <ul spacing="normal">
        <li>
          <t>The server is not able to identify the received request as a group request, i.e., as sent to all servers in the group.</t>
        </li>
        <li>
          <t>The server identifies the received request as a group request.</t>
        </li>
      </ul>
      <t>This prevents servers from replying with multiple error messages to a client sending a group request, so avoiding the risk of flooding and possibly congesting the network.</t>
      <section anchor="ssec-protect-request">
        <name>Protecting the Request</name>
        <t>When using the group mode to protect a request, a client <bcp14>SHALL</bcp14> proceed as described in <xref section="8.1" sectionFormat="of" target="RFC8613"/>, with the following modifications.</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</t>
          </li>
          <li>
            <t>In step 4, the encryption of the COSE object is modified as described in <xref target="sec-cose-object"/> of this document. The encoding of the compressed COSE object is modified as described in <xref target="compression"/> of this document. In particular, the Group Flag <bcp14>MUST</bcp14> be set to 1. The Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.</t>
          </li>
          <li>
            <t>In step 5, the countersignature is computed and the format of the OSCORE message is modified as described in <xref target="sec-cose-object"/> and <xref target="compression"/> of this document. In particular, the payload of the Group OSCORE message includes also the encrypted countersignature.</t>
          </li>
        </ul>
        <t>In addition, the following applies when sending a request that establishes a long exchange.</t>
        <ul spacing="normal">
          <li>
            <t>If the client intends to keep the long exchange active beyond a possible change of Sender ID, the client <bcp14>MUST</bcp14> store the value of the 'kid' parameter from the request, and retain it until the long exchange is terminated. Even in case the client is individually rekeyed and receives a new Sender ID from the Group Manager (see <xref target="new-sender-id"/>), the client <bcp14>MUST NOT</bcp14> update the stored 'kid' parameter value associated with the long exchange and the corresponding request.</t>
          </li>
          <li>
            <t>If the client intends to keep the long exchange active beyond a possible change of ID Context following a group rekeying (see <xref target="sec-group-key-management"/>), then the following applies.  </t>
            <ul spacing="normal">
              <li>
                <t>The client <bcp14>MUST</bcp14> store the value of the 'kid context' parameter from the request, and retain it until the long exchange is terminated. Upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context"/>), the client <bcp14>MUST NOT</bcp14> update the stored 'kid context' parameter value associated with the long exchange and the corresponding request.</t>
              </li>
              <li>
                <t>The client <bcp14>MUST</bcp14> store an invariant identifier of the group, which is immutable even in case the Security Context of the group is re-established.  For example, this invariant identifier can be the "group name" in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>, where it is used for joining the group and retrieving the current group keying material from the Group Manager.      </t>
                <t>
After a group rekeying, such an invariant information makes it simpler for the client to retrieve the current group keying material from the Group Manager, in case the client has missed both the rekeying messages and the first response protected with the new Security Context (see <xref target="ssec-protect-response"/>).</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="ssec-verify-request">
        <name>Verifying the Request</name>
        <t>Upon receiving a protected request with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, a server <bcp14>SHALL</bcp14> proceed as described in <xref section="8.2" sectionFormat="of" target="RFC8613"/>, with the following modifications.</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the decoding of the compressed COSE object follows <xref target="compression"/> of this document. In particular:  </t>
            <ul spacing="normal">
              <li>
                <t>If the server discards the request due to not retrieving a Security Context associated with the OSCORE group, the server <bcp14>MAY</bcp14> respond with a 4.01 (Unauthorized) error message. When doing so, the server <bcp14>MAY</bcp14> set an Outer Max-Age Option with value zero, and <bcp14>MAY</bcp14> include a descriptive string as diagnostic payload.</t>
              </li>
              <li>
                <t>If the received 'kid context' matches an existing ID Context (Gid) but the received 'kid' does not match any Recipient ID in this Security Context, then the server <bcp14>MAY</bcp14> create a new Recipient Context for this Recipient ID and initialize it according to <xref section="3" sectionFormat="of" target="RFC8613"/>, and also retrieve the authentication credential associated with the Recipient ID to be stored in the new Recipient Context. Such a configuration is application specific. If the application does not specify dynamic derivation of new Recipient Contexts, then the server <bcp14>SHALL</bcp14> stop processing the request.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In step 4, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</t>
          </li>
          <li>
            <t>In step 6, the server also verifies the countersignature, by using the public key from the client's authentication credential stored in the associated Recipient Context. In particular:  </t>
            <ul spacing="normal">
              <li>
                <t>If the server does not have the public key of the client yet, the server <bcp14>MUST</bcp14> stop processing the request and <bcp14>MAY</bcp14> respond with a 5.03 (Service Unavailable) response. The response <bcp14>MAY</bcp14> include a Max-Age Option, indicating to the client the number of seconds after which to retry. If the Max-Age Option is not present, a retry time of 60 seconds will be assumed by the client, as default value defined in <xref section="5.10.5" sectionFormat="of" target="RFC7252"/>.</t>
              </li>
              <li>
                <t>The server <bcp14>MUST</bcp14> perform signature verification before decrypting the COSE object, as defined below. Implementations that cannot perform the two steps in this order <bcp14>MUST</bcp14> ensure that no access to the plaintext is possible before a successful signature verification and <bcp14>MUST</bcp14> prevent any possible leak of time-related information that can yield side-channel attacks.</t>
              </li>
              <li>
                <t>The server retrieves the encrypted countersignature ENC_SIGNATURE from the message payload, and computes the original countersignature SIGNATURE as      </t>
                <t>
SIGNATURE = ENC_SIGNATURE XOR KEYSTREAM      </t>
                <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.</t>
              </li>
              <li>
                <t>The server verifies the original countersignature SIGNATURE as described in Sections <xref target="RFC9338" section="3.2" sectionFormat="bare"/> and <xref target="RFC9338" section="3.3" sectionFormat="bare"/> of <xref target="RFC9338"/>, by using the client's public key and according to the Signature Algorithm in the Security Context.      </t>
                <t>
In particular, the Countersign_structure contains the context text string "CounterSignature0", the external_aad as defined in <xref target="sec-cose-object-ext-aad"/> of this document, and the ciphertext of the COSE object as payload.</t>
              </li>
              <li>
                <t>If the signature verification fails, the server <bcp14>SHALL</bcp14> stop processing the request, <bcp14>SHALL NOT</bcp14> update the Replay Window, and <bcp14>MAY</bcp14> respond with a 4.00 (Bad Request) response. Such a response <bcp14>MAY</bcp14> include an Outer Max-Age Option with value zero, and its diagnostic payload <bcp14>MAY</bcp14> contain a string, which, if present, <bcp14>MUST</bcp14> be "Decryption failed" as if the decryption of the COSE object had failed.</t>
              </li>
              <li>
                <t>When decrypting the COSE object using the Recipient Key, the Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Additionally, if the used Recipient Context was created upon receiving this request and the message is not verified successfully, the server <bcp14>MAY</bcp14> delete that Recipient Context. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the server's storage.</t>
          </li>
        </ul>
        <t>A server <bcp14>SHOULD NOT</bcp14> process a request if the received Recipient ID ('kid') is equal to its own Sender ID in its own Sender Context. For an example where this is not fulfilled, see <xref section="9.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <t>In addition, the following applies if the request establishes a long exchange and the server intends to reply with multiple responses.</t>
        <ul spacing="normal">
          <li>
            <t>The server <bcp14>MUST</bcp14> store the value of the 'kid' parameter from the request, and retain it until the last response has been sent. The server <bcp14>MUST NOT</bcp14> update the stored value of the 'kid' parameter associated with the request, even in case the client is individually rekeyed and starts using a new Sender ID received from the Group Manager (see <xref target="new-sender-id"/>).</t>
          </li>
          <li>
            <t>The server <bcp14>MUST</bcp14> store the value of the 'kid context' parameter from the request, and retain it until the last response has been sent, i.e., beyond a possible change of ID Context following a group rekeying (see <xref target="sec-group-key-management"/>). That is, upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context"/>), the server <bcp14>MUST NOT</bcp14> update the stored value of a 'kid context' parameter associated with the request.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-protect-response">
        <name>Protecting the Response</name>
        <t>When using the group mode to protect a response, a server <bcp14>SHALL</bcp14> proceed as described in <xref section="8.3" sectionFormat="of" target="RFC8613"/>, with the following modifications.</t>
        <t>Note that the server always protects a response with the Sender Context from its latest Security Context, and that establishing a new Security Context resets the Sender Sequence Number to 0 (see <xref target="sec-group-key-management"/>).</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.  </t>
            <t>
In addition, the following applies if the server intends to reply with multiple responses, within the long exchange established by the corresponding request.  </t>
            <ul spacing="normal">
              <li>
                <t>The server <bcp14>MUST</bcp14> use the stored value of the 'kid' parameter from the request (see <xref target="ssec-verify-request"/>), as value for the 'request_kid' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
              <li>
                <t>The server <bcp14>MUST</bcp14> use the stored value of the 'kid context' parameter from the request (see <xref target="ssec-verify-request"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In step 3, if any of the following two conditions holds, the server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response and use it to build the AEAD nonce to protect the response. This prevents the server from reusing the AEAD nonce from the request together with the same encryption key.  </t>
            <ul spacing="normal">
              <li>
                <t>The response is not the first response that the server sends to the request.</t>
              </li>
              <li>
                <t>The server is using a different Security Context for the response compared to what was used to verify the request (see <xref target="sec-group-key-management"/>).</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In step 4, the encryption of the COSE object is modified as described in <xref target="sec-cose-object"/> of this document. The encoding of the compressed COSE object is modified as described in <xref target="compression"/> of this document. In particular, the Group Flag <bcp14>MUST</bcp14> be set to 1. The Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.  </t>
            <t>
In addition, the following applies.  </t>
            <ul spacing="normal">
              <li>
                <t>If the server is using a different ID Context (Gid) for the response compared to what was used to verify the request (see <xref target="sec-group-key-management"/>) and this is the first response from the server to that request, then the new ID Context <bcp14>MUST</bcp14> be included in the 'kid context' parameter of the response.</t>
              </li>
              <li>
                <t>The server may be replying to a request that was protected with an old Security Context. After completing the establishment of a new Security Context, the server <bcp14>MUST</bcp14> protect all the responses to that request with the Sender Context of the new Security Context.      </t>
                <t>
For each ongoing long exchange, the server can help the client to synchronize, by including also the 'kid context' parameter in responses following a group rekeying, with value set to the ID Context (Gid) of the new Security Context.      </t>
                <t>
If there is a known upper limit to the duration of a group rekeying, the server <bcp14>SHOULD</bcp14> include the 'kid context' parameter during that time. Otherwise, the server <bcp14>SHOULD</bcp14> include it until the Max-Age has expired for the last response sent before the installation of the new Security Context.</t>
              </li>
              <li>
                <t>The server can obtain a new Sender ID from the Group Manager, when individually rekeyed (see <xref target="new-sender-id"/>) or when re-joining the group. In such a case, the server can help the client to synchronize, by including the 'kid' parameter in a response protected in group mode, even when the request was protected in pairwise mode (see <xref target="sec-pairwise-protection-req"/>).      </t>
                <t>
That is, when responding to a request protected in pairwise mode, the server <bcp14>SHOULD</bcp14> include the 'kid' parameter in a response protected in group mode, if it is replying to that client for the first time since the assignment of its new Sender ID.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In step 5, the countersignature is computed and the format of the OSCORE message is modified as described in <xref target="sec-cose-object"/> and <xref target="compression"/> of this document. In particular the payload of the Group OSCORE message includes also the encrypted countersignature (see <xref target="compression"/>).</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-verify-response">
        <name>Verifying the Response</name>
        <t>Upon receiving a protected response with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, a client <bcp14>SHALL</bcp14> proceed as described in <xref section="8.4" sectionFormat="of" target="RFC8613"/>, with the modifications described in this section.</t>
        <t>Note that a client may receive a response protected with a Security Context different from the one used to protect the corresponding request, and that, upon the establishment of a new Security Context, the client re-initializes its Replay Windows in its Recipient Contexts (see <xref target="sec-group-key-management"/>).</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the decoding of the compressed COSE object is modified as described in <xref target="compression"/> of this document. In particular, a 'kid' may not be present, if the response is a reply to a request protected in pairwise mode. In such a case, the client assumes the response 'kid' to be the Recipient ID for the server to which the request protected in pairwise mode was intended for.  </t>
            <t>
If the response 'kid context' matches an existing ID Context (Gid) but the received/assumed 'kid' does not match any Recipient ID in this Security Context, then the client <bcp14>MAY</bcp14> create a new Recipient Context for this Recipient ID and initialize it according to <xref section="3" sectionFormat="of" target="RFC8613"/>, and also retrieve the authentication credential associated with the Recipient ID to be stored in the new Recipient Context. If the application does not specify dynamic derivation of new Recipient Contexts, then the client <bcp14>SHALL</bcp14> stop processing the response.</t>
          </li>
          <li>
            <t>In step 3, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.  </t>
            <t>
In addition, the following applies if the client processes a response to a request within a long exchange.  </t>
            <ul spacing="normal">
              <li>
                <t>The client <bcp14>MUST</bcp14> use the stored value of the 'kid' parameter from the request (see <xref target="ssec-protect-request"/>), as value for the 'request_kid' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
              <li>
                <t>The client <bcp14>MUST</bcp14> use the stored value of the 'kid context' parameter from the request (see <xref target="ssec-protect-request"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</t>
              </li>
            </ul>
            <t>
This ensures that, throughout a long exchange, the client can correctly verify the received responses, even in case the client is individually rekeyed and starts using a new Sender ID received from the Group Manager (see <xref target="new-sender-id"/>), as well as when it installs a new Security Context with a new ID Context (Gid) following a group rekeying (see <xref target="sec-group-key-management"/>).</t>
          </li>
          <li>
            <t>In step 5, the client also verifies the countersignature, by using the public key from the server's authentication credential stored in the associated Recipient Context. In particular:  </t>
            <ul spacing="normal">
              <li>
                <t>The client <bcp14>MUST</bcp14> perform signature verification as defined below, before decrypting the COSE object. Implementations that cannot perform the two steps in this order <bcp14>MUST</bcp14> ensure that no access to the plaintext is possible before a successful signature verification and <bcp14>MUST</bcp14> prevent any possible leak of time-related information that can yield side-channel attacks.</t>
              </li>
              <li>
                <t>The client retrieves the encrypted countersignature ENC_SIGNATURE from the message payload, and computes the original countersignature SIGNATURE as      </t>
                <t>
SIGNATURE = ENC_SIGNATURE XOR KEYSTREAM      </t>
                <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.      </t>
                <t>
The client verifies the original countersignature SIGNATURE.</t>
              </li>
              <li>
                <t>If the verification of the countersignature fails, the client: i) <bcp14>SHALL</bcp14> stop processing the response; and ii) <bcp14>SHALL NOT</bcp14> update the Response Number associated with the server.</t>
              </li>
              <li>
                <t>After a successful verification of the countersignature, the client performs also the following actions in case the request was protected in pairwise mode (see <xref target="sec-pairwise-protection-req"/>).      </t>
                <ul spacing="normal">
                  <li>
                    <t>If the 'kid' parameter is present in the response, the client checks whether this received 'kid' is equal to the expected 'kid', i.e., the known Recipient ID for the server to which the request was intended for.</t>
                  </li>
                  <li>
                    <t>If the 'kid' parameter is not present in the response, the client checks whether the server that has sent the response is the same one to which the request was intended for. This can be done by checking that the public key used to verify the countersignature of the response is equal to the public key included in the authentication credential Recipient Auth Cred, which was taken as input to derive the Pairwise Sender Key used for protecting the request (see <xref target="key-derivation-pairwise"/>).</t>
                  </li>
                </ul>
                <t>
In either case, if the client determines that the response has come from a different server than the expected one, then the client: i) <bcp14>SHALL</bcp14> discard the response and <bcp14>SHALL NOT</bcp14> deliver it to the application; ii) <bcp14>SHALL NOT</bcp14> update the Response Number associated with the server.      </t>
                <t>
Otherwise, the client hereafter considers the received 'kid' as the current Recipient ID for the server.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>In step 5, when decrypting the COSE object using the Recipient Key, the Group Encryption Algorithm from the Common Context <bcp14>MUST</bcp14> be used.  </t>
            <t>
In addition, the client performs the following actions if the response is received within a long exchange.  </t>
            <ul spacing="normal">
              <li>
                <t>The ordering and the replay protection of responses received from the server during the long exchange are performed as per <xref target="sec-replay-protection-responses"/> of this document, by using the Response Number associated with that server within that long exchange. In case of unsuccessful decryption and verification of a response, the client <bcp14>SHALL NOT</bcp14> update the Response Number associated with the server.</t>
              </li>
              <li>
                <t>When receiving the first valid response from the server within the long exchange, the client <bcp14>MUST</bcp14> store the kid "kid1" of that server for that long exchange. If the 'kid' field is included in the OSCORE Option of the response, its value specifies "kid1". If the request was protected in pairwise mode (see <xref target="sec-pairwise-protection-req"/>), the 'kid' field may not be present in the OSCORE Option of the response (see <xref target="sec-cose-object-kid"/>). In this case, the client assumes "kid1" to be the Recipient ID for the server to which the request was intended for.</t>
              </li>
              <li>
                <t>When receiving another valid response to the same request from the same server - which can be identified and recognized through the same public key used to verify the countersignature and included in the server's authentication credential - the client determines the kid "kid2" of the server as above for "kid1", and <bcp14>MUST</bcp14> check whether "kid2" is equal to the stored "kid1".      </t>
                <t>
If "kid1" and "kid2" are different, the client <bcp14>SHOULD NOT</bcp14> accept the response as valid to be delivered to the application, and <bcp14>SHOULD NOT</bcp14> update the Response Number associated with the server. Exceptions can apply as the client can retain the information required to order the responses, or if the client application does not require response ordering altogether. Servers <bcp14>MUST NOT</bcp14> rely on clients tolerating this, unless it was explicitly agreed on (e.g., as part of the group's setup).</t>
              </li>
            </ul>
            <t>
Note that, if "kid2" is different from "kid1" and the 'kid' field is omitted from the response - which is possible if the request was protected in pairwise mode - then the client will compute a wrong keystream to decrypt the countersignature (i.e., by using "kid1" rather than "kid2" in the 'id' field of the 'info' array in <xref target="sssec-encrypted-signature-keystream"/>), thus subsequently failing to verify the countersignature and discarding the response.  </t>
            <t>
This ensures that the client remains able to correctly perform the ordering and replay protection of responses within a long exchange, even in case the server legitimately starts using a new Sender ID, as received from the Group Manager when individually rekeyed (see <xref target="new-sender-id"/>) or when re-joining the group.</t>
          </li>
          <li>
            <t>In step 8, if the used Recipient Context was created upon receiving this response and the message is not verified successfully, the client <bcp14>MAY</bcp14> delete that Recipient Context. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the client's storage.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-processing-signature-checker">
        <name>External Signature Checkers</name>
        <t>When receiving a message protected in group mode, a signature checker (see <xref target="sec-additional-entities"/>) proceeds as follows.</t>
        <ul spacing="normal">
          <li>
            <t>The signature checker retrieves the encrypted countersignature ENC_SIGNATURE from the message payload, and computes the original countersignature SIGNATURE as  </t>
            <t>
SIGNATURE = ENC_SIGNATURE XOR KEYSTREAM  </t>
            <t>
where KEYSTREAM is derived as per <xref target="sssec-encrypted-signature-keystream"/>.</t>
          </li>
          <li>
            <t>The signature checker verifies the original countersignature SIGNATURE, by using the public key of the sender endpoint as included in that endpoint's authentication credential. The signature checker determines the right authentication credential based on the ID Context (Gid) and the Sender ID of the sender endpoint.</t>
          </li>
        </ul>
        <t>Note that the following applies when attempting to verify the countersignature of a response message.</t>
        <ul spacing="normal">
          <li>
            <t>The response may not include a Partial IV and/or an ID Context. In such a case, the signature checker considers the same values from the corresponding request, i.e., the request matching with the response by CoAP Token value.</t>
          </li>
          <li>
            <t>The response may not include a Sender ID. This can happen when the response protected in group mode matches a request protected in pairwise mode (see <xref target="ssec-pre-conditions"/>), with a case in point provided by <xref target="I-D.amsuess-core-cachable-oscore"/>. In such a case, the signature checker needs to use other means (e.g., source addressing information of the server endpoint) to identify the correct authentication credential including the public key to use for verifying the countersignature of the response.</t>
          </li>
        </ul>
        <t>The particular actions following a successful or unsuccessful verification of the countersignature are application specific and out of the scope of this document.</t>
      </section>
    </section>
    <section anchor="sec-pairwise-protection">
      <name>Message Processing in Pairwise Mode</name>
      <t>When using the pairwise mode of Group OSCORE, messages are protected and processed as in <xref target="RFC8613"/>, with the modifications described in this section. The security objectives of the pairwise mode are discussed in <xref target="ssec-sec-objectives"/>.</t>
      <t>The possible use of the pairwise mode is indicated by the Group Manager as part of the group data provided to candidate group members when joining the group, according to which the parameters AEAD Algorithm and Pairwise Key Agreement Algorithm in the Security Context are set (see <xref target="sec-context"/>).</t>
      <t>The pairwise mode takes advantage of an existing Security Context to establish keying material shared exclusively with any other member. For encryption and decryption operations in pairwise mode, the AEAD Algorithm from the Common Context is used (see <xref target="ssec-common-context-aead-alg"/>).</t>
      <t>In order to use the pairwise mode in a group where the group mode is also used (i.e., Group Encryption Algorithm and Signature Algorithm in the Security Context are set), the signature scheme of the group mode <bcp14>MUST</bcp14> support a combined signature and encryption scheme. For example, this can rely on signing operations using ECDSA, and encryption operations using AES-CCM with keying material derived through ECDH.</t>
      <t>The pairwise mode does not support external verifiers of source authentication and message integrity like the group mode does (see <xref target="sec-processing-signature-checker"/>).</t>
      <t>An endpoint implementing only a silent server does not support the pairwise mode.</t>
      <t>Endpoints using the CoAP Echo Option <xref target="RFC9175"/> in a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set <bcp14>MUST</bcp14> support the pairwise mode. This prevents the attack described in <xref target="ssec-unicast-requests"/>, which leverages requests sent over unicast to a single group member and protected in group mode.</t>
      <t>The pairwise mode cannot be used to protect messages intended for multiple recipients. In fact, the keying material used for the pairwise mode is shared only between two endpoints.</t>
      <t>However, a sender can use the pairwise mode to protect a message sent to (but not intended for) multiple recipients, if interested in a response from only one of them. For instance, this is useful to support the address discovery service defined in <xref target="ssec-pre-conditions"/>, when a single 'kid' value is indicated in the payload of a request sent to multiple recipients, e.g., over multicast.</t>
      <section anchor="ssec-pre-conditions">
        <name>Pre-Conditions</name>
        <t>In order to protect an outgoing message in pairwise mode, the sender needs to know the authentication credential and the Recipient ID for the recipient endpoint, as stored in the Recipient Context associated with that endpoint (see <xref target="pairwise-implementation"/>).</t>
        <t>Furthermore, the sender needs to know the individual address of the recipient endpoint. This information may not be known at any given point in time. For instance, right after having joined the group, a client may know the authentication credential and Recipient ID for a given server, but not the addressing information required to reach it with an individual, one-to-one request.</t>
        <t>In order to make addressing information of individual endpoints available, servers in the group <bcp14>MAY</bcp14> expose a resource to which a client can send a request targeting a set of servers, identified by their 'kid' values specified in the request payload, or implicitly if the request is sent in pairwise mode. Further details of such an interface are out of scope for this document.</t>
      </section>
      <section anchor="sec-differences-oscore-pairwise">
        <name>Main Differences from OSCORE</name>
        <t>The pairwise mode protects messages between two members of a group, essentially following <xref target="RFC8613"/>, but with the following notable differences.</t>
        <ul spacing="normal">
          <li>
            <t>The 'kid' and 'kid context' parameters of the COSE object are used as defined in <xref target="sec-cose-object-kid"/> of this document.</t>
          </li>
          <li>
            <t>The external_aad defined in <xref target="sec-cose-object-ext-aad"/> of this document is used for the encryption and decryption process.</t>
          </li>
          <li>
            <t>The Pairwise Sender/Recipient Keys used as Sender/Recipient keys are derived as defined in <xref target="sec-derivation-pairwise"/> of this document.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-req">
        <name>Protecting the Request</name>
        <t>When using the pairwise mode to protect a request, a client <bcp14>SHALL</bcp14> proceed as described in <xref section="8.1" sectionFormat="of" target="RFC8613"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document.</t>
        <t>Furthermore, when sending a request that establishes a long exchange, what is specified in <xref target="ssec-protect-request"/> of this document holds, with respect to storing the value of the 'kid' and 'kid context' parameters, and to storing an invariant identifier of the group.</t>
      </section>
      <section anchor="sec-pairwise-verify-req">
        <name>Verifying the Request</name>
        <t>Upon receiving a protected request with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, a server <bcp14>SHALL</bcp14> proceed as described in <xref section="8.2" sectionFormat="of" target="RFC8613"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>
            <t>If the server discards the request due to not retrieving a Security Context associated with the OSCORE group or to not supporting the pairwise mode, the server <bcp14>MAY</bcp14> respond with a 4.01 (Unauthorized) error message or a 4.02 (Bad Option) error message, respectively. When doing so, the server <bcp14>MAY</bcp14> set an Outer Max-Age Option with value zero, and <bcp14>MAY</bcp14> include a descriptive string as diagnostic payload.</t>
          </li>
          <li>
            <t>If a new Recipient Context is created for this Recipient ID, new Pairwise Sender/Recipient Keys are also derived (see <xref target="key-derivation-pairwise"/>). The new Pairwise Sender/Recipient Keys are deleted if the Recipient Context is deleted as a result of the message not being successfully verified.</t>
          </li>
          <li>
            <t>What is specified in <xref target="ssec-verify-request"/> of this document holds with respect to the following points.  </t>
            <ul spacing="normal">
              <li>
                <t>The possible, dynamic creation and configuration of a Recipient Context upon receiving the request.</t>
              </li>
              <li>
                <t>The possible deletion of a Recipient Context created upon receiving the request, in case the request is not verified successfully.</t>
              </li>
              <li>
                <t>The rule about processing the request where the received Recipient ID ('kid') is equal to the server's Sender ID.</t>
              </li>
              <li>
                <t>The storing of the value of the 'kid' and 'kid context' parameters from the request, if the server intends to reply with multiple responses within the long exchange established by the request.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-resp">
        <name>Protecting the Response</name>
        <t>When using the pairwise mode to protect a response, a server <bcp14>SHALL</bcp14> proceed as described in <xref section="8.3" sectionFormat="of" target="RFC8613"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>
            <t>What is specified in <xref target="ssec-protect-response"/> of this document holds with respect to the following points.  </t>
            <ul spacing="normal">
              <li>
                <t>The protection of a response when using a different Security Context than the one used to protect the corresponding request. That is, the server always protects a response with the Sender Context from its latest Security Context, and establishing a new Security Context resets the Sender Sequence Number to 0 (see <xref target="sec-group-key-management"/>).</t>
              </li>
              <li>
                <t>The use of the stored value of the 'kid' and 'kid context' parameters, if the server intends to reply with multiple responses within the long exchange established by the request.</t>
              </li>
              <li>
                <t>The rules for the inclusion of the server's Sender Sequence Number as Partial IV in a response, as used to build the AEAD nonce to protect the response.</t>
              </li>
              <li>
                <t>The rules for the inclusion of the ID Context (Gid) in the 'kid context' parameter of a response, if the ID Context used for the response differs from the one used to verify the request (see <xref target="sec-group-key-management"/>), also for helping the client to synchronize.</t>
              </li>
              <li>
                <t>The rules for the inclusion of the Sender ID in the 'kid' parameter of a response to a request that was protected in pairwise mode, if the server has obtained a new Sender ID from the Group Manager when individually rekeyed (see <xref target="new-sender-id"/>), thus helping the client to synchronize.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-resp">
        <name>Verifying the Response</name>
        <t>Upon receiving a protected response with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, a client <bcp14>SHALL</bcp14> proceed as described in <xref section="8.4" sectionFormat="of" target="RFC8613"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>
            <t>The client may receive a response protected with a Security Context different from the one used to protect the corresponding request. Also, upon the establishment of a new Security Context, the client re-initializes its Replay Windows in its Recipient Contexts (see <xref target="ssec-sender-recipient-context"/>).</t>
          </li>
          <li>
            <t>The same as described in <xref target="ssec-verify-response"/> holds with respect to handling the 'kid' parameter of the response, when received as a reply to a request protected in pairwise mode. The client can also in this case check whether the replying server is the expected one, by relying on the server's public key. However, since the response is protected in pairwise mode, the public key is not used for verifying a countersignature as in <xref target="ssec-verify-response"/>. Instead, the expected server's authentication credential - namely Recipient Auth Cred and including the server's public key - was taken as input to derive the Pairwise Recipient Key used to decrypt and verify the response (see <xref target="key-derivation-pairwise"/>).</t>
          </li>
          <li>
            <t>If a new Recipient Context is created for this Recipient ID, new Pairwise Sender/Recipient Keys are also derived (see <xref target="key-derivation-pairwise"/>). The new Pairwise Sender/Recipient Keys are deleted if the Recipient Context is deleted as a result of the message not being successfully verified.</t>
          </li>
          <li>
            <t>What is specified in <xref target="ssec-verify-response"/> of this document holds with respect to the following points.  </t>
            <ul spacing="normal">
              <li>
                <t>The possible, dynamic creation and configuration of a Recipient Context upon receiving the response.</t>
              </li>
              <li>
                <t>The use of the stored value of the 'kid' and 'kid context' parameters, when processing a response received within a long exchange.</t>
              </li>
              <li>
                <t>The performing of ordering and replay protection for responses received within a long exchange.</t>
              </li>
              <li>
                <t>The possible deletion of a Recipient Context created upon receiving the response, in case the response is not verified successfully.</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-synch-challenge-response">
      <name>Challenge-Response Based Freshness and Replay Window Recovery</name>
      <t>This section describes how a server endpoint can verify freshness of a request by means of a challenge-response exchange with a client, using the Echo Option for CoAP specified in <xref section="2" sectionFormat="of" target="RFC9175"/>. The same mechanism, with small alterations, is also used by the server when first processing a request using a Recipient Context whose Replay Window was initialized as invalid.</t>
      <t>If the application requires freshness, e.g., according to time- or event-based policies (see <xref section="2.5.1" sectionFormat="of" target="RFC9175"/>), a server proceeds as described below, upon receiving a request from a particular client for the first time.</t>
      <t>The server processes the message as described in this document, but, even if valid, does not deliver it to the application. Instead, the server replies to the client with a Group OSCORE protected 4.01 (Unauthorized) response message, including only the Echo Option and no diagnostic payload. The server <bcp14>MUST</bcp14> use its Partial IV when generating the AEAD nonce for protecting the response conveying the Echo Option, and <bcp14>MUST</bcp14> include the Partial IV in the response.</t>
      <t>The Echo Option value <bcp14>SHOULD NOT</bcp14> be reused; if it is reused, it <bcp14>MUST</bcp14> be highly unlikely to have been recently used with this client. Since this response is protected with the Security Context used in the group, the client will consider the response valid upon successfully decrypting and verifying it.</t>
      <t>The server stores the Echo Option value included in the response together with the pair (gid,kid), where 'gid' is the Group Identifier of the OSCORE group and 'kid' is the Sender ID of the client in the group. These are specified in the 'kid context' and 'kid' fields of the OSCORE Option of the request, respectively. After a group rekeying has been completed and a new Security Context has been established in the group, which results also in a new Group Identifier (see <xref target="sec-group-key-management"/>), the server <bcp14>MUST</bcp14> delete all the stored Echo values associated with members of the group.</t>
      <t>Upon receiving a 4.01 (Unauthorized) response that includes an Echo Option and originates from a verified group member, the subsequent client request echoing the Echo Option value <bcp14>MUST</bcp14> be sent as a unicast message to the same server.</t>
      <t>If in the group the AEAD Algorithm and Pairwise Key Agreement Algorithm are set in the Security Context, the client <bcp14>MUST</bcp14> use the pairwise mode to protect the request, as per <xref target="sec-pairwise-protection-req"/>. Note that, as defined in <xref target="sec-pairwise-protection"/>, endpoints that are members of such a group and that use the Echo Option support the pairwise mode. In a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are not set, only the group mode can be used. Hence, requests including the Echo Option can be protected only with the Group Mode, with the caveat due to the risk for those requests to be redirected to a different server than the intended one, as discussed in <xref target="ssec-unicast-requests"/>.</t>
      <t>The client does not necessarily resend the same request, but can instead send a more recent one, if the application permits it. This allows the client to not retain previously sent requests for full retransmission, unless the application explicitly requires otherwise. In either case, the client uses a fresh Sender Sequence Number value from its own Sender Context. If the client stores requests for possible retransmission with the Echo Option, it should not store a given request for longer than a preconfigured time interval. Note that the unicast request echoing the Echo Option is correctly treated and processed, since the 'kid context' field including the Group Identifier of the OSCORE group is still present in the OSCORE Option as part of the COSE object (see <xref target="sec-cose-object"/>).</t>
      <t>Upon receiving the unicast request including the Echo Option, the server performs the following verifications.</t>
      <ul spacing="normal">
        <li>
          <t>If the server does not store an Echo Option value for the pair (gid,kid), it considers: i) the time t1 when it has established the Security Context used to protect the received request; and ii) the time t2 when the request has been received. Since a valid request cannot be older than the Security Context used to protect it, the server verifies that (t2 - t1) is less than the largest amount of time acceptable to consider the request fresh.</t>
        </li>
        <li>
          <t>If the server stores an Echo Option value for the pair (gid,kid) associated with that same client in the same group, the server verifies that the option value equals that same stored value previously sent to that client.</t>
        </li>
      </ul>
      <t>If the verifications above fail, the server <bcp14>MUST NOT</bcp14> process the request further and <bcp14>MAY</bcp14> send a 4.01 (Unauthorized) response including an Echo Option, hence performing a new challenge-response exchange.</t>
      <t>If the verifications above are successful, the server considers the Recipient Context associated with the sender client and proceeds as follows.</t>
      <ul spacing="normal">
        <li>
          <t>In case the Replay Window is invalid, the steps below occur.  </t>
          <ol spacing="normal" type="1"><li>
              <t>The server updates the Replay Window, by marking as received the Sender Sequence Number from the latest received request. This becomes the lower limit of the Replay Window, while all the other values are marked as not received.</t>
            </li>
            <li>
              <t>The server makes the Replay Window valid, and accepts the request as fresh.</t>
            </li>
          </ol>
        </li>
        <li>
          <t>In case the Replay Window is already valid, the server discards the verification result and accepts the request as fresh or treats it as a replay, according to the existing Replay Window.</t>
        </li>
      </ul>
      <t>A server should not deliver requests from a given client to the application until one valid request from that same client has been verified as fresh, as conveying an echoed Echo Option. A server may perform the challenge-response described above at any time, e.g., after a device reboot occurred in an unprepared way. A client has to be ready to perform the challenge-response based on the Echo Option if a server starts it.</t>
      <t>Message freshness is further discussed in <xref target="ssec-seccons-freshness"/>.</t>
    </section>
    <section anchor="implementation-compliance">
      <name>Implementation Compliance</name>
      <t>Like in <xref target="RFC8613"/>, HKDF SHA-256 is the mandatory to implement HKDF.</t>
      <t>An endpoint may support only the group mode, or only the pairwise mode, or both.</t>
      <t>For endpoints that support the group mode, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>For endpoints that use authenticated encryption, the AEAD algorithm AES-CCM-16-64-128 defined in <xref section="4.2" sectionFormat="of" target="RFC9053"/> is mandatory to implement as Group Encryption Algorithm (see <xref target="ssec-common-context-cs-enc-alg"/>).</t>
        </li>
        <li>
          <t>For many constrained IoT devices it is problematic to support more than one signature algorithm. Existing devices can be expected to support either EdDSA or ECDSA. In order to enable as much interoperability as we can reasonably achieve, the following applies with respect to the Signature Algorithm (see <xref target="ssec-common-context-cs-alg"/>).  </t>
          <t>
Less constrained endpoints <bcp14>SHOULD</bcp14> implement both: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032"/>; and the ECDSA signature algorithm together with the elliptic curve P-256.  </t>
          <t>
Constrained endpoints <bcp14>SHOULD</bcp14> implement: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032"/>; or the ECDSA signature algorithm together with the elliptic curve P-256.</t>
        </li>
        <li>
          <t>Endpoints that implement the ECDSA signature algorithm <bcp14>MAY</bcp14> use "deterministic ECDSA" as specified in <xref target="RFC6979"/>. Pure deterministic elliptic-curve signature algorithms such as deterministic ECDSA and EdDSA have the advantage of not requiring access to a source of high-quality randomness. However, these signature algorithms have been shown vulnerable to some side-channel and fault injection attacks due to their determinism, which can result in extracting a device's private key. As suggested in <xref section="2.1.1" sectionFormat="of" target="RFC9053"/>, this can be addressed by combining both randomness and determinism <xref target="I-D.irtf-cfrg-det-sigs-with-noise"/>.</t>
        </li>
      </ul>
      <t>For endpoints that support the pairwise mode, the following applies.</t>
      <ul spacing="normal">
        <li>
          <t>The AEAD algorithm AES-CCM-16-64-128 defined in <xref section="4.2" sectionFormat="of" target="RFC9053"/> is mandatory to implement as AEAD Algorithm (see <xref target="ssec-common-context-aead-alg"/>).</t>
        </li>
        <li>
          <t>The ECDH-SS + HKDF-256 algorithm specified in <xref section="6.3.1" sectionFormat="of" target="RFC9053"/> is mandatory to implement as Pairwise Key Agreement Algorithm (see <xref target="ssec-common-context-dh-alg"/>).</t>
        </li>
        <li>
          <t>In order to enable as much interoperability as we can reasonably achieve in the presence of constrained devices (see above), the following applies.  </t>
          <t>
Less constrained endpoints <bcp14>SHOULD</bcp14> implement both the X25519 curve <xref target="RFC7748"/> and the P-256 curve as ECDH curves.  </t>
          <t>
Constrained endpoints <bcp14>SHOULD</bcp14> implement the X25519 curve <xref target="RFC7748"/> or the P-256 curve as ECDH curve.</t>
        </li>
      </ul>
      <t>Constrained IoT devices may alternatively represent Montgomery curves and (twisted) Edwards curves <xref target="RFC7748"/> in the short-Weierstrass form Wei25519, with which the algorithms ECDSA25519 and ECDH25519 can be used for signature operations and Diffie-Hellman secret calculation, respectively <xref target="I-D.ietf-lwig-curve-representations"/>.</t>
    </section>
    <section anchor="web-linking">
      <name>Web Linking</name>
      <t>The use of Group OSCORE or OSCORE <xref target="RFC8613"/> <bcp14>MAY</bcp14> be indicated by a target "gosc" attribute in a web link <xref target="RFC8288"/> to a resource, e.g., using a link-format document <xref target="RFC6690"/> if the resource is accessible over CoAP.</t>
      <t>The "gosc" attribute is a hint indicating that the destination of that link is only accessible using Group OSCORE or OSCORE, and unprotected access to it is not supported. Note that this is simply a hint, it does not include any security context material or any other information required to run Group OSCORE or OSCORE.</t>
      <t>A value <bcp14>MUST NOT</bcp14> be given for the "gosc" attribute; any present value <bcp14>MUST</bcp14> be ignored by parsers. The "gosc" attribute <bcp14>MUST NOT</bcp14> appear more than once in a given link-value; occurrences after the first <bcp14>MUST</bcp14> be ignored by parsers.</t>
      <t>When a link-value includes the "gosc" attribute, the link-value <bcp14>MUST</bcp14> also include the "osc" attribute defined in <xref section="9" sectionFormat="of" target="RFC8613"/>. If the endpoint parsing the link-value supports Group OSCORE and understands the "gosc" attribute, then the parser <bcp14>MUST</bcp14> ignore the "osc" attribute, which is overshadowed by the "gosc" attribute.</t>
      <t>The example in <xref target="fig-web-link-example"/> shows a use of the "gosc" attribute: the client does resource discovery on a server and gets back a list of resources, one of which includes the "gosc" attribute indicating that the resource is protected with Group OSCORE or OSCORE. The link-format notation (see <xref section="5" sectionFormat="of" target="RFC6690"/>) is used.</t>
      <figure anchor="fig-web-link-example">
        <name>Example of using the "gosc" attribute in a web link.</name>
        <artwork align="center"><![CDATA[
REQ: GET /.well-known/core

RES: 2.05 Content
    </sensors/temp>;gosc;osc,
    </sensors/light>;if="sensor"
]]></artwork>
      </figure>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The same threat model discussed for OSCORE in <xref section="D.1" sectionFormat="of" target="RFC8613"/> holds for Group OSCORE.</t>
      <t>For Group OSCORE, the Sender Context and Recipient Context additionally contain asymmetric keys, which are used to provide source authentication: in group mode, by means of countersignatures (see  <xref target="ssec-group-mode-security"/>); in pairwise mode, by using Diffie-Hellman (see <xref target="ssec-pairwise-mode-security"/>). The key pair can, for example, be generated by the endpoint or provisioned during manufacturing.</t>
      <t>Note that, even if an endpoint is authorized to be a group member and to take part in group communications, there is a risk that it behaves inappropriately. For instance, it can forward the content of messages in the group to unauthorized entities. However, in many use cases, the devices in the group belong to a common authority and are configured by a commissioner (see <xref target="sec-use-cases"/>), which results in a practically limited risk and enables a prompt detection/reaction in case of misbehaving.</t>
      <t>The same considerations on supporting Proxy operations discussed for OSCORE in <xref section="D.2" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
      <t>The same considerations on protected message fields for OSCORE discussed in <xref section="D.3" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
      <t>The same considerations on uniqueness of (key, nonce) pairs for OSCORE discussed in <xref section="D.4" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE. This is further discussed in <xref target="ssec-key-nonce-uniqueness"/> of this document.</t>
      <t>The same considerations on unprotected message fields for OSCORE discussed in <xref section="D.5" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE, with the following differences. First, the 'kid context' of request messages is part of the Additional Authenticated Data, thus safely enabling to keep long exchanges active beyond a possible change of ID Context (Gid), following a group rekeying (see <xref target="sec-cose-object-ext-aad"/>). Second, the countersignature included in a Group OSCORE message protected in group mode is computed also over the value of the OSCORE Option, which is also part of the Additional Authenticated Data used in the signing process. This is further discussed in <xref target="ssec-cross-group-injection"/> of this document.</t>
      <t>As discussed in <xref section="6.2.3" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, Group OSCORE addresses security attacks against CoAP listed in Sections 11.2-11.6 of <xref target="RFC7252"/>, especially when run over IP multicast.</t>
      <t>The rest of this section first discusses security aspects to be taken into account when using Group OSCORE. Then it goes through aspects covered in the security considerations of OSCORE (see <xref section="12" sectionFormat="of" target="RFC8613"/>), and discusses how they hold when Group OSCORE is used.</t>
      <section anchor="ssec-group-mode-security">
        <name>Security of the Group Mode</name>
        <t>The group mode defined in <xref target="mess-processing"/> relies on commonly shared group keying material to protect communication within a group. Using the group mode has the implications discussed below. The following refers to group members as the endpoints in the group storing the latest version of the group keying material.</t>
        <ul spacing="normal">
          <li>
            <t>Source authentication of messages sent to a group is ensured through a countersignature, which is computed by the sender using its own private key and then appended to the message payload. Also, the countersignature is encrypted by using a keystream derived from the group keying material (see <xref target="compression"/>). This ensures group privacy, i.e., an attacker cannot track an endpoint over two groups by linking messages between the two groups, unless being also a member of those groups.</t>
          </li>
          <li>
            <t>Messages are encrypted at a group level (group-level data confidentiality), i.e., they can be decrypted by any member of the group, but not by an external adversary or other external entities.</t>
          </li>
          <li>
            <t>If the used Group Encryption Algorithm provides integrity protection, then it also ensures group authentication and proof of group membership, but not source authentication. That is, it ensures that a message sent to a group has been sent by a member of that group, but not necessarily by the alleged sender. In fact, any group member is able to derive the Sender Key used by the actual sender endpoint, and thus can compute a valid authentication tag. Therefore, the message content could originate from any of the current group members.  </t>
            <t>
Furthermore, if the used Group Encryption Algorithm does not provide integrity protection, then it does not ensure any level of message authentication or proof of group membership.  </t>
            <t>
On the other hand, proof of group membership is always ensured by construction through the strict management of the group keying material (see <xref target="sec-group-key-management"/>). That is, the group is rekeyed in case of members' leaving, and the current group members are informed of former group members. Thus, a current group member storing the latest group keying material does not store the authentication credential of any former group member.  </t>
            <t>
This allows a recipient endpoint to rely on the stored authentication credentials and public keys included therein, in order to always confidently assert the group membership of a sender endpoint when processing an incoming message, i.e., to assert that the sender endpoint was a group member when it signed the message. In turn, this prevents a former group member to possibly re-sign and inject in the group a stored message that was protected with old keying material.  </t>
            <t>
A case in point is a group where the Group Encryption Algorithm does not provide integrity protection; a group member leaves the group; and, after the group rekeying, associates with the group as external signature checker (see <xref target="sec-processing-signature-checker"/>). When doing so, it obtains from the Group Manager the new Signature Encryption Key, from which it can derive keystreams for encrypting and decrypting the countersignatures of messages protected in group mode.  </t>
            <t>
If, when participating in the group rekeying, the current group members had not deleted the Recipient Context and authentication credential of the former group member, then the signature checker would be able to successfully inject messages protected in group mode, as encrypted with the old group keying material, signed with its own private key, and with the countersignature encrypted by means of the latest Signature Encryption Key. Then, the group members, as still retaining the authentication credential of the signature checker, will verify and accept the message, even though the sender was not a group member when signing the message.</t>
          </li>
        </ul>
        <t>The security properties of the group mode are summarized below.</t>
        <ol spacing="normal" type="1"><li>
            <t>Asymmetric source authentication, by means of a countersignature.</t>
          </li>
          <li>
            <t>Symmetric group authentication, by means of an authentication tag (only for Group Encryption Algorithms providing integrity protection).</t>
          </li>
          <li>
            <t>Symmetric group confidentiality, by means of symmetric encryption.</t>
          </li>
          <li>
            <t>Proof of group membership, by strictly managing the group keying material, as well as by means of integrity tags when using a Group Encryption Algorithm that provides also integrity protection.</t>
          </li>
          <li>
            <t>Group privacy, by encrypting the countersignature.</t>
          </li>
        </ol>
        <t>The group mode fulfills the security properties above while also displaying the following benefits. First, the use of a Group Encryption Algorithm that does not provide integrity protection results in a minimal communication overhead, by limiting the message payload to the ciphertext without integrity tag together with the encrypted countersignature. Second, it is possible to deploy semi-trusted entities such as signature checkers (see <xref target="sec-additional-entities"/>), which can break property 5, but cannot break properties 1, 2, 3, and 4.</t>
      </section>
      <section anchor="ssec-pairwise-mode-security">
        <name>Security of the Pairwise Mode</name>
        <t>The pairwise mode defined in <xref target="sec-pairwise-protection"/> protects messages by using pairwise symmetric keys, derived from the static-static Diffie-Hellman shared secret computed from the asymmetric keys of the sender and recipient endpoint (see <xref target="sec-derivation-pairwise"/>).</t>
        <t>The used AEAD Algorithm <bcp14>MUST</bcp14> provide integrity protection. Therefore, the pairwise mode ensures both pairwise data-confidentiality and source authentication of messages, without using countersignatures. Furthermore, the recipient endpoint achieves proof of group membership for the sender endpoint, since only current group members have the required keying material to derive a valid Pairwise Sender/Recipient Key.</t>
        <t>The long-term storing of the Diffie-Hellman shared secret is a potential security issue. In fact, if the shared secret of two group members is leaked, a third group member can exploit it to impersonate any of those two group members, by deriving and using their pairwise key. The possibility of such leakage should be contemplated, as more likely to happen than the leakage of a private key, which could be rather protected at a significantly higher level than generic memory, e.g., by using a Trusted Platform Module. Therefore, there is a trade-off between the maximum amount of time a same shared secret is stored and the frequency of its re-computing.</t>
      </section>
      <section anchor="ssec-key-nonce-uniqueness">
        <name>Uniqueness of (key, nonce)</name>
        <t>The proof for uniqueness of (key, nonce) pairs in <xref section="D.4" sectionFormat="of" target="RFC8613"/> is also valid in group communication scenarios. That is, given an OSCORE group:</t>
        <ul spacing="normal">
          <li>
            <t>Uniqueness of Sender IDs within the group is enforced by the Group Manager. In fact, from the moment when a Gid is assigned to a group until the moment when a new Gid is assigned to that same group, the Group Manager does not reassign a Sender ID within the group (see <xref target="sec-group-key-management"/>).</t>
          </li>
          <li>
            <t>The case A in <xref section="D.4" sectionFormat="of" target="RFC8613"/> concerns all requests as well as all responses including a Partial IV (e.g., Observe notifications <xref target="RFC7641"/> or any other subsequent responses after the first one). In this case, same considerations from <xref target="RFC8613"/> apply here as well.</t>
          </li>
          <li>
            <t>The case B in <xref section="D.4" sectionFormat="of" target="RFC8613"/> concerns responses not including a Partial IV (e.g., a single response to a request). In this case, same considerations from <xref target="RFC8613"/> apply here as well.</t>
          </li>
        </ul>
        <t>As a consequence, each message encrypted/decrypted with the same Sender Key is processed by using a different (ID_PIV, PIV) pair. This means that nonces used by any fixed encrypting endpoint are unique. Thus, each message is processed with a different (key, nonce) pair.</t>
      </section>
      <section anchor="sec-cons-group-key-management">
        <name>Management of Group Keying Material</name>
        <t>The protocol described in this document should take into account the risk of compromise of group members. In particular, this document specifies that a key management scheme for secure revocation and renewal of Security Contexts and group keying material <bcp14>MUST</bcp14> be adopted.</t>
        <t><xref target="I-D.ietf-ace-key-groupcomm-oscore"/> specifies a simple rekeying scheme for renewing the Security Context in a group.</t>
        <t>Alternative rekeying schemes that are more scalable with the group size may be needed in dynamic, large groups where endpoints can join and leave at any time, in order to limit the impact on performance due to the Security Context and keying material update.</t>
      </section>
      <section anchor="ssec-key-rotation">
        <name>Update of Security Context and Key Rotation</name>
        <t>A group member can receive a message shortly after the group has been rekeyed, and new security parameters and keying material have been distributed by the Group Manager.</t>
        <t>This may result in a client using an old Security Context to protect a request, and a server using a different new Security Context to protect a corresponding response. As a consequence, clients may receive a response protected with a Security Context different from the one used to protect the corresponding request.</t>
        <t>In particular, a server may first get a request protected with the old Security Context, then install the new Security Context, and only after that produce a response to send back to the client. In such a case, as specified in <xref target="ssec-protect-response"/>, the server <bcp14>MUST</bcp14> protect the potential response using the new Security Context. Specifically, the server <bcp14>MUST</bcp14> include its Sender Sequence Number as Partial IV in the response and use it to build the AEAD nonce to protect the response. This prevents the AEAD nonce from the request from being reused with the new Security Context.</t>
        <t>The client will process that response using the new Security Context, provided that it has installed the new security parameters and keying material before the message processing.</t>
        <t>In case block-wise transfer <xref target="RFC7959"/> is used, the same considerations from <xref section="10.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> hold.</t>
        <t>Furthermore, as described below, a group rekeying may temporarily result in misaligned Security Contexts between the sender and recipient of a same message.</t>
        <section anchor="ssec-key-rotation-late-sender">
          <name>Late Update on the Sender</name>
          <t>In this case, the sender protects a message using the old Security Context, i.e., before having installed the new Security Context. However, the recipient receives the message after having installed the new Security Context, and is thus unable to correctly process it.</t>
          <t>A possible way to ameliorate this issue is to preserve the old retained Security Context for a maximum amount of time defined by the application. By doing so, the recipient can still try to process the received message using the old retained Security Context.</t>
          <t>This makes particular sense when the recipient is a client, that would hence be able to process incoming responses protected with the old retained Security Context used to protect the associated request. If, as typically expected, the old Gid is not included in the response, then the client will first fail to process the response using the latest Security Context, and then use the old retained Security Context as a second attempt.</t>
          <t>Instead, a recipient server can immediately process an incoming request with the old retained Security Context, as signaled by the old Gid that is always included in requests. However, the server would better and more simply discard such an incoming request.</t>
          <t>This tolerance preserves the processing of secure messages throughout a long-lasting key rotation, as group rekeying processes may likely take a long time to complete, especially in large groups. On the other hand, a former (compromised) group member can abusively take advantage of this, and send messages protected with the old retained Security Context. Therefore, a conservative application policy should not admit the retention of old Security Contexts.</t>
        </section>
        <section anchor="ssec-key-rotation-late-recipient">
          <name>Late Update on the Recipient</name>
          <t>In this case, the sender protects a message using the new Security Context, but the recipient receives that message before having installed the new Security Context. Therefore, the recipient would not be able to correctly process the message and hence discards it.</t>
          <t>If the recipient installs the new Security Context shortly after that and the sender endpoint retransmits the message, the former will still be able to receive and correctly process the message.</t>
          <t>In any case, the recipient should actively ask the Group Manager for an updated Security Context according to an application-defined policy, for instance after a given number of unsuccessfully decrypted incoming messages.</t>
        </section>
      </section>
      <section anchor="ssec-gid-collision">
        <name>Collision of Group Identifiers</name>
        <t>In case endpoints are deployed in multiple groups managed by different non-synchronized Group Managers, it is possible for Group Identifiers of different groups to coincide.</t>
        <t>This does not impair the security of the AEAD algorithm. In fact, as long as the Master Secret is different for different groups and this condition holds over time, AEAD keys are different among different groups.</t>
        <t>In case multiple groups use the same IP multicast address, the entity assigning that address may help limiting the chances to experience such collisions of Group Identifiers. In particular, it may allow the Group Managers of those groups using the same IP multicast address to share their respective list of assigned Group Identifiers currently in use.</t>
      </section>
      <section anchor="ssec-cross-group-injection">
        <name>Cross-group Message Injection</name>
        <t>A same endpoint is allowed to and would likely use the same pair (private key, authentication credential) in multiple OSCORE groups, possibly administered by different Group Managers.</t>
        <t>When a sender endpoint sends a message protected in pairwise mode to a recipient endpoint in an OSCORE group, a malicious group member may attempt to inject the message to a different OSCORE group also including the same endpoints (see <xref target="ssec-cross-group-injection-attack"/>).</t>
        <t>This practically relies on altering the content of the OSCORE Option, and having the same MAC in the ciphertext still correctly validating, which has a success probability depending on the size of the MAC.</t>
        <t>As discussed in <xref target="sssec-cross-group-injection-group-mode"/>, the attack is practically infeasible if the message is protected in group mode, thanks to the countersignature also bound to the OSCORE Option through the Additional Authenticated Data used in the signing process (see <xref target="sec-cose-object-ext-aad"/>).</t>
        <section anchor="ssec-cross-group-injection-attack">
          <name>Attack Description</name>
          <t>Let us consider:</t>
          <ul spacing="normal">
            <li>
              <t>Two OSCORE groups G1 and G2, with ID Context (Group ID) Gid1 and Gid2, respectively. Both G1 and G2 use the AEAD cipher AES-CCM-16-64-128, i.e., the MAC of the ciphertext is 8 bytes in size.</t>
            </li>
            <li>
              <t>A sender endpoint X which is member of both G1 and G2, and uses the same pair (private key, authentication credential) in both groups. The endpoint X has Sender ID Sid1 in G1 and Sender ID Sid2 in G2. The pairs (Sid1, Gid1) and (Sid2, Gid2) identify the same authentication credential of X in G1 and G2, respectively.</t>
            </li>
            <li>
              <t>A recipient endpoint Y which is member of both G1 and G2, and uses the same pair (private key, authentication credential) in both groups. The endpoint Y has Sender ID Sid3 in G1 and Sender ID Sid4 in G2. The pairs (Sid3, Gid1) and (Sid4, Gid2) identify the same authentication credential of Y in G1 and G2, respectively.</t>
            </li>
            <li>
              <t>A malicious endpoint Z is also member of both G1 and G2. Hence, Z is able to derive the Sender Keys used by X in G1 and G2.</t>
            </li>
          </ul>
          <t>When X sends a message M1 addressed to Y in G1 and protected in pairwise mode, Z can intercept M1, and attempt to forge a valid message M2 to be injected in G2, making it appear as still sent by X to Y and valid to be accepted.</t>
          <t>More in detail, Z intercepts and stops message M1, and forges a message M2 by changing the value of the OSCORE Option from M1 as follows: the 'kid context' is set to G2 (rather than G1); and the 'kid' is set to Sid2 (rather than Sid1). Then, Z injects message M2 as addressed to Y in G2.</t>
          <t>Upon receiving M2, there is a probability equal to 2^-64 that Y successfully verifies the same unchanged MAC by using the Pairwise Recipient Key associated with X in G2.</t>
          <t>Note that Z does not know the pairwise keys of X and Y, since it does not know and is not able to compute their shared Diffie-Hellman secret. Therefore, Z is not able to check offline if a performed forgery is actually valid, before sending the forged message to G2.</t>
        </section>
        <section anchor="sssec-cross-group-injection-group-mode">
          <name>Attack Prevention in Group Mode</name>
          <t>When a Group OSCORE message is protected in group mode, the countersignature is computed also over the value of the OSCORE Option, which is part of the Additional Authenticated Data used in the signing process (see <xref target="sec-cose-object-ext-aad"/>).</t>
          <t>That is, other than over the ciphertext, the countersignature is computed over: the ID Context (Gid) and the Partial IV, which are always present in requests; as well as the Sender ID of the message originator, which is always present in requests as well as in responses to requests protected in group mode.</t>
          <t>Since the signing process takes as input also the ciphertext of the COSE_Encrypt0 object, the countersignature is bound not only to the intended OSCORE group, hence to the triplet (Master Secret, Master Salt, ID Context), but also to a specific Sender ID in that group and to its specific symmetric key used for AEAD encryption, hence to the quartet (Master Secret, Master Salt, ID Context, Sender ID).</t>
          <t>This makes it practically infeasible to perform the attack described in <xref target="ssec-cross-group-injection-attack"/>, since it would require the adversary to additionally forge a valid countersignature that replaces the original one in the forged message M2.</t>
          <t>If, hypothetically, the countersignature did not cover the OSCORE Option:</t>
          <ul spacing="normal">
            <li>
              <t>The attack described in <xref target="ssec-cross-group-injection-attack"/> would still be possible against response messages protected in group mode, since the same unchanged countersignature from message M1 would be also valid in message M2.</t>
            </li>
            <li>
              <t>A simplification would also be possible in performing the attack, since Z is able to derive the Sender/Recipient Keys of X and Y in G1 and G2. That is, Z can also set a convenient Partial IV in the response, until the same unchanged MAC is successfully verified by using G2 as 'request_kid_context', Sid2 as 'request_kid', and the symmetric key associated with X in G2.  </t>
              <t>
Since the Partial IV is 5 bytes in size, this requires 2^40 operations to test all the Partial IVs, which can be done in real-time. The probability that a single given message M1 can be used to forge a response M2 for a given request would be equal to 2^-24, since there are more MAC values (8 bytes in size) than Partial IV values (5 bytes in size).  </t>
              <t>
Note that, by changing the Partial IV as discussed above, any member of G1 would also be able to forge a valid signed response message M2 to be injected in the same group G1.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-group-cloning">
        <name>Prevention of Group Cloning Attack</name>
        <t>Both when using the group mode and the pairwise mode, the message protection covers also the Group Manager's authentication credential. This is included in the Additional Authenticated Data used in the signing process and/or in the integrity-protected encryption process (see <xref target="sec-cose-object-ext-aad"/>).</t>
        <t>By doing so, an endpoint X member of a group G1 cannot perform the following attack.</t>
        <ol spacing="normal" type="1"><li>
            <t>X sets up a group G2 where it acts as Group Manager.</t>
          </li>
          <li>
            <t>X makes G2 a "clone" of G1, i.e., G1 and G2 use the same algorithms and have the same Master Secret, Master Salt and ID Context.</t>
          </li>
          <li>
            <t>X collects a message M sent to G1 and injects it in G2.</t>
          </li>
          <li>
            <t>Members of G2 accept M and believe it to be originated in G2.</t>
          </li>
        </ol>
        <t>The attack above is effectively prevented, since message M is protected by including the authentication credential of G1's Group Manager in the Additional Authenticated Data. Therefore, members of G2 do not successfully verify and decrypt M, since they correctly use the authentication credential of X as Group Manager of G2 when attempting to.</t>
      </section>
      <section anchor="ssec-unicast-requests">
        <name>Group OSCORE for Unicast Requests</name>
        <t>If a request is intended to be sent over unicast as addressed to a single group member, it is <bcp14>NOT RECOMMENDED</bcp14> for the client to protect the request by using the group mode as defined in <xref target="ssec-protect-request"/>.</t>
        <t>This does not include the case where the client sends a request over unicast to a proxy, to be forwarded to multiple intended recipients over multicast <xref target="I-D.ietf-core-groupcomm-bis"/>. In this case, the client typically protects the request with the group mode, even though it is sent to the proxy over unicast (see <xref target="mess-processing"/>).</t>
        <t>If the client uses the group mode with its own Sender Key to protect a unicast request to a group member, an on-path adversary can, right then or later on, redirect that request to one/many different group member(s) over unicast, or to the whole OSCORE group over multicast. By doing so, the adversary can induce the target group member(s) to perform actions intended for one group member only. Note that the adversary can be external, i.e., they do not need to also be a member of the OSCORE group.</t>
        <t>This is due to the fact that the client is not able to indicate the single intended recipient in a way which is secure and possible to process for Group OSCORE on the server side. In particular, Group OSCORE does not protect network addressing information such as the IP address of the intended recipient server. It follows that the server(s) receiving the redirected request cannot assert whether that was the original intention of the client, and would thus simply assume so.</t>
        <t>The impact of such an attack depends especially on the REST method of the request, i.e., the Inner CoAP Code of the OSCORE request message. In particular, safe methods such as GET and FETCH would trigger (several) unintended responses from the targeted server(s), while not resulting in destructive behavior. On the other hand, non safe methods such as PUT, POST, and PATCH/iPATCH would result in the target server(s) taking active actions on their resources and possible cyber-physical environment, with the risk of destructive consequences and possible implications for safety.</t>
        <t>A client can instead use the pairwise mode as defined in <xref target="sec-pairwise-protection-req"/>, in order to protect a request sent to a single group member by using pairwise keying material (see <xref target="sec-derivation-pairwise"/>). This prevents the attack discussed above by construction, as only the intended server is able to derive the pairwise keying material used by the client to protect the request. In a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set in the Security Context, a client supporting the pairwise mode <bcp14>SHOULD</bcp14> use it to protect requests sent to a single group member over unicast. For an example where this is not fulfilled, see <xref section="9.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications"/>.</t>
        <t>The use of block-wise transfers <xref target="RFC7959"/> with group communication for CoAP is as discussed in <xref section="3.8" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>. Note that, after a first block-wise request which targets all servers in the group and includes the CoAP Block2 Option, following block-wise exchanges rely on unicast requests that should therefore be protected using the pairwise mode.</t>
        <t>Editor's note: The paragraph above will have to be re-checked against the Section "Block-Wise Transfer" of <xref target="I-D.ietf-core-groupcomm-bis"/>, in order to ensure that it is aligned with that.</t>
        <t>Additional considerations are discussed in <xref target="sec-synch-challenge-response"/>, with respect to requests including a CoAP Echo Option <xref target="RFC9175"/> that have to be sent over unicast, as a challenge-response method for servers to achieve freshness or to initialize as valid a previously invalid Replay Window.</t>
      </section>
      <section anchor="ssec-e2e-protection">
        <name>End-to-end Protection</name>
        <t>The same considerations from <xref section="12.1" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
        <t>Additionally, (D)TLS and Group OSCORE can be combined for protecting message exchanges occurring over unicast. However, it is not possible to combine (D)TLS and Group OSCORE for protecting message exchanges where messages are sent over multicast.</t>
      </section>
      <section anchor="ssec-master-secret">
        <name>Master Secret</name>
        <t>Group OSCORE derives the Security Context using the same construction used by OSCORE, and by using the Group Identifier of a group as the related ID Context. Hence, the same required properties of the Security Context parameters discussed in <xref section="3.3" sectionFormat="of" target="RFC8613"/> hold for this document.</t>
        <t>With particular reference to the OSCORE Master Secret, it has to be kept secret among the members of the respective OSCORE group and the Group Manager responsible for that group. Also, the Master Secret must have a good amount of randomness, and the Group Manager can generate it offline using a good random number generator. This includes the case where the Group Manager rekeys the group by generating and distributing a new Master Secret. Randomness requirements for security are described in <xref target="RFC4086"/>.</t>
      </section>
      <section anchor="ssec-replay-protection">
        <name>Replay Protection</name>
        <t>As in OSCORE <xref target="RFC8613"/>, also Group OSCORE relies on Sender Sequence Numbers included in the COSE message field 'Partial IV' and used to build AEAD nonces.</t>
        <t>Note that the Partial IV of an endpoint does not necessarily grow monotonically. For instance, upon exhaustion of the endpoint's Sender Sequence Number space, the endpoint's Partial IV space also gets exhausted. As discussed in <xref target="sec-group-re-join"/>, this results either in the endpoint being individually rekeyed and getting a new Sender ID, or in the establishment of a new Security Context in the group. Therefore, uniqueness of (key, nonce) pairs (see <xref target="ssec-key-nonce-uniqueness"/>) is preserved also when a new Security Context is established.</t>
        <t>Since one-to-many communication such as multicast usually involves unreliable transports, the simplification of the Replay Window to a size of 1 suggested in <xref section="7.4" sectionFormat="of" target="RFC8613"/> is not viable with Group OSCORE, unless exchanges in the group rely only on unicast messages.</t>
        <t>A server's Replay Window may be initialized as invalid (see <xref target="ssec-loss-mutable-context"/>). The server can either retrieve a new Group OSCORE Security Context, or make a Replay Window valid (see <xref target="sec-synch-challenge-response"/>) before resuming to accept incoming messages from other group members.</t>
      </section>
      <section anchor="ssec-seccons-ordering">
        <name>Message Ordering</name>
        <t>Assuming that the other endpoint is honest, Group OSCORE provides relative ordering of received messages. For a given Group OSCORE Security Context, the received Partial IV (when included) allows the recipient endpoint to determine the order in which requests or responses were sent by the other endpoint.</t>
        <t>In case the Partial IV was omitted in a response, this indicates that it was the oldest response from the sender endpoint to the corresponding request (like notification responses in OSCORE, see <xref section="7.4.1" sectionFormat="of" target="RFC8613"/>). A received response is not older than the corresponding request.</t>
      </section>
      <section anchor="ssec-seccons-freshness">
        <name>Message Freshness</name>
        <t>As in OSCORE, Group OSCORE provides only the guarantee that the request is not older than the Group OSCORE Security Context used to protect it. Other aspects of freshness are discussed in <xref target="sec-freshness"/>.</t>
        <t>The challenge-response approach described in <xref target="sec-synch-challenge-response"/> provides an assurance of freshness of the request without depending on the honesty of the client. However, it can result in an impact on performance which is undesirable or unbearable, especially in large groups where many endpoints at the same time might join as new members.</t>
        <t>Endpoints configured as silent servers are not able to perform the challenge-response described above, as they do not store a Sender Context to secure the 4.01 (Unauthorized) response to the client. Thus, silent servers should adopt alternative approaches to make their Replay Windows valid.</t>
        <t>Since requests including the Echo Option are sent over unicast, a server can be victim of the attack discussed in <xref target="ssec-unicast-requests"/>, in case such requests are protected in group mode. Instead, protecting those requests with the pairwise mode prevents the attack above. In fact, only the very server involved in the challenge-response exchange is able to derive the pairwise key used by the client to protect the request including the Echo Option.</t>
        <t>In either case, an internal on-path adversary would not be able to mix up the Echo Option value of two different unicast requests, sent by a same client to any two different servers in the group. In fact, even if the group mode was used, this would require the adversary to forge the countersignature of both requests. As a consequence, each of the two servers remains able to selectively accept a request with the Echo Option only if it is waiting for that exact integrity-protected Echo Option value, and is thus the intended recipient.</t>
      </section>
      <section anchor="ssec-client-aliveness">
        <name>Client Aliveness</name>
        <t>Like in OSCORE (see <xref section="12.5" sectionFormat="of" target="RFC8613"/>), a server may verify the aliveness of the client by using the CoAP Echo Option <xref target="RFC9175"/> as described in <xref target="sec-synch-challenge-response"/>.</t>
        <t>In the interest of avoiding otherwise unnecessary uses of such an approach, the server can exploit the fact that the received request cannot be older than the Security Context used to protect it. This effectively allows the server to verify the client aliveness relative to the installation of the latest group keying material.</t>
      </section>
      <section anchor="ssec-crypto-considerations">
        <name>Cryptographic Considerations</name>
        <t>The same considerations from <xref section="12.6" sectionFormat="of" target="RFC8613"/> about the maximum Sender Sequence Number hold for Group OSCORE.</t>
        <t>As discussed in <xref target="ssec-wrap-around-partial-iv"/>, an endpoint that experiences an exhaustion of its own Sender Sequence Number space <bcp14>MUST NOT</bcp14> protect further messages including a Partial IV, until it has derived a new Sender Context. This prevents the endpoint to reuse the same AEAD nonce with the same Sender Key.</t>
        <t>In order to renew its own Sender Context, the endpoint <bcp14>SHOULD</bcp14> inform the Group Manager, which can either renew the whole Security Context by means of group rekeying, or provide only that endpoint with a new Sender ID value. In either case, the endpoint derives a new Sender Context, and in particular a new Sender Key.</t>
        <t>Additionally, the same considerations from <xref section="12.6" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE, about building the AEAD nonce and the secrecy of the Security Context parameters.</t>
        <t>The group mode uses the "encrypt-then-sign" construction, i.e., the countersignature is computed over the COSE_Encrypt0 object (see <xref target="sec-cose-object-unprotected-field"/>). This is motivated by enabling signature checkers (see <xref target="sec-additional-entities"/>), which do not join a group as members but are allowed to verify countersignatures of messages protected in group mode without being able to decrypt them (see <xref target="sec-processing-signature-checker"/>).</t>
        <t>If the Group Encryption Algorithm used in group mode provides integrity protection, countersignatures of COSE_Encrypt0 with short authentication tags do not provide the security properties associated with the same algorithm used in COSE_Sign (see <xref section="6" sectionFormat="of" target="RFC9338"/>). To provide 128-bit security against collision attacks, the tag length <bcp14>MUST</bcp14> be at least 256-bits. A countersignature of a COSE_Encrypt0 with AES-CCM-16-64-128 provides at most 32 bits of integrity protection.</t>
        <t>The derivation of pairwise keys defined in <xref target="key-derivation-pairwise"/> is compatible with ECDSA and EdDSA asymmetric keys, but is not compatible with RSA asymmetric keys.</t>
        <t>For the public key translation from Ed25519 (Ed448) to X25519 (X448) specified in <xref target="key-derivation-pairwise"/>, variable time methods can be used since the translation operates on public information. Any byte string of appropriate length is accepted as a public key for X25519 (X448) in <xref target="RFC7748"/>. It is therefore not necessary for security to validate the translated public key (assuming the translation was successful).</t>
        <t>The security of using the same key pair for Diffie-Hellman and for signing (by considering the ECDH procedure in <xref target="sec-derivation-pairwise"/> as a Key Encapsulation Mechanism (KEM)) is demonstrated in <xref target="Degabriele"/> and <xref target="Thormarker"/>.</t>
        <t>Applications using ECDH (except X25519 and X448) based KEM in <xref target="sec-derivation-pairwise"/> are assumed to verify that a peer endpoint's public key is on the expected curve and that the shared secret is not the point at infinity. The KEM in <xref target="Degabriele"/> checks that the shared secret is different from the point at infinity, as does the procedure in Section 5.7.1.2 of <xref target="NIST-800-56A"/> which is referenced in <xref target="sec-derivation-pairwise"/>.</t>
        <t>By extending Theorem 2 of <xref target="Degabriele"/>, <xref target="Thormarker"/> shows that the same key pair can be used with X25519 and Ed25519 (X448 and Ed448) for the KEM specified in <xref target="sec-derivation-pairwise"/>. By symmetry in the KEM used in this document, both endpoints can consider themselves to have the recipient role in the KEM - as discussed in Section 7 of <xref target="Thormarker"/> - and rely on the mentioned proofs for the security of their key pairs.</t>
        <t>Theorem 3 in <xref target="Degabriele"/> shows that the same key pair can be used for an ECDH based KEM and ECDSA. The KEM uses a different KDF than in <xref target="sec-derivation-pairwise"/>, but the proof only depends on that the KDF has certain required properties, which are the typical assumptions about HKDF, e.g., that output keys are pseudorandom. In order to comply with the assumptions of Theorem 3, received public keys <bcp14>MUST</bcp14> be successfully validated, see Section 5.6.2.3.4 of <xref target="NIST-800-56A"/>. The validation <bcp14>MAY</bcp14> be performed by a trusted Group Manager. For <xref target="Degabriele"/> to apply as it is written, public keys need to be in the expected subgroup. For this, we rely on cofactor Diffie-Hellman as per Section 5.7.1.2 of <xref target="NIST-800-56A"/>, which is referenced in <xref target="key-derivation-pairwise"/>.</t>
        <t>HashEdDSA variants of Ed25519 and Ed448 are not used by COSE (see <xref section="2.2" sectionFormat="of" target="RFC9053"/>), and are not covered by the analysis in <xref target="Thormarker"/>. Hence, they <bcp14>MUST NOT</bcp14> be used with the public keys used to derive pairwise keys as specified in this document.</t>
      </section>
      <section anchor="ssec-message-segmentation">
        <name>Message Segmentation</name>
        <t>The same considerations from <xref section="12.7" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE.</t>
      </section>
      <section anchor="ssec-privacy">
        <name>Privacy Considerations</name>
        <t>Group OSCORE ensures end-to-end integrity protection and encryption of the message payload and of all the options that are not used for proxy operations. In particular, options are processed according to the same class U/I/E that they have for OSCORE. Therefore, the same privacy considerations from <xref section="12.8" sectionFormat="of" target="RFC8613"/> hold for Group OSCORE, with the following addition.</t>
        <ul spacing="normal">
          <li>
            <t>When protecting a message in group mode, the countersignature is encrypted by using a keystream derived from the group keying material (see <xref target="compression"/> and <xref target="sssec-encrypted-signature-keystream"/>). This ensures group privacy. That is, an attacker cannot track an endpoint over two groups by linking messages between the two groups, unless being also a member of those groups.</t>
          </li>
        </ul>
        <t>Furthermore, the following privacy considerations hold about the OSCORE Option, which may reveal information on the communicating endpoints.</t>
        <ul spacing="normal">
          <li>
            <t>The 'kid' parameter, which is intended to help a recipient endpoint to find the right Recipient Context, may reveal information about the Sender Endpoint. When both a request and the corresponding responses include the 'kid' parameter, this may reveal information about both a client sending a request and all the possibly replying servers sending their own individual response.</t>
          </li>
          <li>
            <t>The 'kid context' parameter, which is intended to help a recipient endpoint to find the right Security Context, reveals information about the sender endpoint. In particular, it reveals that the sender endpoint is a member of a particular OSCORE group, whose current Group ID is indicated in the 'kid context' parameter.</t>
          </li>
        </ul>
        <t>When receiving a group request, each of the recipient endpoints can reply with a response that includes its Sender ID as 'kid' parameter. All these responses will be matchable with the request through the CoAP Token. Thus, even if these responses do not include a 'kid context' parameter, it becomes possible to understand that the responder endpoints are in the same group of the requester endpoint.</t>
        <t>Furthermore, using the approach described in <xref target="sec-synch-challenge-response"/> to make Replay Windows valid may reveal when a server device goes through a reboot. This can be mitigated by the server device storing the precise state of the Replay Window of each known client on a clean shutdown.</t>
        <t>Finally, the approach described in <xref target="ssec-gid-collision"/> to prevent collisions of Group Identifiers from different Group Managers may reveal information about events in the respective OSCORE groups. In particular, a Group Identifier changes when the corresponding group is rekeyed. Thus, Group Managers might use the shared list of Group Identifiers to infer the rate and patterns of group membership changes triggering a group rekeying, e.g., due to newly joined members or evicted (compromised) members. In order to alleviate this privacy concern, it should be hidden from the Group Managers which exact Group Manager has currently assigned which Group Identifiers in its OSCORE groups.</t>
      </section>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>Note to RFC Editor: Please replace "[RFC-XXXX]" with the RFC number of this document and delete this paragraph.</t>
      <t>This document has the following actions for IANA.</t>
      <section anchor="iana-cons-flag-bits">
        <name>OSCORE Flag Bits Registry</name>
        <t>IANA is asked to add the following entry to the "OSCORE Flag Bits" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <table align="center" anchor="_table-iana-oscore-flag-bits">
          <name>Registrations in the OSCORE Flag Bits Registry</name>
          <thead>
            <tr>
              <th align="left">Bit Position</th>
              <th align="left">Name</th>
              <th align="left">Description</th>
              <th align="left">Reference</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">2</td>
              <td align="left">Group Flag</td>
              <td align="left">For using a Group OSCORE Security Context, set to 1 if the message is protected with the group mode</td>
              <td align="left">[RFC-XXXX]</td>
            </tr>
          </tbody>
        </table>
      </section>
      <section anchor="iana-cons-oscore-option-numbers">
        <name>CoAP Option Numbers Registry</name>
        <t>IANA is asked to add this document as a reference for the OSCORE Option in the "CoAP Option Numbers" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
      </section>
      <section anchor="iana-target-attributes">
        <name>Target Attributes Registry</name>
        <t>IANA is asked to add the following entry to the "Target Attributes" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group.</t>
        <artwork><![CDATA[
Attribute Name: gosc
Brief Description: Hint: resource only accessible
                   using Group OSCORE or OSCORE
Change Controller: IETF
Reference: [RFC-XXXX]
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="April" year="2024"/>
            <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 and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-11"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. 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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC6979">
          <front>
            <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author fullname="T. Pornin" initials="T." surname="Pornin"/>
            <date month="August" year="2013"/>
            <abstract>
              <t>This document defines a deterministic digital signature generation procedure. Such signatures are compatible with standard Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA) digital signatures and can be processed with unmodified verifiers, which need not be aware of the procedure described therein. Deterministic signatures retain the cryptographic security features associated with digital signatures but can be more easily implemented in various environments, since they do not need access to a source of high-quality randomness.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6979"/>
          <seriesInfo name="DOI" value="10.17487/RFC6979"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg"/>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <date month="January" year="2016"/>
            <abstract>
              <t>This memo specifies two elliptic curves over prime fields that offer a high level of practical security in cryptographic applications, including Transport Layer Security (TLS). These curves are intended to operate at the ~128-bit and ~224-bit security level, respectively, and are generated deterministically based on a list of required properties.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7748"/>
          <seriesInfo name="DOI" value="10.17487/RFC7748"/>
        </reference>
        <reference anchor="RFC8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>This document describes elliptic curve signature scheme Edwards-curve Digital Signature Algorithm (EdDSA). The algorithm is instantiated with recommended parameters for the edwards25519 and edwards448 curves. An example implementation and test vectors are provided.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8032"/>
          <seriesInfo name="DOI" value="10.17487/RFC8032"/>
        </reference>
        <reference anchor="RFC8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
        <reference anchor="RFC8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz"/>
            <author fullname="C. Vigano" initials="C." surname="Vigano"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049). Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9175">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <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="RFC9338">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="December" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. CBOR Object Signing and Encryption (COSE) defines a set of security services for CBOR. This document defines a countersignature algorithm along with the needed header parameters and CBOR tags for COSE. This document updates RFC 9052.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9338"/>
          <seriesInfo name="DOI" value="10.17487/RFC9338"/>
        </reference>
        <reference anchor="NIST-800-56A" target="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-56Ar3.pdf">
          <front>
            <title>Recommendation for Pair-Wise Key-Establishment Schemes Using Discrete Logarithm Cryptography - NIST Special Publication 800-56A, Revision 3</title>
            <author initials="E." surname="Barker" fullname="Elaine Barker">
              <organization/>
            </author>
            <author initials="L." surname="Chen" fullname="Lily Chen">
              <organization/>
            </author>
            <author initials="A." surname="Roginsky" fullname="Allen Roginsky">
              <organization/>
            </author>
            <author initials="A." surname="Vassilev" fullname="Apostol Vassilev">
              <organization/>
            </author>
            <author initials="R." surname="Davis" fullname="Richard Davis">
              <organization/>
            </author>
            <date year="2018" month="April"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-key-groupcomm">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="30" month="April" year="2024"/>
            <abstract>
              <t>   This document defines how to use the Authentication and Authorization
   for Constrained Environments (ACE) framework to distribute keying
   material and configuration parameters for secure group communication.
   Candidate group members acting as Clients and authorized to join a
   group can do so by interacting with a Key Distribution Center (KDC)
   acting as Resource Server, from which they obtain the keying material
   to communicate with other group members.  While defining general
   message formats as well as the interface and operations available at
   the KDC, this document supports different approaches and protocols
   for secure group communication.  Therefore, details are delegated to
   separate application profiles of this document, as specialized
   instances that target a particular group communication approach and
   define how communications in the group are protected.  Compliance
   requirements for such application profiles are also specified.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.ietf-iotops-security-protocol-comparison">
          <front>
            <title>Comparison of CoAP Security Protocols</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <date day="20" month="March" year="2024"/>
            <abstract>
              <t>   This document analyzes and compares the sizes of key exchange flights
   and the per-packet message size overheads when using different
   security protocols to secure CoAP.  Small message sizes are very
   important for reducing energy consumption, latency, and time to
   completion in constrained radio network such as Low-Power Wide Area
   Networks (LPWANs).  The analyzed security protocols are DTLS 1.2,
   DTLS 1.3, TLS 1.2, TLS 1.3, cTLS, EDHOC, OSCORE, and Group OSCORE.
   The DTLS and TLS record layers are analyzed with and without 6LoWPAN-
   GHC compression.  DTLS is analyzed with and without Connection ID.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-iotops-security-protocol-comparison-06"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <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-09"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-curve-representations">
          <front>
            <title>Alternative Elliptic Curve Representations</title>
            <author fullname="Rene Struik" initials="R." surname="Struik">
              <organization>Struik Security Consultancy</organization>
            </author>
            <date day="21" month="January" year="2022"/>
            <abstract>
              <t>   This document specifies how to represent Montgomery curves and
   (twisted) Edwards curves as curves in short-Weierstrass form and
   illustrates how this can be used to carry out elliptic curve
   computations leveraging existing implementations and specifications
   of, e.g., ECDSA and ECDH using NIST prime curves.  We also provide
   extensive background material that may be useful for implementers of
   elliptic curve cryptography.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lwig-curve-representations-23"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza" initials="S." surname="Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund" initials="J." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed" initials="M." surname="Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50% while also significantly reducing memory and code size
   compared to ASN.1.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 Certificate Signing Requests, C509 COSE headers, a
   C509 TLS certificate type, and a C509 file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-11"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-capable-proxies">
          <front>
            <title>OSCORE-capable Proxies</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="July" year="2024"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) can be
   used to protect CoAP messages end-to-end between two endpoints at the
   application layer, also in the presence of intermediaries such as
   proxies.  This document defines how to use OSCORE for protecting CoAP
   messages also between an origin application endpoint and an
   intermediary, or between two intermediaries.  Also, it defines rules
   to escalate the protection of a CoAP option, in order to encrypt and
   integrity-protect it whenever possible.  Finally, it defines how to
   secure a CoAP message by applying multiple, nested OSCORE
   protections, e.g., both end-to-end between origin application
   endpoints, and between an application endpoint and an intermediary or
   between two intermediaries.  Therefore, this document updates RFC
   8613.  Furthermore, this document updates RFC 8768, by explicitly
   defining the processing with OSCORE for the CoAP option Hop-Limit.
   The approach defined in this document can be seamlessly used with
   Group OSCORE, for protecting CoAP messages when group communication
   is used in the presence of intermediaries.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-proxy-02"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-det-sigs-with-noise">
          <front>
            <title>Hedged ECDSA and EdDSA Signatures</title>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Thormarker" initials="E." surname="Thormarker">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Sini Ruohomaa" initials="S." surname="Ruohomaa">
              <organization>Ericsson</organization>
            </author>
            <date day="16" month="March" year="2024"/>
            <abstract>
              <t>   Deterministic elliptic-curve signatures such as deterministic ECDSA
   and EdDSA have gained popularity over randomized ECDSA as their
   security does not depend on a source of high-quality randomness.
   Recent research, however, has found that implementations of these
   signature algorithms may be vulnerable to certain side-channel and
   fault injection attacks due to their deterministic nature.  One
   countermeasure to such attacks is hedged signatures where the
   calculation of the per-message secret number includes both fresh
   randomness and the message.  This document updates RFC 6979 and RFC
   8032 to recommend hedged constructions in deployments where side-
   channel attacks and fault injection attacks are a concern.  The
   updates are invisible to the validator of the signature and
   compatible with existing ECDSA and EdDSA validators.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-09"/>
        </reference>
        <reference anchor="RFC4944">
          <front>
            <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
            <author fullname="G. Montenegro" initials="G." surname="Montenegro"/>
            <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar"/>
            <author fullname="J. Hui" initials="J." surname="Hui"/>
            <author fullname="D. Culler" initials="D." surname="Culler"/>
            <date month="September" year="2007"/>
            <abstract>
              <t>This document describes the frame format for transmission of IPv6 packets and the method of forming IPv6 link-local addresses and statelessly autoconfigured addresses on IEEE 802.15.4 networks. Additional specifications include a simple header compression scheme using shared context and provisions for packet delivery in IEEE 802.15.4 meshes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4944"/>
          <seriesInfo name="DOI" value="10.17487/RFC4944"/>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="May" year="2010"/>
            <abstract>
              <t>This document specifies a simple Hashed Message Authentication Code (HMAC)-based key derivation function (HKDF), which can be used as a building block in various protocols and applications. The key derivation function (KDF) is intended to support a wide range of applications and requirements, and is conservative in its use of cryptographic hash functions. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5869"/>
          <seriesInfo name="DOI" value="10.17487/RFC5869"/>
        </reference>
        <reference anchor="RFC6282">
          <front>
            <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
            <author fullname="J. Hui" initials="J." role="editor" surname="Hui"/>
            <author fullname="P. Thubert" initials="P." surname="Thubert"/>
            <date month="September" year="2011"/>
            <abstract>
              <t>This document updates RFC 4944, "Transmission of IPv6 Packets over IEEE 802.15.4 Networks". This document specifies an IPv6 header compression format for IPv6 packet delivery in Low Power Wireless Personal Area Networks (6LoWPANs). The compression format relies on shared context to allow compression of arbitrary prefixes. How the information is maintained in that shared context is out of scope. This document specifies compression of multicast addresses and a framework for compressing next headers. UDP header compression is specified within this framework. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6282"/>
          <seriesInfo name="DOI" value="10.17487/RFC6282"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks. This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC8075">
          <front>
            <title>Guidelines for Mapping Implementations: HTTP to the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Castellani" initials="A." surname="Castellani"/>
            <author fullname="S. Loreto" initials="S." surname="Loreto"/>
            <author fullname="A. Rahman" initials="A." surname="Rahman"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <author fullname="E. Dijk" initials="E." surname="Dijk"/>
            <date month="February" year="2017"/>
            <abstract>
              <t>This document provides reference information for implementing a cross-protocol network proxy that performs translation from the HTTP protocol to the Constrained Application Protocol (CoAP). This will enable an HTTP client to access resources on a CoAP server through the proxy. This document describes how an HTTP request is mapped to a CoAP request and how a CoAP response is mapped back to an HTTP response. This includes guidelines for status code, URI, and media type mappings, as well as additional interworking advice.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8075"/>
          <seriesInfo name="DOI" value="10.17487/RFC8075"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="Degabriele" target="https://eprint.iacr.org/2011/615">
          <front>
            <title>On the Joint Security of Encryption and Signature in EMV</title>
            <author initials="J. P." surname="Degabriele" fullname="Jean Paul Degabriele">
              <organization/>
            </author>
            <author initials="A." surname="Lehmann" fullname="Anja Lehmann">
              <organization/>
            </author>
            <author initials="K. G." surname="Paterson" fullname="Kenneth G. Paterson">
              <organization/>
            </author>
            <author initials="N. P." surname="Smart" fullname="Nigel P. Smart">
              <organization/>
            </author>
            <author initials="M." surname="Strefler" fullname="Mario Strefler">
              <organization/>
            </author>
            <date year="2011" month="December"/>
          </front>
        </reference>
        <reference anchor="Thormarker" target="https://eprint.iacr.org/2021/509">
          <front>
            <title>On using the same key pair for Ed25519 and an X25519 based KEM</title>
            <author initials="E." surname="Thormarker" fullname="Erik Thormarker">
              <organization/>
            </author>
            <date year="2021" month="April"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="sec-requirements">
      <name>Assumptions and Security Objectives</name>
      <t>This section presents a set of assumptions and security objectives for the protocol described in this document. The rest of this section refers to three types of groups:</t>
      <ul spacing="normal">
        <li>
          <t>Application group, i.e., a set of CoAP endpoints that share a common pool of resources.</t>
        </li>
        <li>
          <t>Security group, as defined in <xref target="terminology"/> of this document. There can be a one-to-one or a one-to-many relation between security groups and application groups, and vice versa.</t>
        </li>
        <li>
          <t>CoAP group, i.e., a set of CoAP endpoints where each endpoint is configured to receive one-to-many CoAP requests, e.g., sent to the group's associated IP multicast address and UDP port as defined in <xref target="I-D.ietf-core-groupcomm-bis"/>. An endpoint may be a member of multiple CoAP groups. There can be a one-to-one or a one-to-many relation between application groups and CoAP groups. Note that a device sending a CoAP request to a CoAP group is not necessarily itself a member of that group: it is a member only if it also has a CoAP server endpoint listening to requests for this CoAP group, sent to the associated IP multicast address and port. In order to provide secure group communication, all members of a CoAP group as well as all further endpoints configured only as clients sending CoAP (multicast) requests to the CoAP group have to be member of a security group. There can be a one-to-one or a one-to-many relation between security groups and CoAP groups, and vice versa.</t>
        </li>
      </ul>
      <section anchor="ssec-sec-assumptions">
        <name>Assumptions</name>
        <t>The following points are assumed to be already addressed and are out of the scope of this document.</t>
        <ul spacing="normal">
          <li>
            <t>Multicast communication topology: this document considers both 1-to-N (one sender and multiple recipients) and M-to-N (multiple senders and multiple recipients) communication topologies. The 1-to-N communication topology is the simplest group communication scenario that would serve the needs of a typical Low-power and Lossy Network (LLN). Examples of use cases that benefit from secure group communication are provided in <xref target="sec-use-cases"/>.  </t>
            <t>
In a 1-to-N communication model, only a single client transmits data to the CoAP group, in the form of request messages; in an M-to-N communication model (where M and N do not necessarily have the same value), M clients transmit data to the CoAP group. According to <xref target="I-D.ietf-core-groupcomm-bis"/>, any possible proxy entity is supposed to know about the clients. Also, every client expects and is able to handle multiple response messages associated with a same request sent to the CoAP group.</t>
          </li>
          <li>
            <t>Group size: security solutions for group communication should be able to adequately support different and possibly large security groups. The group size is the current number of members in a security group. In the use cases mentioned in this document, the number of clients (normally the controlling devices) is expected to be much smaller than the number of servers (i.e., the controlled devices). A security solution for group communication that supports 1 to 50 clients would be able to properly cover the group sizes required for most use cases that are relevant for this document. The maximum group size is expected to be in the range of hundreds to thousands of devices, with large groups easier to manage if including several silent servers. Security groups larger than that should be divided into smaller independent groups. One should not assume that the set of members of a security group remains fixed. That is, the group membership is subject to changes, possibly on a frequent basis.</t>
          </li>
          <li>
            <t>Communication with the Group Manager: an endpoint must use a secure dedicated channel when communicating with the Group Manager, also when not registered as a member of the security group.</t>
          </li>
          <li>
            <t>Provisioning and management of Security Contexts: a Security Context must be established among the members of the security group. A secure mechanism must be used to generate, revoke and (re-)distribute keying material, communication policies and security parameters in the security group. The actual provisioning and management of the Security Context is out of the scope of this document.</t>
          </li>
          <li>
            <t>Multicast data security cipher suite: all members of a security group must use the same cipher suite to provide authenticity, integrity and confidentiality of messages in the group. The cipher suite is specified as part of the Security Context.</t>
          </li>
          <li>
            <t>Ensuring backward security: a new device joining the security group should not have access to any old Security Contexts used before its joining. This ensures that a new member of the security group is not able to decrypt confidential data sent before it has joined the security group. The adopted key management scheme should ensure that the Security Context is updated to ensure backward confidentiality. The actual mechanism to update the Security Context and renew the group keying material in the security group upon a new member's joining has to be defined as part of the group key management scheme.</t>
          </li>
          <li>
            <t>Ensuring forward security: entities that leave the security group should not have access to any future Security Contexts or message exchanged within the security group after their leaving. This ensures that a former member of the security group is not able to decrypt confidential data sent within the security group anymore. Also, it ensures that a former member is not able to send protected messages to the security group anymore. The actual mechanism to update the Security Context and renew the group keying material in the security group upon a member's leaving has to be defined as part of the group key management scheme.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-sec-objectives">
        <name>Security Objectives</name>
        <t>The protocol described in this document aims at fulfilling the following security objectives:</t>
        <ul spacing="normal">
          <li>
            <t>Data replay protection: request messages or response messages replayed within the security group must be detected.</t>
          </li>
          <li>
            <t>Data confidentiality: messages sent within the security group shall be encrypted.</t>
          </li>
          <li>
            <t>Group-level data confidentiality: the group mode provides group-level data confidentiality since messages are encrypted at a group level, i.e., in such a way that they can be decrypted by any member of the security group, but not by an external adversary or other external entities.</t>
          </li>
          <li>
            <t>Pairwise data confidentiality: the pairwise mode especially provides pairwise data confidentiality, since messages are encrypted using pairwise keying material shared between any two group members, hence they can be decrypted only by the intended single recipient.</t>
          </li>
          <li>
            <t>Source message authentication: messages sent within the security group shall be authenticated. That is, it is essential to ensure that a message is originated by a member of the security group in the first place, and in particular by a specific, identifiable member of the security group.</t>
          </li>
          <li>
            <t>Message integrity: messages sent within the security group shall be integrity protected. That is, it is essential to ensure that a message has not been tampered with, either by a group member, or by an external adversary or other external entities which are not members of the security group.</t>
          </li>
          <li>
            <t>Message ordering: it must be possible to determine the ordering of messages coming from a single sender. Like in OSCORE <xref target="RFC8613"/>, a recipient endpoint can determine the relative order of requests or responses from another sender endpoint by means of their Partial IV. It is not required to determine ordering of messages from different senders.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-use-cases">
      <name>List of Use Cases</name>
      <t>Group Communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/> provides the necessary background for multicast-based CoAP communication, with particular reference to low-power and lossy networks (LLNs) and resource constrained environments. The interested reader is encouraged to first read <xref target="I-D.ietf-core-groupcomm-bis"/> to understand the non-security related details. This section discusses a number of use cases that benefit from secure group communication, and refers to the three types of groups from <xref target="sec-requirements"/>. Specific security requirements for these use cases are discussed in <xref target="sec-requirements"/>.</t>
      <ul spacing="normal">
        <li>
          <t>Lighting control: consider a building equipped with IP-connected lighting devices, switches, and border routers. The lighting devices acting as servers are organized into application groups and CoAP groups, according to their physical location in the building. For instance, lighting devices in a room or corridor can be configured as members of a single application group and corresponding CoAP group. Those lighting devices together with the switches acting as clients in the same room or corridor can be configured as members of the corresponding security group. Switches are then used to control the lighting devices by sending on/off/dimming commands to all lighting devices in the CoAP group, while border routers connected to an IP network backbone (which is also multicast-enabled) can be used to interconnect routers in the building. Consequently, this would also enable logical groups to be formed even if devices with a role in the lighting application may be physically in different subnets (e.g., on wired and wireless networks). Connectivity between lighting devices may be realized, for instance, by means of IPv6 and (border) routers supporting 6LoWPAN <xref target="RFC4944"/><xref target="RFC6282"/>. Group communication enables synchronous operation of a set of connected lights, ensuring that the light preset (e.g., dimming level or color) of a large set of luminaires are changed at the same perceived time. This is especially useful for providing a visual synchronicity of light effects to the user. As a practical guideline, events within a 200 ms interval are perceived as simultaneous by humans, which is necessary to ensure in many setups. Devices may reply back to the switches that issue on/off/dimming commands, in order to report about the execution of the requested operation (e.g., OK, failure, error) and their current operational status. In a typical lighting control scenario, a single switch is the only entity responsible for sending commands to a set of lighting devices. In more advanced lighting control use cases, an M-to-N communication topology would be required, for instance in case multiple sensors (presence or day-light) are responsible to trigger events to a set of lighting devices. Especially in professional lighting scenarios, the roles of client and server are configured by the lighting commissioner, and devices strictly follow those roles.</t>
        </li>
        <li>
          <t>Integrated building control: enabling Building Automation and Control Systems (BACSs) to control multiple heating, ventilation and air-conditioning units to predefined presets. Controlled units can be organized into application groups and CoAP groups in order to reflect their physical position in the building, e.g., devices in the same room can be configured as members of a single application group and corresponding CoAP group. As a practical guideline, events within intervals of seconds are typically acceptable. Controlled units are expected to possibly reply back to the BACS issuing control commands, in order to report about the execution of the requested operation (e.g., OK, failure, error) and their current operational status.</t>
        </li>
        <li>
          <t>Software and firmware updates: software and firmware updates often comprise quite a large amount of data. This can overload a Low-power and Lossy Network (LLN) that is otherwise typically used to deal with only small amounts of data, on an infrequent base. Rather than sending software and firmware updates as unicast messages to each individual device, multicasting such updated data to a larger set of devices at once displays a number of benefits. For instance, it can significantly reduce the network load and decrease the overall time latency for propagating this data to all devices. Even if the complete whole update process itself is secured, securing the individual messages is important, in case updates consist of relatively large amounts of data. In fact, checking individual received data piecemeal for tampering avoids that devices store large amounts of partially corrupted data and that they detect tampering hereof only after all data has been received. Devices receiving software and firmware updates are expected to possibly reply back, in order to provide a feedback about the execution of the update operation (e.g., OK, failure, error) and their current operational status.</t>
        </li>
        <li>
          <t>Parameter and configuration update: by means of multicast communication, it is possible to update the settings of a set of similar devices, both simultaneously and efficiently. Possible parameters are related, for instance, to network load management or network access control. Devices receiving parameter and configuration updates are expected to possibly reply back, to provide a feedback about the execution of the update operation (e.g., OK, failure, error) and their current operational status.</t>
        </li>
        <li>
          <t>Commissioning of Low-power and Lossy Network (LLN) systems: a commissioning device is responsible for querying all devices in the local network or a selected subset of them, in order to discover their presence, and be aware of their capabilities, default configuration, and operating conditions. Queried devices displaying similarities in their capabilities and features, or sharing a common physical location can be configured as members of a single application group and corresponding CoAP group. Queried devices are expected to reply back to the commissioning device, in order to notify their presence, and provide the requested information and their current operational status.</t>
        </li>
        <li>
          <t>Emergency multicast: a particular emergency-related information (e.g., natural disaster) is generated and multicast by an emergency notifier, and relayed to multiple devices. The latter may reply back to the emergency notifier, in order to provide their feedback and local information related to the ongoing emergency. This kind of setups should additionally rely on a fault-tolerant multicast algorithm, such as Multicast Protocol for Low-Power and Lossy Networks (MPL).</t>
        </li>
      </ul>
    </section>
    <section anchor="gid-ex">
      <name>Example of Group Identifier Format</name>
      <t>This section provides an example of how the Group Identifier (Gid) can be specifically formatted. That is, the Gid can be composed of two parts, namely a Group Prefix and a Group Epoch.</t>
      <t>For each group, the Group Prefix is constant over time and is uniquely defined in the set of all the groups associated with the same Group Manager. The choice of the Group Prefix for a given group's Security Context is application specific. The size of the Group Prefix directly impact on the maximum number of distinct groups under the same Group Manager.</t>
      <t>The Group Epoch is set to 0 upon the group's initialization, and is incremented by 1 each time new keying material, together with a new Gid, is distributed to the group in order to establish a new Security Context (see <xref target="sec-group-key-management"/>).</t>
      <t>As an example, a 3-byte Gid can be composed of: i) a 1-byte Group Prefix '0xb1' interpreted as a raw byte string; and ii) a 2-byte Group Epoch interpreted as an unsigned integer ranging from 0 to 65535. Then, after having established the Common Context 61532 times in the group, its Gid will assume value '0xb1f05c'.</t>
      <t>Using an immutable Group Prefix for a group with a Group Manager that cannot reassign Gid values (see <xref target="sec-group-key-management"/>) limits the total number of rekeying instances. With a Group Manager that does reassign Gid values, it limits the maximum active number of rekeying instances that a CoAP observation <xref target="RFC7641"/> can persist through. In either case, the group epoch size needs to be chosen depending on the expected rate of rekeying instances.</t>
      <t>As discussed in <xref target="ssec-gid-collision"/>, if endpoints are deployed in multiple groups managed by different non-synchronized Group Managers, it is possible that Group Identifiers of different groups coincide at some point in time. In this case, a recipient has to handle coinciding Group Identifiers, and has to try using different Security Contexts to process an incoming message, until the right one is found and the message is correctly verified. Therefore, it is favorable that Group Identifiers from different Group Managers have a size that result in a small probability of collision. How small this probability should be is up to system designers.</t>
    </section>
    <section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-21-22">
        <name>Version -21 to -22</name>
        <ul spacing="normal">
          <li>
            <t>Removed mentioning of the CBOR encoding of the HKDF Algorithm.</t>
          </li>
          <li>
            <t>Rephrased consequences on loss of Recipient Contexts.</t>
          </li>
          <li>
            <t>Removed requirement on 0 as initial value of the Key Generation Number.</t>
          </li>
          <li>
            <t>Improved handling of responses from a server that changes Sender ID.</t>
          </li>
          <li>
            <t>Relax constrictions of Block-wise with group communication.</t>
          </li>
          <li>
            <t>Removed the concept of synchronization with the Client's Sender Sequence Number.</t>
          </li>
          <li>
            <t>Improved content on Challenge-Response based freshness and Replay Window recovery.</t>
          </li>
          <li>
            <t>Use the acronym CCSs for CWT Claims Sets.</t>
          </li>
          <li>
            <t>Mentioned wrap-around of the Key Generation Number.</t>
          </li>
          <li>
            <t>Added IANA consideration on the "CoAP Option Numbers" registry.</t>
          </li>
          <li>
            <t>Updated references.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-20-21">
        <name>Version -20 to -21</name>
        <ul spacing="normal">
          <li>
            <t>Updated author list.</t>
          </li>
          <li>
            <t>Terminology: improved definition of "group request".</t>
          </li>
          <li>
            <t>Editorial: removed quotation marks when using the CBOR simple values true, false, and null.</t>
          </li>
          <li>
            <t>Editorial: expanded name of the "CoRE Parameters" registry group.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-19-20">
        <name>Version -19 to -20</name>
        <ul spacing="normal">
          <li>
            <t>Change Controller for the target attribute "gosc" set to "IETF".</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-18-19">
        <name>Version -18 to -19</name>
        <ul spacing="normal">
          <li>
            <t>Unified presentation of handling of multiple responses.</t>
          </li>
          <li>
            <t>Added Rikard Höglund as Contributor.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-17-18">
        <name>Version -17 to -18</name>
        <ul spacing="normal">
          <li>
            <t>Changed document title.</t>
          </li>
          <li>
            <t>Possible use with CoAP-mappable HTTP.</t>
          </li>
          <li>
            <t>Added Common Context parameter "Authentication Credential Format".</t>
          </li>
          <li>
            <t>Renamed "Group Encryption Key" to "Signature Encryption Key". Consistent fixes in its derivation.</t>
          </li>
          <li>
            <t>Renamed "Signature Encryption Algorithm" to "Group Encryption Algorithm".</t>
          </li>
          <li>
            <t>Ensured a single Common IV, also when the two encryption algorithms have different AEAD nonce sizes.</t>
          </li>
          <li>
            <t>Guidelines on the Pairwise Key Agreement Algorithm and derivation of the Diffie-Hellman secret.</t>
          </li>
          <li>
            <t>The possible use of a mode follows from the set parameters.</t>
          </li>
          <li>
            <t>The Group Manager is always present; 'gm_cred' in the external_aad cannot be null anymore.</t>
          </li>
          <li>
            <t>The authentication credential of the Group Manager can have a different format than that of the group members'.</t>
          </li>
          <li>
            <t>Set-up of new endpoints moved to document body.</t>
          </li>
          <li>
            <t>The encrypted countersignature is a result of the header compression, not of COSE.</t>
          </li>
          <li>
            <t>Revised examples of compressed and non-compressed COSE object.</t>
          </li>
          <li>
            <t>Removed excessive requirements on group rekeying scheduling.</t>
          </li>
          <li>
            <t>More considerations on the strictness of group key management.</t>
          </li>
          <li>
            <t>Clearer alternatives on retaining an old Security Context.</t>
          </li>
          <li>
            <t>Revised used of terminology on freshness.</t>
          </li>
          <li>
            <t>Clarifications, fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-16-17">
        <name>Version -16 to -17</name>
        <ul spacing="normal">
          <li>
            <t>Definition and registration of the target attribute "gosc".</t>
          </li>
          <li>
            <t>Reference update and editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-15-16">
        <name>Version -15 to -16</name>
        <ul spacing="normal">
          <li>
            <t>Clients "<bcp14>SHOULD</bcp14>" use the group mode for one-to-many requests.</t>
          </li>
          <li>
            <t>Handling of multiple non-notification responses.</t>
          </li>
          <li>
            <t>Revised presentation of security properties.</t>
          </li>
          <li>
            <t>Improved listing of operations defined for the group mode that are inherited by the pairwise mode.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-14-15">
        <name>Version -14 to -15</name>
        <ul spacing="normal">
          <li>
            <t>Updated references and editorial fixes.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-13-14">
        <name>Version -13 to -14</name>
        <ul spacing="normal">
          <li>
            <t>Replaced "node" with "endpoint" where appropriate.</t>
          </li>
          <li>
            <t>Replaced "owning" with "storing" (of keying material).</t>
          </li>
          <li>
            <t>Distinction between "authentication credential" and "public key".</t>
          </li>
          <li>
            <t>Considerations on storing whole authentication credentials.</t>
          </li>
          <li>
            <t>Considerations on Denial of Service.</t>
          </li>
          <li>
            <t>Recycling of Group IDs by tracking the "Birth Gid" of each group
member is now optional to support and use for the Group Manager.</t>
          </li>
          <li>
            <t>Fine-grained suppression of error responses.</t>
          </li>
          <li>
            <t>Changed section title "Mandatory-to-Implement Compliance Requirements" to "Implementation Compliance".</t>
          </li>
          <li>
            <t>"Challenge-Response Synchronization" moved to the document body.</t>
          </li>
          <li>
            <t>RFC 7641 and draft-ietf-core-echo-request-tag as normative references.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-12-13">
        <name>Version -12 to -13</name>
        <ul spacing="normal">
          <li>
            <t>Fixes in the derivation of the Group Encryption Key.</t>
          </li>
          <li>
            <t>Added Mandatory-to-Implement compliance requirements.</t>
          </li>
          <li>
            <t>Changed UCCS to CCS.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-11-12">
        <name>Version -11 to -12</name>
        <ul spacing="normal">
          <li>
            <t>No mode of operation is mandatory to support.</t>
          </li>
          <li>
            <t>Revised parameters of the Security Context, COSE object and external_aad.</t>
          </li>
          <li>
            <t>Revised management of keying material for the Group Manager.</t>
          </li>
          <li>
            <t>Informing of former members when rekeying the group.</t>
          </li>
          <li>
            <t>Admit encryption-only algorithms in group mode.</t>
          </li>
          <li>
            <t>Encrypted countersignature through a keystream.</t>
          </li>
          <li>
            <t>Added public key of the Group Manager as key material and protected data.</t>
          </li>
          <li>
            <t>Clarifications about message processing, especially notifications.</t>
          </li>
          <li>
            <t>Guidance for message processing of external signature checkers.</t>
          </li>
          <li>
            <t>Updated derivation of pairwise keys, with more security considerations.</t>
          </li>
          <li>
            <t>Termination of ongoing observations as client, upon leaving or before re-joining the group.</t>
          </li>
          <li>
            <t>Recycling Group IDs by tracking the "Birth Gid" of each group member.</t>
          </li>
          <li>
            <t>Expanded security and privacy considerations about the group mode.</t>
          </li>
          <li>
            <t>Removed appendices on skipping signature verification and on COSE capabilities.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>
            <t>Loss of Recipient Contexts due to their overflow.</t>
          </li>
          <li>
            <t>Added diagram on keying material components and their relation.</t>
          </li>
          <li>
            <t>Distinction between anti-replay and freshness.</t>
          </li>
          <li>
            <t>Preservation of Sender IDs over rekeying.</t>
          </li>
          <li>
            <t>Clearer cause-effect about reset of SSN.</t>
          </li>
          <li>
            <t>The GM provides public keys of group members with associated Sender IDs.</t>
          </li>
          <li>
            <t>Removed 'par_countersign_key' from the external_aad.</t>
          </li>
          <li>
            <t>One single format for the external_aad, both for encryption and signing.</t>
          </li>
          <li>
            <t>Presence of 'kid' in responses to requests protected in pairwise mode.</t>
          </li>
          <li>
            <t>Inclusion of 'kid_context' in notifications following a group rekeying.</t>
          </li>
          <li>
            <t>Pairwise mode presented with OSCORE as baseline.</t>
          </li>
          <li>
            <t>Revised examples with signature values.</t>
          </li>
          <li>
            <t>Decoupled growth of clients' Sender Sequence Numbers and loss of synchronization for server.</t>
          </li>
          <li>
            <t>Sender IDs not recycled in the group under the same Gid.</t>
          </li>
          <li>
            <t>Processing and description of the Group Flag bit in the OSCORE Option.</t>
          </li>
          <li>
            <t>Usage of the pairwise mode for multicast requests.</t>
          </li>
          <li>
            <t>Clarifications on synchronization using the Echo Option.</t>
          </li>
          <li>
            <t>General format of context parameters and external_aad elements, supporting future registered COSE algorithms (new Appendix).</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>
            <t>Removed 'Counter Signature Key Parameters' from the Common Context.</t>
          </li>
          <li>
            <t>New parameters in the Common Context covering the DH secret derivation.</t>
          </li>
          <li>
            <t>New countersignature header parameter from draft-ietf-cose-countersign.</t>
          </li>
          <li>
            <t>Stronger policies non non-recycling of Sender IDs and Gid.</t>
          </li>
          <li>
            <t>The Sender Sequence Number is reset when establishing a new Security Context.</t>
          </li>
          <li>
            <t>Added 'request_kid_context' in the aad_array.</t>
          </li>
          <li>
            <t>The server can respond with 5.03 if the client's public key is not available.</t>
          </li>
          <li>
            <t>The observer client stores an invariant identifier of the group.</t>
          </li>
          <li>
            <t>Relaxed storing of original 'kid' for observer clients.</t>
          </li>
          <li>
            <t>Both client and server store the 'kid_context' of the original observation request.</t>
          </li>
          <li>
            <t>The server uses a fresh PIV if protecting the response with a Security Context different from the one used to protect the request.</t>
          </li>
          <li>
            <t>Clarifications on MTI algorithms and curves.</t>
          </li>
          <li>
            <t>Removed optimized requests.</t>
          </li>
          <li>
            <t>Overall clarifications and editorial revision.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>
            <t>Pairwise keys are discarded after group rekeying.</t>
          </li>
          <li>
            <t>Signature mode renamed to group mode.</t>
          </li>
          <li>
            <t>The parameters for countersignatures use the updated COSE registries. Newly defined IANA registries have been removed.</t>
          </li>
          <li>
            <t>Pairwise Flag bit renamed as Group Flag bit, set to 1 in group mode and set to 0 in pairwise mode.</t>
          </li>
          <li>
            <t>Dedicated section on updating the Security Context.</t>
          </li>
          <li>
            <t>By default, sender sequence numbers and replay windows are not reset upon group rekeying.</t>
          </li>
          <li>
            <t>An endpoint implementing only a silent server does not support the pairwise mode.</t>
          </li>
          <li>
            <t>Separate section on general message reception.</t>
          </li>
          <li>
            <t>Pairwise mode moved to the document body.</t>
          </li>
          <li>
            <t>Considerations on using the pairwise mode in non-multicast settings.</t>
          </li>
          <li>
            <t>Optimized requests are moved as an appendix.</t>
          </li>
          <li>
            <t>Normative support for the signature and pairwise mode.</t>
          </li>
          <li>
            <t>Revised methods for synchronization with clients' sender sequence number.</t>
          </li>
          <li>
            <t>Appendix with example values of parameters for countersignatures.</t>
          </li>
          <li>
            <t>Clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>
            <t>Clarified relation between pairwise mode and group communication (Section 1).</t>
          </li>
          <li>
            <t>Improved definition of "silent server" (Section 1.1).</t>
          </li>
          <li>
            <t>Clarified when a Recipient Context is needed (Section 2).</t>
          </li>
          <li>
            <t>Signature checkers as entities supported by the Group Manager (Section 2.3).</t>
          </li>
          <li>
            <t>Clarified that the Group Manager is under exclusive control of Gid and Sender ID values in a group, with Sender ID values under each Gid value (Section 2.3).</t>
          </li>
          <li>
            <t>Mitigation policies in case of recycled 'kid' values (Section 2.4).</t>
          </li>
          <li>
            <t>More generic exhaustion (not necessarily wrap-around) of sender sequence numbers (Sections 2.5 and 10.11).</t>
          </li>
          <li>
            <t>Pairwise key considerations, as to group rekeying and Sender Sequence Numbers (Section 3).</t>
          </li>
          <li>
            <t>Added reference to static-static Diffie-Hellman shared secret (Section 3).</t>
          </li>
          <li>
            <t>Note for implementation about the external_aad for signing (Sectino 4.3.2).</t>
          </li>
          <li>
            <t>Retransmission by the application for group requests over multicast as Non-confirmable (Section 7).</t>
          </li>
          <li>
            <t>A server <bcp14>MUST</bcp14> use its own Partial IV in a response, if protecting it with a different context than the one used for the request (Section 7.3).</t>
          </li>
          <li>
            <t>Security considerations: encryption of pairwise mode as alternative to group-level security (Section 10.1).</t>
          </li>
          <li>
            <t>Security considerations: added approach to reduce the chance of global collisions of Gid values from different Group Managers (Section 10.5).</t>
          </li>
          <li>
            <t>Security considerations: added implications for block-wise transfers when using the signature mode for requests over unicast (Section 10.7).</t>
          </li>
          <li>
            <t>Security considerations: (multiple) supported signature algorithms (Section 10.13).</t>
          </li>
          <li>
            <t>Security considerations: added privacy considerations on the approach for reducing global collisions of Gid values (Section 10.15).</t>
          </li>
          <li>
            <t>Updates to the methods for synchronizing with clients' sequence number (Appendix E).</t>
          </li>
          <li>
            <t>Simplified text on discovery services supporting the pairwise mode (Appendix G.1).</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>
            <t>Updated abstract and introduction.</t>
          </li>
          <li>
            <t>Clarifications of what pertains a group rekeying.</t>
          </li>
          <li>
            <t>Derivation of pairwise keying material.</t>
          </li>
          <li>
            <t>Content re-organization for COSE Object and OSCORE header compression.</t>
          </li>
          <li>
            <t>Defined the Pairwise Flag bit for the OSCORE Option.</t>
          </li>
          <li>
            <t>Supporting CoAP Observe for group requests and responses.</t>
          </li>
          <li>
            <t>Considerations on message protection across switching to new keying material.</t>
          </li>
          <li>
            <t>New optimized mode based on pairwise keying material.</t>
          </li>
          <li>
            <t>More considerations on replay protection and Security Contexts upon key renewal.</t>
          </li>
          <li>
            <t>Security considerations on Group OSCORE for unicast requests, also as affecting the usage of the Echo Option.</t>
          </li>
          <li>
            <t>Clarification on different types of groups considered (application/security/CoAP).</t>
          </li>
          <li>
            <t>New pairwise mode, using pairwise keying material for both requests and responses.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Group IDs mandated to be unique under the same Group Manager.</t>
          </li>
          <li>
            <t>Clarifications on parameter update upon group rekeying.</t>
          </li>
          <li>
            <t>Updated external_aad structures.</t>
          </li>
          <li>
            <t>Dynamic derivation of Recipient Contexts made optional and application specific.</t>
          </li>
          <li>
            <t>Optional 4.00 response for failed signature verification on the server.</t>
          </li>
          <li>
            <t>Removed client handling of duplicated responses to multicast requests.</t>
          </li>
          <li>
            <t>Additional considerations on public key retrieval and group rekeying.</t>
          </li>
          <li>
            <t>Added Group Manager responsibility on validating public keys.</t>
          </li>
          <li>
            <t>Updates IANA registries.</t>
          </li>
          <li>
            <t>Reference to RFC 8613.</t>
          </li>
          <li>
            <t>Editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Added references to draft-dijk-core-groupcomm-bis.</t>
          </li>
          <li>
            <t>New parameter Counter Signature Key Parameters (Section 2).</t>
          </li>
          <li>
            <t>Clarification about Recipient Contexts (Section 2).</t>
          </li>
          <li>
            <t>Two different external_aad for encrypting and signing (Section 3.1).</t>
          </li>
          <li>
            <t>Updated response verification to handle Observe notifications (Section 6.4).</t>
          </li>
          <li>
            <t>Extended Security Considerations (Section 8).</t>
          </li>
          <li>
            <t>New "Counter Signature Key Parameters" IANA Registry (Section 9.2).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Added the new "Counter Signature Parameters" in the Common Context (see Section 2).</t>
          </li>
          <li>
            <t>Added recommendation on using "deterministic ECDSA" if ECDSA is used as countersignature algorithm (see Section 2).</t>
          </li>
          <li>
            <t>Clarified possible asynchronous retrieval of keying material from the Group Manager, in order to process incoming messages (see Section 2).</t>
          </li>
          <li>
            <t>Structured Section 3 into subsections.</t>
          </li>
          <li>
            <t>Added the new 'par_countersign' to the aad_array of the external_aad (see Section 3.1).</t>
          </li>
          <li>
            <t>Clarified non reliability of 'kid' as identity identifier for a group member (see Section 2.1).</t>
          </li>
          <li>
            <t>Described possible provisioning of new Sender ID in case of Partial IV wrap-around (see Section 2.2).</t>
          </li>
          <li>
            <t>The former signature bit in the Flag Byte of the OSCORE Option value is reverted to reserved (see Section 4.1).</t>
          </li>
          <li>
            <t>Updated examples of compressed COSE object, now with the sixth less significant bit in the Flag Byte of the OSCORE Option value set to 0 (see Section 4.3).</t>
          </li>
          <li>
            <t>Relaxed statements on sending error messages (see Section 6).</t>
          </li>
          <li>
            <t>Added explicit step on computing the countersignature for outgoing messages (see Sections 6.1 and 6.3).</t>
          </li>
          <li>
            <t>Handling of just created Recipient Contexts in case of unsuccessful message verification (see Sections 6.2 and 6.4).</t>
          </li>
          <li>
            <t>Handling of replied/repeated responses on the client (see Section 6.4).</t>
          </li>
          <li>
            <t>New IANA Registry "Counter Signature Parameters" (see Section 9.1).</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Revised structure and phrasing for improved readability and better alignment with draft-ietf-core-object-security.</t>
          </li>
          <li>
            <t>Added discussion on wrap-Around of Partial IVs (see Section 2.2).</t>
          </li>
          <li>
            <t>Separate sections for the COSE Object (Section 3) and the OSCORE Header Compression (Section 4).</t>
          </li>
          <li>
            <t>The countersignature is now appended to the encrypted payload of the OSCORE message, rather than included in the OSCORE Option (see Section 4).</t>
          </li>
          <li>
            <t>Extended scope of Section 5, now titled " Message Binding, Sequence Numbers, Freshness and Replay Protection".</t>
          </li>
          <li>
            <t>Clarifications about Non-confirmable messages in Section 5.1 "Synchronization of Sender Sequence Numbers".</t>
          </li>
          <li>
            <t>Clarifications about error handling in Section 6 "Message Processing".</t>
          </li>
          <li>
            <t>Compacted list of responsibilities of the Group Manager in Section 7.</t>
          </li>
          <li>
            <t>Revised and extended security considerations in Section 8.</t>
          </li>
          <li>
            <t>Added IANA considerations for the OSCORE Flag Bits Registry in Section 9.</t>
          </li>
          <li>
            <t>Revised Appendix D, now giving a short high-level description of a new endpoint set-up.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Terminology has been made more aligned with RFC7252 and draft-ietf-core-object-security: i) "client" and "server" replace the old "multicaster" and "listener", respectively; ii) "silent server" replaces the old "pure listener".</t>
          </li>
          <li>
            <t>Section 2 has been updated to have the Group Identifier stored in the 'ID Context' parameter defined in draft-ietf-core-object-security.</t>
          </li>
          <li>
            <t>Section 3 has been updated with the new format of the Additional Authenticated Data.</t>
          </li>
          <li>
            <t>Major rewriting of Section 4 to better highlight the differences with the message processing in draft-ietf-core-object-security.</t>
          </li>
          <li>
            <t>Added Sections 7.2 and 7.3 discussing security considerations about uniqueness of (key, nonce) and collision of group identifiers, respectively.</t>
          </li>
          <li>
            <t>Minor updates to Appendix A.1 about assumptions on multicast communication topology and group size.</t>
          </li>
          <li>
            <t>Updated Appendix C on format of group identifiers, with practical implications of possible collisions of group identifiers.</t>
          </li>
          <li>
            <t>Updated Appendix D.2, adding a pointer to draft-palombini-ace-key-groupcomm about retrieval of nodes' public keys through the Group Manager.</t>
          </li>
          <li>
            <t>Minor updates to Appendix E.3 about Challenge-Response synchronization of sequence numbers based on the Echo Option from draft-ietf-core-echo-request-tag.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Section 1.1 has been updated with the definition of group as "security group".</t>
          </li>
          <li>
            <t>Section 2 has been updated with:  </t>
            <ul spacing="normal">
              <li>
                <t>Clarifications on establishment/derivation of Security Contexts.</t>
              </li>
              <li>
                <t>A table summarizing the the additional context elements compared to OSCORE.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Section 3 has been updated with:  </t>
            <ul spacing="normal">
              <li>
                <t>Examples of request and response messages.</t>
              </li>
              <li>
                <t>Use of CounterSignature0 rather than CounterSignature.</t>
              </li>
              <li>
                <t>Additional Authenticated Data including also the signature algorithm, while not including the Group Identifier any longer.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Added Section 6, listing the responsibilities of the Group Manager.</t>
          </li>
          <li>
            <t>Added Appendix A (former section), including assumptions and security objectives.</t>
          </li>
          <li>
            <t>Appendix B has been updated with more details on the use cases.</t>
          </li>
          <li>
            <t>Added Appendix C, providing an example of Group Identifier format.</t>
          </li>
          <li>
            <t>Appendix D has been updated to be aligned with draft-palombini-ace-key-groupcomm.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>Jiye Park contributed as a co-author of initial versions of this document.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Stefan Beck"/>, <contact fullname="Rolf Blom"/>, <contact fullname="Carsten Bormann"/>, <contact fullname="Esko Dijk"/>, <contact fullname="Martin Gunnarsson"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="Richard Kelsey"/>, <contact fullname="Dave Robin"/>, <contact fullname="Jim Schaad"/>, <contact fullname="Ludwig Seitz"/>, <contact fullname="Peter van der Stok"/>, and <contact fullname="Erik Thormarker"/> for their feedback and comments.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; the H2020 projects SIFIS-Home (Grant agreement 952652) and ARCADIAN-IoT (Grant agreement 101020259); the SSF project SEC4Factory under the grant RIT17-0032; and the EIT-Digital High Impact Initiative ACTIVE.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
