<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.6 -->
<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-core-oscore-groupcomm-14" category="std" obsoletes="" updates="" submissionType="IETF" xml:lang="en" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.9.1 -->
  <front>
    <title abbrev="Group OSCORE">Group OSCORE - Secure Group Communication for CoAP</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-14"/>
    <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="March" day="07"/>
    <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" numbered="true" toc="default">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252" format="default"/> is a web transfer protocol specifically designed for constrained devices and networks <xref target="RFC7228" format="default"/>. Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis" format="default"/> 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" format="default"/>). Group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis" format="default"/> mainly uses UDP/IP multicast as the underlying data transport.</t>
      <t>Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613" format="default"/> describes a security protocol based on the exchange of protected CoAP messages. OSCORE builds on CBOR Object Signing and Encryption (COSE) <xref target="I-D.ietf-cose-rfc8152bis-struct" format="default"/><xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/> 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" format="default"/>, 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="RFC6347" format="default"/><xref target="I-D.ietf-tls-dtls13" format="default"/>, 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" format="default"/>.</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" format="default"/>.</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" format="default"/> 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" format="default"/>). 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" format="default"/>.</t>
      <section anchor="terminology" numbered="true" toc="default">
        <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" format="default"/> <xref target="RFC8174" format="default"/> 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" format="default"/> including "endpoint", "client", "server", "sender" and "recipient"; group communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis" format="default"/>; CBOR <xref target="RFC8949" format="default"/>; COSE <xref target="I-D.ietf-cose-rfc8152bis-struct" format="default"/><xref target="I-D.ietf-cose-rfc8152bis-algs" format="default"/> and related countersignatures  <xref target="I-D.ietf-cose-countersign" format="default"/>.</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" format="default"/>.</t>
        <t>Terminology for constrained environments, such as "constrained device" and "constrained-node network", is defined in <xref target="RFC7228" format="default"/>.</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" format="default"/>.</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" format="default"/>, X.509 certificates <xref target="RFC7925" format="default"/> and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert" format="default"/>. Further details about authentication credentials are provided in <xref target="sec-pub-key-format" format="default"/>.</li>
          <li>Group: a set of endpoints that share group keying material and security parameters (Common Context, see <xref target="sec-context" format="default"/>). 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" format="default"/>), 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" format="default"/>.</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>
        </ul>
      </section>
    </section>
    <section anchor="sec-context" numbered="true" toc="default">
      <name>Security Context</name>
      <t>As per the terminology in <xref target="terminology" format="default"/>, 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" format="default"/> 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" format="default"/>). 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" format="default"/>, extended as follows (see <xref target="fig-additional-context-information" format="default"/>).</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" format="default"/>).  </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" format="default"/>).</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" format="default"/>).</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" format="default"/>) to protect messages with the pairwise mode (see <xref target="sec-pairwise-protection" format="default"/>).</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" format="default"/>). 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" format="default"/>).  </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" format="default"/>).  </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" format="default"/>). 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" format="default"/>).  </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" format="default"/>).</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" name="" type="" alt=""><![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" numbered="true" toc="default">
        <name>Common Context</name>
        <t>The Common Context may be acquired from the Group Manager (see <xref target="group-manager" format="default"/>). The following sections define how the Common Context is extended, compared to <xref target="RFC8613" format="default"/>.</t>
        <section anchor="ssec-common-context-aead-alg" numbered="true" toc="default">
          <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" format="default"/>). 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" numbered="true" toc="default">
          <name>ID Context</name>
          <t>The ID Context parameter (see Sections <xref target="RFC8613" section="3.1" sectionFormat="bare" format="default"/> and <xref target="RFC8613" section="3.3" sectionFormat="bare" format="default"/> of <xref target="RFC8613" format="default"/>) 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" format="default"/>. The application needs to specify how to handle potential collisions between Gids (see <xref target="ssec-gid-collision" format="default"/>).</t>
        </section>
        <section anchor="ssec-common-context-gm-pub-key" numbered="true" toc="default">
          <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" format="default"/>).</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" numbered="true" toc="default">
          <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" format="default"/>). 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" format="default"/> is used.</t>
        </section>
        <section anchor="ssec-common-context-cs-alg" numbered="true" toc="default">
          <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" format="default"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare" format="default"/> of <xref target="I-D.ietf-cose-countersign" format="default"/>), when messages are protected using the group mode (see <xref target="mess-processing" format="default"/>). This parameter is immutable once the Common Context is established.</t>
        </section>
        <section anchor="ssec-common-context-group-enc-key" numbered="true" toc="default">
          <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" format="default"/>).</t>
          <t>The Group Encryption Key is derived as defined for Sender/Recipient Keys in <xref section="3.2.1" sectionFormat="of" target="RFC8613" format="default"/>, 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" format="default"/>).</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" format="default"/>), in bytes.</li>
          </ul>
        </section>
        <section anchor="ssec-common-context-dh-alg" numbered="true" toc="default">
          <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" format="default"/>) to protect messages with the pairwise mode (see <xref target="sec-pairwise-protection" format="default"/>). This parameter is immutable once the Common Context is established.</t>
        </section>
      </section>
      <section anchor="ssec-sender-recipient-context" numbered="true" toc="default">
        <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" format="default"/>).</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" format="default"/>.</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" format="default"/>).</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" format="default"/>).</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" format="default"/>.</t>
        <t>For Group OSCORE, the Sender Context and Recipient Context additionally contain asymmetric keys, as described previously in <xref target="sec-context" format="default"/>. 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" format="default"/>) 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" format="default"/> and <xref target="ssec-verify-response" format="default"/>).</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" format="default"/>).</t>
      </section>
      <section anchor="sec-pub-key-format" numbered="true" toc="default">
        <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" format="default"/> or C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert" format="default"/>, 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" format="default"/>, 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" format="default"/>) and are included in the external additional authenticated data when processing messages (see <xref target="sec-cose-object-ext-aad" format="default"/>). 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" numbered="true" toc="default">
        <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" format="default"/>.</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" format="default"/>).</t>
        <section anchor="key-derivation-pairwise" numbered="true" toc="default">
          <name>Derivation of Pairwise Keys</name>
          <t>Using the Group OSCORE Security Context (see <xref target="sec-context" format="default"/>), 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" format="default"/>). The key derivation of these so-called pairwise keys follows the same construction as in <xref section="3.2.1" sectionFormat="of" target="RFC8613" format="default"/>:</t>
          <artwork name="" type="" align="left" alt=""><![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" format="default"/> 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" format="default"/>, 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" format="default"/>. For X25519 and X448, the procedure is described in <xref section="5" sectionFormat="of" target="RFC7748" format="default"/> using public keys mapped to Montgomery coordinates, see <xref target="montgomery" format="default"/>.</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" format="default"/>.</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" format="default"/>.</li>
            <li>
              <t>info and L are as defined in <xref section="3.2.1" sectionFormat="of" target="RFC8613" format="default"/>. 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" format="default"/>).</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" format="default"/>), 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" format="default"/> and <xref target="RFC7748" section="4.2" sectionFormat="bare" format="default"/> of <xref target="RFC7748" format="default"/>, before using the X25519 and X448 functions defined in <xref section="5" sectionFormat="of" target="RFC7748" format="default"/>. For further details, see <xref target="montgomery" format="default"/>. 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" format="default"/> and <xref target="sec-group-key-management" format="default"/>), 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" format="default"/>), 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" numbered="true" toc="default">
          <name>ECDH with Montgomery Coordinates</name>
          <section anchor="curve25519" numbered="true" toc="default">
            <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" format="default"/>. 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" format="default"/>. 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" format="default"/>) 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" format="default"/>.</t>
          </section>
          <section anchor="curve448" numbered="true" toc="default">
            <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" format="default"/>. 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" format="default"/>, 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" format="default"/>) 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" format="default"/>.</t>
          </section>
        </section>
        <section anchor="pairwise-seqno" numbered="true" toc="default">
          <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" format="default"/>). 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" format="default"/>).</t>
        </section>
        <section anchor="pairwise-implementation" numbered="true" toc="default">
          <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" format="default"/>.</t>
          <t>The pairwise keys as well as the shared secrets used in their derivation (see <xref target="key-derivation-pairwise" format="default"/>) 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" format="default"/>). 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" format="default"/>). 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" numbered="true" toc="default">
        <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" format="default"/>).</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" format="default"/>) or exhaustion of Sender Sequence Numbers (see <xref target="ssec-wrap-around-partial-iv" format="default"/>).</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" format="default"/>.</t>
        <section anchor="ssec-loss-mutable-context" numbered="true" toc="default">
          <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" format="default"/>) or to an overflow of Recipient Contexts (see <xref target="ssec-loss-mutable-context-overflow" format="default"/>).</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" numbered="true" toc="default">
            <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" format="default"/>) and use them to derive a new Sender Context (see <xref target="ssec-sender-recipient-context" format="default"/>). 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" numbered="true" toc="default">
            <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" format="default"/>).</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" format="default"/>; 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" format="default"/> and based on the Echo Option for CoAP <xref target="RFC9175" format="default"/>, 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" numbered="true" toc="default">
          <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 group requests, Observe notifications <xref target="RFC7641" format="default"/> and, optionally, any other response.</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" format="default"/>), and use them to derive a new Sender Context (see <xref target="ssec-sender-recipient-context" format="default"/>).</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" numbered="true" toc="default">
          <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" format="default"/>); and ii) establishment of a new Security Context for the group (see <xref target="new-sec-context" format="default"/>). The update of the Replay Window in each of the Recipient Contexts is discussed in <xref target="sec-synch-seq-num" format="default"/>.</t>
          <t>As group membership changes, or as group members get new Sender IDs (see <xref target="new-sender-id" format="default"/>) 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" numbered="true" toc="default">
            <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" format="default"/>).</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" format="default"/>). 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" format="default"/>). 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" format="default"/>), 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" format="default"/>).</t>
          </section>
          <section anchor="new-sec-context" numbered="true" toc="default">
            <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" format="default"/>). 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" format="default"/>), 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" format="default"/>). 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 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" format="default"/>).</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" format="default"/>).</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" format="default"/>.</t>
          </section>
        </section>
      </section>
    </section>
    <section anchor="group-manager" numbered="true" toc="default">
      <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" format="default"/>.</t>
      <t>A possible Group Manager to use is specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore" format="default"/>, where the join process is based on the ACE framework for authentication and authorization in constrained environments <xref target="I-D.ietf-ace-oauth-authz" format="default"/>.</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" format="default"/>). 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" format="default"/>). 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" format="default"/> a resource at the Group Manager to get updates on the group membership.</t>
      <section anchor="sec-additional-entities" numbered="true" toc="default">
        <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" format="default"/>).</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" format="default"/>).</li>
          <li>The identifiers of the algorithms used in the group (see <xref target="sec-context" format="default"/>), 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="I-D.ietf-ace-oauth-authz" format="default"/> can be used.</t>
      </section>
      <section anchor="sec-group-key-management" numbered="true" toc="default">
        <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" format="default"/>. 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" format="default"/>).</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" format="default"/>).</t>
        <section anchor="recycling-of-identifiers" numbered="true" toc="default">
          <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" numbered="true" toc="default">
            <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" format="default"/>), 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" format="default"/>.  </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 an Observe notification <xref target="RFC7641" format="default"/> can never successfully match against the Observe requests of two different observations. 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" format="default"/>). Therefore, it is ensured by construction that no observer client can have two different ongoing observations such that the two respective Observe 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" numbered="true" toc="default">
            <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" numbered="true" toc="default">
            <name>Relation between Identifiers and Keying Material</name>
            <t><xref target="fig-key-material-diagram" format="default"/> 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" name="" type="" alt=""><![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" numbered="true" toc="default">
        <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" format="default"/> provides these functionalities.</t>
      </section>
    </section>
    <section anchor="sec-cose-object" numbered="true" toc="default">
      <name>The COSE Object</name>
      <t>Building on <xref section="5" sectionFormat="of" target="RFC8613" format="default"/>, this section defines how to use COSE <xref target="I-D.ietf-cose-rfc8152bis-struct" format="default"/> 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" numbered="true" toc="default">
        <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" format="default"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare" format="default"/> of <xref target="I-D.ietf-cose-countersign" format="default"/>, 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" format="default"/> 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" format="default"/>.</t>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="sssec-encrypted-signature-keystream" numbered="true" toc="default">
          <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" format="default"/>), which consists of composing the HKDF-Extract and HKDF-Expand steps <xref target="RFC5869" format="default"/>.</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" format="default"/>).</li>
            <li>info is the serialization of a CBOR array consisting of (the notation follows <xref target="RFC8610" format="default"/>):</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" format="default"/>.</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" format="default"/>), in bytes.</li>
          </ul>
        </section>
        <section anchor="clarifications-on-using-a-countersignature" numbered="true" toc="default">
          <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" format="default"/> and <xref target="I-D.ietf-cose-countersign" section="3.3" sectionFormat="bare" format="default"/> of <xref target="I-D.ietf-cose-countersign" format="default"/>, 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" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/>, the 'kid context' parameter is always present in requests.</t>
      </section>
      <section anchor="sec-cose-object-ext-aad" numbered="true" toc="default">
        <name>external_aad</name>
        <t>The external_aad of the Additional Authenticated Data (AAD) is different compared to OSCORE <xref target="RFC8613" format="default"/>, 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="I-D.ietf-cose-rfc8152bis-struct" format="default"/>), as well as in group mode for computing and verifying the countersignature (see <xref section="4.4" sectionFormat="of" target="I-D.ietf-cose-rfc8152bis-struct" format="default"/>).</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" format="default"/>:</t>
        <figure anchor="fig-ext-aad">
          <name>external_aad</name>
          <artwork type="CDDL" align="center" name="" alt=""><![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" format="default"/>, 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" format="default"/>), as per <xref section="5.4" sectionFormat="of" target="RFC8613" format="default"/>.  </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" format="default"/>). 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" format="default"/>). 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" format="default"/>). 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" format="default"/>).  </t>
            <t>
In case Observe <xref target="RFC7641" format="default"/> is used, this enables endpoints to safely keep an observation active beyond a possible change of Gid (i.e., of ID Context), following a group rekeying (see <xref target="sec-group-key-management" format="default"/>). In fact, it ensures that every notification cryptographically matches with only one observation 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" format="default"/> when using the group mode, as further explained  in <xref target="sssec-cross-group-injection-group-mode" format="default"/>.  </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" format="default"/>).</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" format="default"/>). This prevents the attack described in <xref target="ssec-group-cloning" format="default"/>.</li>
        </ul>
      </section>
    </section>
    <section anchor="compression" numbered="true" toc="default">
      <name>OSCORE Header Compression</name>
      <t>The OSCORE header compression defined in <xref section="6" sectionFormat="of" target="RFC8613" format="default"/> 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" format="default"/>.</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" format="default"/>.</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" format="default"/>).</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" format="default"/>). The Group Flag MUST also be set to 0 for ordinary OSCORE messages processed according to <xref target="RFC8613" format="default"/>.</li>
      </ul>
      <section anchor="examples-of-compressed-cose-objects" numbered="true" toc="default">
        <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" format="default"/>) or in pairwise mode (see <xref target="sssec-example-cose-pairwise" format="default"/>).</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" format="default"/> 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" format="default"/>) 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" format="default"/> is assumed to be 64 bytes long.</t>
        <section anchor="sssec-example-cose-group" numbered="true" toc="default">
          <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 name="" type="" align="left" alt=""><![CDATA[
   * Before compression (96 bytes):

      [
      h'',
      { 4:h'25', 6:h'05', 10:h'44616c', 11:h'de9e ... f1' },
      h'aea0155667924dff8a24e4cb35b9'
      ]
]]></artwork>
          <artwork name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![CDATA[
   * Before compression (88 bytes):

      [
      h'',
      { 4:h'52', 11:h'ca1e ... b3' },
      h'60b035059d9ef5667c5a0710823b'
      ]
]]></artwork>
          <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
          <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 name="" type="" align="left" alt=""><![CDATA[
   * Before compression (29 bytes):

      [
      h'',
      { 4:h'25', 6:h'05', 10:h'44616c' },
      h'aea0155667924dff8a24e4cb35b9'
      ]
]]></artwork>
          <artwork name="" type="" align="left" alt=""><![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 name="" type="" align="left" alt=""><![CDATA[
   * Before compression (18 bytes):

      [
      h'',
      {},
      h'60b035059d9ef5667c5a0710823b'
      ]
]]></artwork>
          <artwork name="" type="" align="left" alt=""><![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" numbered="true" toc="default">
      <name>Message Binding, Sequence Numbers, Freshness and Replay Protection</name>
      <t>The requirements and properties described in <xref section="7" sectionFormat="of" target="RFC8613" format="default"/> also apply to Group OSCORE. In particular, Group OSCORE provides message binding of responses to requests, which enables absolute freshness of responses that are not notifications, relative freshness of requests and notification responses, and replay protection of requests. In addition, the following holds for Group OSCORE.</t>
      <section anchor="sec-long-term-observations" numbered="true" toc="default">
        <name>Supporting Observe</name>
        <t>When Observe <xref target="RFC7641" format="default"/> 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" format="default"/>).</t>
        <t>Group OSCORE allows to preserve an observation active indefinitely, even in case the group is rekeyed, with consequent change of ID Context, or in case the observer client obtains a new Sender ID.</t>
        <t>As defined in <xref target="mess-processing" format="default"/> when discussing support for Observe, this is achieved by the client and server(s) storing the 'kid' and 'kid context' used in the original Observe request, throughout the whole duration of the observation.</t>
        <t>Upon leaving the group or before re-joining the group, a group member MUST terminate all the ongoing observations that it has started in the group as observer client.</t>
      </section>
      <section anchor="sec-synch-seq-num" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/>, 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" format="default"/>).</t>
        <t>Furthermore, when the Group Manager establishes a new Security Context for the group (see <xref target="new-sec-context" format="default"/>), every server re-initializes the Replay Window in each of its Recipient Contexts.</t>
      </section>
      <section anchor="sec-freshness" numbered="true" toc="default">
        <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" format="default"/>).</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" format="default"/> based on the Echo Option for CoAP <xref target="RFC9175" format="default"/>, as a variant of the approach defined in Appendix B.1.2 of <xref target="RFC8613" format="default"/> applicable to Group OSCORE.</t>
      </section>
    </section>
    <section anchor="sec-message-reception" numbered="true" toc="default">
      <name>Message Reception</name>
      <t>Upon receiving a protected message, a recipient endpoint retrieves a Security Context as in <xref target="RFC8613" format="default"/>. An endpoint MUST be able to distinguish between a Security Context to process OSCORE messages as in <xref target="RFC8613" format="default"/> 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" format="default"/>, 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" format="default"/>, 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" format="default"/>, 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" format="default"/>) if the Group Flag is set to 1, or the pairwise mode (see <xref target="sec-pairwise-protection" format="default"/>) 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" format="default"/>.</t>
    </section>
    <section anchor="mess-processing" numbered="true" toc="default">
      <name>Message Processing in Group Mode</name>
      <t>When using the group mode, messages are protected and processed as specified in <xref target="RFC8613" format="default"/>, with the modifications described in this section. The security objectives of the group mode are discussed in <xref target="ssec-sec-objectives" format="default"/>.</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" format="default"/>) until the message processing is completed.</t>
      <t>The group mode MUST be used to protect group requests intended for multiple recipients or for the whole group. This includes 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" format="default"/>. For encryption and decryption operations, the Signature Encryption Algorithm from the Common Context is used.</t>
      <t>As per <xref target="RFC7252" format="default"/><xref target="I-D.ietf-core-groupcomm-bis" format="default"/>, 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" format="default"/>, 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" format="default"/>.</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" format="default"/>. 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" format="default"/> 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" numbered="true" toc="default">
        <name>Protecting the Request</name>
        <t>A client transmits a secure group request as described in <xref section="8.1" sectionFormat="of" target="RFC8613" format="default"/>, 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" format="default"/> of this document.</li>
          <li>In step 4, the encryption of the COSE object is modified as described in <xref target="sec-cose-object" format="default"/> of this document. The encoding of the compressed COSE object is modified as described in <xref target="compression" format="default"/> 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" format="default"/> and <xref target="compression" format="default"/> of this document. In particular the payload of the OSCORE message includes also the encrypted countersignature (see <xref target="sec-cose-object-unprotected-field" format="default"/>).</li>
        </ul>
        <section anchor="ssec-protect-request-observe" numbered="true" toc="default">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641" format="default"/> 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" format="default"/>), 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" format="default"/>), 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" format="default"/>), the client MUST NOT update the stored value associated with a particular Observe 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" format="default"/>, 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 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" format="default"/>).</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-verify-request" numbered="true" toc="default">
        <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" format="default"/>, a server proceeds as described in <xref section="8.2" sectionFormat="of" target="RFC8613" format="default"/>, with the following modifications.</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the decoding of the compressed COSE object follows <xref target="compression" format="default"/> 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" format="default"/>, 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" format="default"/> 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" format="default"/>.</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" format="default"/>.      </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="7.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications" format="default"/>.</t>
        <section anchor="ssec-verify-request-observe" numbered="true" toc="default">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641" format="default"/> 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" format="default"/>).</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" format="default"/>). That is, upon establishing a new Security Context with a new Gid as ID Context (see <xref target="new-sec-context" format="default"/>), the server MUST NOT update the stored value associated with the ongoing observation.</li>
          </ul>
        </section>
      </section>
      <section anchor="ssec-protect-response" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/>).</t>
        <ul spacing="normal">
          <li>In step 2, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object" format="default"/> of this document.</li>
          <li>In step 3, if 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" format="default"/>), then 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.</li>
          <li>
            <t>In step 4, the encryption of the COSE object is modified as described in <xref target="sec-cose-object" format="default"/> of this document. The encoding of the compressed COSE object is modified as described in <xref target="compression" format="default"/> 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>
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" format="default"/>), then the new ID Context MUST be included in the 'kid context' parameter of the response.  </t>
            <t>
The server can obtain a new Sender ID from the Group Manager, when individually rekeyed (see <xref target="new-sender-id" format="default"/>) 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" format="default"/>).  </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>
          <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" format="default"/> and <xref target="compression" format="default"/> of this document. In particular the payload of the OSCORE message includes also the encrypted countersignature (see <xref target="sec-cose-object-unprotected-field" format="default"/>).</li>
        </ul>
        <section anchor="ssec-protect-response-observe" numbered="true" toc="default">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641" format="default"/> 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" format="default"/>), as value for the 'request_kid' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad" format="default"/>).</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" format="default"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad" format="default"/>).</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>
        </section>
      </section>
      <section anchor="ssec-verify-response" numbered="true" toc="default">
        <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" format="default"/>, the client proceeds as described in <xref section="8.4" sectionFormat="of" target="RFC8613" format="default"/>, 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" format="default"/>).</t>
        <ul spacing="normal">
          <li>
            <t>In step 2, the decoding of the compressed COSE object is modified as described in <xref target="compression" format="default"/> 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" format="default"/>, 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>In step 3, the Additional Authenticated Data is modified as described in <xref target="sec-cose-object" format="default"/> of this document.</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 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 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" format="default"/>.      </t>
                <t>
The client verifies the original countersignature SIGNATURE.</t>
              </li>
              <li>If the verification of the countersignature fails, the server SHALL stop processing the response, and SHALL NOT update the Notification Number associated with the server if the response is an Observe notification <xref target="RFC7641" format="default"/>.</li>
              <li>
                <t>After a successful verification of the countersignature, the client performs also the following actions if the response is not an Observe notification.      </t>
                <ul spacing="normal">
                  <li>In case the request was protected in pairwise mode and 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>In case the request was protected in pairwise mode and 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" format="default"/>).</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 SHALL discard the response and SHALL NOT deliver it to the application. Otherwise, the client hereafter considers the received 'kid' as the current Recipient ID for the server.</t>
              </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 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" numbered="true" toc="default">
          <name>Supporting Observe</name>
          <t>If Observe <xref target="RFC7641" format="default"/> 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" format="default"/>), as value for the 'request_kid' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad" format="default"/>).</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" format="default"/>), as value for the 'request_kid_context' parameter in the external_aad structure (see <xref target="sec-cose-object-ext-aad" format="default"/>).</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" format="default"/>), 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" format="default"/>).</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" format="default"/> and <xref target="RFC8613" section="7.4.1" sectionFormat="bare" format="default"/> of <xref target="RFC8613" format="default"/>, 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" format="default"/>), the 'kid' field may not be present in the OSCORE option of the notification (see <xref target="sec-cose-object-kid" format="default"/>). 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 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" format="default"/>), 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" format="default"/>) or when re-joining the group.</t>
        </section>
      </section>
      <section anchor="sec-processing-signature-checker" numbered="true" toc="default">
        <name>External Signature Checkers</name>
        <t>When receiving a message protected in group mode, a signature checker (see <xref target="sec-additional-entities" format="default"/>) 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" format="default"/>.</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" format="default"/>), with a case in point provided by <xref target="I-D.amsuess-core-cachable-oscore" format="default"/>. 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" numbered="true" toc="default">
      <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" format="default"/>, with the modifications described in this section. The security objectives of the pairwise mode are discussed in <xref target="ssec-sec-objectives" format="default"/>.</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" format="default"/>).</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" format="default"/>).</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" format="default"/> and/or block-wise transfers <xref target="RFC7959" format="default"/>, 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" format="default"/>). This prevents the attack described in <xref target="ssec-unicast-requests" format="default"/>, 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" format="default"/>, 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" numbered="true" toc="default">
        <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" format="default"/>).</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" numbered="true" toc="default">
        <name>Main Differences from OSCORE</name>
        <t>The pairwise mode protects messages between two members of a group, essentially following <xref target="RFC8613" format="default"/>, 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" format="default"/> of this document.</li>
          <li>The external_aad defined in <xref target="sec-cose-object-ext-aad" format="default"/> 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" format="default"/> of this document.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-req" numbered="true" toc="default">
        <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" format="default"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise" format="default"/> of this document. The following difference also applies.</t>
        <ul spacing="normal">
          <li>If Observe <xref target="RFC7641" format="default"/> is supported, what is defined in <xref target="ssec-protect-request-observe" format="default"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-req" numbered="true" toc="default">
        <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" format="default"/>, the server MUST process it as defined in <xref section="8.2" sectionFormat="of" target="RFC8613" format="default"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise" format="default"/> 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" format="default"/>). 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>If Observe <xref target="RFC7641" format="default"/> is supported, what is defined in <xref target="ssec-verify-request-observe" format="default"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-protection-resp" numbered="true" toc="default">
        <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" format="default"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise" format="default"/> of this document. The following differences also apply.</t>
        <ul spacing="normal">
          <li>If 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" format="default"/>), then 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.</li>
          <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" format="default"/>), then the new ID Context MUST be included in the 'kid context' parameter of the response.</li>
          <li>
            <t>The server can obtain a new Sender ID from the Group Manager, when individually rekeyed (see <xref target="new-sender-id" format="default"/>) 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 pairwise mode, even when the request was also protected in pairwise mode.  </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 pairwise mode, if it is replying to that client for the first time since the assignment of its new Sender ID.</t>
          </li>
          <li>If Observe <xref target="RFC7641" format="default"/> is supported, what is defined in <xref target="ssec-protect-response-observe" format="default"/> of this document holds.</li>
        </ul>
      </section>
      <section anchor="sec-pairwise-verify-resp" numbered="true" toc="default">
        <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" format="default"/>, the client MUST process it as defined in <xref section="8.4" sectionFormat="of" target="RFC8613" format="default"/>, with the differences summarized in <xref target="sec-differences-oscore-pairwise" format="default"/> 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" format="default"/>).</li>
          <li>The same as described in <xref target="ssec-verify-response" format="default"/> 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" format="default"/>. 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" format="default"/>).</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" format="default"/>). 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>If Observe <xref target="RFC7641" format="default"/> is supported, what is defined in <xref target="ssec-verify-response-observe" format="default"/> 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" numbered="true" toc="default">
      <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" format="default"/>, 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" format="default"/>.</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" format="default"/>), 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" format="default"/>. Note that, as defined in <xref target="sec-pairwise-protection" format="default"/>, 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" format="default"/>).</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" format="default"/>, 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" numbered="true" toc="default">
      <name>Implementation Compliance</name>
      <t>Like in <xref target="RFC8613" format="default"/>, 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="I-D.ietf-cose-rfc8152bis-algs" format="default"/> is mandatory to implement as Signature Encryption Algorithm (see <xref target="ssec-common-context-cs-enc-alg" format="default"/>).</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" format="default"/>).  </t>
          <t>
Less constrained endpoints SHOULD implement both: the EdDSA signature algorithm together with the elliptic curve Ed25519 <xref target="RFC8032" format="default"/>; 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" format="default"/>; 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" format="default"/>. 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="I-D.ietf-cose-rfc8152bis-algs" format="default"/>, this can be addressed by combining both randomness and determinism <xref target="I-D.mattsson-cfrg-det-sigs-with-noise" format="default"/>.</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="I-D.ietf-cose-rfc8152bis-algs" format="default"/> is mandatory to implement as AEAD Algorithm (see <xref target="ssec-common-context-aead-alg" format="default"/>).</li>
        <li>The ECDH-SS + HKDF-256 algorithm specified in <xref section="6.3.1" sectionFormat="of" target="I-D.ietf-cose-rfc8152bis-algs" format="default"/> is mandatory to implement as Pairwise Key Agreement Algorithm (see <xref target="ssec-common-context-dh-alg" format="default"/>).</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" format="default"/> and the P-256 curve as ECDH curves.  </t>
          <t>
Constrained endpoints SHOULD implement the X25519 curve <xref target="RFC7748" format="default"/> 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" format="default"/> 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" format="default"/>.</t>
    </section>
    <section anchor="sec-security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>The same threat model discussed for OSCORE in Appendix D.1 of <xref target="RFC8613" format="default"/> 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" format="default"/>.</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" format="default"/>), 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 Appendix D.2 of <xref target="RFC8613" format="default"/> hold for Group OSCORE.</t>
      <t>The same considerations on protected message fields for OSCORE discussed in Appendix D.3 of <xref target="RFC8613" format="default"/> hold for Group OSCORE.</t>
      <t>The same considerations on uniqueness of (key, nonce) pairs for OSCORE discussed in Appendix D.4 of <xref target="RFC8613" format="default"/> hold for Group OSCORE. This is further discussed in <xref target="ssec-key-nonce-uniqueness" format="default"/> of this document.</t>
      <t>The same considerations on unprotected message fields for OSCORE discussed in Appendix D.5 of <xref target="RFC8613" format="default"/> 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 observations active beyond a possible change of ID Context (Gid), following a group rekeying (see <xref target="sec-cose-object-ext-aad" format="default"/>). 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" format="default"/> of this document.</t>
      <t>As discussed in <xref section="6.2.3" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis" format="default"/>, Group OSCORE addresses security attacks against CoAP listed in Sections 11.2-11.6 of <xref target="RFC7252" format="default"/>, 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" format="default"/>), and discusses how they hold when Group OSCORE is used.</t>
      <section anchor="ssec-group-mode-security" numbered="true" toc="default">
        <name>Security of the Group Mode</name>
        <t>The group mode defined in <xref target="mess-processing" format="default"/> 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" format="default"/>). 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" format="default"/>). 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" format="default"/>), which can break property 5, but cannot break properties 1, 2 and 3.</t>
      </section>
      <section anchor="ssec-pairwise-mode-security" numbered="true" toc="default">
        <name>Security of the Pairwise Mode</name>
        <t>The pairwise mode defined in <xref target="sec-pairwise-protection" format="default"/> 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" format="default"/>).</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" numbered="true" toc="default">
        <name>Uniqueness of (key, nonce)</name>
        <t>The proof for uniqueness of (key, nonce) pairs in Appendix D.4 of <xref target="RFC8613" format="default"/> 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" format="default"/>).</li>
          <li>The case A in Appendix D.4 of <xref target="RFC8613" format="default"/> concerns all group requests and responses including a Partial IV (e.g., Observe notifications). In this case, same considerations from <xref target="RFC8613" format="default"/> apply here as well.</li>
          <li>The case B in Appendix D.4 of <xref target="RFC8613" format="default"/> concerns responses not including a Partial IV (e.g., single response to a group request). In this case, same considerations from <xref target="RFC8613" format="default"/> 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" numbered="true" toc="default">
        <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" format="default"/> 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" numbered="true" toc="default">
        <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" format="default"/>, 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" format="default"/> is used, the same considerations from <xref section="10.3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm" format="default"/> 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" numbered="true" toc="default">
          <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" numbered="true" toc="default">
          <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" format="default"/>).</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" format="default"/>, 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" format="default"/>).</t>
        <section anchor="ssec-cross-group-injection-attack" numbered="true" toc="default">
          <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" numbered="true" toc="default">
          <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" format="default"/>).</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" format="default"/>, 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" format="default"/> 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" numbered="true" toc="default">
        <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" format="default"/>).</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" numbered="true" toc="default">
        <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" format="default"/>.</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" format="default"/>. 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" format="default"/>).</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" format="default"/>, in order to protect a request sent to a single group member by using pairwise keying material (see <xref target="sec-derivation-pairwise" format="default"/>). 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="7.2.1" sectionFormat="of" target="I-D.ietf-core-observe-multicast-notifications" format="default"/>.</t>
        <t>With particular reference to block-wise transfers <xref target="RFC7959" format="default"/>, <xref section="3.8" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis" format="default"/> 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" format="default"/>, with respect to requests including a CoAP Echo Option <xref target="RFC9175" format="default"/> 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" numbered="true" toc="default">
        <name>End-to-end Protection</name>
        <t>The same considerations from <xref section="12.1" sectionFormat="of" target="RFC8613" format="default"/> 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" numbered="true" toc="default">
        <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" format="default"/> 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" format="default"/>.</t>
      </section>
      <section anchor="ssec-replay-protection" numbered="true" toc="default">
        <name>Replay Protection</name>
        <t>As in OSCORE <xref target="RFC8613" format="default"/>, 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" format="default"/>, 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" format="default"/>) 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" format="default"/> 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" format="default"/>, a Replay Window may be initialized as not valid, following the loss of mutable Security Context <xref target="ssec-loss-mutable-context" format="default"/>. In particular, <xref target="ssec-loss-mutable-context-total" format="default"/> and <xref target="ssec-loss-mutable-context-overflow" format="default"/> 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" numbered="true" toc="default">
        <name>Message Freshness</name>
        <t>As discussed in <xref target="sec-freshness" format="default"/>, 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" format="default"/> and based on the CoAP Echo Option <xref target="RFC9175" format="default"/>, as a variant of the approach defined in Appendix B.1.2 of <xref target="RFC8613" format="default"/> applicable to Group OSCORE.</t>
      </section>
      <section anchor="ssec-client-aliveness" numbered="true" toc="default">
        <name>Client Aliveness</name>
        <t>Building on <xref section="12.5" sectionFormat="of" target="RFC8613" format="default"/>, a server may use the CoAP Echo Option <xref target="RFC9175" format="default"/> to verify the aliveness of the client that originated a received request, by using the approach described in <xref target="sec-synch-challenge-response" format="default"/> of this document.</t>
      </section>
      <section anchor="ssec-crypto-considerations" numbered="true" toc="default">
        <name>Cryptographic Considerations</name>
        <t>The same considerations from <xref section="12.6" sectionFormat="of" target="RFC8613" format="default"/> about the maximum Sender Sequence Number hold for Group OSCORE.</t>
        <t>As discussed in <xref target="ssec-wrap-around-partial-iv" format="default"/>, 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" format="default"/> 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" format="default"/>). This is motivated by enabling additional entities acting as signature checkers (see <xref target="sec-additional-entities" format="default"/>), 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" format="default"/>).</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" format="default"/>). 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" format="default"/> 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" format="default"/>, 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" format="default"/>. 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" format="default"/> as a Key Encapsulation Mechanism (KEM)) is demonstrated in <xref target="Degabriele" format="default"/> and <xref target="Thormarker" format="default"/>.</t>
        <t>Applications using ECDH (except X25519 and X448) based KEM in <xref target="sec-derivation-pairwise" format="default"/> 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" format="default"/> 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" format="default"/> which is referenced in <xref target="sec-derivation-pairwise" format="default"/>.</t>
        <t>Extending Theorem 2 of <xref target="Degabriele" format="default"/>, <xref target="Thormarker" format="default"/> 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" format="default"/>. 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" format="default"/> - and rely on the mentioned proofs for the security of their key pairs.</t>
        <t>Theorem 3 in <xref target="Degabriele" format="default"/> 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" format="default"/>, 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" format="default"/>. The validation MAY be performed by a trusted Group Manager. For <xref target="Degabriele" format="default"/> 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" format="default"/> which is referenced in <xref target="sec-derivation-pairwise" format="default"/>.</t>
        <t>HashEdDSA variants of Ed25519 and Ed448 are not used by COSE, see <xref section="2.2" sectionFormat="of" target="I-D.ietf-cose-rfc8152bis-algs" format="default"/>, and are not covered by the analysis in <xref target="Thormarker" format="default"/>. 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" numbered="true" toc="default">
        <name>Message Segmentation</name>
        <t>The same considerations from <xref section="12.7" sectionFormat="of" target="RFC8613" format="default"/> hold for Group OSCORE.</t>
      </section>
      <section anchor="ssec-privacy" numbered="true" toc="default">
        <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" format="default"/> 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" format="default"/> and <xref target="sssec-encrypted-signature-keystream" format="default"/>). 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" format="default"/> 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" format="default"/> 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" numbered="true" toc="default">
      <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" numbered="true" toc="default">
        <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 name="" type="" align="left" alt=""><![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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-core-groupcomm-bis.xml" target="https://www.ietf.org/archive/id/draft-ietf-core-groupcomm-bis-06.txt">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Chonggang Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date month="March" day="7" 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-06"/>
        </reference>
        <reference anchor="I-D.ietf-cose-rfc8152bis-struct" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-rfc8152bis-struct.xml" target="https://www.ietf.org/archive/id/draft-ietf-cose-rfc8152bis-struct-15.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <date month="February" day="1" year="2021"/>
            <abstract>
              <t>   Concise Binary Object Representation (CBOR) is a data format designed
   for small code size and small message size.  There is a need for the
   ability to have basic security services defined for this data format.
   This document defines the CBOR Object Signing and Encryption (COSE)
   protocol.  This specification describes how to create and process
   signatures, message authentication codes, and encryption using CBOR
   for serialization.  This specification additionally describes how to
   represent cryptographic keys using CBOR.

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-rfc8152bis-algs-12"/>
        </reference>
        <reference anchor="I-D.ietf-cose-countersign" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-countersign.xml" target="https://www.ietf.org/archive/id/draft-ietf-cose-countersign-05.txt">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Countersignatures</title>
            <author fullname="Jim Schaad">
              <organization>August Cellars</organization>
            </author>
            <author fullname="Russ Housley">
              <organization>Vigil Security</organization>
            </author>
            <date month="June" day="23" year="2021"/>
            <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.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-countersign-05"/>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author initials="S." surname="Bradner" fullname="S. Bradner">
              <organization/>
            </author>
            <date year="1997" month="March"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4086.xml">
          <front>
            <title>Randomness Requirements for Security</title>
            <author initials="D." surname="Eastlake 3rd" fullname="D. Eastlake 3rd">
              <organization/>
            </author>
            <author initials="J." surname="Schiller" fullname="J. Schiller">
              <organization/>
            </author>
            <author initials="S." surname="Crocker" fullname="S. Crocker">
              <organization/>
            </author>
            <date year="2005" month="June"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6979.xml">
          <front>
            <title>Deterministic Usage of the Digital Signature Algorithm (DSA) and Elliptic Curve Digital Signature Algorithm (ECDSA)</title>
            <author initials="T." surname="Pornin" fullname="T. Pornin">
              <organization/>
            </author>
            <date year="2013" month="August"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7252.xml">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author initials="Z." surname="Shelby" fullname="Z. Shelby">
              <organization/>
            </author>
            <author initials="K." surname="Hartke" fullname="K. Hartke">
              <organization/>
            </author>
            <author initials="C." surname="Bormann" fullname="C. Bormann">
              <organization/>
            </author>
            <date year="2014" month="June"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7641.xml">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author initials="K." surname="Hartke" fullname="K. Hartke">
              <organization/>
            </author>
            <date year="2015" month="September"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7748.xml">
          <front>
            <title>Elliptic Curves for Security</title>
            <author initials="A." surname="Langley" fullname="A. Langley">
              <organization/>
            </author>
            <author initials="M." surname="Hamburg" fullname="M. Hamburg">
              <organization/>
            </author>
            <author initials="S." surname="Turner" fullname="S. Turner">
              <organization/>
            </author>
            <date year="2016" month="January"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8032.xml">
          <front>
            <title>Edwards-Curve Digital Signature Algorithm (EdDSA)</title>
            <author initials="S." surname="Josefsson" fullname="S. Josefsson">
              <organization/>
            </author>
            <author initials="I." surname="Liusvaara" fullname="I. Liusvaara">
              <organization/>
            </author>
            <date year="2017" month="January"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author initials="B." surname="Leiba" fullname="B. Leiba">
              <organization/>
            </author>
            <date year="2017" month="May"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8610.xml">
          <front>
            <title>Concise Data Definition Language (CDDL): A Notational Convention to Express Concise Binary Object Representation (CBOR) and JSON Data Structures</title>
            <author initials="H." surname="Birkholz" fullname="H. Birkholz">
              <organization/>
            </author>
            <author initials="C." surname="Vigano" fullname="C. Vigano">
              <organization/>
            </author>
            <author initials="C." surname="Bormann" fullname="C. Bormann">
              <organization/>
            </author>
            <date year="2019" month="June"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8613.xml">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author initials="G." surname="Selander" fullname="G. Selander">
              <organization/>
            </author>
            <author initials="J." surname="Mattsson" fullname="J. Mattsson">
              <organization/>
            </author>
            <author initials="F." surname="Palombini" fullname="F. Palombini">
              <organization/>
            </author>
            <author initials="L." surname="Seitz" fullname="L. Seitz">
              <organization/>
            </author>
            <date year="2019" month="July"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8949.xml">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author initials="C." surname="Bormann" fullname="C. Bormann">
              <organization/>
            </author>
            <author initials="P." surname="Hoffman" fullname="P. Hoffman">
              <organization/>
            </author>
            <date year="2020" month="December"/>
            <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="RFC9175" target="https://www.rfc-editor.org/info/rfc9175" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.9175.xml">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author initials="C." surname="Amsüss" fullname="C. Amsüss">
              <organization/>
            </author>
            <author initials="J." surname="Preuß Mattsson" fullname="J. Preuß Mattsson">
              <organization/>
            </author>
            <author initials="G." surname="Selander" fullname="G. Selander">
              <organization/>
            </author>
            <date year="2022" month="February"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-ace-key-groupcomm.xml" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-15.txt">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date month="December" day="23" year="2021"/>
            <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-15"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm-oscore" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-ace-key-groupcomm-oscore.xml" target="https://www.ietf.org/archive/id/draft-ietf-ace-key-groupcomm-oscore-13.txt">
          <front>
            <title>Key Management for OSCORE Groups in ACE</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Jiye Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date month="March" day="7" 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
   secured with Group Object Security for Constrained RESTful
   Environments (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-13"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oauth-authz" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-ace-oauth-authz.xml" target="https://www.ietf.org/archive/id/draft-ietf-ace-oauth-authz-46.txt">
          <front>
            <title>Authentication and Authorization for Constrained Environments (ACE) using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="Ludwig Seitz">
              <organization>Combitech</organization>
            </author>
            <author fullname="Goeran Selander">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Wahlstroem">
	 </author>
            <author fullname="Samuel Erdtman">
              <organization>Spotify AB</organization>
            </author>
            <author fullname="Hannes Tschofenig">
              <organization>Arm Ltd.</organization>
            </author>
            <date month="November" day="8" year="2021"/>
            <abstract>
              <t>   This specification defines a framework for authentication and
   authorization in Internet of Things (IoT) environments called ACE-
   OAuth.  The framework is based on a set of building blocks including
   OAuth 2.0 and the Constrained Application Protocol (CoAP), thus
   transforming a well-known and widely used authorization solution into
   a form suitable for IoT devices.  Existing specifications are used
   where possible, but extensions are added and profiles are defined to
   better serve the IoT use cases.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oauth-authz-46"/>
        </reference>
        <reference anchor="I-D.mattsson-cfrg-det-sigs-with-noise" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.mattsson-cfrg-det-sigs-with-noise.xml" target="https://www.ietf.org/archive/id/draft-mattsson-cfrg-det-sigs-with-noise-04.txt">
          <front>
            <title>Deterministic ECDSA and EdDSA Signatures with Additional Randomness</title>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Erik Thormarker">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Sini Ruohomaa">
              <organization>Ericsson</organization>
            </author>
            <date month="February" day="15" 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-mattsson-cfrg-det-sigs-with-noise-04"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-security-protocol-comparison" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lwig-security-protocol-comparison.xml" 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">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Malisa Vucinic">
              <organization>INRIA</organization>
            </author>
            <date month="November" day="2" 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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-core-observe-multicast-notifications.xml" target="https://www.ietf.org/archive/id/draft-ietf-core-observe-multicast-notifications-03.txt">
          <front>
            <title>Observe Notifications as CoAP Multicast Responses</title>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Francesca Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date month="March" day="7" 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-03"/>
        </reference>
        <reference anchor="I-D.ietf-lwig-curve-representations" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lwig-curve-representations.xml" 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">
              <organization>Struik Security Consultancy</organization>
            </author>
            <date month="January" day="21" 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-tls-dtls13" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-tls-dtls13.xml" target="https://www.ietf.org/internet-drafts/draft-ietf-tls-dtls13-43.txt">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author initials="E" surname="Rescorla" fullname="Eric Rescorla">
              <organization/>
            </author>
            <author initials="H" surname="Tschofenig" fullname="Hannes Tschofenig">
              <organization/>
            </author>
            <author initials="N" surname="Modadugu" fullname="Nagendra Modadugu">
              <organization/>
            </author>
            <date year="2021" month="April" day="30"/>
            <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 intentionally 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="Internet-Draft" value="draft-ietf-tls-dtls13-43"/>
        </reference>
        <reference anchor="I-D.ietf-cose-cbor-encoded-cert" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-cbor-encoded-cert.xml" target="https://www.ietf.org/archive/id/draft-ietf-cose-cbor-encoded-cert-03.txt">
          <front>
            <title>CBOR Encoded X.509 Certificates (C509 Certificates)</title>
            <author fullname="John Preuß Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Göran Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Shahid Raza">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Joel Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Martin Furuhed">
              <organization>Nexus Group</organization>
            </author>
            <date month="January" day="10" 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-03"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.amsuess-core-cachable-oscore.xml" target="https://www.ietf.org/archive/id/draft-amsuess-core-cachable-oscore-04.txt">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss">
	 </author>
            <author fullname="Marco Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date month="March" day="6" 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-04"/>
        </reference>
        <reference anchor="RFC4944" target="https://www.rfc-editor.org/info/rfc4944" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4944.xml">
          <front>
            <title>Transmission of IPv6 Packets over IEEE 802.15.4 Networks</title>
            <author initials="G." surname="Montenegro" fullname="G. Montenegro">
              <organization/>
            </author>
            <author initials="N." surname="Kushalnagar" fullname="N. Kushalnagar">
              <organization/>
            </author>
            <author initials="J." surname="Hui" fullname="J. Hui">
              <organization/>
            </author>
            <author initials="D." surname="Culler" fullname="D. Culler">
              <organization/>
            </author>
            <date year="2007" month="September"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4949.xml">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author initials="R." surname="Shirey" fullname="R. Shirey">
              <organization/>
            </author>
            <date year="2007" month="August"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5869.xml">
          <front>
            <title>HMAC-based Extract-and-Expand Key Derivation Function (HKDF)</title>
            <author initials="H." surname="Krawczyk" fullname="H. Krawczyk">
              <organization/>
            </author>
            <author initials="P." surname="Eronen" fullname="P. Eronen">
              <organization/>
            </author>
            <date year="2010" month="May"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6282.xml">
          <front>
            <title>Compression Format for IPv6 Datagrams over IEEE 802.15.4-Based Networks</title>
            <author initials="J." surname="Hui" fullname="J. Hui" role="editor">
              <organization/>
            </author>
            <author initials="P." surname="Thubert" fullname="P. Thubert">
              <organization/>
            </author>
            <date year="2011" month="September"/>
            <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="RFC6347" target="https://www.rfc-editor.org/info/rfc6347" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6347.xml">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author initials="E." surname="Rescorla" fullname="E. Rescorla">
              <organization/>
            </author>
            <author initials="N." surname="Modadugu" fullname="N. Modadugu">
              <organization/>
            </author>
            <date year="2012" month="January"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  This document updates DTLS 1.0 to work with TLS version 1.2.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC7228" target="https://www.rfc-editor.org/info/rfc7228" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7228.xml">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author initials="C." surname="Bormann" fullname="C. Bormann">
              <organization/>
            </author>
            <author initials="M." surname="Ersue" fullname="M. Ersue">
              <organization/>
            </author>
            <author initials="A." surname="Keranen" fullname="A. Keranen">
              <organization/>
            </author>
            <date year="2014" month="May"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7925.xml">
          <front>
            <title>Transport Layer Security (TLS) / Datagram Transport Layer Security (DTLS) Profiles for the Internet of Things</title>
            <author initials="H." surname="Tschofenig" fullname="H. Tschofenig" role="editor">
              <organization/>
            </author>
            <author initials="T." surname="Fossati" fullname="T. Fossati">
              <organization/>
            </author>
            <date year="2016" month="July"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7959.xml">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author initials="C." surname="Bormann" fullname="C. Bormann">
              <organization/>
            </author>
            <author initials="Z." surname="Shelby" fullname="Z. Shelby" role="editor">
              <organization/>
            </author>
            <date year="2016" month="August"/>
            <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" xml:base="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8392.xml">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author initials="M." surname="Jones" fullname="M. Jones">
              <organization/>
            </author>
            <author initials="E." surname="Wahlstroem" fullname="E. Wahlstroem">
              <organization/>
            </author>
            <author initials="S." surname="Erdtman" fullname="S. Erdtman">
              <organization/>
            </author>
            <author initials="H." surname="Tschofenig" fullname="H. Tschofenig">
              <organization/>
            </author>
            <date year="2018" month="May"/>
            <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="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" numbered="true" toc="default">
      <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" format="default"/> 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" format="default"/>. 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" numbered="true" toc="default">
        <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" format="default"/>.  </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" format="default"/>, 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" numbered="true" toc="default">
        <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" format="default"/>, this results in providing absolute freshness of responses that are not notifications, as well as relative freshness of group requests and notification responses. It is not required to determine ordering of messages from different senders.</li>
        </ul>
      </section>
    </section>
    <section anchor="sec-use-cases" numbered="true" toc="default">
      <name>List of Use Cases</name>
      <t>Group Communication for CoAP <xref target="I-D.ietf-core-groupcomm-bis" format="default"/> 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" format="default"/> 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" format="default"/>. Specific security requirements for these use cases are discussed in <xref target="sec-requirements" format="default"/>.</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" format="default"/><xref target="RFC6282" format="default"/>. 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" numbered="true" toc="default">
      <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" format="default"/>).</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" format="default"/>). 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" format="default"/>, 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" numbered="true" toc="default">
      <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" format="default"/>). 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" format="default"/>, the Group Manager and the join process can be as specified in <xref target="I-D.ietf-ace-key-groupcomm-oscore" format="default"/>.</t>
    </section>
    <section anchor="sec-document-updates" numbered="true" toc="default">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-13-14" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" numbered="true" toc="default">
        <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" toc="default">
      <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:
H4sIAIk4JmIAA+y963YbR5Ym+p9PkYv+IbIKgEhKlCXW8VlNU3RZbcnSMeVy
9eme9koASTJLQCYLmRCFdmkea17gvNjZ14gdkZEAqIvLPWPNdJkkEpFx2bHv
+9vD4XCnLdtZcZL9eVEvb7KXF2cvfzjPhtlFMVkuCvnrWT2fL6tykrdlXWWX
9QL+cvpqJx+PF8Xb8Ks703pS5XMYcLrIL9thWbSXw0m9KIZ1Q/+5wocnMOBw
lrdF0+7s7HyRNW1eTX/OZ3UFX2wXy2Jnp7xZ0I9Ne3Rw8OTgaCdfFPlJdnpz
M5OJNDu3VycwE5jvT/XiTVld8Ux23tyeZM+qtlhURTt8itPYgW+cwFumOzuT
egpPnmRLmNfjnZvyJIN/X2STvMqWTZHli0W+yvbKyyyfzbJV0exnsNzrvLnO
rosFzCvL2npygp/Aj029aBfFZXNCY0yLy3w5axt4Qj9fzflj/HUnX7bX9eJk
J6N/Q/lvlpUVPPFilL0uZ/Ukd3/mbXyRLyZ1/FG9gBX88OziPDv92v2xgakU
sMxnTX75t3oxba5y2Nbs6Mg9MSnb1Un2XQnb7f9WT+EtF+fDw0cPHx5kF7C6
N9f1bG4eWFbtAr53cVtMi8r9vZjn5ewkm+P8Ri3N718W5agp0uv78whoagbH
XCyiFf75//tfC5hn51Na5PminDQNUF1ioa/rRXOdzytd6IPPutCrGmYJy+NZ
/kshExsBLadX/M0oewUkPR+XVRkt+RsYalI0kzzxxG9s2Zc61dGNTnWLtf/r
CAi3bfGhaOn/Wl9X2atFsWya7iO/sbX/DeY6msskt1v1q3zxJl5xuSrCv9My
f6zKt8WiKdu8aLOny7IZLxdXw/OmMfPQZV9MrpdF+19FNc5h9748iFYdfolX
/fD48OjL7kL/XCzmebXqrLQcrgo44cWbfwFGP5wui9EUmF1Vw9MtzPMEGd+z
4dOR5+eekY/L5iT8uCmGi8vJ48PjI/hsCKtYTtq1j+Szq8QYNGvco6sKP/zh
m7Ojw8Mn8uPDg8eP5MdHT77Uv355dHykPz56eKg/fvnwsfz4+OCBPvD48MuH
+uOjwwP/4wP98clDHffJ4ZfH+OP3zy5eDx8fHAyPH50yJ1/L1c9H2dewqR2e
dz7Ly6oIP4u++nyUnV0X8fV5Xs5W9u/Rl05H2Q/1Ffz4ZhV98XQ2K6r4w+63
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
Pymvi+9gvO+qa0BTrnlAVPvpKvwZIxiQAQvDx8JrHzg/bjxOPkX8RqEbC6Wm
2Uk/tBNmg7/kqq7tnJKLFjcT5E5drSZBVdKknLbYPW3ene1BmJzjlq4hweP/
T/vvq98Mo/9+0/tD5z//19989VfodfG2aYkH+K8F8CrAfRH+wx/wP88uKf/9
Ncyp4IT/+iv2h/47ko/QDsb5/Sv6M8SOiaxSfJR2H/77K+t7EQ8Ff+iqVkzC
dgh/lf37r1vb2UQq6h/d1k4mfTf76K83z34vfRV+gzV4QAyceCfdzJGE/4Bm
H4IHpICaxxx/4qPashXMpFRUGELYjqOWzW9qLTvg17bSa+R4W1TtUgWKfBsd
VUzguqjQAVnZvdAi/Y8LgYhKy4XVpb+IazKFiqowIqFziTYZ0vw3mKuvWXho
FuiUCaNwEpCEKq/1rJk01+scJolcD6LElIJfhWRgZF/xeFZMK4AhiHXbRt+m
iS7ToTICHrUgTB7GbuN47zUVXCMN1sdbDljz93q1IPkpzPa+u9iOZP7IheuT
0vHzD6LAeJZbG7r/4/O3xRwD8Mn8bsmuP3GOA4a0eptHM/ltPtpftibd+cf+
R+0bbr1U/VTtVz9tBCm2dyUG5nHs4R6qJleJH0OSJ56xV9n+Cq7++gqpS8D9
QTzO+AVWmHW6QCerZuxR0wwuzSnxO8iv6n1WE1YyVp8EssAZ4TTaCMA9QGve
JZlEE+PI7+Axgac569H2KxUra7V4m8w9NrerPd6zQfPQ3Pdcapq3oOMT+euf
breNMsf661iif+2gxUMnkNnD7LxZZkW6cC5SjS2qcrx27B/idgfLgi2ndtTM
q65kAynzWlc/xuIvmzlKxGeJbijuNK4yfgiT86bYhfly9a700BrrBnEzvubn
9QF6qe1/K9utumJCYv5+vu+MXuDKl+0yt2e1WHHhahxZRSgI6/BWlrDZq+Zu
OG/ueKSvmrZdF2+YtGD31as3e/vFGaXWtoRboMwjvrEuq1mQjRzH7j9K4jqn
Qm1q4K8ATQSNYVAHVJBzsHizswBay2TAR0nyhgXgq+VRoDp89/AMxBhFcCXe
qBE5QPvbgrj6X/d+udila4nCom/E0+LlYkybhOr83iC8IKdeetnTyXB1+IjC
louGsnXVdUMxDC5zgSx18/A3OlZEW6uOPO6OZLlB1uVaJpKCfK2Q3ApyDkgI
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

-->

</rfc>
