<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.23 (Ruby 3.3.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-tiloca-core-oscore-discovery-17" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.27.0 -->
  <front>
    <title abbrev="OSCORE group discovery with the CoRE RD">Discovery of OSCORE Groups with the CoRE Resource Directory</title>
    <seriesInfo name="Internet-Draft" value="draft-tiloca-core-oscore-discovery-17"/>
    <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="C." surname="Amsüss" fullname="Christian Amsüss">
      <organization/>
      <address>
        <postal>
          <street>Hollandstr. 12/4</street>
          <city>Vienna</city>
          <code>1020</code>
          <country>Austria</country>
        </postal>
        <email>christian@amsuess.com</email>
      </address>
    </author>
    <author initials="P." surname="van der Stok" fullname="Peter van der Stok">
      <organization/>
      <address>
        <email>stokcons@kpnmail.nl</email>
      </address>
    </author>
    <date year="2025" month="March" day="03"/>
    <area>Applications</area>
    <workgroup>CoRE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 128?>

<t>Group communication over the Constrained Application Protocol (CoAP) can be secured by means of Group Object Security for Constrained RESTful Environments (Group OSCORE). At deployment time, devices may not know the exact security groups to join, the respective Group Manager, or other information required to perform the joining process. This document describes how a CoAP endpoint can use descriptions and links of resources registered at the CoRE Resource Directory to discover security groups and to acquire information for joining them through the respective Group Manager. A given security group may protect multiple application groups, which are separately announced in the Resource Directory as sets of endpoints sharing a pool of resources. This approach is consistent with, but not limited to, the joining of security groups based on the ACE framework for Authentication and Authorization in constrained environments.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  Constrained RESTful Environments Working Group mailing list (core@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/core/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://gitlab.com/crimson84/draft-tiloca-core-oscore-discovery"/>.</t>
    </note>
  </front>
  <middle>
    <?line 132?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> supports group communication over IP multicast <xref target="I-D.ietf-core-groupcomm-bis"/> to improve efficiency and latency of communication and reduce bandwidth requirements. A set of CoAP endpoints constitutes an application group by sharing a common pool of resources, that can be efficiently accessed through group communication. The members of an application group may be members of a security group, thus sharing a common set of keying material to secure group communication.</t>
      <t>The security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/> builds on OSCORE <xref target="RFC8613"/> and protects CoAP messages end-to-end in group communication contexts through CBOR Object Signing and Encryption (COSE) <xref target="RFC9052"/><xref target="RFC9053"/>. An application group may rely on one or more security groups, and a same security group may be used by multiple application groups at the same time.</t>
      <t>A CoAP endpoint relies on a Group Manager (GM) to join a security group and get the group keying material. The joining process in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> is based on the ACE framework for Authentication and Authorization in constrained environments <xref target="RFC9200"/>, with the joining endpoint and the GM acting as ACE Client and Resource Server, respectively. That is, the joining endpoint accesses the group-membership resource exported by the GM and associated with the security group to join.</t>
      <t>Typically, devices store a static X509 IDevID certificate installed at manufacturing time <xref target="RFC8995"/>. This is used at deployment time during an enrollment process that provides the devices with an Operational Certificate, possibly updated during the device lifetime. Operational Certificates may specify information to join security groups, especially a reference to the group-membership resources to access at the respective GMs.</t>
      <t>However, it is usually impossible to provide such precise information to freshly deployed devices, as part of their (early) Operational Certificate. This can be due to a number of reasons: (1) the security group(s) to join and the responsible GM(s) are generally unknown at manufacturing time; (2) a security group of interest is created, or the responsible GM is deployed, only after the device is enrolled and fully operative in the network; (3) information related to existing security groups or to their GMs has changed. This requires a method for CoAP endpoints to dynamically discover security groups and their GM, and to retrieve relevant information about deployed groups.</t>
      <t>To this end, CoAP endpoints can use descriptions and links of group-membership resources at GMs, to discover security groups and retrieve the information required for joining them. With the discovery process of security groups expressed in terms of links to resources, the remaining problem is the discovery of those links. The CoRE Resource Directory (RD) <xref target="RFC9176"/> allows such discovery in an efficient way, and it is expected to be used in many setups that would benefit of security group discovery.</t>
      <t>This specification builds on this approach and describes how CoAP endpoints can use the RD to perform the link discovery steps, in order to discover security groups and retrieve the information required to join them through their GM. In short, the GM registers as an endpoint with the RD. The resulting registration resource includes one link per security group under that GM, specifying the path to the related group-membership resource to access for joining that group.</t>
      <t>Additional descriptive information about the security group is stored with the registered link. In an RD based on Link Format <xref target="RFC6690"/> as defined in <xref target="RFC9176"/>, this information is specified as target attributes of the registered link, and includes the identifiers of the application groups which use that security group. This enables a lookup of those application groups at the RD, where they are separately announced by a Commissioning Tool (see <xref section="A" sectionFormat="of" target="RFC9176"/>).</t>
      <t>When querying the RD for security groups, a CoAP endpoint can use CoAP observation <xref target="RFC7641"/>. This results in automatic notifications on the creation of new security groups or the update of existing groups. Thus, it facilitates the early deployment of CoAP endpoints, i.e., even before the GM is deployed and security groups are created.</t>
      <t>Interaction examples are provided in Link Format, as well as in the Constrained RESTful Application Language CoRAL <xref target="I-D.ietf-core-coral"/> with reference to a CoRAL-based RD <xref target="I-D.hartke-t2trg-coral-reef"/>.</t>
      <t>The examples in CoRAL are expressed in CBOR diagnostic notation <xref target="RFC8949"/>, and refer to values from external dictionaries using Packed CBOR <xref target="I-D.ietf-cbor-packed"/>. <xref target="sec-coral-examples-notation"/> introduces the notation and assumptions used in the CoRAL examples.</t>
      <t>The approach in this document is consistent with, but not limited to, the joining of security groups defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts from the following specifications.</t>
        <ul spacing="normal">
          <li>
            <t>Link Format <xref target="RFC6690"/> and the CoRE Resource Directory <xref target="RFC9176"/>.</t>
          </li>
          <li>
            <t>The Constrained RESTful Application Language (CoRAL) <xref target="I-D.ietf-core-coral"/> and Constrained Resource Identifiers (CRIs) <xref target="I-D.ietf-core-href"/>.</t>
          </li>
          <li>
            <t>CBOR <xref target="RFC8949"/> and Packed CBOR <xref target="I-D.ietf-cbor-packed"/>.</t>
          </li>
          <li>
            <t>The CoAP protocol <xref target="RFC7252"/>, also in group communication scenarios <xref target="I-D.ietf-core-groupcomm-bis"/>.</t>
          </li>
          <li>
            <t>The security protocol Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/> and the joining of security groups defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
          </li>
        </ul>
        <t>Consistently with the definitions from <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>, this document also refers to the following terminology.</t>
        <ul spacing="normal">
          <li>
            <t>CoAP group: a set of CoAP endpoints all configured to receive CoAP multicast messages sent to the group's associated IP multicast address and UDP port. An endpoint may be a member of multiple CoAP groups by subscribing to multiple IP multicast addresses.</t>
          </li>
          <li>
            <t>Security group: a set of CoAP endpoints that share the same security material, and use it to protect and verify exchanged messages. A CoAP endpoint may be a member of multiple security groups. There can be a one-to-one or a one-to-many relation between security groups and CoAP groups.  </t>
            <t>
This document especially considers a security group to be an OSCORE group, where all members share one OSCORE Security Context to protect group communication with Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>. However, the approach defined in this document can be used to support the discovery of different security groups than OSCORE groups.</t>
          </li>
          <li>
            <t>Application group: a set of CoAP endpoints that share a common set of resources. An endpoint may be a member of multiple application groups. An application group can be associated with one or more security groups, and multiple application groups can use the same security group. Application groups are announced in the RD by a Commissioning Tool, according to the RD-Groups usage pattern (see <xref section="A" sectionFormat="of" target="RFC9176"/>).</t>
          </li>
        </ul>
        <t>Like <xref target="I-D.ietf-core-oscore-groupcomm"/>, this document also uses the following term.</t>
        <ul spacing="normal">
          <li>
            <t>Authentication credential: set of information associated with an entity, including that entity's public key and parameters associated with the public key. Examples of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claims Sets (CCSs)
<xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>.</t>
          </li>
        </ul>
        <t>Terminology for constrained environments, such as "constrained device" and "constrained-node network", is defined in <xref target="RFC7228"/>.</t>
      </section>
      <section anchor="sec-coral-examples-notation">
        <name>Notation and Assumptions in the CoRAL Examples</name>
        <t>As per Section 2.4 of <xref target="I-D.ietf-core-coral"/>, CoRAL expresses Uniform Resource Identifiers (URIs) <xref target="RFC3986"/> as Constrained Resource Identifier (CRI) references <xref target="I-D.ietf-core-href"/>.</t>
        <t>Throughout this document, the examples in CoRAL use the following notation.</t>
        <t>When using the CURIE syntax <xref target="CURIE-20101216"/>, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>'linkformat' stands for http://www.iana.org/assignments/linkformat/  </t>
            <t>
This URI is to be defined with IANA, together with other URIs that build on it through further path segments, e.g., http://www.iana.org/assignments/linkformat/rt</t>
          </li>
          <li>
            <t>'rel' stands for http://www.iana.org/assignments/relation/  </t>
            <t>
This URI is to be defined with IANA, together with other URIs that build on it through further path segments, e.g., http://www.iana.org/assignments/relation/hosts</t>
          </li>
          <li>
            <t>'reef' stands for http://coreapps.org/reef</t>
          </li>
        </ul>
        <t>When using a URI http://www.iana.org/assignments/linkformat/SEG1/SEG2</t>
        <ul spacing="normal">
          <li>
            <t>The path segment SEG1 is the name of a web link target attribute.  </t>
            <t>
Names of target attributes used in Link Format <xref target="RFC6690"/> are expected to be coordinated through the "Target Attributes" registry <xref target="Target.Attributes"/> defined in <xref target="RFC9423"/>.</t>
          </li>
          <li>
            <t>The path segment SEG2 is the value of the target attribute.</t>
          </li>
        </ul>
        <t>When using a URI http://www.iana.org/assignments/relation/SEG , the path segment SEG denotes a Web Linking relation type <xref target="RFC8288"/>.</t>
        <t>The application-extension identifier "cri" defined in <xref section="C" sectionFormat="of" target="I-D.ietf-core-href"/> is used to notate a CBOR Extended Diagnostic Notation (EDN) literal for a CRI or CRI reference. This format is not expected to be sent over the network.</t>
        <t>Packed CBOR <xref target="I-D.ietf-cbor-packed"/> is also used, thus reducing representation size. The examples especially refer to the values from the three shared item tables in <xref target="sec-packed-cbor-tables"/>.</t>
        <t>Finally, the examples use the CoAP Content-Format ID 65087 for the media-type application/coral+cbor.</t>
      </section>
    </section>
    <section anchor="sec-GM-registration">
      <name>Registration of Group Manager Endpoints</name>
      <t>During deployment, a Group Manager (GM) can find the CoRE Resource Directory (RD) as described in <xref section="4" sectionFormat="of" target="RFC9176"/>.</t>
      <t>Afterwards, the GM registers as an endpoint with the RD, as described in <xref section="5" sectionFormat="of" target="RFC9176"/>. The GM <bcp14>SHOULD NOT</bcp14> use the Simple Registration approach described in <xref section="5.1" sectionFormat="of" target="RFC9176"/>.</t>
      <t>When registering with the RD, the GM also registers the links to all the group-membership resources it has at that point in time, i.e., one for each of its security groups.</t>
      <t>In the registration request, each link to a group-membership resource has as target the URI of that resource at the GM. Also, it specifies a number of descriptive parameters as defined in <xref target="ssec-parameters"/>.</t>
      <t>Furthermore, the GM <bcp14>MAY</bcp14> additionally register the link to its resource implementing the ACE authorization information endpoint (see <xref section="5.10.1" sectionFormat="of" target="RFC9200"/>). A joining node can provide the GM with its own access token by sending it in a request targeting that resource, thus proving to be authorized to join certain security groups (see <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>). In such a case, the link <bcp14>MUST</bcp14> include the parameter 'rt' with value "ace.ai", defined in <xref section="8.2" sectionFormat="of" target="RFC9200"/>.</t>
      <section anchor="ssec-parameters">
        <name>Parameters</name>
        <t>For each registered link to a group-membership resource at a GM, the following parameters are specified together with the link.</t>
        <t>In the RD defined in <xref target="RFC9176"/> and based on Link Format, each parameter is specified in a target attribute with the same name.</t>
        <t>In an RD based on CoRAL, such as the one defined in <xref target="I-D.hartke-t2trg-coral-reef"/>, each parameter is specified in a nested element with the same name.</t>
        <ul spacing="normal">
          <li>
            <t>'ct', specifying the content format used with the group-membership resource at the Group Manager, with the value registered in <xref section="11.2" sectionFormat="of" target="RFC9594"/> for "application/ace-groupcomm+cbor".  </t>
            <t>
Note: The examples in this document use the provisional value 65000 from the range "Reserved for Experimental Use" of the "CoAP Content-Formats" registry, within the "CoRE Parameters" registry.</t>
          </li>
          <li>
            <t>'rt', specifying the resource type of the group-membership resource at the Group Manager, with value "core.osc.gm" registered in <xref section="16.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
          </li>
          <li>
            <t>'if', specifying the interface description for accessing the group-membership resource at the Group Manager, with value "ace.group" registered in <xref section="11.5" sectionFormat="of" target="RFC9594"/>.</t>
          </li>
          <li>
            <t>'sec-gp', specifying the name of the security group of interest, as a stable and invariant identifier, such as the group name used in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. This parameter <bcp14>MUST</bcp14> specify a single value.</t>
          </li>
          <li>
            <t>'app-gp', specifying the name(s) of the application group(s) associated with the security group of interest indicated by 'sec-gp'. This parameter <bcp14>MUST</bcp14> occur once for each application group, and <bcp14>MUST</bcp14> specify only a single application group.  </t>
            <t>
When a security group is created at the GM, the names of the application groups using it are also specified as part of the security group configuration (see <xref target="I-D.ietf-ace-oscore-gm-admin"/><xref target="I-D.ietf-ace-oscore-gm-admin-coral"/>). Thus, when registering the links to its group-membership resource, the GM is aware of the application groups and their names.  </t>
            <t>
If a different entity than the GM registers the security groups to the RD, e.g., a Commissioning Tool, this entity has to also be aware of the application groups and their names to specify. To this end, it can obtain them from the GM or from the Administator that created the security groups at the GM (see <xref target="I-D.ietf-ace-oscore-gm-admin"/><xref target="I-D.ietf-ace-oscore-gm-admin-coral"/>).</t>
          </li>
        </ul>
        <t>Optionally, the following parameters can also be specified. If Link Format is used, the value of each of these parameters is encoded as a text string.</t>
        <ul spacing="normal">
          <li>
            <t>'hkdf', specifying the HKDF algorithm used in the security group, e.g., aligned with the parameter HKDF Algorithm in the Group OSCORE Security Context (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>'cred-fmt', specifying the format of the authentication credentials used in the security group, e.g., aligned with the parameter Authentication Credential Format in the Group OSCORE Security Context (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Label' column of the "COSE Header Parameters" Registry <xref target="COSE.Header.Parameters"/>. Acceptable values denote a format that <bcp14>MUST</bcp14> explicitly 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).  </t>
            <t>
At the time of writing this specification, acceptable formats of authentication credentials are CBOR Web Tokens (CWTs) and CWT Claim Sets (CCSs) <xref target="RFC8392"/>, X.509 certificates <xref target="RFC5280"/>, and C509 certificates <xref target="I-D.ietf-cose-cbor-encoded-cert"/>. Further formats may be available in the future, and would be acceptable to use as long as they comply with the criteria defined above.  </t>
            <t>
[ As to C509 certificates, there is a pending registration requested by draft-ietf-cose-cbor-encoded-cert. ]</t>
          </li>
          <li>
            <t>'gp-enc-alg', specifying the encryption algorithm used to encrypt messages in the security group when these are also signed, e.g., aligned with the parameter Group Encryption Algorithm in the Group OSCORE Security Context (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) to be used with the group mode of Group OSCORE (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>'sign-alg', specifying the algorithm used to sign messages in the security group, e.g., aligned with the parameter Signature Algorithm in the Group OSCORE Security Context (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) to be used with the group mode of Group OSCORE (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.  </t>
            <t>
Editor's note: in the examples provided by this document, this parameter specifies the COSE algorithm Ed25519, i.e., the EdDSA algorithm used with the elliptic curve Ed25519 (see <xref target="I-D.ietf-jose-fully-specified-algorithms"/>). Consistently with the registration requested in <xref section="4.2.1" sectionFormat="of" target="I-D.ietf-jose-fully-specified-algorithms"/>, the identifier -50 is used for that algorithm. This note will be removed following the algorithm registration in the "COSE Algorithms" Registry.</t>
          </li>
          <li>
            <t>'sign-alg-crv', specifying the elliptic curve (if applicable) for the algorithm used to sign messages in the security group. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.  </t>
            <t>
If the parameter 'sign-alg' specifies one of the fully-specified COSE algorithms (see <xref target="I-D.ietf-jose-fully-specified-algorithms"/>), then the parameter 'sign-alg-crv' <bcp14>MUST NOT</bcp14> be present and the recipient <bcp14>MUST</bcp14> ignore it if included.</t>
          </li>
          <li>
            <t>'sign-key-kty', specifying the key type of signing keys used to sign messages in the security group. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Key Types" Registry <xref target="COSE.Key.Types"/>.</t>
          </li>
          <li>
            <t>'sign-key-crv', specifying the elliptic curve (if applicable) of signing keys used to sign messages in the security group. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</t>
          </li>
          <li>
            <t>'alg', specifying the encryption algorithm used to encrypt messages in the security group when these are encrypted with pairwise encryption keys, e.g., aligned with the parameter AEAD Algorithm in the Group OSCORE Security Context (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) to be used with the pairwise mode of Group OSCORE (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>'ecdh-alg', specifying the ECDH algorithm used to derive pairwise encryption keys in the security group, e.g., aligned with the parameter Pairwise Key Agreement Algorithm in the Group OSCORE Security Context (see <xref section="2" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>) to be used with the pairwise mode of Group OSCORE (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>.</t>
          </li>
          <li>
            <t>'ecdh-alg-crv', specifying the elliptic curve for the ECDH algorithm used to derive pairwise encryption keys in the security group. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</t>
          </li>
          <li>
            <t>'ecdh-key-kty', specifying the key type of keys used with an ECDH algorithm to derive pairwise encryption keys in the security group. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Key Types" Registry <xref target="COSE.Key.Types"/>.</t>
          </li>
          <li>
            <t>'ecdh-key-crv', specifying the elliptic curve of keys used with an ECDH algorithm to derive pairwise encryption keys in the security group. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Elliptic Curves" Registry <xref target="COSE.Elliptic.Curves"/>.</t>
          </li>
          <li>
            <t>'det-hash-alg', specifying the hash algorithm used in the security group when producing deterministic requests, e.g., as defined in <xref target="I-D.amsuess-core-cachable-oscore"/>. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "COSE Algorithms" Registry <xref target="COSE.Algorithms"/>. This parameter <bcp14>MUST NOT</bcp14> be present if the security group does not use deterministic requests.</t>
          </li>
          <li>
            <t>'rekeying-scheme', specifying the rekeying scheme used in the security group for distributing new group keying meterial to the group members. If present, this parameter <bcp14>MUST</bcp14> specify a single value, which is taken from the 'Value' column of the "ACE Groupcomm Rekeying Schemes" registry defined in <xref section="11.13" sectionFormat="of" target="RFC9594"/>.</t>
          </li>
        </ul>
        <t>If the security group does not recur to message signing, then the parameters 'gp-enc-alg', 'sign-alg', 'sign-alg-crv', 'sign-key-kty', and 'sign-key-crv' <bcp14>MUST NOT</bcp14> be present. For instance, this is the case for a security group that uses Group OSCORE and uses only the pairwise mode (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        <t>If the security group does not recur to message encryption through pairwise encryption keys, then the parameters 'alg', 'ecdh-alg', 'ecdh-alg-crv', 'ecdh-key-kty', and 'ecdh-key-crv' <bcp14>MUST NOT</bcp14> be present. For instance, this is the case for a security group that uses Group OSCORE and uses only the group mode see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
        <t>Note that the values registered in the COSE Registries <xref target="COSE.Algorithms"/><xref target="COSE.Elliptic.Curves"/><xref target="COSE.Key.Types"/> are strongly typed. On the contrary, Link Format is weakly typed and thus does not distinguish between, for instance, the string value "-10" and the integer value -10.</t>
        <t>Thus, in RDs that return responses in Link Format, string values which look like an integer are not supported. Therefore, such values <bcp14>MUST NOT</bcp14> be advertised through the corresponding parameters above.</t>
        <t>A CoAP endpoint that queries the RD to discover security groups and their group-membership resource to access (see <xref target="sec-group-discovery"/>) would benefit from the information above as follows.</t>
        <ul spacing="normal">
          <li>
            <t>The values of 'cred-fmt', 'sign-alg', 'sign-alg-crv', 'sign-key-kty', 'sign-key-crv', 'ecdh-alg', 'ecdh-alg-crv', 'ecdh-key-kty', and 'ecdh-key-crv' related to a group-membership resource provide an early knowledge of the format of authentication credentials as well as of the type of public keys used in the security group.  </t>
            <t>
Thus, the CoAP endpoint does not need to ask the GM for this information as a preliminary step before the joining process, or to perform a trial-and-error joining exchange with the GM. Hence, at the very first step of the joining process, the CoAP endpoint is able to provide the GM with its own authentication credential in the correct expected format and including a public key of the correct expected type.</t>
          </li>
          <li>
            <t>The values of 'hkdf', 'gp-enc-alg', 'sign-alg', 'alg', and 'ecdh-alg' related to a group-membership resource provide an early knowledge of the algorithms used in the security group.  </t>
            <t>
Thus, the CoAP endpoint is able to decide whether to actually proceed with the joining process, depending on its support for the indicated algorithms.</t>
          </li>
        </ul>
      </section>
      <section anchor="ssec-link-as">
        <name>Relation Link to Authorization Server</name>
        <t>For each registered link to a group-membership resource, the GM <bcp14>MAY</bcp14> additionally specify the link to the ACE Authorization Server (AS) <xref target="RFC9200"/> associated with the GM, and issuing authorization credentials to join the security group as described in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
        <t>The link to the AS has as target the URI of the resource where to send an authorization request to.</t>
        <t>In the RD defined in <xref target="RFC9176"/> and based on Link Format, the link to the AS is separately registered with the RD, and includes the following parameters as target attributes.</t>
        <ul spacing="normal">
          <li>
            <t>'rel', with value "authorization_server".</t>
          </li>
          <li>
            <t>'anchor', with value the target of the link to the group-membership resource at the GM.</t>
          </li>
        </ul>
        <t>In an RD based on CoRAL, such as the one defined in <xref target="I-D.hartke-t2trg-coral-reef"/>, this is mapped (as describe there) to a link from the registration resource to the AS, using the &lt;http://www.iana.org/assignments/relation/authorization_server&gt; link relation type.</t>
      </section>
      <section anchor="ssec-registration--ex">
        <name>Registration Example</name>
        <t>The example below shows a GM with endpoint name "gm1" and address [2001:db8::ab] that registers with the RD.</t>
        <t>The GM specifies the value of the 'sec-gp' parameter for accessing the security group with name "feedca570000", and used by the application group with name "group1" specified with the value of the 'app-gp' parameter.</t>
        <t>The signature algorithm used in the security group is Ed25519 (-50), i.e., the EdDSA algorithm used with the elliptic curve Ed25519 (see <xref target="I-D.ietf-jose-fully-specified-algorithms"/>).</t>
        <t>Editor's note: following the registration of the algorithm Ed25519 in the "COSE Algorithms" Registry, ensure that the mentioned identifier is the registered one.</t>
        <t>Authentication credentials used in the security group are X.509 certificates <xref target="RFC5280"/>, which is signaled through the COSE Header Parameter "x5chain" (33). The ECDH algorithm used in the security group is ECDH-SS + HKDF-256 (-27), with elliptic curve X25519 (4).</t>
        <t>In addition, the GM specifies the link to the ACE Authorization Server associated with the GM, to which a CoAP endpoint should send an Authorization Request for joining the corresponding security group (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
        <section anchor="sssec-registration--ex-link-format">
          <name>Example in Link Format</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=gm1
Content-Format: 40

Payload:
</ace-group/feedca570000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="feedca570000";app-gp="group1";
                             cred-fmt="33";gp-enc-alg="10";
                             sign-alg="-50";alg="10";
                             ecdh-alg="-27";ecdh-alg-crv="4",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/feedca570000"
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
        </section>
        <section anchor="example-in-coral">
          <name>Example in CoRAL</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [2, 6(-22) / item 59 for reef:ep /, "gm1"],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedca570000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [
        2, simple(6) / item 6 for linkformat:rt /,
        6(200) / item 416 for cri'http://www.iana.org/assignments/
                                  linkformat/rt/core.osc.gm' /
      ],
      [
        2, simple(7) / item 7 for linkformat:if /,
        6(250) / item 516 for cri'http://www.iana.org/assignments/
                                  linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedca570000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group1"],
      [2, 6(4)  / item 24 for linkformat:cred-fmt / , 33],
      [2, 6(-5) / item 25 for linkformat:gp-enc-alg / , 10],
      [2, 6(5)  / item 26 for linkformat:sign-alg / , -50],
      [2, 6(7)  / item 30 for linkformat:alg / , 10],
      [2, 6(-8) / item 31 for linkformat:ecdh-alg / , -27],
      [2, 6(8)  / item 32 for linkformat:ecdh-alg-crv / , 4],
      [
        2, simple(1) / item 1 for rel:authorization-server / ,
        cri'coap://as.example.com/token'
      ]
    ]
  ]
]
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="sec-update-addition">
      <name>Addition and Update of Security Groups</name>
      <t>The GM is responsible to refresh the registration of all its group-membership resources in the RD. This means that the GM has to update the registration within its lifetime as per <xref section="5.3.1" sectionFormat="of" target="RFC9176"/>, and has to change the content of the registration when a group-membership resource is added/removed, or if its parameters have to be changed, such as in the following cases.</t>
      <ul spacing="normal">
        <li>
          <t>The GM creates a new security group and starts exporting the related group-membership resource.</t>
        </li>
        <li>
          <t>The GM dismisses a security group and stops exporting the related group-membership resource.</t>
        </li>
        <li>
          <t>Information related to an existing security group changes, e.g., the list of associated application groups.</t>
        </li>
      </ul>
      <t>To perform an update of its registrations, the GM can re-register with the RD and fully specify all links to its group-membership resources.</t>
      <t>Alternatively, the GM can perform a PATCH/iPATCH <xref target="RFC8132"/> request to the RD, as per <xref section="5.3.3" sectionFormat="of" target="RFC9176"/>. This requires new media-types to be defined in future standards, to apply a new document as a patch to an existing stored document.</t>
      <section anchor="ssec-addition--ex">
        <name>Addition Example</name>
        <t>The example below shows how the GM from <xref target="sec-GM-registration"/> re-registers with the RD. When doing so, it specifies:</t>
        <ul spacing="normal">
          <li>
            <t>The same previous group-membership resource associated with the security group with name "feedca570000".</t>
          </li>
          <li>
            <t>An additional group-membership resource associated with the security group with name "ech0ech00000" and used by the application group "group2".</t>
          </li>
          <li>
            <t>A third group-membership resource associated with the security group with name "abcdef120000" and used by two application groups, namely "group3" and "group4".</t>
          </li>
        </ul>
        <t>Furthermore, the GM relates the same Authorization Server also to the security groups "ech0ech00000" and "abcdef120000".</t>
        <section anchor="example-in-link-format">
          <name>Example in Link Format</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd?ep=gm1
Content-Format: 40

Payload:
</ace-group/feedca570000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="feedca570000";app-gp="group1";
                             cred-fmt="33";gp-enc-alg="10";
                             sign-alg="-50";alg="10";
                             ecdh-alg="-27";ecdh-alg-crv="4",
</ace-group/ech0ech00000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="ech0ech00000";app-gp="group2";
                             cred-fmt="33";gp-enc-alg="10";
                             sign-alg="-50";alg="10";
                             ecdh-alg="-27";ecdh-alg-crv="4",
</ace-group/abcdef120000>;ct=65000;rt="core.osc.gm";if="ace.group";
                             sec-gp="abcdef120000";app-gp="group3";
                             app-gp="group4";cred-fmt="33";
                             gp-enc-alg="10";sign-alg="-50";alg="10";
                             ecdh-alg="-27";ecdh-alg-crv="4",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/feedca570000",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/ech0ech00000",
<coap://as.example.com/token>;rel="authorization-server";
      anchor="coap://[2001:db8::ab]/ace-group/abcdef120000"
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.04 Changed
Location-Path: /rd/4521
]]></artwork>
        </section>
        <section anchor="example-in-coral-1">
          <name>Example in CoRAL</name>
          <t>Request:  GM -&gt; RD</t>
          <artwork><![CDATA[
Req: POST coap://rd.example.com/rd
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [2, 6(-22) / item 59 for reef:#ep /, "gm1"],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedca570000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [2, simple(6) / item 6 for linkformat:rt /,
       6(200) / item 416 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/core.osc.gm' /
      ],
      [2, simple(7) / item 7 for linkformat:if /,
       6(250) / item 516 for cri'http://www.iana.org/assignments/
                                 linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedca570000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group1"],
      [2, 6(4)  / item 24 for linkformat:cred-fmt / , 33],
      [2, 6(-5) / item 25 for linkformat:gp-enc-alg / , 10],
      [2, 6(5)  / item 26 for linkformat:sign-alg / , -50],
      [2, 6(7)  / item 30 for linkformat:alg / , 10],
      [2, 6(-8) / item 31 for linkformat:ecdh-alg / , -27],
      [2, 6(8)  / item 32 for linkformat:ecdh-alg-crv / , 4],
      [
        2, simple(1) / item 1 for rel:authorization-server / ,
        cri'coap://as.example.com/token'
      ]
    ]
  ],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/ech0ech00000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [
        2, simple(6) / item 6 for linkformat:rt /,
        6(200) / item 416 for cri'http://www.iana.org/assignments/
                                  linkformat/rt/core.osc.gm' /
      ],
      [
        2, simple(7) / item 7 for linkformat:if /,
        6(250) / item 516 for cri'http://www.iana.org/assignments/
                                  linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "ech0ech00000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group2"],
      [2, 6(4)  / item 24 for linkformat:cred-fmt / , 33],
      [2, 6(-5) / item 25 for linkformat:gp-enc-alg / , 10],
      [2, 6(5)  / item 26 for linkformat:sign-alg / , -50],
      [2, 6(7)  / item 30 for linkformat:alg / , 10],
      [2, 6(-8) / item 31 for linkformat:ecdh-alg / , -27],
      [2, 6(8)  / item 32 for linkformat:ecdh-alg-crv / , 4],
      [
        2, simple(1) / item 1 for rel:authorization-server / ,
        cri'coap://as.example.com/token'
      ]
    ]
  ],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/abcdef120000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [2, simple(6) / item 6 for linkformat:rt /,
       6(200) / item 416 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/core.osc.gm' /
      ],
      [
        2, simple(7) / item 7 for linkformat:if /,
        6(250) / item 516 for cri'http://www.iana.org/assignments/
                                  linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "abcdef120000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group3"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group4"],
      [2, 6(4)  / item 24 for linkformat:cred-fmt / , 33],
      [2, 6(-5) / item 25 for linkformat:gp-enc-alg / , 10],
      [2, 6(5)  / item 26 for linkformat:sign-alg / , -50],
      [2, 6(7)  / item 30 for linkformat:alg / , 10],
      [2, 6(-8) / item 31 for linkformat:ecdh-alg / , -27],
      [2, 6(8)  / item 32 for linkformat:ecdh-alg-crv / , 4],
      [2, simple(1) / item 1 for rel:authorization-server / ,
       cri'coap://as.example.com/token'
      ]
    ]
  ]
]
]]></artwork>
          <t>Response:  RD -&gt; GM</t>
          <artwork><![CDATA[
Res: 2.04 Changed
Location-Path: /rd/4521
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="sec-group-discovery">
      <name>Discovery of Security Groups</name>
      <t>A CoAP endpoint that wants to join a security group, hereafter called the joining node, might not have all the necessary information at deployment time. Also, it might want to know about possible new security groups created afterwards by the respective Group Managers.</t>
      <t>To this end, the joining node can perform a resource lookup at the RD as per <xref section="6.1" sectionFormat="of" target="RFC9176"/>, to retrieve the missing pieces of information needed to join the security group(s) of interest. The joining node can find the RD as described in <xref section="4" sectionFormat="of" target="RFC9176"/>.</t>
      <t>The joining node uses the following parameter value for the lookup filtering.</t>
      <ul spacing="normal">
        <li>
          <t>'rt' = "core.osc.gm", specifying the resource type of the group-membership resource at the Group Manager, with value "core.osc.gm" registered in <xref section="16.11" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
        </li>
      </ul>
      <t>The joining node may additionally consider the following parameters for the lookup filtering, depending on the information it has already available.</t>
      <ul spacing="normal">
        <li>
          <t>'sec-gp', specifying the name of the security group of interest. This parameter <bcp14>MUST</bcp14> specify a single value.</t>
        </li>
        <li>
          <t>'ep', specifying the registered endpoint of the GM.</t>
        </li>
        <li>
          <t>'app-gp', specifying the name(s) of the application group(s) associated with the security group of interest. This parameter <bcp14>MAY</bcp14> be included multiple times, and each occurrence <bcp14>MUST</bcp14> specify the name of one application group.</t>
        </li>
        <li>
          <t>'if', specifying the interface description for accessing the group-membership resource at the Group Manager, with value "ace.group" registered in <xref section="11.5" sectionFormat="of" target="RFC9594"/>.</t>
        </li>
      </ul>
      <t>The response from the RD may include links to a group-membership resource specifying multiple application groups, as all using the same security group. In this case, the joining node is already expected to know the exact application group of interest.</t>
      <t>Furthermore, the response from the RD may include the links to different group-membership resources, all specifying a same application group of interest for the joining node, if the corresponding security groups are all used by that application group.</t>
      <t>In this case, application policies on the joining node should define how to determine the exact security group to join (see <xref section="2.1" sectionFormat="of" target="I-D.ietf-core-groupcomm-bis"/>). For example, different security groups can reflect different security algorithms to use. Hence, a client application can take into account what the joining node supports and prefers, when selecting one particular security group among the indicated ones, while a server application would need to join all of them. Later on, the joining node will be anyway able to join only security groups for which it is actually authorized to be a member (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
      <t>Note that, with RD-based discovery, including the 'app-gp' parameter multiple times would result in finding only the group-membership resource that serves all the specified application groups, i.e., not any group-membership resource that serves either. Therefore, a joining node needs to perform N separate queries with different values for 'app-gp', in order to safely discover the (different) group-membership resource(s) serving the N application groups.</t>
      <t>The discovery of security groups as defined in this document is applicable and useful to other CoAP endpoints than the actual joining nodes. In particular, other entities can be interested to discover and interact with the group-membership resource at the Group Manager. These include entities acting as signature checkers, e.g., intermediary gateways, that do not join a security group, but can retrieve authentication credentials of group members from the Group Manager, in order to verify counter signatures of group messages (see <xref section="12.3" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>).</t>
      <section anchor="ssec-group-discovery-ex1">
        <name>Discovery Example #1</name>
        <t>Consistently with the examples in <xref target="sec-GM-registration"/> and <xref target="sec-update-addition"/>, the examples below consider a joining node that wants to join the security group associated with the application group "group1", but that does not know the name of the security group, the responsible GM and the group-membership resource to access.</t>
        <section anchor="example-in-link-format-1">
          <name>Example in Link Format</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&app-gp=group1
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content

Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="group1";cred-fmt="33";gp-enc-alg="10";
    sign-alg="-50";alg="10";ecdh-alg="-27";ecdh-alg-crv="4"
]]></artwork>
          <t>By performing the separate resource lookup below, the joining node can retrieve the link to the ACE Authorization Server associated with the GM, where to send an Authorization Request for joining the corresponding security group (see <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>).</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rel=authorization-server&
   anchor=coap://[2001:db8::ab]/ace-group/feedca570000
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content

Payload:
<coap://as.example.com/token>;rel=authorization-server;
      anchor="coap://[2001:db8::ab]/ace-group/feedca570000"
]]></artwork>
          <t>To retrieve the multicast IP address of the CoAP group used by the application group "group1", the joining node performs an endpoint lookup as shown below. The following assumes that the application group "group1" had been previously registered as per <xref section="A" sectionFormat="of" target="RFC9176"/>, with ff35:30:2001:db8::23 as multicast IP address of the associated CoAP group.</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/ep
  ?et=core.rd-group&ep=group1
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content

Payload:
</rd/501>;ep="group1";et="core.rd-group";
          base="coap://[ff35:30:2001:db8::23]";rt="core.rd-ep"
]]></artwork>
        </section>
        <section anchor="example-in-coral-2">
          <name>Example in CoRAL</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&app-gp=group1
Accept: 65087 (application/coral+cbor)
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedca570000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [2, simple(6) / item 6 for linkformat:rt /,
       6(200) / item 416 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/core.osc.gm' /
      ],
      [2, simple(7) / item 7 for linkformat:if /,
       6(250) / item 516 for cri'http://www.iana.org/assignments/
                                 linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedca570000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group1"],
      [2, 6(4)  / item 24 for linkformat:cred-fmt / , 33],
      [2, 6(-5) / item 25 for linkformat:gp-enc-alg / , 10],
      [2, 6(5)  / item 26 for linkformat:sign-alg / , -50],
      [2, 6(7)  / item 30 for linkformat:alg / , 10],
      [2, 6(-8) / item 31 for linkformat:ecdh-alg / , -27],
      [2, 6(8)  / item 32 for linkformat:ecdh-alg-crv / , 4],
      [2, simple(1) / item 1 for rel:authorization-server / ,
       cri'coap://as.example.com/token'
      ]
    ]
  ]
]
]]></artwork>
          <t>To retrieve the multicast IP address of the CoAP group used by the application group "group1", the joining node performs an endpoint lookup as shown below. The following assumes that the application group "group1" had been previously registered, with ff35:30:2001:db8::23 as multicast IP address of the associated CoAP group.</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/ep
  ?et=core.rd-group&ep=group1
Accept: 65087 (application/coral+cbor)
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [
    2, 6(20) / item 56 for reef:#rd-unit /, cri'/rd/501',
    [
      [2, 6(-22) / item 59 for reef:#ep /, "group1"],
      [2, 6(21) / item 58 for reef:#et /, "core.rd-group"],
      [
        2, 6(22) / item 60 for reef:#base /,
        cri'coap://[ff35:30:2001:db8::23]'
      ],
      [2, 6(-21) / item 57 for reef:#rt /, "core.rd-ep"],
    ]
  ]
]
]]></artwork>
        </section>
      </section>
      <section anchor="ssec-group-discovery-ex2">
        <name>Discovery Example #2</name>
        <t>Consistently with the examples in <xref target="sec-GM-registration"/> and <xref target="sec-update-addition"/>, the examples below consider a joining node that wants to join the security group with name "feedca570000", but that does not know the responsible GM, the group-membership resource to access, and the associated application groups.</t>
        <t>The examples also show how the joining node uses CoAP observation <xref target="RFC7641"/>, in order to be notified of possible changes to the parameters of the group-membership resource. This is also useful to handle the case where the security group of interest has not been created yet, so that the joining node can receive the requested information when it becomes available.</t>
        <section anchor="example-in-link-format-2">
          <name>Example in Link Format</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&sec-gp=feedca570000
Observe: 0
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Observe: 24

Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="group1";cred-fmt="33";gp-enc-alg="10";
    sign-alg="-50";alg="10";ecdh-alg="-27";ecdh-alg-crv="4"
]]></artwork>
          <t>Depending on the search criteria, the joining node performing the resource lookup can get large responses. This can happen, for instance, when the lookup request targets all the group-membership resources at a specified GM, or all the group-membership resources of all the registered GMs, as in the example below.</t>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res?rt=core.osc.gm
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content

Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="group1";cred-fmt="33";gp-enc-alg="10";
    sign-alg="-50";alg="10";ecdh-alg="-27";ecdh-alg-crv="4",
<coap://[2001:db8::ab]/ace-group/ech0ech00000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="ech0ech00000";
    app-gp="group2";cred-fmt="33";gp-enc-alg="10";
    sign-alg="-50";alg="10";ecdh-alg="-27";ecdh-alg-crv="4",
<coap://[2001:db8::ab]/ace-group/abcdef120000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="abcdef120000";
    app-gp="group3";app-gp="group4";cred-fmt="33";
    gp-enc-alg="10";sign-alg="-50";alg="10";ecdh-alg="-27";
    ecdh-alg-crv="4"
]]></artwork>
          <t>Therefore, it is <bcp14>RECOMMENDED</bcp14> that a joining node which performs a resource lookup with the CoAP Observe option specifies the value of the parameter 'sec-gp' in its GET request sent to the RD.</t>
        </section>
        <section anchor="example-in-coral-3">
          <name>Example in CoRAL</name>
          <t>Request:  Joining node -&gt; RD</t>
          <artwork><![CDATA[
Req: GET coap://rd.example.com/rd-lookup/res
  ?rt=core.osc.gm&sec-gp=feedca570000
Observe: 0
Accept: 65087 (application/coral+cbor)
]]></artwork>
          <t>Response:  RD -&gt; Joining node</t>
          <artwork><![CDATA[
Res: 2.05 Content
Observe: 24
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedca570000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [2, simple(6) / item 6 for linkformat:rt /,
       6(200) / item 416 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/core.osc.gm' /
      ],
      [2, simple(7) / item 7 for linkformat:if /,
       6(250) / item 516 for cri'http://www.iana.org/assignments/
                                 linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedca570000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "group1"],
      [2, 6(4)  / item 24 for linkformat:cred-fmt / , 33],
      [2, 6(-5) / item 25 for linkformat:gp-enc-alg / , 10],
      [2, 6(5)  / item 26 for linkformat:sign-alg / , -50],
      [2, 6(7)  / item 30 for linkformat:alg / , 10],
      [2, 6(-8) / item 31 for linkformat:ecdh-alg / , -27],
      [2, 6(8)  / item 32 for linkformat:ecdh-alg-crv / , 4],
      [
        2, simple(1) / item 1 for rel:authorization-server / ,
        cri'coap://as.example.com/token'
      ]
    ]
  ]
]
]]></artwork>
        </section>
      </section>
    </section>
    <section anchor="use-case-example">
      <name>Use Case Example With Full Discovery</name>
      <t>In this section, the discovery of security groups is described to support the installation process of a lighting installation in an office building. The described process is a simplified version of one of many processes.</t>
      <t>The process described in this section is intended as an example and does not have any particular ambition to serve as recommendation or best practice to adopt. That is, it shows a possible workflow involving a Commissioning Tool (CT) used in a certain way, while it is not meant to prescribe how the workflow should necessarily be.</t>
      <t>Assume the existence of four luminaires that are members of two application groups. In the first application group, the four luminaires receive presence messages and light intensity messages from sensors or their proxy. In the second application group, the four luminaires and several other pieces of equipment receive building state schedules.</t>
      <t>Each of the two application groups is associated with a different security group and to a different CoAP group with its own dedicated multicast IP address.</t>
      <t>The Fairhair Alliance describes how a new device is accepted and commissioned in the network <xref target="Fairhair"/>, by means of its certificate stored during the manufacturing process. When commissioning the new device in the installation network, the new device gets a new identity defined by a newly allocated certificate, following the BRSKI specification.</t>
      <t>Then, consistently with <xref section="7.1" sectionFormat="of" target="RFC9176"/>, the CT assigns an endpoint name based on the CN field (CN=ACME) and the serial number of the certificate (serial number = 123x, with 3 &lt; x &lt; 8). Corresponding ep-names ACME-1234, ACME-1235, ACME-1236, and ACME-1237 are also assumed.</t>
      <t>It is common practice that locations in the building are specified according to a coordinate system. After the acceptance of the luminaires into the installation network, the coordinate of each device is communicated to the CT. This can be done manually or automatically.</t>
      <t>The mapping between location and ep-name is calculated by the CT. For instance, on the basis of grouping criteria, the CT assigns: i) application group "grp_R2-4-015" to the four luminaires; and ii) application group "grp_schedule" to all schedule requiring devices. Also, the device with ep name ACME-123x has been assigned IP address: [2001:db8:4::x]. The RD is assigned IP address: [2001:db8:4:ff]. The used multicast addresses are: [ff05::5:1] and [ff05::5:2].</t>
      <t>The following assumes that each device is pre-configured with the name of the two application groups it belongs to. Additional mechanisms can be defined in the RD, for supporting devices to discover the application groups they belong to.</t>
      <t><xref target="use-case-example-coral"/> provides this same use case example in CoRAL.</t>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>The CT defines the application group "grp_R2-4-015", with resource /light and base address [ff05::5:1], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=grp_R2-4-015&et=core.rd-group&base=coap://[ff05::5:1]
Content-Format: 40

Payload:
</light>;rt="oic.d.light"
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/501
]]></artwork>
      <t>Also, the CT defines a second application group "grp_schedule", with resource /schedule and base address [ff05::5:2], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=grp_schedule&et=core.rd-group&base=coap://[ff05::5:2]
Content-Format: 40

Payload:
</schedule>;rt="oic.r.time.period"
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/502
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <!--
Consecutively, the CT registers the four devices in the RD (IP address: 2001:db8:4::ff), with their endpoint names and application groups.

The four endpoints are specified as follows, with x = 4, 5, 6, 7, for the two application groups "grp\_R2-4-015" and "grp\_schedule".

Request:  CT -> RD

~~~~~~~~~~~
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=ACME-123x&base=coap://[2001:db8:4::x]&in-app-gp=grp_R2-4-015&
   in-app-gp=grp_schedule
Content-Format: 40

Payload:
</light>;rt="oic.d.light"
</schedule>;rt="oic.r.time.period"
~~~~~~~~~~~

Response:  RD -> CT

~~~~~~~~~~~
Res: 2.01 Created
Location-Path: /rd/452x
~~~~~~~~~~~

~~~~~~~~~~~
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
~~~~~~~~~~~
-->

<t>Finally, the CT defines the corresponding security groups. In particular, assuming a Group Manager responsible for both security groups and with address [2001:db8::ab], the CT specifies:</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
  ?ep=gm1&base=coap://[2001:db8::ab]
Content-Format: 40

Payload:
</ace-group/feedca570000>;ct=65000;rt="core.osc.gm";if="ace.group";
                          sec-gp="feedca570000";
                          app-gp="grp_R2-4-015",
</ace-group/feedsc590000>;ct=65000;rt="core.osc.gm";if="ace.group";
                          sec-gp="feedsc590000";
                          app-gp="grp_schedule"
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <!--
The device with IP address \[2001:db8:4::x\] can consequently learn the groups to which it belongs. In particular, it first does an ep lookup to the RD to learn the application groups to which it belongs.

Request:  Joining node -> RD

~~~~~~~~~~~
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?base=coap://[2001:db8:4::x]
~~~~~~~~~~~

Response:  RD -> Joining node

~~~~~~~~~~~
Res: 2.05 Content
Content-Format: 40

Payload:
<rd/452x>;base=coap://[2001:db8:4::x]&ep=ACME-123x&\
          in-app-gp=grp_R2-4-015,
<rd/456x>;base=coap://[2001:db8:4::x]&ep=ACME-123x&\
          in-app-gp=grp_schedule
~~~~~~~~~~~


To retrieve the multicast IP address of the CoAP group used by the application group "grp\_R2-4-015", the device performs an endpoint lookup as shown below.
-->

<t>The device with IP address [2001:db8:4::x] can retrieve the multicast IP address of the CoAP group used by the application group "grp_R2-4-015", by performing an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40

Payload:
</rd/501>;ep="grp_R2-4-015";et="core.rd-group";
          base="coap://[ff05::5:1]";rt="core.rd-ep"
]]></artwork>
      <t>Similarly, to retrieve the multicast IP address of the CoAP group used by the application group "grp_schedule", the device performs an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40

Payload:
</rd/502>;ep="grp_schedule";et="core.rd-group";
          base="coap://[ff05::5:2]";rt="core.rd-ep"
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <!--Having learnt the application groups to which the device belongs-->
<t>Consequently, the device learns the security groups it has to join. In particular, it does the following for app-gp="grp_R2-4-015".</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40

Payload:
<coap://[2001:db8::ab]/ace-group/feedca570000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedca570000";
    app-gp="grp_R2-4-015"
]]></artwork>
      <t>Similarly, the device does the following for app-gp="grp_schedule".</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 40

Payload:
<coap://[2001:db8::ab]/ace-group/feedsc590000>;ct=65000;
    rt="core.osc.gm";if="ace.group";sec-gp="feedsc590000";
    app-gp="grp_schedule"
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>After this last discovery step, the device can ask permission to join the security groups, and effectively join them through the Group Manager, e.g., according to <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>The security considerations as described in <xref section="8" sectionFormat="of" target="RFC9176"/> apply here as well.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <t>Note to RFC Editor: Please replace all occurrences of "[RFC-XXXX]" with the RFC number of this specification and delete this paragraph.</t>
      <section anchor="iana-link-relation-type">
        <name>Link Relation Type Registry</name>
        <t>IANA is asked to register the following entry in the "Link Relation Type" registry as per <xref target="RFC8288"/>.</t>
        <ul spacing="normal">
          <li>
            <t>Relation Name: authorization-server</t>
          </li>
          <li>
            <t>Description: Refers to a resource at an Authorization Server for requesting an authorization credential to access the link's context</t>
          </li>
          <li>
            <t>Reference: [RFC-XXXX]</t>
          </li>
          <li>
            <t>Notes: None</t>
          </li>
          <li>
            <t>Application Data: None</t>
          </li>
        </ul>
      </section>
      <section anchor="iana-target-attributes">
        <name>Target Attributes Registry</name>
        <t>IANA is asked to register the following entries in the "Target Attributes" registry within the "Constrained RESTful Environments (CoRE) Parameters" registry group, as per <xref target="RFC9423"/>. For all entries, the Change Controller is IETF, and the reference is [RFC-XXXX].</t>
        <table align="center">
          <name>Registrations in Target Attributes Registry</name>
          <thead>
            <tr>
              <th align="left">Attribute Name</th>
              <th align="left">Brief Description</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">sec-gp</td>
              <td align="left">Name of the security group that can be joined through this resource</td>
            </tr>
            <tr>
              <td align="left">app-gp</td>
              <td align="left">Name of an application group associated with a security group</td>
            </tr>
            <tr>
              <td align="left">hkdf</td>
              <td align="left">The HKDF algorithm to use</td>
            </tr>
            <tr>
              <td align="left">cred-fmt</td>
              <td align="left">The format of authentication credential to use</td>
            </tr>
            <tr>
              <td align="left">gp-enc-alg</td>
              <td align="left">The encryption algorithm to use for encrypting signed messages</td>
            </tr>
            <tr>
              <td align="left">sign-alg</td>
              <td align="left">The signature algorithm to use</td>
            </tr>
            <tr>
              <td align="left">sign-alg-crv</td>
              <td align="left">The elliptic curve of the used signature algorithm</td>
            </tr>
            <tr>
              <td align="left">sign-key-kty</td>
              <td align="left">The key type of the used signing keys</td>
            </tr>
            <tr>
              <td align="left">sign-key-crv</td>
              <td align="left">The curve of the used signing keys</td>
            </tr>
            <tr>
              <td align="left">alg</td>
              <td align="left">The encryption algorithm to use for encrypting non-signed messages</td>
            </tr>
            <tr>
              <td align="left">ecdh-alg</td>
              <td align="left">The ECDH algorithm to use</td>
            </tr>
            <tr>
              <td align="left">ecdh-alg-crv</td>
              <td align="left">The elliptic curve of the used ECDH algorithm</td>
            </tr>
            <tr>
              <td align="left">ecdh-key-kty</td>
              <td align="left">The key type of the used ECDH keys</td>
            </tr>
            <tr>
              <td align="left">ecdh-key-crv</td>
              <td align="left">The curve of the used ECDH keys</td>
            </tr>
            <tr>
              <td align="left">det-hash-alg</td>
              <td align="left">The hash algorithm to use for computing deterministic requests</td>
            </tr>
            <tr>
              <td align="left">rekeying-scheme</td>
              <td align="left">The rekeying scheme used to distribute new keying material</td>
            </tr>
          </tbody>
        </table>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="February" year="2025"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-24"/>
        </reference>
        <reference anchor="I-D.ietf-core-coral">
          <front>
            <title>The Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Thomas Fossati" initials="T." surname="Fossati">
              <organization>ARM</organization>
            </author>
            <date day="4" month="March" year="2024"/>
            <abstract>
              <t>   The Constrained RESTful Application Language (CoRAL) defines a data
   model and interaction model as well as a compact serialization
   formats for the description of typed connections between resources on
   the Web ("links"), possible operations on such resources ("forms"),
   and simple resource metadata.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-coral-06"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="24" month="February" year="2025"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-13"/>
        </reference>
        <reference anchor="I-D.ietf-cbor-packed">
          <front>
            <title>Packed CBOR</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Mikolai Gütschow" initials="M." surname="Gütschow">
              <organization>TUD Dresden University of Technology</organization>
            </author>
            <date day="1" month="September" year="2024"/>
            <abstract>
              <t>   The Concise Binary Object Representation (CBOR, RFC 8949 == STD 94)
   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.

   CBOR does not provide any forms of data compression.  CBOR data
   items, in particular when generated from legacy data models, often
   allow considerable gains in compactness when applying data
   compression.  While traditional data compression techniques such as
   DEFLATE (RFC 1951) can work well for CBOR encoded data items, their
   disadvantage is that the recipient needs to decompress the compressed
   form to make use of the data.

   This specification describes Packed CBOR, a simple transformation of
   a CBOR data item into another CBOR data item that is almost as easy
   to consume as the original CBOR data item.  A separate decompression
   step is therefore often not required at the recipient.


   // The present version (-13) is a refresh of the implementation draft
   // -12 with minor editorial improvements.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-packed-13"/>
        </reference>
        <reference anchor="I-D.ietf-core-href">
          <front>
            <title>Constrained Resource Identifiers</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <author fullname="Henk Birkholz" initials="H." surname="Birkholz">
              <organization>Fraunhofer SIT</organization>
            </author>
            <date day="3" month="February" year="2025"/>
            <abstract>
              <t>   The Constrained Resource Identifier (CRI) is a complement to the
   Uniform Resource Identifier (URI) that represents the URI components
   in Concise Binary Object Representation (CBOR) instead of in a
   sequence of characters.  This simplifies parsing, comparison, and
   reference resolution in environments with severe limitations on
   processing power, code size, and memory size.

   This RFC updates RFC 7595 to add a note on how the URI Schemes
   registry RFC 7595 describes cooperates with the CRI Scheme Numbers
   registry created by the present RFC.


   // (This "cref" paragraph will be removed by the RFC editor:) The
   // present revision –18 integrates two small changes from the CoRE
   // interim on 2025-01-29 and should be ready for WGLC.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-oscore-16"/>
        </reference>
        <reference anchor="I-D.ietf-jose-fully-specified-algorithms">
          <front>
            <title>Fully-Specified Algorithms for JOSE and COSE</title>
            <author fullname="Michael B. Jones" initials="M. B." surname="Jones">
              <organization>Self-Issued Consulting</organization>
            </author>
            <author fullname="Orie Steele" initials="O." surname="Steele">
              <organization>Transmute</organization>
            </author>
            <date day="20" month="February" year="2025"/>
            <abstract>
              <t>   This specification refers to cryptographic algorithm identifiers that
   fully specify the cryptographic operations to be performed, including
   any curve, key derivation function (KDF), hash functions, etc., as
   being "fully specified".  Whereas, it refers to cryptographic
   algorithm identifiers that require additional information beyond the
   algorithm identifier to determine the cryptographic operations to be
   performed as being "polymorphic".  This specification creates fully-
   specified algorithm identifiers for registered JOSE and COSE
   polymorphic algorithm identifiers, enabling applications to use only
   fully-specified algorithm identifiers.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-jose-fully-specified-algorithms-07"/>
        </reference>
        <reference anchor="RFC3986">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee"/>
            <author fullname="R. Fielding" initials="R." surname="Fielding"/>
            <author fullname="L. Masinter" initials="L." surname="Masinter"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </reference>
        <reference anchor="RFC6690">
          <front>
            <title>Constrained RESTful Environments (CoRE) Link Format</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>This specification defines Web Linking using a link format for use by constrained web servers to describe hosted resources, their attributes, and other relationships between links. Based on the HTTP Link Header field defined in RFC 5988, the Constrained RESTful Environments (CoRE) Link Format is carried as a payload and is assigned an Internet media type. "RESTful" refers to the Representational State Transfer (REST) architecture. A well-known URI is defined as a default entry point for requesting the links hosted by a server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6690"/>
          <seriesInfo name="DOI" value="10.17487/RFC6690"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC8288">
          <front>
            <title>Web Linking</title>
            <author fullname="M. Nottingham" initials="M." surname="Nottingham"/>
            <date month="October" year="2017"/>
            <abstract>
              <t>This specification defines a model for the relationships between resources on the Web ("links") and the type of those relationships ("link relation types").</t>
              <t>It also defines the serialisation of such links in HTTP headers with the Link header field.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8288"/>
          <seriesInfo name="DOI" value="10.17487/RFC8288"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="RFC9176">
          <front>
            <title>Constrained RESTful Environments (CoRE) Resource Directory</title>
            <author fullname="C. Amsüss" initials="C." role="editor" surname="Amsüss"/>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="M. Koster" initials="M." surname="Koster"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>In many Internet of Things (IoT) applications, direct discovery of resources is not practical due to sleeping nodes or networks where multicast traffic is inefficient. These problems can be solved by employing an entity called a Resource Directory (RD), which contains information about resources held on other servers, allowing lookups to be performed for those resources. The input to an RD is composed of links, and the output is composed of links constructed from the information stored in the RD. This document specifies the web interfaces that an RD supports for web servers to discover the RD and to register, maintain, look up, and remove information on resources. Furthermore, new target attributes useful in conjunction with an RD are defined.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9176"/>
          <seriesInfo name="DOI" value="10.17487/RFC9176"/>
        </reference>
        <reference anchor="RFC9200">
          <front>
            <title>Authentication and Authorization for Constrained Environments Using the OAuth 2.0 Framework (ACE-OAuth)</title>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a framework for authentication and authorization in Internet of Things (IoT) environments called ACE-OAuth. The framework is based on a set of building blocks including OAuth 2.0 and the Constrained Application Protocol (CoAP), thus transforming a well-known and widely used authorization solution into a form suitable for IoT devices. Existing specifications are used where possible, but extensions are added and profiles are defined to better serve the IoT use cases.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9200"/>
          <seriesInfo name="DOI" value="10.17487/RFC9200"/>
        </reference>
        <reference anchor="COSE.Algorithms" target="https://www.iana.org/assignments/cose/cose.xhtml#algorithms">
          <front>
            <title>COSE Algorithms</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Key.Types" target="https://www.iana.org/assignments/cose/cose.xhtml#key-type">
          <front>
            <title>COSE Key Types</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Elliptic.Curves" target="https://www.iana.org/assignments/cose/cose.xhtml#elliptic-curves">
          <front>
            <title>COSE Elliptic Curves</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="COSE.Header.Parameters" target="https://www.iana.org/assignments/cose/cose.xhtml#header-parameters">
          <front>
            <title>COSE Header Parameters</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Target.Attributes" target="https://www.iana.org/assignments/core-parameters/core-parameters.xhtml#target-attributes">
          <front>
            <title>Target Attributes</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="CURIE-20101216" target="http://www.w3.org/TR/2010/NOTE-curie-20101216">
          <front>
            <title>CURIE Syntax 1.0 - A syntax for expressing Compact URIs - W3C Working Group Note</title>
            <author initials="M." surname="Birbeck" fullname="Mark Birbeck">
              <organization/>
            </author>
            <author initials="S." surname="McCarron" fullname="Shane McCarron">
              <organization/>
            </author>
            <date year="2010" month="December" day="16"/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin">
          <front>
            <title>Admin Interface for the OSCORE Group Manager</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Peter Van der Stok" initials="P." surname="Van der Stok">
         </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   Group communication for CoAP can be secured using Group Object
   Security for Constrained RESTful Environments (Group OSCORE).  A
   Group Manager is responsible for handling the joining of new group
   members, as well as managing and distributing the group keying
   material.  This document defines a RESTful admin interface at the
   Group Manager that allows an Administrator entity to create and
   delete OSCORE groups, as well as to retrieve and update their
   configuration.  The ACE framework for Authentication and
   Authorization is used to enforce authentication and authorization of
   the Administrator at the Group Manager.  Protocol-specific transport
   profiles of ACE are used to achieve communication security, proof-of-
   possession, and server authentication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-13"/>
        </reference>
        <reference anchor="I-D.ietf-ace-oscore-gm-admin-coral">
          <front>
            <title>Using the Constrained RESTful Application Language (CoRAL) with the Admin Interface for the OSCORE Group Manager</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <abstract>
              <t>   Group communication for CoAP can be secured using Group Object
   Security for Constrained RESTful Environments (Group OSCORE).  A
   Group Manager is responsible to handle the joining of new group
   members, as well as to manage and distribute the group keying
   material.  The Group Manager can provide a RESTful admin interface
   that allows an Administrator entity to create and delete OSCORE
   groups, as well as to retrieve and update their configuration.  This
   document specifies how an Administrator interacts with the admin
   interface at the Group Manager by using the Constrained RESTful
   Application Language (CoRAL).  The ACE framework for Authentication
   and Authorization is used to enforce authentication and authorization
   of the Administrator at the Group Manager.  Protocol-specific
   transport profiles of ACE are used to achieve communication security,
   proof-of-possession, and server authentication.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-coral-03"/>
        </reference>
        <reference anchor="I-D.hartke-t2trg-coral-reef">
          <front>
            <title>Resource Discovery in Constrained RESTful Environments (CoRE) using the Constrained RESTful Application Language (CoRAL)</title>
            <author fullname="Klaus Hartke" initials="K." surname="Hartke">
              <organization>Ericsson</organization>
            </author>
            <date day="9" month="May" year="2020"/>
            <abstract>
              <t>   This document explores how the Constrained RESTful Application
   Language (CoRAL) might be used for two use cases in Constrained
   RESTful Environments (CoRE): CoRE Resource Discovery, which allows a
   client to discover the resources of a server given a host name or IP
   address, and CoRE Resource Directory, which provides a directory of
   resources on many servers.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-12"/>
        </reference>
        <reference anchor="I-D.amsuess-core-cachable-oscore">
          <front>
            <title>Cacheable OSCORE</title>
            <author fullname="Christian Amsüss" initials="C." surname="Amsüss">
         </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="8" month="January" year="2025"/>
            <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-10"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC7228">
          <front>
            <title>Terminology for Constrained-Node Networks</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="M. Ersue" initials="M." surname="Ersue"/>
            <author fullname="A. Keranen" initials="A." surname="Keranen"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>The Internet Protocol Suite is increasingly used on small devices with severe constraints on power, memory, and processing resources, creating constrained-node networks. This document provides a number of basic terms that have been useful in the standardization work for constrained-node networks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7228"/>
          <seriesInfo name="DOI" value="10.17487/RFC7228"/>
        </reference>
        <reference anchor="RFC8132">
          <front>
            <title>PATCH and FETCH Methods for the Constrained Application Protocol (CoAP)</title>
            <author fullname="P. van der Stok" initials="P." surname="van der Stok"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="A. Sehgal" initials="A." surname="Sehgal"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>The methods defined in RFC 7252 for the Constrained Application Protocol (CoAP) only allow access to a complete resource, not to parts of a resource. In case of resources with larger or complex data, or in situations where resource continuity is required, replacing or requesting the whole resource is undesirable. Several applications using CoAP need to access parts of the resources.</t>
              <t>This specification defines the new CoAP methods, FETCH, PATCH, and iPATCH, which are used to access and update parts of a resource.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8132"/>
          <seriesInfo name="DOI" value="10.17487/RFC8132"/>
        </reference>
        <reference anchor="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8995">
          <front>
            <title>Bootstrapping Remote Secure Key Infrastructure (BRSKI)</title>
            <author fullname="M. Pritikin" initials="M." surname="Pritikin"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <author fullname="T. Eckert" initials="T." surname="Eckert"/>
            <author fullname="M. Behringer" initials="M." surname="Behringer"/>
            <author fullname="K. Watsen" initials="K." surname="Watsen"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document specifies automated bootstrapping of an Autonomic Control Plane. To do this, a Secure Key Infrastructure is bootstrapped. This is done using manufacturer-installed X.509 certificates, in combination with a manufacturer's authorizing service, both online and offline. We call this process the Bootstrapping Remote Secure Key Infrastructure (BRSKI) protocol. Bootstrapping a new device can occur when using a routable address and a cloud service, only link-local connectivity, or limited/disconnected networks. Support for deployment models with less stringent security requirements is included. Bootstrapping is complete when the cryptographic identity of the new key infrastructure is successfully deployed to the device. The established secure connection can be used to deploy a locally issued certificate to the device as well.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8995"/>
          <seriesInfo name="DOI" value="10.17487/RFC8995"/>
        </reference>
        <reference anchor="RFC9423">
          <front>
            <title>Constrained RESTful Environments (CoRE) Target Attributes Registry</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="April" year="2024"/>
            <abstract>
              <t>The Constrained RESTful Environments (CoRE) specifications apply web technologies to constrained environments. One such important technology is Web Linking (RFC 8288), which CoRE specifications use as the basis for a number of discovery protocols, such as the Link Format (RFC 6690) in the Constrained Application Protocol's (CoAP's) resource discovery process (Section 7.2 of RFC 7252) and the Resource Directory (RD) (RFC 9176).</t>
              <t>Web Links can have target attributes, the names of which are not generally coordinated by the Web Linking specification (Section 2.2 of RFC 8288). This document introduces an IANA registry for coordinating names of target attributes when used in CoRE. It updates the "RD Parameters" IANA registry created by RFC 9176 to coordinate with this registry.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9423"/>
          <seriesInfo name="DOI" value="10.17487/RFC9423"/>
        </reference>
        <reference anchor="RFC9594">
          <front>
            <title>Key Provisioning for Group Communication Using Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <date month="September" year="2024"/>
            <abstract>
              <t>This document defines how to use the Authentication and Authorization for Constrained Environments (ACE) framework to distribute keying material and configuration parameters for secure group communication. Candidate group members that act as Clients and are authorized to join a group can do so by interacting with a Key Distribution Center (KDC) acting as the 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="RFC" value="9594"/>
          <seriesInfo name="DOI" value="10.17487/RFC9594"/>
        </reference>
        <reference anchor="Fairhair" target="https://openconnectivity.org/wp-content/uploads/2019/11/fairhair_security_wp_march-2018.pdf">
          <front>
            <title>Security Architecture for the Internet of Things (IoT) in Commercial Buildings</title>
            <author>
              <organization>FairHair Alliance</organization>
            </author>
            <date year="2018" month="March"/>
          </front>
          <seriesInfo name="White Paper, ed. Piotr Polak" value=""/>
        </reference>
      </references>
    </references>
    <?line 1192?>

<section anchor="use-case-example-coral">
      <name>Use Case Example With Full Discovery (CoRAL)</name>
      <t>This section provides the same use case example of <xref target="use-case-example"/>, but specified in CoRAL <xref target="I-D.ietf-core-coral"/>.</t>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>The CT defines the application group "grp_R2-4-015", with resource /light and base address [ff05::5:1], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[ff05::5:1]'],
  [2, 6(-22) / item 59 for reef:#ep /, "grp_R2-4-015"],
  [2, 6(21) / item 58 for reef:#et /, "core.rd-group"],
  [
    2, 6(-20) / item 55 for reef:#rd-item /, cri'/light',
    [
      2, simple(6) / item 6 for linkformat:rt /,
      6(-201) / item 417 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/oic.d.light' /
    ]
  ]
]
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/501
]]></artwork>
      <t>Also, the CT defines a second application group "grp_schedule", with resource /schedule and base address [ff05::5:2], as follows.</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[ff05::5:2]'],
  [2, 6(-22) / item 59 for reef:#ep /, "grp_schedule"],
  [2, 6(21) / item 58 for reef:#et /, "core.rd-group"],
  [
    2, 6(-20) / item 55 for reef:#rd-item /, cri'/schedule',
    [
      2, simple(6) / item 6 for linkformat:rt /,
      6(201) / item 418 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/oic.r.time.period' /
    ]
  ]
]
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/502
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>Finally, the CT defines the corresponding security groups. In particular, assuming a Group Manager responsible for both security groups and with address [2001:db8::ab], the CT specifies:</t>
      <t>Request:  CT -&gt; RD</t>
      <artwork><![CDATA[
Req: POST coap://[2001:db8:4::ff]/rd
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [2, 6(-22) / item 59 for reef:#ep /, "gm1"],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedca570000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [
        2, simple(6) / item 6 for linkformat:rt /,
        6(200) / item 416 for cri'http://www.iana.org/assignments/
                                  linkformat/rt/core.osc.gm' /
      ],
      [
        2, simple(7) / item 7 for linkformat:if /,
        6(250) / item 516 for cri'http://www.iana.org/assignments/
                                  linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedca570000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "grp_R2-4-015"]
    ]
  ],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedsc590000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [
        2, simple(6) / item 6 for linkformat:rt /,
        6(200) / item 416 for cri'http://www.iana.org/assignments/
                                  linkformat/rt/core.osc.gm' /
        ],
      [
        2, simple(7) / item 7 for linkformat:if /,
        6(250) / item 516 for cri'http://www.iana.org/assignments/
                                  linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedsc590000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "grp_schedule"]
    ]
  ]
]
]]></artwork>
      <t>Response:  RD -&gt; CT</t>
      <artwork><![CDATA[
Res: 2.01 Created
Location-Path: /rd/4521
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>The device with IP address [2001:db8:4::x] can retrieve the multicast IP address of the CoAP group used by the application group "grp_R2-4-015", by performing an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8:4::ff]/rd'],
  [
    2, 6(20) / item 56 for reef:#rd-unit /, cri'/501',
    [
      [2, 6(-22) / item 59 for reef:#ep /, "grp_R2-4-015"],
      [2, 6(21) / item 58 for reef:#et /, "core.rd-group"],
      [2, 6(22) / item 60 for reef:#base /, cri'coap://[ff05::5:1]/'],
      [2, 6(-21) / item 57 for reef:#rt /, "core.rd-ep"],
    ]
  ]
]
]]></artwork>
      <t>Similarly, to retrieve the multicast IP address of the CoAP group used by the application group "grp_schedule", the device performs an endpoint lookup as shown below.</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/ep
  ?et=core.rd-group&ep=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8:4::ff]/rd'],
  [
    2, 6(20) / item 56 for reef:#rd-unit /, cri'/502',
    [
      [2, 6(-22) / item 59 for reef:#ep /, "grp_schedule"],
      [2, 6(21) / item 58 for reef:#et /, "core.rd-group"],
      [2, 6(22) / item 60 for reef:#base /, cri'coap://[ff05::5:2]/'],
      [2, 6(-21) / item 57 for reef:#rt /, "core.rd-ep"],
    ]
  ]
]
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>Consequently, the device learns the security groups it has to join. In particular, it does the following for app-gp="grp_R2-4-015".</t>
      <t>Request:  Joining node -&gt; RD</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_R2-4-015
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedca570000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [2, simple(6) / item 6 for linkformat:rt /,
       6(200) / item 416 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/core.osc.gm' /
      ],
      [2, simple(7) / item 7 for linkformat:if /,
       6(250) / item 516 for cri'http://www.iana.org/assignments/
                                 linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedca570000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "grp_R2-4-015"]
    ]
  ]
]
]]></artwork>
      <t>Similarly, the device does the following for app-gp="grp_schedule".</t>
      <artwork><![CDATA[
Req: GET coap://[2001:db8:4::ff]/rd-lookup/res
  ?rt=core.osc.gm&app-gp=grp_schedule
]]></artwork>
      <t>Response:  RD -&gt; Joining Node</t>
      <artwork><![CDATA[
Res: 2.05 Content
Content-Format: 65087 (application/coral+cbor)

Payload:
[
  [1, cri'coap://[2001:db8::ab]'],
  [
    2, 6(-20) / item 55 for reef:#rd-item /,
    cri'/ace-group/feedsc590000',
    [
      [2, simple(8) / item 8 for linkformat:ct /, 65000],
      [2, simple(6) / item 6 for linkformat:rt /,
       6(200) / item 416 for cri'http://www.iana.org/assignments/
                                 linkformat/rt/core.osc.gm' /
      ],
      [2, simple(7) / item 7 for linkformat:if /,
       6(250) / item 516 for cri'http://www.iana.org/assignments/
                                 linkformat/if/ace.group' /
      ],
      [2, 6(-3) / item 21 for linkformat:sec-gp / , "feedsc590000"],
      [2, 6(3)  / item 22 for linkformat:app-gp / , "grp_schedule"]
    ]
  ]
]
]]></artwork>
      <artwork><![CDATA[
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
]]></artwork>
      <t>After this last discovery step, the device can ask permission to join the security groups, and effectively join them through the Group Manager, e.g., according to <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
    </section>
    <section anchor="sec-packed-cbor-tables">
      <name>Shared item tables for Packed CBOR</name>
      <t>This appendix defines the three shared item tables that the examples in this document refer to for using Packed CBOR <xref target="I-D.ietf-cbor-packed"/>.</t>
      <t>The application-extension identifier "cri" defined in <xref section="C" sectionFormat="of" target="I-D.ietf-core-href"/> is used to notate a CBOR Extended Diagnostic Notation (EDN) literal for a CRI.</t>
      <section anchor="compression-of-coral-predicates">
        <name>Compression of CoRAL predicates</name>
        <t>The following shared item table is used for compressing CoRAL predicates, as per <xref section="2.2" sectionFormat="of" target="I-D.ietf-cbor-packed"/>.</t>
        <figure anchor="fig-packed-cbor-table-1">
          <name>Shared item table for compressing CoRAL predicates.</name>
          <artwork align="center"><![CDATA[
+-------+----------------------------------------------------------+
| Index | Item                                                     |
+-------+----------------------------------------------------------+
| 0     | cri'http://www.iana.org/assignments/relation/hosts'      |
+-------+----------------------------------------------------------+
| 1     | cri'http://www.iana.org/assignments/relation/            |
|       |     authorization-server'                                |
+-------+----------------------------------------------------------+
| 6     | cri'http://www.iana.org/assignments/linkformat/rt'       |
+-------+----------------------------------------------------------+
| 7     | cri'http://www.iana.org/assignments/linkformat/if'       |
+-------+----------------------------------------------------------+
| 8     | cri'http://www.iana.org/assignments/linkformat/ct'       |
+-------+----------------------------------------------------------+
| 9     | cri'http://www.iana.org/assignments/linkformat/anchor'   |
+-------+----------------------------------------------------------+
| 10    | cri'http://www.iana.org/assignments/linkformat/rel'      |
+-------+----------------------------------------------------------+
| 21    | cri'http://www.iana.org/assignments/linkformat/sec-gp'   |
+-------+----------------------------------------------------------+
| 22    | cri'http://www.iana.org/assignments/linkformat/app-gp'   |
+-------+----------------------------------------------------------+
| 23    | cri'http://www.iana.org/assignments/linkformat/hkdf'     |
+-------+----------------------------------------------------------+
| 24    | cri'http://www.iana.org/assignments/linkformat/cred-fmt' |
+-------+----------------------------------------------------------+
| 25    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     gp-enc-alg'                                          |
+-------+----------------------------------------------------------+
| 26    | cri'http://www.iana.org/assignments/linkformat/sign-alg' |
+-------+----------------------------------------------------------+
| 27    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     sign-alg-crv'                                        |
+-------+----------------------------------------------------------+
| 28    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     sign-key-kty'                                        |
+-------+----------------------------------------------------------+
| 29    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     sign-key-crv'                                        |
+-------+----------------------------------------------------------+
| 30    | cri'http://www.iana.org/assignments/linkformat/alg'      |
+-------+----------------------------------------------------------+
| 31    | cri'http://www.iana.org/assignments/linkformat/ecdh-alg' |
+-------+----------------------------------------------------------+
| 32    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     ecdh-alg-crv'                                        |
+-------+----------------------------------------------------------+
| 33    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     ecdh-key-kty'                                        |
+-------+----------------------------------------------------------+
| 34    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     ecdh-key-crv'                                        |
+-------+----------------------------------------------------------+
| 35    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     det-hash-alg'                                        |
+-------+----------------------------------------------------------+
| 36    | cri'http://www.iana.org/assignments/linkformat/          |
|       |     rekeying-scheme'                                     |
+-------+----------------------------------------------------------+
| 55    | cri'http://coreapps.org/reef#rd-item'                    |
+-------+----------------------------------------------------------+
| 56    | cri'http://coreapps.org/reef#rd-unit'                    |
+-------+----------------------------------------------------------+
| 57    | cri'http://coreapps.org/reef#rt'                         |
+-------+----------------------------------------------------------+
| 58    | cri'http://coreapps.org/reef#et'                         |
+-------+----------------------------------------------------------+
| 59    | cri'http://coreapps.org/reef#ep'                         |
+-------+----------------------------------------------------------+
| 60    | cri'http://coreapps.org/reef#base'                       |
+-------+----------------------------------------------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="compression-of-values-of-the-rt-target-attribute">
        <name>Compression of Values of the rt= Target Attribute</name>
        <t>The following shared item table is used for compressing values of the rt= target attribute, as per <xref section="2.2" sectionFormat="of" target="I-D.ietf-cbor-packed"/>.</t>
        <figure anchor="fig-packed-cbor-table-2">
          <name>Shared item table for compressing values of the rt= target attribute.</name>
          <artwork align="center"><![CDATA[
+-------+----------------------------------------------------+
| Index | Item                                               |
+-------+----------------------------------------------------+
| 416   | cri'http://www.iana.org/assignments/linkformat/rt/ |
|       |     core.osc.gm'                                   |
+-------+----------------------------------------------------+
| 417   | cri'http://www.iana.org/assignments/linkformat/rt/ |
|       |     oic.d.light'                                   |
+-------+----------------------------------------------------+
| 418   | cri'http://www.iana.org/assignments/linkformat/rt/ |
|       |     oic.r.time.period'                             |
+-------+----------------------------------------------------+
]]></artwork>
        </figure>
      </section>
      <section anchor="compression-of-values-of-the-if-target-attribute">
        <name>Compression of Values of the if= Target Attribute</name>
        <t>The following shared item table is used for compressing values of the if= target attribute, as per <xref section="2.2" sectionFormat="of" target="I-D.ietf-cbor-packed"/>.</t>
        <figure anchor="fig-packed-cbor-table-3">
          <name>Shared item table for compressing values of the if= target attribute.</name>
          <artwork align="center"><![CDATA[
+-------+----------------------------------------------------+
| Index | Item                                               |
+-------+----------------------------------------------------+
| 516   | cri'http://www.iana.org/assignments/linkformat/if/ |
|       |     ace.group'                                     |
+-------+----------------------------------------------------+
]]></artwork>
        </figure>
      </section>
    </section>
    <section numbered="false" anchor="acknowldegment">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Carsten Bormann"/>, <contact fullname="Klaus Hartke"/>, <contact fullname="Jaime Jiménez"/>, <contact fullname="Francesca Palombini"/>, <contact fullname="Dave Robin"/>, and <contact fullname="Jim Schaad"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the Sweden's Innovation Agency VINNOVA and the Celtic-Next projects CRITISEC and CYPRESS; by the H2020 project SIFIS-Home (Grant agreement 952652); and by the EIT-Digital High Impact Initiative ACTIVE.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
zcDkeGT9qVCfEticX6HZOaajqYcmQc4pWg7MH0FDiIBkQKeXWBPaFHmYR/J5
88C98BYlX72UbYIobbfb4jgYnC6cZLxECRnLlcnGKrdDqYs699ZJ9JA1eR6w
e+VMEUoXnOVOYNUUvjjaNvX1UzklD2kicyJtt1oiYx2NV7p1zjX0nfeu3ing
avU4XItDiC+U3ly5fobm6zr1M0/urH7GiYnrMpTFroJ4yL+5D9LvXZn0DW7u
nfT1zDenfp/4t+6U+L2cj3s5AveZ1/SQ/PFwF+rDzYS/58vBbqn009WZLAu8
PYLVzv4Hgn0gWS/4cxOStbrOXUvte84we8ip+e3m1NyO/mDWVWr9sGgrvev3
0Svax/bda3bTW6SJXo1lv/L4bnrlPeQefdbco9/OIeld+5D4lvTnOyS9Ozsk
dyrDHpKr7jS56qH50EPzod9V86FqC3SeXP9D5ur9Ns/97Zv3D+f+Szj392bG
36mq8vtK/RwHdHcu4j7HnsqcMPkuGGAeW/+7twcmC3RKn7WRc7T5UR1Wp764
w/CDFzAAiCVeoVoa37SCdnuK+5ciUnYZLgRh4dtzXYjcWDtCw5CZO34dbteW
H6glE/bbouynUQgDN+GsNN02EzY1tV++qA/WMfr0CfPcdE5EnFAzpYCh2fug
unjthsFJnFDWxRt8Asdb2tt9swzknFO/JhIzon+wz0mg/WSC7aR0PzFOJIBP
uDdSVmzNUcKlgUkngKTqguXiSE7un72MtucvtYBIl+T/1OYf/e81fv7U+BX0
86H8IOBfXMB1fn69LUhWebiFeKZOv10Zw9Zmj28Zku51IPFx8qv+jf6/Kkn3
8b0hdvMKy/Gk5OPbhuTJ9SAJR7cOydb1IBncPk6eXg8SvuDu8a2S/er16ERG
t30Ae91rQaIbJd8mJL3r7Y66Ffo2IVm7FiSY6vz4lndn/XpnR6VGP75FSDau
BUk9o7ZJ1pey5ztg1L3N65G9yrK+TcQ+uWXEupngC6P29pazdRfLUcnLn2E5
T+9qOZ9ld9auJ3fsIb09SK4nd3SS/C0ewLXryZ36LXYT+T/DFl9PeF2ynM92
ANeuJwEXWM7n2Z3bFqNuncRnWM71xGj9cgrFGYut6NaWs1HeHXSBgIqZ0XLQ
wav9u5Wg3R4kZcRWQoLx2zuGpKyfVEBSDcQtQ1JWLcqQyHuBpKwVVEAyvQdI
NssCvQwJxsvrYLklSFx32cdt8WgUnpQdpu2uLokquV0vdeF1miJIqedz26+y
+lTlSvwR7/cxeSpp/rxUc3V95+JZaWwuiBamIPpzuhtv6Gi8ITng7BhLupYP
bKUkDbzQ0T0B/+S2gPeKhe4J+K3bBL5Q7HGnwC/GP3qL84/LT+lNOEo4ujuO
gmM/cBR39o3rcZRwVKZrJ6J7L8AvRtdr16XrKlqZS9diZ4CXAUdyeMJ9MzC6
GfBnQ0mffQJAubWLHD5vjoIok03V6oaDK5kASAbwdYT5nkGMF4p87AcpXqQh
vkPcx/EnLBWGj/8WBbNMvASATqX+7K8BsBXx13DyP/8nlv/Rn75I8WqEbBCI
d0GUTI7DONRf7eIdQAcJfESf8D3LH2EAcTgYBwHQ+yfdwDkkbPHS8DkMu2Mx
tQqN0vUnSTHcai4qwPQ5WJTqtG8zWg/PsXfE4wzOQZyoe4p3TmQ8uBA/7r95
8/bHHdMYpC8xX7b9Rn7Au4eSf8FpzTDiebR/uNenp/r/eHewd3j4TA/+srfa
W9XPisP9F/uH7ZcJYGjp+xTvDQpOQIkjOJ9u9DY3est8nYN6e2//qL0bnoR5
EImXIGvE/gToKwdIwzwMMI4udvpH+z/udRr/H7UO7IkaNQEA

-->

</rfc>
