<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.3.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-schc-8824-update-10" category="std" consensus="true" submissionType="IETF" obsoletes="8824" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="SCHC for CoAP">Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-schc-8824-update-10"/>
    <author initials="M." surname="Tiloca" fullname="Marco Tiloca">
      <organization>RISE AB</organization>
      <address>
        <postal>
          <street>Isafjordsgatan 22</street>
          <city>Kista</city>
          <code>16440</code>
          <country>Sweden</country>
        </postal>
        <email>marco.tiloca@ri.se</email>
      </address>
    </author>
    <author initials="L." surname="Toutain" fullname="Laurent Toutain">
      <organization>IMT Atlantique</organization>
      <address>
        <postal>
          <street>CS 17607, 2 rue de la Chataigneraie</street>
          <city>Cesson-Sevigne Cedex</city>
          <code>35576</code>
          <country>France</country>
        </postal>
        <email>Laurent.Toutain@imt-atlantique.fr</email>
      </address>
    </author>
    <author initials="I." surname="Martínez" fullname="Iván Martínez">
      <organization>IRISA</organization>
      <address>
        <postal>
          <street>263 Av. Général Leclerc</street>
          <city>Rennes</city>
          <code>35000</code>
          <country>France</country>
        </postal>
        <email>ivan-marino.martinez-bolivar@irisa.fr</email>
      </address>
    </author>
    <author initials="A." surname="Minaburo" fullname="Ana Minaburo">
      <organization>Consultant</organization>
      <address>
        <postal>
          <street>Rue de Rennes</street>
          <city>Cesson-Sevigne</city>
          <code>35510</code>
          <country>France</country>
        </postal>
        <email>anaminaburo@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="26"/>
    <area>Internet</area>
    <workgroup>SCHC Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 93?>

<t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for constrained devices, and it uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework and its application for IPv6 and UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from that of IPv6 and UDP headers, since CoAP uses a flexible header with a variable number of options that are in turn of variable length. The CoAP message format is asymmetric, i.e., request messages have a header format different from that of response messages. This specification gives guidance on applying SCHC to flexible headers and on leveraging the message format asymmetry for defining more efficient compression Rules. This document replaces and obsoletes RFC 8824.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
    Static Context Header Compression Working Group mailing list (schc@ietf.org),
    which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/schc/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
    <eref target="https://github.com/ietf-wg-schc/draft-ietf-schc-8824-update"/>.</t>
    </note>
  </front>
  <middle>
    <?line 97?>

<section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> is a request/response protocol designed for microcontrollers with small RAM and ROM, and optimized for services based on REST (Representational State Transfer). Although constrained devices are a leading factor in the design of CoAP, a CoAP header's size is still too large for Low-Power Wide-Area Networks (LPWANs). Applying the Static Context Header Compression and fragmentation (SCHC) framework to CoAP headers is particularly important for improving performance or for enabling the use of CoAP over LPWAN technologies.</t>
      <t><xref target="RFC8724"/> defines the SCHC framework, which includes a header compression mechanism for LPWANs that is based on a static SCHC Context. <xref section="5" sectionFormat="of" target="RFC8724"/> explains where compression and decompression occur in the architecture. The SCHC compression scheme assumes as a prerequisite that communicating SCHC Instances share the SCHC Context before message transmission. The way the SCHC Context is configured, provisioned, or exchanged is out of the scope of this document.</t>
      <t>Since CoAP is an application-layer protocol, compressing CoAP headers requires installing on the communicating SCHC Instances a common SCHC Context that contains the common SCHC Set of Rules (SoR). SCHC compression may apply at two different levels: at the IP and UDP level in the LPWAN, as well as at the application level for CoAP. These two compression techniques may be independent; they are then performed by distinct SCHC Instances, each operating with its own SCHC Context. Both follow the same principle as that described in <xref target="RFC8724"/>. As different entities manage the CoAP compression process at different levels, the SCHC Rules driving the compression/decompression are also different. <xref target="RFC8724"/> describes how to use SCHC for IP and UDP headers. This document specifies how to apply SCHC compression to CoAP headers.</t>
      <t>SCHC compresses and decompresses headers based on a common SCHC Context shared between SCHC Instances. The SCHC Context includes multiple Rules in its SCHC Set of Rules (SoR). Each Rule can match the header fields to specific values or ranges of values. If a Rule matches, then the Rule is selected. When performing compression, the matched header fields are replaced by the RuleID and the Compression Residue that contains the residual bits of the compression. Thus, different Rules may correspond to different protocol headers in the packet that a Device expects to send or receive.</t>
      <t>A Rule describes the packets' entire header with an ordered list of Field Descriptors (see <xref section="7" sectionFormat="of" target="RFC8724"/>). In turn, each Field Descriptor contains the Field ID (FID), Field Length (FL), and Field Position (FP), as well as a Direction Indicator (DI) (upstream, downstream, or bidirectional) and some associated Target Values (TVs). The DI allows the compression to be based on the best TV for the Field Descriptor, when the TV to consider is different for the different transmission directions. Therefore, a field may be described several times in the same Rule.</t>
      <t>Furthermore, a Matching Operator (MO) is associated with each header Field Descriptor. A Rule is selected if all the MOs fit the TVs for all the fields of the header. A Rule cannot be selected if the message contains a field that is unknown to the SCHC compressor.</t>
      <t>Within a Rule, a Compression/Decompression Action (CDA) associated with each field specifies the method to compress and decompress that field. Compression mainly results in one of four actions:</t>
      <ul spacing="normal">
        <li>
          <t>send the field value (value-sent),</t>
        </li>
        <li>
          <t>send nothing (not-sent),</t>
        </li>
        <li>
          <t>send some Least Significant Bits (LSBs) of the field, or</t>
        </li>
        <li>
          <t>send an index (mapping-sent).</t>
        </li>
      </ul>
      <t>After applying the compression, there may be some bits to be sent. These values are called "Compression Residue".</t>
      <t>SCHC is a general mechanism applied to different protocols, with the exact Rules to be used depending on the protocol and the application. <xref section="10" sectionFormat="of" target="RFC8724"/> describes the compression scheme for IPv6 and UDP headers. This document targets CoAP header compression using SCHC.</t>
      <t>The use of SCHC compression applied to CoAP headers was originally defined in <xref target="RFC8824"/>. While this document does not alter the core approach, design choices, and features specified therein, this document clarifies, updates, and extends the SCHC compression of CoAP headers defined in <xref target="RFC8824"/>.</t>
      <t>In particular, this documents replaces and obsoletes <xref target="RFC8824"/> as follows:</t>
      <ul spacing="normal">
        <li>
          <t>It provides clarifications and amendments to the original specification text, based on collected feedback and reported errata.</t>
        </li>
        <li>
          <t>It clarifies the use of the FL within Field Descriptors corresponding to variable-length header fields (see <xref target="ssec-differences-with-udp-ip"/>).</t>
        </li>
        <li>
          <t>It generalizes the handling of the Token Length field and of the Token field as well as the use of the "tkl" function to comply with <xref target="RFC8974"/> (see <xref target="ssec-coap-tkl-field"/> and <xref target="ssec-coap-token-field"/>).</t>
        </li>
        <li>
          <t>It clarifies how the SCHC compression handles CoAP options in general (see <xref target="sec-field-descriptors-coap-options"/>).</t>
        </li>
        <li>
          <t>It clarifies the SCHC compression for the CoAP options Size1, Size2, Proxy-Uri, and Proxy-Scheme (see <xref target="ssec-size1-size2-proxy-uri-proxy-scheme-option"/>).</t>
        </li>
        <li>
          <t>It defines the SCHC compression for the recently defined CoAP options Proxy-Cri and Proxy-Scheme-Number (see <xref target="ssec-proxy-cri-proxy-scheme-number-option"/>).</t>
        </li>
        <li>
          <t>It updates the SCHC compression processing for the CoAP options: ETag and If-Match (see <xref target="ssec-etag-if-match-option"/>); and If-None-Match (see <xref target="ssec-if-none-match"/>).</t>
        </li>
        <li>
          <t>It defines the SCHC compression for the CoAP option Hop-Limit (see <xref target="coap-options-hop-limit"/>).</t>
        </li>
        <li>
          <t>It defines the SCHC compression for the recently defined CoAP options Echo (see <xref target="coap-options-echo"/>), Request-Tag (see <xref target="coap-options-request-tag"/>), EDHOC (see <xref target="coap-options-edhoc"/>), as well as Q-Block1 and Q-Block2 (see <xref target="ssec-coap-extensions-block"/>).</t>
        </li>
        <li>
          <t>It updates the SCHC compression processing for the CoAP option OSCORE (see <xref target="ssec-coap-extensions-oscore"/>), also in the light of recent developments related to the security protocol Object Security for Constrained RESTful Environments (OSCORE) as defined in <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        </li>
        <li>
          <t>It clarifies how the SCHC compression handles the CoAP payload marker (see <xref target="payload-marker"/>).</t>
        </li>
        <li>
          <t>It defines the SCHC compression of CoAP headers in the presence of CoAP proxies (see <xref target="compression-with-proxies"/>), for which examples are provided (see <xref target="examples"/>).</t>
        </li>
      </ul>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

<t>Readers are expected to be familiar with the terms and concepts related to the SCHC framework defined in <xref target="RFC8724"/>.</t>
        <t>This document uses the following terms that reflect the terminology introduced in <xref target="I-D.ietf-schc-architecture"/>. They all include the word "SCHC" followed by a word that starts with an uppercase letter, in order to avoid ambiguities with similar terms pertaining to other protocols.</t>
        <ul spacing="normal">
          <li>
            <t>SCHC Endpoint: A logical entity that provides SCHC functionality by hosting the SCHC processing code, rather than a physical device. Multiple SCHC Endpoints can operate on the same physical equipment.</t>
          </li>
          <li>
            <t>SCHC Instance: A logical component of a SCHC Endpoint that executes the actual SCHC operations, e.g., compressing and decompressing headers, or fragmenting and reassembling packets. Multiple SCHC Instances can coexist on the same SCHC Endpoint, but each SCHC Instance operates independently, with its own SCHC Context and configuration.</t>
          </li>
          <li>
            <t>SCHC Set of Rules (SoR): The collection of Compression and Decompression (C/D), Fragmentation and Reassembly (F/R), and no-compression Rules available to a SCHC Instance.</t>
          </li>
          <li>
            <t>SCHC Context: A SCHC SoR together with metadata, shared by two or more SCHC Instances. Metadata may, for example, refer to a data model or a parser compatible with the Rule format.</t>
          </li>
          <li>
            <t>SCHC Session: A communication session between two or more SCHC Instances that share a common SCHC Context for SCHC operations.</t>
          </li>
        </ul>
        <t>Readers are also expected to be familiar with the terms and concepts related to:</t>
        <ul spacing="normal">
          <li>
            <t>CoAP <xref target="RFC7252"/>. A notable term is "endpoint", i.e., "[a]n entity participating in the CoAP protocol". This is not to be confused with the term "SCHC Endpoint".</t>
          </li>
          <li>
            <t>The security protocols OSCORE <xref target="RFC8613"/> and Group Object Security for Constrained RESTful Environments (Group OSCORE) <xref target="I-D.ietf-core-oscore-groupcomm"/>. A notable term is "OSCORE Security Context", denoting the set of information elements necessary to carry out the cryptographic operations in OSCORE. Although not used in this document, the equivalent term "Group OSCORE Security Context" applies to Group OSCORE and its cryptographic operations. These are not to be confused with the term "SCHC Context".</t>
          </li>
        </ul>
        <t>Finally, building on the term "endpoint" from <xref target="RFC7252"/> listed above, this document uses the following terminology:</t>
        <ul spacing="normal">
          <li>
            <t>The terms "origin endpoint" and "application endpoint" interchangeably denote an origin CoAP client or an origin CoAP server.</t>
          </li>
          <li>
            <t>The terms "sender endpoint" and "recipient endpoint" denote an endpoint that sends and receives a CoAP message, respectively.</t>
          </li>
          <li>
            <t>The term "OSCORE endpoint" denotes an endpoint that processes a CoAP message using OSCORE or Group OSCORE.</t>
          </li>
        </ul>
        <t>The terms "endpoint", "origin endpoint", "application endpoint", "sender endpoint", "recipient endpoint", and "OSCORE endpoint" only pertain to CoAP and (Group) OSCORE. That is, they do not denote a SCHC Endpoint. If any such endpoint is also a SCHC Endpoint, then the SCHC operations that it performs are executed by a SCHC Instance within that SCHC Endpoint.</t>
      </section>
    </section>
    <section anchor="sec-applicability-to-coap">
      <name>SCHC Applicability to CoAP</name>
      <t>SCHC compression for CoAP headers <bcp14>MAY</bcp14> be done in conjunction with the lower layers (IPv6/UDP) or independently. The SCHC adaptation layers described in <xref section="5" sectionFormat="of" target="RFC8724"/> may be used as shown in <xref target="fig-applicability-to-coap-1"/>, <xref target="fig-applicability-to-coap-2"/>, and <xref target="fig-applicability-to-coap-3"/> below.</t>
      <t>In the first example depicted in <xref target="fig-applicability-to-coap-1"/>, a Rule compresses the complete header stack from IPv6 to CoAP. In this case, the Device and the Network Gateway (NGW) each comprise a SCHC Endpoint with a SCHC Instance. These SCHC Instances share a common SCHC Context and communicate using a SCHC Session. The application communicating with the Device does not implement SCHC C/D and does not comprise a SCHC Endpoint.</t>
      <figure anchor="fig-applicability-to-coap-1">
        <name>Compression/Decompression at the LPWAN Boundary.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="256" width="512" viewBox="0 0 512 256" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,64 L 8,224" fill="none" stroke="black"/>
              <path d="M 80,64 L 80,232" fill="none" stroke="black"/>
              <path d="M 128,128 L 128,232" fill="none" stroke="black"/>
              <path d="M 200,160 L 200,224" fill="none" stroke="black"/>
              <path d="M 264,128 L 264,224" fill="none" stroke="black"/>
              <path d="M 432,64 L 432,224" fill="none" stroke="black"/>
              <path d="M 504,64 L 504,224" fill="none" stroke="black"/>
              <path d="M 8,64 L 80,64" fill="none" stroke="black"/>
              <path d="M 432,64 L 504,64" fill="none" stroke="black"/>
              <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
              <path d="M 432,96 L 504,96" fill="none" stroke="black"/>
              <path d="M 8,128 L 80,128" fill="none" stroke="black"/>
              <path d="M 128,128 L 264,128" fill="none" stroke="black"/>
              <path d="M 432,128 L 504,128" fill="none" stroke="black"/>
              <path d="M 8,160 L 80,160" fill="none" stroke="black"/>
              <path d="M 128,160 L 264,160" fill="none" stroke="black"/>
              <path d="M 432,160 L 504,160" fill="none" stroke="black"/>
              <path d="M 8,192 L 80,192" fill="none" stroke="black"/>
              <path d="M 128,192 L 200,192" fill="none" stroke="black"/>
              <path d="M 8,224 L 80,224" fill="none" stroke="black"/>
              <path d="M 128,224 L 264,224" fill="none" stroke="black"/>
              <path d="M 432,224 L 504,224" fill="none" stroke="black"/>
              <path d="M 56,240 L 80,240" fill="none" stroke="black"/>
              <path d="M 128,240 L 152,240" fill="none" stroke="black"/>
              <path d="M 248,240 L 288,240" fill="none" stroke="black"/>
              <path d="M 400,240 L 448,240" fill="none" stroke="black"/>
              <g class="text">
                <text x="44" y="36">(Device)</text>
                <text x="200" y="36">(NGW)</text>
                <text x="464" y="36">(App)</text>
                <text x="44" y="84">CoAP</text>
                <text x="468" y="84">CoAP</text>
                <text x="40" y="116">UDP</text>
                <text x="464" y="116">UDP</text>
                <text x="44" y="148">IPv6</text>
                <text x="196" y="148">IPv6</text>
                <text x="468" y="148">IPv6</text>
                <text x="44" y="180">SCHC</text>
                <text x="164" y="180">SCHC</text>
                <text x="48" y="212">LPWAN</text>
                <text x="160" y="212">LPWAN</text>
                <text x="104" y="244">LPWAN</text>
                <text x="348" y="244">Internet</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
 (Device)             (NGW)                            (App)

+--------+                                           +--------+
|  CoAP  |                                           |  CoAP  |
+--------+                                           +--------+
|  UDP   |                                           |  UDP   |
+--------+     +----------------+                    +--------+
|  IPv6  |     |      IPv6      |                    |  IPv6  |
+--------+     +--------+-------+                    +--------+
|  SCHC  |     |  SCHC  |       |                    |        |
+--------+     +--------+       +                    +        +
|  LPWAN |     | LPWAN  |       |                    |        |
+--------+     +--------+-------+                    +--------+
      ((((LPWAN))))           ------   Internet  -------
]]></artwork>
        </artset>
      </figure>
      <t><xref target="fig-applicability-to-coap-1"/> shows the use of SCHC header compression above Layer 2 in the Device and the NGW. The SCHC Instance at the Device receives non-encrypted packets and applies a matching Rule from its SCHC Context to all the headers in the stack. On the other end, the NGW receives the SCHC packet, internally routes it to its correct SCHC Instance, and reconstructs the headers using a matching Rule and the Compression Residue. After the decompression, the NGW forwards the IPv6 packet toward the destination. The same process applies in the other direction when a non-encrypted packet arrives at the NGW. Thanks to the IP forwarding based on the IPv6 prefix, the NGW identifies the Device and compresses headers using a matching Rule from the SCHC Context of the appropriate SCHC Instance.</t>
      <t>In the second example depicted in <xref target="fig-applicability-to-coap-2"/>, SCHC compression is applied in the CoAP layer, compressing the CoAP header independently of the other layers. The RuleID, Compression Residue, and CoAP payload are encrypted using a mechanism such as DTLS <xref target="RFC9147"/>. Only the other end (App) can decrypt the incoming information and then perform SCHC decompression, using a matching Rule from the SCHC Context of the appropriate SCHC Instance. If needed, layers below use separate SCHC Instances to compress and decompress the corresponding headers as defined in <xref target="RFC8724"/> (represented by dotted lines in the figure).</t>
      <t>This use case needs that an end-to-end SCHC Instance and SCHC Context therein are established between the Device and the application. The establishment of the SCHC Instance and SCHC Context is out of scope for this document.</t>
      <figure anchor="fig-applicability-to-coap-2">
        <name>Standalone CoAP End-to-End Compression/Decompression.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="320" width="512" viewBox="0 0 512 320" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,64 L 8,160" fill="none" stroke="black"/>
              <path d="M 80,64 L 80,160" fill="none" stroke="black"/>
              <path d="M 432,64 L 432,160" fill="none" stroke="black"/>
              <path d="M 504,64 L 504,160" fill="none" stroke="black"/>
              <path d="M 8,64 L 80,64" fill="none" stroke="black"/>
              <path d="M 432,64 L 504,64" fill="none" stroke="black"/>
              <path d="M 8,96 L 80,96" fill="none" stroke="black"/>
              <path d="M 432,96 L 504,96" fill="none" stroke="black"/>
              <path d="M 8,128 L 80,128" fill="none" stroke="black"/>
              <path d="M 432,128 L 504,128" fill="none" stroke="black"/>
              <path d="M 8,160 L 80,160" fill="none" stroke="black"/>
              <path d="M 432,160 L 504,160" fill="none" stroke="black"/>
              <path d="M 56,304 L 80,304" fill="none" stroke="black"/>
              <path d="M 128,304 L 152,304" fill="none" stroke="black"/>
              <path d="M 248,304 L 288,304" fill="none" stroke="black"/>
              <path d="M 400,304 L 448,304" fill="none" stroke="black"/>
              <g class="text">
                <text x="44" y="36">(Device)</text>
                <text x="200" y="36">(NGW)</text>
                <text x="464" y="36">(App)</text>
                <text x="44" y="84">CoAP</text>
                <text x="468" y="84">CoAP</text>
                <text x="44" y="116">SCHC</text>
                <text x="468" y="116">SCHC</text>
                <text x="44" y="148">DTLS</text>
                <text x="468" y="148">DTLS</text>
                <text x="8" y="180">.</text>
                <text x="40" y="180">udp</text>
                <text x="80" y="180">.</text>
                <text x="432" y="180">.</text>
                <text x="464" y="180">udp</text>
                <text x="504" y="180">.</text>
                <text x="44" y="196">..........</text>
                <text x="196" y="196">..................</text>
                <text x="468" y="196">..........</text>
                <text x="8" y="212">.</text>
                <text x="44" y="212">ipv6</text>
                <text x="80" y="212">.</text>
                <text x="128" y="212">.</text>
                <text x="196" y="212">ipv6</text>
                <text x="264" y="212">.</text>
                <text x="432" y="212">.</text>
                <text x="468" y="212">ipv6</text>
                <text x="504" y="212">.</text>
                <text x="44" y="228">..........</text>
                <text x="196" y="228">..................</text>
                <text x="468" y="228">..........</text>
                <text x="8" y="244">.</text>
                <text x="44" y="244">schc</text>
                <text x="80" y="244">.</text>
                <text x="128" y="244">.</text>
                <text x="164" y="244">schc</text>
                <text x="200" y="244">.</text>
                <text x="264" y="244">.</text>
                <text x="432" y="244">.</text>
                <text x="504" y="244">.</text>
                <text x="44" y="260">..........</text>
                <text x="164" y="260">..........</text>
                <text x="264" y="260">.</text>
                <text x="432" y="260">.</text>
                <text x="504" y="260">.</text>
                <text x="8" y="276">.</text>
                <text x="48" y="276">lpwan</text>
                <text x="80" y="276">.</text>
                <text x="128" y="276">.</text>
                <text x="160" y="276">lpwan</text>
                <text x="200" y="276">.</text>
                <text x="264" y="276">.</text>
                <text x="432" y="276">.</text>
                <text x="504" y="276">.</text>
                <text x="44" y="292">..........</text>
                <text x="196" y="292">..................</text>
                <text x="468" y="292">..........</text>
                <text x="104" y="308">LPWAN</text>
                <text x="348" y="308">Internet</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
 (Device)             (NGW)                            (App)

+--------+                                           +--------+
|  CoAP  |                                           |  CoAP  |
+--------+                                           +--------+
|  SCHC  |                                           |  SCHC  |
+--------+                                           +--------+
|  DTLS  |                                           |  DTLS  |
+--------+                                           +--------+
.  udp   .                                           .  udp   .
..........     ..................                    ..........
.  ipv6  .     .      ipv6      .                    .  ipv6  .
..........     ..................                    ..........
.  schc  .     .  schc  .       .                    .        .
..........     ..........       .                    .        .
.  lpwan .     . lpwan  .       .                    .        .
..........     ..................                    ..........
      ((((LPWAN))))           ------   Internet  -------
]]></artwork>
        </artset>
      </figure>
      <t>The third example depicted in <xref target="fig-applicability-to-coap-3"/> shows the use of the security protocol OSCORE <xref target="RFC8613"/>. In this case, the CoAP header is compressed by using in sequence two distinct SCHC Instances on the same SCHC Endpoint, at the Device or at the application. That is, a matching Rule from the SCHC Context of a first SCHC Instance is used to compress the Inner header. The result of this first compression is encrypted using OSCORE. Then, a matching Rule from the SCHC Context of a second SCHC Instance is used to compress the Outer header including the CoAP option OSCORE.</t>
      <figure anchor="fig-applicability-to-coap-3">
        <name>Compression/Decompression when Using OSCORE.</name>
        <artset>
          <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="416" width="512" viewBox="0 0 512 416" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
              <path d="M 8,64 L 8,256" fill="none" stroke="black"/>
              <path d="M 80,64 L 80,256" fill="none" stroke="black"/>
              <path d="M 432,64 L 432,256" fill="none" stroke="black"/>
              <path d="M 504,64 L 504,256" fill="none" stroke="black"/>
              <path d="M 8,64 L 80,64" fill="none" stroke="black"/>
              <path d="M 432,64 L 504,64" fill="none" stroke="black"/>
              <path d="M 8,112 L 80,112" fill="none" stroke="black"/>
              <path d="M 432,112 L 504,112" fill="none" stroke="black"/>
              <path d="M 8,160 L 80,160" fill="none" stroke="black"/>
              <path d="M 432,160 L 504,160" fill="none" stroke="black"/>
              <path d="M 8,208 L 80,208" fill="none" stroke="black"/>
              <path d="M 432,208 L 504,208" fill="none" stroke="black"/>
              <path d="M 8,256 L 80,256" fill="none" stroke="black"/>
              <path d="M 432,256 L 504,256" fill="none" stroke="black"/>
              <path d="M 56,400 L 80,400" fill="none" stroke="black"/>
              <path d="M 128,400 L 152,400" fill="none" stroke="black"/>
              <path d="M 248,400 L 288,400" fill="none" stroke="black"/>
              <path d="M 400,400 L 448,400" fill="none" stroke="black"/>
              <g class="text">
                <text x="44" y="36">(Device)</text>
                <text x="200" y="36">(NGW)</text>
                <text x="464" y="36">(App)</text>
                <text x="44" y="84">CoAP</text>
                <text x="468" y="84">CoAP</text>
                <text x="48" y="100">Inner</text>
                <text x="472" y="100">Inner</text>
                <text x="44" y="132">SCHC</text>
                <text x="468" y="132">SCHC</text>
                <text x="48" y="148">Inner</text>
                <text x="472" y="148">Inner</text>
                <text x="44" y="180">CoAP</text>
                <text x="468" y="180">CoAP</text>
                <text x="48" y="196">Outer</text>
                <text x="472" y="196">Outer</text>
                <text x="44" y="228">SCHC</text>
                <text x="468" y="228">SCHC</text>
                <text x="48" y="244">Outer</text>
                <text x="472" y="244">Outer</text>
                <text x="8" y="276">.</text>
                <text x="40" y="276">udp</text>
                <text x="80" y="276">.</text>
                <text x="432" y="276">.</text>
                <text x="464" y="276">udp</text>
                <text x="504" y="276">.</text>
                <text x="44" y="292">..........</text>
                <text x="196" y="292">..................</text>
                <text x="468" y="292">..........</text>
                <text x="8" y="308">.</text>
                <text x="44" y="308">ipv6</text>
                <text x="80" y="308">.</text>
                <text x="128" y="308">.</text>
                <text x="196" y="308">ipv6</text>
                <text x="264" y="308">.</text>
                <text x="432" y="308">.</text>
                <text x="468" y="308">ipv6</text>
                <text x="504" y="308">.</text>
                <text x="44" y="324">..........</text>
                <text x="196" y="324">..................</text>
                <text x="468" y="324">..........</text>
                <text x="8" y="340">.</text>
                <text x="44" y="340">schc</text>
                <text x="80" y="340">.</text>
                <text x="128" y="340">.</text>
                <text x="164" y="340">schc</text>
                <text x="200" y="340">.</text>
                <text x="264" y="340">.</text>
                <text x="432" y="340">.</text>
                <text x="504" y="340">.</text>
                <text x="44" y="356">..........</text>
                <text x="164" y="356">..........</text>
                <text x="264" y="356">.</text>
                <text x="432" y="356">.</text>
                <text x="504" y="356">.</text>
                <text x="8" y="372">.</text>
                <text x="48" y="372">lpwan</text>
                <text x="80" y="372">.</text>
                <text x="128" y="372">.</text>
                <text x="160" y="372">lpwan</text>
                <text x="200" y="372">.</text>
                <text x="264" y="372">.</text>
                <text x="432" y="372">.</text>
                <text x="504" y="372">.</text>
                <text x="44" y="388">..........</text>
                <text x="196" y="388">..................</text>
                <text x="468" y="388">..........</text>
                <text x="104" y="404">LPWAN</text>
                <text x="348" y="404">Internet</text>
              </g>
            </svg>
          </artwork>
          <artwork type="ascii-art" align="center"><![CDATA[
 (Device)             (NGW)                            (App)

+--------+                                           +--------+
|  CoAP  |                                           |  CoAP  |
|  Inner |                                           |  Inner |
+--------+                                           +--------+
|  SCHC  |                                           |  SCHC  |
|  Inner |                                           |  Inner |
+--------+                                           +--------+
|  CoAP  |                                           |  CoAP  |
|  Outer |                                           |  Outer |
+--------+                                           +--------+
|  SCHC  |                                           |  SCHC  |
|  Outer |                                           |  Outer |
+--------+                                           +--------+
.  udp   .                                           .  udp   .
..........     ..................                    ..........
.  ipv6  .     .      ipv6      .                    .  ipv6  .
..........     ..................                    ..........
.  schc  .     .  schc  .       .                    .        .
..........     ..........       .                    .        .
.  lpwan .     . lpwan  .       .                    .        .
..........     ..................                    ..........
      ((((LPWAN))))           ------   Internet  -------
]]></artwork>
        </artset>
      </figure>
      <t>In the case of several SCHC Instances as shown in <xref target="fig-applicability-to-coap-2"/> and <xref target="fig-applicability-to-coap-3"/>, each SCHC Instance operates independently with its own SCHC Context. The SCHC Contexts can be independently provided and managed.</t>
      <t>This document focuses on CoAP compression, as represented by the dashed boxes in the previous figures.</t>
    </section>
    <section anchor="sec-coap-header-compression">
      <name>CoAP Headers Compressed with SCHC</name>
      <t>The use of SCHC over the CoAP header relies on the same principles and compression/decompression techniques used for IP and UDP headers, as explained in <xref target="RFC8724"/>. For CoAP, the SCHC Rules description uses the direction information to optimize the compression by reducing the number of Rules needed to compress headers. The Field Descriptor <bcp14>MAY</bcp14> define both request/response headers and TVs in the same Rule, using the DI to indicate the header type.</t>
      <t>Like for other header compression protocols, when the compressor does not find a correct Rule to compress the header, the packet <bcp14>MUST</bcp14> be sent uncompressed using the RuleID dedicated to this purpose. In such a case, the Compression Residue is the complete header of the packet (see <xref section="6" sectionFormat="of" target="RFC8724"/>).</t>
      <section anchor="ssec-differences-with-udp-ip">
        <name>Differences between CoAP and UDP/IP Compression</name>
        <t>CoAP compression differs from IPv6 and UDP compression in the following aspects:</t>
        <ul spacing="normal">
          <li>
            <t>The CoAP message format is asymmetric, i.e., the headers are different for a request and a response.  </t>
            <t>
For example, the Uri-Path Option can be used in a request, while it is not used in a response. A request might contain an Accept Option, while both a request and a response might include a Content-Format Option. In comparison, the IPv6 and UDP returning path swaps the value of some fields in the header. However, all the directions have the same fields (e.g., source and destination address fields).  </t>
            <t><xref target="RFC8724"/> defines the use of a DI in the Field Descriptor, which allows a single Rule to process a message header differently, depending on the direction.</t>
          </li>
          <li>
            <t>Even when a field is "symmetric" (i.e., found in both directions), the values carried in each direction are different. The compression may use a "match-mapping" MO to limit the range of expected values in a particular direction and reduce the Compression Residue's size. Through the DI, a Field Descriptor in the Rules splits the possible field value into two parts, one for each direction.  </t>
            <t>
For instance, if a client sends only Confirmable (CON) requests <xref target="RFC7252"/>, the Type can be elided through the compression process, and the reply from the server may use one single bit to carry either the Acknowledgement (ACK) or Reset (RST) type. The field Code has the same behavior: the 0.0X code format value in a request and the Y.ZZ code format in a response.</t>
          </li>
          <li>
            <t>In SCHC, the Rule defines the different header fields' length, so SCHC does not need to send it. In IPv6 and UDP headers, the fields have a fixed size, known by definition.  </t>
            <t>
On the other hand, some CoAP header fields have variable lengths and the Rule description makes it possible to specify it. For example, the size of the Token field may vary from 0 to 65804 bytes <xref target="RFC8974"/>, and the CoAP options rely on the Type-Length-Value encoding format to specify the size of the actual option value in bytes.  </t>
            <t>
Given a Rule description and building on <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>, the following defines how the FL is used within the Field Descriptor corresponding to a variable-length field.  </t>
            <t>
If the field compression relies on the CDA "value-sent" or LSB, then a function "var" can be used for the FL in the Field Descriptor, with byte being the unit used for the residue value's size. In such case, the residue value's size prepended to the residue value encodes the size of the residue value in bytes, and the decompressor <bcp14>MUST</bcp14> interpret the residue value as consisting of exactly that number of bytes.  </t>
            <t>
Alternatively to "var", a function "var_X" can be used for the FL in the Field Descriptor, with X being the unit other than byte that is used for the residue value's size. In particular, this document defines the function "var_bit". When the function "var_bit" is used, the residue value's size prepended to the residue value encodes the size of the residue value in bits, and the decompressor <bcp14>MUST</bcp14> interpret the residue value as consisting of exactly that number of bits. That is, since byte alignment in SCHC applies only at the end of the SCHC packet, the decompressor does not add any per-field padding.  </t>
            <t>
When using the function "var" or a function "var_X" in the FL of the Field Descriptor, SCHC will send the residue value's size in the Compression Residue encoded as specified in <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>, using the unit associated with the function. For example, if the function "var_bit" is used and the residue value's size for the compressed field is 17 bits, that size is encoded as 0b1111 00010001.  </t>
            <t>
As an alternative to the function "var" or to a function "var_X", if the length of the present field can be determined from the value of a previous field in the CoAP header, then it is possible to define a specific function for the FL in the Field Descriptor of the present field, with that function returning the length of the field in the unit specified with the function (e.g., see the "tkl" function defined in <xref target="ssec-coap-token-field"/>).  </t>
            <t>
Instead, if the field compression relies on the CDA "not-sent" or "mapping-sent", then the same as above applies, with the following differences:  </t>
            <ul spacing="normal">
              <li>
                <t>The length of the present field is consistent:      </t>
                <ul spacing="normal">
                  <li>
                    <t>With the length of the value that is specified in the TV of the Field Descriptor, if CDA is set to "not sent"; or</t>
                  </li>
                  <li>
                    <t>With the length of at least one of the values that are specified in the TV of the Field Descriptor, if CDA is set to "mapping-sent".</t>
                  </li>
                </ul>
              </li>
              <li>
                <t>The function "var" (or any alternative function "var_X") used in the FL of the Field Descriptor still indicates that the length of the present field is variable.      </t>
                <t>
However, since the CDA in the Field Descriptor is such that SCHC does not send the residue value's size in the Compression Residue (see <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>), the unit associated with the function plays no role.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>A field can appear several times in a CoAP header. This is typically the case for elements of a URI (i.e., path segments or query parameters). The SCHC specification <xref target="RFC8724"/> allows an FID to appear several times in the Rule and uses the Field Position (FP) to identify the correct occurrence of that field, thus preventing MO's possible ambiguities.</t>
          </li>
          <li>
            <t>Field Lengths defined in CoAP can be too large when it comes to LPWAN traffic constraints. For instance, this is particularly true for the Message ID field and the Token field. SCHC uses different MOs to perform the compression (see <xref section="7.4" sectionFormat="of" target="RFC8724"/>). In this case, SCHC can apply the Most Significant Bits (MSBs) MO to reduce the information carried on LPWANs.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-coap-fields-compression">
      <name>Compression of CoAP Header Fields</name>
      <t>This section discusses the SCHC compression of the CoAP header fields (see <xref section="3" sectionFormat="of" target="RFC7252"/>), building on what is specified in <xref section="7.1" sectionFormat="of" target="RFC8724"/>.</t>
      <t>In a SCHC Rule, the first Field Descriptors <bcp14>MUST</bcp14> be those related to the CoAP header fields discussed in this section. In particular, such Field Descriptors <bcp14>MUST</bcp14> be listed in the same order according to which the related CoAP header fields are specified in a CoAP message, i.e.: Version; Type; Token Length; Code; Message ID; and Token (if any). In the rest of this section, those CoAP header fields are discussed according to such an order.</t>
      <section anchor="ssec-coap-version-field">
        <name>CoAP Version Field</name>
        <t>The Version field is described as bidirectional in a SCHC Rule, and it <bcp14>MUST</bcp14> be elided during SCHC compression, since it always contains the same value. If a new version of CoAP is defined in the future, new Rules will be needed to avoid ambiguities between versions.</t>
      </section>
      <section anchor="ssec-coap-type-field">
        <name>CoAP Type Field</name>
        <t>The Type field specifies one of the four types of CoAP messages, encoded as specified in <xref section="3" sectionFormat="of" target="RFC7252"/>: Confirmable (CON), Non-confirmable (NON), Acknowledgement (ACK), and Reset (RST).</t>
        <t>The SCHC compression scheme <bcp14>SHOULD</bcp14> elide this field if, for instance, a client is sending only NON messages or only CON messages. For RST messages, SCHC may use a dedicated Rule. For other usages, SCHC can use a "match-mapping" MO.</t>
      </section>
      <section anchor="ssec-coap-tkl-field">
        <name>CoAP Token Length (TKL) Field</name>
        <t>The Token Length (TKL) field specifies the size in bytes of the later Token field (see <xref target="ssec-coap-token-field"/>) and is described as bidirectional in a SCHC Rule.</t>
        <t>The Token Length field was originally defined to have a fixed length of 4 bits (see <xref section="3" sectionFormat="of" target="RFC7252"/>). Later on, its definition was updated by <xref section="2.1" sectionFormat="of" target="RFC8974"/>, thus making Token Length a variable-length field that can have a length of 4, 12, or 20 bits.</t>
        <t>In particular, the first 4 bits are always present and directly precede the Code field (see <xref target="ssec-coap-code-field"/>). The value of the first 4 bits determines whether the field comprises 8 or 16 additional bits. In such a case, the additional 8 or 16 bits immediately precede the Token field. In any case, SCHC treats Token Length as a single field of size 4, 12, or 20 bits, which still specifies the size in bytes of the later Token field, as per <xref section="2.1" sectionFormat="of" target="RFC8974"/>.</t>
        <t>If the Token Length field value does not change over time, the SCHC Rule describes the TV set to that value, the MO set to "equal", and the CDA set to "not-sent", thereby eliding the field.</t>
        <t>Otherwise, if the Token Length field value changes over time, the SCHC Rule does not set the TV, while setting the MO to "ignore" and the CDA to "value-sent". The Rule may also use a "match-mapping" MO to compress the value.</t>
      </section>
      <section anchor="ssec-coap-code-field">
        <name>CoAP Code Field</name>
        <t>The Code field takes value from the "Code" column of the "CoAP Codes" IANA registry, encoded as specified in <xref section="3" sectionFormat="of" target="RFC7252"/>. This field indicates the Method Code of a CoAP request or the Response Code of a CoAP Response, while the value 0.00 indicates an Empty message. The compression of the CoAP Code field follows the same principle as that of the CoAP Type field.</t>
        <t>If the Device plays a specific role, SCHC may split the code values into two Field Descriptors: (1) the Method Codes with the 0 class and (2) the Response Codes. SCHC will then use the DI to identify the correct value in the packet. If the Device only implements a CoAP client, SCHC compression may focus only on the Method Codes that the client uses in its outgoing requests.</t>
        <t>For known values, SCHC can use a "match-mapping" MO. If SCHC cannot compress the Code field, it will send the values in the Compression Residue.</t>
      </section>
      <section anchor="ssec-coap-message-id-field">
        <name>CoAP Message ID Field</name>
        <t>SCHC can compress the Message ID field with the MSB MO and the LSB CDA (see <xref section="7.4" sectionFormat="of" target="RFC8724"/>).</t>
      </section>
      <section anchor="ssec-coap-token-field">
        <name>CoAP Token Field</name>
        <t>A CoAP message fully specifies the Token by using two CoAP fields: the Token Length (TKL) field in the mandatory header (see <xref target="ssec-coap-tkl-field"/>) and the variable-length Token field that directly follows the mandatory CoAP header and specifies the Token value.</t>
        <t>For the Token field, SCHC <bcp14>MUST NOT</bcp14> send it as variable-size data in the Compression Residue. As a result, SCHC does not send the size of the residue resulting from the compression of the Token field, which is otherwise requested for variable-size fields when the CDA specified in the Field Descriptor is "value-sent" or LSB (see <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>).</t>
        <t>Instead, SCHC <bcp14>MUST</bcp14> use the value of the Token Length field to define the size of the Token field in the Compression Residue. To this end, SCHC designates a specific function, "tkl", that the Rule <bcp14>MUST</bcp14> use to complete the Field Descriptor. During the decompression, this function returns the length of the Token field in bytes, which is specified by the Token Length field as per <xref section="2.1" sectionFormat="of" target="RFC8974"/>.</t>
        <t>This construct avoids ambiguity with the Token Length field and results in a more efficient compression of the Token field.</t>
      </section>
    </section>
    <section anchor="sec-coap-options">
      <name>Compression of CoAP Options</name>
      <t>CoAP defines the use of options, which are placed after the mandatory header and the Token field and are ordered by option number (see <xref section="3" sectionFormat="of" target="RFC7252"/>). As per <xref section="3.1" sectionFormat="of" target="RFC7252"/>, each occurrence of an option in a message relies on a format consisting of an Option Delta (D), an Option Length (L), and an Option Value (V).</t>
      <t>The Option Delta is used to express the option number of a CoAP option within a CoAP message, as the difference between the Option Number of that option and the Option Number of the previous option in that message (or zero for the first option). In the byte-representation of CoAP options used on the wire, Option Delta is encoded either by a 4-bit "Option Delta" field or by that field together with an additional 1- or 2-byte "Option Delta (Extended)" field.</t>
      <t>The Option Length specifies the length of the Option Value in bytes. In the byte-representation of CoAP options used on the wire, Option Length is encoded either by a 4-bit "Option Length" field or by that field together with an additional 1- or 2-byte "Option Length (Extended)" field.</t>
      <section anchor="sec-field-descriptors-coap-options">
        <name>Field Descriptors for CoAP Options</name>
        <t>In a SCHC Rule, the Field Descriptors related to CoAP options <bcp14>MUST</bcp14> be specified after the Field Descriptors related to the CoAP header fields discussed in <xref target="sec-coap-fields-compression"/>.</t>
        <t>In particular, the Field Descriptors related to CoAP options <bcp14>MUST</bcp14> be listed in the same order according to which the corresponding CoAP options appear in the CoAP message (i.e., ordered by option number).</t>
        <t>If a SCHC Rule is intended to compress a CoAP message where a repeatable CoAP option is specified multiple times, then the SCHC Rule generally includes different Field Descriptors that separately correspond to the different occurrences of that CoAP option. Those Field Descriptors <bcp14>MUST</bcp14> be listed in the same order of the corresponding CoAP option occurrences in the CoAP message. In order to optimize the compression, a single Field Descriptor <bcp14>MAY</bcp14> pertain to multiple adjacent occurrences of the same CoAP option that are treated as grouped together (e.g., see <xref target="ssec-uri-path-uri-query-option"/>).</t>
        <t>As further discussed in <xref target="I-D.ietf-schc-universal-option"/>, the composition and use of Field Descriptors for compressing/decompressing CoAP options can take a "syntactic" approach or a "semantic" approach.</t>
        <t>The syntactic approach operates faithfully to the byte-representation of CoAP options used on the wire. Consequently, it requires multiple Field Descriptors for each given occurrence of CoAP option to be compressed/decompressed. That is, each of such Field Descriptors pertains to the compression/decompression of the Option Delta, the Option Length, or the Option Value of the CoAP option in question.</t>
        <t>On the contrary, the typically used semantic approach abstracts away from the byte-representation of CoAP options (or, more generally, of protocol header fields) and maps those into generic representations identified by the FIDs of the related Field Descriptors. The semantic approach effectively streamlines Field Descriptors related to CoAP options as required to specify only information about the compression/decompression of the Option Value.</t>
        <t>The rest of this document refers to the semantic approach, especially when defining the SCHC compression/decompression of CoAP options as well as when providing examples of CoAP header compression.</t>
        <section anchor="sec-field-descriptors-coap-options-value">
          <name>Option Value</name>
          <t>For most CoAP options, the Option Value is a single indivisible field. Consequently, the compression/decompression of the Option Value for such a CoAP option is specified by a Field Descriptor for which the following applies:</t>
          <ul spacing="normal">
            <li>
              <t>The FID is set to an identifier that unambiguously refers to the CoAP option in question. To this end, the FID provides the following information:  </t>
              <ul spacing="normal">
                <li>
                  <t>An unambiguous identifier of CoAP, as the protocol for which a message is meant to be compressed/decompressed per the present Field Descriptor.</t>
                </li>
                <li>
                  <t>The option number of the CoAP option to be compressed/decompressed per the present Field Descriptor. For registered CoAP options, the value is taken from the "Number" column of the corresponding entry in the "CoAP Option Numbers" IANA registry <xref target="CoAP.Option.Numbers"/>.</t>
                </li>
              </ul>
              <t>
For example, the FID can be set to "CoAP.option(3)" in a Field Descriptor related to the CoAP Uri-Host Option (see <xref target="ssec-max-age-uri-host-uri-port-option"/>).</t>
            </li>
            <li>
              <t>The FL represents the Option Length L of the CoAP option encoded as per <xref section="7.1" sectionFormat="of" target="RFC8724"/>.</t>
            </li>
            <li>
              <t>The TV is either set to an appropriate value (e.g., the Option Value V of the CoAP option) or not set, consistent with the intent of the SCHC Rule and with the MO and CDA used in the Field Descriptor.</t>
            </li>
          </ul>
          <t>For some CoAP options, it might be possible and more convenient for SCHC to consider the Option Value as composed of distinct subfields. An example is the CoAP OSCORE Option defined in <xref target="RFC8613"/> and for which the SCHC compression/decompression is defined in <xref target="ssec-coap-extensions-oscore"/> of this document. Instead of pertaining to the SCHC compression/decompression of the Option Value as a whole, a Field Descriptor related to such a CoAP option can instead specifically pertain to the SCHC compression/decompression of one subfield of the Option Value. In this case, the Field Descriptors related to different subfields of the Option Value of a given CoAP option <bcp14>MUST</bcp14> be listed in the same order according to which the corresponding subfields appear in the Option Value. Furthermore, the following applies to each of such Field Descriptors:</t>
          <ul spacing="normal">
            <li>
              <t>The FID is set to an identifier that unambiguously refers to the CoAP option in question and to the subfield to be compressed/decompressed. To this end, in addition to the two pieces of information mentioned above for the previous case, the FID further provides the following information:  </t>
              <ul spacing="normal">
                <li>
                  <t>An unambiguous identifier of the subfield of the Option Value of the CoAP option to be compressed/decompressed per the present Field Descriptor.</t>
                </li>
              </ul>
              <t>
For example, the FID can be set to "CoAP.option(9).flags" in a Field Descriptor pertaining to the "flags" subfield of the Option Value of the CoAP OSCORE Option (see <xref target="ssec-coap-extensions-oscore"/>).</t>
            </li>
            <li>
              <t>The FL either represents the length of the subfield encoded as per <xref section="7.1" sectionFormat="of" target="RFC8724"/> or denotes a designated function to compute that length.</t>
            </li>
            <li>
              <t>The TV is either set to an appropriate value (e.g., the value of the subfield) or not set, consistent with the intent of the SCHC Rule and with the MO and CDA used in the Field Descriptor.</t>
            </li>
          </ul>
          <t>Note that the MO and the CDA specified in the Field Descriptor operates only on the (subfield of the) Option Value V. That is, SCHC compression produces a residue from the (subfield of the) Option Value V, while ignoring the option number, the Option Delta, and the Option Length or the length of the Option Value's subfield. Therefore, the residue of a SCHC packet conveying a compressed CoAP header does not include the option number, the Option Delta, and the Option Length of the compressed CoAP options. The recipient will be able to reconstruct those when performing SCHC decompression, leveraging the FID and FL of the Field Descriptors within the SCHC Rule used.</t>
          <t>When the Option Length or the length of the Option Value's subfield has a well-known value, the Rule may specify that information in the FL of the Field Descriptor (see above). In such a case, SCHC compression treats the (subfield of the) Option Value as a fixed-length field (see <xref section="7.4.1" sectionFormat="of" target="RFC8724"/>).</t>
          <t>Otherwise, the Rule specifies the FL of the Field Descriptor as indicating a variable length and SCHC compression treats the (subfield of the) Option Value as a variable-length field (see <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>). In such a case, when the CDA specified in the Field Descriptor is "value-sent" or LSB, then SCHC compression additionally carries the length of the Compression Residue, as prepended to the Compression Residue value. Note that the length coding differs between CoAP options and the Compression Residue of SCHC variable-length fields.</t>
          <t>CoAP requests and responses do not include the same options. Compression Rules may reflect this asymmetry by using the DI.</t>
          <t>The following sections present how SCHC compresses some specific CoAP options. Unless otherwise indicated, the referred CoAP options are specified in <xref target="RFC7252"/>.</t>
          <t>If the use of an additional CoAP option is later introduced, the SCHC Rules <bcp14>MAY</bcp14> be updated, in which case a new FID description <bcp14>MUST</bcp14> be assigned to perform the compression of the CoAP option. Otherwise, if no Rule describes that CoAP option, SCHC compression is not achieved and SCHC sends the CoAP header without compression.</t>
        </section>
      </section>
      <section anchor="ssec-content-format-accept-option">
        <name>CoAP Option Content-Format and Accept Fields</name>
        <t>If the client expects a single specific value, SCHC can elide these fields, by specifying the value in the TV of a Rule description with an "equal" MO and a "not-sent" CDA.</t>
        <t>Otherwise, if the client expects several possible values, a "match-mapping" MO <bcp14>SHOULD</bcp14> be used to limit the Compression Residue's size. If not, SCHC has to send the Option Value in the Compression Residue (with fixed or variable length).</t>
      </section>
      <section anchor="ssec-max-age-uri-host-uri-port-option">
        <name>CoAP Option Max-Age, Uri-Host, and Uri-Port Fields</name>
        <t>SCHC compresses these three fields in the same way. When the values of these options are known, SCHC can elide these fields. If the option uses well-known values, SCHC can use a "match-mapping" MO.</t>
        <t>Otherwise, these options' values will be sent in the Compression Residue, i.e., the SCHC Rule description does not set the TV, while setting the MO to "ignore" and the CDA to "value-sent".</t>
      </section>
      <section anchor="ssec-uri-path-uri-query-option">
        <name>CoAP Option Uri-Path and Uri-Query Fields</name>
        <t>The Uri-Path and Uri-Query fields are repeatable options, i.e., the CoAP header may include them several times and with different values. The SCHC Rule description uses the FP to distinguish the different occurrences of such options.</t>
        <t>To compress these repeatable field values, SCHC can use a "match-mapping" MO to reduce the size of variable paths or queries. When doing so, several elements can be regrouped into a single entry in order to optimize the compression. The numbering of elements does not change, and the first matching element sets the MO comparison.</t>
        <t>For example, as per the Rule descriptions shown in <xref target="_table-complex-path"/>, SCHC can use a single bit in the Compression Residue to code the path segments "/a/b" or the path segments "/c/d". If regrouping were not allowed, then 2 bits in the Compression Residue would be needed. At the same time, SCHC sends the third path element following "/a/b" or "/c/d" as a variable-size field in the Compression Residue.</t>
        <table align="center" anchor="_table-complex-path">
          <name>Complex Path Example. CoAP Option Numbers: 11 (Uri-Path).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">["/a/b", <br/> "/c/d"]</td>
              <td align="left">match-mapping</td>
              <td align="left">mapping-sent</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">3</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">value-sent</td>
            </tr>
          </tbody>
        </table>
        <t>The length of the Uri-Path and Uri-Query Options may be known when the Rule is defined. In any other case, SCHC <bcp14>MUST</bcp14> set the Field Length (FL) to a variable value. The unit of the variable length is bytes, hence the Compression Residue size is expressed in bytes, encoded as defined in <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>.</t>
        <t>SCHC compression can use the MSB MO for a Uri-Path or Uri-Query element. In such a case, care must be taken when specifying the MSB parameter value in bits, which <bcp14>MUST</bcp14> be a multiple of 8. The length sent at the beginning of the variable-size field Compression Residue indicates the LSB's size in bytes, consistent with the unit of the variable length in the Rule description.</t>
        <t>For instance, for a CORECONF path /c/X6?k=eth0, the Rule description can be as shown in <xref target="_table-CoMicompress"/>. That is, SCHC compresses the first part of the URI path with a "not-sent" CDA. Also, SCHC will send the second element of the URI path preceded by the length (i.e., 0b0010 "X6"), which is followed by the query parameter's value preceded by the length (i.e., 0b0100 "eth0").</t>
        <table align="center" anchor="_table-CoMicompress">
          <name>CORECONF URI compression. CoAP Option Numbers: 11 (Uri-Path), 15 (Uri-Query).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"c"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">2</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">value-sent</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(15)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"k="</td>
              <td align="left">MSB(16)</td>
              <td align="left">LSB</td>
            </tr>
          </tbody>
        </table>
        <t>SCHC fixes the number of Uri-Path or Uri-Query elements in a Rule at Rule creation time. If it is expected that the number of such elements varies across different CoAP messages, then different SCHC Rules need to be created in order to cover the different possibilities.</t>
      </section>
      <section anchor="ssec-size1-size2-proxy-uri-proxy-scheme-option">
        <name>CoAP Option Size1, Size2, Proxy-Uri, and Proxy-Scheme Fields</name>
        <t>The Size2 field is an option defined in <xref target="RFC7959"/>.</t>
        <t>The SCHC Rule description <bcp14>MAY</bcp14> define sending some field values by not setting the TV, while setting the MO to "ignore" and the CDA to "value-sent". A Rule <bcp14>MAY</bcp14> also use a "match-mapping" MO when there are different alternatives for the same FID. Otherwise, the Rule sets the TV to a specific value, the MO to "equal", and the CDA to "not-sent".</t>
      </section>
      <section anchor="ssec-proxy-cri-proxy-scheme-number-option">
        <name>CoAP Option Proxy-Cri and Proxy-Scheme-Number Fields</name>
        <t>The Proxy-Cri field is an option defined in <xref target="I-D.ietf-core-href"/>. The option carries an encoded CBOR data item <xref target="RFC8949"/> that represents an absolute CRI reference (see <xref section="5" sectionFormat="of" target="I-D.ietf-core-href"/>). The option is used analogously to the Proxy-Uri Option as defined in <xref section="5.10.2" sectionFormat="of" target="RFC7252"/>.</t>
        <t>The Proxy-Scheme-Number field is an option defined in <xref target="I-D.ietf-core-href"/>. The option carries a CRI Scheme Number represented as a CoAP unsigned integer (see Sections <xref target="I-D.ietf-core-href" section="5.1.1" sectionFormat="bare"/> and <xref target="I-D.ietf-core-href" section="8.1" sectionFormat="bare"/> of <xref target="I-D.ietf-core-href"/>). The option is used analogously to the Proxy-Scheme Option as defined in <xref section="5.10.2" sectionFormat="of" target="RFC7252"/>.</t>
        <t>The SCHC Rule description <bcp14>MAY</bcp14> define sending some field values by not setting the TV, while setting the MO to "ignore" and the CDA to "value-sent". A Rule <bcp14>MAY</bcp14> also use a "match-mapping" MO when there are different alternatives for the same FID. Otherwise, the Rule sets the TV to a specific value, the MO to "equal", and the CDA to "not-sent".</t>
      </section>
      <section anchor="ssec-location-path-location-query-option">
        <name>CoAP Location-Path and Location-Query Fields</name>
        <t>A Rule entry cannot store these fields' values. Therefore, SCHC compression <bcp14>MUST</bcp14> always send these values in the Compression Residue. That is, in the SCHC Rule, the TV is not set, while the MO is set to "ignore" and the CDA is set to "value-sent".</t>
      </section>
      <section anchor="ssec-etag-if-match-option">
        <name>CoAP Option ETag and If-Match Fields</name>
        <t>When a CoAP message uses the ETag Option or the If-Match Option, SCHC compression <bcp14>MAY</bcp14> send its content in the Compression Residue. That is, in the SCHC Rule, the TV is not set, while the MO is set to "ignore" and the CDA is set to "value-sent". Alternatively, if a pre-defined set of values determined by the server is known and is used by the client as ETag values or If-Match values, then a Rule <bcp14>MAY</bcp14> use a "match-mapping" MO when there are different alternatives for the same FID.</t>
      </section>
      <section anchor="ssec-if-none-match">
        <name>CoAP Option If-None-Match</name>
        <t>The If-None-Match Option occurs at most once and is always empty. The SCHC Rule <bcp14>MUST</bcp14> describe an empty TV, with the MO set to "equal" and the CDA set to "not-sent".</t>
      </section>
      <section anchor="coap-options-hop-limit">
        <name>CoAP Option Hop-Limit Field</name>
        <t>The Hop-Limit field is an option defined in <xref target="RFC8768"/> that can be used to detect forwarding loops through a chain of CoAP proxies. The first proxy in the chain that understands the option includes it in a received request with a proper value set, before forwarding the request. Any following proxy that understands the option decrements the Option Value and forwards the request if the new value is different from zero, or returns a 5.08 (Hop Limit Reached) error response otherwise.</t>
        <t>When a CoAP message uses the Hop-Limit Option, SCHC compression <bcp14>SHOULD</bcp14> send its content in the Compression Residue. That is, in the SCHC Rule, the TV is not set, while the MO is set to "ignore" and the CDA is set to "value-sent". As an exception, and consistent with the default value 16 defined for the Hop-Limit Option in <xref section="3" sectionFormat="of" target="RFC8768"/>, a Rule <bcp14>MAY</bcp14> describe a TV with value 16, with the MO set to "equal" and the CDA set to "not-sent".</t>
      </section>
      <section anchor="coap-options-echo">
        <name>CoAP Option Echo Field</name>
        <t>The Echo field is an option defined in <xref target="RFC9175"/> that a server can include in a CoAP response as a challenge to the client, and that the client echoes back to the server in one or more CoAP requests. This enables the server to verify the freshness of a request and to cryptographically verify the aliveness of the client. Also, it forces the client to demonstrate reachability at its claimed network address.</t>
        <t>When a CoAP message uses the Echo Option, SCHC compression <bcp14>SHOULD</bcp14> send its content in the Compression Residue. That is, in the SCHC Rule, the TV is not set, while the MO is set to "ignore" and the CDA is set to "value-sent". An exception applies in the case that the server generates the values to use for the Echo Option by means of a persistent counter (see <xref section="A" sectionFormat="of" target="RFC9175"/>). In such a case, a Rule <bcp14>MAY</bcp14> use the MSB MO and the LSB CDA. This would be effectively applicable until the persistent counter at the server becomes greater than the maximum threshold value that produces an MSB-matching.</t>
      </section>
      <section anchor="coap-options-request-tag">
        <name>CoAP Option Request-Tag Field</name>
        <t>The Request-Tag field is an option defined in <xref target="RFC9175"/> that the client can set in CoAP requests throughout block-wise operations, with value an ephemeral short-lived identifier of the specific block-wise operation in question. This allows the server to match message fragments belonging to the same request operation and, if the server supports it, to reliably process simultaneous block-wise request operations on a single resource. If requests are integrity protected, this also protects against interchange of fragments between different block-wise request operations.</t>
        <t>When a CoAP message uses the Request-Tag Option, SCHC compression <bcp14>MAY</bcp14> send its content in the Compression Residue. That is, in the SCHC Rule, the TV is not set, while the MO is set to "ignore" and the CDA is set to "value-sent". Alternatively, if a pre-defined set of Request-Tag values used by the client is known, a Rule <bcp14>MAY</bcp14> use a "match-mapping" MO when there are different alternatives for the same FID.</t>
      </section>
      <section anchor="coap-options-edhoc">
        <name>CoAP Option EDHOC Field</name>
        <t>The EDHOC field is an option defined in <xref target="RFC9668"/> that a client can include in a CoAP request, in order to perform an optimized, shortened execution of the authenticated key exchange protocol EDHOC <xref target="RFC9528"/>. Such a request conveys both the final EDHOC message and actual application data, where the latter is protected with OSCORE <xref target="RFC8613"/> using a Security Context derived from the result of the current EDHOC execution.</t>
        <t>The EDHOC Option occurs at most once and is always empty. The SCHC Rule <bcp14>MUST</bcp14> describe an empty TV, with the MO set to "equal" and the CDA set to "not-sent".</t>
      </section>
    </section>
    <section anchor="sec-coap-extensions">
      <name>Compression of CoAP Extensions</name>
      <t>The following sections present how SCHC compresses some specific CoAP options that, when used, play a major role in the processing and exchange of CoAP messages.</t>
      <section anchor="ssec-coap-extensions-block">
        <name>Block-Wise Transfers</name>
        <t>When a CoAP message uses a Block1 or Block2 Option <xref target="RFC7959"/> or a Q-Block1 or Q-Block2 Option <xref target="RFC9177"/>, SCHC compression <bcp14>MUST</bcp14> send its content in the Compression Residue. In the SCHC Rule, the TV is not set, while the MO is set to "ignore" and the CDA is set to "value-sent".</t>
        <t>The Block1, Block2, Q-Block1, and Q-Block2 Options allow fragmentation at the CoAP level that is compatible with SCHC fragmentation. Both fragmentation mechanisms are complementary, and the node may use them for the same packet as needed.</t>
      </section>
      <section anchor="ssec-coap-extensions-observe">
        <name>Observe</name>
        <t><xref target="RFC7641"/> defines the Observe Option. The SCHC Rule description does not set the TV, while setting the MO to "ignore" and the CDA to "value-sent". SCHC does not limit the maximum size for this option (3 bytes). To reduce the transmission size, either the Device implementation <bcp14>MAY</bcp14> limit the delta between two consecutive values or a proxy can modify the increment.</t>
        <t>Since the client <bcp14>MAY</bcp14> use a RST message to inform a server that the Observe response is not required, a specific SCHC Rule <bcp14>SHOULD</bcp14> exist to allow the compression of a RST message.</t>
      </section>
      <section anchor="ssec-coap-extensions-no-response">
        <name>No-Response</name>
        <t><xref target="RFC7967"/> defines a No-Response Option limiting the CoAP responses made by a server to a CoAP request. Different behaviors exist while using this option to limit the responses made by a server to a request. If both ends know the specific value, then the SCHC Rule describes the TV set to that value, the MO set to "equal", and the CDA set to "not-sent".</t>
        <t>Otherwise, if the value changes over time, the SCHC Rule does not set the TV, while setting the MO to "ignore" and the CDA to "value-sent". The Rule may also use a "match-mapping" MO to compress the value.</t>
      </section>
      <section anchor="ssec-coap-extensions-oscore">
        <name>OSCORE</name>
        <t>The security protocol OSCORE <xref target="RFC8613"/> provides end-to-end protection for CoAP messages. Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/> builds on OSCORE and provides end-to-end protection of CoAP messages in group communication <xref target="I-D.ietf-core-groupcomm-bis"/>. This section describes how SCHC Rules can be applied to compress messages protected with OSCORE or Group OSCORE.</t>
        <t><xref target="fig-oscore-option"/> shows the OSCORE Option value encoding, as it was originally defined in <xref section="6.1" sectionFormat="of" target="RFC8613"/>. As explained below, this has been extended in <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
        <t>The first byte of the OSCORE Option value specifies information to parse the rest of the value by using flags. In particular:</t>
        <ul spacing="normal">
          <li>
            <t>As defined in <xref section="4" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>, the sixth least significant bit, when set, indicates that the message including the OSCORE Option is protected with the group mode of Group OSCORE (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>). When not set, the bit indicates that the message is protected either with OSCORE or with the pairwise mode of Group OSCORE (see <xref section="8" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), while the specific OSCORE Security Context used to protect the message determines which of the two cases applies.</t>
          </li>
          <li>
            <t>As defined in <xref section="6.1" sectionFormat="of" target="RFC8613"/>, bit h, when set, indicates the presence of the kid context field in the OSCORE Option value. Also, bit k, when set, indicates the presence of the kid field. Finally, the three least significant bits form the n field, which indicates the length of the Partial IV (Partial Initialization Vector) field in bytes. When n = 0, no Partial IV is present.</t>
          </li>
        </ul>
        <t>The flag byte is followed by the Partial IV field. After that, if the h bit is set, the kid context field is present, preceded by one byte "s" indicating its length in bytes. After that, if the k bit is set, the kid field is present, and it ends where the OSCORE Option value ends.</t>
        <t>Within the flag byte, the eight and seventh least significant bits have been originally defined as reserved and are always set to 0. Future specifications might extend the OSCORE Option value encoding, e.g., by defining the use of the eight and seventh least significant bits in the flag byte. In turn, the use of such bits can result in expanding the space for the OSCORE flag bits by means of additional flag bytes that follow the first flag byte, or in introducing additional fields in the OSCORE Option value besides the original ones.</t>
        <figure anchor="fig-oscore-option">
          <name>OSCORE Option Value.</name>
          <artwork align="center"><![CDATA[
 0 1 2 3 4 5 6 7 <------ n bytes ------->
+-+-+-+-+-+-+-+-+-----------------------+
|0 0 0|h|k|  n  |  Partial IV (if any)  |
+-+-+-+-+-+-+-+-+-----------------------+
|               |                       |
|<--- flags --->|<-------- piv -------->|


 <--- 1 byte --> <------- s bytes ----->
+---------------+-----------------------+------------------+
|   s (if any)  |  kid context (if any) | kid (if any) ... |
+---------------+-----------------------+------------------+
|                                       |                  |
|<--------------- kid_ctx ------------->|<------ kid ----->|
]]></artwork>
        </figure>
        <t>To better perform OSCORE SCHC compression, the Rule description needs to identify the OSCORE Option value and its inner fields mentioned above.</t>
        <t>Conceptually, SCHC discerns four distinct pieces of information within the OSCORE Option value: the flag bits, the Partial IV, the kid context prepended by its size s, and the kid. The SCHC Rule splits the OSCORE Option value into four corresponding Field Descriptors, in order to separately compress those pieces of information as distinct subfields:</t>
        <ul spacing="normal">
          <li>
            <t>flags</t>
          </li>
          <li>
            <t>piv</t>
          </li>
          <li>
            <t>kid_ctx</t>
          </li>
          <li>
            <t>kid</t>
          </li>
        </ul>
        <t>If a SCHC Rule is intended to compress a CoAP message that specifies the OSCORE Option, then the related Field Descriptors <bcp14>MUST</bcp14> be listed in the same order according to which the corresponding pieces of information appear in the OSCORE Option value.</t>
        <t><xref target="fig-oscore-option"/> shows the original format of the OSCORE Option value with the four subfields flags, piv, kid_ctx, and kid superimposed on it. If future specifications extend the OSCORE Option value encoding, e.g., by defining the use of the eight and seventh least significant bits in the first byte of flags, this might result in additional subfields besides the four original ones, hence in corresponding Field Descriptors intended to be used in SCHC Rules.</t>
        <t>If a subfield is not present, then the corresponding Field Descriptor in the SCHC Rule describes the TV set to b'', with the MO set to "equal" and the CDA set to "not-sent". Note that, if the subfield kid_ctx is present, it directly includes the size octet, i.e., s.</t>
        <t>If the piv subfield is present, SCHC <bcp14>MUST NOT</bcp14> send it as variable-size data in the Compression Residue. As a result, SCHC does not send the size of the residue resulting from the compression of the piv subfield, which is otherwise requested for variable-size fields when the CDA specified in the Field Descriptor is "value-sent" or LSB (see <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>).</t>
        <t>Instead, SCHC <bcp14>MUST</bcp14> use the value n from the first byte of the OSCORE Option value to define the size of the piv subfield in the Compression Residue. To this end, SCHC designates a specific function, "osc.piv", that the Rule <bcp14>MUST</bcp14> use to complete the Field Descriptor. During the decompression, this function returns the value n, hence the length of the piv subfield in bytes. If the value n is not available (e.g., the present message includes the OSCORE Option with empty Option Value), then the "osc.piv" function returns the value 0.</t>
        <t>This construct avoids ambiguity with the value n from the first byte of the OSCORE Option value and results in a more efficient compression of the piv subfield.</t>
      </section>
    </section>
    <section anchor="payload-marker">
      <name>Compression of the CoAP Payload Marker</name>
      <t>The following applies with respect to the 0xFF payload marker. A SCHC compression Rule for CoAP includes all the expected CoAP options, therefore the payload marker does not have to be specified in a SCHC Rule description.</t>
      <t>If the CoAP message to compress with SCHC is not going to be protected with OSCORE <xref target="RFC8613"/> and includes a payload, then the 0xFF payload marker <bcp14>MUST NOT</bcp14> be included in the compressed message, which is composed of the Compression RuleID, the Compression Residue (if any), and the CoAP payload. After having decompressed an incoming message, the recipient endpoint <bcp14>MUST</bcp14> prepend the 0xFF payload marker to the CoAP payload, if any was present after the consumed Compression Residue.</t>
      <t>If the CoAP message to compress with SCHC is going to be protected with OSCORE, the 0xFF payload marker is compressed as specified later in <xref target="ssec-examples-oscore"/>.</t>
    </section>
    <section anchor="sec-examples">
      <name>Examples of CoAP Header Compression</name>
      <section anchor="ssec-examples-con-message">
        <name>Mandatory Header with CON Message</name>
        <t>In this first scenario, the SCHC compressor on the NGW side receives a POST message from an Internet client, which is immediately acknowledged by the Device. <xref target="_table-CoAP-header-1"/> describes the SCHC Rule descriptions for this scenario.</t>
        <artwork><![CDATA[
+----------+
| RuleID 1 |
+----------+
]]></artwork>
        <table align="center" anchor="_table-CoAP-header-1">
          <name>CoAP Context to compress header without Token. CoAP Option Numbers: 11 (Uri-Path).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">CON</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">[ACK, <br/> RST]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0000</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">[0.00, <br/> ... <br/> 5.05]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC CCC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(7)</td>
              <td align="left">LSB</td>
              <td align="left">MID</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">"status"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>In this example, SCHC compression elides the Version and Token Length fields. The 25 Method and Response Codes defined in <xref target="RFC7252"/> have been shrunk to 5 bits using a "match-mapping" MO. The Uri-Path contains a single element with the TV set to "status" and the CDA set to "not-sent", thereby eliding the single occurrence of the Uri-Path Option with value "status".</t>
        <t>SCHC compression reduces the header, sending only a mapped Type (and only for uplink messages), a mapped code, and the least significant bits of the Message ID (9 bits in the example above).</t>
        <t>Note that, if a client is located in an Application Server and sends a request to a server located in the Device, then the request may not be compressed through this Rule, since the MID might not start with 7 bits equal to 0. A CoAP proxy placed before SCHC C/D can rewrite the Message ID to fit the value and match the Rule.</t>
      </section>
      <section anchor="ssec-examples-oscore">
        <name>OSCORE Compression</name>
        <t>The OSCORE security protocol specified in <xref target="RFC8613"/> provides end-to-end protection for CoAP messages. When doing so, it hides as much as possible of a CoAP message, while still enabling proxy operations.</t>
        <t>Conceptually, this is achieved by splitting the CoAP message into an Inner Plaintext and an Outer OSCORE message. The Inner Plaintext contains (sensitive) information that is not necessary for performing proxy operations. Therefore, that information can be encrypted end-to-end until it reaches the other origin endpoint as its final destination. The Outer Message acts as a shell matching the regular CoAP message format, and includes all the CoAP options and information needed for performing proxy operations and caching. This is summarized in <xref target="fig-inner-outer"/>.</t>
        <t>In particular, the CoAP options are arranged into three classes, each of which is granted a specific type of protection by the OSCORE protocol:</t>
        <ul spacing="normal">
          <li>
            <t>Class E: Encrypted and integrity-protected options, which are moved to the Inner Plaintext.</t>
          </li>
          <li>
            <t>Class I: Integrity-protected options, which are included in the Additional Authenticated Data (AAD) when protecting the Plaintext, but are otherwise left untouched in the Outer Message.</t>
          </li>
          <li>
            <t>Class U: Unprotected options, which are left untouched in the Outer Message.</t>
          </li>
        </ul>
        <t>As per these classes, the Outer options comprise the OSCORE Option, which indicates that the message is protected with OSCORE and carries the information necessary for the recipient endpoint to retrieve the Security Context for decrypting the message.</t>
        <figure anchor="fig-inner-outer">
          <name>CoAP Message Split into OSCORE Outer Header and Plaintext.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="672" width="576" viewBox="0 0 576 672" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,464 L 8,544" fill="none" stroke="black"/>
                <path d="M 8,592 L 8,640" fill="none" stroke="black"/>
                <path d="M 24,464 L 24,496" fill="none" stroke="black"/>
                <path d="M 40,464 L 40,496" fill="none" stroke="black"/>
                <path d="M 64,608 L 64,640" fill="none" stroke="black"/>
                <path d="M 72,464 L 72,496" fill="none" stroke="black"/>
                <path d="M 112,48 L 112,352" fill="none" stroke="black"/>
                <path d="M 136,80 L 136,160" fill="none" stroke="black"/>
                <path d="M 136,208 L 136,320" fill="none" stroke="black"/>
                <path d="M 152,80 L 152,112" fill="none" stroke="black"/>
                <path d="M 160,464 L 160,496" fill="none" stroke="black"/>
                <path d="M 168,80 L 168,112" fill="none" stroke="black"/>
                <path d="M 192,224 L 192,256" fill="none" stroke="black"/>
                <path d="M 200,80 L 200,112" fill="none" stroke="black"/>
                <path d="M 224,592 L 224,608" fill="none" stroke="black"/>
                <path d="M 256,80 L 256,112" fill="none" stroke="black"/>
                <path d="M 264,464 L 264,496" fill="none" stroke="black"/>
                <path d="M 352,144 L 352,160" fill="none" stroke="black"/>
                <path d="M 352,208 L 352,224" fill="none" stroke="black"/>
                <path d="M 352,256 L 352,320" fill="none" stroke="black"/>
                <path d="M 352,496 L 352,528" fill="none" stroke="black"/>
                <path d="M 360,80 L 360,112" fill="none" stroke="black"/>
                <path d="M 392,464 L 392,640" fill="none" stroke="black"/>
                <path d="M 440,112 L 440,144" fill="none" stroke="black"/>
                <path d="M 456,464 L 456,496" fill="none" stroke="black"/>
                <path d="M 456,528 L 456,560" fill="none" stroke="black"/>
                <path d="M 464,48 L 464,352" fill="none" stroke="black"/>
                <path d="M 552,560 L 552,640" fill="none" stroke="black"/>
                <path d="M 568,496 L 568,528" fill="none" stroke="black"/>
                <path d="M 112,48 L 464,48" fill="none" stroke="black"/>
                <path d="M 136,80 L 360,80" fill="none" stroke="black"/>
                <path d="M 136,112 L 376,112" fill="none" stroke="black"/>
                <path d="M 424,112 L 440,112" fill="none" stroke="black"/>
                <path d="M 136,144 L 376,144" fill="none" stroke="black"/>
                <path d="M 424,144 L 440,144" fill="none" stroke="black"/>
                <path d="M 136,224 L 352,224" fill="none" stroke="black"/>
                <path d="M 136,256 L 352,256" fill="none" stroke="black"/>
                <path d="M 136,320 L 352,320" fill="none" stroke="black"/>
                <path d="M 112,352 L 464,352" fill="none" stroke="black"/>
                <path d="M 8,464 L 264,464" fill="none" stroke="black"/>
                <path d="M 392,464 L 456,464" fill="none" stroke="black"/>
                <path d="M 8,496 L 280,496" fill="none" stroke="black"/>
                <path d="M 336,496 L 352,496" fill="none" stroke="black"/>
                <path d="M 392,496 L 504,496" fill="none" stroke="black"/>
                <path d="M 552,496 L 568,496" fill="none" stroke="black"/>
                <path d="M 8,528 L 280,528" fill="none" stroke="black"/>
                <path d="M 336,528 L 352,528" fill="none" stroke="black"/>
                <path d="M 392,528 L 504,528" fill="none" stroke="black"/>
                <path d="M 552,528 L 568,528" fill="none" stroke="black"/>
                <path d="M 392,560 L 552,560" fill="none" stroke="black"/>
                <path d="M 8,608 L 224,608" fill="none" stroke="black"/>
                <path d="M 8,640 L 64,640" fill="none" stroke="black"/>
                <path d="M 392,640 L 552,640" fill="none" stroke="black"/>
                <path d="M 356,360 L 404,456" fill="none" stroke="black"/>
                <path d="M 180,456 L 228,360" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="412,456 400,450.4 400,461.6" fill="black" transform="rotate(63.43494882292201,404,456)"/>
                <polygon class="arrowhead" points="188,456 176,450.4 176,461.6" fill="black" transform="rotate(116.56505117707799,180,456)"/>
                <g class="text">
                  <text x="172" y="36">Original</text>
                  <text x="228" y="36">CoAP</text>
                  <text x="280" y="36">Message</text>
                  <text x="144" y="100">v</text>
                  <text x="160" y="100">t</text>
                  <text x="184" y="100">TKL</text>
                  <text x="228" y="100">code</text>
                  <text x="296" y="100">Message</text>
                  <text x="340" y="100">ID</text>
                  <text x="400" y="116">...</text>
                  <text x="168" y="132">Token</text>
                  <text x="400" y="148">...</text>
                  <text x="176" y="164">Options</text>
                  <text x="232" y="164">(EIU)</text>
                  <text x="136" y="180">:</text>
                  <text x="352" y="180">:</text>
                  <text x="136" y="196">:</text>
                  <text x="352" y="196">:</text>
                  <text x="164" y="244">0xFF</text>
                  <text x="176" y="276">Payload</text>
                  <text x="56" y="452">Outer</text>
                  <text x="108" y="452">Header</text>
                  <text x="464" y="452">Plaintext</text>
                  <text x="16" y="484">v</text>
                  <text x="32" y="484">t</text>
                  <text x="56" y="484">TKL</text>
                  <text x="96" y="484">new</text>
                  <text x="132" y="484">code</text>
                  <text x="200" y="484">Message</text>
                  <text x="244" y="484">ID</text>
                  <text x="420" y="484">code</text>
                  <text x="308" y="500">....</text>
                  <text x="528" y="500">...</text>
                  <text x="40" y="516">Token</text>
                  <text x="432" y="516">Options</text>
                  <text x="480" y="516">(E)</text>
                  <text x="304" y="532">...</text>
                  <text x="528" y="532">...</text>
                  <text x="48" y="548">Options</text>
                  <text x="100" y="548">(IU)</text>
                  <text x="224" y="548">|</text>
                  <text x="420" y="548">0xFF</text>
                  <text x="8" y="564">:</text>
                  <text x="224" y="564">:</text>
                  <text x="8" y="580">:</text>
                  <text x="44" y="580">OSCORE</text>
                  <text x="100" y="580">Option</text>
                  <text x="224" y="580">:</text>
                  <text x="432" y="580">Payload</text>
                  <text x="36" y="628">0xFF</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
                 Original CoAP Message
             +-------------------------------------------+
             |                                           |
             |  +-+-+---+------+------------+            |
             |  |v|t|TKL| code | Message ID |            |
             |  +-+-+---+------+------------+-- ... --+  |
             |  | Token                               |  |
             |  +--------------------------+--- ... --+  |
             |  | Options (EIU)            |             |
             |  :                          :             |
             |  :                          :             |
             |  |                          |             |
             |  +------+-------------------+             |
             |  | 0xFF |                                 |
             |  +------+-------------------+             |
             |  | Payload                  |             |
             |  |                          |             |
             |  |                          |             |
             |  +--------------------------+             |
             |                                           |
             +-------------------------------------------+
                           /                \
                          /                  \
                         /                    \
                        /                      \
                       /                        \
    Outer Header      v                          v   Plaintext
+-+-+---+----------+------------+               +-------+
|v|t|TKL| new code | Message ID |               | code  |
+-+-+---+----------+------------+-- .... --+    +-------+------ ... --+
| Token                                    |    | Options (E)         |
+---------------------------------- ...  --+    +-------+------ ... --+
| Options (IU)             |                    | 0xFF  |
:                          :                    +-------+-----------+
: OSCORE Option            :                    | Payload           |
|                          |                    |                   |
+------+-------------------+                    |                   |
| 0xFF |                                        |                   |
+------+                                        +-------------------+

]]></artwork>
          </artset>
        </figure>
        <t><xref target="fig-inner-outer"/> shows the packet format for the OSCORE Outer header and Plaintext.</t>
        <t>In the Outer header, the original header code is hidden and replaced by a well-known value. As specified in Sections <xref target="RFC8613" section="4.1.3.5" sectionFormat="bare"/> and <xref target="RFC8613" section="4.2" sectionFormat="bare"/> of <xref target="RFC8613"/>, the original header code is replaced with POST for requests and Changed for responses, when the message does not include the Observe Option. Otherwise, the original header code is replaced with FETCH for requests and Content for responses.</t>
        <t>The first byte of the Plaintext contains the original header code, the Class E options, and, if present, the original message payload preceded by the payload marker.</t>
        <t>After that, an Authenticated Encryption with Associated Data (AEAD) algorithm encrypts the Plaintext. This also integrity-protects the Security Context parameters and, if present, any Class I options from the Outer header. The resulting ciphertext becomes the new payload of the OSCORE message, as illustrated in <xref target="fig-full-oscore"/>.</t>
        <t>As defined in <xref target="RFC5116"/>, this ciphertext is the encrypted Plaintext's concatenation with the Authentication Tag. Note that Inner Compression only affects the Plaintext before encryption. The Authentication Tag, fixed in length and uncompressed, is considered part of the cost of protection.</t>
        <t>When the CoAP message is specifically protected with the group mode of Group OSCORE (see <xref section="7" sectionFormat="of" target="I-D.ietf-core-oscore-groupcomm"/>), the ciphertext is followed by a signature, which is computed over the ciphertext and additional authenticated data. That is, in the message protected with Group OSCORE, the CoAP payload includes the ciphertext concatenated with the signature. This has no impact on the SCHC compression/decompression. That is, like in any other case, the CoAP payload of the protected message is sent as-is within the SCHC packet, following the Compression Residue (if any).</t>
        <figure anchor="fig-full-oscore">
          <name>OSCORE Message.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="304" width="464" viewBox="0 0 464 304" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 112,32 L 112,112" fill="none" stroke="black"/>
                <path d="M 112,160 L 112,288" fill="none" stroke="black"/>
                <path d="M 128,32 L 128,64" fill="none" stroke="black"/>
                <path d="M 144,32 L 144,64" fill="none" stroke="black"/>
                <path d="M 168,176 L 168,208" fill="none" stroke="black"/>
                <path d="M 176,32 L 176,64" fill="none" stroke="black"/>
                <path d="M 264,32 L 264,64" fill="none" stroke="black"/>
                <path d="M 328,160 L 328,176" fill="none" stroke="black"/>
                <path d="M 368,32 L 368,64" fill="none" stroke="black"/>
                <path d="M 392,208 L 392,288" fill="none" stroke="black"/>
                <path d="M 456,64 L 456,96" fill="none" stroke="black"/>
                <path d="M 112,32 L 368,32" fill="none" stroke="black"/>
                <path d="M 112,64 L 384,64" fill="none" stroke="black"/>
                <path d="M 440,64 L 456,64" fill="none" stroke="black"/>
                <path d="M 112,96 L 384,96" fill="none" stroke="black"/>
                <path d="M 440,96 L 456,96" fill="none" stroke="black"/>
                <path d="M 112,176 L 328,176" fill="none" stroke="black"/>
                <path d="M 112,208 L 392,208" fill="none" stroke="black"/>
                <path d="M 112,288 L 392,288" fill="none" stroke="black"/>
                <g class="text">
                  <text x="84" y="52">....</text>
                  <text x="120" y="52">v</text>
                  <text x="136" y="52">t</text>
                  <text x="160" y="52">TKL</text>
                  <text x="200" y="52">new</text>
                  <text x="236" y="52">code</text>
                  <text x="304" y="52">Message</text>
                  <text x="348" y="52">ID</text>
                  <text x="72" y="68">:</text>
                  <text x="412" y="68">....</text>
                  <text x="72" y="84">:</text>
                  <text x="144" y="84">Token</text>
                  <text x="72" y="100">:</text>
                  <text x="412" y="100">....</text>
                  <text x="32" y="116">Outer</text>
                  <text x="72" y="116">:</text>
                  <text x="152" y="116">Options</text>
                  <text x="204" y="116">(IU)</text>
                  <text x="328" y="116">|</text>
                  <text x="72" y="132">:</text>
                  <text x="112" y="132">:</text>
                  <text x="328" y="132">:</text>
                  <text x="36" y="148">Header</text>
                  <text x="72" y="148">:</text>
                  <text x="112" y="148">:</text>
                  <text x="148" y="148">OSCORE</text>
                  <text x="204" y="148">Option</text>
                  <text x="328" y="148">:</text>
                  <text x="72" y="164">:</text>
                  <text x="72" y="180">:</text>
                  <text x="84" y="196">:...</text>
                  <text x="140" y="196">0xFF</text>
                  <text x="84" y="228">....</text>
                  <text x="168" y="228">Ciphertext:</text>
                  <text x="256" y="228">Encrypted</text>
                  <text x="320" y="228">Inner</text>
                  <text x="72" y="244">:</text>
                  <text x="244" y="244">Header</text>
                  <text x="288" y="244">and</text>
                  <text x="336" y="244">Payload</text>
                  <text x="32" y="260">Payload</text>
                  <text x="72" y="260">:</text>
                  <text x="224" y="260">+</text>
                  <text x="292" y="260">Authentication</text>
                  <text x="368" y="260">Tag</text>
                  <text x="84" y="276">:...</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
             +-+-+---+----------+------------+
        .... |v|t|TKL| new code | Message ID |
        :    +-+-+---+----------+------------+-- .... --+
        :    | Token                                    |
        :    +---------------------------------- .... --+
 Outer  :    | Options (IU)             |
        :    :                          :
 Header :    : OSCORE Option            :
        :    |                          |
        :    +------+-------------------+
        :... | 0xFF |
             +------+---------------------------+
        .... | Ciphertext: Encrypted Inner      |
        :    |             Header and Payload   |
Payload :    |             + Authentication Tag |
        :... |                                  |
             +----------------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>The SCHC compression scheme consists of compressing both the Plaintext before encryption and the resulting OSCORE message after encryption, as shown in <xref target="fig-OSCORE-Compression"/>. Note that, since the recipient endpoint can only decrypt the Inner part of the message, that endpoint will also have to implement Inner SCHC Compression/Decompression.</t>
        <figure anchor="fig-OSCORE-Compression">
          <name>OSCORE Compression Diagram.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="608" width="576" viewBox="0 0 576 608" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,48 L 8,128" fill="none" stroke="black"/>
                <path d="M 8,176 L 8,288" fill="none" stroke="black"/>
                <path d="M 8,352 L 8,400" fill="none" stroke="black"/>
                <path d="M 8,464 L 8,592" fill="none" stroke="black"/>
                <path d="M 24,48 L 24,80" fill="none" stroke="black"/>
                <path d="M 40,48 L 40,80" fill="none" stroke="black"/>
                <path d="M 64,192 L 64,224" fill="none" stroke="black"/>
                <path d="M 72,48 L 72,80" fill="none" stroke="black"/>
                <path d="M 72,296 L 72,344" fill="none" stroke="black"/>
                <path d="M 72,408 L 72,456" fill="none" stroke="black"/>
                <path d="M 88,464 L 88,496" fill="none" stroke="black"/>
                <path d="M 152,352 L 152,400" fill="none" stroke="black"/>
                <path d="M 160,48 L 160,80" fill="none" stroke="black"/>
                <path d="M 168,224 L 168,288" fill="none" stroke="black"/>
                <path d="M 192,496 L 192,592" fill="none" stroke="black"/>
                <path d="M 216,464 L 216,496" fill="none" stroke="black"/>
                <path d="M 224,176 L 224,192" fill="none" stroke="black"/>
                <path d="M 256,256 L 256,456" fill="none" stroke="black"/>
                <path d="M 264,48 L 264,80" fill="none" stroke="black"/>
                <path d="M 320,464 L 320,496" fill="none" stroke="black"/>
                <path d="M 344,80 L 344,112" fill="none" stroke="black"/>
                <path d="M 376,48 L 376,224" fill="none" stroke="black"/>
                <path d="M 376,288 L 376,336" fill="none" stroke="black"/>
                <path d="M 376,400 L 376,528" fill="none" stroke="black"/>
                <path d="M 440,48 L 440,80" fill="none" stroke="black"/>
                <path d="M 440,112 L 440,144" fill="none" stroke="black"/>
                <path d="M 440,232 L 440,280" fill="none" stroke="black"/>
                <path d="M 440,344 L 440,392" fill="none" stroke="black"/>
                <path d="M 464,400 L 464,432" fill="none" stroke="black"/>
                <path d="M 520,288 L 520,336" fill="none" stroke="black"/>
                <path d="M 552,144 L 552,224" fill="none" stroke="black"/>
                <path d="M 552,432 L 552,528" fill="none" stroke="black"/>
                <path d="M 568,80 L 568,112" fill="none" stroke="black"/>
                <path d="M 8,48 L 264,48" fill="none" stroke="black"/>
                <path d="M 376,48 L 440,48" fill="none" stroke="black"/>
                <path d="M 8,80 L 280,80" fill="none" stroke="black"/>
                <path d="M 328,80 L 344,80" fill="none" stroke="black"/>
                <path d="M 376,80 L 504,80" fill="none" stroke="black"/>
                <path d="M 552,80 L 568,80" fill="none" stroke="black"/>
                <path d="M 8,112 L 280,112" fill="none" stroke="black"/>
                <path d="M 328,112 L 344,112" fill="none" stroke="black"/>
                <path d="M 376,112 L 504,112" fill="none" stroke="black"/>
                <path d="M 552,112 L 568,112" fill="none" stroke="black"/>
                <path d="M 376,144 L 552,144" fill="none" stroke="black"/>
                <path d="M 8,192 L 224,192" fill="none" stroke="black"/>
                <path d="M 8,224 L 168,224" fill="none" stroke="black"/>
                <path d="M 376,224 L 552,224" fill="none" stroke="black"/>
                <path d="M 176,256 L 256,256" fill="none" stroke="black"/>
                <path d="M 8,288 L 168,288" fill="none" stroke="black"/>
                <path d="M 376,288 L 520,288" fill="none" stroke="black"/>
                <path d="M 376,336 L 520,336" fill="none" stroke="black"/>
                <path d="M 8,352 L 152,352" fill="none" stroke="black"/>
                <path d="M 8,400 L 152,400" fill="none" stroke="black"/>
                <path d="M 376,400 L 464,400" fill="none" stroke="black"/>
                <path d="M 376,432 L 552,432" fill="none" stroke="black"/>
                <path d="M 8,464 L 88,464" fill="none" stroke="black"/>
                <path d="M 216,464 L 320,464" fill="none" stroke="black"/>
                <path d="M 376,464 L 552,464" fill="none" stroke="black"/>
                <path d="M 328,480 L 368,480" fill="none" stroke="black"/>
                <path d="M 8,496 L 192,496" fill="none" stroke="black"/>
                <path d="M 216,496 L 320,496" fill="none" stroke="black"/>
                <path d="M 8,528 L 192,528" fill="none" stroke="black"/>
                <path d="M 376,528 L 552,528" fill="none" stroke="black"/>
                <path d="M 8,592 L 192,592" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="448,392 436,386.4 436,397.6" fill="black" transform="rotate(90,440,392)"/>
                <polygon class="arrowhead" points="448,280 436,274.4 436,285.6" fill="black" transform="rotate(90,440,280)"/>
                <polygon class="arrowhead" points="336,480 324,474.4 324,485.6" fill="black" transform="rotate(180,328,480)"/>
                <polygon class="arrowhead" points="184,256 172,250.4 172,261.6" fill="black" transform="rotate(180,176,256)"/>
                <polygon class="arrowhead" points="80,456 68,450.4 68,461.6" fill="black" transform="rotate(90,72,456)"/>
                <polygon class="arrowhead" points="80,344 68,338.4 68,349.6" fill="black" transform="rotate(90,72,344)"/>
                <g class="text">
                  <text x="48" y="36">Outer</text>
                  <text x="104" y="36">Message</text>
                  <text x="420" y="36">OSCORE</text>
                  <text x="488" y="36">Plaintext</text>
                  <text x="16" y="68">v</text>
                  <text x="32" y="68">t</text>
                  <text x="56" y="68">TKL</text>
                  <text x="96" y="68">new</text>
                  <text x="132" y="68">code</text>
                  <text x="200" y="68">Message</text>
                  <text x="244" y="68">ID</text>
                  <text x="404" y="68">code</text>
                  <text x="304" y="84">...</text>
                  <text x="528" y="84">...</text>
                  <text x="40" y="100">Token</text>
                  <text x="416" y="100">Options</text>
                  <text x="464" y="100">(E)</text>
                  <text x="304" y="116">...</text>
                  <text x="528" y="116">...</text>
                  <text x="48" y="132">Options</text>
                  <text x="100" y="132">(IU)</text>
                  <text x="224" y="132">|</text>
                  <text x="404" y="132">OxFF</text>
                  <text x="8" y="148">:</text>
                  <text x="224" y="148">:</text>
                  <text x="8" y="164">:</text>
                  <text x="44" y="164">OSCORE</text>
                  <text x="100" y="164">Option</text>
                  <text x="224" y="164">:</text>
                  <text x="416" y="164">Payload</text>
                  <text x="36" y="212">0xFF</text>
                  <text x="60" y="260">Ciphertext</text>
                  <text x="424" y="308">Inner</text>
                  <text x="468" y="308">SCHC</text>
                  <text x="448" y="324">Compression</text>
                  <text x="56" y="372">Outer</text>
                  <text x="100" y="372">SCHC</text>
                  <text x="80" y="388">Compression</text>
                  <text x="412" y="420">RuleID</text>
                  <text x="432" y="452">Compression</text>
                  <text x="512" y="452">Residue</text>
                  <text x="48" y="484">RuleID'</text>
                  <text x="268" y="484">Encryption</text>
                  <text x="416" y="500">Payload</text>
                  <text x="64" y="516">Compression</text>
                  <text x="148" y="516">Residue'</text>
                  <text x="60" y="564">Ciphertext</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
   Outer Message                                 OSCORE Plaintext
+-+-+---+----------+------------+             +-------+
|v|t|TKL| new code | Message ID |             | code  |
+-+-+---+----------+------------+-- ... --+   +-------+-------- ... --+
| Token                                   |   | Options (E)           |
+---------------------------------- ... --+   +-------+-------- ... --+
| Options (IU)             |                  | OxFF  |
:                          :                  +-------+-------------+
: OSCORE Option            :                  | Payload             |
|                          |                  |                     |
+------+-------------------+                  |                     |
| 0xFF |                                      |                     |
+------+------------+                         +---------------------+
|                   |                                 |
| Ciphertext        |<---------+                      |
|                   |          |                      v
+-------------------+          |              +-----------------+
        |                      |              |   Inner SCHC    |
        |                      |              |   Compression   |
        v                      |              +-----------------+
+-----------------+            |                      |
|   Outer SCHC    |            |                      |
|   Compression   |            |                      v
+-----------------+            |              +----------+
        |                      |              | RuleID   |
        |                      |              +----------+----------+
        v                      |              | Compression Residue |
+---------+               +------------+      +---------------------+
| RuleID' |               | Encryption |<-----|                     |
+---------+------------+  +------------+      | Payload             |
| Compression Residue' |                      |                     |
+----------------------+                      +---------------------+
|                      |
| Ciphertext           |
|                      |
+----------------------+
]]></artwork>
          </artset>
        </figure>
        <t>The OSCORE message translates into a segmented process where SCHC compression is applied independently in two stages, each with its corresponding set of Rules, i.e., the Inner SCHC Rules and the Outer SCHC Rules. By doing so, compression is applied to all the fields of the original CoAP message.</t>
        <t>As to the compression of the 0xFF payload marker, the same rationale described in <xref target="payload-marker"/> applies to both the Inner SCHC Compression and the Outer SCHC Compression. That is:</t>
        <ul spacing="normal">
          <li>
            <t>After the Inner SCHC Compression of a CoAP message including a payload, the payload marker <bcp14>MUST NOT</bcp14> be included in the input to the AEAD Encryption, which is composed of the Inner Compression RuleID, the Inner Compression Residue (if any), and the CoAP payload.</t>
          </li>
          <li>
            <t>The Outer SCHC Compression takes as input the OSCORE-protected message, which always includes a payload (i.e., the OSCORE Ciphertext) preceded by the payload marker.</t>
          </li>
          <li>
            <t>After the Outer SCHC Compression, the payload marker <bcp14>MUST NOT</bcp14> be included in the final compressed message, which is composed of the Outer Compression RuleID, the Outer Compression Residue (if any), and the OSCORE Ciphertext.</t>
          </li>
        </ul>
        <t>After having completed the Outer SCHC Decompression of an incoming message, the recipient endpoint <bcp14>MUST</bcp14> prepend the 0xFF payload marker to the OSCORE Ciphertext.</t>
        <t>After having completed the Inner SCHC Decompression of an incoming message, the recipient endpoint <bcp14>MUST</bcp14> prepend the 0xFF payload marker to the CoAP payload, if any was present after the consumed Compression Residue.</t>
      </section>
      <section anchor="example-oscore-compression">
        <name>Example OSCORE Compression</name>
        <t>This section provides an example with a GET request and a corresponding Content response, exchanged between a Device-based CoAP client and a cloud-based CoAP server. The example also describes a possible set of Rules for Inner SCHC Compression and Outer SCHC Compression. A dump of the results and a contrast between SCHC + OSCORE performance and SCHC + CoAP performance are also listed. This example shows an estimate of the cost of security with SCHC-OSCORE.</t>
        <t>Our first CoAP message is the GET request in <xref target="fig-GET-temp"/>.</t>
        <figure anchor="fig-GET-temp">
          <name>CoAP GET Request.</name>
          <artwork><![CDATA[
Original message:
=================
0x4101000182bb74656d7065726174757265

Header:
0x4101
01   Ver
  00   CON
    0001   TKL
        00000001   Request Code 1 (GET)

0x0001   MID
0x82   Token

Options:

0xbb74656d7065726174757265
Option 11: Uri-Path
Value = "temperature"

Original message length: 17 bytes
]]></artwork>
        </figure>
        <t>Its corresponding response is the Content response in <xref target="fig-CONTENT-temp"/>.</t>
        <figure anchor="fig-CONTENT-temp">
          <name>CoAP Content Response.</name>
          <artwork><![CDATA[
Original message:
=================
0x6145000182ff32332043

Header:
0x6145
01   Ver
  10   ACK
    0001   TKL
        01000101 Successful Response Code 69 (2.05 Content)

0x0001   MID
0x82   Token

0xFF  Payload marker

Payload:
0x32332043

Original message length: 10 bytes
]]></artwork>
        </figure>
        <t>The SCHC Rules for the Inner Compression include all the fields that are present in a regular CoAP message. The methods described in <xref target="sec-coap-fields-compression"/> apply to these fields. <xref target="_table-Inner-Rules"/> provides an example.</t>
        <artwork><![CDATA[
 +----------+
 | RuleID 0 |
 +----------+
]]></artwork>
        <table align="center" anchor="_table-Inner-Rules">
          <name>Inner SCHC Rule. CoAP Option Numbers: 11 (Uri-Path).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[69, 132]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">C</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"temperature"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t><xref target="fig-Inner-Compression-GET"/> shows the Plaintext obtained for the example GET request. The packet follows the process of Inner Compression and encryption until the payload. The Outer OSCORE message adds the result of the Inner process.</t>
        <figure anchor="fig-Inner-Compression-GET">
          <name>Plaintext Compression and Encryption for GET Request.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="656" width="432" viewBox="0 0 432 656" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,208" fill="none" stroke="black"/>
                <path d="M 48,528 L 48,640" fill="none" stroke="black"/>
                <path d="M 120,288 L 120,432" fill="none" stroke="black"/>
                <path d="M 232,216 L 232,280" fill="none" stroke="black"/>
                <path d="M 232,440 L 232,520" fill="none" stroke="black"/>
                <path d="M 336,288 L 336,432" fill="none" stroke="black"/>
                <path d="M 424,32 L 424,208" fill="none" stroke="black"/>
                <path d="M 424,528 L 424,640" fill="none" stroke="black"/>
                <path d="M 8,32 L 424,32" fill="none" stroke="black"/>
                <path d="M 8,208 L 424,208" fill="none" stroke="black"/>
                <path d="M 120,288 L 336,288" fill="none" stroke="black"/>
                <path d="M 120,432 L 336,432" fill="none" stroke="black"/>
                <path d="M 48,528 L 424,528" fill="none" stroke="black"/>
                <path d="M 48,640 L 424,640" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="240,520 228,514.4 228,525.6" fill="black" transform="rotate(90,232,520)"/>
                <polygon class="arrowhead" points="240,280 228,274.4 228,285.6" fill="black" transform="rotate(90,232,280)"/>
                <g class="text">
                  <text x="44" y="68">OSCORE</text>
                  <text x="112" y="68">Plaintext</text>
                  <text x="132" y="100">0x01bb74656d7065726174757265</text>
                  <text x="272" y="100">(13</text>
                  <text x="316" y="100">bytes)</text>
                  <text x="36" y="132">0x01</text>
                  <text x="88" y="132">Request</text>
                  <text x="140" y="132">Code</text>
                  <text x="176" y="132">GET</text>
                  <text x="156" y="164">bb74656d7065726174757265</text>
                  <text x="284" y="164">Option</text>
                  <text x="328" y="164">11:</text>
                  <text x="380" y="164">Uri-Path</text>
                  <text x="280" y="180">Value</text>
                  <text x="312" y="180">=</text>
                  <text x="368" y="180">temperature</text>
                  <text x="264" y="244">Inner</text>
                  <text x="308" y="244">SCHC</text>
                  <text x="376" y="244">Compression</text>
                  <text x="172" y="324">Compressed</text>
                  <text x="256" y="324">Plaintext</text>
                  <text x="148" y="356">0x00</text>
                  <text x="156" y="388">RuleID</text>
                  <text x="192" y="388">=</text>
                  <text x="220" y="388">0x00</text>
                  <text x="252" y="388">(1</text>
                  <text x="288" y="388">byte)</text>
                  <text x="144" y="404">(No</text>
                  <text x="208" y="404">Compression</text>
                  <text x="292" y="404">Residue)</text>
                  <text x="260" y="468">AEAD</text>
                  <text x="324" y="468">Encryption</text>
                  <text x="268" y="484">(piv</text>
                  <text x="296" y="484">=</text>
                  <text x="328" y="484">0x04)</text>
                  <text x="144" y="564">encrypted_plaintext</text>
                  <text x="232" y="564">=</text>
                  <text x="260" y="564">0xa2</text>
                  <text x="292" y="564">(1</text>
                  <text x="328" y="564">byte)</text>
                  <text x="80" y="580">tag</text>
                  <text x="104" y="580">=</text>
                  <text x="188" y="580">0xc54fe1b434297b62</text>
                  <text x="276" y="580">(8</text>
                  <text x="316" y="580">bytes)</text>
                  <text x="108" y="612">ciphertext</text>
                  <text x="160" y="612">=</text>
                  <text x="252" y="612">0xa2c54fe1b434297b62</text>
                  <text x="348" y="612">(9</text>
                  <text x="388" y="612">bytes)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+---------------------------------------------------+
|                                                   |
| OSCORE Plaintext                                  |
|                                                   |
| 0x01bb74656d7065726174757265  (13 bytes)          |
|                                                   |
| 0x01 Request Code GET                             |
|                                                   |
|      bb74656d7065726174757265 Option 11: Uri-Path |
|                               Value = temperature |
|                                                   |
+---------------------------------------------------+
                            |
                            | Inner SCHC Compression
                            |
                            v
              +--------------------------+
              |                          |
              | Compressed Plaintext     |
              |                          |
              | 0x00                     |
              |                          |
              | RuleID = 0x00 (1 byte)   |
              | (No Compression Residue) |
              |                          |
              +--------------------------+
                            |
                            | AEAD Encryption
                            |  (piv = 0x04)
                            |
                            v
     +----------------------------------------------+
     |                                              |
     |  encrypted_plaintext = 0xa2 (1 byte)         |
     |  tag = 0xc54fe1b434297b62 (8 bytes)          |
     |                                              |
     |  ciphertext = 0xa2c54fe1b434297b62 (9 bytes) |
     |                                              |
     +----------------------------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>In this case, the original message has no payload and its resulting Plaintext is compressed up to only 1 byte (the size of the RuleID). The AEAD algorithm preserves this length in its first output and yields a fixed-size tag. SCHC cannot compress the tag, and the OSCORE message must include it without compression. The use of integrity protection translates into an overhead on the total message length, thus limiting the amount of compression that can be achieved and contributing to the cost of applying security to the message exchange.</t>
        <t><xref target="fig-Inner-Compression-CONTENT"/> shows the process for the example Content response. The Compression Residue is 1 bit long. Note that since SCHC adds padding after the payload, this misalignment causes the hexadecimal code from the payload to differ from the original, even if SCHC cannot compress the tag. The overhead for the tag bytes limits SCHC's performance but adds security to the message exchange.</t>
        <figure anchor="fig-Inner-Compression-CONTENT">
          <name>Plaintext Compression and Encryption for Content Response</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="720" width="488" viewBox="0 0 488 720" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,224" fill="none" stroke="black"/>
                <path d="M 16,304 L 16,496" fill="none" stroke="black"/>
                <path d="M 16,592 L 16,704" fill="none" stroke="black"/>
                <path d="M 232,232 L 232,296" fill="none" stroke="black"/>
                <path d="M 232,504 L 232,584" fill="none" stroke="black"/>
                <path d="M 408,32 L 408,224" fill="none" stroke="black"/>
                <path d="M 408,304 L 408,496" fill="none" stroke="black"/>
                <path d="M 480,592 L 480,704" fill="none" stroke="black"/>
                <path d="M 8,32 L 408,32" fill="none" stroke="black"/>
                <path d="M 8,224 L 408,224" fill="none" stroke="black"/>
                <path d="M 16,304 L 408,304" fill="none" stroke="black"/>
                <path d="M 16,496 L 408,496" fill="none" stroke="black"/>
                <path d="M 16,592 L 480,592" fill="none" stroke="black"/>
                <path d="M 16,704 L 480,704" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="240,584 228,578.4 228,589.6" fill="black" transform="rotate(90,232,584)"/>
                <polygon class="arrowhead" points="240,296 228,290.4 228,301.6" fill="black" transform="rotate(90,232,296)"/>
                <g class="text">
                  <text x="44" y="68">OSCORE</text>
                  <text x="112" y="68">Plaintext</text>
                  <text x="76" y="100">0x45ff32332043</text>
                  <text x="156" y="100">(6</text>
                  <text x="196" y="100">bytes)</text>
                  <text x="36" y="132">0x45</text>
                  <text x="100" y="132">Successful</text>
                  <text x="180" y="132">Response</text>
                  <text x="236" y="132">Code</text>
                  <text x="268" y="132">69</text>
                  <text x="304" y="132">"2.05</text>
                  <text x="364" y="132">Content"</text>
                  <text x="60" y="164">ff</text>
                  <text x="104" y="164">Payload</text>
                  <text x="164" y="164">marker</text>
                  <text x="100" y="196">32332043</text>
                  <text x="168" y="196">Payload</text>
                  <text x="264" y="260">Inner</text>
                  <text x="308" y="260">SCHC</text>
                  <text x="376" y="260">Compression</text>
                  <text x="68" y="340">Compressed</text>
                  <text x="152" y="340">Plaintext</text>
                  <text x="84" y="372">0x001919902180</text>
                  <text x="156" y="372">(6</text>
                  <text x="196" y="372">bytes)</text>
                  <text x="52" y="404">00</text>
                  <text x="92" y="404">RuleID</text>
                  <text x="48" y="436">0b0</text>
                  <text x="76" y="436">(1</text>
                  <text x="104" y="436">bit</text>
                  <text x="176" y="436">match-mapping</text>
                  <text x="280" y="436">Compression</text>
                  <text x="364" y="436">Residue)</text>
                  <text x="116" y="452">0x32332043</text>
                  <text x="172" y="452">&gt;&gt;</text>
                  <text x="192" y="452">1</text>
                  <text x="236" y="452">(shifted</text>
                  <text x="308" y="452">payload)</text>
                  <text x="248" y="468">0b0000000</text>
                  <text x="320" y="468">Padding</text>
                  <text x="260" y="532">AEAD</text>
                  <text x="324" y="532">Encryption</text>
                  <text x="268" y="548">(piv</text>
                  <text x="296" y="548">=</text>
                  <text x="328" y="548">0x04)</text>
                  <text x="112" y="628">encrypted_plaintext</text>
                  <text x="200" y="628">=</text>
                  <text x="268" y="628">0x10c6d7c26cc1</text>
                  <text x="340" y="628">(6</text>
                  <text x="380" y="628">bytes)</text>
                  <text x="48" y="644">tag</text>
                  <text x="72" y="644">=</text>
                  <text x="156" y="644">0xe9aef3f2461e0c29</text>
                  <text x="244" y="644">(8</text>
                  <text x="284" y="644">bytes)</text>
                  <text x="76" y="676">ciphertext</text>
                  <text x="128" y="676">=</text>
                  <text x="260" y="676">0x10c6d7c26cc1e9aef3f2461e0c29</text>
                  <text x="400" y="676">(14</text>
                  <text x="444" y="676">bytes)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+-------------------------------------------------+
|                                                 |
| OSCORE Plaintext                                |
|                                                 |
| 0x45ff32332043  (6 bytes)                       |
|                                                 |
| 0x45 Successful Response Code 69 "2.05 Content" |
|                                                 |
|     ff Payload marker                           |
|                                                 |
|       32332043 Payload                          |
|                                                 |
+-------------------------------------------------+
                            |
                            | Inner SCHC Compression
                            |
                            v
 +------------------------------------------------+
 |                                                |
 | Compressed Plaintext                           |
 |                                                |
 | 0x001919902180 (6 bytes)                       |
 |                                                |
 |   00 RuleID                                    |
 |                                                |
 |  0b0 (1 bit match-mapping Compression Residue) |
 |       0x32332043 >> 1 (shifted payload)        |
 |                        0b0000000 Padding       |
 |                                                |
 +------------------------------------------------+
                            |
                            | AEAD Encryption
                            |  (piv = 0x04)
                            |
                            v
 +---------------------------------------------------------+
 |                                                         |
 |  encrypted_plaintext = 0x10c6d7c26cc1 (6 bytes)         |
 |  tag = 0xe9aef3f2461e0c29 (8 bytes)                     |
 |                                                         |
 |  ciphertext = 0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes) |
 |                                                         |
 +---------------------------------------------------------+
]]></artwork>
          </artset>
        </figure>
        <t>The Outer SCHC Rule shown in <xref target="_table-Outer-Rules"/> is used, also to process the OSCORE Option fields. <xref target="fig-Protected-Compressed-GET"/> and <xref target="fig-Protected-Compressed-CONTENT"/> show a dump of the OSCORE messages generated from the example messages, also including the Inner Compressed ciphertext in the payload. These are the messages that have to be compressed via the Outer SCHC Compression scheme.</t>
        <t><xref target="_table-Outer-Rules"/> shows a possible set of Outer Rule items to compress the Outer header.</t>
        <artwork><![CDATA[
+----------+
| RuleID 1 |
+----------+
]]></artwork>
        <table align="center" anchor="_table-Outer-Rules">
          <name>Outer SCHC Rule. CoAP Option Numbers: 9 (OSCORE).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">2</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0001</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">2</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">68</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Token</td>
              <td align="left">tkl</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x80</td>
              <td align="left">MSB(5)</td>
              <td align="left">LSB</td>
              <td align="left">TTT</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>flags</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x09</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>flags</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>piv</td>
              <td align="left">osc.piv</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x00</td>
              <td align="left">MSB(4)</td>
              <td align="left">LSB</td>
              <td align="left">PPPP</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>piv</td>
              <td align="left">osc.piv</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid_ctx</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid</td>
              <td align="left">var_bit</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x636c69 <br/> 656e70</td>
              <td align="left">MSB(44)</td>
              <td align="left">LSB</td>
              <td align="left">KKKK</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not- <br/> sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <figure anchor="fig-Protected-Compressed-GET">
          <name>Protected and Inner SCHC Compressed GET Request.</name>
          <artwork><![CDATA[
Protected message:
==================
0x4102000182980904636c69656e74ffa2c54fe1b434297b62
(24 bytes)

Header:
0x4102
01   Ver
  00   CON
    0001   TKL
        00000010   Request Code 2 (POST)

0x0001   MID
0x82   Token

Options:

0x98 0904636c69656e74 (9 bytes)
Option 9: OSCORE
Value = 0x0904636c69656e74
          09 = 000 0 1 001 flags
                   h k  n
            04 piv
              636c69656e74 kid

0xFF  Payload marker

Payload:
0xa2c54fe1b434297b62 (9 bytes)
]]></artwork>
        </figure>
        <figure anchor="fig-Protected-Compressed-CONTENT">
          <name>Protected and Inner SCHC Compressed Content Response.</name>
          <artwork><![CDATA[
Protected message:
==================
0x614400018290ff10c6d7c26cc1e9aef3f2461e0c29
(21 bytes)

Header:
0x6144
01   Ver
  10   ACK
    0001   TKL
        01000100   Successful Response Code 68 (2.04 Changed)

0x0001   MID
0x82   Token

Options:

0x90 (1 byte)
Option 9: OSCORE
Value = 0x (empty)

0xFF  Payload marker

Payload:
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)
]]></artwork>
        </figure>
        <t>For the flag bits, some SCHC compression methods are useful, depending on the application. The most straightforward alternative is to provide a fixed value for the flags, combining an "equal" MO and a "not-sent" CDA. This SCHC description saves most bits but could prevent flexibility. Otherwise, SCHC could use a "match-mapping" MO to choose from several configurations for the exchange. If not, the SCHC description may use an MSB MO to mask off the three hard-coded most significant bits.</t>
        <t>Note that fixing a flag bit will limit the possible OSCORE Options that can be used in the exchange, since the value of the flag bits plays a role in determining a specific OSCORE Option.</t>
        <t>The piv field lends itself to having some bits masked off with an MSB MO and an LSB CDA. This SCHC description could be useful in applications where the message transmission frequency is low, such as with LPWAN technologies. Note that compressing the piv field may reduce the maximum number of sequence numbers that can be used in an exchange. Once the sequence number exceeds the maximum value, the OSCORE keys need to be re-established.</t>
        <t>The size, s, that is included in the kid_ctx field <bcp14>MAY</bcp14> be masked off with an LSB CDA. The rest of the kid_ctx field could have additional bits masked off, or the whole field could be fixed in accordance with an "equal" MO and a "not-sent" CDA. The same holds for the kid field.</t>
        <t>The Outer Rule of <xref target="_table-Outer-Rules"/> is applied to the example GET request and Content response. <xref target="fig-Compressed-GET"/> and <xref target="fig-Compressed-CONTENT"/> show the resulting messages.</t>
        <figure anchor="fig-Compressed-GET">
          <name>SCHC-OSCORE Compressed GET Request.</name>
          <artwork><![CDATA[
Compressed message:
==================
0x0114889458a9fc3686852f6c40 (13 bytes)
0x01 RuleID
    148894 compression residue
          58a9fc3686852f6c40 padded payload

Compression Residue:
0b0001   010 0100  0100 0100
   MID Token  piv   kid (residue size and residue)

  (19 bits -> 3 bytes with padding)

Payload
0xa2c54fe1b434297b62 (9 bytes)

Compressed message length: 13 bytes
]]></artwork>
        </figure>
        <figure anchor="fig-Compressed-CONTENT">
          <name>SCHC-OSCORE Compressed Content Response.</name>
          <artwork><![CDATA[
Compressed message:
==================
0x0114218daf84d983d35de7e48c3c1852 (16 bytes)
0x01 RuleID
    14 Compression Residue
      218daf84d983d35de7e48c3c1852 Padded payload

Compression Residue:
0b0001   010 (7 bits -> 1 byte with padding)
   MID Token

Payload
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)
]]></artwork>
        </figure>
        <t>In contrast, the following compares these results with what would be obtained by SCHC compressing the original CoAP messages without protecting them with OSCORE, according to the SCHC Rule in <xref target="_table-NoOsc-Rules"/>.</t>
        <artwork><![CDATA[
+----------+
| RuleID 2 |
+----------+
]]></artwork>
        <table align="center" anchor="_table-NoOsc-Rules">
          <name>SCHC-CoAP Rule (No OSCORE). CoAP Option Numbers: 11 (Uri-Path).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">2</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0001</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">2</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[69, 132]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">C</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Token</td>
              <td align="left">tkl</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x80</td>
              <td align="left">MSB(5)</td>
              <td align="left">LSB</td>
              <td align="left">TTT</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"temperature"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>The Rule in <xref target="_table-NoOsc-Rules"/> yields the SCHC compression results shown in <xref target="fig-GET-temp-no-oscore"/> for the request and in <xref target="fig-CONTENT-temp-no-oscore"/> for the response.</t>
        <figure anchor="fig-GET-temp-no-oscore">
          <name>CoAP GET Compressed without OSCORE.</name>
          <artwork><![CDATA[
Compressed message:
==================
0x0214
0x02 = RuleID

Compression Residue:
0b00010100 (1 byte)

Compressed message length: 2 bytes
]]></artwork>
        </figure>
        <figure anchor="fig-CONTENT-temp-no-oscore">
          <name>CoAP Content Compressed without OSCORE.</name>
          <artwork><![CDATA[
Compressed message:
==================
0x020a32332043
0x02 = RuleID

Compression Residue:
0b00001010 (1 byte)

Payload
0x32332043

Compressed message length: 6 bytes
]]></artwork>
        </figure>
        <t>As it can be seen, the difference between applying SCHC + OSCORE as compared to regular SCHC + CoAP is about 10 bytes.</t>
      </section>
    </section>
    <section anchor="compression-with-proxies">
      <name>CoAP Header Compression with Proxies</name>
      <t>This section defines how SCHC Compression/Decompression is performed when CoAP proxies are deployed. The following refers to the origin client and origin server as application endpoints. The origin client, the proxy, and the origin server host one or more SCHC Endpoints each.</t>
      <t>For each communication leg on which SCHC is used, SCHC operations are performed according to SCHC Instances that share a common SCHC Context, consistent with a SCHC Session between those SCHC Instances. An entity that performs SCHC operations on multiple communication legs, such as a proxy, hosts different SCHC Instances for different legs and terminates the corresponding SCHC Session at itself; that is, incoming SCHC-compressed data is not relayed as such across communication legs.</t>
      <t>Note that SCHC Compression/Decompression of CoAP headers is not necessarily used between each pair of hops in the communication chain. For example, if a proxy is deployed between an origin client and an origin server, SCHC might be used on the communication leg between the origin client and the proxy, but not on the communication leg between the proxy and the origin server.</t>
      <section anchor="compression-with-proxies-without-oscore">
        <name>Without End-to-End Security</name>
        <t>In the case that OSCORE is not used end-to-end between client and server, the SCHC processing occurs hop-by-hop, by relying on SCHC Rules that are consistently shared between two adjacent hops, i.e., by relying on a SCHC Context shared by the SCHC Instances hosted at the two adjacent hops and taking part in the same SCHC Session.</t>
        <t>In particular, SCHC is used as defined below.</t>
        <ul spacing="normal">
          <li>
            <t>The sender application endpoint compresses the CoAP message, by using the SCHC Rules that it shares with the next hop towards the recipient application endpoint. The resulting, compressed message is sent to the next hop towards the recipient application endpoint.</t>
          </li>
          <li>
            <t>Each proxy decompresses the incoming compressed message, by using the SCHC Rules that it shares with the (previous hop towards the) sender application endpoint.  </t>
            <t>
Then, the proxy compresses the CoAP message to be forwarded, by using the SCHC Rules that it shares with the (next hop towards the) recipient application endpoint.  </t>
            <t>
The resulting, compressed message is sent to the (next hop towards the) recipient application endpoint.</t>
          </li>
          <li>
            <t>The recipient application endpoint decompresses the incoming compressed message, by using the SCHC Rules that it shares with the previous hop towards the sender application endpoint.</t>
          </li>
        </ul>
      </section>
      <section anchor="compression-with-proxies-with-oscore">
        <name>With End-to-End Security</name>
        <t>In the case that OSCORE is used end-to-end between client and server (see <xref target="ssec-examples-oscore"/>), the following applies.</t>
        <t>The SCHC processing occurs end-to-end as to the Inner SCHC Compression/Decompression, by relying on Inner SCHC Rules that are consistently shared between the two application endpoints acting as OSCORE endpoints and sharing the OSCORE Security Context used. The Inner SCHC Rules belong to a SCHC Context shared end-to-end by the SCHC Instances hosted at the two application endpoints and taking part in the same SCHC Session.</t>
        <t>Instead, the SCHC processing occurs hop-by-hop as to the Outer SCHC Compression/Decompression, by relying on Outer SCHC Rules that are consistently shared between two adjacent hops, i.e., by relying on a per-leg SCHC Context shared by the SCHC Instances hosted at the two adjacent hops and taking part in a distinct SCHC Session.</t>
        <t>In particular, SCHC is used as defined below.</t>
        <ul spacing="normal">
          <li>
            <t>The sender application endpoint performs the Inner SCHC Compression on the original CoAP message, by using the Inner SCHC Rules that it shares with the recipient application endpoint.  </t>
            <t>
Following the AEAD Encryption of the compressed input obtained from the previous step, the sender application endpoint performs the Outer SCHC Compression on the resulting OSCORE-protected message, by using the Outer SCHC Rules that it shares with the next hop towards the recipient application endpoint.  </t>
            <t>
The resulting, compressed message is sent to the next hop towards the recipient application endpoint.</t>
          </li>
          <li>
            <t>Each proxy performs the Outer SCHC Decompression on the incoming compressed message, by using the SCHC Rules that it shares with the (previous hop towards the) sender application endpoint.  </t>
            <t>
Then, the proxy performs the Outer SCHC Compression of the OSCORE-protected message to be forwarded, by using the SCHC Rules that it shares with the (next hop towards the) recipient application endpoint.  </t>
            <t>
The resulting, compressed message is sent to the (next hop towards the) recipient application endpoint.</t>
          </li>
          <li>
            <t>The recipient application endpoint performs the Outer SCHC Decompression on the incoming compressed message, by using the Outer SCHC Rules that it shares with the previous hop towards the sender application endpoint.  </t>
            <t>
Then, the recipient application endpoint performs the AEAD Decryption of the OSCORE-protected message obtained from the previous step.  </t>
            <t>
Finally, the recipient application endpoint performs the Inner SCHC Decompression on the compressed input obtained from the previous step, by using the Inner SCHC Rules that it shares with the sender application endpoint. The result is the original CoAP message produced by the sender application endpoint.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="examples">
      <name>Examples of CoAP Header Compression with Proxies</name>
      <t>This section provides examples of SCHC Compression/Decompression in the presence of a CoAP proxy.</t>
      <t>The presented examples refer to the same deployment considered in <xref target="sec-applicability-to-coap"/>, including a Device communicating over LPWAN with a Network Gateway (NGW), which in turn communicates with an Application Server over the Internet. The Application Server and the Device exchange CoAP messages through the NGW.</t>
      <t>The following also applies in the presented examples.</t>
      <ul spacing="normal">
        <li>
          <t>CoAP request messages are sent only by the Device as targeting the Application Server (uplink traffic), which replies to the Device with corresponding CoAP response messages (downlink traffic). That is, the Device acts as CoAP client, while the Application Server acts as CoAP server.</t>
        </li>
        <li>
          <t>A CoAP proxy is co-located on the Network Gateway (NGW) deployed between the Application Server and the Device.</t>
        </li>
        <li>
          <t>SCHC is used also on the communication leg between the Application Server and the proxy.</t>
        </li>
      </ul>
      <t>Like in <xref target="sec-applicability-to-coap"/>, the presented examples focus on SCHC Compression/Decompression of CoAP headers, i.e., irrespective of possible SCHC Compression/Decompression applied to further protocol headers.</t>
      <t>The example in <xref target="examples-without-oscore"/> considers an exchange of two unprotected messages, while the example in <xref target="examples-with-oscore"/> considers an exchange of two messages protected end-to-end with OSCORE. In the examples, the character | denotes bit concatenation.</t>
      <t><xref target="fig-example-req"/> and <xref target="fig-example-resp"/> show the two CoAP messages exchanged between the Device and the Application Server via the proxy. The figures show the two messages as originally generated by the application at the two origin endpoints, i.e., before they are possibly protected end-to-end with OSCORE as considered by the example in <xref target="examples-with-oscore"/>.</t>
      <t>Note that:</t>
      <ul spacing="normal">
        <li>
          <t>On the communication leg between the Device and the proxy, the CoAP Message ID has value 0x0001 and the CoAP Token has value 0x82.</t>
        </li>
        <li>
          <t>On the communication leg between the proxy and the Application Server, the CoAP Message ID has value 0x0004 and the CoAP Token has value 0x75.</t>
        </li>
      </ul>
      <figure anchor="fig-example-req">
        <name>CoAP GET Request.</name>
        <artwork align="left"><![CDATA[
Original message:
=================
0x41010001823b6578616d706c652e636f6d
  8b74656d7065726174757265d40f636f6170

Header:
0x4101
01   Ver
  00   CON
    0001   TKL
        00000001   Request Code 1 (GET)

0x0001   MID
0x82   Token

Options:

0x3b6578616d706c652e636f6d
Option 3: Uri-Host
Value = "example.com"

0x8b74656d7065726174757265
Option 11: Uri-Path
Value = "temperature"

0xd40f636f6170
Option 39: Proxy-Scheme
Value = "coap"

Original message length: 35 bytes

]]></artwork>
      </figure>
      <figure anchor="fig-example-resp">
        <name>CoAP Content Response.</name>
        <artwork align="left"><![CDATA[
Original message:
=================
0x6145000475ff32332043

Header:
0x6145
01   Ver
  10   ACK
    0001   TKL
        01000101 Successful Response Code 69 (2.05 Content)

0x0004   MID
0x75   Token


0xFF Payload marker

Payload:
0x32332043

Original message length: 10 bytes

]]></artwork>
      </figure>
      <section anchor="examples-without-oscore">
        <name>Without End-to-End Security</name>
        <t>In the case that OSCORE is not used end-to-end between the Device and the Application Server, the following SCHC Rules are shared between the different entities. Based on those Rules, the SCHC Compression/Decompression is performed as per <xref target="compression-with-proxies-without-oscore"/>.</t>
        <t>The Device and the proxy share the SCHC Rule shown in <xref target="fig-rules-device-proxy"/>, with RuleID 0.</t>
        <artwork><![CDATA[
+----------+
| RuleID 0 |
+----------+
]]></artwork>
        <table align="center" anchor="fig-rules-device-proxy">
          <name>SCHC Rule between the Device and the Proxy. CoAP Option Numbers: 3 (Uri-Host), 11 (Uri-Path), 39 (Proxy-Scheme).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[0, 2]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0001</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">[1, 2, <br/> 3, 4]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[65, 68, <br/> 69, 132]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Token</td>
              <td align="left">tkl</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x80</td>
              <td align="left">MSB(5)</td>
              <td align="left">LSB</td>
              <td align="left">TTT</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(3)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">value- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"temperature"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(39)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"coap"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>Instead, the proxy and the Application Server share the SCHC Rule shown in <xref target="fig-rules-proxy-server"/>, with RuleID 1.</t>
        <artwork><![CDATA[
+----------+
| RuleID 1 |
+----------+
]]></artwork>
        <table align="center" anchor="fig-rules-proxy-server">
          <name>SCHC Rule between the Proxy and the Application Server. CoAP Option Numbers: 3 (Uri-Host), 11 (Uri-Path).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[0, 2]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0001</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">[1, 2, <br/> 3, 4]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[65, 68, <br/> 69, 132]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Token</td>
              <td align="left">tkl</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x70</td>
              <td align="left">MSB(5)</td>
              <td align="left">LSB</td>
              <td align="left">TTT</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(3)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">value- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"temperature"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>First, the Device applies the Rule in <xref target="fig-rules-device-proxy"/> shared with the proxy to the CoAP request in <xref target="fig-example-req"/>. The result is the compressed CoAP request in <xref target="fig-example-req-to-proxy"/> that the Device sends to the proxy.</t>
        <figure anchor="fig-example-req-to-proxy">
          <name>CoAP GET Request Compressed for the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x00055b2bc30b6b836329731b7b68 (14 bytes)
0x00 RuleID
    055b2bc30b6b836329731b7b68 compression residue
                                and padded payload

Compression Residue (101 bits -> 13 bytes with padding)
0b   00 0001   010      1011  |  0x6578616d706c652e636f6d
   Code  MID Token  Uri-Host (residue size and residue)

Compressed message length: 14 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-req-to-proxy"/>, the proxy decompresses it with the Rule in <xref target="fig-rules-device-proxy"/> shared with the Device and obtains the same CoAP request in <xref target="fig-example-req"/>.</t>
        <t>After that, the proxy removes the Proxy-Scheme Option from the decompressed CoAP request. Also, the proxy replaces the values of the CoAP Message ID and of the CoAP Token to 0x0004 and 0x75, respectively. The result is the CoAP request shown in <xref target="fig-example-req-from-proxy"/>.</t>
        <figure anchor="fig-example-req-from-proxy">
          <name>CoAP GET Request to be Compressed by the Proxy.</name>
          <artwork align="left"><![CDATA[
Message to forward:
=================
0x41010004753b6578616d706c652e636f6d
  8b74656d7065726174757265

Header:
0x4101
01   Ver
  00   CON
    0001   TKL
        00000001   Request Code 1 (GET)

0x0004   MID
0x75   Token

Options:

0x3b6578616d706c652e636f6d
Option 3: Uri-Host
Value = "example.com"

0x8b74656d7065726174757265
Option 11: Uri-Path
Value = "temperature"

Original message length: 29 bytes

]]></artwork>
        </figure>
        <t>Then, the proxy applies the Rule in <xref target="fig-rules-proxy-server"/> shared with the Application Server to the CoAP request in <xref target="fig-example-req-from-proxy"/>.</t>
        <t>The result is the compressed CoAP request in <xref target="fig-example-req-from-proxy-compressed"/> that the proxy forwards to the Application Server.</t>
        <figure anchor="fig-example-req-from-proxy-compressed">
          <name>CoAP GET Request Forwarded by the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message to forward:
=================
0x0112db2bc30b6b836329731b7b68 (14 bytes)
0x01 RuleID
    12db2bc30b6b836329731b7b68 compression residue
                                and padded payload


Compression Residue (101 bits -> 13 bytes with padding)
0b   00 0100   101      1011  |  0x6578616d706c652e636f6d
   Code  MID Token  Uri-Host (residue size and residue)

Compressed message length: 14 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-req-from-proxy-compressed"/>, the Application Server decompresses it using the Rule in <xref target="fig-rules-proxy-server"/> shared with the proxy. The result is the same CoAP request in <xref target="fig-example-req-from-proxy"/> that the Application Server delivers to the application.</t>
        <t>After that, the Application Server produces the CoAP response in <xref target="fig-example-resp"/> and compresses it using the Rule in <xref target="fig-rules-proxy-server"/> shared with the proxy. The result is the compressed CoAP response shown in <xref target="fig-example-resp-to-proxy"/> that the Application Server sends to the proxy.</t>
        <figure anchor="fig-example-resp-to-proxy">
          <name>CoAP Content Response Compressed for the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x01c94c8cc810c0 (7 bytes)
0x01 RuleID
    c94c8cc810c0 compression residue
                 and padded payload


Compression Residue (10 bits -> 2 bytes with padding)
0b    1   10 0100   101
   Type Code  MID Token

Payload
0x32332043 (4 bytes)

Compressed message length: 7 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-resp-to-proxy"/>, the proxy decompresses it using the Rule in <xref target="fig-rules-proxy-server"/> shared with the Application Server. The result is the same CoAP response in <xref target="fig-example-resp"/>.</t>
        <t>Then, the proxy replaces the values of the CoAP Message ID and of the CoAP Token to 0x0001 and 0x82, respectively. The result is the CoAP response shown in <xref target="fig-example-resp-from-proxy"/>.</t>
        <figure anchor="fig-example-resp-from-proxy">
          <name>CoAP Content Response to be Compressed by the Proxy.</name>
          <artwork align="left"><![CDATA[
Message to forward:
=================
0x6145000182ff32332043

Header:
0x6145
01   Ver
  10   ACK
    0001   TKL
        01000101 Successful Response Code 69 (2.05 Content)

0x0001   MID
0x82   Token


0xFF Payload marker

Payload:
0x32332043

Original message length: 10 bytes

]]></artwork>
        </figure>
        <t>Then, the proxy compresses the CoAP response in <xref target="fig-example-resp-from-proxy"/> with the Rule in <xref target="fig-rules-device-proxy"/> shared with the Device. The result is the compressed CoAP response shown in <xref target="fig-example-resp-from-proxy-compressed"/> that the proxy forwards to the Device.</t>
        <figure anchor="fig-example-resp-from-proxy-compressed">
          <name>CoAP Content Response Forwarded by the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x00c28c8cc810c0 (7 bytes)
0x00 RuleID
    c28c8cc810c0 compression residue
                 and padded payload


Compression Residue (10 bits -> 2 bytes with padding)
0b    1   10 0001   010
   Type Code  MID Token

Payload
0x32332043 (4 bytes)

Compressed message length: 7 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-resp-from-proxy-compressed"/>, the Device decompresses it using the Rule in <xref target="fig-rules-device-proxy"/> shared with the proxy. The result is the same CoAP request in <xref target="fig-example-resp-from-proxy"/> that the Device delivers to the application.</t>
      </section>
      <section anchor="examples-with-oscore">
        <name>With End-to-End Security</name>
        <t>In the case that OSCORE is used end-to-end between the Device and the Application Server, the following SCHC Rules are shared between the different entities. Based on those Rules, the SCHC Compression/Decompression is performed as per <xref target="compression-with-proxies-with-oscore"/>.</t>
        <t>The Device and the Application Server share the SCHC Rule shown in <xref target="fig-rules-oscore-device-server"/>, with RuleID 2. The Device and the Application Server use this Rule to perform the Inner SCHC Compression/Decompression end-to-end.</t>
        <artwork><![CDATA[
+----------+
| RuleID 2 |
+----------+
]]></artwork>
        <table align="center" anchor="fig-rules-oscore-device-server">
          <name>Inner SCHC Rule between the Device and the Application Server. CoAP Option Numbers: 11 (Uri-Path).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">[1, 2, <br/> 3, 4]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[65, 68, <br/> 69, 132]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(11)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"temperature"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>The Device and the proxy share the SCHC Rule shown in <xref target="fig-rules-oscore-device-proxy"/>, with RuleID 3. The Device and the proxy use this Rule to perform the Outer SCHC Compression/Decompression hop-by-hop on their communication leg.</t>
        <artwork><![CDATA[
+----------+
| RuleID 3 |
+----------+
]]></artwork>
        <table align="center" anchor="fig-rules-oscore-device-proxy">
          <name>Outer SCHC Rule between the Device and the Proxy. CoAP Option Numbers: 3 (Uri-Host), 9 (OSCORE), 39 (Proxy-Scheme).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[0, 2]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0001</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">2</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">68</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Token</td>
              <td align="left">tkl</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x80</td>
              <td align="left">MSB(5)</td>
              <td align="left">LSB</td>
              <td align="left">TTT</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(3)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">value- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>flags</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x09</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>flags</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>piv</td>
              <td align="left">osc.piv</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x00</td>
              <td align="left">MSB(4)</td>
              <td align="left">LSB</td>
              <td align="left">PPPP</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>piv</td>
              <td align="left">osc.piv</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid_ctx</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid</td>
              <td align="left">var_bit</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">KKKK</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(39)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"coap"</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>The proxy and the Application Server share the SCHC Rule shown in <xref target="fig-rules-oscore-proxy-server"/>, with RuleID 4. The proxy and the Application Server use this Rule to perform the Outer SCHC Compression/Decompression hop-by-hop on their communication leg.</t>
        <artwork><![CDATA[
 +----------+
 | RuleID 4 |
 +----------+
]]></artwork>
        <table align="center" anchor="fig-rules-oscore-proxy-server">
          <name>Outer SCHC Rule between the Proxy and the Application Server. CoAP Option Numbers: 3 (Uri-Host), 9 (OSCORE).</name>
          <thead>
            <tr>
              <th align="left">FID</th>
              <th align="left">FL</th>
              <th align="left">FP</th>
              <th align="left">DI</th>
              <th align="left">TV</th>
              <th align="left">MO</th>
              <th align="left">CDA</th>
              <th align="left">Sent 
 [bits]</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">CoAP.<br/>Version</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">[0, 2]</td>
              <td align="left">match- <br/> mapping</td>
              <td align="left">mapping- <br/> sent</td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>TKL</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0b0001</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">2</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">68</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>MID</td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>Token</td>
              <td align="left">tkl</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x70</td>
              <td align="left">MSB(5)</td>
              <td align="left">LSB</td>
              <td align="left">TTT</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(3)</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">value- <br/> sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>flags</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x09</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>flags</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>piv</td>
              <td align="left">osc.piv</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x00</td>
              <td align="left">MSB(4)</td>
              <td align="left">LSB</td>
              <td align="left">PPPP</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>piv</td>
              <td align="left">osc.piv</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid_ctx</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid</td>
              <td align="left">var_bit</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">KKKK</td>
            </tr>
            <tr>
              <td align="left">CoAP.<br/>option(9).<br/>kid</td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <t>When the Device applies the Rule in <xref target="fig-rules-oscore-device-server"/> shared with the Application Server to the CoAP request in <xref target="fig-example-req"/>, this results in the Compressed Plaintext shown in <xref target="fig-plaintext-req"/>.</t>
        <t>As per <xref target="ssec-examples-oscore"/>, the message follows the process of SCHC Inner Compression and encryption until the payload (if any). The ciphertext resulting from the overall Inner process is used as payload of the Outer OSCORE message.</t>
        <figure anchor="fig-plaintext-req">
          <name>Plaintext Compression and Encryption for the GET Request.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="784" width="448" viewBox="0 0 448 784" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,208" fill="none" stroke="black"/>
                <path d="M 8,288 L 8,544" fill="none" stroke="black"/>
                <path d="M 8,640 L 8,752" fill="none" stroke="black"/>
                <path d="M 200,216 L 200,280" fill="none" stroke="black"/>
                <path d="M 200,552 L 200,632" fill="none" stroke="black"/>
                <path d="M 400,640 L 400,752" fill="none" stroke="black"/>
                <path d="M 408,288 L 408,544" fill="none" stroke="black"/>
                <path d="M 440,32 L 440,208" fill="none" stroke="black"/>
                <path d="M 8,32 L 440,32" fill="none" stroke="black"/>
                <path d="M 8,208 L 440,208" fill="none" stroke="black"/>
                <path d="M 8,288 L 408,288" fill="none" stroke="black"/>
                <path d="M 8,544 L 408,544" fill="none" stroke="black"/>
                <path d="M 8,640 L 400,640" fill="none" stroke="black"/>
                <path d="M 8,752 L 400,752" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="208,632 196,626.4 196,637.6" fill="black" transform="rotate(90,200,632)"/>
                <polygon class="arrowhead" points="208,280 196,274.4 196,285.6" fill="black" transform="rotate(90,200,280)"/>
                <g class="text">
                  <text x="44" y="68">OSCORE</text>
                  <text x="112" y="68">Plaintext</text>
                  <text x="132" y="100">0x01bb74656d7065726174757265</text>
                  <text x="272" y="100">(13</text>
                  <text x="316" y="100">bytes)</text>
                  <text x="36" y="132">0x01</text>
                  <text x="88" y="132">Request</text>
                  <text x="140" y="132">Code</text>
                  <text x="176" y="132">GET</text>
                  <text x="164" y="164">0xbb74656d7065726174757265</text>
                  <text x="300" y="164">Option</text>
                  <text x="344" y="164">11:</text>
                  <text x="396" y="164">Uri-Path</text>
                  <text x="296" y="180">Value</text>
                  <text x="328" y="180">=</text>
                  <text x="384" y="180">temperature</text>
                  <text x="232" y="244">Inner</text>
                  <text x="276" y="244">SCHC</text>
                  <text x="344" y="244">Compression</text>
                  <text x="60" y="324">Compressed</text>
                  <text x="144" y="324">Plaintext</text>
                  <text x="44" y="356">0x0200</text>
                  <text x="84" y="356">(2</text>
                  <text x="124" y="356">bytes)</text>
                  <text x="44" y="404">RuleID</text>
                  <text x="80" y="404">=</text>
                  <text x="108" y="404">0x02</text>
                  <text x="140" y="404">(1</text>
                  <text x="176" y="404">byte)</text>
                  <text x="64" y="452">Compression</text>
                  <text x="144" y="452">residue</text>
                  <text x="32" y="468">and</text>
                  <text x="76" y="468">padded</text>
                  <text x="136" y="468">payload</text>
                  <text x="176" y="468">=</text>
                  <text x="204" y="468">0x00</text>
                  <text x="236" y="468">(1</text>
                  <text x="272" y="468">byte)</text>
                  <text x="36" y="500">0b00</text>
                  <text x="68" y="500">(2</text>
                  <text x="100" y="500">bits</text>
                  <text x="176" y="500">match-mapping</text>
                  <text x="280" y="500">Compression</text>
                  <text x="364" y="500">Residue)</text>
                  <text x="52" y="516">0b000000</text>
                  <text x="100" y="516">(6</text>
                  <text x="128" y="516">bit</text>
                  <text x="180" y="516">padding)</text>
                  <text x="228" y="580">AEAD</text>
                  <text x="292" y="580">Encryption</text>
                  <text x="236" y="596">(piv</text>
                  <text x="264" y="596">=</text>
                  <text x="296" y="596">0x04)</text>
                  <text x="96" y="676">encrypted_plaintext</text>
                  <text x="184" y="676">=</text>
                  <text x="220" y="676">0xa2cf</text>
                  <text x="260" y="676">(2</text>
                  <text x="300" y="676">bytes)</text>
                  <text x="32" y="692">tag</text>
                  <text x="56" y="692">=</text>
                  <text x="140" y="692">0xc54fe1b434297b62</text>
                  <text x="228" y="692">(8</text>
                  <text x="268" y="692">bytes)</text>
                  <text x="60" y="724">ciphertext</text>
                  <text x="112" y="724">=</text>
                  <text x="212" y="724">0xa2cfc54fe1b434297b62</text>
                  <text x="320" y="724">(10</text>
                  <text x="364" y="724">bytes)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+-----------------------------------------------------+
|                                                     |
| OSCORE Plaintext                                    |
|                                                     |
| 0x01bb74656d7065726174757265  (13 bytes)            |
|                                                     |
| 0x01 Request Code GET                               |
|                                                     |
|      0xbb74656d7065726174757265 Option 11: Uri-Path |
|                                 Value = temperature |
|                                                     |
+-----------------------------------------------------+
                        |
                        | Inner SCHC Compression
                        |
                        v
+-------------------------------------------------+
|                                                 |
| Compressed Plaintext                            |
|                                                 |
| 0x0200 (2 bytes)                                |
|                                                 |
|                                                 |
| RuleID = 0x02 (1 byte)                          |
|                                                 |
|                                                 |
| Compression residue                             |
| and padded payload = 0x00 (1 byte)              |
|                                                 |
| 0b00 (2 bits match-mapping Compression Residue) |
| 0b000000 (6 bit padding)                        |
|                                                 |
+-------------------------------------------------+
                        |
                        | AEAD Encryption
                        |  (piv = 0x04)
                        |
                        v
+------------------------------------------------+
|                                                |
| encrypted_plaintext = 0xa2cf (2 bytes)         |
| tag = 0xc54fe1b434297b62 (8 bytes)             |
|                                                |
| ciphertext = 0xa2cfc54fe1b434297b62 (10 bytes) |
|                                                |
+------------------------------------------------+

]]></artwork>
          </artset>
        </figure>
        <t>When the Application Server applies the Rule in <xref target="fig-rules-oscore-device-server"/> shared with the Device to the CoAP response in <xref target="fig-example-resp"/>, this results in the Compressed Plaintext shown in <xref target="fig-plaintext-resp"/>.</t>
        <t>As per <xref target="ssec-examples-oscore"/>, the message follows the process of SCHC Inner Compression and encryption until the payload (if any). The ciphertext resulting from the overall Inner process is used as payload of the Outer OSCORE message.</t>
        <figure anchor="fig-plaintext-resp">
          <name>Plaintext Compression and Encryption for the Content Response.</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="816" width="480" viewBox="0 0 480 816" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px" stroke-linecap="round">
                <path d="M 8,32 L 8,224" fill="none" stroke="black"/>
                <path d="M 8,304 L 8,576" fill="none" stroke="black"/>
                <path d="M 8,672 L 8,784" fill="none" stroke="black"/>
                <path d="M 168,232 L 168,296" fill="none" stroke="black"/>
                <path d="M 168,584 L 168,664" fill="none" stroke="black"/>
                <path d="M 408,32 L 408,224" fill="none" stroke="black"/>
                <path d="M 408,304 L 408,576" fill="none" stroke="black"/>
                <path d="M 472,672 L 472,784" fill="none" stroke="black"/>
                <path d="M 8,32 L 408,32" fill="none" stroke="black"/>
                <path d="M 8,224 L 408,224" fill="none" stroke="black"/>
                <path d="M 8,304 L 408,304" fill="none" stroke="black"/>
                <path d="M 8,576 L 408,576" fill="none" stroke="black"/>
                <path d="M 8,672 L 472,672" fill="none" stroke="black"/>
                <path d="M 8,784 L 472,784" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="176,664 164,658.4 164,669.6" fill="black" transform="rotate(90,168,664)"/>
                <polygon class="arrowhead" points="176,296 164,290.4 164,301.6" fill="black" transform="rotate(90,168,296)"/>
                <g class="text">
                  <text x="44" y="68">OSCORE</text>
                  <text x="112" y="68">Plaintext</text>
                  <text x="76" y="100">0x45ff32332043</text>
                  <text x="156" y="100">(6</text>
                  <text x="196" y="100">bytes)</text>
                  <text x="36" y="132">0x45</text>
                  <text x="100" y="132">Successful</text>
                  <text x="180" y="132">Response</text>
                  <text x="236" y="132">Code</text>
                  <text x="268" y="132">69</text>
                  <text x="304" y="132">"2.05</text>
                  <text x="364" y="132">Content"</text>
                  <text x="68" y="164">0xff</text>
                  <text x="120" y="164">Payload</text>
                  <text x="180" y="164">marker</text>
                  <text x="124" y="196">0x32332043</text>
                  <text x="200" y="196">Payload</text>
                  <text x="200" y="260">Inner</text>
                  <text x="244" y="260">SCHC</text>
                  <text x="312" y="260">Compression</text>
                  <text x="60" y="340">Compressed</text>
                  <text x="144" y="340">Plaintext</text>
                  <text x="76" y="372">0x028c8cc810c0</text>
                  <text x="148" y="372">(6</text>
                  <text x="188" y="372">bytes)</text>
                  <text x="44" y="420">RuleID</text>
                  <text x="80" y="420">=</text>
                  <text x="108" y="420">0x02</text>
                  <text x="64" y="468">Compression</text>
                  <text x="144" y="468">residue</text>
                  <text x="32" y="484">and</text>
                  <text x="76" y="484">padded</text>
                  <text x="136" y="484">payload</text>
                  <text x="176" y="484">=</text>
                  <text x="236" y="484">0x8c8cc810c0</text>
                  <text x="300" y="484">(5</text>
                  <text x="340" y="484">bytes)</text>
                  <text x="36" y="516">0b10</text>
                  <text x="68" y="516">(2</text>
                  <text x="100" y="516">bits</text>
                  <text x="176" y="516">match-mapping</text>
                  <text x="280" y="516">Compression</text>
                  <text x="364" y="516">Residue)</text>
                  <text x="108" y="532">0x32332043</text>
                  <text x="164" y="532">&gt;&gt;</text>
                  <text x="184" y="532">2</text>
                  <text x="228" y="532">(shifted</text>
                  <text x="300" y="532">payload)</text>
                  <text x="236" y="548">0b000000</text>
                  <text x="304" y="548">Padding</text>
                  <text x="196" y="612">AEAD</text>
                  <text x="260" y="612">Encryption</text>
                  <text x="204" y="628">(piv</text>
                  <text x="232" y="628">=</text>
                  <text x="264" y="628">0x04)</text>
                  <text x="104" y="708">encrypted_plaintext</text>
                  <text x="192" y="708">=</text>
                  <text x="260" y="708">0x10c6d7c26cc1</text>
                  <text x="332" y="708">(6</text>
                  <text x="372" y="708">bytes)</text>
                  <text x="40" y="724">tag</text>
                  <text x="64" y="724">=</text>
                  <text x="148" y="724">0xe9aef3f2461e0c29</text>
                  <text x="236" y="724">(8</text>
                  <text x="276" y="724">bytes)</text>
                  <text x="68" y="756">ciphertext</text>
                  <text x="120" y="756">=</text>
                  <text x="252" y="756">0x10c6d7c26cc1e9aef3f2461e0c29</text>
                  <text x="392" y="756">(14</text>
                  <text x="436" y="756">bytes)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art" align="center"><![CDATA[
+-------------------------------------------------+
|                                                 |
| OSCORE Plaintext                                |
|                                                 |
| 0x45ff32332043  (6 bytes)                       |
|                                                 |
| 0x45 Successful Response Code 69 "2.05 Content" |
|                                                 |
|     0xff Payload marker                         |
|                                                 |
|         0x32332043 Payload                      |
|                                                 |
+-------------------------------------------------+
                    |
                    | Inner SCHC Compression
                    |
                    v
+-------------------------------------------------+
|                                                 |
| Compressed Plaintext                            |
|                                                 |
| 0x028c8cc810c0 (6 bytes)                        |
|                                                 |
|                                                 |
| RuleID = 0x02                                   |
|                                                 |
|                                                 |
| Compression residue                             |
| and padded payload = 0x8c8cc810c0 (5 bytes)     |
|                                                 |
| 0b10 (2 bits match-mapping Compression Residue) |
|       0x32332043 >> 2 (shifted payload)         |
|                        0b000000 Padding         |
|                                                 |
+-------------------------------------------------+
                    |
                    | AEAD Encryption
                    |  (piv = 0x04)
                    |
                    v
+---------------------------------------------------------+
|                                                         |
|  encrypted_plaintext = 0x10c6d7c26cc1 (6 bytes)         |
|  tag = 0xe9aef3f2461e0c29 (8 bytes)                     |
|                                                         |
|  ciphertext = 0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes) |
|                                                         |
+---------------------------------------------------------+

]]></artwork>
          </artset>
        </figure>
        <t>After having performed the SCHC Inner Compression of the CoAP request in <xref target="fig-example-req"/>, the Device protects it with OSCORE by considering the Compressed Plaintext in <xref target="fig-plaintext-req"/>. The result is the OSCORE-protected CoAP request shown in <xref target="fig-example-oscore-req"/>.</t>
        <figure anchor="fig-example-oscore-req">
          <name>Protected and Inner SCHC Compressed CoAP GET Request.</name>
          <artwork align="left"><![CDATA[
Protected message:
==================
0x41020001823b6578616d706c652e636f6d
  6409040005d411636f6170ffa2cfc54fe1b434297b62
(39 bytes)

Header:
0x4102
01   Ver
  00   CON
    0001   TKL
        00000010   Request Code 2 (POST)

0x0001   MID
0x82   Token

Options:

0x3b6578616d706c652e636f6d
Option 3: Uri-Host
Value = "example.com"

0x6409040005
Option 9: OSCORE
Value = 0x09040005
          09 = 000 0 1 001 flags
                   h k  n
            04 piv
              0005 kid

0xd411636f6170
Option 39: Proxy-Scheme
Value = "coap"


0xFF Payload marker

Payload:
0xa2cfc54fe1b434297b62 (10 bytes)

]]></artwork>
        </figure>
        <t>Then, the Device applies the Rule in <xref target="fig-rules-oscore-device-proxy"/> shared with the proxy to the OSCORE-protected CoAP request in <xref target="fig-example-oscore-req"/>, thus performing the SCHC Outer Compression of such request. The result is the OSCORE-protected and Outer Compressed CoAP request shown in <xref target="fig-example-oscore-req-to-proxy"/> that the Device sends to the proxy.</t>
        <figure anchor="fig-example-oscore-req-to-proxy">
          <name>SCHC-OSCORE CoAP GET Request Compressed for the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x03156caf0c2dae0d8ca5cc6deda88b459f8a9fc3686852f6c4 (25 bytes)
0x03 RuleID
    156caf0c2dae0d8ca5cc6deda88b compression residue
                                459f8a9fc3686852f6c4 padded payload

Compression Residue
0b0001   010      1011 | 0x6578616d706c652e636f6d |
   MID Token  Uri-Host (residue size and residue)

0b0100  0100 0101
   piv   kid (residue size and residue)

   (111 bits -> 14 bytes with padding)

Payload
0xa2cfc54fe1b434297b62 (10 bytes)

Compressed message length: 25 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-oscore-req-to-proxy"/>, the proxy decompresses it with the Rule in <xref target="fig-rules-oscore-device-proxy"/> shared with the Device, thus performing the SCHC Outer Decompression. The result is the same OSCORE-protected CoAP request in <xref target="fig-example-oscore-req"/>.</t>
        <t>After that, the proxy removes the Proxy-Scheme Option from the decompressed OSCORE-protected CoAP request. Also, the proxy replaces the values of the CoAP Message ID and of the CoAP Token to 0x0004 and 0x75, respectively. The result is the OSCORE-protected CoAP request shown in <xref target="fig-example-oscore-req-from-proxy"/>.</t>
        <figure anchor="fig-example-oscore-req-from-proxy">
          <name>SCHC-OSCORE CoAP GET Request to be Compressed by the Proxy.</name>
          <artwork align="left"><![CDATA[
Protected message:
==================
0x41020004753b6578616d706c652e636f6d
  6409040005ffa2cfc54fe1b434297b62
(33 bytes)

Header:
0x4102
01   Ver
  00   CON
    0001   TKL
        00000010   Request Code 2 (POST)

0x0004   MID
0x75   Token

Options:

0x3b6578616d706c652e636f6d
Option 3: Uri-Host
Value = "example.com"

0x6409040005
Option 9: OSCORE
Value = 0x09040005
          09 = 000 0 1 001 flags
                   h k  n
            04 piv
              0005 kid


0xFF Payload marker

Payload:
0xa2cfc54fe1b434297b62 (10 bytes)

]]></artwork>
        </figure>
        <t>Then, the proxy applies the Rule in <xref target="fig-rules-oscore-proxy-server"/> shared with the Application Server to the OSCORE-protected CoAP request in <xref target="fig-example-oscore-req-from-proxy"/>, thus performing the SCHC Outer Compression of such request. The result is the OSCORE-protected and Outer Compressed CoAP request shown in <xref target="fig-example-oscore-req-from-proxy-compressed"/> that the proxy forwards to the Application Server.</t>
        <figure anchor="fig-example-oscore-req-from-proxy-compressed">
          <name>SCHC-OSCORE CoAP GET Request Forwarded by the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x044b6caf0c2dae0d8ca5cc6deda88b459f8a9fc3686852f6c4 (25 bytes)
0x04 RuleID
    4b6caf0c2dae0d8ca5cc6deda88b compression residue
                                459f8a9fc3686852f6c4 padded payload


Compression Residue
0b0100   101      1011 | 0x6578616d706c652e636f6d |
   MID Token  Uri-Host (residue size and residue)

0b0100  0100 0101
   piv   kid (residue size and residue)

   (111 bits -> 14 bytes with padding)


Payload
0xa2cfc54fe1b434297b62 (10 bytes)

Compressed message length: 25 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-oscore-req-from-proxy-compressed"/>, the Application Server decompresses it using the Rule in <xref target="fig-rules-oscore-proxy-server"/> shared with the proxy, thus performing the SCHC Outer Decompression. The result is the same OSCORE-protected CoAP request in <xref target="fig-example-oscore-req-from-proxy"/>.</t>
        <t>The Application Server decrypts and verifies such a request, which results in the same Compressed Plaintext in <xref target="fig-plaintext-req"/>. Then, the Application Server applies the Rule in <xref target="fig-rules-oscore-device-server"/> shared with the Device to such a Compressed Plaintext, thus performing the SCHC Inner Decompression. The result is used to rebuild the same CoAP request in <xref target="fig-example-req"/> that the Application Server delivers to the application.</t>
        <t>After having performed the SCHC Inner Compression of the CoAP response in <xref target="fig-example-resp"/>, the Application Server protects it with OSCORE by considering the Compressed Plaintext in <xref target="fig-plaintext-resp"/>. The result is the OSCORE-protected CoAP response shown in <xref target="fig-example-oscore-resp"/>.</t>
        <figure anchor="fig-example-oscore-resp">
          <name>Protected and Inner SCHC Compressed CoAP Content Response.</name>
          <artwork align="left"><![CDATA[
Protected message:
==================
0x614400047590ff10c6d7c26cc1e9aef3f2461e0c29
(21 bytes)

Header:
0x6144
01   Ver
  10   ACK
    0001   TKL
        01000100   Successful Response Code 68 (2.04 Changed)

0x0004   MID
0x75   Token

Options:

0x90
Option 9: OSCORE
Value = 0x (empty)


0xFF Payload marker

Payload:
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)

]]></artwork>
        </figure>
        <t>Then, the Application Server applies the Rule in <xref target="fig-rules-oscore-proxy-server"/> shared with the proxy to the OSCORE-protected CoAP response in <xref target="fig-example-oscore-resp"/>, thus performing the SCHC Outer Compression of such response. The result is the OSCORE-protected and Outer Compressed CoAP response shown in <xref target="fig-example-oscore-resp-to-proxy"/> that the Application Server sends to the proxy.</t>
        <figure anchor="fig-example-oscore-resp-to-proxy">
          <name>SCHC-OSCORE CoAP Content Response Compressed for the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x04a510c6d7c26cc1e9aef3f2461e0c29  (16 bytes)
0x04 RuleID
    a510c6d7c26cc1e9aef3f2461e0c29 compression residue
                                   and padded payload


Compression Residue (8 bits -> 1 byte with padding)
0b    1 0100   101
   Type  MID Token

Payload
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)

Compressed message length: 16 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-oscore-resp-to-proxy"/>, the proxy decompresses it with the Rule in <xref target="fig-rules-oscore-proxy-server"/> shared with the Application Server, thus performing the SCHC Outer Decompression. The result is the same OSCORE-protected CoAP response in <xref target="fig-example-oscore-resp"/>.</t>
        <t>After that, the proxy replaces the values of the CoAP Message ID and of the CoAP Token to 0x0001 and 0x82, respectively. The result is the OSCORE-protected CoAP response shown in <xref target="fig-example-oscore-resp-from-proxy"/>.</t>
        <figure anchor="fig-example-oscore-resp-from-proxy">
          <name>SCHC-OSCORE CoAP Content Response to be Compressed by the Proxy.</name>
          <artwork align="left"><![CDATA[
Protected message:
==================
0x614400018290ff10c6d7c26cc1e9aef3f2461e0c29
(21 bytes)

Header:
0x6144
01   Ver
  10   ACK
    0001   TKL
        01000100   Successful Response Code 68 (2.04 Changed)

0x0001   MID
0x82   Token

Options:

0x90
Option 9: OSCORE
Value = 0x (empty)


0xFF Payload marker

Payload:
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)

]]></artwork>
        </figure>
        <t>Then, the proxy applies the Rule in <xref target="fig-rules-oscore-device-proxy"/> shared with the Device to the OSCORE-protected CoAP response in <xref target="fig-example-oscore-resp-from-proxy"/>, thus performing the SCHC Outer Compression of such response. The result is the OSCORE-protected and Outer Compressed CoAP response shown in <xref target="fig-example-oscore-resp-from-proxy-compressed"/> that the proxy forwards to the Device.</t>
        <figure anchor="fig-example-oscore-resp-from-proxy-compressed">
          <name>SCHC-OSCORE CoAP Content Response Forwarded by the Proxy.</name>
          <artwork align="left"><![CDATA[
Compressed message:
=================
0x038a10c6d7c26cc1e9aef3f2461e0c29 (16 bytes)
0x03 RuleID
    8a10c6d7c26cc1e9aef3f2461e0c29 compression residue
                                   and padded payload


Compression Residue (8 bits -> 1 byte with padding)
0b    1 0001   010
   Type  MID Token

Payload
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)

Compressed message length: 16 bytes

]]></artwork>
        </figure>
        <t>Upon receiving the message in <xref target="fig-example-oscore-resp-from-proxy-compressed"/>, the Device decompresses it using the Rule in <xref target="fig-rules-oscore-device-proxy"/> shared with the proxy, thus performing the SCHC Outer Decompression. The result is the same OSCORE-protected CoAP response in <xref target="fig-example-oscore-resp-from-proxy"/>.</t>
        <t>The Device decrypts and verifies such a response, which results in the same Compressed Plaintext shown in <xref target="fig-plaintext-resp"/>. Then, the Device applies the Rule in <xref target="fig-rules-oscore-device-server"/> shared with the Application Server to such a Compressed Plaintext, thus performing the SCHC Inner Decompression. The result is used to rebuild the same CoAP response in <xref target="fig-example-resp"/> that the Device delivers to the application.</t>
      </section>
    </section>
    <section anchor="sec-coap-fields">
      <name>CoAP Fields</name>
      <t><xref target="_table-coap-fields"/> lists the CoAP fields and subfields for which SCHC compression has been defined or revised in this document.</t>
      <table align="center" anchor="_table-coap-fields">
        <name>CoAP Fields.</name>
        <thead>
          <tr>
            <th align="left">Field</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">CoAP.Version</td>
            <td align="left">CoAP header field Version <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.Type</td>
            <td align="left">CoAP header field Type <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.TKL</td>
            <td align="left">CoAP header field Token Length (TKL) <xref target="RFC7252"/><xref target="RFC8974"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.Code</td>
            <td align="left">CoAP header field Code <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.Code.Class</td>
            <td align="left">CoAP header field Code (subfield Class) <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.Code.Detail</td>
            <td align="left">CoAP header field Code (subfield Detail) <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.MID</td>
            <td align="left">CoAP header field Message ID <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.Token</td>
            <td align="left">CoAP field Token <xref target="RFC7252"/><xref target="RFC8974"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(1)</td>
            <td align="left">CoAP option If-Match <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(3)</td>
            <td align="left">CoAP option Uri-Host <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(4)</td>
            <td align="left">CoAP option ETag <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(5)</td>
            <td align="left">CoAP option If-None-Match <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(6)</td>
            <td align="left">CoAP option Observe <xref target="RFC7641"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(7)</td>
            <td align="left">CoAP option Uri-Port <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(8)</td>
            <td align="left">CoAP option Location-Path <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(9)</td>
            <td align="left">CoAP option OSCORE <xref target="RFC8613"/><xref target="I-D.ietf-core-oscore-groupcomm"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(9).flags</td>
            <td align="left">CoAP option OSCORE (subfield flags) <xref target="RFC8613"/><xref target="I-D.ietf-core-oscore-groupcomm"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(9).piv</td>
            <td align="left">CoAP option OSCORE (subfield piv) <xref target="RFC8613"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(9).kid_ctx</td>
            <td align="left">CoAP option OSCORE (subfield kid_ctx) <xref target="RFC8613"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(9).kid</td>
            <td align="left">CoAP option OSCORE (subfield kid) <xref target="RFC8613"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(11)</td>
            <td align="left">CoAP option Uri-Path <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(12)</td>
            <td align="left">CoAP option Content-Format <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(14)</td>
            <td align="left">CoAP option Max-Age <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(15)</td>
            <td align="left">CoAP option Uri-Query <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(16)</td>
            <td align="left">CoAP option Hop-Limit <xref target="RFC8768"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(17)</td>
            <td align="left">CoAP option Accept <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(19)</td>
            <td align="left">CoAP option Q-Block1 <xref target="RFC9177"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(20)</td>
            <td align="left">CoAP option Location-Query <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(21)</td>
            <td align="left">CoAP option EDHOC <xref target="RFC9668"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(23)</td>
            <td align="left">CoAP option Block2 <xref target="RFC7959"/><xref target="RFC8323"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(27)</td>
            <td align="left">CoAP option Block1 <xref target="RFC7959"/><xref target="RFC8323"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(28)</td>
            <td align="left">CoAP option Size2 <xref target="RFC7959"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(31)</td>
            <td align="left">CoAP option Q-Block2 <xref target="RFC9177"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(35)</td>
            <td align="left">CoAP option Proxy-Uri <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(39)</td>
            <td align="left">CoAP option Proxy-Scheme <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(60)</td>
            <td align="left">CoAP option Size1 <xref target="RFC7252"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(235)</td>
            <td align="left">CoAP option Proxy-Cri <xref target="I-D.ietf-core-href"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(239)</td>
            <td align="left">CoAP option Proxy-Scheme-Number <xref target="I-D.ietf-core-href"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(252)</td>
            <td align="left">CoAP option Echo <xref target="RFC9175"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(258)</td>
            <td align="left">CoAP option No-Response <xref target="RFC7967"/></td>
          </tr>
          <tr>
            <td align="left">CoAP.option(292)</td>
            <td align="left">CoAP option Request-Tag <xref target="RFC9175"/></td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The use of SCHC header compression for CoAP header fields only affects the representation of the header information. SCHC header compression itself does not increase or decrease the overall level of security of the communication. When the connection does not use a security protocol (e.g., OSCORE or DTLS), it is necessary to use a Layer 2 security mechanism to protect the SCHC packets.</t>
      <t>If an LPWAN is the Layer 2 technology being used, the SCHC security considerations discussed in <xref target="RFC8724"/> continue to apply. When using another Layer 2 protocol, the use of a cryptographic integrity-protection mechanism to protect the SCHC headers is <bcp14>REQUIRED</bcp14>. Such cryptographic integrity protection is necessary in order to continue to provide the properties that <xref target="RFC8724"/> relies upon.</t>
      <t>When SCHC is used with OSCORE, the security considerations discussed in <xref target="RFC8613"/> continue to apply. When SCHC is used with Group OSCORE, the security considerations discussed in <xref target="I-D.ietf-core-oscore-groupcomm"/> continue to apply. When SCHC is used in the presence of CoAP proxies, the security considerations discussed in <xref section="11.2" sectionFormat="of" target="RFC7252"/> continue to apply.</t>
      <t>When SCHC is used with the OSCORE Outer headers, the Initialization Vector (IV) size in the Compression Residue must be carefully selected. There is a trade-off between compression efficiency (with a longer MSB MO prefix) and the frequency at which the Device must renew its key material (in order to prevent the IV from expanding to an incompressible value). The key-renewal operation itself may require several message exchanges and result in energy-intensive computation, but the optimal trade-off will depend on the specifics of the Device and expected usage patterns. In order to renew its key material with another OSCORE endpoint, the Device can rely on the lightweight key update protocol KUDOS defined in <xref target="I-D.ietf-core-oscore-key-update"/>.</t>
      <t>If an attacker can introduce a corrupted SCHC-compressed packet onto a link, DoS attacks can be mounted by causing excessive resource consumption at the decompressor. However, an attacker able to inject packets at the link layer is also capable of other, potentially more damaging, attacks.</t>
      <t>SCHC compression emits variable-length Compression Residues for some CoAP fields. In the representation of the compressed header, the length field that is sent is not the length of the original header field but rather the length of the Compression Residue that is being transmitted. If a corrupted packet arrives at the decompressor with a longer or shorter length than that of the original compressed representation, the SCHC decompression procedures will detect an error and drop the packet.</t>
      <t>SCHC header compression Rules <bcp14>MUST</bcp14> remain tightly coupled between the compressor and the decompressor. If the compression Rules get out of sync, a Compression Residue might be decompressed differently at the receiver, thus yielding a result different than the initial message submitted to compression procedures. Accordingly, any time the Rules within the SCHC Context are updated on an OSCORE endpoint, that endpoint <bcp14>MUST</bcp14> trigger an update of the OSCORE key material, e.g., by running the lightweight key update protocol KUDOS <xref target="I-D.ietf-core-oscore-key-update"/>. Similar procedures may be appropriate to signal Rule updates when other message-protection mechanisms are in use.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has the following actions for IANA.</t>
      <section anchor="sec-iana-registry-group">
        <name>Static Context Header Compression (SCHC) Parameters</name>
        <t>IANA is asked to establish the "Static Context Header Compression (SCHC) Parameters" registry group.</t>
        <t>The registry group has been initially populated with the registry established as per <xref target="sec-iana-coap-fields"/>.</t>
      </section>
      <section anchor="sec-iana-coap-fields">
        <name>SCHC Compression of CoAP Fields</name>
        <t>IANA is asked to establish the "SCHC Compression of CoAP Fields" registry within the "Static Context Header Compression (SCHC) Parameters" registry group established as per <xref target="sec-iana-registry-group"/>.</t>
        <t>As registration policy, the registry uses "Specification Required" per <xref section="4.6" sectionFormat="of" target="RFC8126"/>. Expert Review guidelines are provided in <xref target="sec-iana-expert-review"/>.</t>
        <section anchor="intended-use">
          <name>Intended Use</name>
          <t>The objective of this registry is to collect a list of CoAP fields and subfields, for which it has been defined how to perform SCHC compression.</t>
          <t>Such a definition does not necessarily have to be in the same documentation that defines the CoAP fields and subfields in question. While that can be the case, it is also possible to provide that definition in a separate specification.</t>
          <t>Each entry of the registry is intended to include references to the documentation that defines the associated CoAP field or subfield, as well as references to the specifications that define the SCHC compression of that CoAP field or subfield.</t>
          <t>When a specification defines how to perform SCHC compression of a CoAP field, the following applies.</t>
          <ul spacing="normal">
            <li>
              <t>If a registry entry for the CoAP field does not already exist, it is strongly encouraged to register an associated new entry.</t>
            </li>
            <li>
              <t>If a registry entry for the CoAP field already exists, it is strongly encouraged to update its list of references. The update is intended to add references to the specification that provides the new or updated SCHC compression of the CoAP field, as well as to any documentation that updates the definition of the CoAP field itself.</t>
            </li>
          </ul>
          <t>If the defined SCHC compression considers the CoAP field as composed of subfields, it is strongly encouraged that the same as above is also performed for each subfield and the associated registry entry.</t>
        </section>
        <section anchor="sec-iana-coap-fields-structure">
          <name>Structure of Entries</name>
          <t>The columns of this registry are:</t>
          <ul spacing="normal">
            <li>
              <t>Field: a unique identifier of the CoAP field or subfield associated with this entry. This identifier is used as FID in a Field Descriptor of a SCHC compression Rule for compressing/decompressing CoAP messages.  </t>
              <t>
This identifier has two possible formats:  </t>
              <ul spacing="normal">
                <li>
                  <t>"CoAP.X", where X is the name of the CoAP field.</t>
                </li>
                <li>
                  <t>"CoAP.X.Y", where X is the name of the CoAP field and Y is the name of a subfield of X.</t>
                </li>
              </ul>
              <t>
If the CoAP field in question is specifically a CoAP option, then X has the format "option(N)", where N is the option number of the CoAP option. The value N is taken from the "Number" column of the corresponding entry in the "CoAP Option Numbers" IANA registry <xref target="CoAP.Option.Numbers"/>.</t>
            </li>
            <li>
              <t>Description: a short description of the CoAP field or subfield associated with this entry, together with public references to the resources that define it.</t>
            </li>
            <li>
              <t>Reference: public references to the resources that define how a SCHC compression Rule works for the CoAP field or subfield associated with this entry.</t>
            </li>
          </ul>
          <t>In order to make the registry easier to parse, its entries are ordered based on the value of the "Field" column and according to the following criteria:</t>
          <ul spacing="normal">
            <li>
              <t>Given any two entries for CoAP fields, those entries are in the same relative order as those two fields in a CoAP message.  </t>
              <t>
Consequently, given any two entries related to CoAP options, those entries are in the same relative order as the option numbers of the two CoAP options.</t>
            </li>
            <li>
              <t>Given any two entries for subfields of the same field, those entries are in the same relative order as those two subfields in a CoAP message.</t>
            </li>
            <li>
              <t>Given an entry "CoAP.X" for the field X, any entry "CoAP.X.Y" for the subfield Y of X appears after the entry "CoAP.X" and before the entry for any other field.</t>
            </li>
          </ul>
          <t>This registry has been initially populated with the values in <xref target="_table-coap-fields"/>. The "Reference" column for all these entries refers to this document.</t>
        </section>
      </section>
      <section anchor="sec-iana-expert-review">
        <name>Expert Review Instructions</name>
        <t>The IANA registry established in this document is defined as "Specification Required". This section gives some general guidelines for what the experts should be looking for, but they are being designated as experts for a reason so they should be given substantial latitude.</t>
        <t>Expert reviewers should take into consideration the following points:</t>
        <ul spacing="normal">
          <li>
            <t>Point squatting should be discouraged. Reviewers are encouraged to get sufficient information for registration requests to ensure that the usage is not going to duplicate one that is already registered and that the point is likely to be used in deployments.  </t>
            <t>
Specifically, for every CoAP field, only one corresponding registry entry is allowed. Also, for every CoAP subfield, only one corresponding registry entry is allowed.</t>
          </li>
          <li>
            <t>For a new registry entry, it has to be clear where that entry has to be positioned within the registry, according to the criteria compiled in <xref target="sec-iana-coap-fields-structure"/>.</t>
          </li>
          <li>
            <t>Consistent with the "Specification Required" registration policy, specifications should exist, but early assignment before a specification is available is considered to be permissible. When specifications are not provided, the description provided needs to have sufficient information to identify what the point is being used for.</t>
          </li>
        </ul>
        <t>If the expert becomes aware of a definition for SCHC compression of CoAP fields and subfields that is deployed and in use, the expert may also initiate a registration or update an existing one on their own, if they deem important that the definition in question gains visibility through the registry entry.</t>
      </section>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC5116">
          <front>
            <title>An Interface and Algorithms for Authenticated Encryption</title>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document defines algorithms for Authenticated Encryption with Associated Data (AEAD), and defines a uniform interface and a registry for such algorithms. The interface and registry can be used as an application-independent set of cryptoalgorithm suites. This approach provides advantages in efficiency and security, and promotes the reuse of crypto implementations. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5116"/>
          <seriesInfo name="DOI" value="10.17487/RFC5116"/>
        </reference>
        <reference anchor="RFC7252">
          <front>
            <title>The Constrained Application Protocol (CoAP)</title>
            <author fullname="Z. Shelby" initials="Z." surname="Shelby"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a specialized web transfer protocol for use with constrained nodes and constrained (e.g., low-power, lossy) networks. The nodes often have 8-bit microcontrollers with small amounts of ROM and RAM, while constrained networks such as IPv6 over Low-Power Wireless Personal Area Networks (6LoWPANs) often have high packet error rates and a typical throughput of 10s of kbit/s. The protocol is designed for machine- to-machine (M2M) applications such as smart energy and building automation.</t>
              <t>CoAP provides a request/response interaction model between application endpoints, supports built-in discovery of services and resources, and includes key concepts of the Web such as URIs and Internet media types. CoAP is designed to easily interface with HTTP for integration with the Web while meeting specialized requirements such as multicast support, very low overhead, and simplicity for constrained environments.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7252"/>
          <seriesInfo name="DOI" value="10.17487/RFC7252"/>
        </reference>
        <reference anchor="RFC7641">
          <front>
            <title>Observing Resources in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful application protocol for constrained nodes and networks. The state of a resource on a CoAP server can change over time. This document specifies a simple protocol extension for CoAP that enables CoAP clients to "observe" resources, i.e., to retrieve a representation of a resource and keep this representation updated by the server over a period of time. The protocol follows a best-effort approach for sending new representations to clients and provides eventual consistency between the state observed by each client and the actual resource state at the server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7641"/>
          <seriesInfo name="DOI" value="10.17487/RFC7641"/>
        </reference>
        <reference anchor="RFC7959">
          <front>
            <title>Block-Wise Transfers in the Constrained Application Protocol (CoAP)</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="Z. Shelby" initials="Z." role="editor" surname="Shelby"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.</t>
              <t>Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.</t>
              <t>A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7959"/>
          <seriesInfo name="DOI" value="10.17487/RFC7959"/>
        </reference>
        <reference anchor="RFC7967">
          <front>
            <title>Constrained Application Protocol (CoAP) Option for No Server Response</title>
            <author fullname="A. Bhattacharyya" initials="A." surname="Bhattacharyya"/>
            <author fullname="S. Bandyopadhyay" initials="S." surname="Bandyopadhyay"/>
            <author fullname="A. Pal" initials="A." surname="Pal"/>
            <author fullname="T. Bose" initials="T." surname="Bose"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>There can be machine-to-machine (M2M) scenarios where server responses to client requests are redundant. This kind of open-loop exchange (with no response path from the server to the client) may be desired to minimize resource consumption in constrained systems while updating many resources simultaneously or performing high-frequency updates. CoAP already provides Non-confirmable (NON) messages that are not acknowledged by the recipient. However, the request/response semantics still require the server to respond with a status code indicating "the result of the attempt to understand and satisfy the request", per RFC 7252.</t>
              <t>This specification introduces a CoAP option called 'No-Response'. Using this option, the client can explicitly express to the server its disinterest in all responses against the particular request. This option also provides granular control to enable expression of disinterest to a particular response class or a combination of response classes. The server MAY decide to suppress the response by not transmitting it back to the client according to the value of the No-Response option in the request. This option may be effective for both unicast and multicast requests. This document also discusses a few examples of applications that benefit from this option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7967"/>
          <seriesInfo name="DOI" value="10.17487/RFC7967"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC8323">
          <front>
            <title>CoAP (Constrained Application Protocol) over TCP, TLS, and WebSockets</title>
            <author fullname="C. Bormann" initials="C." surname="Bormann"/>
            <author fullname="S. Lemay" initials="S." surname="Lemay"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="B. Silverajan" initials="B." surname="Silverajan"/>
            <author fullname="B. Raymor" initials="B." role="editor" surname="Raymor"/>
            <date month="February" year="2018"/>
            <abstract>
              <t>The Constrained Application Protocol (CoAP), although inspired by HTTP, was designed to use UDP instead of TCP. The message layer of CoAP over UDP includes support for reliable delivery, simple congestion control, and flow control.</t>
              <t>Some environments benefit from the availability of CoAP carried over reliable transports such as TCP or Transport Layer Security (TLS). This document outlines the changes required to use CoAP over TCP, TLS, and WebSockets transports. It also formally updates RFC 7641 for use with these transports and RFC 7959 to enable the use of larger messages over a reliable transport.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8323"/>
          <seriesInfo name="DOI" value="10.17487/RFC8323"/>
        </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="RFC8724">
          <front>
            <title>SCHC: Generic Framework for Static Context Header Compression and Fragmentation</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="C. Gomez" initials="C." surname="Gomez"/>
            <author fullname="D. Barthel" initials="D." surname="Barthel"/>
            <author fullname="JC. Zuniga" initials="JC." surname="Zuniga"/>
            <date month="April" year="2020"/>
            <abstract>
              <t>This document defines the Static Context Header Compression and fragmentation (SCHC) framework, which provides both a header compression mechanism and an optional fragmentation mechanism. SCHC has been designed with Low-Power Wide Area Networks (LPWANs) in mind.</t>
              <t>SCHC compression is based on a common static context stored both in the LPWAN device and in the network infrastructure side. This document defines a generic header compression mechanism and its application to compress IPv6/UDP headers.</t>
              <t>This document also specifies an optional fragmentation and reassembly mechanism. It can be used to support the IPv6 MTU requirement over the LPWAN technologies. Fragmentation is needed for IPv6 datagrams that, after SCHC compression or when such compression was not possible, still exceed the Layer 2 maximum payload size.</t>
              <t>The SCHC header compression and fragmentation mechanisms are independent of the specific LPWAN technology over which they are used. This document defines generic functionalities and offers flexibility with regard to parameter settings and mechanism choices. This document standardizes the exchange over the LPWAN between two SCHC entities. Settings and choices specific to a technology or a product are expected to be grouped into profiles, which are specified in other documents. Data models for the context and profiles are out of scope.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8724"/>
          <seriesInfo name="DOI" value="10.17487/RFC8724"/>
        </reference>
        <reference anchor="RFC8768">
          <front>
            <title>Constrained Application Protocol (CoAP) Hop-Limit Option</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="T. Reddy.K" initials="T." surname="Reddy.K"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="March" year="2020"/>
            <abstract>
              <t>The presence of Constrained Application Protocol (CoAP) proxies may lead to infinite forwarding loops, which is undesirable. To prevent and detect such loops, this document specifies the Hop-Limit CoAP option.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8768"/>
          <seriesInfo name="DOI" value="10.17487/RFC8768"/>
        </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="RFC8974">
          <front>
            <title>Extended Tokens and Stateless Clients in the Constrained Application Protocol (CoAP)</title>
            <author fullname="K. Hartke" initials="K." surname="Hartke"/>
            <author fullname="M. Richardson" initials="M." surname="Richardson"/>
            <date month="January" year="2021"/>
            <abstract>
              <t>This document provides considerations for alleviating Constrained Application Protocol (CoAP) clients and intermediaries of keeping per-request state. To facilitate this, this document additionally introduces a new, optional CoAP protocol extension for extended token lengths.</t>
              <t>This document updates RFCs 7252 and 8323 with an extended definition of the "TKL" field in the CoAP message header.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8974"/>
          <seriesInfo name="DOI" value="10.17487/RFC8974"/>
        </reference>
        <reference anchor="RFC9175">
          <front>
            <title>Constrained Application Protocol (CoAP): Echo, Request-Tag, and Token Processing</title>
            <author fullname="C. Amsüss" initials="C." surname="Amsüss"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>This document specifies enhancements to the Constrained Application Protocol (CoAP) that mitigate security issues in particular use cases. The Echo option enables a CoAP server to verify the freshness of a request or to force a client to demonstrate reachability at its claimed network address. The Request-Tag option allows the CoAP server to match block-wise message fragments belonging to the same request. This document updates RFC 7252 with respect to the following: processing requirements for client Tokens, forbidding non-secure reuse of Tokens to ensure response-to-request binding when CoAP is used with a security protocol, and amplification mitigation (where the use of the Echo option is now recommended).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9175"/>
          <seriesInfo name="DOI" value="10.17487/RFC9175"/>
        </reference>
        <reference anchor="RFC9177">
          <front>
            <title>Constrained Application Protocol (CoAP) Block-Wise Transfer Options Supporting Robust Transmission</title>
            <author fullname="M. Boucadair" initials="M." surname="Boucadair"/>
            <author fullname="J. Shallow" initials="J." surname="Shallow"/>
            <date month="March" year="2022"/>
            <abstract>
              <t>This document specifies alternative Constrained Application Protocol (CoAP) block-wise transfer options: Q-Block1 and Q-Block2.</t>
              <t>These options are similar to, but distinct from, the CoAP Block1 and Block2 options defined in RFC 7959. The Q-Block1 and Q-Block2 options are not intended to replace the Block1 and Block2 options but rather have the goal of supporting Non-confirmable (NON) messages for large amounts of data with fewer packet interchanges. Also, the Q-Block1 and Q-Block2 options support faster recovery should any of the blocks get lost in transmission.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9177"/>
          <seriesInfo name="DOI" value="10.17487/RFC9177"/>
        </reference>
        <reference anchor="RFC9668">
          <front>
            <title>Using Ephemeral Diffie-Hellman Over COSE (EDHOC) with the Constrained Application Protocol (CoAP) and Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="M. Tiloca" initials="M." surname="Tiloca"/>
            <author fullname="R. Höglund" initials="R." surname="Höglund"/>
            <author fullname="S. Hristozov" initials="S." surname="Hristozov"/>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <date month="November" year="2024"/>
            <abstract>
              <t>The lightweight authenticated key exchange protocol Ephemeral Diffie-Hellman Over COSE (EDHOC) can be run over the Constrained Application Protocol (CoAP) and used by two peers to establish a Security Context for the security protocol Object Security for Constrained RESTful Environments (OSCORE). This document details this use of the EDHOC protocol by specifying a number of additional and optional mechanisms, including an optimization approach for combining the execution of EDHOC with the first OSCORE transaction. This combination reduces the number of round trips required to set up an OSCORE Security Context and to complete an OSCORE transaction using that Security Context.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9668"/>
          <seriesInfo name="DOI" value="10.17487/RFC9668"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-groupcomm">
          <front>
            <title>Group Object Security for Constrained RESTful Environments (Group OSCORE)</title>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <date day="23" month="December" year="2025"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of messages exchanged with the Constrained Application
   Protocol (CoAP) 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 each 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-28"/>
        </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="21" month="November" year="2025"/>
            <abstract>
              <t>   The Constrained Resource Identifier (CRI) is a complement to the
   Uniform Resource Identifier (URI) that represents the URI components
   in Concise Binary Object Representation (CBOR) rather than as a
   sequence of characters.  This approach simplifies parsing,
   comparison, and reference resolution in environments with severe
   limitations on processing power, code size, and memory size.

   This RFC updates RFC 7595 by adding a column on the "URI Schemes"
   registry.


   // (This "cref" paragraph will be removed by the RFC editor:) After
   // approval of -28 and nit fixes in -29, the present revision -30
   // contains two more small fixes for nits that were uncovered in the
   // RPC intake process.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-href-30"/>
        </reference>
        <reference anchor="CoAP.Option.Numbers" target="https://www.iana.org/assignments/core-parameters/core-parameters.xhtml#option-numbers">
          <front>
            <title>CoAP Option Numbers</title>
            <author>
              <organization>IANA</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8824">
          <front>
            <title>Static Context Header Compression (SCHC) for the Constrained Application Protocol (CoAP)</title>
            <author fullname="A. Minaburo" initials="A." surname="Minaburo"/>
            <author fullname="L. Toutain" initials="L." surname="Toutain"/>
            <author fullname="R. Andreasen" initials="R." surname="Andreasen"/>
            <date month="June" year="2021"/>
            <abstract>
              <t>This document defines how to compress Constrained Application Protocol (CoAP) headers using the Static Context Header Compression and fragmentation (SCHC) framework. SCHC defines a header compression mechanism adapted for Constrained Devices. SCHC uses a static description of the header to reduce the header's redundancy and size. While RFC 8724 describes the SCHC compression and fragmentation framework, and its application for IPv6/UDP headers, this document applies SCHC to CoAP headers. The CoAP header structure differs from IPv6 and UDP, since CoAP uses a flexible header with a variable number of options, themselves of variable length. The CoAP message format is asymmetric: the request messages have a header format different from the format in the response messages. This specification gives guidance on applying SCHC to flexible headers and how to leverage the asymmetry for more efficient compression Rules.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8824"/>
          <seriesInfo name="DOI" value="10.17487/RFC8824"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC9528">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <date month="March" year="2024"/>
            <abstract>
              <t>This document specifies Ephemeral Diffie-Hellman Over COSE (EDHOC), a very compact and lightweight authenticated Diffie-Hellman key exchange with ephemeral keys. EDHOC provides mutual authentication, forward secrecy, and identity protection. EDHOC is intended for usage in constrained scenarios, and a main use case is to establish an Object Security for Constrained RESTful Environments (OSCORE) security context. By reusing CBOR Object Signing and Encryption (COSE) for cryptography, Concise Binary Object Representation (CBOR) for encoding, and Constrained Application Protocol (CoAP) for transport, the additional code size can be kept very low.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9528"/>
          <seriesInfo name="DOI" value="10.17487/RFC9528"/>
        </reference>
        <reference anchor="I-D.ietf-core-groupcomm-bis">
          <front>
            <title>Group Communication for the Constrained Application Protocol (CoAP)</title>
            <author fullname="Esko Dijk" initials="E." surname="Dijk">
              <organization>IoTconsultancy.nl</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="10" month="February" year="2026"/>
            <abstract>
              <t>   The Constrained Application Protocol (CoAP) is a web transfer
   protocol for constrained devices and constrained networks.  In a
   number of use cases, constrained devices often naturally operate in
   groups (e.g., in a building automation scenario, all lights in a
   given room may need to be switched on/off as a group).  This document
   specifies the use of 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-18"/>
        </reference>
        <reference anchor="I-D.ietf-schc-universal-option">
          <front>
            <title>Options representation in SCHC YANG Data Models</title>
            <author fullname="Quentin Lampin" initials="Q." surname="Lampin">
              <organization>Orange</organization>
            </author>
            <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
              <organization>Consultant</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Laurent Toutain" initials="L." surname="Toutain">
              <organization>IMT Atlantique</organization>
            </author>
            <date day="17" month="October" year="2025"/>
            <abstract>
              <t>   The idea of keeping option identifiers in SCHC Rules simplifies the
   interoperability and the evolution of SCHC compression, when the
   protocol introduces new options, that can be unknown from the current
   SCHC implementation.  This document discuss the augmentation of the
   current YANG Data Model, in order to add in the Rule options
   identifiers used by the protocol.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-schc-universal-option-01"/>
        </reference>
        <reference anchor="I-D.ietf-core-oscore-key-update">
          <front>
            <title>Key Update for OSCORE (KUDOS)</title>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   Communications with the Constrained Application Protocol (CoAP) can
   be protected end-to-end at the application-layer by using the
   security protocol Object Security for Constrained RESTful
   Environments (OSCORE).  Under some circumstances, two CoAP endpoints
   need to update their OSCORE keying material before communications can
   securely continue, e.g., due to approaching key usage limits.  This
   document defines Key Update for OSCORE (KUDOS), a lightweight key
   update procedure that two CoAP endpoints can use to update their
   OSCORE keying material by establishing a new OSCORE Security Context.
   Accordingly, this document updates the use of the OSCORE flag bits in
   the CoAP OSCORE Option as well as the protection of CoAP response
   messages with OSCORE.  Also, it deprecates the key update procedure
   specified in Appendix B.2 of RFC 8613.  Therefore, this document
   updates RFC 8613.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-key-update-14"/>
        </reference>
        <reference anchor="I-D.ietf-schc-architecture">
          <front>
            <title>Static Context Header Compression (SCHC) Architecture</title>
            <author fullname="Alexander Pelov" initials="A." surname="Pelov">
              <organization>IMT Atlantique</organization>
            </author>
            <author fullname="Pascal Thubert" initials="P." surname="Thubert">
         </author>
            <author fullname="Ana Minaburo" initials="A." surname="Minaburo">
              <organization>Consultant</organization>
            </author>
            <author fullname="Quentin Lampin" initials="Q." surname="Lampin">
              <organization>Orange</organization>
            </author>
            <author fullname="Marion Dumay" initials="M." surname="Dumay">
              <organization>Orange</organization>
            </author>
            <date day="6" month="July" year="2026"/>
            <abstract>
              <t>   The Static Context Header Compression and fragmentation (SCHC)
   framework provides both a header compression mechanism and an
   optional fragmentation mechanism.  This document defines a minimal
   architecture for SCHC deployments, providing guidance for
   implementers and operators on the essential components and their
   interactions required for effective SCHC operation.

   The architecture defines the components of a SCHC deployment -
   Endpoints, Instances, Contexts, Sessions, and Domains - their
   management, the framing of SCHC Datagrams, and considerations for
   technology-specific profiles.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-schc-architecture-06"/>
        </reference>
      </references>
    </references>
    <?line 2134?>

<section anchor="sec-document-updates" removeInRFC="true">
      <name>Document Updates</name>
      <section anchor="sec-09-10">
        <name>Version -09 to -10</name>
        <ul spacing="normal">
          <li>
            <t>Terminology aligned with that in draft-ietf-schc-architecture.</t>
          </li>
          <li>
            <t>FL defined as non-empty.</t>
          </li>
          <li>
            <t>Fixed example rules to have FL not empty.</t>
          </li>
          <li>
            <t>Clarified semantics of the osc.piv function.</t>
          </li>
          <li>
            <t>Removed the YANG module ietf-schc-coap and text related to it.</t>
          </li>
          <li>
            <t>Removed text related to the YANG module ietf-schc defined in RFC 9363.</t>
          </li>
          <li>
            <t>Removed unnecessary references as not needed anymore: RFC 9363, RFC 3688, RFC 6020, RFC8407.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-08-09">
        <name>Version -08 to -09</name>
        <ul spacing="normal">
          <li>
            <t>Clarified overview of changes from RFC 8824 in Section 1, as to the CoAP options ETag, If-Match, and If-None-Match.</t>
          </li>
          <li>
            <t>Clarified use of functions "var" and "var_X" in the FL of the Field Descriptor.</t>
          </li>
          <li>
            <t>Fixed occurrence of SCHC subfield name from kid_context to kid_ctx.</t>
          </li>
          <li>
            <t>A Field Descriptor can pertain to multiple adjacent occurrences of the same CoAP option grouped together.</t>
          </li>
          <li>
            <t>Handling a variable number of path segments and query parameters requires different SCHC Rules.</t>
          </li>
          <li>
            <t>Final text about updated reference in the YANG data model from RFC 9363.</t>
          </li>
          <li>
            <t>YANG data model:  </t>
            <ul spacing="normal">
              <li>
                <t>Updated legal boilerplate and other metadata.</t>
              </li>
              <li>
                <t>Consistent use of placeholders for RFC numbers.</t>
              </li>
              <li>
                <t>Added the identity fl-variable-bit.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Editorial fixes and improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-07-08">
        <name>Version -07 to -08</name>
        <ul spacing="normal">
          <li>
            <t>Updated editor's notes about the YANG data model from RFC 9363.</t>
          </li>
          <li>
            <t>Shortened one too-long line in the YANG data model.</t>
          </li>
          <li>
            <t>Editorial update of reference entries.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-06-07">
        <name>Version -06 to -07</name>
        <ul spacing="normal">
          <li>
            <t>Removed content about the updates to the OSCORE Option expected from draft-ietf-core-oscore-key-update.</t>
          </li>
          <li>
            <t>Requested creation of new IANA registry group.</t>
          </li>
          <li>
            <t>Explicit criteria for ordering entries in the new IANA registry.</t>
          </li>
          <li>
            <t>Editorial fixes in the initial list of CoAP fields to register.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-05-06">
        <name>Version -05 to -06</name>
        <ul spacing="normal">
          <li>
            <t>Generalized the Token Length field, the Token field, and the "tkl" function to comply with RFC 8974.</t>
          </li>
          <li>
            <t>Clarified use of the FL for variable-length fields.</t>
          </li>
          <li>
            <t>Explicit definition and use of "var" in the FL of a Field Descriptor.</t>
          </li>
          <li>
            <t>Consistent use of "var" in the examples of Rules.</t>
          </li>
          <li>
            <t>More robust reference to the YANG data model of RFC 9363.</t>
          </li>
          <li>
            <t>Editorial fixes in the examples.</t>
          </li>
          <li>
            <t>Minor clarifications and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-04-05">
        <name>Version -04 to -05</name>
        <ul spacing="normal">
          <li>
            <t>Compression of CoAP options:
            </t>
            <ul spacing="normal">
              <li>
                <t>Clarified definition of Field Descriptors in SCHC Rules.</t>
              </li>
              <li>
                <t>Description of Option Value as possibly composed of sub-fields.</t>
              </li>
              <li>
                <t>Both the syntactic approach and the semantics approach are possible (see draft-ietf-schc-universal-option).</t>
              </li>
              <li>
                <t>Updated the FIDs to be consistent with the semantic approach.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Compression of OSCORE Option:
            </t>
            <ul spacing="normal">
              <li>
                <t>Revised semantics of the x sub-field related to KUDOS.</t>
              </li>
              <li>
                <t>Removed moot sub-fields related to KUDOS.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Clarified OSCORE compression when using the group mode of Group OSCORE.</t>
          </li>
          <li>
            <t>Updated YANG data model.</t>
          </li>
          <li>
            <t>Updated author's contact information.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-03-04">
        <name>Version -03 to -04</name>
        <ul spacing="normal">
          <li>
            <t>Clarified the rationale for using the "tkl" function.</t>
          </li>
          <li>
            <t>Added the "osc.piv" function to determine the length of the OSCORE piv field.</t>
          </li>
          <li>
            <t>Consistent formulation of "tkl", "osc.x.m", and "osc.y.w".</t>
          </li>
          <li>
            <t>Explicitly stated that Field Descriptors have to be ordered in a determistic way.</t>
          </li>
          <li>
            <t>Fixed format of TV in Rule Descriptors for CoAP MID.</t>
          </li>
          <li>
            <t>Fixed order of OSCORE-related Field Descriptors in example Rules.</t>
          </li>
          <li>
            <t>Use "bit" instead of "b" as symbol for bit (per ISO/IEC 80000-13).</t>
          </li>
          <li>
            <t>Made YANG extractable.</t>
          </li>
          <li>
            <t>Updated references.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-02-03">
        <name>Version -02 to -03</name>
        <ul spacing="normal">
          <li>
            <t>Consistent representation of "CoAP Version" 1 in example Rules.</t>
          </li>
          <li>
            <t>Split the compression of Token Length and Token into two sections.</t>
          </li>
          <li>
            <t>Disambiguated example of Rule on eliding a Uri-Path option.</t>
          </li>
          <li>
            <t>Fixed compression examples with OSCORE.</t>
          </li>
          <li>
            <t>Inherited security considerations on the YANG module from RFC 9363.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-01-02">
        <name>Version -01 to -02</name>
        <ul spacing="normal">
          <li>
            <t>Added compression for the CoAP options Proxy-Cri and Proxy-Scheme-Number.</t>
          </li>
          <li>
            <t>Defined new IANA registry "SCHC Compression of CoAP Fields".</t>
          </li>
          <li>
            <t>Updated the YANG data model.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-00-01">
        <name>Version -00 to -01</name>
        <ul spacing="normal">
          <li>
            <t>Fixed an example, as per the erratum with Errata ID 7623.</t>
          </li>
          <li>
            <t>Clarified building of Field Descriptor for CoAP options.</t>
          </li>
          <li>
            <t>Clarified what SCHC compression considers for CoAP options.</t>
          </li>
          <li>
            <t>Revised SCHC compression of the ETag and If-Match CoAP option.</t>
          </li>
          <li>
            <t>Revised SCHC compression of the If-None-Match CoAP option.</t>
          </li>
          <li>
            <t>Added YANG data model for the YANG module.</t>
          </li>
          <li>
            <t>Added IANA considerations.</t>
          </li>
          <li>
            <t>Fixes and editorial improvements.</t>
          </li>
        </ul>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Dhruv Dhody"/>, <contact fullname="Carles Gomez Montenegro"/>, <contact fullname="Rikard Höglund"/>, <contact fullname="Quentin Lampin"/>, <contact fullname="Alexander Pelov"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Göran Selander"/>, <contact fullname="Pascal Thubert"/>, and <contact fullname="Éric Vyncke"/> for their comments and feedback.</t>
      <t>This work was supported by the Sweden's Innovation Agency VINNOVA within the EUREKA CELTIC-NEXT project CYPRESS; and by the H2020 projects SIFIS-Home (Grant agreement 952652) and ARCADIAN-IoT (Grant agreement 101020259).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
XLGMtU/kkGY0K2vNZpe8X7kDmmF6RI6F3HPhXQLm0hsux0jd6ir1b22KkT6d
k3INv65SrX7tnNSLF7W36qUKRl3yOq3KVGuwtFV3mcrs1kQVrnFZrUgL96It
x3GdC2vulXfVE+BpJgPZLjJYZdqeASSI0eGC5fbXpQgV7qX1/LCqEiVZWC1/
zmde8d1n5NucKN8dnB4MTgaDk+7egEsp+UmO89hSRGYVqqKJSq+eppDFrGsT
FoorRutSiWz4yhMEO6bQbQO9OF7WEe6XvMse8WcXvx2caZK/n4TkPn27mTo0
X8JOVb7YmNzcFbn5pLe03LzExdyE5CyRJN2T3ueOJPEHF33aSJI62bVyhTYk
wPoya5vx1OVjT1dgN8Yl1hRhdWjwmkafQe+khlM4Vh7nsc/LKbQx57NyisWS
ZQXnn1e8rEchx/a5GgtZxhK6tkxZvoxl22azILkwM9sbh7tWJvZ/05izBQFn
T/FD88gKffz+6B4jzuJZ53RSsEGaD8uP80bp+WVy1a0z3XQdy8/vAv/0HvCy
y/HzOz0/vc+z7Gr7LJ423y1TLKiUd7gaLXtKZcGnha26W/JGr+576QbP00gq
lqmRYFdX4MSqOKtmRzRTkf3n6m33XHSk5v57KctzxdKUVt/Y4+65Ilma1+BG
13yeNbjhNc8VTlNaQ2O/u+eKpykN19jz7vOswe17t9E1rNn77rlCakpvNva/
e66YmtKbJZx0g2yeI6hm1T58zxFKu2ovvmdcw9L9+EwPPncNXnx4pp58zwiH
pfvyPe8a9Jv+3nzr0Idn6s/3XCHmpeF89EHHnD+vHO5YP8vdrjcScG5aDC4Z
bX6z0SBz2W5TrPkBy+gL5/zE8nrgiOWBltgPSh3WfxPZfxPZN7WG30T230R2
ew2/IpH9+DeR/TeR/TeRPfhNZH9mkd0rLvvyRJrE5Y1kizR35/5pXBLNF8TH
+t1cm4yTZe9tnOu2O1KwzfJhv5uEsSqu60jrM/WFiZhXfkF/CemW42NmV2au
rOsYjKIL+rF3wfbm47lEpuTsPCniCb8qoSc72HchedxlzWAQz8ZRRqvWhThN
aH5KjXgnMo2a3KreqwZVpSMJbcSRK+t3QyKCMMzvbrdsu/wKP2jcX+cHb5+s
ypzSku+tOx/G+PVrAtkDq33nJudzY/cxpHbxe+vORz97D7Vb9MTqLzWfiue3
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

-->

</rfc>
