<?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 1.6.14 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-16" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.2 -->
  <front>
    <title abbrev="Group OSCORE">Group OSCORE - Secure Group Communication for CoAP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-16"/>
    <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 Preuss 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="2022" month="October" day="24"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines Group Object Security for Constrained RESTful Environments (Group OSCORE), providing end-to-end security of CoAP messages exchanged between members of a group, e.g., sent over IP multicast. In particular, the described approach defines how OSCORE is used in a group communication setting to provide source authentication for CoAP group requests, sent by a client to multiple servers, and for protection of the corresponding CoAP responses. Group OSCORE also defines a pairwise mode where each member of the group can efficiently derive a symmetric pairwise key with any other member of the group for pairwise OSCORE communication.</t>
    </abstract>
  </front>
  <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 in a COSE object, which replaces the authenticated and encrypted fields in the protected message.</t>
      <t>This document defines Group OSCORE, a security protocol for Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis"/>, providing the same end-to-end security properties as OSCORE in the case where CoAP requests have multiple recipients. In particular, the described approach defines how OSCORE is used in a group communication setting to provide source authentication for CoAP group requests, sent by a client to multiple servers, and for protection of the corresponding CoAP responses. Group OSCORE also defines a pairwise mode where each member of the group can efficiently derive a symmetric pairwise key with any other member of the group for pairwise OSCORE communication. 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.</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 with the group mode, and responses with the 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 is to use 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 is to deploy Group OSCORE, with the endpoints being part of a group, and use the pairwise mode. This solution assumes a trusted third party called Group Manager (see <xref target="group-manager"/>). However, it 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-lwig-security-protocol-comparison"/>.</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="I-D.ietf-cose-countersign"/>.</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: set of information associated with an entity, including that entity's public key and parameters associated with the public key. Examples of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC7925"/> 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: entity responsible for a group. Each endpoint in a group communicates securely with the respective Group Manager, which is neither required to be an actual group member nor to take part in the group communication. The full list of responsibilities of the Group Manager is provided in <xref target="sec-group-manager"/>.</li>
          <li>Silent server: member of a group that never sends protected responses in reply to requests. For CoAP group communications, requests are normally sent without necessarily expecting a response. A silent server may send unprotected responses, as error responses reporting an OSCORE error. Note that an endpoint can implement both a silent server and a client, i.e., the two roles are independent. An endpoint acting only as a silent server performs only Group OSCORE processing on incoming requests. Silent servers maintain less keying material and in particular do not have a Sender Context for the group. Since silent servers do not have a Sender ID, they cannot support the pairwise mode.</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>Group request: CoAP request message sent by a client in the group to all servers in that 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>
            <t>Non-Notification Group Exchange: the exchange of messages between a client and the servers in the group, as pertaining to a group request from the client and the corresponding responses from the servers that are <em>not</em> Observe notifications <xref target="RFC7641"/>. This is irrespective of the group request being an Observe request or not.  </t>
            <t>
The client terminates a Non-Notification Group Exchange when freeing up the CoAP Token value used for the group request, for which no further responses will be accepted afterwards.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-context">
      <name>Security Context</name>
      <t>As per the terminology in <xref target="terminology"/>, this document refers to a group as a set of endpoints sharing keying material and security parameters for executing the Group OSCORE protocol. Each endpoint of a group is aware of whether the group uses the group mode, or the pairwise mode, or both. Then, an endpoint can use any mode it supports if also used in the group.</t>
      <t>All members of a group maintain a Security Context as defined in <xref section="3" sectionFormat="of" target="RFC8613"/> and extended as defined in this section. 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.</t>
      <t>The default setting for how to manage information about the group, including the Security Context, is described in terms of a Group Manager (see <xref target="group-manager"/>). In particular, the Group Manager indicates whether the group uses the group mode, the pairwise mode, or both of them, as part of the group data provided to candidate group members when joining the group.</t>
      <t>The remainder of this section provides further details about the Security Context of Group OSCORE. In particular, each endpoint which is member of a group maintains a Security Context as defined in <xref section="3" sectionFormat="of" target="RFC8613"/>, extended 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. Several new parameters are included in the Common Context.  </t>
          <t>
If a Group Manager is used for maintaining the group, the Common Context is extended with the authentication credential of the Group Manager, including the Group Manager's public key. When processing messages, the authentication credential of the Group Manager is included in the external additional authenticated data (see <xref target="sec-cose-object-ext-aad"/>).  </t>
          <t>
If the group uses the group mode, the Common context is extended with the following new parameters.  </t>
          <ul spacing="normal">
            <li>Signature Encryption Algorithm and Signature Algorithm. These relate to the encryption/decryption operations and to the computation/verification of countersignatures, respectively, when a message is protected with the group mode (see <xref target="mess-processing"/>).</li>
            <li>Group Encryption Key, used to perform encryption/decryption of countersignatures, when a message is protected with the group mode (see <xref target="mess-processing"/>).</li>
          </ul>
          <t>
If the group uses the pairwise mode, the Common Context is extended with a Pairwise Key Agreement Algorithm used for agreement on 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"/>).</t>
        </li>
        <li>
          <t>One Sender Context, extended with the endpoint's private key and authentication credential including the endpoint's public key.  </t>
          <t>
The private key is used to sign messages protected with the group mode, or for deriving pairwise keys in pairwise mode (see <xref target="sec-derivation-pairwise"/>). The authentication credential is used for deriving pairwise keys in pairwise mode, and is included in the external additional authenticated data when processing outgoing messages (see <xref target="sec-pairwise-protection"/>).  </t>
          <t>
If the endpoint supports the pairwise mode, the Sender Context is also extended with the Pairwise Sender Keys associated with the other endpoints (see <xref target="sec-derivation-pairwise"/>).  </t>
          <t>
The Sender Context is omitted if the endpoint is configured exclusively as silent server.</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. The Recipient Context is extended with the authentication credential of the other endpoint, including that endpoint's public key.  </t>
          <t>
The public key is used to verify the signature of messages protected with the group mode from the other endpoint and for deriving the pairwise keys in pairwise mode (see <xref target="sec-derivation-pairwise"/>). The authentication credential is used for deriving pairwise keys in pairwise mode, and is included in the external additional authenticated data when processing incoming messages from the other endpoint (see <xref target="sec-pairwise-protection"/>).  </t>
          <t>
If the endpoint supports the pairwise mode, then the Recipient Context is also extended with the Pairwise Recipient Key associated with the other endpoint (see <xref target="sec-derivation-pairwise"/>).</t>
        </li>
      </ul>
      <figure anchor="fig-additional-context-information">
        <name>Additions to the OSCORE Security Context. The optional elements labeled with * (with ^) are present only if the group uses the group mode (the pairwise mode).</name>
        <artwork align="center"><![CDATA[
+-------------------+-------------------------------------------------+
| Context Component | New Information Elements                        |
+-------------------+-------------------------------------------------+
| Common Context    |   Group Manager Authentication Credential       |
|                   | * Signature Encryption Algorithm                |
|                   | * Signature Algorithm                           |
|                   | * Group 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 Common Context may be acquired from the Group Manager (see <xref target="group-manager"/>). The following sections define how the Common Context is extended, compared to <xref target="RFC8613"/>.</t>
        <section anchor="ssec-common-context-aead-alg">
          <name>AEAD Algorithm</name>
          <t>AEAD Algorithm identifies the COSE AEAD algorithm to use for encryption, when messages are protected using the pairwise mode (see <xref target="sec-pairwise-protection"/>). This algorithm MUST provide integrity protection. This parameter is immutable once the Common Context is established, and it is not relevant if the group uses only the group mode.</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"/>) in the Common Context 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-context-gm-pub-key">
          <name>Group Manager Authentication Credential</name>
          <t>Group Manager Authentication Credential specifies the authentication credential of the Group Manager, including the Group Manager's public key. This is included in the external additional authenticated data when processing messages (see <xref target="sec-cose-object-ext-aad"/>).</t>
          <t>Each group member MUST obtain the authentication credential of the Group Manager with a valid proof-of-possession of the corresponding private key, for instance from the Group Manager itself when joining the group. 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>Signature Encryption Algorithm</name>
          <t>Signature Encryption Algorithm identifies the algorithm to use for encryption, when messages are protected using the group mode (see <xref target="mess-processing"/>). This algorithm MAY provide integrity protection. This parameter is immutable once the Common Context is established.</t>
          <t>This algorithm is not used to encrypt the countersignature in messages protected using the group mode, for which the method defined in <xref target="sec-cose-object-unprotected-field"/> is used.</t>
        </section>
        <section anchor="ssec-common-context-cs-alg">
          <name>Signature Algorithm</name>
          <t>Signature Algorithm identifies the digital signature algorithm used to compute a countersignature on the COSE object (see Sections <xref target="I-D.ietf-cose-countersign" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare"/> of <xref target="I-D.ietf-cose-countersign"/>), when messages are protected using the group mode (see <xref target="mess-processing"/>). This parameter is immutable once the Common Context is established.</t>
        </section>
        <section anchor="ssec-common-context-group-enc-key">
          <name>Group Encryption Key</name>
          <t>Group Encryption Key specifies the encryption key for deriving a keystream to encrypt/decrypt a countersignature, when a message is protected with the group mode (see <xref target="mess-processing"/>).</t>
          <t>The Group 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 takes the value of Signature Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>).</li>
            <li>The 'type' element of the 'info' array is "Group Encryption Key". 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 Signature Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>), in bytes.</li>
          </ul>
        </section>
        <section anchor="ssec-common-context-dh-alg">
          <name>Pairwise Key Agreement Algorithm</name>
          <t>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"/>). This parameter is immutable once the Common Context is established.</t>
        </section>
      </section>
      <section anchor="ssec-sender-recipient-context">
        <name>Sender Context and Recipient Context</name>
        <t>OSCORE specifies the derivation of Sender Context and Recipient Context, specifically of Sender/Recipient Keys and 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 Common IV defined in OSCORE applies also to Group OSCORE, with the following extensions compared to <xref section="3.2.1" sectionFormat="of" target="RFC8613"/>.</t>
        <ul spacing="normal">
          <li>If the group uses (also) the group mode, the 'alg_aead' element of the 'info' array takes the value of Signature Encryption Algorithm from the Common Context (see <xref target="ssec-common-context-cs-alg"/>).</li>
          <li>If the group uses only the pairwise mode, 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>
        </ul>
        <t>The Sender ID SHALL be unique for each endpoint in a group with a certain tuple (Master Secret, Master Salt, Group Identifier), see <xref section="3.3" sectionFormat="of" target="RFC8613"/>.</t>
        <t>For Group OSCORE, the Sender Context and Recipient Context additionally contain asymmetric keys, as described previously in <xref target="sec-context"/>. The private key of the sender and the authentication credential including the corresponding public key can, for example, be generated by the endpoint or provisioned during manufacturing.</t>
        <t>With the exception of the authentication credential of the sender endpoint and the possibly associated pairwise keys, a receiver endpoint can derive a complete Security Context from a received Group OSCORE message and the Common Context. 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 not feasible 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 admits a maximum amount of Recipient Contexts for a same Security Context, e.g., due to memory limitations. After reaching that limit, the creation of a new Recipient Context results in an overflow. When this happens, the endpoint has to delete a current Recipient Context to install the new one. It is up to the application to define policies for selecting the current Recipient Context to delete. If the new Recipient Context has been installed after the endpoint has experienced the overflow above, then the Recipient Context is initialized with an invalid Replay Window, and accordingly requires the endpoint to take appropriate actions (see <xref target="ssec-loss-mutable-context-overflow"/>).</t>
      </section>
      <section anchor="sec-pub-key-format">
        <name>Authentication Credentials</name>
        <t>In a group, the following MUST hold for the authentication credential of each endpoint as well as for the authentication credential of the Group Manager.</t>
        <ul spacing="normal">
          <li>All authentication credentials MUST be encoded according to the same format used in the group. The used format MUST provide the public key as well as the comprehensive set of information related to the public key algorithm, including, e.g., the used elliptic curve (when applicable).</li>
          <li>
            <t>All authentication credentials and the public key specified therein MUST be for the public key algorithm used in the group and aligned with the possible associated parameters used in the group, e.g., the used elliptic curve (when applicable).  </t>
            <t>
If the group uses (also) the group mode, the public key algorithm is the Signature Algorithm used in the group. If the group uses only the pairwise mode, the public key algorithm is the Pairwise Key Agreement Algorithm used in the group.  </t>
            <t>
If the authentication credentials are X.509 certificates <xref target="RFC7925"/> or C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>, the public key algorithm is fully described by the "algorithm" field of the "SubjectPublicKeyInfo" structure, and by the "subjectPublicKeyAlgorithm" element, respectively.  </t>
            <t>
If authentication credentials are CBOR Web Tokens (CWTs) or CWT Claims Sets (CCSs) <xref target="RFC8392"/>, the public key algorithm is fully described by a COSE key type and its "kty" and "crv" parameters.</t>
          </li>
        </ul>
        <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 CCSs are used as authentication credentials, each is provided as the binary serialization of a CBOR map.</t>
        <t>If authentication credentials are CWTs, then the untagged CWT associated with an entity is stored in the Security Context and used as authentication credential for that entity.</t>
        <t>If authentication credentials are X.509 / C509 certificates or CWTs and the authentication credential associated with an entity is provided within a chain or a bag, then only the end-entity certificate or end-entity untagged CWT is stored in the Security Context and used as authentication credential for that entity.</t>
        <t>Storing whole authentication credentials rather than only a subset of those may result in a non-negligible storage overhead. On the other hand, it also ensures that authentication credentials are correctly used in a simple, flexible and non-error-prone way, also taking into account future credential formats as entirely new or extending existing ones. In particular, it is ensured that:</t>
        <ul spacing="normal">
          <li>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>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"/>. For X25519 and X448, the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748"/> using public keys mapped to Montgomery coordinates, see <xref target="montgomery"/>.</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 and X448 functions defined in <xref section="5" sectionFormat="of" target="RFC7748"/>. For further details, see <xref target="montgomery"/>. ECC asymmetric keys in Montgomery or Weirstrass 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 (= 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, 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 (= 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, 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 group and pairwise communication modes, 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 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 a 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>On the other hand, the mutable parts of the Security Context are updated by the endpoint when executing the security protocol, but may nevertheless become outdated, e.g., due to loss of the mutable Security Context (see <xref target="ssec-loss-mutable-context"/>) or exhaustion of Sender Sequence Numbers (see <xref target="ssec-wrap-around-partial-iv"/>).</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 and MUST accordingly take the actions defined in <xref target="ssec-loss-mutable-context"/>.</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 (see <xref target="ssec-loss-mutable-context-total"/>) or to an overflow of Recipient Contexts (see <xref target="ssec-loss-mutable-context-overflow"/>).</t>
          <t>In such a case, the endpoint needs 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>Reboot and 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), the endpoint MUST NOT protect further messages using this Security Context to avoid reusing an AEAD nonce with the same AEAD key.</t>
            <t>In particular, 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 (see <xref target="ssec-sender-recipient-context"/>). Since this includes a newly derived Sender Key, a server will not reuse the same pair (key, nonce), even when using the Partial IV of (old re-injected) requests to build the AEAD nonce for protecting the corresponding responses.</t>
            <t>From then on, the endpoint MUST use the latest installed Sender Context to protect outgoing messages. Also, newly created Recipient Contexts will have a Replay Window which is initialized as valid.</t>
            <t>If not able to establish an updated Sender Context, e.g., because of lack of connectivity with the Group Manager, 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>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 a 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>Overflow of Recipient Contexts</name>
            <t>After reaching the maximum amount of Recipient Contexts, an endpoint will experience an overflow when installing a new Recipient Context, as it requires to first delete an existing one (see <xref target="ssec-sender-recipient-context"/>).</t>
            <t>Every time this happens, the Replay Window of the new Recipient Context is initialized as not valid. Therefore, the endpoint MUST take the following actions, before accepting request messages from the client associated with the new Recipient Context.</t>
            <t>If it is not configured as silent server, the endpoint MUST either:</t>
            <ul spacing="normal">
              <li>Retrieve new Security Context parameters from the Group Manager and derive a new Sender Context, as defined in <xref target="ssec-loss-mutable-context-total"/>; or</li>
              <li>When receiving a first request to process with the new Recipient Context, use the approach specified in <xref target="sec-synch-challenge-response"/> and based on the Echo Option for CoAP <xref target="RFC9175"/>, if supported. 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. If the endpoint supports the CoAP Echo Option, it is RECOMMENDED to take this approach.</li>
            </ul>
            <t>If it is configured exclusively as silent server, the endpoint MUST wait for the next group rekeying to occur, in order to derive a new Security Context and re-initialize the Replay Window of each Recipient Contexts as valid.</t>
          </section>
        </section>
        <section anchor="ssec-wrap-around-partial-iv">
          <name>Exhaustion of Sender Sequence Number</name>
          <t>An endpoint can eventually exhaust the Sender Sequence Number, which is incremented for each new outgoing message including a Partial IV. This is the case for requests, Observe notifications <xref target="RFC7641"/> and, potentially, other responses.</t>
          <t>Implementations MUST be able to detect an exhaustion of Sender Sequence Number, after the endpoint has consumed the largest usable value. If an implementation's integers support wrapping addition, the implementation MUST treat Sender Sequence Number as exhausted when a wrap-around is detected.</t>
          <t>Upon exhausting the Sender Sequence Numbers, 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="sec-synch-seq-num"/>.</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 exhaustion of Sender Sequence Numbers (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 install 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.</li>
                  <li>For each ongoing Non-Notification Group Exchange where it is a client and that it wants to keep active, it resets to 0 the Response Number of each associated server (see <xref target="sec-long-term-observations"/>).</li>
                  <li>For each ongoing observation where it is an observer client and that it wants to keep active, it resets to 0 the Notification Number of each associated server (see <xref target="sec-long-term-observations"/>).</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 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 and 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>A possible Group Manager to use 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>
      <t>The Group Manager assigns an integer Key Generation Number to each of its groups, identifying the current version of the keying material used in that group. The first Key Generation Number assigned to every group MUST be 0. Separately for each group, the value of the Key Generation Number increases strictly monotonically, each time the Group Manager distributes new keying material to that group (see <xref target="sec-group-key-management"/>). That is, if the current Key Generation Number for a group is X, then X+1 will denote the keying material distributed and used in that group immediately after the current one.</t>
      <t>The Group Manager assigns unique Group Identifiers (Gids) to the groups under its control. Also, for each group, the Group Manager assigns unique Sender IDs (and thus Recipient IDs) to the respective group members. 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 also with the current Gid to use in the group.</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 and to external entities with selected roles (see <xref target="sec-additional-entities"/>). Upon endpoints' joining, the Group Manager collects such authentication credentials and MUST verify proof-of-possession of the respective private key.</t>
      <t>An endpoint acquires group data such as the Gid and OSCORE input parameters including its own Sender ID from the Group Manager, and provides information about its authentication credential to the Group Manager, for example upon joining the group.</t>
      <t>Furthermore, when joining the group or later on as a group member, an endpoint can 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. Together with the requested authentication credentials, the Group Manager MUST provide the Sender ID of the associated group members and the current Key Generation Number in the group. 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>
      <section anchor="sec-additional-entities">
        <name>Support for Additional Entities</name>
        <t>The Group Manager MAY serve additional entities acting as signature checkers, e.g., intermediary gateways. 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, in order to solely verify countersignatures of messages protected in group mode (see <xref target="sec-processing-signature-checker"/>).</t>
        <t>In order to verify countersignatures of messages in a group, a signature checker needs to retrieve the following information about that group from the Group Manager.</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 the authentication credential 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 that the signature checker stores and uses 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 that the signature checker stores and uses is just the end-entity certificate or end-entity untagged CWT.</t>
          </li>
          <li>The current Group 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) Signature Encryption Algorithm and Signature Algorithm; and ii) AEAD Algorithm and Pairwise Key Agreement Algorithm, if the group uses also the pairwise mode.</li>
        </ul>
        <t>A signature checker MUST be authorized before it can retrieve such information. To this end, the same method mentioned above based on the ACE framework <xref target="RFC9200"/> can be used.</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 when 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>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 materal, 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 group rekeying or more consecutive instances. 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>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>
        <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 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: i) an Observe notification <xref target="RFC7641"/> can never successfully match against the Observe requests of two different observations; and ii) a non-notification response can never successfully match against the group requests of two different Non-Notification Group Exchanges. In fact, the excluded elder members would eventually re-join the group, thus terminating any of their ongoing (long-lasting) observations (see <xref target="sec-long-term-observations"/>) and Non-Notification Group Exchanges (see <xref target="sec-replay-protection-non-notifications"/>).      </t>
                    <t>
Therefore, it is ensured by construction that no client can have with the same server two ongoing observations, or two ongoing Non-Notification Group Exchanges, or one ongoing observation and one ongoing Non-Notification Group Exchange, such that the two respective requests were protected using the same Partial IV, Gid and Sender ID.</t>
                  </li>
                  <li>Until a further following group rekeying, the Group Manager MUST store the list of those latest-evicted elder members. If any of those endpoints re-joins the group before a further following group rekeying occurs, the Group Manager MUST NOT rekey the group upon their re-joining. When one of those endpoints re-joins the group, the Group Manager can rely, e.g., on the ongoing secure communication association to recognize the endpoint as included in the stored list.</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 Gid, Master Secret and 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-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 these functionalities.</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. OSCORE uses the untagged COSE_Encrypt0 structure with an Authenticated Encryption with Associated Data (AEAD) algorithm. Unless otherwise specified, the following modifications 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>COSE_Countersignature0: its value is set to the encrypted countersignature of the COSE object, namely ENC_SIGNATURE. That is:  </t>
            <ul spacing="normal">
              <li>
                <t>The countersignature of the COSE object, namely SIGNATURE, is computed by the sender as described in Sections <xref target="I-D.ietf-cose-countersign" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare"/> of <xref target="I-D.ietf-cose-countersign"/>, 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>
              <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>
        </ul>
        <section anchor="sssec-encrypted-signature-keystream">
          <name>Keystream Derivation</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 Group 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="clarifications-on-using-a-countersignature">
          <name>Clarifications on Using a Countersignature</name>
          <t>Note that 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="I-D.ietf-cose-countersign" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare"/> of <xref target="I-D.ietf-cose-countersign"/>, 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 requests 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-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 authenticated 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="I-D.ietf-cose-countersign" section="3.2" sectionFormat="bare"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare"/> of <xref target="I-D.ietf-cose-countersign"/>).</t>
        <t>In particular, the external_aad includes also the Signature Algorithm, the Signature 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_signature_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 / null
]
]]></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 group does not use the pairwise mode, regardless whether the endpoint supports the pairwise mode or not. Otherwise, this parameter MUST encode the value of 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_signature_enc', which specifies Signature Encryption 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 group does not use the group mode, regardless whether the endpoint supports the group mode or not. Otherwise, this parameter MUST encode the value of Signature Encryption Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this AEAD 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 group does not use the group mode, regardless whether the endpoint supports the group mode or not. Otherwise, this parameter MUST encode the value of Signature Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this signature algorithm.</li>
              <li>'alg_pairwise_key_agreement', which specifies Pairwise Key Agreement 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 group does not use the pairwise mode, regardless whether the endpoint supports the pairwise mode or not. Otherwise, this parameter MUST encode the value of Pairwise Key Agreement Algorithm as a CBOR integer or text string, consistently with the "Value" field in the "COSE Algorithms" Registry for this HKDF 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 an observation <xref target="RFC7641"/> or a Non-Notification Group 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, regardless whether it is an Observe notification or not, cryptographically matches with only one request, rather than with multiple ones 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. If no Group Manager maintains the group, this parameter MUST encode the CBOR simple value "null" (0xf6). Otherwise, 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, with the following differences.</t>
      <ul spacing="normal">
        <li>The payload of the OSCORE message SHALL encode the ciphertext of the COSE_Encrypt0 object. In the group mode, the ciphertext above is concatenated with the value of the COSE_Countersignature0 of the COSE object, computed as described in <xref target="sec-cose-object-unprotected-field"/>.</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 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 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="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>
          <ul spacing="normal">
            <li>Request with ciphertext = 0xaea0155667924dff8a24e4cb35b9, kid = 0x25, Partial IV = 5 and kid context = 0x44616c.</li>
          </ul>
          <artwork><![CDATA[
   * Before compression (96 bytes):

      [
      h'',
      { 4:h'25', 6:h'05', 10:h'44616c', 11:h'de9e ... f1' },
      h'aea0155667924dff8a24e4cb35b9'
      ]
]]></artwork>
          <artwork><![CDATA[
   * After compression (85 bytes):

      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>
          <ul spacing="normal">
            <li>Response with ciphertext = 0x60b035059d9ef5667c5a0710823b, kid = 0x52 and no Partial IV.</li>
          </ul>
          <artwork><![CDATA[
   * Before compression (88 bytes):

      [
      h'',
      { 4:h'52', 11:h'ca1e ... b3' },
      h'60b035059d9ef5667c5a0710823b'
      ]
]]></artwork>
          <artwork><![CDATA[
   * After compression (80 bytes):

      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>
          <ul spacing="normal">
            <li>Request with ciphertext = 0xaea0155667924dff8a24e4cb35b9, kid = 0x25, Partial IV = 5 and kid context = 0x44616c.</li>
          </ul>
          <artwork><![CDATA[
   * Before compression (29 bytes):

      [
      h'',
      { 4:h'25', 6:h'05', 10:h'44616c' },
      h'aea0155667924dff8a24e4cb35b9'
      ]
]]></artwork>
          <artwork><![CDATA[
   * After compression (21 bytes):

      Flag byte: 0b00011001 = 0x19 (1 byte)

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

      Payload: 0xaea0155667924dff8a24e4cb35b9 (14 bytes)
]]></artwork>
          <ul spacing="normal">
            <li>Response with ciphertext = 0x60b035059d9ef5667c5a0710823b and no Partial IV.</li>
          </ul>
          <artwork><![CDATA[
   * Before compression (18 bytes):

      [
      h'',
      {},
      h'60b035059d9ef5667c5a0710823b'
      ]
]]></artwork>
          <artwork><![CDATA[
   * After compression (14 bytes):

      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, also 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>
      <t>Furthermore, the following also holds for Group OSCORE.</t>
      <section anchor="sec-long-term-observations">
        <name>Supporting Observe and Multiple Non-Notification Responses</name>
        <t>A client maintains for each ongoing Non-Notification Group Exchange 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 non-notification responses received from that server (see <xref target="sec-replay-protection-non-notifications"/>).</t>
        <t>When Observe <xref target="RFC7641"/> is used, a client maintains for each ongoing observation one Notification Number for each different server. Then, separately for each server, the client uses the associated Notification Number to perform ordering and replay protection of notifications received from that server (see <xref target="ssec-verify-response-observe"/>).</t>
        <t>Group OSCORE allows to preserve a Non-Notification Group Exchange and an observation 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 Non-Notification Group Exchange or of the observation.</t>
        <t>Upon leaving the group or before re-joining the group, a group member MUST terminate all the ongoing Non-Notification Group Exchanges and observations 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-synch-seq-num">
        <name>Update of Replay Window</name>
        <t>Sender Sequence Numbers seen by a server as Partial IV values in request messages can spontaneously increase at a fast pace, for example when a client exchanges unicast messages with other servers using the Group OSCORE Security Context. As in OSCORE <xref target="RFC8613"/>, a server always needs to accept such increases and accordingly updates the Replay Window in each of its Recipient Contexts.</t>
        <t>As discussed in <xref target="ssec-loss-mutable-context"/>, a newly created Recipient Context would have an invalid Replay Window, if its installation has required to delete another Recipient Context. Hence, the server is not able to verify if a request from the client associated with the new Recipient Context is a replay. When this happens, the server MUST validate the Replay Window of the new Recipient Context, before accepting messages from the associated client (see <xref target="ssec-loss-mutable-context"/>).</t>
        <t>Furthermore, when the Group Manager establishes a new Security Context for the group (see <xref target="new-sec-context"/>), every server re-initializes the Replay Window in each of its Recipient Contexts.</t>
      </section>
      <section anchor="sec-freshness">
        <name>Message Freshness</name>
        <t>When receiving a request from a client for the first time, the server is not synchronized with the client's Sender Sequence Number, i.e., it is not able to verify if that request is fresh. This applies to a server that has just joined the group, with respect to already present clients, and recurs as new clients are added as group members.</t>
        <t>During its operations in the group, the server may also lose synchronization with a client's Sender Sequence Number. This can happen, for instance, if the server has rebooted or has deleted its previously synchronized version of the Recipient Context for that client (see <xref target="ssec-loss-mutable-context"/>).</t>
        <t>If the application requires message freshness, e.g., according to time- or event-based policies, the server has to (re-)synchronize with a client's Sender Sequence Number before delivering request messages from that client to the application. To this end, the server can use the approach in <xref target="sec-synch-challenge-response"/> based on the Echo Option for CoAP <xref target="RFC9175"/>, as a variant of the approach defined in <xref section="B.1.2" sectionFormat="of" target="RFC8613"/> applicable to Group OSCORE.</t>
        <t>Assuming an honest server, the message binding guarantees that a response is not older than its request. Hence, the following holds.</t>
        <ul spacing="normal">
          <li>For non-notification responses to a non-group request, there is at most a single such response and only from one, individually targeted server in the group. Therefore, absolute freshness of such responses is guaranteed.</li>
          <li>For non-notification responses to a group request, multiple such responses can be received from the same server in reply to the same group request, until the CoAP Token value associated with the group request is freed up <xref target="I-D.ietf-core-groupcomm-bis"/>. Therefore, the absolute freshness of such responses gets weaker with time.</li>
          <li>For notifications, the absolute freshness gets weaker with time, and it is RECOMMENDED that the client regularly re-register the observation.</li>
          <li>For requests, notifications, and non-notification responses to group requests, Group OSCORE also provides relative freshness. That is, the received Partial IV allows a recipient to determine the relative order of requests or responses.</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>
        </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. The operation of validating the Partial IV and performing replay protection MUST be atomic.</t>
        <t>The protection from replay of requests is performed as per <xref section="7.4" sectionFormat="of" target="RFC8613"/>, separately for each client by leveraging the Replay Window in the corresponding Recipient Context. When supporting Observe <xref target="RFC7641"/>, the protection from replay of notifications is performed as per <xref section="7.4.1" sectionFormat="of" target="RFC8613"/>.</t>
        <section anchor="sec-replay-protection-non-notifications">
          <name>Replay Protection of Non-notification Responses</name>
          <t>This section refers specifically to non-notification responses to a group request. A client can receive multiple such responses from the same server in the group as a reply to the same group request, until the CoAP Token value associated with the group request is freed up <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
          <t>When replying to a group request with a non-notification response (both successful and error), a server MUST include a Partial IV, except for the first non-notification response where the Partial IV MAY be omitted. A server supporting Observe <xref target="RFC7641"/> MUST NOT reply to a group request with 2.xx responses of which some are notifications and some are not.</t>
          <t>When processing responses from a same server to an Observe registration request, a client supporting Observe MUST accept either only notifications or only non-notification responses. The specific way to achieve this is implementation specific.</t>
          <t>In order to protect against replay, the client SHALL maintain for each ongoing Non-Notification Group Exchange one Response Number for each different server. The Response Number is a non-negative integer containing the largest Partial IV of the received non-notification responses from that server within the Non-Notification Group Exchange.</t>
          <t>Then, separately for each server, the client uses the associated Response Number to perform ordering and replay protection of the non-notification responses to a group request received from that server, by comparing their Partial IVs with one another and against the Response Number.</t>
          <t>For each server, the associated Response Number is initialized to the Partial IV of the first successfully verified non-notification response to a group request. A client MUST only accept at most one such response without Partial IV from each server in the group, and treat it as the oldest non-notification response to the group request received from that server.</t>
          <t>A client receiving a non-notification response to a group request containing a Partial IV SHALL compare the Partial IV with the Response Number associated with the replying server within the ongoing Non-Notification Group Exchange. The client MUST stop processing non-observation responses to a group request from a server, if those have a Partial IV that has been previously received before from that server within the Non-Notification Group Exchange. Applications MAY decide that a client only processes non-notification responses to a group request if those have a greater Partial IV than the Response Number associated with the replying server within the ongoing Non-Notification Group Exchange.</t>
          <t>If the verification of the non-notification response succeeds, and the received Partial IV 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>For each server, a client MUST consider the non-notification response to a group request with the highest Partial IV as the freshest, regardless of the order of arrival. Given a group request, implementations need to make sure that the corresponding non-notification response from a server without Partial IV is considered the oldest from that server.</t>
          <t>What is defined in this section does not apply to non-notification responses to non-group requests, since there is at most a single such 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/or Pairwise Key Agreement Algorithm in the Common Context. Alternatively implementations can use an additional parameter in the Security Context, to explicitly signal 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 recipient endpoint retrieves a Security Context which is both valid to process the message and also associated with an OSCORE group, but the endpoint does not support the pairwise mode.</li>
        <li>The Group Flag is set to 1, and the recipient endpoint retrieves a Security Context which is both valid to process the message and also associated with an OSCORE group, but the endpoint does not support the group mode.</li>
        <li>
          <t>The Group Flag is set to 1, and the recipient endpoint can not retrieve a Security Context which is both valid to process the message and also associated with an OSCORE group.  </t>
          <t>
As per <xref section="6.1" sectionFormat="of" target="RFC8613"/>, this holds also when retrieving a Security Context which is valid but not associated with an OSCORE group. Future specifications may define how to process incoming messages protected with a 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 and valid to process the message 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 Group Manager indicates that the group uses (also) the group mode, as part of the group data provided to candidate group members when joining the group.</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"/>. For encryption and decryption operations, the Signature Encryption Algorithm from the Common Context is used.</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. 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"/>. However, a recipient MUST stop processing and reject any message which is malformed and does not follow the format specified in <xref target="sec-cose-object"/> of this document, or which is not cryptographically validated in a successful way.</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>A client transmits a secure group request 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 Signature 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 OSCORE message includes also the encrypted countersignature (see <xref target="sec-cose-object-unprotected-field"/>).</li>
        </ul>
        <t>In addition, when sending a group request, the following applies for the corresponding Non-Notification Group Exchange.</t>
        <ul spacing="normal">
          <li>If the client intends to keep the Non-Notification Group Exchange active beyond a possible change of Sender ID, the client MUST store the value of the 'kid' parameter from the group request, and retain it until the Non-Notification Group 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 Non-Notification Group Exchange and the corresponding group request.</li>
          <li>
            <t>If the client intends to keep the Non-Notification Group 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 group request, and retain it until the Non-Notification Group 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 Non-Notification Group Exchange and the corresponding group 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 anchor="ssec-protect-request-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds for each newly started observation.</t>
          <ul spacing="normal">
            <li>If the client intends to keep the observation active beyond a possible change of Sender ID, the client MUST store the value of the 'kid' parameter from the original Observe request, and retain it for the whole duration of the observation. 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 value associated with a particular Observe request.</li>
            <li>
              <t>If the client intends to keep the observation 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 original Observe request, and retain it for the whole duration of the observation. 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 value associated with a particular Observe request.</li>
                <li>
                  <t>Just like defined in <xref target="ssec-protect-request"/>, 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.      </t>
                  <t>
After a group rekeying, such an invariant information makes it simpler for the observer 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 observe notification protected with the new Security Context (see <xref target="ssec-protect-response-observe"/>).</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-verify-request">
        <name>Verifying the Request</name>
        <t>Upon receiving a secure group request with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, a server proceeds 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>
                <t>
The server verifies the original countersignature SIGNATURE.</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. The server MAY set an Outer Max-Age option with value zero. The diagnostic payload MAY contain a string, which, if present, MUST be "Decryption failed" as if the decryption had failed.</li>
              <li>When decrypting the COSE object using the Recipient Key, the Signature Encryption Algorithm from the Common Context MUST be used.</li>
            </ul>
          </li>
          <li>Additionally, if the used Recipient Context was created upon receiving this group 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 server intends to reply with multiple non-notification responses to a group request.</t>
        <ul spacing="normal">
          <li>The server MUST store the value of the 'kid' parameter from the group request, and retain it until the last non-notification response has been sent. The server MUST NOT update the stored value of a 'kid' parameter associated with a particular group 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 group request, and retain it until the last non-notification 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 a particular group request.</li>
        </ul>
        <section anchor="ssec-verify-request-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds for each newly started observation.</t>
          <ul spacing="normal">
            <li>The server MUST store the value of the 'kid' parameter from the original Observe request, and retain it for the whole duration of the observation. The server MUST NOT update the stored value of a 'kid' parameter associated with a particular Observe request, even in case the observer 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 original Observe request, and retain it for the whole duration of the observation, 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 associated with the ongoing observation.</li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-protect-response">
        <name>Protecting the Response</name>
        <t>If a server generates a CoAP message in response to a Group OSCORE request, then the server SHALL follow the description in <xref section="8.3" sectionFormat="of" target="RFC8613"/>, with the modifications described in this section.</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 non-notification responses to a group request.  </t>
            <ul spacing="normal">
              <li>The server MUST use the stored value of the 'kid' parameter from the group 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 group 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 AEAD nonce from the request from being reused.  </t>
            <ul spacing="normal">
              <li>The response is not the first response that the server sends to the request, regardless whether it is an Observe notification <xref target="RFC7641"/> or a non-notification response to a group request (see <xref target="sec-replay-protection-non-notifications"/>).</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 Signature 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 Non-Notification Group Exchange, the server can help the client to synchronize, by including also the 'kid context' parameter in non-notification 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 non-notification 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 OSCORE message includes also the encrypted countersignature (see <xref target="sec-cose-object-unprotected-field"/>).</li>
        </ul>
        <section anchor="ssec-protect-response-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds when protecting notifications for an ongoing observation.</t>
          <ul spacing="normal">
            <li>The server MUST use the stored value of the 'kid' parameter from the original Observe request (see <xref target="ssec-verify-request-observe"/>), 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 original Observe request (see <xref target="ssec-verify-request-observe"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad"/>).</li>
          </ul>
          <t>Furthermore, the server may have ongoing observations started by Observe requests protected with an old Security Context. After completing the establishment of a new Security Context, the server MUST protect the following notifications with the Sender Context of the new Security Context.</t>
          <t>For each ongoing observation, the server can help the client to synchronize, by including also the 'kid context' parameter in notifications 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 notification sent before the installation of the new Security Context.</t>
          <t>As per <xref target="sec-replay-protection-non-notifications"/>, the server MUST NOT reply to a group request with 2.xx responses of which some are notifications and some are not. That is, if the server receives an observation request and registers the observation, then any following 2.xx response from the server to that request MUST be a notification. Also, if the server receives an observation request and registers the observation, then any following 2.xx response from the server to that request MUST be a notification.</t>
        </section>
      </section>
      <section anchor="ssec-verify-response">
        <name>Verifying the Response</name>
        <t>Upon receiving a secure response message with the Group Flag set to 1, following the procedure in <xref target="sec-message-reception"/>, the client proceeds as described in <xref section="8.4" sectionFormat="of" target="RFC8613"/>, with the following modifications.</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 group request.  </t>
            <ul spacing="normal">
              <li>The client MUST use the stored value of the 'kid' parameter from the group 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 group 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 Non-Notification Group Exchange, the client can correctly verify non-notification responses to a group 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"/>), 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 server: i) SHALL stop processing the response; ii) SHALL NOT update the Response Number associated with the server, if the response is a non-notification response to a group request; and iii) SHALL NOT update the Notification Number associated with the server, if the response is an Observe notification <xref target="RFC7641"/>.</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, if the response is a non-notification response to a group request; and iii) SHALL NOT update the Notification Number associated with the server, if the response is an Observe notification <xref target="RFC7641"/>.      </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 Signature Encryption Algorithm from the Common Context MUST be used.  </t>
            <t>
In addition, the client performs the following actions for each ongoing Non-Notification Group Exchange.  </t>
            <ul spacing="normal">
              <li>The ordering and the replay protection of non-notification responses received from a server in reply to a group request are performed as per <xref target="sec-replay-protection-non-notifications"/> of this document, by using the Response Number associated with that server for the Non-Notification Group Exchange in question. In case of unsuccessful decryption and verification of a non-notification response, the client SHALL NOT update the Response Number associated with the server.</li>
              <li>When receiving the first valid non-notification response from a server in reply to a group request, the client MUST store the current kid "kid1" of that server for the Non-Notification Group Exchange in question. If the 'kid' field is included in the OSCORE option of the response, its value specifies "kid1". If the group 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 group request was intended for.</li>
              <li>When receiving another valid non-notification response to the same group 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". If "kid1" and "kid2" are different, the client: i) SHALL discard the response and SHALL NOT deliver it to the application; and ii) SHALL NOT update the Response Number associated with the server.</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 group 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 non-notification responses to group requests, even in case a 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 anchor="ssec-verify-response-observe">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641"/> is supported, the following holds when verifying notifications for an ongoing observation.</t>
          <ul spacing="normal">
            <li>The client MUST use the stored value of the 'kid' parameter from the original Observe request (see <xref target="ssec-protect-request-observe"/>), 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 original Observe request (see <xref target="ssec-protect-request-observe"/>), 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 the client can correctly verify notifications, even in case it 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>
          <ul spacing="normal">
            <li>
              <t>The ordering and the replay protection of notifications received from a server are performed as per Sections <xref target="RFC8613" section="4.1.3.5.2" sectionFormat="bare"/> and <xref target="RFC8613" section="7.4.1" sectionFormat="bare"/> of <xref target="RFC8613"/>, by using the Notification Number associated with that server for the observation in question. In addition, the client performs the following actions for each ongoing observation.  </t>
              <ul spacing="normal">
                <li>When receiving the first valid notification from a server, the client MUST store the current kid "kid1" of that server for the observation in question. If the 'kid' field is included in the OSCORE option of the notification, its value specifies "kid1". If the Observe 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 notification (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 Observe request was intended for.</li>
                <li>
                  <t>When receiving another valid notification 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". If "kid1" and "kid2" are different, the client: i) SHALL discard the response and SHALL NOT deliver it to the application; ii) SHALL NOT update the Notification Number associated with the server; and iii) MUST cancel or re-register the observation in question.      </t>
                  <t>
Note that, if "kid2" is different from "kid1" and the 'kid' field is omitted from the notification - which is possible if the Observe 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 notification.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>This ensures that the client remains able to correctly perform the ordering and replay protection of notifications, even in case a 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>
        </section>
      </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 pairwise mode takes advantage of an existing Security Context for the group mode to establish a Security Context shared exclusively with any other member. In order to use the pairwise mode in a group that uses also the group mode, the signature scheme of the group mode MUST support a combined signature and encryption scheme. This can be, for example, signature using ECDSA, and encryption using AES-CCM with a key derived with ECDH. For encryption and decryption operations, the AEAD Algorithm from the Common Context is used (see <xref target="ssec-common-context-aead-alg"/>).</t>
      <t>The pairwise mode does not support the use of additional entities acting as verifiers of source authentication and integrity of group messages, such as intermediary gateways (see <xref target="group-manager"/>).</t>
      <t>An endpoint implementing only a silent server does not support the pairwise mode.</t>
      <t>If the signature algorithm used in the group supports ECDH (e.g., ECDSA, EdDSA), the pairwise mode MUST be supported by endpoints that use the CoAP Echo Option <xref target="RFC9175"/> and/or block-wise transfers <xref target="RFC7959"/>, for instance for responses after the first block-wise request, which possibly targets all servers in the group and includes the CoAP Block2 option (see <xref section="3.8" sectionFormat="of" 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 with the group mode.</t>
      <t>Senders cannot use the pairwise mode to protect a message intended for multiple recipients. In fact, the pairwise mode is defined only between two endpoints and the keying material is thus only available to one recipient.</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>
      <t>The Group Manager indicates that the group uses (also) the pairwise mode, as part of the group data provided to candidate group members when joining the group.</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>To make addressing information of individual endpoints available, servers in the group MAY expose a resource to which a client can send a group request targeting a set of servers, identified by their 'kid' values specified in the request payload. The specified set may be empty, hence identifying all the servers in the group. 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 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, the request is protected as defined in <xref section="8.1" 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>When sending a group request, what is specified in <xref target="ssec-protect-request"/> of this document holds for the corresponding Non-Notification Group Exchange, with respect to storing the value of the 'kid' and 'kid context' parameters, and to storing an invariant identifier of the group.</li>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-protect-request-observe"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-req">
        <name>Verifying the Request</name>
        <t>Upon receiving a request with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, the server MUST process it as defined 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 group request, if the server intends to reply with multiple non-notification responses to a group request.</li>
            </ul>
          </li>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-verify-request-observe"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-resp">
        <name>Protecting the Response</name>
        <t>When using the pairwise mode, a response is protected as defined 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 non-notification responses to a group 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>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-protect-response-observe"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-resp">
        <name>Verifying the Response</name>
        <t>Upon receiving a response with the Group Flag set to 0, following the procedure in <xref target="sec-message-reception"/>, the client MUST process it as defined 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 to a group request.</li>
              <li>The performing of ordering and replay protection for non-notification responses to a group request.</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>
          <li>If Observe <xref target="RFC7641"/> is supported, what is defined in <xref target="ssec-verify-response-observe"/> of this document holds. The client can also in this case identify a server to be the same one across a change of Sender ID, by relying on the server's public key. As to the expected server's authentication credential, the same holds as specified above for non-notification responses.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-synch-challenge-response">
      <name>Challenge-Response Synchronization</name>
      <t>This section describes how a server endpoint can 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 an OSCORE protected 4.01 (Unauthorized) response message, including only the Echo Option and no diagnostic payload. The Echo option value SHOULD NOT be reused; when 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 client sends a request as a unicast message addressed to the same server, echoing the Echo Option value. The client MUST NOT send the request including the Echo Option over multicast.</t>
      <t>If the group uses also the group mode and the used Signature Algorithm supports ECDH (e.g., ECDSA, EdDSA), 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 MUST support the pairwise mode.</t>
      <t>The client does not necessarily resend the same group request, but can instead send a more recent one, if the application permits it. This allows the client to not retain previously sent group 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 group 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 proceeds as follows. In case the Replay Window in the Recipient Context associated with the client has not been set yet, the server updates the Replay Window to mark the current Sender Sequence Number from the latest received request as seen (but all newer ones as new), and delivers the message as fresh to the application. Otherwise, the server discards the verification result and treats the message as fresh or as a replay, according to the existing Replay Window.</t>
      <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. A client has to be ready to perform the challenge-response based on the Echo Option if a server starts it.</t>
      <t>It is the role of the server application to define under what circumstances Sender Sequence Numbers lose synchronization. This can include experiencing a "large enough" gap D = (SN2 - SN1), between the Sender Sequence Number SN1 of the latest accepted group request from a client and the Sender Sequence Number SN2 of a group request just received from that client. However, a client may send several unicast requests to different group members as protected with the pairwise mode, which may result in the server experiencing the gap D in a relatively short time. This would induce the server to perform more challenge-response exchanges than actually needed.</t>
      <t>In order to ameliorate this, the server may rely on a trade-off between the Sender Sequence Number gap D and a time gap T = (t2 - t1), where t1 is the time when the latest group request from a client was accepted and t2 is the time when the latest group request from that client has been received, respectively. Then, the server can start a challenge-response when experiencing a time gap T larger than a given, preconfigured threshold. Also, the server can start a challenge-response when experiencing a Sender Sequence Number gap D greater than a different threshold, computed as a monotonically increasing function of the currently experienced time gap T.</t>
      <t>The challenge-response approach described in this section provides an assurance of absolute message freshness. 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 with the group mode. Instead, protecting those requests with the pairwise mode prevents the attack above. In fact, only the exact 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="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 Signature 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="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. In addition, when using the group mode, source authentication of messages is explicitly ensured by means of countersignatures, as discussed in <xref target="ssec-group-mode-security"/>.</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 Non-Notification Group Exchanges and observations 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>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 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 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 therin, 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>
          </li>
          <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="sec-cose-object-unprotected-field"/>). 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>
        </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 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 an 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 an encryption algorithm that does not provide integrity protection results in a minimal communication overhead, by limiting the message payload to the ciphertext and 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 and 3.</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 encryption 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 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 group requests and responses including a Partial IV (e.g., Observe notifications and non-notification responses to group requests). 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., single response to a non-group 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 approach 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 which 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, recent, 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 as a second attempt. This makes particular sense when the recipient is a client, that would hence be able to process incoming responses protected with the old, recent, Security Context used to protect the associated group request. Instead, a recipient server would better and more simply discard an incoming group request which is not successfully processed with the new Security Context.</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 with the 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 group requests; as well as the Sender ID of the message originator, which is always present in group 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 MUST protect 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., (s)he does 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. A client supporting the pairwise mode SHOULD use it to protect requests sent to a single group member over unicast, instead of using the group mode. 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>With particular reference to block-wise transfers <xref target="RFC7959"/>, <xref section="3.8" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/> points out that, while an initial request including the CoAP Block2 option can be sent over multicast, any other request in a transfer has to occur over unicast, individually addressing the servers in the group.</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 (also) 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 as 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 Sender Sequence Number, the Partial IV 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>As discussed in <xref target="sec-synch-seq-num"/>, a Replay Window may be initialized as not valid, following the loss of mutable Security Context <xref target="ssec-loss-mutable-context"/>. In particular, <xref target="ssec-loss-mutable-context-total"/> and <xref target="ssec-loss-mutable-context-overflow"/> define measures that endpoints need to take in such a situation, before resuming to accept incoming messages from other group members.</t>
      </section>
      <section anchor="ssec-seccons-freshness">
        <name>Message Freshness</name>
        <t>As discussed in <xref target="sec-freshness"/>, a server may not be able to assert whether an incoming request is fresh, in case it does not have or has lost synchronization with the client's Sender Sequence Number.</t>
        <t>If freshness is relevant for the application, the server may (re-)synchronize with the client's Sender Sequence Number at any time, by using the approach described in <xref target="sec-synch-challenge-response"/> and based on the CoAP Echo Option <xref target="RFC9175"/>, as a variant of the approach defined in <xref section="B.1.2" sectionFormat="of" target="RFC8613"/> applicable to Group OSCORE.</t>
      </section>
      <section anchor="ssec-client-aliveness">
        <name>Client Aliveness</name>
        <t>Building on <xref section="12.5" sectionFormat="of" target="RFC8613"/>, a server may use the CoAP Echo Option <xref target="RFC9175"/> to verify the aliveness of the client that originated a received request, by using the approach described in <xref target="sec-synch-challenge-response"/> of this document.</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 Numbers 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 nonces 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 additional entities acting as 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 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="I-D.ietf-cose-countersign"/>). 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>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 DH, Section 5.7.1.2 of <xref target="NIST-800-56A"/> which is referenced in <xref target="sec-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 all 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="sec-cose-object-unprotected-field"/> 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 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 Sender Sequence Number synchronization with a client 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 "[This Document]" 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 value 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 Flag | For using a Group OSCORE    | [This     |
|              |            | Security Context, set to 1  | Document] |
|              |            | if the message is protected |           |
|              |            | with the group mode         |           |
+--------------+------------+-----------------------------+-----------+
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-groupcomm-bis" target="https://www.ietf.org/archive/id/draft-ietf-core-groupcomm-bis-07.txt">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces RFC 7390, while it updates RFC 7252 and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-07"/>
        </reference>
        <reference anchor="I-D.ietf-cose-countersign" target="https://www.ietf.org/archive/id/draft-ietf-cose-countersign-10.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
            <author fullname="Jim Schaad" initials="J." surname="Schaad">
              <organization>August Cellars</organization>
            </author>
            <author fullname="Russ Housley" initials="R." surname="Housley">
              <organization>Vigil Security, LLC</organization>
            </author>
            <date day="20" month="September" 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="Internet-Draft" value="draft-ietf-cose-countersign-10"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC4086" target="https://www.rfc-editor.org/info/rfc4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby">
              <organization/>
            </author>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks.  The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s.  The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types.  CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641" target="https://www.rfc-editor.org/info/rfc7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke">
              <organization/>
            </author>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks.  The state of a resource on a CoAP server can change over time.  This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time.  The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7748" target="https://www.rfc-editor.org/info/rfc7748">
          <front>
            <title>Elliptic Curves for Security</title>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="M. Hamburg" initials="M." surname="Hamburg">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." surname="Turner">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8032">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <author fullname="I. Liusvaara" initials="I." surname="Liusvaara">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8610" target="https://www.rfc-editor.org/info/rfc8610">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author fullname="H. Birkholz" initials="H." surname="Birkholz">
              <organization/>
            </author>
            <author fullname="C. Vigano" initials="C." surname="Vigano">
              <organization/>
            </author>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <date month="June" year="2019"/>
            <abstract>
              <t>This document proposes a notational convention to express Concise Binary Object Representation (CBOR) data structures (RFC 7049).  Its main goal is to provide an easy and unambiguous way to express structures for protocol messages and data formats that use CBOR or JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8610"/>
          <seriesInfo name="DOI" value="10.17487/RFC8610"/>
        </reference>
        <reference anchor="RFC8613" target="https://www.rfc-editor.org/info/rfc8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson">
              <organization/>
            </author>
            <author fullname="F. Palombini" initials="F." surname="Palombini">
              <organization/>
            </author>
            <author fullname="L. Seitz" initials="L." surname="Seitz">
              <organization/>
            </author>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE).  OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration.  Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949" target="https://www.rfc-editor.org/info/rfc8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049.  It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052" target="https://www.rfc-editor.org/info/rfc9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc9175">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss">
              <organization/>
            </author>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases. The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address. The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request. This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9175"/>
          <seriesInfo name="DOI" value="10.17487/RFC9175"/>
        </reference>
        <reference anchor="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" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-16.txt">
          <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" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-oscore-15.txt">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="5" month="September" year="2022"/>
            <abstract>
              <t>   This document defines an application profile of the ACE framework for
   Authentication and Authorization, to request and provision keying
   material in group communication scenarios that are based on CoAP and
   are secured with Group Object Security for Constrained RESTful
   Environments (Group OSCORE).  This application profile delegates the
   authentication and authorization of Clients, that join an OSCORE
   group through a Resource Server acting as Group Manager for that
   group.  This application profile leverages protocol-specific
   transport profiles of ACE to achieve communication security, server
   authentication and proof-of-possession for a key owned by the Client
   and bound to an OAuth 2.0 Access Token.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-15"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-security-protocol-comparison" target="https://www.ietf.org/archive/id/draft-ietf-lwig-security-protocol-comparison-05.txt">
          <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="2" month="November" year="2020"/>
            <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 analyzed security protocols
   are DTLS 1.2, DTLS 1.3, TLS 1.2, TLS 1.3, 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-lwig-security-protocol-comparison-05"/>
        </reference>
        <reference anchor="I-D.ietf-core-observe-multicast-notifications" target="https://www.ietf.org/archive/id/draft-ietf-core-observe-multicast-notifications-05.txt">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="24" month="October" year="2022"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) allows clients to
   "observe" resources at a server, and receive notifications as unicast
   responses upon changes of the resource state.  In some use cases,
   such as based on publish-subscribe, it would be convenient for the
   server to send a single notification addressed to all the clients
   observing a same target resource.  This document updates RFC7252 and
   RFC7641, and defines how a server sends observe notifications as
   response messages over multicast, synchronizing all the observers of
   a same resource on a same shared Token value.  Besides, this document
   defines how Group OSCORE can be used to protect multicast
   notifications end-to-end between the server and the observer clients.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-observe-multicast-notifications-05"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-curve-representations" target="https://www.ietf.org/archive/id/draft-ietf-lwig-curve-representations-23.txt">
          <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" target="https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-04.txt">
          <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="10" month="July" year="2022"/>
            <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-04"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-det-sigs-with-noise" target="https://www.ietf.org/archive/id/draft-irtf-cfrg-det-sigs-with-noise-00.txt">
          <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" target="https://www.ietf.org/archive/id/draft-amsuess-core-cachable-oscore-05.txt">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="11" month="July" year="2022"/>
            <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-05"/>
        </reference>
        <reference anchor="RFC4944" target="https://www.rfc-editor.org/info/rfc4944">
          <front>
            <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
            <author fullname="G. Montenegro" initials="G." surname="Montenegro">
              <organization/>
            </author>
            <author fullname="N. Kushalnagar" initials="N." surname="Kushalnagar">
              <organization/>
            </author>
            <author fullname="J. Hui" initials="J." surname="Hui">
              <organization/>
            </author>
            <author fullname="D. Culler" initials="D." surname="Culler">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <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="RFC5869" target="https://www.rfc-editor.org/info/rfc5869">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author fullname="H. Krawczyk" initials="H." surname="Krawczyk">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="P. Thubert" initials="P." surname="Thubert">
              <organization/>
            </author>
            <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="RFC7228" target="https://www.rfc-editor.org/info/rfc7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="M. Ersue" initials="M." surname="Ersue">
              <organization/>
            </author>
            <author fullname="A. Keranen" initials="A." surname="Keranen">
              <organization/>
            </author>
            <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="RFC7925" target="https://www.rfc-editor.org/info/rfc7925">
          <front>
            <title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="T. Fossati" initials="T." surname="Fossati">
              <organization/>
            </author>
            <date month="July" year="2016"/>
            <abstract>
              <t>A common design pattern in Internet of Things (IoT) deployments is the use of a constrained device that collects data via sensors or controls actuators for use in home automation, industrial control systems, smart cities, and other IoT deployments.</t>
              <t>This document defines a Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) 1.2 profile that offers communications security for this data exchange thereby preventing eavesdropping, tampering, and message forgery.  The lack of communication security is a common vulnerability in IoT products that can easily be solved by using these well-researched and widely deployed Internet security protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7925"/>
          <seriesInfo name="DOI" value="10.17487/RFC7925"/>
        </reference>
        <reference anchor="RFC7959" target="https://www.rfc-editor.org/info/rfc7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann">
              <organization/>
            </author>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby">
              <organization/>
            </author>
            <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="RFC8392" target="https://www.rfc-editor.org/info/rfc8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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" target="https://www.rfc-editor.org/info/rfc9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9200" target="https://www.rfc-editor.org/info/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">
              <organization/>
            </author>
            <author fullname="G. Selander" initials="G." surname="Selander">
              <organization/>
            </author>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem">
              <organization/>
            </author>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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 approach 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 2 to 100 devices. 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 ciphersuite: all members of a security group must use the same ciphersuite to provide authenticity, integrity and confidentiality of messages in the group. The ciphersuite is specified as part of the Security Context.</li>
          <li>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>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 approach described in this document aims at fulfilling the following security objectives:</t>
        <ul spacing="normal">
          <li>Data replay protection: group 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. In accordance with OSCORE <xref target="RFC8613"/>, this is achieved by providing relative freshness of requests and notification responses, hence ensuring their absolute ordering. In addition, relative freshness of non-notification responses to group requests is also provided, hence ensuring their absolute ordering. 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, a 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 controls. 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 assumes that enough time elapses before all possible Group Epoch values are used, i.e., before the Group Manager terminates the group or starts reassigning Gid values to the group (see <xref target="sec-group-key-management"/>). Thus, the expected highest rate for addition/removal of group members and consequent group rekeying should be taken into account for a proper dimensioning of the Group Epoch size.</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="setup">
      <name>Set-up of New Endpoints</name>
      <t>An endpoint joins a group by explicitly interacting with the responsible 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 between a joining endpoint and the Group Manager rely on the CoAP protocol and must be secured. Specific details on how to secure communications between joining endpoints and a Group Manager 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 scope.</t>
      <t>In case of successful authorization check, the Group Manager generates a Sender ID assigned to the joining endpoint, before proceeding with the rest of the join process. That is, the Group Manager provides the joining endpoint with the keying material and parameters to initialize the Security Context, including its own authentication credential (see <xref target="sec-context"/>). The actual provisioning of keying material and parameters to the joining endpoint is out of the scope of this document.</t>
      <t>As mentioned in <xref target="group-manager"/>, the Group Manager and the join process can be as specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
    </section>
    <section anchor="sec-document-updates">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <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 with the 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 Christian Amsuess, Stefan Beck, Rolf Blom, Carsten Bormann, Esko Dijk, Martin Gunnarsson, Klaus Hartke, Rikard Hoeglund, Richard Kelsey, Dave Robin, Jim Schaad, Ludwig Seitz, Peter van der Stok and 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 project SIFIS-Home (Grant agreement 952652); the SSF project SEC4Factory under the grant RIT17-0032; and the EIT-Digital High Impact Initiative ACTIVE.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+y963bcRpYm+p9PgUX9EOnKTJHUxRLr+KymJdpWWxcfSS5X
n+5pLzATJFHKBNgAkhTb5XmseYHzYmdfI3YEAplJSrJdM6WZapNJZCAuO/Z9
f3s8Hm9dHmb3t7a6spsXh9m3Tb28yF6/ffr6zXE2zt4W02VTyKdP68ViWZXT
vCvrKjutG/jk6Iet/OSkKS7Dr27N6mmVL2DAWZOfduOy6E7H07opxnVL/znD
h6cw4Hied0XbbW1t3cnaLq9mP+fzuoIvds2y2NoqLxr6se0O9vae7B1s5U2R
H2ZHFxdzmUi7dXV2CDOB+f5UN+/L6oxnsvX+6jB7XnVFUxXd+BlOYwu+cQhv
mW21y5NF2bbw9e76Al72/PjdN1tb03oGXz/MljDZx1sX5WEG/+5k07zKlm2R
5U2TX2c75WmWz+fZddHuZrAH53l7np0XDUw2y7p6eoh/gR/buuma4rQ9pDFm
xWm+nHctPKF/v17wn/HXrXzZndfN4VZG/8by3ywrK3ji5SR7V87rae4+5r19
mTfTOv5T3cAK3jx/e5wdfe0+bGEqBaz9eZuf/q1uZu1ZDnudHRy4J6Zld32Y
fV/CGfjP6hm85e3xeP/Rgwd72VtY3fvzer4wDyyrroHvvb0qZkXlPi8WeTk/
zBY4v0lH8/uXppy0RXp9306A0OZw9kUTrfDb/+9/NTDP3l9pkcdNOW1bIMXE
Qt/VTXueLypd6P3PutCzGmYJy+NZ/kshE5sAgadX/M0k+wHofHFSVmW05G9g
qGnRTvPEE3+wZZ/qVCcXOtUN1v6vEyDcrsOHoqX/a31eZT80xbJt+4/8wdb+
N5jrZCGT3GzVP+TN+3jF5XURfk7L/LEqL4umLbu86LJny7I9WTZn4+O2NfPQ
Zb+dni+L7r+L6iSH3ftyL1p1+CVe9YOH+wdf9hf6bdEs8uq6t9JyfF3ACTfv
/wW4/3i2LCYzYHZVDU93MM9DZHzPx88mnsl77n5Stofhn9tiTG/E9Z1V+Mc3
3zw92N9/Ij8+2Hv8SH589ORL/fTLg4cH+uOjB/v645cPHsuPj/fu6wOP9798
oD8+2t/zP97XH5880HGf7Llx4Ud94Mn+lw/xx1fP374bP97bGz98dMS8eSWf
Pp5kX8M29bjY8TwvqyL8W/TVF5Ps6XkRX4gX5fzafh596WiSvanP4Mf319EX
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

-->

</rfc>
