<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-ace-oscore-gm-admin-coral-01" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.17.1 -->
  <front>
    <title abbrev="CoRAL Admin Interface for the OSCORE GM">Using the Constrained RESTful Application Language (CoRAL) with the Admin Interface for the OSCORE Group Manager</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-ace-oscore-gm-admin-coral-01"/>
    <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="R." surname="Höglund" fullname="Rikard Höglund">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440 Stockholm</code>
          <country>Sweden</country>
        </postal>
        <email>rikard.hoglund@ri.se</email>
      </address>
    </author>
    <date year="2024" month="January" day="14"/>
    <area>Security</area>
    <workgroup>ACE Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <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 entity 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>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Authentication and Authorization for Constrained Environments Working Group mailing list (ace@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/ace/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ace-wg/ace-oscore-gm-admin-coral"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> can also be used for group communication <xref target="I-D.ietf-core-groupcomm-bis"/>, where messages are exchanged between members of a group, e.g., over IP multicast. Applications relying on CoAP can achieve end-to-end security at the application layer by using Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>, and especially Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> in group communication scenarios.</t>
      <t>When group communication for CoAP is protected with Group OSCORE, nodes are required to explicitly join the correct OSCORE group. To this end, a joining node interacts with a Group Manager (GM) entity responsible for that group, and retrieves the required keying material to securely communicate with other group members using Group OSCORE.</t>
      <t>The method in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> specifies how nodes can join an OSCORE group through the respective Group Manager. Such a method builds on the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, so ensuring a secure joining process as well as authentication and authorization of joining nodes (clients) at the Group Manager (resource server).</t>
      <t><xref target="I-D.ietf-ace-oscore-gm-admin"/> specifies a RESTful admin interface at the Group Manager, intended for an Administrator as a separate entity external to the Group Manager and its application. The interface allows the Administrator to create and delete OSCORE groups, as well as to configure and update their configuration.</t>
      <t>This document builds on <xref target="I-D.ietf-ace-oscore-gm-admin"/>, and specifies how an Administrator interacts with the same RESTful admin interface by using the Constrained RESTful Application Language (CoRAL) <xref target="I-D.ietf-core-coral"/>. Compared to <xref target="I-D.ietf-ace-oscore-gm-admin"/>, there is no change in the admin interface and its operations, nor in the way the group configurations are organized and represented.</t>
      <t>Interaction examples using Packed CBOR <xref target="I-D.ietf-cbor-packed"/> are provided, and are expressed in CBOR diagnostic notation <xref target="RFC8949"/>. <xref target="notation-coral-examples"/> provides the notation and assumptions used in the examples.</t>
      <t>The ACE framework is used to ensure authentication and authorization of the Administrator (client) at the Group Manager (resource server). In order to achieve communication security, proof-of-possession and server authentication, the Administrator and the Group Manager leverage protocol-specific transport profiles of ACE, such as <xref target="RFC9202"/><xref target="RFC9203"/>. These include also possible forthcoming transport profiles that comply with the requirements in <xref section="C" sectionFormat="of" target="RFC9200"/>.</t>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts from the following specifications.</t>
        <ul spacing="normal">
          <li>CBOR <xref target="RFC8949"/>, Packed CBOR <xref target="I-D.ietf-cbor-packed"/>, and COSE <xref target="RFC9052"/><xref target="RFC9053"/>.</li>
          <li>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"/>.</li>
          <li>
            <t>The CoAP protocol <xref target="RFC7252"/>, also in group communication scenarios <xref target="I-D.ietf-core-groupcomm-bis"/>. These include the concepts of:  </t>
            <ul spacing="normal">
              <li>"application group", as a set of CoAP nodes that share a common set of resources; and of</li>
              <li>"security group", as a set of CoAP nodes that share the same security material, and use it to protect and verify exchanged messages.</li>
            </ul>
          </li>
          <li>
            <t>The OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> security protocols. These especially include the concepts of:  </t>
            <ul spacing="normal">
              <li>Group Manager, as the entity responsible for a set of OSCORE groups where communications among members are secured using Group OSCORE. An OSCORE group is used as security group for one or many application groups.</li>
              <li>Authentication credential, as the 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"/>.</li>
            </ul>
          </li>
          <li>The ACE framework for authentication and authorization <xref target="RFC9200"/>. The terminology for entities in the considered architecture is defined in OAuth 2.0 <xref target="RFC6749"/>. In particular, this includes Client (C), Resource Server (RS), and Authorization Server (AS).</li>
          <li>The management of keying material for groups in ACE <xref target="I-D.ietf-ace-key-groupcomm"/> and specifically for OSCORE groups <xref target="I-D.ietf-ace-key-groupcomm-oscore"/>. These include the concept of group-membership resource hosted by the Group Manager, that new members access to join the OSCORE group, while current members can access to retrieve updated keying material.</li>
        </ul>
        <t>Readers are also expected to be familiar with the terms and concepts used in <xref target="I-D.ietf-ace-oscore-gm-admin"/>, with particular reference to: "Administrator", "group name", "group-collection resource", and "group-configuration resource".</t>
        <t>Like in <xref target="I-D.ietf-ace-oscore-gm-admin"/>, the url-path to a group-configuration resource has GROUPNAME as last segment, with GROUPNAME the invariant group name assigned upon its creation. Building on the considered url-path of the group-collection resource, this document uses /manage/GROUPNAME as the url-path of a group-configuration resource; implementations are not required to use this name, and can define their own instead.</t>
        <t>Note that, unless otherwise indicated, the term "endpoint" is used here following its OAuth definition, aimed at denoting resources such as /token and /introspect at the AS, and /authz-info at the RS. This document does not use the CoAP definition of "endpoint", which is "An entity participating in the CoAP protocol".</t>
      </section>
      <section anchor="notation-coral-examples">
        <name>Notation and Assumptions in the Examples</name>
        <t>As per <xref section="2.4" sectionFormat="of" 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>The examples in this document use the following notation.</t>
        <t>When using the CURIE syntax <xref target="CURIE-20101216"/>, the following applies.</t>
        <ul spacing="normal">
          <li>'core.osc.gcoll' stands for http://coreapps.org/core.osc.gcoll#</li>
          <li>'core.osc.gconf' stands for http://coreapps.org/core.osc.gconf#</li>
          <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>
        </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 defined in <xref target="I-D.ietf-core-target-attr"/>.</t>
          </li>
          <li>The path segment SEG2 is the value of the target attribute.</li>
        </ul>
        <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 two shared item tables in <xref target="sec-packed-cbor-tables"/>.</t>
        <t>Finally, the examples consider a Group Manager with address [2001:db8::ab], and use the CoAP Content-Format ID 65087 for the media-type application/coral+cbor.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>Group Administration</name>
      <t>The group administration is enforced as defined in <xref section="2" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
      <section anchor="managing-groups">
        <name>Managing OSCORE Groups</name>
        <t>The same resource model defined in <xref section="2.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> as based on a group-collection resource and multiple group-configuration resources is used in this document.</t>
        <t>When accessing such resources, the Administrator relies on the same interface defined in <xref section="6" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, for which differences that apply when using CoRAL are compiled in <xref target="interactions"/> of this document.</t>
      </section>
      <section anchor="collection-representation">
        <name>Collection Representation</name>
        <t>A collection of group configurations is represented as a CoRAL document containing the list of corresponding group-configuration resources.</t>
        <t>Each group configuration is represented as a top-level link element, with the URI of the group-configuration resource as link target, and with http://coreapps.org/core.osc.gcoll#item as relation type.</t>
      </section>
      <section anchor="discovery">
        <name>Discovery</name>
        <t>The Administrator can discover the group-collection resource from a Resource Directory (see, for instance <xref target="I-D.hartke-t2trg-coral-reef"/>) or from .well-known/core, by using the resource type "core.osc.gcoll" defined in <xref section="10.3" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
        <t>The Administrator can discover group-configuration resources for the group-collection resource as specified in <xref target="collection-resource-get"/> and <xref target="collection-resource-fetch"/>.</t>
      </section>
    </section>
    <section anchor="scope-format">
      <name>Format of Scope</name>
      <t>In order to express authorization information for the Administrator (see <xref target="getting-access"/>), the same format and encoding of scope defined in <xref section="3" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> is used, as relying on the Authorization Information Format (AIF) <xref target="RFC9237"/> and the extended AIF data model AIF-OSCORE-GROUPCOMM defined in <xref section="3" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm-oscore"/>.</t>
    </section>
    <section anchor="getting-access">
      <name>Getting Access to the Group Manager</name>
      <t>All communications between the involved entities rely on the CoAP protocol and MUST be secured.</t>
      <t>In particular, communications between the Administrator and the Group Manager leverage protocol-specific transport profiles of ACE to achieve communication security, proof-of-possession and server authentication. To this end, the AS may explicitly signal the specific transport profile to use, consistently with requirements and assumptions defined in the ACE framework <xref target="RFC9200"/>.</t>
      <t>With reference to the AS, communications between the Administrator and the AS (/token endpoint) as well as between the Group Manager and the AS (/introspect endpoint) can be secured by different means, for instance using DTLS <xref target="RFC9147"/> or OSCORE <xref target="RFC8613"/>. Further details on how the AS secures communications (with the Administrator and the Group Manager) depend on the specifically used transport profile of ACE, and are out of the scope of this document.</t>
      <t>The Administrator requests access to the Group Manager as per Steps 1-3 in <xref section="4" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
      <t>The Administrator accesses the admin interface at the Group Manager as per Step 4 in <xref section="4" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, with the difference that administrative operations are performed not as defined in <xref section="6" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, but instead as defined in <xref target="interactions"/> of this document.</t>
      <section anchor="multiple-administrators-for-the-same-oscore-group">
        <name>Multiple Administrators for the Same OSCORE Group</name>
        <t>What is defined in <xref section="4.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds for this document, with the following difference.</t>
        <t>The Administrator performs administrative operations at the Group Manager not as defined in <xref section="6" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, but instead as defined in <xref target="interactions"/> of this document.</t>
      </section>
    </section>
    <section anchor="group-configurations">
      <name>Group Configurations</name>
      <t>A group configuration consists of a set of parameters.</t>
      <section anchor="config-repr">
        <name>Group Configuration Representation</name>
        <t>The same group configuration representation defined in <xref section="5.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> is used, as including configuration properties and status properties.</t>
        <section anchor="config-repr-config-properties">
          <name>Configuration Properties</name>
          <t>The same configuration properties defined in <xref section="5.1.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> are used.</t>
        </section>
        <section anchor="config-repr-status-properties">
          <name>Status Properties</name>
          <t>The same status properties defined in <xref section="5.1.2" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> are used.</t>
        </section>
      </section>
      <section anchor="default-values">
        <name>Default Values</name>
        <t>The Group manager refers to the same default values defined in <xref section="5.2" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
      </section>
    </section>
    <section anchor="interactions">
      <name>Interactions with the Group Manager</name>
      <t>The same as defined in <xref section="6" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following differences.</t>
      <ul spacing="normal">
        <li>The Content-Format in messages containing a payload is set to application/coral+cbor, defined in <xref section="7.2" sectionFormat="of" target="I-D.ietf-core-coral"/>.</li>
        <li>The parameters 'sign_params', 'ecdh_params', 'app_groups' and 'group_policies' are referred to as "structured parameters".</li>
        <li>
          <t>If a message payload specifies a link element corresponding to a structured parameter, then:  </t>
          <ul spacing="normal">
            <li>The payload MUST NOT include any link element corresponding to an inner information element of that structured parameter.</li>
            <li>
              <t>The link element MUST have the link target with value "false" (0xf4) for indicating the structured parameter with no elements.      </t>
              <t>
Editor's note: this should change to using an empty CBOR array or an empty CBOR map as appropriate, once this is made explicitly possible in the binary format of link items in CoRAL (see Section 3.1.4 of <xref target="I-D.ietf-core-coral"/>).</t>
            </li>
          </ul>
        </li>
        <li>If a message payload specifies an information element of a structured parameter from the group configuration, then that information element MUST be specified by means of the corresponding link element.</li>
      </ul>
      <section anchor="collection-resource-get">
        <name>Retrieve the Full List of Group Configurations</name>
        <t>This operation MUST be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a GET request to the group-collection resource, in order to retrieve a list of the existing OSCORE groups at the Group Manager.</t>
        <t>The same as defined in <xref section="6.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage

<= 2.05 Content
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [1, cri'coap://[2001:db8::ab]/manage'],
     [2, 6(17) / item 50 for core.osc.gcoll:item /, cri'/gp1', [
       [2, simple(6) / item 6 for linkformat:rt /,
        6(-200) / item 415 for cri'http://www.iana.org/assignments
                                   /linkformat/rt/core.osc.gconf' /]
     ]],
     [2, 6(17) / item 50 for core.osc.gcoll:item /, cri'/gp2', [
       [2, simple(6) / item 6 for linkformat:rt /,
        6(-200) / item 415 for cri'http://www.iana.org/assignments
                                   /linkformat/rt/core.osc.gconf' /]
     ]],
     [2, 6(17) / item 50 for core.osc.gcoll:item /, cri'/gp3', [
       [2, simple(6) / item 6 for linkformat:rt /,
        6(-200) / item 415 for cri'http://www.iana.org/assignments
                                   /linkformat/rt/core.osc.gconf' /]
     ]]
   ]
]]></artwork>
      </section>
      <section anchor="collection-resource-fetch">
        <name>Retrieve a List of Group Configurations by Filters</name>
        <t>This operation MUST be supported by the Group Manager and MAY be supported by an Administrator.</t>
        <t>The Administrator can send a FETCH request to the group-collection resource, in order to retrieve a list of the existing OSCORE groups that fully match a set of specified filter criteria.</t>
        <t>The same as defined in <xref section="6.2" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following differences.</t>
        <ul spacing="normal">
          <li>The filter criteria are specified in the request payload with top-level link elements, each of which corresponds to an entry of the group configuration (see <xref target="config-repr"/>), with the exception of non-empty structured parameters.</li>
          <li>If names of application groups are used as filter criteria, each element of the 'app_groups' array from the status properties is included as a separate link element with name 'app_group'.</li>
          <li>With the exception of the 'app_group' element, a valid request MUST NOT include the same element multiple times. Element values are the ones admitted for the corresponding labels in the POST request for creating a group configuration (see <xref target="collection-resource-post"/>).</li>
        </ul>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(27) / item 70 for core.osc.gconf:group_mode /, true],
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, 10],
     [2, 6(26) / item 68 for core.osc.gconf:hkdf /, 5]
   ]

<= 2.05 Content
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
    [1, cri'coap://[2001:db8::ab]/manage'],
    [2, 6(17) / item 50 for core.osc.gcoll:item /, cri'/gp1', [
      [2, simple(6) / item 6 for linkformat:rt /,
       6(-200) / item 415 for cri'http://www.iana.org/assignments
                                  /linkformat/rt/core.osc.gconf' /]
    ]],
    [2, 6(17) / item 50 for core.osc.gcoll:item /, cri'/gp2', [
      [2, simple(6) / item 6 for linkformat:rt /,
       6(-200) / item 415 for cri'http://www.iana.org/assignments
                                  /linkformat/rt/core.osc.gconf' /]
    ]],
    [2, 6(17) / item 50 for core.osc.gcoll:item /, cri'/gp3', [
      [2, simple(6) / item 6 for linkformat:rt /,
       6(-200) / item 415 for cri'http://www.iana.org/assignments
                                  /linkformat/rt/core.osc.gconf' /]
    ]]
   ]
]]></artwork>
      </section>
      <section anchor="collection-resource-post">
        <name>Create a New Group Configuration</name>
        <t>This operation MUST be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a POST request to the group-collection resource, in order to create a new OSCORE group at the Group Manager.</t>
        <t>The same as defined in <xref section="6.3" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following differences.</t>
        <ul spacing="normal">
          <li>In the request payload, each link element corresponds to an entry of the group configuration (see <xref target="config-repr"/>), with the exception of non-empty structured parameters.</li>
          <li>In the request payload, each element of the 'app_groups' array from the status properties is included as a separate element with name 'app_group'.</li>
          <li>The Group Manager MUST respond with a 4.00 (Bad Request) response if any link element is specified multiple times in the payload of the POST request, with the exception of the 'app_group' link element.</li>
          <li>The response payload includes one link element for each specified parameter, with the exception of non-empty structured parameters.</li>
          <li>In the response payload, each element of the 'app_groups' array from the status properties is included as a separate element with name 'app_group'.</li>
          <li>If the Administrator performs the registration of the group-membership resource to a Resource Directory on behalf of the Group Manager, then the names of the application groups using the OSCORE group MUST take the values possibly specified by the different 'app_group' link elements in the POST request.</li>
        </ul>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.02 POST
   Uri-Path: manage
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, 10],
     [2, 6(26) / item 68 for core.osc.gconf:hkdf /, 5],
     [2, 6(-31) / item 77 for core.osc.gconf:pairwise_mode /, true],
     [2, 6(-36) / item 87 for core.osc.gconf:active /, true],
     [2, 6(36) / item 88 for core.osc.gconf:group_name /, "gp4"],
     [2, 6(-37) / item 89 for core.osc.gconf:group_title /,
      "rooms 1 and 2"],
     [2, 6(39) / item 94 for core.osc.gconf:app_group /, "room 1"],
     [2, 6(39) / item 94 for core.osc.gconf:app_group /, "room 2"],
     [2, 6(43) / item 102 for core.osc.gconf:as_uri /,
      cri'coap://as.example.com/token']
   ]

<= 2.01 Created
   Location-Path: manage
   Location-Path: gp4
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(36) / item 88 for core.osc.gconf:group_name /, "gp4"],
     [2, 6(-41) / item 97 for core.osc.gconf:joining_uri /,
      cri'coap://[2001:db8::ab]/ace-group/gp4/'],
     [2, 6(43) / item 102 for core.osc.gconf:as_uri /,
      cri'coap://as.example.com/token']
   ]
]]></artwork>
      </section>
      <section anchor="configuration-resource-get">
        <name>Retrieve a Group Configuration</name>
        <t>This operation MUST be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a GET request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to retrieve the complete current configuration of that group.</t>
        <t>The same as defined in <xref section="6.4" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following differences.</t>
        <ul spacing="normal">
          <li>The response payload includes one link element for each entry of the group configuration (see <xref target="config-repr"/>), with the exception of non-empty status parameters.</li>
          <li>Each element of the 'app_groups' array from the status properties is included as a separate link element with name 'app_group'.</li>
        </ul>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.01 GET
   Uri-Path: manage
   Uri-Path: gp4

<= 2.05 Content
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(26) / item 68 for core.osc.gconf:hkdf /, 5],
     [2, 6(-27) / item 69 for core.osc.gconf:cred_fmt /, 33],
     [2, 6(27) / item 70 for core.osc.gconf:group_mode /, true],
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, 10],
     [2, 6(28) / item 72 for core.osc.gconf:sign_alg /, -8],
     [2, 6(29) / item 74 for
      core.osc.gconf:sign_params.alg_capab.key_type /, 1],
     [2, 6(-30) / item 75 for
      core.osc.gconf:sign_params.key_type_capab.key_type /, 1],
     [2, 6(30) / item 76 for
      core.osc.gconf:sign_params.key_type_capab.curve /, 6],
     [2, 6(-31) / item 77 for core.osc.gconf:pairwise_mode /, true],
     [2, 6(31) / item 78 for core.osc.gconf:alg /, 10],
     [2, 6(-32) / item 79 for core.osc.gconf:ecdh_alg /, -27],
     [2, 6(-33) / item 81 for
      core.osc.gconf:ecdh_params.alg_capab.key_type /, 1],
     [2, 6(33) / item 82 for
      core.osc.gconf:ecdh_params.key_type_capab.key_type /, 1],
     [2, 6(-34) / item 83 for
      core.osc.gconf:ecdh_params.key_type_capab.curve /, 6],
     [2, 6(34) / item 84 for core.osc.gconf:det_req /, false],
     [2, 6(35) / item 86 for core.osc.gconf:rt /, "core.osc.gconf"],
     [2, 6(-36) / item 87 for core.osc.gconf:active /, true],
     [2, 6(36) / item 88 for core.osc.gconf:group_name /, "gp4"],
     [2, 6(-37) / item 89 for core.osc.gconf:group_title /,
      "rooms 1 and 2"],
     [2, 6(37) / item 90 for core.osc.gconf:ace_groupcomm_profile /,
      "coap_group_oscore_app"],
     [2, 6(-38) / item 91 for core.osc.gconf:max_stale_sets /, 3],
     [2, 6(38) / item 92 for core.osc.gconf:exp /, 1360289224],
     [2, 6(-39) / item 93 for core.osc.gconf:gid_reuse /, false],
     [2, 6(39) / item 94 for core.osc.gconf:app_group /, "room 1"],
     [2, 6(39) / item 94 for core.osc.gconf:app_group /, "room 2"],
     [2, 6(-41) / item 97 for core.osc.gconf:joining_uri /,
      cri'coap://[2001:db8::ab]/ace-group/gp4/'],
     [2, 6(43) / item 102 for core.osc.gconf:as_uri /,
      cri'coap://as.example.com/token']
   ]
]]></artwork>
      </section>
      <section anchor="configuration-resource-fetch">
        <name>Retrieve Part of a Group Configuration by Filters</name>
        <t>This operation MUST be supported by the Group Manager and MAY be supported by an Administrator.</t>
        <t>The Administrator can send a FETCH request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to retrieve part of the current configuration of that group.</t>
        <t>The same as defined in <xref section="6.5" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following differences.</t>
        <ul spacing="normal">
          <li>The request payload includes one link element for each requested configuration parameter or status parameter of the current group configuration (see <xref target="config-repr"/>). All the specified link elements MUST have the link target with value "null".</li>
          <li>The request payload MUST NOT include any link element corresponding to an inner information element of a structured parameter.</li>
          <li>
            <t>The response payload includes the requested configuration parameters and status parameters, and is formatted as in the response payload of a GET request to a group-configuration resource (see <xref target="configuration-resource-get"/>).  </t>
            <t>
If the request payload specifies a parameter that is not included in the group configuration, then the response payload MUST NOT include a corresponding link element.</t>
          </li>
        </ul>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.05 FETCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, null],
     [2, 6(26) / item 68 for core.osc.gconf:hkdf /, null],
     [2, 6(-31) / item 77 for core.osc.gconf:pairwise_mode /, null],
     [2, 6(-36) / item 87 for core.osc.gconf:active /, null],
     [2, 6(-37) / item 89 for core.osc.gconf:group_title /, null],
     [2, 6(41) / item 98 for core.osc.gconf:app_groups /, null]
   ]

<= 2.05 Content
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, 10],
     [2, 6(26) / item 68 for core.osc.gconf:hkdf /, 5],
     [2, 6(-31) / item 77 for core.osc.gconf:pairwise_mode /, true],
     [2, 6(-36) / item 87 for core.osc.gconf:active /, true],
     [2, 6(-37) / item 89 for core.osc.gconf:group_title /,
      "rooms 1 and 2"],
     [2, 6(39) / item 94 for core.osc.gconf:app_group /, "room 1"],
     [2, 6(39) / item 94 for core.osc.gconf:app_group /, "room 2"]
   ]
]]></artwork>
      </section>
      <section anchor="configuration-resource-put">
        <name>Overwrite a Group Configuration</name>
        <t>This operation MAY be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a PUT request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to overwrite the current configuration of that group with a new one.</t>
        <t>The same as defined in <xref section="6.6" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following difference.</t>
        <ul spacing="normal">
          <li>If the Administrator updates the registration of the group-membership resource in the Resource Directory on behalf of the Group Manager, then the names of the application groups using the OSCORE group MUST take the values possibly specified by the different 'app_group' link elements in the PUT request.</li>
        </ul>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.03 PUT
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, 11],
     [2, 6(26) / item 68 for core.osc.gconf:hkdf /, 5]
   ]

<= 2.04 Changed
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(36) / item 88 for core.osc.gconf:group_name /, "gp4"],
     [2, 6(-41) / item 97 for core.osc.gconf:joining_uri /,
      cri'coap://[2001:db8::ab]/ace-group/gp4/'],
     [2, 6(43) / item 102 for core.osc.gconf:as_uri /,
      cri'coap://as.example.com/token']
   ]
]]></artwork>
        <section anchor="sssec-effects-overwrite-joining-nodes">
          <name>Effects on Joining Nodes</name>
          <t>The same as defined in <xref section="6.6.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        </section>
        <section anchor="sssec-effects-overwrite-group-members">
          <name>Effects on the Group Members</name>
          <t>The same as defined in <xref section="6.6.2" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        </section>
      </section>
      <section anchor="configuration-resource-patch">
        <name>Selective Update of a Group Configuration</name>
        <t>This operation MAY be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a PATCH/iPATCH request <xref target="RFC8132"/> to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to update the value of only part of the group configuration.</t>
        <t>The same as defined in <xref section="6.7" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds, with the following differences.</t>
        <ul spacing="normal">
          <li>
            <t>If the request payload specifies names of application groups to be removed from or added to the 'app_groups' status parameter, then such names are specified by means of the following top-level link elements.  </t>
            <ul spacing="normal">
              <li>'app_group_del', with value a text string specifying the name of an application group to remove from the 'app_groups' status parameter. This link element can be included multiple times.</li>
              <li>'app_group_add', with value a text string specifying the name of an application group to add to the 'app_groups' status parameter. This link element can be included multiple times.</li>
            </ul>
            <t>
The Group Manager MUST respond with a 4.00 (Bad Request) response, in case the request payload includes both any 'app_group' link element as well as any 'app_group_del' and/or 'app_group_add' link element.</t>
          </li>
          <li>The Group Manager MUST respond with a 4.00 (Bad Request) response, if the request payload includes no link elements.</li>
          <li>When the request uses specifically the iPATCH method, the Group Manager MUST respond with a 4.00 (Bad Request) response, in case any link element 'app_group_del' and/or 'app_group_add' is included.</li>
          <li>
            <t>When updating the 'app_groups' status parameter by difference, the Group Manager:  </t>
            <ul spacing="normal">
              <li>Deletes from the 'app_groups' status parameter the names of the application groups specified in the different 'app_group_del' link elements.</li>
              <li>Adds to the 'app_groups' status parameter the names of the application groups specified in the different 'app_group_add' link elements.</li>
            </ul>
          </li>
        </ul>
        <t>An example of message exchange is shown below.</t>
        <artwork><![CDATA[
=> 0.06 PATCH
   Uri-Path: manage
   Uri-Path: gp4
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(-28) / item 71 for core.osc.gconf:gp_enc_alg /, 10],
     [2, 6(-40) / item 95 for core.osc.gconf:app_group_del /, "room1"],
     [2, 6(40) / item 96 for core.osc.gconf:app_group_add /, "room3"],
     [2, 6(40) / item 96 for core.osc.gconf:app_group_add /, "room4"]
   ]

<= 2.04 Changed
   Content-Format: 65087 (application/coral+cbor)

   Payload:

   [
     [2, 6(36) / item 88 for core.osc.gconf:group_name /, "gp4"],
     [2, 6(-41) / item 97 for core.osc.gconf:joining_uri /,
      cri'coap://[2001:db8::ab]/ace-group/gp4/'],
     [2, 6(43) / item 102 for core.osc.gconf:as_uri /,
      cri'coap://as.example.com/token']
   ]
]]></artwork>
        <section anchor="effects-on-joining-nodes">
          <name>Effects on Joining Nodes</name>
          <t>The same as defined in <xref section="6.7.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        </section>
        <section anchor="effects-on-the-group-members">
          <name>Effects on the Group Members</name>
          <t>The same as defined in <xref section="6.7.2" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        </section>
      </section>
      <section anchor="configuration-resource-delete">
        <name>Delete a Group Configuration</name>
        <t>This operation MUST be supported by the Group Manager and an Administrator.</t>
        <t>The Administrator can send a DELETE request to the group-configuration resource manage/GROUPNAME associated with an OSCORE group with group name GROUPNAME, in order to delete that OSCORE group.</t>
        <t>The same as defined in <xref section="6.8" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        <section anchor="effects-on-the-group-members-1">
          <name>Effects on the Group Members</name>
          <t>The same as defined in <xref section="6.8.1" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> holds.</t>
        </section>
      </section>
    </section>
    <section anchor="support-of-top-level-link-elements">
      <name>Support of Top-Level Link Elements</name>
      <t>Consistently with <xref section="7" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, the following holds for the Group Manager.</t>
      <ul spacing="normal">
        <li>
          <t>It MUST support the top-level link elements 'error', 'error_description', 'ace_groupcomm_profile', 'exp', and 'group_policies' corresponding to the ACE Groupcomm Parameters defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.  </t>
          <t>
This is consistent with what is defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/> for the Key Distribution Center, of which the Group Manager defined in <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> is a specific instance.</t>
        </li>
        <li>It MUST support the top-level link elements corresponding to all the parameters listed in <xref section="7" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, with the exception of 'app_groups_diff' that MUST be supported only if the Group Manager supports the selective update of a group configuration (see <xref target="configuration-resource-patch"/>).</li>
      </ul>
      <t>The following holds for an Administrator.</t>
      <ul spacing="normal">
        <li>It MUST support the top-level link elements 'error', 'error_description', 'ace_groupcomm_profile', 'exp', and 'group_policies' corresponding to the ACE Groupcomm Parameters defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-key-groupcomm"/>.</li>
        <li>
          <t>It MUST support the top-level link elements corresponding to all the parameters listed in <xref section="7" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>, with the following exceptions.  </t>
          <ul spacing="normal">
            <li>'conf_filter', which MUST be supported only if the Administrator supports the partial retrieval of a group configuration by filters (see <xref target="configuration-resource-fetch"/>).</li>
            <li>'app_groups_diff' parameter, which MUST be supported only if the Administrator supports the selective update of a group configuration (see <xref target="configuration-resource-patch"/>).</li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="error-identifiers">
      <name>Error Identifiers</name>
      <t>If the Group Manager sends an error response including the link element 'error', this can specify any of the values defined in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/>.</t>
      <t>The same guidelines in <xref section="8" sectionFormat="of" target="I-D.ietf-ace-oscore-gm-admin"/> for the Administrator to handle such error identifiers holds.</t>
    </section>
    <section anchor="sec-security-considerations">
      <name>Security Considerations</name>
      <t>Security considerations are inherited from the ACE framework for Authentication and Authorization <xref target="RFC9200"/>, and from the specific transport profile of ACE used between the Administrator and the Group Manager, such as <xref target="RFC9202"/> and <xref target="RFC9203"/>.</t>
      <t>The same security considerations from <xref target="I-D.ietf-ace-key-groupcomm"/> and <xref target="I-D.ietf-ace-key-groupcomm-oscore"/> also apply, with particular reference to the process of rekeying OSCORE groups.</t>
      <t>The same security considerations from <xref target="I-D.ietf-ace-oscore-gm-admin"/> also apply, as well for the security considerations for CoRAL <xref target="I-D.ietf-core-coral"/> and Packed CBOR <xref target="I-D.ietf-cbor-packed"/>.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <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="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="2" month="September" year="2023"/>
            <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-20"/>
        </reference>
        <reference anchor="I-D.ietf-ace-key-groupcomm">
          <front>
            <title>Key Provisioning for Group Communication using ACE</title>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="6" month="October" year="2023"/>
            <abstract>
              <t>   This document defines how to use the Authentication and Authorization
   for Constrained Environments (ACE) framework to distribute keying
   material and configuration parameters for secure group communication.
   Candidate group members acting as Clients and authorized to join a
   group can do so by interacting with a Key Distribution Center (KDC)
   acting as Resource Server, from which they obtain the keying material
   to communicate with other group members.  While defining general
   message formats as well as the interface and operations available at
   the KDC, this document supports different approaches and protocols
   for secure group communication.  Therefore, details are delegated to
   separate application profiles of this document, as specialized
   instances that target a particular group communication approach and
   define how communications in the group are protected.  Compliance
   requirements for such application profiles are also specified.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ace-key-groupcomm-17"/>
        </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-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">
              <organization>Consultant</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <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.  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-10"/>
        </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="7" month="March" year="2022"/>
            <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-05"/>
        </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="Chonggang Wang" initials="C." surname="Wang">
              <organization>InterDigital</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="23" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies the use of the Constrained Application
   Protocol (CoAP) for group communication, including the use of UDP/IP
   multicast as the default underlying data transport.  Both unsecured
   and secured CoAP group communication are specified.  Security is
   achieved by use of the Group Object Security for Constrained RESTful
   Environments (Group OSCORE) protocol.  The target application area of
   this specification is any group communication use cases that involve
   resource-constrained devices or networks that support CoAP.  This
   document replaces and obsoletes RFC 7390, while it updates RFC 7252
   and RFC 7641.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-10"/>
        </reference>
        <reference anchor="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>
            <date day="9" month="January" 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 receiver 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 receiver.


   // The present version (-10) fixes references, an example, and
   // various nits and typos.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cbor-packed-10"/>
        </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="9" month="January" year="2024"/>
            <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 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 "cref" paragraph will be removed by the RFC editor:) The
   // present revision –14 of this draft picks up comments from the
   // shepherd review and adds sections on CoAP integration and on cri
   // application-oriented literals for the Extended Diagnostic
   // Notation.  This revision still contains open issues and is
   // intended to serve as a snapshot while the processing of the
   // shepherd review is being completed.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-href-14"/>
        </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="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="RFC6749">
          <front>
            <title>The OAuth 2.0 Authorization Framework</title>
            <author fullname="D. Hardt" initials="D." role="editor" surname="Hardt"/>
            <date month="October" year="2012"/>
            <abstract>
              <t>The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by orchestrating an approval interaction between the resource owner and the HTTP service, or by allowing the third-party application to obtain access on its own behalf. This specification replaces and obsoletes the OAuth 1.0 protocol described in RFC 5849. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6749"/>
          <seriesInfo name="DOI" value="10.17487/RFC6749"/>
        </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="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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="RFC8949">
          <front>
            <title>Concise Binary Object Representation (CBOR)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2020"/>
            <abstract>
              <t>The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation. These design goals make it different from earlier binary serializations such as ASN.1 and MessagePack.</t>
              <t>This document obsoletes RFC 7049, providing editorial improvements, new details, and errata fixes while keeping full compatibility with the interchange format of RFC 7049. It does not create a new version of the format.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="94"/>
          <seriesInfo name="RFC" value="8949"/>
          <seriesInfo name="DOI" value="10.17487/RFC8949"/>
        </reference>
        <reference anchor="RFC9052">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Structures and Process</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines the CBOR Object Signing and Encryption (COSE) protocol. This specification describes how to create and process signatures, message authentication codes, and encryption using CBOR for serialization. This specification additionally describes how to represent cryptographic keys using CBOR.</t>
              <t>This document, along with RFC 9053, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="96"/>
          <seriesInfo name="RFC" value="9052"/>
          <seriesInfo name="DOI" value="10.17487/RFC9052"/>
        </reference>
        <reference anchor="RFC9053">
          <front>
            <title>CBOR Object Signing and Encryption (COSE): Initial Algorithms</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size. There is a need to be able to define basic security services for this data format. This document defines a set of algorithms that can be used with the CBOR Object Signing and Encryption (COSE) protocol (RFC 9052).</t>
              <t>This document, along with RFC 9052, obsoletes RFC 8152.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9053"/>
          <seriesInfo name="DOI" value="10.17487/RFC9053"/>
        </reference>
        <reference anchor="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="RFC9202">
          <front>
            <title>Datagram Transport Layer Security (DTLS) Profile for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="S. Gerdes" initials="S." surname="Gerdes"/>
            <author fullname="O. Bergmann" initials="O." surname="Bergmann"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This specification defines a profile of the Authentication and Authorization for Constrained Environments (ACE) framework that allows constrained servers to delegate client authentication and authorization. The protocol relies on DTLS version 1.2 or later for communication security between entities in a constrained network using either raw public keys or pre-shared keys. A resource-constrained server can use this protocol to delegate management of authorization information to a trusted host with less-severe limitations regarding processing power and memory.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9202"/>
          <seriesInfo name="DOI" value="10.17487/RFC9202"/>
        </reference>
        <reference anchor="RFC9203">
          <front>
            <title>The Object Security for Constrained RESTful Environments (OSCORE) Profile of the Authentication and Authorization for Constrained Environments (ACE) Framework</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="M. Gunnarsson" initials="M." surname="Gunnarsson"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a profile for the Authentication and Authorization for Constrained Environments (ACE) framework. It utilizes Object Security for Constrained RESTful Environments (OSCORE) to provide communication security 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="RFC" value="9203"/>
          <seriesInfo name="DOI" value="10.17487/RFC9203"/>
        </reference>
        <reference anchor="RFC9237">
          <front>
            <title>An Authorization Information Format (AIF) for Authentication and Authorization for Constrained Environments (ACE)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>Information about which entities are authorized to perform what operations on which constituents of other entities is a crucial component of producing an overall system that is secure. Conveying precise authorization information is especially critical in highly automated systems with large numbers of entities, such as the Internet of Things.</t>
              <t>This specification provides a generic information model and format for representing such authorization information, as well as two variants of a specific instantiation of that format for use with Representational State Transfer (REST) resources identified by URI path.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9237"/>
          <seriesInfo name="DOI" value="10.17487/RFC9237"/>
        </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>
      </references>
      <references>
        <name>Informative References</name>
        <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="20" month="October" year="2023"/>
            <abstract>
              <t>   This document specifies a CBOR encoding of X.509 certificates.  The
   resulting certificates are called C509 Certificates.  The CBOR
   encoding supports a large subset of RFC 5280 and all certificates
   compatible with the RFC 7925, IEEE 802.1AR (DevID), CNSA, RPKI, GSMA
   eUICC, and CA/Browser Forum Baseline Requirements profiles.  When
   used to re-encode DER encoded X.509 certificates, the CBOR encoding
   can in many cases reduce the size of RFC 7925 profiled certificates
   with over 50%.  The CBOR encoded structure can alternatively be
   signed directly ("natively signed"), which does not require re-
   encoding for the signature to be verified.  The document also
   specifies C509 COSE headers, a C509 TLS certificate type, and a C509
   file format.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-cose-cbor-encoded-cert-07"/>
        </reference>
        <reference anchor="I-D.ietf-core-target-attr">
          <front>
            <title>CoRE Target Attributes Registry</title>
            <author fullname="Carsten Bormann" initials="C." surname="Bormann">
              <organization>Universität Bremen TZI</organization>
            </author>
            <date day="11" month="October" year="2023"/>
            <abstract>
              <t>   The Constrained RESTful Environments (CoRE) specifications apply Web
   technologies to constrained environments.  One important such
   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 CoAP's Resource Discovery Protocol (Section 7.2
   of RFC7252) and the Resource Directory (RD, RFC 9176).

   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="Internet-Draft" value="draft-ietf-core-target-attr-06"/>
        </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="RFC8392">
          <front>
            <title>CBOR Web Token (CWT)</title>
            <author fullname="M. Jones" initials="M." surname="Jones"/>
            <author fullname="E. Wahlstroem" initials="E." surname="Wahlstroem"/>
            <author fullname="S. Erdtman" initials="S." surname="Erdtman"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>CBOR Web Token (CWT) is a compact means of representing claims to be transferred between two parties. The claims in a CWT are encoded in the Concise Binary Object Representation (CBOR), and CBOR Object Signing and Encryption (COSE) is used for added application-layer security protection. A claim is a piece of information asserted about a subject and is represented as a name/value pair consisting of a claim name and a claim value. CWT is derived from JSON Web Token (JWT) but uses CBOR rather than JSON.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8392"/>
          <seriesInfo name="DOI" value="10.17487/RFC8392"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
      </references>
    </references>
    <section anchor="sec-packed-cbor-tables">
      <name>Shared item tables for Packed CBOR</name>
      <t>This appendix defines the two 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                                                   |
+-------+--------------------------------------------------------+
| 6     | cri'http://www.iana.org/assignments/linkformat/rt'     |
+-------+--------------------------------------------------------+
| 50    | cri'http://coreapps.org/core.osc.gcoll#item'           |
+-------+--------------------------------------------------------+
| 68    | cri'http://coreapps.org/core.osc.gconf#hkdf'           |
+-------+--------------------------------------------------------+
| 69    | cri'http://coreapps.org/core.osc.gconf#cred_fmt'       |
+-------+--------------------------------------------------------+
| 70    | cri'http://coreapps.org/core.osc.gconf#group_mode'     |
+-------+--------------------------------------------------------+
| 71    | cri'http://coreapps.org/core.osc.gconf#gp_enc_alg'     |
+-------+--------------------------------------------------------+
| 72    | cri'http://coreapps.org/core.osc.gconf#sign_alg'       |
+-------+--------------------------------------------------------+
| 73    | cri'http://coreapps.org/core.osc.gconf#sign_params'    |
+-------+--------------------------------------------------------+
| 74    | cri'http://coreapps.org/core.osc.gconf#sign_params     |
|       |     .alg_capab.key_type'                               |
+-------+--------------------------------------------------------+
| 75    | cri'http://coreapps.org/core.osc.gconf#sign_params     |
|       |     .key_type_capab.key_type'                          |
+-------+--------------------------------------------------------+
| 76    | cri'http://coreapps.org/core.osc.gconf#sign_params     |
|       |     .key_type_capab.curve'                             |
+-------+--------------------------------------------------------+
| 77    | cri'http://coreapps.org/core.osc.gconf#pairwise_mode'  |
+-------+--------------------------------------------------------+
| 78    | cri'http://coreapps.org/core.osc.gconf#alg'            |
+-------+--------------------------------------------------------+
| 79    | cri'http://coreapps.org/core.osc.gconf#ecdh_alg'       |
+-------+--------------------------------------------------------+
| 80    | cri'http://coreapps.org/core.osc.gconf#ecdh_params'    |
+-------+--------------------------------------------------------+
| 81    | cri'http://coreapps.org/core.osc.gconf#ecdh_params     |
|       |     .alg_capab.key_type'                               |
+-------+--------------------------------------------------------+
| 82    | cri'http://coreapps.org/core.osc.gconf#ecdh_params     |
|       |     .key_type_capab.key_type'                          |
+-------+--------------------------------------------------------+
| 83    | cri'http://coreapps.org/core.osc.gconf#ecdh_params     |
|       |     .key_type_capab.curve'                             |
+-------+--------------------------------------------------------+
| 84    | cri'http://coreapps.org/core.osc.gconf#det_req'        |
+-------+--------------------------------------------------------+
| 85    | cri'http://coreapps.org/core.osc.gconf#det_hash_alg'   |
+-------+--------------------------------------------------------+
| 86    | cri'http://coreapps.org/core.osc.gconf#rt'             |
+-------+--------------------------------------------------------+
| 87    | cri'http://coreapps.org/core.osc.gconf#active'         |
+-------+--------------------------------------------------------+
| 88    | cri'http://coreapps.org/core.osc.gconf#group_name'     |
+-------+--------------------------------------------------------+
| 89    | cri'http://coreapps.org/core.osc.gconf#group_title'    |
+-------+--------------------------------------------------------+
| 90    | cri'http://coreapps.org/core.osc.gconf                 |
|       |     #ace_groupcomm_profile'                            |
+-------+--------------------------------------------------------+
| 91    | cri'http://coreapps.org/core.osc.gconf#max_stale_sets' |
+-------+--------------------------------------------------------+
| 92    | cri'http://coreapps.org/core.osc.gconf#exp'            |
+-------+--------------------------------------------------------+
| 93    | cri'http://coreapps.org/core.osc.gconf#gid_reuse'      |
+-------+--------------------------------------------------------+
| 94    | cri'http://coreapps.org/core.osc.gconf#app_group'      |
+-------+--------------------------------------------------------+
| 95    | cri'http://coreapps.org/core.osc.gconf#app_group_del'  |
+-------+--------------------------------------------------------+
| 96    | cri'http://coreapps.org/core.osc.gconf#app_group_add'  |
+-------+--------------------------------------------------------+
| 97    | cri'http://coreapps.org/core.osc.gconf#joining_uri'    |
+-------+--------------------------------------------------------+
| 98    | cri'http://coreapps.org/core.osc.gconf#app_groups'     |
+-------+--------------------------------------------------------+
| 99    | cri'http://coreapps.org/core.osc.gconf#group_policies' |
+-------+--------------------------------------------------------+
| 100   | cri'http://coreapps.org/core.osc.gconf#group_policies  |
|       |     .key_update_check_interval'                        |
+-------+--------------------------------------------------------+
| 101   | cri'http://coreapps.org/core.osc.gconf#group_policies  |
|       |     .exp_delta'                                        |
+-------+--------------------------------------------------------+
| 102   | cri'http://coreapps.org/core.osc.gconf#as_uri'         |
+-------+--------------------------------------------------------+
]]></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                                                   |
+-------+--------------------------------------------------------+
| 415   | cri'http://www.iana.org/assignments/linkformat/rt      |
|       |     /core.osc.gconf'                                   |
+-------+--------------------------------------------------------+
]]></artwork>
        </figure>
      </section>
    </section>
    <section anchor="sec-document-updates">
      <name>Document Updates</name>
      <t>RFC EDITOR: PLEASE REMOVE THIS SECTION.</t>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>Updated reference and introductory text for the CBOR EDN application-extension identifier "cri".</li>
        </ul>
      </section>
      <section anchor="sec-00">
        <name>Version -00</name>
        <ul spacing="normal">
          <li>CoRAL content taken out from draft-ietf-ace-oscore-gm-admin-08.</li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgment">
      <name>Acknowledgments</name>
      <t>Most of the content in this document was originally specified in draft-ietf-ace-oscore-gm-admin, which is co-authored also by Peter van der Stok and Francesca Palombini, and where Klaus Hartke contributed in the initial definition of the resource model and interactions using CoRAL.</t>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Carsten Bormann"/>, and <contact fullname="Jim Schaad"/> for their comments and feedback. The work on this document has been partly supported by VINNOVA and the Celtic-Next project CRITISEC; and by the H2020 project SIFIS-Home (Grant agreement 952652).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
