<?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-20" 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-20"/>
    <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="J." surname="Park" fullname="Jiye Park">
      <organization>Universitaet Duisburg-Essen</organization>
      <address>
        <postal>
          <street>Schuetzenbahn 70</street>
          <city>Essen</city>
          <code>45127</code>
          <country>Germany</country>
        </postal>
        <email>ji-ye.park@uni-due.de</email>
      </address>
    </author>
    <date year="2023" month="September" day="02"/>
    <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 all the 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 "null" (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 "null" (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 "null" (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 "null" (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 "true" (0xf5) if M is a request, or the CBOR simple value "false" (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 "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="10" month="July" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-06"/>
        </reference>
        <reference anchor="I-D.ietf-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="7" month="July" year="2023"/>
            <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%.  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 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-06"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-det-sigs-with-noise">
          <front>
            <title>Deterministic ECDSA and EdDSA Signatures with Additional Randomness</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="8" month="August" year="2022"/>
            <abstract>
              <t>   Deterministic elliptic-curve signatures such as deterministic ECDSA
   and EdDSA have gained popularity over randomized ECDSA as their
   security do not depend on a source of high-quality randomness.
   Recent research has however found that implementations of these
   signature algorithms may be vulnerable to certain side-channel and
   fault injection attacks due to their determinism.  One countermeasure
   to such attacks is to re-add randomness to the otherwise
   deterministic calculation of the per-message secret number.  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-00"/>
        </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="July" year="2023"/>
            <abstract>
              <t>   Group communication with the Constrained Application Protocol (CoAP)
   can be secured end-to-end using Group Object Security for Constrained
   RESTful Environments (Group OSCORE), also across untrusted
   intermediary proxies.  However, this sidesteps the proxies' abilities
   to cache responses from the origin server(s).  This specification
   restores cacheability of protected responses at proxies, by
   introducing consensus requests which any client in a group can send
   to one server or multiple servers in the same group.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-amsuess-core-cachable-oscore-07"/>
        </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-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>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>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact 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>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
