<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-21" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.3 -->
  <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-21"/>
    <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="March" day="04"/>
    <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>
  </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.tiloca-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>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"/>.</li>
        <li>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"/>.</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.tiloca-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 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts 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>Keying material: data that is necessary to establish and maintain secure communication among endpoints. This includes, for instance, keys and IVs <xref target="RFC4949"/>.</li>
          <li>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 <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"/>.</li>
          <li>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".</li>
          <li>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"/>.</li>
          <li>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.</li>
          <li>Group Identifier (Gid): identifier assigned to the group, unique within the set of groups of a given Group Manager.</li>
          <li>Birth Gid: with respect to a group member, the Gid obtained by that group member upon (re-)joining the group.</li>
          <li>Key Generation Number: an integer value identifying the current version of the keying material used in a group.</li>
          <li>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.</li>
          <li>Group request: a CoAP request message sent by a client in the group to servers in that group.</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 MUST 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>The new parameter Authentication Credential Format, specifying the format of authentication credentials used in the group (see <xref target="ssec-common-context-authcred-format"/>).</li>
            <li>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"/>).</li>
            <li>
              <t>For the group mode, the Common Context is extended with the following new parameters.      </t>
              <ul spacing="normal">
                <li>Group Encryption Algorithm, used for encrypting and decrypting messages protected in group mode (see <xref target="ssec-common-context-cs-enc-alg"/>).</li>
                <li>Signature Algorithm, used for computing and verifying the countersignature of messages protected in group mode (see <xref target="ssec-common-context-cs-alg"/>).</li>
                <li>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"/>).</li>
              </ul>
            </li>
            <li>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"/>).</li>
          </ul>
        </li>
        <li>
          <t>One Sender Context, extended with the following new parameters.  </t>
          <ul spacing="normal">
            <li>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"/>).</li>
            <li>The endpoint's own authentication credential containing its public key (see <xref target="sec-pub-key-format"/>).</li>
            <li>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"/>).</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>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"/>).</li>
            <li>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"/>).</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"/>) SHALL 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 MUST 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"/>) SHALL 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"/>) SHALL 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>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.</li>
            <li>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.</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 MUST 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 MAY 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>The 'id' element of the 'info' array is the empty byte string.</li>
            <li>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.</li>
            <li>The 'type' element of the 'info' array is "SEKey". The label is an ASCII string and does not include a trailing NUL byte.</li>
            <li>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.</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", COSE algorithm encoding: 5), 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", COSE algorithm encoding: 7), 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" (COSE algorithm encoding: 5).</t>
          <t>More generally, if Pairwise Key Agreement Algorithm is set, it MUST 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 SHALL 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>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.</li>
          <li>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.</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>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 MUST 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.</li>
          <li>If Group Encryption Algorithm in the Common Context is not set, then the 'alg_aead' element of the 'info' array MUST 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"/>.</li>
          <li>When deriving the Common IV, the 'L' element of the 'info' array MUST specify the length of the Common IV in bytes, which is determined as defined in <xref target="ssec-common-common-iv"/>.</li>
        </ul>
      </section>
      <section anchor="sec-pub-key-format">
        <name>Authentication Credentials</name>
        <t>The authentication credentials of the endpoints in a group MUST 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 SHOULD be encoded according to that same format. The format of authentication credentials MUST 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 <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 MUST 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 CWT Claims Sets 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>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.</li>
          <li>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.</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 MUST 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>The Pairwise Sender Key is the AEAD key for processing outgoing messages addressed to endpoint X.</li>
            <li>The Pairwise Recipient Key is the AEAD key for processing incoming messages from endpoint X.</li>
            <li>HKDF is the OSCORE HKDF algorithm <xref target="RFC8613"/> from the Common Context.</li>
            <li>The Sender Key from the Sender Context is used as salt in the HKDF, when deriving the Pairwise Sender Key.</li>
            <li>The Recipient Key from the Recipient Context associated with endpoint X is used as salt in the HKDF, when deriving the Pairwise Recipient Key.</li>
            <li>Sender Auth Cred is the endpoint's own authentication credential from the Sender Context.</li>
            <li>Recipient Auth Cred is the endpoint X's authentication credential from the Recipient Context associated with the endpoint X.</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>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"/>.</li>
            <li>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"/>.</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>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"/>).</li>
                <li>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.</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 MUST 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 MUST 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 MUST 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 MUST 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 MUST 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 RECOMMENDED 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 MUST 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 MUST NOT 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 MUST 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 MUST 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 MUST NOT protect further messages using the current Security Context and MUST NOT 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 MUST NOT 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, information about previously received messages from the corresponding other endpoint is lost. 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 MUST be initialized as invalid. Messages associated with a Recipient Context that has an invalid Replay Window MUST NOT 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 RECOMMENDED to follow the procedure specified in <xref target="sec-synch-challenge-response"/> which establishes a valid Replay Window. In particular, the endpoint MUST use its Partial IV when generating the AEAD nonce and MUST include the Partial IV in the response message conveying the Echo Option.</t>
            <t>Alternatively, the endpoint MAY 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 MUST 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 MUST treat the Sender Sequence Number as exhausted when a wrap-around is detected.</t>
          <t>Upon exhausting the Sender Sequence Number space, the endpoint MUST NOT use this Security Context to protect further messages including a Partial IV.</t>
          <t>The endpoint SHOULD 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 MUST 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') SHOULD NOT 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 MAY 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 MUST 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 MUST 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>From then on, it MUST NOT use the current Security Context to start processing new messages for the considered group.</li>
              <li>It completes any ongoing message processing for the considered group.</li>
              <li>
                <t>It derives and installs a new Security Context. In particular:  </t>
                <ul spacing="normal">
                  <li>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.</li>
                  <li>It resets its Sender Sequence Number in its Sender Context to 0.</li>
                  <li>It re-initializes the Replay Window of each Recipient Context as valid and with 0 as its current lower limit.</li>
                  <li>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"/>).</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>It MUST use its latest installed Sender Context to protect outgoing messages.</li>
              <li>It SHOULD 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"/>).</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 MUST verify proof-of-possession of the respective private key. Together with the requested authentication credentials of other group members, the Group Manager MUST 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 MUST be secured. Specific details on how to secure such communications are out of the scope of this document.</t>
        <t>The Group Manager MUST 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 MUST 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 MAY 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 MUST 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 MUST 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 MUST 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"/>). The first Key Generation Number assigned to every group MUST be 0.</t>
        <t>The establishment of the new Security Context for the group takes the following steps.</t>
        <ol spacing="normal" type="1"><li>The Group Manager MUST increment the Key Generation Number for the group by 1.</li>
          <li>
            <t>The Group Manager MUST build a set of stale Sender IDs including:  </t>
            <ul spacing="normal">
              <li>The Sender IDs that, during the current Gid, were both assigned to an endpoint and subsequently relinquished (see <xref target="new-sender-id"/>).</li>
              <li>The current Sender IDs of the group members that the upcoming group rekeying aims to exclude from future group communications, if any.</li>
            </ul>
          </li>
          <li>
            <t>The Group Manager rekeys the group, by distributing:  </t>
            <ul spacing="normal">
              <li>The new keying material, i.e., the new Master Secret, the new Gid and (optionally) the new Master Salt.</li>
              <li>The new Key Generation Number from step 1.</li>
              <li>The set of stale Sender IDs from step 2.</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>The group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group.</li>
          <li>The group member MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</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 MUST 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>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 MUST NOT install the obtained group keying material yet.</li>
          <li>The group member asks the Group Manager for the set of stale Sender IDs.</li>
          <li>
            <t>If no exact indication can be obtained from the Group Manager, the group member MUST remove all the authentication credentials from its list of group members' authentication credentials used in the group and MUST delete all its Recipient Contexts used in the group.  </t>
            <t>
Otherwise, the group member MUST remove every authentication credential associated with a stale Sender ID from its list of group members' authentication credentials used in the group, and MUST delete each of its Recipient Contexts used in the group whose corresponding Recipient ID is a stale Sender ID.</t>
          </li>
          <li>The group member installs the current group keying material, and derives the corresponding new Security Context.</li>
        </ol>
        <t>Alternatively, the group member can re-join the group. In such a case, the group member MUST take one of the following two actions.</t>
        <ul spacing="normal">
          <li>First, the group member performs steps 2 and 3 above. Then, the group member re-joins the group.</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>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.</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 MAY support and use this approach. In such a case, the Group Manager MUST 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 MUST 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 MUST 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 MUST evict the elder members from the group. That is, the Group Manager MUST terminate their membership and, in the following steps, it MUST 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 MUST NOT 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 MUST 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>The current ID Context (Gid) used in the group.</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>The current Signature Encryption Key (see <xref target="ssec-common-context-group-enc-key"/>).</li>
          <li>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"/>).</li>
        </ul>
        <t>A signature checker MUST 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>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.</li>
          <li>Defining policies for authorizing the joining of its OSCORE groups.</li>
          <li>Handling the join process to add new endpoints as group members.</li>
          <li>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.</li>
          <li>Updating the Key Generation Number and the Gid of its OSCORE groups, upon renewing the respective Security Context.</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>Each Sender ID is unique within each of the OSCORE groups;</li>
              <li>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.</li>
            </ul>
          </li>
          <li>Defining communication policies for each of its OSCORE groups, and signaling them to new endpoints during the join process.</li>
          <li>Renewing the Security Context of an OSCORE group upon membership change, by revoking and renewing common security parameters and keying material (rekeying).</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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 MUST 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 MUST 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 MUST 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 SHALL 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' MUST 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 MUST 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>'alg_group_enc', which specifies Group Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-enc-alg"/>). This parameter MUST 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 MUST specify Group Encryption Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</li>
              <li>'alg_signature', which specifies Signature Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>). This parameter MUST 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 MUST specify Signature Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this algorithm.</li>
              <li>'alg_pairwise_key_agreement', which specifies Pairwise Key Agreement Algorithm from the Common Context (see <xref target="ssec-common-context-dh-alg"/>). This parameter MUST 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 MUST 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.</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>The new element 'sender_cred', containing the sender's authentication credential. This parameter MUST 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"/>).</li>
          <li>The new element 'gm_cred', containing the Group Manager's authentication credential. This parameter MUST 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"/>.</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 SHALL encode the ciphertext of the COSE object, concatenated with the encrypted countersignature of the COSE object. That is:  </t>
          <ul spacing="normal">
            <li>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"/>).</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>When the Group OSCORE message is protected in pairwise mode, the message payload SHALL encode the ciphertext of the COSE object.</li>
        <li>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"/>.</li>
        <li>The Group Flag MUST be set to 1 if the Group OSCORE message is protected using the group mode (see <xref target="mess-processing"/>).</li>
        <li>The Group Flag MUST be set to 0 if the Group OSCORE message is protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). The Group Flag MUST also be set to 0 for ordinary OSCORE messages processed according to <xref target="RFC8613"/>.</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 SHALL 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>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.</li>
          <li>IKM is the Signature Encryption Key from the Common Context (see <xref target="ssec-common-context-group-enc-key"/>).</li>
          <li>info is the serialization of a CBOR array consisting of (the notation follows <xref target="RFC8610"/>):</li>
        </ul>
        <sourcecode type="CDDL"><![CDATA[
   info = [
     id : bstr,
     id_context : bstr,
     type : bool,
     L : uint
   ]
]]></sourcecode>
        <t>where:</t>
        <ul spacing="normal">
          <li>id is the Sender ID of the endpoint that generated PIV.</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>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.</li>
          <li>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.</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>Before compression (96 bytes):</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>After compression (85 bytes):</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>Before compression (88 bytes):</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>After compression (80 bytes):</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>Before compression (29 bytes):</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>After compression (21 bytes):</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>Before compression (18 bytes):</li>
          </ul>
          <artwork><![CDATA[
   [
     / protected / h'',
     / unprotected / {},
     / ciphertext / h'60b035059d9ef5667c5a0710823b'
   ]
]]></artwork>
          <ul spacing="normal">
            <li>After compression (14 bytes):</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 MUST 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>Synchronization and 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 procedure in <xref section="B.1.2" sectionFormat="of" target="RFC8613"/>, before delivering request messages from a client to the application. This also makes the server (re-)synchronize with the client's Sender Sequence Number.</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 RECOMMENDED 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>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.</li>
          <li>For requests and responses, the received Partial IV allows a recipient to determine the relative order of requests or responses.</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 MUST 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 MUST 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 MAY be omitted.</t>
          <t>In order to protect against replay, the client SHALL 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 MUST 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 SHALL compare the Partial IV with the Response Number associated with the replying server within that long exchange. The client MUST 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 MAY 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 SHALL 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 MUST 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 MUST 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 MUST discard the incoming protected message:</t>
      <ul spacing="normal">
        <li>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.</li>
        <li>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.</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 MUST use the same Security Context for the considered group. That is, an endpoint MUST NOT 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 SHOULD 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 MUST 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 SHOULD also be Non-confirmable, but endpoints MUST 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 MUST 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 RECOMMENDED 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>The server is not able to identify the received request as a group request, i.e., as sent to all servers in the group.</li>
        <li>The server identifies the received request as a group request.</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 SHALL proceed as described in <xref section="8.1" sectionFormat="of" target="RFC8613"/>, with the following modifications.</t>
        <ul spacing="normal">
          <li>In step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</li>
          <li>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 MUST be set to 1. The Group Encryption Algorithm from the Common Context MUST be used.</li>
          <li>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.</li>
        </ul>
        <t>In addition, the following applies when sending a request that establishes a long exchange.</t>
        <ul spacing="normal">
          <li>If the client intends to keep the long exchange active beyond a possible change of Sender ID, the client MUST 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 MUST NOT update the stored 'kid' parameter value associated with the long exchange and the corresponding request.</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>The client MUST 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 MUST NOT update the stored 'kid context' parameter value associated with the long exchange and the corresponding request.</li>
              <li>
                <t>The client MUST 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 SHALL 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>If the server discards the request due to not retrieving a Security Context associated with the OSCORE group, the server MAY respond with a 4.01 (Unauthorized) error message. When doing so, the server MAY set an Outer Max-Age option with value zero, and MAY include a descriptive string as diagnostic payload.</li>
              <li>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 MAY 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 SHALL stop processing the request.</li>
            </ul>
          </li>
          <li>In step 4, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object"/> of this document.</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>If the server does not have the public key of the client yet, the server MUST stop processing the request and MAY respond with a 5.03 (Service Unavailable) response. The response MAY 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"/>.</li>
              <li>The server MUST perform signature verification before decrypting the COSE object, as defined below. Implementations that cannot perform the two steps in this order MUST ensure that no access to the plaintext is possible before a successful signature verification and MUST prevent any possible leak of time-related information that can yield side-channel attacks.</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>If the signature verification fails, the server SHALL stop processing the request, SHALL NOT update the Replay Window, and MAY respond with a 4.00 (Bad Request) response. Such a response MAY include an Outer Max-Age option with value zero, and its diagnostic payload MAY contain a string, which, if present, MUST be "Decryption failed" as if the decryption of the COSE object had failed.</li>
              <li>When decrypting the COSE object using the Recipient Key, the Group Encryption Algorithm from the Common Context MUST be used.</li>
            </ul>
          </li>
          <li>Additionally, if the used Recipient Context was created upon receiving this request and the message is not verified successfully, the server MAY delete that Recipient Context. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the server's storage.</li>
        </ul>
        <t>A server SHOULD NOT 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>The server MUST store the value of the 'kid' parameter from the request, and retain it until the last response has been sent. The server MUST NOT 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"/>).</li>
          <li>The server MUST 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 MUST NOT update the stored value of a 'kid context' parameter associated with the request.</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 SHALL 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>The server MUST 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"/>).</li>
              <li>The server MUST 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"/>).</li>
            </ul>
          </li>
          <li>
            <t>In step 3, if any of the following two conditions holds, the server MUST 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>The response is not the first response that the server sends to the request.</li>
              <li>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"/>).</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 MUST be set to 1. The Group Encryption Algorithm from the Common Context MUST be used.  </t>
            <t>
In addition, the following applies.  </t>
            <ul spacing="normal">
              <li>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 MUST be included in the 'kid context' parameter of the response.</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 MUST 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 SHOULD include the 'kid context' parameter during that time. Otherwise, the server SHOULD 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 SHOULD 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>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"/>).</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 SHALL 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 MAY 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 SHALL 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>The client MUST 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"/>).</li>
              <li>The client MUST 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"/>).</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>The client MUST perform signature verification as defined below, before decrypting the COSE object. Implementations that cannot perform the two steps in this order MUST ensure that no access to the plaintext is possible before a successful signature verification and MUST prevent any possible leak of time-related information that can yield side-channel attacks.</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>If the verification of the countersignature fails, the client: i) SHALL stop processing the response; and ii) SHALL NOT update the Response Number associated with the server.</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>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.</li>
                  <li>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"/>).</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) SHALL discard the response and SHALL NOT deliver it to the application; ii) SHALL NOT 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 MUST 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>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 SHALL NOT update the Response Number associated with the server.</li>
              <li>When receiving the first valid response from the server within the long exchange, the client MUST store the current 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.</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 current kid "kid2" of the server as above for "kid1", and MUST check whether "kid2" is equal to the stored "kid1".      </t>
                <t>
If "kid1" and "kid2" are different, the client SHOULD NOT accept the response as valid to be delivered to the application, and SHOULD NOT update the Response Number associated with the server. Exceptions can apply if the client has a means of preserving the order of responses in a more elaborate way out of the scope of this document, or the client application does not require response ordering altogether.</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>In step 8, if the used Recipient Context was created upon receiving this response and the message is not verified successfully, the client MAY delete that Recipient Context. Such a configuration, which is specified by the application, mitigates attacks that aim at overloading the client's storage.</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>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.</li>
        </ul>
        <t>Note that the following applies when attempting to verify the countersignature of a response message.</t>
        <ul spacing="normal">
          <li>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.</li>
          <li>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.</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 MUST 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"/> and/or block-wise transfers <xref target="RFC7959"/> in a group where the AEAD Algorithm and Pairwise Key Agreement Algorithm are set MUST support the pairwise mode. This applies, for example, to block-wise exchanges after a first block-wise request which targets all servers in the group and includes the CoAP Block2 option (see Section 3.8 of <xref target="I-D.ietf-core-groupcomm-bis"/>). 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 MAY 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>The 'kid' and 'kid context' parameters of the COSE object are used as defined in <xref target="sec-cose-object-kid"/> of this document.</li>
          <li>The external_aad defined in <xref target="sec-cose-object-ext-aad"/> of this document is used for the encryption and decryption process.</li>
          <li>The Pairwise Sender/Recipient Keys used as Sender/Recipient keys are derived as defined in <xref target="sec-derivation-pairwise"/> of this document.</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 SHALL 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 SHALL 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>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 MAY respond with a 4.01 (Unauthorized) error message or a 4.02 (Bad Option) error message, respectively. When doing so, the server MAY set an Outer Max-Age option with value zero, and MAY include a descriptive string as diagnostic payload.</li>
          <li>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.</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>The possible, dynamic creation and configuration of a Recipient Context upon receiving the request.</li>
              <li>The possible deletion of a Recipient Context created upon receiving the request, in case the request is not verified successfully.</li>
              <li>The rule about processing the request where the received Recipient ID ('kid') is equal to the server's Sender ID.</li>
              <li>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.</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 SHALL 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>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"/>).</li>
              <li>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.</li>
              <li>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.</li>
              <li>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.</li>
              <li>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.</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 SHALL 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>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"/>).</li>
          <li>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"/>).</li>
          <li>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.</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>The possible, dynamic creation and configuration of a Recipient Context upon receiving the response.</li>
              <li>The use of the stored value of the 'kid' and 'kid context' parameters, when processing a response received within a long exchange.</li>
              <li>The performing of ordering and replay protection for responses received within a long exchange.</li>
              <li>The possible deletion of a Recipient Context created upon receiving the response, in case the response is not verified successfully.</li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-synch-challenge-response">
      <name>Challenge-Response Based Freshness and Synchronization</name>
      <t>This section describes how a server endpoint can verify freshness of a request and synchronize with Sender Sequence Numbers of client endpoints in the group. Similarly to what is defined in <xref section="B.1.2" sectionFormat="of" target="RFC8613"/>, the server performs a challenge-response exchange with a client, by using the Echo Option for CoAP specified in <xref section="2" sectionFormat="of" target="RFC9175"/>.</t>
      <t>Upon receiving a request from a particular client for the first time, 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 MUST use its Partial IV when generating the AEAD nonce for protecting the response conveying the Echo Option, and MUST include the Partial IV in the response.</t>
      <t>The Echo option value SHOULD NOT be reused; if it is reused, it MUST 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 MUST 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 MUST 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 MUST 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>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.</li>
        <li>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.</li>
      </ul>
      <t>If the verifications above fail, the server MUST NOT process the request further and MAY 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>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.</li>
            <li>The server makes the Replay Window valid, and accepts the request as fresh.</li>
          </ol>
        </li>
        <li>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.</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, if synchronization with Sender Sequence Numbers of clients is lost, 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>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"/>).</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 SHOULD 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 SHOULD 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>Endpoints that implement the ECDSA signature algorithm MAY 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"/>.</li>
      </ul>
      <t>For endpoints that support the pairwise mode, the following applies.</t>
      <ul spacing="normal">
        <li>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"/>).</li>
        <li>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"/>).</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 SHOULD implement both the X25519 curve <xref target="RFC7748"/> and the P-256 curve as ECDH curves.  </t>
          <t>
Constrained endpoints SHOULD 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"/> MAY 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 MUST NOT be given for the "gosc" attribute; any present value MUST be ignored by parsers. The "gosc" attribute MUST NOT appear more than once in a given link-value; occurrences after the first MUST be ignored by parsers.</t>
      <t>When a link-value includes the "gosc" attribute, the link-value MUST 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 MUST 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>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.</li>
          <li>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.</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>Asymmetric source authentication, by means of a countersignature.</li>
          <li>Symmetric group authentication, by means of an authentication tag (only for Group Encryption Algorithms providing integrity protection).</li>
          <li>Symmetric group confidentiality, by means of symmetric encryption.</li>
          <li>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.</li>
          <li>Group privacy, by encrypting the countersignature.</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 MUST 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>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"/>).</li>
          <li>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.</li>
          <li>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.</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 MUST 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 MUST protect the potential response using the new Security Context. Specifically, the server MUST 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>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.</li>
            <li>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.</li>
            <li>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.</li>
            <li>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.</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>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.</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>X sets up a group G2 where it acts as Group Manager.</li>
          <li>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.</li>
          <li>X collects a message M sent to G1 and injects it in G2.</li>
          <li>Members of G2 accept M and believe it to be originated in G2.</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 NOT RECOMMENDED 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 SHOULD 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"/>.</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 synchronization of clients' Sender Sequence Number.</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 may not be synchronized with a client's Sender Sequence Number, or a 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 synchronize with the clients' Sender Sequence Numbers 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 or lose synchronization.</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 achieve and maintain synchronization with Sender Sequence Numbers of clients.</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 MUST NOT 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 SHOULD 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 MUST 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 MUST be successfully validated, see Section 5.6.2.3.4 of <xref target="NIST-800-56A"/>. The validation MAY 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 MUST NOT 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>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.</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>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.</li>
          <li>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.</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 achieve synchronization with a client's Sender Sequence Number 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>
        <artwork><![CDATA[
+--------------+-------+-----------------------------+------------+
| Bit Position | Name  | Description                 | Reference  |
+--------------+-------+-----------------------------+------------+
|       2      | Group | For using a Group OSCORE    | [RFC-XXXX] |
|              | Flag  | Security Context, set to 1  |            |
|              |       | if the message is protected |            |
|              |       | with the group mode         |            |
+--------------+-------+-----------------------------+------------+
]]></artwork>
      </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="23" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces 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-10"/>
        </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="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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="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>
      </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="16" month="January" 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-18"/>
        </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 AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Mališa Vučinić" initials="M." surname="Vučinić">
              <organization>INRIA</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <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.  The described overheads are
   independent of the underlying transport.  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-03"/>
        </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="23" month="October" year="2023"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-07"/>
        </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="4" month="March" 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-09"/>
        </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="1" 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 constructions with additional randomness for
   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-02"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="10" month="January" 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-08"/>
        </reference>
        <reference anchor="I-D.tiloca-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="10" month="July" year="2023"/>
            <abstract>
              <t>   Object Security for Constrained RESTful Environments (OSCORE) can be
   used to protect CoAP messages end-to-end between two endpoints at the
   application layer, also in the presence of intermediaries such as
   proxies.  This document defines how to use OSCORE for protecting CoAP
   messages also between an origin application endpoint and an
   intermediary, or between two intermediaries.  Also, it defines how to
   secure a CoAP message by applying multiple, nested OSCORE
   protections, e.g., both end-to-end between origin application
   endpoints, as well as between an application endpoint and an
   intermediary or between two intermediaries.  Thus, this document
   updates RFC 8613.  The same approach can be seamlessly used with
   Group OSCORE, for protecting CoAP messages when group communication
   with intermediaries is used.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-tiloca-core-groupcomm-proxy-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>Application group, i.e., a set of CoAP endpoints that share a common pool of resources.</li>
        <li>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.</li>
        <li>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.</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>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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>Data replay protection: request messages or response messages replayed within the security group must be detected.</li>
          <li>Data confidentiality: messages sent within the security group shall be encrypted.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</li>
          <li>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.</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>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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.</li>
        <li>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).</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">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-20-21">
        <name>Version -20 to -21</name>
        <ul spacing="normal">
          <li>Updated author list.</li>
          <li>Terminology: improved definition of "group request".</li>
          <li>Editorial: removed quotation marks when using the CBOR simple values true, false, and null.</li>
          <li>Editorial: expanded name of the "CoRE Parameters" registry group.</li>
        </ul>
      </section>
      <section anchor="sec-19-20">
        <name>Version -19 to -20</name>
        <ul spacing="normal">
          <li>Change Controller for the target attribute "gosc" set to "IETF".</li>
        </ul>
      </section>
      <section anchor="sec-18-19">
        <name>Version -18 to -19</name>
        <ul spacing="normal">
          <li>Unified presentation of handling of multiple responses.</li>
          <li>Added Rikard Hoeglund as Contributor.</li>
        </ul>
      </section>
      <section anchor="sec-17-18">
        <name>Version -17 to -18</name>
        <ul spacing="normal">
          <li>Changed document title.</li>
          <li>Possible use with CoAP-mappable HTTP.</li>
          <li>Added Common Context parameter "Authentication Credential Format".</li>
          <li>Renamed "Group Encryption Key" to "Signature Encryption Key". Consistent fixes in its derivation.</li>
          <li>Renamed "Signature Encryption Algorithm" to "Group Encryption Algorithm".</li>
          <li>Ensured a single Common IV, also when the two encryption algorithms have different AEAD nonce sizes.</li>
          <li>Guidelines on the Pairwise Key Agreement Algorithm and derivation of the Diffie-Hellman secret.</li>
          <li>The possible use of a mode follows from the set parameters.</li>
          <li>The Group Manager is always present; 'gm_cred' in the external_aad cannot be null anymore.</li>
          <li>The authentication credential of the Group Manager can have a different format than that of the group members'.</li>
          <li>Set-up of new endpoints moved to document body.</li>
          <li>The encrypted countersignature is a result of the header compression, not of COSE.</li>
          <li>Revised examples of compressed and non-compressed COSE object.</li>
          <li>Removed excessive requirements on group rekeying scheduling.</li>
          <li>More considerations on the strictness of group key management.</li>
          <li>Clearer alternatives on retaining an old Security Context.</li>
          <li>Revised used of terminology on freshness.</li>
          <li>Clarifications, fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-16-17">
        <name>Version -16 to -17</name>
        <ul spacing="normal">
          <li>Definition and registration of the target attribute "gosc".</li>
          <li>Reference update and editorial fixes.</li>
        </ul>
      </section>
      <section anchor="sec-15-16">
        <name>Version -15 to -16</name>
        <ul spacing="normal">
          <li>Clients "SHOULD" use the group mode for one-to-many requests.</li>
          <li>Handling of multiple non-notification responses.</li>
          <li>Revised presentation of security properties.</li>
          <li>Improved listing of operations defined for the group mode that are inherited by the pairwise mode.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-14-15">
        <name>Version -14 to -15</name>
        <ul spacing="normal">
          <li>Updated references and editorial fixes.</li>
        </ul>
      </section>
      <section anchor="sec-13-14">
        <name>Version -13 to -14</name>
        <ul spacing="normal">
          <li>Replaced "node" with "endpoint" where appropriate.</li>
          <li>Replaced "owning" with "storing" (of keying material).</li>
          <li>Distinction between "authentication credential" and "public key".</li>
          <li>Considerations on storing whole authentication credentials.</li>
          <li>Considerations on Denial of Service.</li>
          <li>Recycling of Group IDs by tracking the "Birth Gid" of each group
member is now optional to support and use for the Group Manager.</li>
          <li>Fine-grained suppression of error responses.</li>
          <li>Changed section title "Mandatory-to-Implement Compliance Requirements" to "Implementation Compliance".</li>
          <li>"Challenge-Response Synchronization" moved to the document body.</li>
          <li>RFC 7641 and draft-ietf-core-echo-request-tag as normative references.</li>
          <li>Clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-12-13">
        <name>Version -12 to -13</name>
        <ul spacing="normal">
          <li>Fixes in the derivation of the Group Encryption Key.</li>
          <li>Added Mandatory-to-Implement compliance requirements.</li>
          <li>Changed UCCS to CCS.</li>
        </ul>
      </section>
      <section anchor="sec-11-12">
        <name>Version -11 to -12</name>
        <ul spacing="normal">
          <li>No mode of operation is mandatory to support.</li>
          <li>Revised parameters of the Security Context, COSE object and external_aad.</li>
          <li>Revised management of keying material for the Group Manager.</li>
          <li>Informing of former members when rekeying the group.</li>
          <li>Admit encryption-only algorithms in group mode.</li>
          <li>Encrypted countersignature through a keystream.</li>
          <li>Added public key of the Group Manager as key material and protected data.</li>
          <li>Clarifications about message processing, especially notifications.</li>
          <li>Guidance for message processing of external signature checkers.</li>
          <li>Updated derivation of pairwise keys, with more security considerations.</li>
          <li>Termination of ongoing observations as client, upon leaving or before re-joining the group.</li>
          <li>Recycling Group IDs by tracking the "Birth Gid" of each group member.</li>
          <li>Expanded security and privacy considerations about the group mode.</li>
          <li>Removed appendices on skipping signature verification and on COSE capabilities.</li>
          <li>Fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-10-11">
        <name>Version -10 to -11</name>
        <ul spacing="normal">
          <li>Loss of Recipient Contexts due to their overflow.</li>
          <li>Added diagram on keying material components and their relation.</li>
          <li>Distinction between anti-replay and freshness.</li>
          <li>Preservation of Sender IDs over rekeying.</li>
          <li>Clearer cause-effect about reset of SSN.</li>
          <li>The GM provides public keys of group members with associated Sender IDs.</li>
          <li>Removed 'par_countersign_key' from the external_aad.</li>
          <li>One single format for the external_aad, both for encryption and signing.</li>
          <li>Presence of 'kid' in responses to requests protected in pairwise mode.</li>
          <li>Inclusion of 'kid_context' in notifications following a group rekeying.</li>
          <li>Pairwise mode presented with OSCORE as baseline.</li>
          <li>Revised examples with signature values.</li>
          <li>Decoupled growth of clients' Sender Sequence Numbers and loss of synchronization for server.</li>
          <li>Sender IDs not recycled in the group under the same Gid.</li>
          <li>Processing and description of the Group Flag bit in the OSCORE option.</li>
          <li>Usage of the pairwise mode for multicast requests.</li>
          <li>Clarifications on synchronization using the Echo option.</li>
          <li>General format of context parameters and external_aad elements, supporting future registered COSE algorithms (new Appendix).</li>
          <li>Fixes and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>Removed 'Counter Signature Key Parameters' from the Common Context.</li>
          <li>New parameters in the Common Context covering the DH secret derivation.</li>
          <li>New countersignature header parameter from draft-ietf-cose-countersign.</li>
          <li>Stronger policies non non-recycling of Sender IDs and Gid.</li>
          <li>The Sender Sequence Number is reset when establishing a new Security Context.</li>
          <li>Added 'request_kid_context' in the aad_array.</li>
          <li>The server can respond with 5.03 if the client's public key is not available.</li>
          <li>The observer client stores an invariant identifier of the group.</li>
          <li>Relaxed storing of original 'kid' for observer clients.</li>
          <li>Both client and server store the 'kid_context' of the original observation request.</li>
          <li>The server uses a fresh PIV if protecting the response with a Security Context different from the one used to protect the request.</li>
          <li>Clarifications on MTI algorithms and curves.</li>
          <li>Removed optimized requests.</li>
          <li>Overall clarifications and editorial revision.</li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>Pairwise keys are discarded after group rekeying.</li>
          <li>Signature mode renamed to group mode.</li>
          <li>The parameters for countersignatures use the updated COSE registries. Newly defined IANA registries have been removed.</li>
          <li>Pairwise Flag bit renamed as Group Flag bit, set to 1 in group mode and set to 0 in pairwise mode.</li>
          <li>Dedicated section on updating the Security Context.</li>
          <li>By default, sender sequence numbers and replay windows are not reset upon group rekeying.</li>
          <li>An endpoint implementing only a silent server does not support the pairwise mode.</li>
          <li>Separate section on general message reception.</li>
          <li>Pairwise mode moved to the document body.</li>
          <li>Considerations on using the pairwise mode in non-multicast settings.</li>
          <li>Optimized requests are moved as an appendix.</li>
          <li>Normative support for the signature and pairwise mode.</li>
          <li>Revised methods for synchronization with clients' sender sequence number.</li>
          <li>Appendix with example values of parameters for countersignatures.</li>
          <li>Clarifications and editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>Clarified relation between pairwise mode and group communication (Section 1).</li>
          <li>Improved definition of "silent server" (Section 1.1).</li>
          <li>Clarified when a Recipient Context is needed (Section 2).</li>
          <li>Signature checkers as entities supported by the Group Manager (Section 2.3).</li>
          <li>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).</li>
          <li>Mitigation policies in case of recycled 'kid' values (Section 2.4).</li>
          <li>More generic exhaustion (not necessarily wrap-around) of sender sequence numbers (Sections 2.5 and 10.11).</li>
          <li>Pairwise key considerations, as to group rekeying and Sender Sequence Numbers (Section 3).</li>
          <li>Added reference to static-static Diffie-Hellman shared secret (Section 3).</li>
          <li>Note for implementation about the external_aad for signing (Sectino 4.3.2).</li>
          <li>Retransmission by the application for group requests over multicast as Non-confirmable (Section 7).</li>
          <li>A server MUST 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).</li>
          <li>Security considerations: encryption of pairwise mode as alternative to group-level security (Section 10.1).</li>
          <li>Security considerations: added approach to reduce the chance of global collisions of Gid values from different Group Managers (Section 10.5).</li>
          <li>Security considerations: added implications for block-wise transfers when using the signature mode for requests over unicast (Section 10.7).</li>
          <li>Security considerations: (multiple) supported signature algorithms (Section 10.13).</li>
          <li>Security considerations: added privacy considerations on the approach for reducing global collisions of Gid values (Section 10.15).</li>
          <li>Updates to the methods for synchronizing with clients' sequence number (Appendix E).</li>
          <li>Simplified text on discovery services supporting the pairwise mode (Appendix G.1).</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>Updated abstract and introduction.</li>
          <li>Clarifications of what pertains a group rekeying.</li>
          <li>Derivation of pairwise keying material.</li>
          <li>Content re-organization for COSE Object and OSCORE header compression.</li>
          <li>Defined the Pairwise Flag bit for the OSCORE option.</li>
          <li>Supporting CoAP Observe for group requests and responses.</li>
          <li>Considerations on message protection across switching to new keying material.</li>
          <li>New optimized mode based on pairwise keying material.</li>
          <li>More considerations on replay protection and Security Contexts upon key renewal.</li>
          <li>Security considerations on Group OSCORE for unicast requests, also as affecting the usage of the Echo option.</li>
          <li>Clarification on different types of groups considered (application/security/CoAP).</li>
          <li>New pairwise mode, using pairwise keying material for both requests and responses.</li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>Group IDs mandated to be unique under the same Group Manager.</li>
          <li>Clarifications on parameter update upon group rekeying.</li>
          <li>Updated external_aad structures.</li>
          <li>Dynamic derivation of Recipient Contexts made optional and application specific.</li>
          <li>Optional 4.00 response for failed signature verification on the server.</li>
          <li>Removed client handling of duplicated responses to multicast requests.</li>
          <li>Additional considerations on public key retrieval and group rekeying.</li>
          <li>Added Group Manager responsibility on validating public keys.</li>
          <li>Updates IANA registries.</li>
          <li>Reference to RFC 8613.</li>
          <li>Editorial improvements.</li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>Added references to draft-dijk-core-groupcomm-bis.</li>
          <li>New parameter Counter Signature Key Parameters (Section 2).</li>
          <li>Clarification about Recipient Contexts (Section 2).</li>
          <li>Two different external_aad for encrypting and signing (Section 3.1).</li>
          <li>Updated response verification to handle Observe notifications (Section 6.4).</li>
          <li>Extended Security Considerations (Section 8).</li>
          <li>New "Counter Signature Key Parameters" IANA Registry (Section 9.2).</li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>Added the new "Counter Signature Parameters" in the Common Context (see Section 2).</li>
          <li>Added recommendation on using "deterministic ECDSA" if ECDSA is used as countersignature algorithm (see Section 2).</li>
          <li>Clarified possible asynchronous retrieval of keying material from the Group Manager, in order to process incoming messages (see Section 2).</li>
          <li>Structured Section 3 into subsections.</li>
          <li>Added the new 'par_countersign' to the aad_array of the external_aad (see Section 3.1).</li>
          <li>Clarified non reliability of 'kid' as identity identifier for a group member (see Section 2.1).</li>
          <li>Described possible provisioning of new Sender ID in case of Partial IV wrap-around (see Section 2.2).</li>
          <li>The former signature bit in the Flag Byte of the OSCORE option value is reverted to reserved (see Section 4.1).</li>
          <li>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).</li>
          <li>Relaxed statements on sending error messages (see Section 6).</li>
          <li>Added explicit step on computing the countersignature for outgoing messages (see Sections 6.1 and 6.3).</li>
          <li>Handling of just created Recipient Contexts in case of unsuccessful message verification (see Sections 6.2 and 6.4).</li>
          <li>Handling of replied/repeated responses on the client (see Section 6.4).</li>
          <li>New IANA Registry "Counter Signature Parameters" (see Section 9.1).</li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>Revised structure and phrasing for improved readability and better alignment with draft-ietf-core-object-security.</li>
          <li>Added discussion on wrap-Around of Partial IVs (see Section 2.2).</li>
          <li>Separate sections for the COSE Object (Section 3) and the OSCORE Header Compression (Section 4).</li>
          <li>The countersignature is now appended to the encrypted payload of the OSCORE message, rather than included in the OSCORE Option (see Section 4).</li>
          <li>Extended scope of Section 5, now titled " Message Binding, Sequence Numbers, Freshness and Replay Protection".</li>
          <li>Clarifications about Non-confirmable messages in Section 5.1 "Synchronization of Sender Sequence Numbers".</li>
          <li>Clarifications about error handling in Section 6 "Message Processing".</li>
          <li>Compacted list of responsibilities of the Group Manager in Section 7.</li>
          <li>Revised and extended security considerations in Section 8.</li>
          <li>Added IANA considerations for the OSCORE Flag Bits Registry in Section 9.</li>
          <li>Revised Appendix D, now giving a short high-level description of a new endpoint set-up.</li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>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".</li>
          <li>Section 2 has been updated to have the Group Identifier stored in the 'ID Context' parameter defined in draft-ietf-core-object-security.</li>
          <li>Section 3 has been updated with the new format of the Additional Authenticated Data.</li>
          <li>Major rewriting of Section 4 to better highlight the differences with the message processing in draft-ietf-core-object-security.</li>
          <li>Added Sections 7.2 and 7.3 discussing security considerations about uniqueness of (key, nonce) and collision of group identifiers, respectively.</li>
          <li>Minor updates to Appendix A.1 about assumptions on multicast communication topology and group size.</li>
          <li>Updated Appendix C on format of group identifiers, with practical implications of possible collisions of group identifiers.</li>
          <li>Updated Appendix D.2, adding a pointer to draft-palombini-ace-key-groupcomm about retrieval of nodes' public keys through the Group Manager.</li>
          <li>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.</li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Section 1.1 has been updated with the definition of group as "security group".</li>
          <li>
            <t>Section 2 has been updated with:  </t>
            <ul spacing="normal">
              <li>Clarifications on establishment/derivation of Security Contexts.</li>
              <li>A table summarizing the the additional context elements compared to OSCORE.</li>
            </ul>
          </li>
          <li>
            <t>Section 3 has been updated with:  </t>
            <ul spacing="normal">
              <li>Examples of request and response messages.</li>
              <li>Use of CounterSignature0 rather than CounterSignature.</li>
              <li>Additional Authenticated Data including also the signature algorithm, while not including the Group Identifier any longer.</li>
            </ul>
          </li>
          <li>Added Section 6, listing the responsibilities of the Group Manager.</li>
          <li>Added Appendix A (former section), including assumptions and security objectives.</li>
          <li>Appendix B has been updated with more details on the use cases.</li>
          <li>Added Appendix C, providing an example of Group Identifier format.</li>
          <li>Appendix D has been updated to be aligned with draft-palombini-ace-key-groupcomm.</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 VINNOVA and the Celtic-Next project CRITISEC; 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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
iaItSix5YHg09idvaaG71Gp/S5mD1KmWazCHIk87WoJuiPN4drif12JLmntE
GdRrWpZgx0jCjACdIqokhlxLVRyrXAu20LjUTpikbsFGcsbXXbB4LDAi5aQg
qkVdaYCgQK59F1J+ORda+3qIig8uiWK8Hp2dHGIhNWRF3F1I3IfROdTkpXQ1
vao2p78p5y5oQrH8gaJJim2OahBQRqywlYtNHipSicSB2FEHPuKoJgUdKHTL
pigmUPR4rSVHnfbEhEPDds3TC+LJmZvaczEliB7pQiqlYXtK8dPsI8nL19oo
Y3swWYAdrTV5pj3OkEQ0LbksIMt7TsZWoKs02bZjUHiCFAHVVAiunoEhC8va
J8UrPVnmzfu0bCiMnKyyNqvVe3etSqDxZs5WiCaDCuRYlGVnaNXipjGm73Ej
fcxoaoqCVVPW07DohfOzRzH3uZxz+/hxrvB0NdSL/eBYhVB5jLJnr2iJr5xI
flR/A1dMeoQ0uB7Vc3EnGLUhyaHtpXIbildOshpcERAf/4NhGPoL8HLxXEU1
Tl50JIxaV9KNlJyrx62C8ApnpZo26Erpe4z4BX6H4q0JmXbdZKTpsHZNY32o
S/RRHuHHBsglDm9LGGseJWsNqNJj7EM4ATmqU4By8k3yGNx1i+U86m2t5ish
MLEySx6uEUYn8ixIM6UsSTxc1MlIVJUUVmwDkNfUtibqqNbS96KYYdc9ErQA
ol+EaIj2/RpmWhQYlsxmQl2bt1NF6vHF00vACNgNJbxQVaSQ3pMiHhxQWQVN
7IvqQwl8l6NIOTL66OBAW92+dKQV98Y7iwstfxOEj0UEmZDGFcrYyuPiaF0H
H3JlGCW2A73sgd9bDEmRgkz6sVgm6AHW31QNC+1NDkVaDuZ174Z2cAwWITkQ
iKCueWwWHbnrZaagruzyJu3IScGmuaGsmqDsqdOlEqW8pJJI7LgRUuoUAv4N
40X8qUrbH9+yzNnkaLXxndvqMmUX0rVt7YxlFOa9xV0SuKr9j0En2Ql3bLfR
Bat5UkC5opRxF28FN6ZqMGw3LFsnwTxoRZeSWlGMmYRJ5H4iTYNTWHMbvfA1
WYMmSTUc2ZxjhfqPlGDjKrq04vGoQBT1PaOyehqd5yITkCz4qmBAT8qmm4HS
os08Whp5VWGKEMAxp3LKzBcqivynKmWeu2DQTWHxvFUCInwAhXRU4Zjss/uj
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
Ed5TDmsDAA==

-->

</rfc>
