<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version  (Ruby 3.1.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-schc-8824-update-00" category="std" consensus="true" submissionType="IETF" obsoletes="8824" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <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-00"/>
    <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="Martinez" fullname="Ivan Martinez">
      <organization>Nokia Bell Labs</organization>
      <address>
        <postal>
          <street>12 Rue Jean Bart</street>
          <city>Massy</city>
          <code>91300</code>
          <country>France</country>
        </postal>
        <email>ivan.martinez_bolivar@nokia-bell-labs.com</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="2023" month="December" day="05"/>
    <area>Internet</area>
    <workgroup>SCHC Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <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. 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/marco-tiloca-sics/draft-ietf-schc-8824-update"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <t>The Constrained Application Protocol (CoAP) <xref target="RFC7252"/> is a command/response protocol designed for microcontrollers with small RAM and ROM, and optimized for services based on REST (Representational State Transfer). Although the Constrained Devices are a leading factor in the design of CoAP, a CoAP header's size is still too large for LPWANs (Low-Power Wide-Area Networks). Static Context Header Compression and fragmentation (SCHC) over CoAP headers is required to increase performance or to use 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 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 both endpoints know the static context before transmission. The way the context is configured, provisioned, or exchanged is out of this document's scope.</t>
      <t>CoAP is an application protocol, so CoAP compression requires installing common Rules between the two SCHC instances. 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. 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 common contexts between Devices. The SCHC context includes multiple Rules. Each Rule can match the header fields to specific values or ranges of values. If a Rule matches, 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"/>). Thereby, each description contains the Field ID (FID), Field Length (FL), and Field Position (FP), as well as a Direction Indicator (DI) (upstream, downstream, and bidirectional) and some associated Target Values (TVs). The DI is used for compression to give the best TV to the FID when these values differ in their transmission direction. Therefore, a field may be described several times in the same Rule.</t>
      <t>A Matching Operator (MO) is associated with each header Field Descriptor. The 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>In that case, 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 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 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"/>), in the light of recent developments related to the security protocol OSCORE as defined in <xref target="I-D.ietf-core-oscore-key-update"/> and <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 "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <t>Readers are expected to be familiar with the terms and concepts related to the SCHC framework <xref target="RFC8724"/>, the web-transfer protocol CoAP <xref target="RFC7252"/>, and the security protocols OSCORE <xref target="RFC8613"/> and Group OSCORE <xref target="I-D.ietf-core-oscore-groupcomm"/>.</t>
      </section>
    </section>
    <section anchor="sec-applicability-to-coap">
      <name>SCHC Applicability to CoAP</name>
      <t>SCHC compression for CoAP headers MAY 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"/>.</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) perform SCHC C/D (SCHC Compression/Decompression, see <xref target="RFC8724"/>). The application communicating with the Device does not implement SCHC C/D.</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">
              <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 layer receives non-encrypted packets and can apply compression Rules to all the headers in the stack. On the other end, the NGW receives the SCHC packet and reconstructs the headers using the 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 the Device's Rules.</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 decipher the information. If needed, layers below use SCHC to compress the header as defined in <xref target="RFC8724"/> (represented by dotted lines in the figure).</t>
      <t>This use case needs an end-to-end context initialization between the Device and the application. The context initialization 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">
              <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 Object Security for Constrained RESTful Environments (OSCORE) <xref target="RFC8613"/>. In this case, SCHC needs two Rules to compress the CoAP header. A first Rule focuses on the Inner header. The result of this first compression is encrypted using the OSCORE mechanism. Then, a second Rule compresses the Outer header, including the CoAP Option OSCORE.</t>
      <figure anchor="fig-applicability-to-coap-3">
        <name>OSCORE Compression/Decompression</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">
              <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"/>, the Rules may come from different provisioning domains.</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 applies the same description and compression/decompression techniques as the technique used for IP and UDP, 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 MAY define both request/response headers and TVs in the same Rule, using the DI to indicate the header type.</t>
      <t>As for other header compression protocols, when the compressor does not find a correct Rule to compress the header, the packet MUST be sent uncompressed using the RuleID dedicated to this purpose, and where 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 or a response. 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, 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. For instance, if a client sends only Confirmable (CON) requests <xref target="RFC7252"/>, the Type can be elided by compression, 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. On the other hand, some CoAP header fields have variable lengths, and the Rule description specifies it. For example, the size of the Token field may vary from 0 to 8 bytes, 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>
When doing SCHC compression of a variable-length field, <xref section="7.4.2" sectionFormat="of" target="RFC8724"/> makes it possible to define a function for the Field Length in the Field Descriptor, in order to determine the length before compression. If the Field Length is unknown, the Rule will set it as a variable, and SCHC will send the compressed field's length in the Compression Residue.</t>
          </li>
          <li>
            <t>A field can appear several times in the CoAP headers. This is typically the case for elements of a URI (path or queries). The SCHC specification <xref target="RFC8724"/> allows a FID to appear several times in the Rule and uses the Field Position (FP) to identify the correct instance, thereby removing the MO's ambiguity.</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, building on what is specified in <xref section="7.1" sectionFormat="of" target="RFC8724"/>.</t>
      <section anchor="ssec-coap-version-field">
        <name>CoAP Version Field</name>
        <t>The CoAP version is bidirectional and MUST be elided during SCHC compression, since it always contains the same value. In the future, or if a new version of CoAP is defined, new Rules will be needed to avoid ambiguities between versions.</t>
      </section>
      <section anchor="ssec-coap-type-field">
        <name>CoAP Type Field</name>
        <t>CoAP <xref target="RFC7252"/> has four types of messages: Confirmable (CON), Non-confirmable (NON), Acknowledgement (ACK), and Reset (RST).</t>
        <t>The SCHC compression scheme SHOULD 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-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 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>CoAP defines the Token using two CoAP fields: Token Length in the mandatory header and Token Value directly following the mandatory CoAP header.</t>
        <t>SCHC processes the Token Length as it would process any header field. If the value does not change, the size can be stored in the TV and elided during the transmission. Otherwise, SCHC will send the Token Length in the Compression Residue.</t>
        <t>For the Token Value, SCHC MUST NOT send it as variable-size data in the Compression Residue, to avoid ambiguity with the Token Length. Therefore, SCHC MUST use the Token Length value to define the size of the Compression Residue. SCHC designates a specific function, "tkl", that the Rule MUST use to complete the Field Descriptor. During the decompression, this function returns the value contained in the Token Length field.</t>
      </section>
    </section>
    <section anchor="sec-coap-options">
      <name>Compression of CoAP Options</name>
      <t>CoAP defines options placed after the mandatory header and the Token field, ordered by option number (see <xref section="3" sectionFormat="of" target="RFC7252"/>). Each option instance in a message uses the format Delta-Type (D-T), Length (L), Value (V). The SCHC Rule builds the description of each option as follows:</t>
      <ul spacing="normal">
        <li>
          <t>in the FID: an identifier of the option with option number built from the D-T;</t>
        </li>
        <li>
          <t>in the FL: the option length, consistent with what is specified in Sections <xref target="RFC8724" section="7.4.1" sectionFormat="bare"/> and <xref target="RFC8724" section="7.4.2" sectionFormat="bare"/> of <xref target="RFC8724"/>; and</t>
        </li>
        <li>
          <t>in the TV: the option value.</t>
        </li>
      </ul>
      <t>When the Option Length has a well-known size, the Rule may keep the length value. Therefore, SCHC compression does not send it. Otherwise, SCHC compression carries the length of the Compression Residue, in addition to the Compression Residue value. Note that the length coding differs between CoAP options and SCHC variable size Compression Residue.</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.</t>
      <t>If the use of an additional CoAP option is later introduced, the SCHC Rules MAY be updated, in which case a new FID description MUST 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 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. Otherwise, if the client expects several possible values, a "match-mapping" MO SHOULD 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. 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 instances 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</name>
          <thead>
            <tr>
              <th align="left">Field</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">Uri-Path</td>
              <td align="left"> </td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">
                <tt>["/a/b",</tt> <br/> <tt>"/c/d"]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">mapping-sent</td>
            </tr>
            <tr>
              <td align="left">Uri-Path</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 MUST 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 MUST 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 with the length (i.e., 0x2 "X6") followed by the query option with the length (i.e., 0x4 "eth0").</t>
        <table align="center" anchor="_table-CoMicompress">
          <name>CORECONF URI compression</name>
          <thead>
            <tr>
              <th align="left">Field</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">Uri-Path</td>
              <td align="left"> </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">Uri-Path</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">Uri-Query</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>
        <section anchor="variable-number-of-path-or-query-elements">
          <name>Variable Number of Path or Query Elements</name>
          <t>SCHC fixes the number of Uri-Path or Uri-Query elements in a Rule at Rule creation time. If the number of such elements varies, SCHC SHOULD either:</t>
          <ul spacing="normal">
            <li>
              <t>create several Rules to cover all possibilities; or</t>
            </li>
            <li>
              <t>create a Rule that defines several entries for Uri-Path to cover the longest path, and send a Compression Residue with a length of 0 to indicate that a Uri-Path entry is empty.  </t>
              <t>
However, this adds 4 bits to the variable Compression Residue size (see <xref section="7.4.2" sectionFormat="of" target="RFC8724"/>).</t>
            </li>
          </ul>
        </section>
      </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 SCHC Rule description MAY define sending some field values by not setting the TV, while setting the MO to "ignore" and the CDA to "value-sent". A Rule MAY also use a "match-mapping" MO when there are different options 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-etag-if-match-none-match-location-path-location-query-option">
        <name>CoAP Option ETag, If-Match, If-None-Match, Location-Path, and Location-Query Fields</name>
        <t>A Rule entry cannot store these fields' values. Therefore, SCHC compression MUST 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="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 than zero, or returns a 5.08 (Hop Limit Reached) error response otherwise.</t>
        <t>When a packet uses the Hop-Limit Option, SCHC compression SHOULD 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 consistently with the default value 16 defined for the Hop-Limit Option in <xref section="3" sectionFormat="of" target="RFC8768"/>, a Rule MAY 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 packet uses the Echo Option, SCHC compression SHOULD 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 case 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 MAY 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 packet uses the Request-Tag Option, SCHC compression MAY 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 MAY use a "match-mapping" MO when there are different options 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="I-D.ietf-core-oscore-edhoc"/> that a client can include in a CoAP request, in order to perform an optimized, shortened execution of the authenticated key establishment protocol EDHOC <xref target="I-D.ietf-lake-edhoc"/>. 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 MUST 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>
      <section anchor="ssec-coap-extensions-block">
        <name>Block</name>
        <t>When a packet uses a Block1 or Block2 Option <xref target="RFC7959"/> or a Q-Block1 or Q-Block2 Option <xref target="RFC9177"/>, SCHC compression MUST 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". 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 MAY limit the delta between two consecutive values or a proxy can modify the increment.</t>
        <t>Since the client MAY use a RST message to inform a server that the Observe response is not required, a specific SCHC Rule SHOULD 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 defines 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 later in this section, this has been extended in <xref target="I-D.ietf-core-oscore-key-update"/> and <xref target="I-D.ietf-core-oscore-groupcomm"/>. The first byte of the OSCORE Option value specifies information to parse the rest of the value by using flags, as described below.</t>
        <ul spacing="normal">
          <li>
            <t>As defined in <xref section="4.1" sectionFormat="of" target="I-D.ietf-core-oscore-key-update"/>, the eight least significant bit, when set, indicates that the OSCORE Option includes a second byte of flags. The seventh least significant bit is currently unassigned.</t>
          </li>
          <li>
            <t>As defined in <xref section="5" 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="8" 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="9" 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 option. 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 piv (Partial Initialization Vector) field in bytes. When n = 0, no piv is present.</t>
          </li>
        </ul>
        <t>Assuming the presence of a single flag byte, this is followed by the piv 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>
        <figure anchor="fig-oscore-option">
          <name>OSCORE Option</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)      |
+-+-+-+-+-+-+-+-+---------------------------------+
|               |                                 |
|<--   CoAP  -->|<------- CoAP OSCORE_piv ------> |
   OSCORE_flags

 <-- 1 byte --> <------ s bytes ----->
+--------------+----------------------+-----------------------+
|  s (if any)  | kid context (if any) | kid (if any)      ... |
+--------------+----------------------+-----------------------+
|                                     |                       |
|<-------- CoAP OSCORE_kidctx ------->|<-- CoAP OSCORE_kid -->|
]]></artwork>
        </figure>
        <t><xref target="fig-oscore-option-kudos"/> shows the extended OSCORE Option value encoding, with the second byte of flags also present. As defined in <xref section="4.1" sectionFormat="of" target="I-D.ietf-core-oscore-key-update"/>, the least significant bit d of this byte, when set, indicates that two additional fields are included in the option, following the kid context field (if any).</t>
        <t>These two fields, namely x and nonce, are used when running the key update protocol KUDOS defined in <xref target="I-D.ietf-core-oscore-key-update"/>, with x specifying the length of the nonce field in bytes as well as the specific behavior to adopt during the KUDOS execution.</t>
        <t>If the seventh least significant bit z of the x field is set, it indicates that two additional fields are included in the option, following the x and nonce fields. These two fields, namely y and old_nonce, are also used when running the key update protocol KUDOS, with y specifying the length of the old_nonce field in bytes.</t>
        <t><xref target="fig-oscore-option-kudos"/> provides the breakdown of the x field, where its four least significant bits form the sub-field m, which specifies the size of nonce in bytes, minus 1. Also, the figure provides the breakdown of the y field, where its four least significant bits form the sub-field w, which specifies the size of old_nonce in bytes, minus 1.</t>
        <figure anchor="fig-oscore-option-kudos">
          <name>OSCORE Option extended to support a KUDOS execution</name>
          <artwork align="center"><![CDATA[
 0 1 2 3 4 5 6 7  8   9   10  11  12  13  14  15 <----- n bytes ----->
+-+-+-+-+-+-+-+-+---+---+---+---+---+---+---+---+---------------------+
|1|0|0|h|k|  n  | 0 | 0 | 0 | 0 | 0 | 0 | 0 | d | Partial IV (if any) |
+-+-+-+-+-+-+-+-+---+---+---+---+---+---+---+---+---------------------+
|                                               |                     |
|<------------------- CoAP -------------------->|<- CoAP OSCORE_piv ->|
                   OSCORE_flags

 <- 1 byte -> <----------- s bytes ------------>
+------------+----------------------------------+
| s (if any) |       kid context (if any)       |
+------------+----------------------------------+
|                                               |
|<------------- CoAP OSCORE_kidctx ------------>|


 <------ 1 byte -----> <----- m + 1 bytes ----->
+---------------------+-------------------------+
|     x (if any)      |      nonce (if any)     |
+---------------------+-------------------------+
|<-- CoAP OSCORE_x -->|<-- CoAP OSCORE_nonce -->|
|                     |
|   0 1 2 3 4 5 6 7   |
|  +-+-+-+-+-+-+-+-+  |
|  |0|z|b|p|   m   |  |
|  +-+-+-+-+-+-+-+-+  |


 <------ 1 byte ----->  <------ w + 1 bytes ------>
+---------------------+----------------------------+
|     y (if any)      |     old_nonce (if any)     |
+---------------------+----------------------------+
|<-- CoAP OSCORE_y -->|<-- CoAP OSCORE_oldnonce -->|
|                     |
|   0 1 2 3 4 5 6 7   |
|  +-+-+-+-+-+-+-+-+  |
|  |0|0|0|0|   w   |  |
|  +-+-+-+-+-+-+-+-+  |


+-----------------------+
|    kid (if any) ...   |
+-----------------------+
|                       |
|<-- CoAP OSCORE_kid -->|
]]></artwork>
        </figure>
        <t>To better perform OSCORE SCHC compression, the Rule description needs to identify the OSCORE Option and the fields it contains.</t>
        <t>Conceptually, it discerns up to eight distinct pieces of information within the OSCORE Option: the flag bits, the piv, the kid context prepended by its size, the x byte, the nonce, the y byte, the old_nonce, and the kid. The SCHC Rule splits the OSCORE Option into eight corresponding Field Descriptors in order to compress those pieces of information:</t>
        <ul spacing="normal">
          <li>
            <t>CoAP OSCORE_flags</t>
          </li>
          <li>
            <t>CoAP OSCORE_piv</t>
          </li>
          <li>
            <t>CoAP OSCORE_kidctx</t>
          </li>
          <li>
            <t>CoAP OSCORE_x</t>
          </li>
          <li>
            <t>CoAP OSCORE_nonce</t>
          </li>
          <li>
            <t>CoAP OSCORE_y</t>
          </li>
          <li>
            <t>CoAP OSCORE_oldnonce</t>
          </li>
          <li>
            <t>CoAP OSCORE_kid</t>
          </li>
        </ul>
        <t><xref target="fig-oscore-option"/> shows the original format of the OSCORE Option with the four fields OSCORE_flags, OSCORE_piv, OSCORE_kidctx, and OSCORE_kid superimposed on it. Also, <xref target="fig-oscore-option-kudos"/> shows the extended format of the OSCORE option with all the eight fields superimposed on it.</t>
        <t>If a field 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 field kid context is present, it directly includes the size octet, s.</t>
        <t>In addition, the following applies.</t>
        <ul spacing="normal">
          <li>
            <t>For the x field, if both endpoints know the value, then the corresponding Field Descriptor in the SCHC Rule describes the TV set to that value, with the MO set to "equal" and the CDA set to "not-sent". This models: the case where the x field is not present, and thus TV is set to b''; and the case where the two endpoints run KUDOS with a pre-agreed size of the nonce field as per the m sub-field of the x field, as well as with a pre-agreed combination of its modes of operation, as per the bits b and p of the x field.  </t>
            <t>
Otherwise, if the value changes over time, then the corresponding Field Descriptor in the SCHC Rule does not set the TV, while it sets the MO to "ignore" and the CDA to "value-sent". The Rule may also use a "match-mapping" MO to compress this field, in case the two endpoints pre-agree on a set of alternative ways to run KUDOS, with respect to the size of the nonce field and the combination of the KUDOS modes of operation to use.</t>
          </li>
          <li>
            <t>For the y field, if both endpoints know the value, then the corresponding Field Descriptor in the SCHC Rule describes the TV set to that value, with the MO set to "equal" and the CDA set to "not-sent". This models: the case where the y field is not present, and thus TV is set to b''; and the case where the two endpoints run KUDOS with a pre-agreed size of the old_nonce field as per the w sub-field of the y field.  </t>
            <t>
Otherwise, if the value changes over time, then the corresponding Field Descriptor in the SCHC Rule does not set the TV, while it sets the MO to "ignore" and the CDA to "value-sent". The Rule may also use a "match-mapping" MO to compress this field, in case the two endpoints pre-agree on a set of sizes of the old_nonce field.</t>
          </li>
          <li>
            <t>For the nonce field, if it is not present (i.e., the x field is not present in the first place), 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".  </t>
            <t>
Otherwise, if the nonce field is present, then the corresponding Field Descriptor in the SCHC Rule has the TV not set, while the MO is set to "ignore" and the CDA is set to "value-sent". In such a case, for the value of the nonce field, SCHC MUST NOT send it as variable-length data in the Compression Residue, to avoid ambiguity with the length of the nonce field encoded in the x field. Therefore, SCHC MUST use the m sub-field of the x field to define the size of the Compression Residue. SCHC designates a specific function, "osc.x.m", that the Rule MUST use to complete the Field Descriptor. During the decompression, this function returns the length of the nonce field in bytes, as the value of the m sub-field of the x field, plus 1.</t>
          </li>
          <li>
            <t>For the old_nonce field, if it is not present (i.e., the y field is not present in the first place), 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".  </t>
            <t>
Otherwise, if the old_nonce field is present, then the corresponding Field Descriptor in the SCHC Rule has the TV not set, while the MO is set to "ignore" and the CDA is set to "value-sent". In such a case, for the value of the old_nonce field, SCHC MUST NOT send it as variable-length data in the Compression Residue, to avoid ambiguity with the length of the old_nonce field encoded in the y field. Therefore, SCHC MUST use the w sub-field of the y field to define the size of the Compression Residue. SCHC designates a specific function, "osc.y.w", that the Rule MUST use to complete the Field Descriptor. During the decompression, this function returns the length of the old_nonce field in bytes, as the value of the w sub-field of the y field, plus 1.</t>
          </li>
        </ul>
      </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 MUST NOT be included in the compressed message, which is composed of the Compression RuleID, the Compression Residue (if any), and the CoAP payload.</t>
      <t>After having decompressed an incoming message, the recipient endpoint MUST 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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP 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 Type</td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">
                <tt>[ACK,</tt> <br/> <tt>RST]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</td>
              <td align="left">1</td>
              <td align="left">Bi</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 Code</td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">
                <tt>[0.00,</tt> <br/> <tt>...</tt> <br/> <tt>5.05]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC CCC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0000</td>
              <td align="left">MSB(7)</td>
              <td align="left">LSB</td>
              <td align="left">MID</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Uri-Path</tt></td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">path</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 indicated in the TV and elided with the CDA "not-sent".</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>OSCORE aims to solve the problem of end-to-end protection for CoAP messages. Therefore, the goal is to hide as much as possible of the 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 options moved to the Inner Plaintext.</t>
          </li>
          <li>
            <t>Class I: Integrity-protected options, included in the Additional Authenticated Data (AAD) when protecting the Plaintext, but otherwise left untouched in the Outer Message.</t>
          </li>
          <li>
            <t>Class U: Unprotected options, 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 Packet Split into OSCORE Outer Header and Plaintext</name>
          <artwork align="center"><![CDATA[
                    Original CoAP Message
                 +-+-+---+-------+---------------+
                 |v|t|TKL| code  | Message ID    |
                 +-+-+---+-------+---------------+....+
                 | Token                              |
                 +-------------------------------.....+
                 | Options (IEU)            |
                 .                          .
                 .                          .
                 +------+-------------------+
                 | 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>
        </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>
        <figure anchor="fig-full-oscore">
          <name>OSCORE Message</name>
          <artwork align="center"><![CDATA[
   Outer Header
+-+-+---+--------+---------------+
|v|t|TKL|new code| Message ID    |
+-+-+---+--------+---------------+....+
| Token                               |
+--------------------------------.....+
| Options (IU)             |
.                          .
. OSCORE Option            .
+------+-------------------+
| 0xFF |
+------+---------------------------+
|                                  |
| Ciphertext: Encrypted Inner      |
|             Header and Payload   |
|             + Authentication Tag |
|                                  |
+----------------------------------+
]]></artwork>
        </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="560" width="576" viewBox="0 0 576 560" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,48 L 8,136" fill="none" stroke="black"/>
                <path d="M 8,160 L 8,272" fill="none" stroke="black"/>
                <path d="M 24,48 L 24,80" fill="none" stroke="black"/>
                <path d="M 24,320 L 24,368" fill="none" stroke="black"/>
                <path d="M 24,416 L 24,544" fill="none" stroke="black"/>
                <path d="M 40,48 L 40,80" fill="none" stroke="black"/>
                <path d="M 64,176 L 64,208" fill="none" stroke="black"/>
                <path d="M 72,48 L 72,80" fill="none" stroke="black"/>
                <path d="M 72,280 L 72,312" fill="none" stroke="black"/>
                <path d="M 72,376 L 72,408" fill="none" stroke="black"/>
                <path d="M 104,416 L 104,448" fill="none" stroke="black"/>
                <path d="M 144,48 L 144,80" fill="none" stroke="black"/>
                <path d="M 168,208 L 168,272" fill="none" stroke="black"/>
                <path d="M 168,320 L 168,368" fill="none" stroke="black"/>
                <path d="M 208,448 L 208,544" fill="none" stroke="black"/>
                <path d="M 224,160 L 224,176" fill="none" stroke="black"/>
                <path d="M 232,416 L 232,448" fill="none" stroke="black"/>
                <path d="M 256,256 L 256,408" fill="none" stroke="black"/>
                <path d="M 272,48 L 272,80" fill="none" stroke="black"/>
                <path d="M 312,80 L 312,112" fill="none" stroke="black"/>
                <path d="M 336,416 L 336,448" fill="none" stroke="black"/>
                <path d="M 376,48 L 376,208" fill="none" stroke="black"/>
                <path d="M 376,272 L 376,320" fill="none" stroke="black"/>
                <path d="M 392,368 L 392,496" 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,216 L 440,264" fill="none" stroke="black"/>
                <path d="M 440,328 L 440,360" fill="none" stroke="black"/>
                <path d="M 480,368 L 480,400" fill="none" stroke="black"/>
                <path d="M 520,272 L 520,320" fill="none" stroke="black"/>
                <path d="M 552,80 L 552,112" fill="none" stroke="black"/>
                <path d="M 552,144 L 552,208" fill="none" stroke="black"/>
                <path d="M 568,400 L 568,496" fill="none" stroke="black"/>
                <path d="M 8,48 L 272,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 376,80 L 504,80" fill="none" stroke="black"/>
                <path d="M 8,112 L 272,112" fill="none" stroke="black"/>
                <path d="M 376,112 L 512,112" fill="none" stroke="black"/>
                <path d="M 376,144 L 552,144" fill="none" stroke="black"/>
                <path d="M 8,176 L 224,176" fill="none" stroke="black"/>
                <path d="M 8,208 L 168,208" fill="none" stroke="black"/>
                <path d="M 376,208 L 552,208" fill="none" stroke="black"/>
                <path d="M 176,240 L 248,240" fill="none" stroke="black"/>
                <path d="M 8,272 L 168,272" fill="none" stroke="black"/>
                <path d="M 376,272 L 520,272" fill="none" stroke="black"/>
                <path d="M 24,320 L 168,320" fill="none" stroke="black"/>
                <path d="M 376,320 L 520,320" fill="none" stroke="black"/>
                <path d="M 24,368 L 168,368" fill="none" stroke="black"/>
                <path d="M 392,368 L 480,368" fill="none" stroke="black"/>
                <path d="M 392,400 L 568,400" fill="none" stroke="black"/>
                <path d="M 24,416 L 104,416" fill="none" stroke="black"/>
                <path d="M 232,416 L 336,416" fill="none" stroke="black"/>
                <path d="M 352,432 L 376,432" fill="none" stroke="black"/>
                <path d="M 392,432 L 568,432" fill="none" stroke="black"/>
                <path d="M 24,448 L 208,448" fill="none" stroke="black"/>
                <path d="M 232,448 L 336,448" fill="none" stroke="black"/>
                <path d="M 24,480 L 208,480" fill="none" stroke="black"/>
                <path d="M 392,496 L 568,496" fill="none" stroke="black"/>
                <path d="M 24,544 L 208,544" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="448,360 436,354.4 436,365.6" fill="black" transform="rotate(90,440,360)"/>
                <polygon class="arrowhead" points="448,264 436,258.4 436,269.6" fill="black" transform="rotate(90,440,264)"/>
                <polygon class="arrowhead" points="360,432 348,426.4 348,437.6" fill="black" transform="rotate(180,352,432)"/>
                <polygon class="arrowhead" points="184,240 172,234.4 172,245.6" fill="black" transform="rotate(180,176,240)"/>
                <polygon class="arrowhead" points="80,408 68,402.4 68,413.6" fill="black" transform="rotate(90,72,408)"/>
                <polygon class="arrowhead" points="80,312 68,306.4 68,317.6" fill="black" transform="rotate(90,72,312)"/>
                <g class="text">
                  <text x="48" y="36">Outer</text>
                  <text x="104" y="36">Message</text>
                  <text x="404" y="36">OSCORE</text>
                  <text x="472" 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="88" y="68">new</text>
                  <text x="124" y="68">code</text>
                  <text x="184" y="68">Message</text>
                  <text x="228" y="68">ID</text>
                  <text x="404" y="68">code</text>
                  <text x="296" 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="292" y="116">....</text>
                  <text x="532" 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="44" y="164">OSCORE</text>
                  <text x="100" y="164">Option</text>
                  <text x="416" y="180">Payload</text>
                  <text x="36" y="196">0xFF</text>
                  <text x="60" y="244">Ciphertext</text>
                  <text x="256" y="244">\</text>
                  <text x="424" y="292">Inner</text>
                  <text x="468" y="292">SCHC</text>
                  <text x="448" y="308">Compression</text>
                  <text x="72" y="340">Outer</text>
                  <text x="116" y="340">SCHC</text>
                  <text x="96" y="356">Compression</text>
                  <text x="428" y="388">RuleID</text>
                  <text x="448" y="420">Compression</text>
                  <text x="528" y="420">Residue</text>
                  <text x="64" y="436">RuleID'</text>
                  <text x="284" y="436">Encryption</text>
                  <text x="80" y="468">Compression</text>
                  <text x="164" y="468">Residue'</text>
                  <text x="432" y="468">Payload</text>
                  <text x="76" y="516">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    |
        v                      |              |   Compression   |
  +-----------------+          |              +-----------------+
  |   Outer SCHC    |          |                      |
  |   Compression   |          |                      v
  +-----------------+          |                +----------+
        |                      |                | RuleID   |
        v                      |                +----------+----------+
  +---------+               +------------+      | Compression Residue |
  | RuleID' |               | Encryption | <--- +---------------------+
  +---------+------------+  +------------+      |                     |
  | Compression Residue' |                      | Payload             |
  +----------------------+                      |                     |
  |                      |                      +---------------------+
  | 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 MUST NOT 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 MUST NOT 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 MUST 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 MUST 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 present in a regular CoAP message. The methods described in <xref target="sec-coap-fields-compression"/> apply to these fields. Table 4 provides an example.</t>
        <artwork><![CDATA[
 +----------+
 | RuleID 0 |
 +----------+
]]></artwork>
        <table align="center" anchor="_table-Inner-Rules">
          <name>Inner SCHC Rule</name>
          <thead>
            <tr>
              <th align="left">Field</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 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 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">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">C</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Uri-Path</tt></td>
              <td align="left"> </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="640" width="432" viewBox="0 0 432 640" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,40 L 8,200" fill="none" stroke="black"/>
                <path d="M 48,536 L 48,632" fill="none" stroke="black"/>
                <path d="M 120,312 L 120,440" fill="none" stroke="black"/>
                <path d="M 232,224 L 232,288" fill="none" stroke="black"/>
                <path d="M 232,464 L 232,512" fill="none" stroke="black"/>
                <path d="M 336,312 L 336,440" fill="none" stroke="black"/>
                <path d="M 424,40 L 424,200" fill="none" stroke="black"/>
                <path d="M 424,536 L 424,632" fill="none" stroke="black"/>
                <path d="M 8,40 L 424,40" fill="none" stroke="black"/>
                <path d="M 8,200 L 424,200" fill="none" stroke="black"/>
                <path d="M 120,312 L 336,312" fill="none" stroke="black"/>
                <path d="M 120,440 L 336,440" fill="none" stroke="black"/>
                <path d="M 48,536 L 424,536" fill="none" stroke="black"/>
                <path d="M 48,632 L 424,632" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="240,512 228,506.4 228,517.6" fill="black" transform="rotate(90,232,512)"/>
                <polygon class="arrowhead" points="240,288 228,282.4 228,293.6" fill="black" transform="rotate(90,232,288)"/>
                <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="260">Inner</text>
                  <text x="308" y="260">SCHC</text>
                  <text x="376" y="260">Compression</text>
                  <text x="172" y="340">Compressed</text>
                  <text x="256" y="340">Plaintext</text>
                  <text x="148" y="372">0x00</text>
                  <text x="156" y="404">RuleID</text>
                  <text x="192" y="404">=</text>
                  <text x="220" y="404">0x00</text>
                  <text x="252" y="404">(1</text>
                  <text x="288" y="404">byte)</text>
                  <text x="144" y="420">(No</text>
                  <text x="208" y="420">Compression</text>
                  <text x="292" y="420">Residue)</text>
                  <text x="260" y="484">AEAD</text>
                  <text x="324" y="484">Encryption</text>
                  <text x="268" y="500">(piv</text>
                  <text x="296" y="500">=</text>
                  <text x="328" y="500">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 adding security to the 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 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="704" width="488" viewBox="0 0 488 704" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,40 L 8,216" fill="none" stroke="black"/>
                <path d="M 16,328 L 16,504" fill="none" stroke="black"/>
                <path d="M 16,600 L 16,696" fill="none" stroke="black"/>
                <path d="M 232,240 L 232,304" fill="none" stroke="black"/>
                <path d="M 232,528 L 232,576" fill="none" stroke="black"/>
                <path d="M 408,40 L 408,216" fill="none" stroke="black"/>
                <path d="M 408,328 L 408,504" fill="none" stroke="black"/>
                <path d="M 480,608 L 480,696" fill="none" stroke="black"/>
                <path d="M 8,40 L 408,40" fill="none" stroke="black"/>
                <path d="M 8,216 L 408,216" fill="none" stroke="black"/>
                <path d="M 16,328 L 408,328" fill="none" stroke="black"/>
                <path d="M 16,504 L 408,504" fill="none" stroke="black"/>
                <path d="M 12,600 L 468,600" fill="none" stroke="black"/>
                <path d="M 16,696 L 480,696" fill="none" stroke="black"/>
                <polygon class="arrowhead" points="240,576 228,570.4 228,581.6" fill="black" transform="rotate(90,232,576)"/>
                <polygon class="arrowhead" points="240,304 228,298.4 228,309.6" fill="black" transform="rotate(90,232,304)"/>
                <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="276">Inner</text>
                  <text x="308" y="276">SCHC</text>
                  <text x="376" y="276">Compression</text>
                  <text x="68" y="356">Compressed</text>
                  <text x="152" y="356">Plaintext</text>
                  <text x="84" y="388">0x001919902180</text>
                  <text x="156" y="388">(6</text>
                  <text x="196" y="388">bytes)</text>
                  <text x="52" y="420">00</text>
                  <text x="92" y="420">RuleID</text>
                  <text x="48" y="452">0b0</text>
                  <text x="76" y="452">(1</text>
                  <text x="104" y="452">bit</text>
                  <text x="176" y="452">match-mapping</text>
                  <text x="280" y="452">Compression</text>
                  <text x="364" y="452">Residue)</text>
                  <text x="116" y="468">0x32332043</text>
                  <text x="172" y="468">&gt;&gt;</text>
                  <text x="192" y="468">1</text>
                  <text x="236" y="468">(shifted</text>
                  <text x="308" y="468">payload)</text>
                  <text x="248" y="484">0b0000000</text>
                  <text x="320" y="484">Padding</text>
                  <text x="260" y="548">AEAD</text>
                  <text x="324" y="548">Encryption</text>
                  <text x="268" y="564">(piv</text>
                  <text x="296" y="564">=</text>
                  <text x="328" y="564">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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Code</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Code</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Token</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_flags</tt></td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x09</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_piv</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kid</tt></td>
              <td align="left">var</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">0x636c69656e70</td>
              <td align="left">MSB(44)</td>
              <td align="left">LSB</td>
              <td align="left">KKKK</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kidctx</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_x</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_nonce</tt></td>
              <td align="left">osc.x.m</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_y</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_oldnonce</tt></td>
              <td align="left">osc.y.w</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_flags</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_piv</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kid</tt></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">
                <tt>not-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
          </tbody>
        </table>
        <figure anchor="fig-Protected-Compressed-GET">
          <name>Protected and Inner SCHC Compressed GET Request</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="496" width="408" viewBox="0 0 408 496" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,46 L 144,46" fill="none" stroke="black"/>
                <path d="M 8,50 L 144,50" fill="none" stroke="black"/>
                <g class="text">
                  <text x="40" y="36">Protected</text>
                  <text x="116" y="36">message:</text>
                  <text x="204" y="68">0x4102000182980904636c69656e74ffa2c54fe1b434297b62</text>
                  <text x="16" y="84">(24</text>
                  <text x="60" y="84">bytes)</text>
                  <text x="32" y="116">Header:</text>
                  <text x="28" y="132">0x4102</text>
                  <text x="12" y="148">01</text>
                  <text x="56" y="148">Ver</text>
                  <text x="28" y="164">00</text>
                  <text x="72" y="164">CON</text>
                  <text x="52" y="180">0001</text>
                  <text x="104" y="180">TKL</text>
                  <text x="100" y="196">00000010</text>
                  <text x="184" y="196">Request</text>
                  <text x="236" y="196">Code</text>
                  <text x="264" y="196">2</text>
                  <text x="300" y="196">"POST"</text>
                  <text x="28" y="228">0x0001</text>
                  <text x="64" y="228">=</text>
                  <text x="88" y="228">mid</text>
                  <text x="20" y="244">0x82</text>
                  <text x="48" y="244">=</text>
                  <text x="80" y="244">token</text>
                  <text x="36" y="276">Options:</text>
                  <text x="20" y="308">0x98</text>
                  <text x="108" y="308">0904636c69656e74</text>
                  <text x="188" y="308">(9</text>
                  <text x="228" y="308">bytes)</text>
                  <text x="28" y="324">Option</text>
                  <text x="68" y="324">9:</text>
                  <text x="108" y="324">OSCORE</text>
                  <text x="24" y="340">Value</text>
                  <text x="56" y="340">=</text>
                  <text x="140" y="340">0x0904636c69656e74</text>
                  <text x="92" y="356">09</text>
                  <text x="112" y="356">=</text>
                  <text x="136" y="356">000</text>
                  <text x="160" y="356">0</text>
                  <text x="176" y="356">1</text>
                  <text x="200" y="356">001</text>
                  <text x="236" y="356">flag</text>
                  <text x="276" y="356">byte</text>
                  <text x="160" y="372">h</text>
                  <text x="176" y="372">k</text>
                  <text x="200" y="372">n</text>
                  <text x="108" y="388">04</text>
                  <text x="136" y="388">piv</text>
                  <text x="164" y="404">636c69656e74</text>
                  <text x="232" y="404">kid</text>
                  <text x="20" y="436">0xFF</text>
                  <text x="80" y="436">Payload</text>
                  <text x="140" y="436">marker</text>
                  <text x="36" y="468">Payload:</text>
                  <text x="84" y="484">0xa2c54fe1b434297b62</text>
                  <text x="180" y="484">(9</text>
                  <text x="220" y="484">bytes)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![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 flag byte
                   h k  n
            04 piv
              636c69656e74 kid

0xFF  Payload marker

Payload:
0xa2c54fe1b434297b62 (9 bytes)
]]></artwork>
          </artset>
        </figure>
        <figure anchor="fig-Protected-Compressed-CONTENT">
          <name>Protected and Inner SCHC Compressed Content Response</name>
          <artset>
            <artwork type="svg" align="center"><svg xmlns="http://www.w3.org/2000/svg" version="1.1" height="432" width="496" viewBox="0 0 496 432" class="diagram" text-anchor="middle" font-family="monospace" font-size="13px">
                <path d="M 8,46 L 144,46" fill="none" stroke="black"/>
                <path d="M 8,50 L 144,50" fill="none" stroke="black"/>
                <g class="text">
                  <text x="40" y="36">Protected</text>
                  <text x="116" y="36">message:</text>
                  <text x="180" y="68">0x614400018290ff10c6d7c26cc1e9aef3f2461e0c29</text>
                  <text x="16" y="84">(21</text>
                  <text x="60" y="84">bytes)</text>
                  <text x="32" y="116">Header:</text>
                  <text x="28" y="132">0x6144</text>
                  <text x="12" y="148">01</text>
                  <text x="56" y="148">Ver</text>
                  <text x="28" y="164">10</text>
                  <text x="72" y="164">ACK</text>
                  <text x="52" y="180">0001</text>
                  <text x="104" y="180">TKL</text>
                  <text x="100" y="196">01000100</text>
                  <text x="196" y="196">Successful</text>
                  <text x="276" y="196">Response</text>
                  <text x="332" y="196">Code</text>
                  <text x="364" y="196">68</text>
                  <text x="400" y="196">"2.04</text>
                  <text x="460" y="196">Changed"</text>
                  <text x="28" y="228">0x0001</text>
                  <text x="64" y="228">=</text>
                  <text x="88" y="228">mid</text>
                  <text x="20" y="244">0x82</text>
                  <text x="48" y="244">=</text>
                  <text x="80" y="244">token</text>
                  <text x="36" y="276">Options:</text>
                  <text x="20" y="308">0x90</text>
                  <text x="52" y="308">(1</text>
                  <text x="88" y="308">byte)</text>
                  <text x="28" y="324">Option</text>
                  <text x="68" y="324">9:</text>
                  <text x="108" y="324">OSCORE</text>
                  <text x="24" y="340">Value</text>
                  <text x="56" y="340">=</text>
                  <text x="80" y="340">b''</text>
                  <text x="20" y="372">0xFF</text>
                  <text x="80" y="372">Payload</text>
                  <text x="140" y="372">marker</text>
                  <text x="36" y="404">Payload:</text>
                  <text x="124" y="420">0x10c6d7c26cc1e9aef3f2461e0c29</text>
                  <text x="264" y="420">(14</text>
                  <text x="308" y="420">bytes)</text>
                </g>
              </svg>
            </artwork>
            <artwork type="ascii-art"><![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 = b''

0xFF  Payload marker

Payload:
0x10c6d7c26cc1e9aef3f2461e0c29 (14 bytes)
]]></artwork>
          </artset>
        </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 OSCORE_kidctx field MAY be masked off with an LSB CDA. The rest of the OSCORE_kidctx 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 OSCORE_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:
==================
0x011489458a9fc3686852f6c4 (12 bytes)
0x01 RuleID
    1489 Compression Residue
        458a9fc3686852f6c4 Padded payload

Compression Residue:
0b 0001 010 0100 0100 (15 bits -> 2 bytes with padding)
    mid tkn piv  kid

Payload
0xa2c54fe1b434297b62 (9 bytes)

Compressed message length: 12 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  tkn

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)</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP 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">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP 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">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">1</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP 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">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">CoAP 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">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">C</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0000</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">CoAP 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">
                <tt>CoAP</tt> <br/> <tt>Uri-Path</tt></td>
              <td align="left"> </td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">"temperature"</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></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 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.</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 case 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.</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 case 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 used OSCORE Security Context.</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.</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>In particular, 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 case 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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">
                <tt>[1, 2,</tt> <br/> <tt>3, 4]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Code</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">
                <tt>[65, 68,</tt> <br/> <tt>69, 132]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x00</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Token</tt></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">
                <tt>CoAP</tt> <br/> <tt>Uri-Host</tt></td>
              <td align="left">
                <tt>var</tt> <br/> <tt>(B)</tt></td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">
                <tt>value-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Uri-Path</tt></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">
                <tt>CoAP</tt> <br/> <tt>Proxy-Scheme</tt></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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">
                <tt>[1, 2,</tt> <br/> <tt>3, 4]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Code</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">
                <tt>[65, 68,</tt> <br/> <tt>69, 132]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x00</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Token</tt></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">
                <tt>CoAP</tt> <br/> <tt>Uri-Host</tt></td>
              <td align="left">
                <tt>var</tt> <br/> <tt>(B)</tt></td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">
                <tt>value-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Uri-Path</tt></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"/>, which 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 tkn  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"/>, which 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 tkn  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"/>, which 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"/>, which 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 tkn

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"/>, which 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 tkn

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"/>, which the Device delivers to the application.</t>
      </section>
      <section anchor="examples-with-oscore">
        <name>With End-to-End Security</name>
        <t>In case 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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left">
                <tt>[1, 2,</tt> <br/> <tt>3, 4]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Code</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Dw</td>
              <td align="left">
                <tt>[65, 68,</tt> <br/> <tt>69, 132]</tt></td>
              <td align="left">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">CC</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Uri-Path</tt></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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></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">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x00</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Token</tt></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">
                <tt>CoAP</tt> <br/> <tt>Uri-Host</tt></td>
              <td align="left">
                <tt>var</tt> <br/> <tt>(B)</tt></td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">
                <tt>value-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_flags</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_piv</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kid</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kidctx</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_x</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_nonce</tt></td>
              <td align="left">osc.x.m</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_y</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_oldnonce</tt></td>
              <td align="left">osc.y.w</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_flags</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_piv</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kid</tt></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">
                <tt>CoAP</tt> <br/> <tt>Proxy-Scheme</tt></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</name>
          <thead>
            <tr>
              <th align="left">Field</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">
                <tt>CoAP</tt> <br/> <tt>Version</tt></td>
              <td align="left">2</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">01</td>
              <td align="left">equal</td>
              <td align="left">not-sent</td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>CoAP</tt> <br/> <tt>Type</tt></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">
                <tt>match-</tt> <br/> <tt>mapping</tt></td>
              <td align="left">
                <tt>mapping-</tt> <br/> <tt>sent</tt></td>
              <td align="left">T</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>TKL</tt></td>
              <td align="left">4</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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></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">
                <tt>CoAP</tt> <br/> <tt>Code</tt></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">
                <tt>CoAP</tt> <br/> <tt>MID</tt></td>
              <td align="left">16</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">0x00</td>
              <td align="left">MSB(12)</td>
              <td align="left">LSB</td>
              <td align="left">MMMM</td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>Token</tt></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">
                <tt>CoAP</tt> <br/> <tt>Uri-Host</tt></td>
              <td align="left">
                <tt>var</tt> <br/> <tt>(B)</tt></td>
              <td align="left">1</td>
              <td align="left">Up</td>
              <td align="left"> </td>
              <td align="left">ignore</td>
              <td align="left">
                <tt>value-</tt> <br/> <tt>sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_flags</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_piv</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kid</tt></td>
              <td align="left">var</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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kidctx</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_x</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_nonce</tt></td>
              <td align="left">osc.x.m</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_y</tt></td>
              <td align="left">8</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_oldnonce</tt></td>
              <td align="left">osc.y.w</td>
              <td align="left">1</td>
              <td align="left">Bi</td>
              <td align="left">b''</td>
              <td align="left">equal</td>
              <td align="left">
                <tt>not-sent</tt></td>
              <td align="left"> </td>
            </tr>
            <tr>
              <td align="left">
                <tt>CoAP</tt> <br/> <tt>OSCORE_flags</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_piv</tt></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">
                <tt>CoAP</tt> <br/> <tt>OSCORE_kid</tt></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>
          <artwork 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>
        </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>
          <artwork 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>
        </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 flag byte
                   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"/>, which 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:
=================
0x03156caf0c2dae0d8ca5cc6deda8b459f8a9fc3686852f6c40 (25 bytes)
0x03 RuleID
    156caf0c2dae0d8ca5cc6deda8b459f8a9fc3686852f6c40 compression
                                                     residue and
                                                     padded payload


Compression Residue (107 bits -> 14 bytes with padding)
0b 0001 010    1011  |  0x6578616d706c652e636f6d  |  0b 0100 0101
    mid tkn  Uri-Host  (residue size and residue)        piv  kid

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 flag byte
                   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"/>, which 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:
=================
0x044b6caf0c2dae0d8ca5cc6deda8b459f8a9fc3686852f6c40 (25 bytes)
0x04 RuleID
    4b6caf0c2dae0d8ca5cc6deda8b459f8a9fc3686852f6c40 compression
                                                     residue and
                                                     padded payload


Compression Residue (107 bits -> 14 bytes with padding)
0b 0100 101    1011  |  0x6578616d706c652e636f6d  |  0b 0100 0101
    mid tkn  Uri-Host  (residue size and residue)        piv  kid

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"/>, which 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 = b''


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"/>, which 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 tkn

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 = b''


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"/>, which 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 tkn

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 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"/>, which the Device delivers to the application.</t>
      </section>
    </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 (OSCORE, DTLS, etc.), it is necessary to use a Layer 2 security mechanism to protect the SCHC messages.</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 REQUIRED. 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"/> 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 uncompressible 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 MUST 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 context Rules are updated on an OSCORE endpoint, that endpoint MUST trigger OSCORE key re-establishment, 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 no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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="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="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8613">
          <front>
            <title>Object Security for Constrained RESTful Environments (OSCORE)</title>
            <author fullname="G. Selander" initials="G." surname="Selander"/>
            <author fullname="J. Mattsson" initials="J." surname="Mattsson"/>
            <author fullname="F. Palombini" initials="F." surname="Palombini"/>
            <author fullname="L. Seitz" initials="L." surname="Seitz"/>
            <date month="July" year="2019"/>
            <abstract>
              <t>This document defines Object Security for Constrained RESTful Environments (OSCORE), a method for application-layer protection of the Constrained Application Protocol (CoAP), using CBOR Object Signing and Encryption (COSE). OSCORE provides end-to-end protection between endpoints communicating using CoAP or CoAP-mappable HTTP. OSCORE is designed for constrained nodes and networks supporting a range of proxy operations, including translation between different transport protocols.</t>
              <t>Although an optional functionality of CoAP, OSCORE alters CoAP options processing and IANA registration. Therefore, this document updates RFC 7252.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8613"/>
          <seriesInfo name="DOI" value="10.17487/RFC8613"/>
        </reference>
        <reference anchor="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="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="I-D.ietf-core-oscore-edhoc">
          <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="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Marco Tiloca" initials="M." surname="Tiloca">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Rikard Höglund" initials="R." surname="Höglund">
              <organization>RISE AB</organization>
            </author>
            <author fullname="Stefan Hristozov" initials="S." surname="Hristozov">
              <organization>Fraunhofer AISEC</organization>
            </author>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson</organization>
            </author>
            <date day="29" month="November" year="2023"/>
            <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.  These especially include 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="Internet-Draft" value="draft-ietf-core-oscore-edhoc-10"/>
        </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="Jiye Park" initials="J." surname="Park">
              <organization>Universitaet Duisburg-Essen</organization>
            </author>
            <date day="2" month="September" year="2023"/>
            <abstract>
              <t>   This document defines the security protocol Group Object Security for
   Constrained RESTful Environments (Group OSCORE), providing end-to-end
   security of CoAP messages exchanged between members of a group, e.g.,
   sent over IP multicast.  In particular, the described protocol
   defines how OSCORE is used in a group communication setting to
   provide source authentication for CoAP group requests, sent by a
   client to multiple servers, and for protection of the corresponding
   CoAP responses.  Group OSCORE also defines a pairwise mode where each
   member of the group can efficiently derive a symmetric pairwise key
   with any other member of the group for pairwise OSCORE communication.
   Group OSCORE can be used between endpoints communicating with CoAP or
   CoAP-mappable HTTP.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-oscore-groupcomm-20"/>
        </reference>
        <reference anchor="I-D.ietf-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="23" month="October" year="2023"/>
            <abstract>
              <t>   This document defines Key Update for OSCORE (KUDOS), a lightweight
   procedure that two CoAP endpoints can use to update their keying
   material by establishing a new OSCORE Security Context.  Accordingly,
   it updates the use of the OSCORE flag bits in the CoAP OSCORE Option
   as well as the protection of CoAP response messages with OSCORE, and
   it deprecates the key update procedure specified in Appendix B.2 of
   RFC 8613.  Thus, this document updates RFC 8613.  Also, this document
   defines a procedure that two endpoints can use to update their OSCORE
   identifiers, run either stand-alone or during a KUDOS execution.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-core-groupcomm-bis-10"/>
        </reference>
        <reference anchor="I-D.ietf-lake-edhoc">
          <front>
            <title>Ephemeral Diffie-Hellman Over COSE (EDHOC)</title>
            <author fullname="Göran Selander" initials="G." surname="Selander">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="John Preuß Mattsson" initials="J. P." surname="Mattsson">
              <organization>Ericsson AB</organization>
            </author>
            <author fullname="Francesca Palombini" initials="F." surname="Palombini">
              <organization>Ericsson AB</organization>
            </author>
            <date day="25" month="August" year="2023"/>
            <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
   OSCORE security context.  By reusing COSE for cryptography, CBOR for
   encoding, and CoAP for transport, the additional code size can be
   kept very low.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lake-edhoc-22"/>
        </reference>
      </references>
    </references>
    <section anchor="yang-data-model">
      <name>YANG Data Model</name>
      <t>TBD</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors sincerely thank <contact fullname="Christian Amsüss"/>, <contact fullname="Quentin Lampin"/>, <contact fullname="John Preuß Mattsson"/>, <contact fullname="Carles Gomez Montenegro"/>, <contact fullname="Göran Selander"/>, <contact fullname="Pascal Thubert"/>, and <contact fullname="Éric Vyncke"/> for their comments and feedback.</t>
      <t>The work on this document has been partly supported by the H2020 projects SIFIS-Home (Grant agreement 952652) and ARCADIAN-IoT (Grant agreement 101020259).</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
/0Ac5W6J7FawG/SCfrAX7INMOwyOgn/V4VaBABfYMVidP7a+6ZT/b9XPN61P
uzDR7qfJp4+fAhjXhFtpkvg52EaHX7LcUSFTd5qnEhO76udT69O/UgVaLvgM
C/ykUCDuPULkr0gnggF4B56Xz+mYabUQb4BJ2m98RMYIchuHf2yV1lCzpLqV
0vpyC1GfHHLUn/PHLj6xUu+nh5h/jZ+6pxjXHuQCuMPiVhEa7UD5e9oZb1Fg
RykslQJm8l/ZqMkZovNxMUpzR7vUGl2zmqnPM58qoq4HWHo9kBrl12hGujg/
y756LQPOMCvB0cq2Eb2qdMq0S3UEqsJQER07RnM+JlW+XRLO8DrvlkRWknKt
mEziWgjIbMGxxTR4tJTcSWNp/emns7cXG7ZjlX25LQdHuwcUgVM6guzut+4l
mNj8ZKyPADd2pQKG0XYRn6srqyY19O8Kklsj43nPqnrWPbfN2gCd3Va7W0tu
QTod/WrtmLK0N9k22YdKzqW7D3qisjrQzKva3ibVNIvCjyMM2XZRqi4NWIlZ
ZCsVnHwx6EjFQaXkGNOKlXtOu2KITSQ7qCWLPOgprYwvOLCk9gpAl/cG9KYZ
UIPeKrArNAOwFQJQvgPsKh/0evC/PvxvD/63D/87kCPP1Rr82sKq/3lPnt6n
3U+OBrHb8L8R/M+nWvi1ijvBs9ZJuOpMtE9E64cPP9/EeDZW9ZI/fmp5Bq9o
KFpB+WNgz+oqKWoiV1dYrXwRTnJbCeEfr4aiVn+XOTbEexnDDYqHYLjF6hw9
rFW6jtHqglnwjXxRp9itXJFayG1Z7eX/MIs6X1WUt3XmKCtSt4FPveLZaOm1
ZAr/VgQCf17hKPkcuPXvnwaf5vjqjJdW/3wtyvXHN2Wk3wHrFuKXXsQb8XhP
3PvRv/SiHyb9bDvA/wcP3qzegRVqv2NTcOOPOrw0MeqnKlrWV+/5vPcq+UZJ
x+oGHBYUhGVtrKm/F/ZFp0gCFSSh3EWVqpPFxJMuJi23SoXfXBhNtjMXK9Al
6nOqo0Jt1xfshkE9Ps6HEcYiL+Y4LvtMOfV8WATzOJI0c9vJizqWKH/O1FwY
hx0ilP4nzo+qV2OecV9OcmKglmHK4txqZ0qk9HfWWszHtqIoi4XBy1e5VqHy
sj9XL5RK5uE1Gbk+K6X7nLAW62InzSM/aijxyCY7Phj/UD5OS5/wEVH6sPw3
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

-->

</rfc>
