<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.8 (Ruby 3.0.2) -->


<!DOCTYPE rfc  [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">

<!ENTITY RFC2119 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC8174 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC4301 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4301.xml">
<!ENTITY RFC4303 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4303.xml">
<!ENTITY RFC8724 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8724.xml">
<!ENTITY RFC8750 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8750.xml">
<!ENTITY RFC7296 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7296.xml">
<!ENTITY I-D.mglt-ipsecme-ts-dscp SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.mglt-ipsecme-ts-dscp.xml">
<!ENTITY I-D.mglt-ipsecme-ikev2-diet-esp-extension SYSTEM "https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.mglt-ipsecme-ikev2-diet-esp-extension.xml">
<!ENTITY RFC4309 SYSTEM "https://bib.ietf.org/public/rfc/bibxml/reference.RFC.4309.xml">
]>


<rfc ipr="trust200902" docName="draft-mglt-ipsecme-diet-esp-12" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true">
  <front>
    <title abbrev="EHCP">ESP Header Compression Profile</title>

    <author initials="D." surname="Migault" fullname="Daniel Migault">
      <organization>Ericsson</organization>
      <address>
        <email>daniel.migault@ericsson.com</email>
      </address>
    </author>
    <author initials="T." surname="Guggemos" fullname="Tobias Guggemos">
      <organization>LMU</organization>
      <address>
        <email>guggemos@nm.ifi.lmu.de</email>
      </address>
    </author>
    <author initials="C." surname="Bormann" fullname="Carsten. Bormann">
      <organization>Universitaet Bremen TZI</organization>
      <address>
        <email>cabo@tzi.org</email>
      </address>
    </author>
    <author initials="D." surname="Schinazi" fullname="David Schinazi">
      <organization>Google LLC</organization>
      <address>
        <email>dschinazi.ietf@gmail.com</email>
      </address>
    </author>

    <date year="2024" month="March" day="18"/>

    <area>Security</area>
    <workgroup>IPsecme</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<?line 41?>

<t>ESP Header Compression Profile (EHCP) defines a profile to compress communications protected with IPsec/ESP.</t>



    </abstract>



  </front>

  <middle>


<?line 45?>

<section anchor="requirements-notation"><name>Requirements notation</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.
<?line -6?></t>

</section>
<section anchor="introduction"><name>Introduction</name>

<t>This document defines a profile to compress IPsec/ESP <xref target="RFC4301"/> / <xref target="RFC4303"/> traffic represented by <xref target="fig-esp"/>.</t>

<figure title="Top-Level Format of an ESP Packet" anchor="fig-esp"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ----
|               Security Parameters Index (SPI)                 | ^Int.
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Cov-
|                      Sequence Number                          | |ered
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | ----
|                    Payload Data* (variable)                   | |   ^
~                                                               ~ |   |
|                                                               | |Conf.
+               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |Cov-
|               |     Padding (0-255 bytes)                     | |ered*
+-+-+-+-+-+-+-+-+               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ |   |
|                               |  Pad Length   | Next Header   | v   v
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ ------
|         Integrity Check Value-ICV   (variable)                |
~                                                               ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t>The main  principle is to avoid sending information that has already been shared by the peers. 
As depicted in <xref target="fig-arch"/>, this profiles defines two levels of compression.
The first level is the Clear Text ESP Compression (CTE C)  compresses all fields that will later be encrypted by ESP - that is the Payload Data, the Padding, the  Pad Length and the Next Header. 
The second is the Encrypted ESP Compression (EE C) compresses ESP remaining fields that is the Security Parameters Index (SPI) and  Sequence Number (SN).</t>

<t>The decompression of the inbound packet follows the reverse path the Encrypted ESP Decompression (EE D) decompressed the unencrypted ESP header fields while the Clear Text ESP Decompression (CT D) is performed once the ESP packet is decrypted.</t>

<t>Note that implementation MAY differ from the architectural description but it is assumed the outputs will be the same.</t>

<t>The CTE C/D and EE C/D are expressed via the Generic Framework for Static Context Header (SCHC) <xref target="RFC8724"/>.
The SCHC rules are derived from the ESP Compression Header Context which includes the Security Association (SA) as well as an additional parameters.
This is the main content of this document.</t>

<t>It is expected that all necessary arguments are agreed via IKEv2 <xref target="I-D.mglt-ipsecme-ikev2-diet-esp-extension"/>.</t>

<t>In some case, additional compression may occur on the inner IP packet before being processed by IPsec/ESP as well as over the Outer IP packet.
Such compression, decompression are outside the scope of this document.</t>

<figure title="ESP Compression Architecture" anchor="fig-arch"><artwork align="center"><![CDATA[
              +--------------------------------+ 
              | ESP Header Compression Context |
              |   - Security Association       |
              |   - Additional Parameters      |
              +--------------------------------+    
                               |        
                               |
+-----------------+            |             +------------------+  
| Inner IP Packet |            |             | Inner IP Packet  | 
+-----------------+            |             +------------------+ 
| Clear Text ESP  |            v             | Clear Text ESP   |
+-----------------+<-- Clear Text ESP C/D -->+------------------+
| Encrypted ESP   |            v             | Encrypted ESP    |
+-----------------+<-- Encrypted ESP C/D  -->+------------------+
| Outer IP Packet |                          | Outer IP Packet  |
+-----------------+                          +------------------+

]]></artwork></figure>

</section>
<section anchor="esp-header-compression-context"><name>ESP Header Compression Context</name>

<t>The EHC Context provides the necessary information to generate the SCHC Rules.
Most pieces of information are already available from the negotiated SA <xref target="RFC4301"/>.
Other pieces of information needs to be specifically configured or agreed via other mechanisms like for example <xref target="I-D.mglt-ipsecme-ikev2-diet-esp-extension"/>.<br />
The reference column of <xref target="tab-ehc-ctx-esp"/> indicates how the information is defined.</t>

<t>The Compression / Decompression (C / D) column specifies in which of the compression the parameter is being used.</t>

<t>Note that additional Compression might be performed especially on the inner IP packet - for example, including the TCP layer.
However, this profiles limits the scope of the compression to UDP packets as well as the inner IP header.
We believe that is a reasonable scope for ESP to address both IoT UDP packets as well as large VPN traffic.
If further compression are needed, this should be achieved by sending an IP packet with an SCHC payload where the expected compression is achieved outside ESP.</t>

<t>The following attributes are considered by this EHC Context.
Implementations may consider different expression of the parameters but their behavior is expected to remain compatible with this specification.</t>

<figure title="EHC ESP related parameter" anchor="tab-ehc-ctx-esp"><artwork align="center"><![CDATA[
+===================+==========================+===========+=======+
| EHC Context       | Possible Values          | Reference | C / D |
+===================+==========================+===========+=======+
| alignment         | "8 bit", "32 bit"        | ThisRFC   | CT E  |
| ipsec_mode        | "Tunnel", "Transport"    | RFC4301   | CT E  | 
| tunnel_ip         | IPv4, IPv6 address       | RFC4301   | CT E  |
| esp_spi           | ESP SPI                  | RFC4301   | EE    |
| esp_spi_lsb       | 0, 1, 2, 3, 4*           | ThisRFC   | EE    |
| esp_sn            | ESP Sequence Number      | RFC4301   | EE    |
| esp_sn_lsb        | 0, 1, 2, 3, 4*           | ThisRFC   | EE    |
| esp_encr          | ESP Encryption Algorithm | RFC4301   | CT E  |
| ts_flow_label     | True, False              | ThisRFC   | CT E  | 
| ts_ip_version     | 4, 6                     | ThisRFC   | CT E  |
| ts_ip_src_start   | IP4 or IPv6 address      | ThisRFC   | CT E  |
| ts_ip_src_end     | IP4 or IPv6 address      | ThisRFC   | CT E  |
| ts_ip_dst_start   | IPv4 or IPv6 address     | ThisRFC   | CT E  |
| ts_ip_dst_end     | IPv4 or IPv6 address     | ThisRFC   | CT E  |
| ts_proto_list     | TCP, UDP, ..., 0         | ThisRFC   | CT E  |
| ts_port_src_start | Port number              | ThisRFC   | CT E  |
| ts_port_src_end   | Port number              | ThisRFC   | CT E  |
| ts_port_dst_start | Port number              | ThisRFC   | CT E  |
| ts_port_dst_end   | Port number              | ThisRFC   | CT E  |
| ts_dsp_list       | DSCP number              | RFCYYYY   | CT E  |
+-------------------+--------------------------+-----------+-------+
]]></artwork></figure>

<dl>
  <dt>alignment:</dt>
  <dd>
    <t>indicates the byte alignement supported by the OS for the ESP extension. By default, the alignement is 32 bit for IPv6, but some systems may also support a 8 bit alignement. Note that when a block cipher such as AES-CCM is used, an 8 bit alignment is overwritten by the block size.</t>
  </dd>
  <dt>ipsec_mode:</dt>
  <dd>
    <t>designates the IPsec mode defined in <xref target="RFC4301"/>. In this document, the possible values are "tunnel" for the Tunnel mode and "transport" for the Transport mode.</t>
  </dd>
  <dt>tunnel_ip:</dt>
  <dd>
    <t>designates the IP address of the tunnel defined in <xref target="RFC4301"/>.
This field is only applicable when the Tunnel mode is used.
That IP address can be and IPv4 or IPv6 address.</t>
  </dd>
  <dt>esp_spi:</dt>
  <dd>
    <t>designates the Security Policy Index defined in <xref target="RFC4301"/>.</t>
  </dd>
  <dt>esp_spi_lsb:</dt>
  <dd>
    <t>designates the LSB to be considered for the compressed SPI. This parameter is defined by this specification and can take the following values 0, 1, 2, 4 respectively meaning that the compressed SPI will consist of the esp_spi_lsb LSB bytes of the original SPI.
A value esp_spi_lsb will let the SPI unchanged.</t>
  </dd>
  <dt>esp_sn:</dt>
  <dd>
    <t>designates the Sequence Number (SN) field defined in <xref target="RFC4301"/>.</t>
  </dd>
  <dt>esp_sn_lsb:</dt>
  <dd>
    <t>designates the LSB to be considered for the compressed SN and is defined by this specification. It works similarly to esp_spi_lsb.</t>
  </dd>
  <dt>esp_encr:</dt>
  <dd>
    <t>designates the encryption algorithm used. For the purpose of compression is is RECOMMENDED to use <xref target="RFC8750"/>.</t>
  </dd>
</dl>

<t>ts_ * parameters are associated to the Traffic Selectors of the SA and introduces by this specification.
This specification limits the expression of the Traffic Selector to be of the form (IP source range, IP destination range, Port source range, Port destination range, Protocol ID list, DSCP list).
This limits the original flexibility of the expression of TS, but we believe that provides sufficient flexibility.</t>

<dl>
  <dt>ts_flow_label:</dt>
  <dd>
    <t>indicates the Flow Label field of the inner IPv6 or the Identification field of the IPv4 is copied from the outer IP address.</t>
  </dd>
  <dt>ts_ip_version:</dt>
  <dd>
    <t>designates the IP version of the Traffic Selectors and its values is set to 4 when only IPv4 IP addresses are considered and to 6 when only IPv6 addresses are considered.
Practically, when IKEv2 is used, it means that the agreed TSi or TSr results only in a mutually exclusive combination of TS_IPv4_ADDR_RANGE or TS_IPV6_ADDR_RANGE payloads.
When the traffic selectors result in a combination of IPv4 and IPv6 addresses, ts_ip_version is undefined.</t>
  </dd>
  <dt>ts_ip_src_start:</dt>
  <dd>
    <t>designates the starting value range of source IP addresses of the inner packet and has the same meaning as the Starting Address field of the Traffic Selector payload defined in <xref section="3.13" sectionFormat="comma" target="RFC7296"/>.
Note however that in this specification, ts_ip_src_start applies for all agreed Traffic Selector payloads.
When the IP addresses cannot be expressed as a range, that exactly expressed as [ ts_ip_src_start, ts_ip_src_end ], ts_ip_src_start is undefined.</t>
  </dd>
  <dt>ts_ip_src_end:</dt>
  <dd>
    <t>designates the high end value range of source IP addresses of the inner packet and has the same meaning as the Ending Address field of the Traffic Selector payload defined in <xref section="3.13" sectionFormat="comma" target="RFC7296"/>.
Similarly to ts_ip_src_end, when the IP addresses cannot be expressed as a range, ts_ip_src_end is undefined.</t>
  </dd>
  <dt>ts_port_src_start:</dt>
  <dd>
    <t>designates the starting value of the port range of the inner packet and has the same meaning as the Start Port field of the Traffic Selector payload defined in <xref section="3.13" sectionFormat="comma" target="RFC7296"/>.</t>
  </dd>
  <dt>ts_port_src_end:</dt>
  <dd>
    <t>designates the starting value of the port range of the inner packet and has the same meaning as the End Port field of the Traffic Selector payload defined in <xref section="3.13" sectionFormat="comma" target="RFC7296"/>.</t>
  </dd>
  <dt>ts_proto_list:</dt>
  <dd>
    <t>designates the list of Protocol ID field whose meaning is defined in <xref section="3.13" sectionFormat="comma" target="RFC7296"/>.</t>
  </dd>
  <dt>ts_dscp_list:</dt>
  <dd>
    <t>designates the list of DSCP values used by the Traffic Selector and have the same meaning as the List of DSCP Values defined in <xref target="I-D.mglt-ipsecme-ts-dscp"/>.</t>
  </dd>
</dl>

<t>Ports and IP addresses and ports are defined as range and compressed using the LSB.
For a range defined by a start and end value, let define msb( start, end ) the function that returns the MSB that remains unchanged while the value evolves between start and end.
Similarly, let define lsb( start, end ) the function that returns the LSB that change while the value evolves between start and end. 
Fnally, let's consider len( x ) the function that returns the number of bits of the bit array x.</t>

<t>We note for convenience:</t>

<t><list style="symbols">
  <t>msb( ip_src ) = msb( ts_ip_src_start, ts_ip_src_end ) the MSB bits of the IP address range.</t>
  <t>msb( ip_dst ) = msb( ts_ip_dst_start, ts_ip_dst_end ) the MSB bits of the IP address range.</t>
  <t>lsb( ip_src ) = msb( ts_ip_src_start, ts_ip_src_end ) the LSB bits of the IP address range.</t>
  <t>lsb( ip_dst ) = msb( ts_ip_dst_start, ts_ip_dst_end ) the LSB bits of the IP address range.</t>
  <t>msb( port_src ) = msb( ts_port_src_start, ts_port_src_end ) the MSB bits of the source port range.</t>
  <t>msb( port_dst ) = msb( ts_port_dst_start, ts_port_dst_end ) the MSB bits of the destination port range.</t>
  <t>lsb( port_src ) = msb( ts_port_src_start, ts_port_src_end ) the LSB bits of the source port range.</t>
  <t>lsb( port_dst ) = msb( ts_port_dst_start, ts_port_dst_end ) the LSB bits of the destination port range.</t>
</list></t>

<t>Protocol IDs and DSP are defined as list of non consecutive values. 
A target value is defined when the list contains a single element.</t>

</section>
<section anchor="new-schc-compression-decompression-actions-cda"><name>New SCHC Compression / Decompression Actions (CDA)</name>

<t>In addition to the Compression / Decompression Action defined in <xref section="7.4" sectionFormat="comma" target="RFC8724"/>, this specification uses the CAD as presented in <xref target="tab-cda"/>.
These CDA are either refinement of the compute- * CDA or result in a combination CDA and are mostly used for convenience.</t>

<figure title="EHC ESP related parameter" anchor="tab-cda"><artwork align="center"><![CDATA[
+=================+=====================+=============================+
| Action          | Compression         | Decompression               |
+=================+=====================+=============================+
| lower           | elided              | Get from lower layer        |
| checksum        | elided              | Compute checksum            |
| padding         | elided              | Compute padding             |
+-----------------+---------------------+-----------------------------+
]]></artwork></figure>

<t>More specifically, when the list contains 0 or a single element, that value can be decompressed without ambiguity and as such an index does not need to be sent. 
When more than one value is present in the list, the index needs to be sent.</t>

<dl>
  <dt>lower:</dt>
  <dd>
    <t>designates an action where the compression consists in eliding the field.
The decompression consists in retrieving the field from the lower layers of the packet.
A typical example is when both IP and UDP carry the length of the payload, then the length of the UDP payload can be inferred from the one of the IP layer.</t>
  </dd>
  <dt>checksum:</dt>
  <dd>
    <t>designates an action where the compression consists in eliding a checksum field.
The decompression consists in re-computing the checksum.
ESP provides an integrity-check based on signature of the ESP payload (ICV).
This makes removing checksum possible, without harming the checksum mechanism.</t>
  </dd>
  <dt>padding:</dt>
  <dd>
    <t>designates an action where the compression consists in eliding the padding field.
The decompression consists in re-computing the padding field as described in ESP <xref target="RFC4303"/>.</t>
  </dd>
</dl>

</section>
<section anchor="clear-text-esp-compression-decompression"><name>Clear Text ESP Compression / Decompression</name>

<t>The Clear Text ESP Compression is performed on the ESP fields not yet encrypted, that is the ESP Payload Data, the ESP padding field, the Pad Length field as well as the Next Header field which indicates the type of the inner packet.</t>

<t>When ipsec_mode is set to "Transport", the Clear Text ESP packet that corresponds to an IPv4 packet will have the Payload Data set to the IPv4 Payload and the Next Header set to the Protocol ID - that is typically UDP, TCP or SCHC when the payload results from an SCHC compression.
The Clear Text ESP packet that corresponds to an IPv6 packet will have the Payload Data set may include some IPv6 extensions that precede the IP payload. In that case, the Next Header will have the value that corresponds to that first IPv6 extension being encrypted.</t>

<t>When ipsec_mode is set to "Tunnel", the Clear Text ESP packet has the Payload Data set to the IP packet with the Next Header field indicating whether this is an IPv4, an IPv6 or an SCHC packet..</t>

<t>SA are unidirectional and the Direction Indicator (DI) reflects that direction and is set to Up for outbound SA and Down for inbound SA. 
Fields that are not compressed have no Target Value (TV), their Matching Operator (MO) is set to ignore and Compression/Decompression Actions (CDA) to "value-sent".
Unless specified the Field Position (FP) is set to 1.</t>

<t>Note that for both the IP payload and the IP header, some fields are Compressed / Decompressed independently of the value of Traffic Selectors EHC Context, while some other fields require the Traffic Selectors to be expressed under a specific format.</t>

<section anchor="sec-payload"><name>Inner Packet Payload Compression</name>

<t>An SCHC payload is not compressed.</t>

<t>If the inner IP payload is an UDP or TCP packet the checksum is elided. 
For both TCP or UDP, FL is set to 16 bit, TV is not set, MO is set to "ignore" and CDA is et to "checksum". 
This may result is decompressing a zero-checksum UDP packet with a valid checksum, but this has no impact as valid checksum are universally accepted.</t>

<t>If the inner packet is an UDP or UDP-Lite the length field is elided.
FL is set to 16, TV is not set, MO is set to "ignore" and CDA is set to "lower" as the length field of the decompressed UDP packet is expressed in bytes and is  derived from the length of the compressed UDP packet by adding the 16 bit UDP Checksum, the 16 bit UDP Length field as well as the respective length of the respective source MSB port and destination MSB ports.</t>

<figure><artwork><![CDATA[
UDP.Length = ( len( compressed UDP) + 16 + 16 + len( lsb( port_src ) ) \
               + len( lsb( port_src ) ) ) / 8
]]></artwork></figure>

<t>Note that for each SA, LSB and MSB are of fixed length.
When the port has a single value this is equivalent to TV containing the port value, MO is set to "equal" and CDA set to not_sent.</t>

</section>
<section anchor="sec-inner-ip4"><name>Inner IPv4 Compression</name>

<t>When ts_ip_src/dst range is defined and ts_ipversion is set to "IPv4", IPv4 addresses of the inner IP packet are compressed. 
FL is set to 32, TV to msb(ip_src) or msb(ip_dst), the MO is set  to "MSB" and the CDA is set to "LSB".</t>

<t>The IPv4 Header checksum is elided. 
FL is set to 16, TV is omitted, MO is set to "ignore" and CDA is set to "checksum".</t>

<t>The Protocol field sets FL to 8 bits. 
If ts_proto_list contains the value 0, TV is not set, MO is set to ignore and  CDA is set to "value-sent". 
If "proto_id" does not contain 0 and the list contains less or exactly 1 value, TV is set to that value, MO is set to "equal" and CDA is set to "mot-sent". 
In any other case, TV is set to the proto_list, MO is set to "match-mapping" and  CDA is set to "mapping-sent".</t>

<t>The IPv4 TTL field is derived from the IPv4 TTL field of the outer IPv4 address or the IPv6 Hop limit.
FL is set to 8 bits, TV is omitted, MO is set to ignore and CDA is set to lower.</t>

<t>The IPv4 Total Length is elided. 
FL is set to 16 bits, TV is not set, MO is set to "ignore" and CDA is set to "lower".</t>

<t>DSP, ECN are either retrieved from the SA or from the outer IP header. 
Fl is set to 8.
When the DSP, ECN are defined by the SA via <xref target="I-D.mglt-ipsecme-ts-dscp"/> and ts_dsp_list contains a single element, TV is set to that element MO is set to "equal" and CDA is set to "not-sent".
When the DSP, ECN are defined by the SA via <xref target="I-D.mglt-ipsecme-ts-dscp"/> and ts_dsp_list contains more than one element, TV is set to the list, MO is set to "match-mapping" and CDA is set to "mapping-sent". 
When the DSP, ECN are not defined by the SA, MO is set to "ignore" and the CDA is set to "lower".</t>

<t>When ts_ip_version can be inferred from the ts, the IP version is elided.
FL is set to 4 bits, the TV is set to ts_ip_version, MO is set to "equal" and CDA to "not-sent".</t>

<t>When the inner IP address has the same version as the outer_ip and ts_traffic_flow is defined and set to True, the Identification field of the IPv4 inner packet or the Traffic Flow field of the IPv6 packet is elided and read from the outer IP address field.
For IPv4, FL is set to 16 bits, TV is ignored, MO is set to "ignore" and CDA is set to "lower".
For IPv6, FL is set to 20 bits, TV is ignored, MO is set to "ignore" and CDA is set to "lower".</t>

<t>When the inner is IPv4 and the outer IP is IPv6 and ts_traffic_flow is set to True, the LSB 16 bits of the outer IP address are considered. This results in a lossless compression. 
When the inner is IPv6 and the outer IP is IPv4 and ts_traffic_flow is set to True, the LSB 16 bits of inner Traffic Flow fields are set to the outer Identification field and the remaining 4 MSB bits are set to 0.
Such compression is not lossless and needs to be considered cautiously.
Note that the Flow Label of the inner packet arriving at the destination may have another value than the initial Flow Label. However, the Flow Label value set at the source ends up with the same value at the destination, with of course a lower entropy.</t>

</section>
<section anchor="sec-inner-ip6"><name>Inner IPv6 Compression</name>

<t>The compression / decompression of the IPv6 fields are compressed / decompressed in a similar way as in IPv4  (see <xref target="sec-inner-ip4"/>).
IPv6 addresses are compressed decompressed as IPv4 addresses except that FL is set to 128. 
IPv6 Hop limit is compressed / decompressed as the IPv4 TTL field. 
The last Next Header with a transport protocol value is compressed / decompressed as IPv4 Protocol field.
The Total Length is compressed / decompressed similarly to the IPv4 Length except that the IPv6 length includes the IPv6 header. 
Traffic Class is compressed / decompressed similarly to the DSP,ECN field.
IP version is compressed / decompressed as in IPv4.
The Traffic Flow field is compressed / decompressed similarly to the IPv4 Identification field except that FL is set to 20 bits.</t>

</section>
<section anchor="esp-compression"><name>ESP Compression</name>

<t>When ipsec_mode is set to "Tunnel" and ts_ip_version can be determined, the Next Header Field is elided. 
FL is set to 8 bits, TV is set to IPv4 or IPv6 depending on the ts_ip_version, MO is set to "equal" and CDA is set to "not-sent".</t>

<t>If the esp_encr does not require a specific block size, Padding and Pad Length are elided.
FL is defined by the type that is to (Pad Length + 1 ) * 8 bits, TV is unset, MO is set to "ignore" and CDA is set to padding.</t>

<t>Encryption may require require the clear text to respect a given size block.
In addition, IP networking may also require a special alignment which is 32 bits by default for IPv6 Extensions, but may also be overwritten by the EHC Context.
The Padding is defined by pad_value and pad_size appended to the clear text payload - similarly to what ESP does with Padding and Pad Len. 
An 8 bit alignment is interpreted by SCHC as a Word of 8 bits, and a 32 bit alignment is interpreted as a Word of 32 bits. 
The padding size pad_size is defined by the alignment and set to 3 bits for an 8 bit alignment (2<strong>3) and 5 bits for 32 bit alignement (2</strong>5).
If pad designates the number of bits to be padded, the pad value is set to pad_value = ( pad + len( pad_size ) % Word.
This results in an additional pad_value + pad_size bits.</t>

</section>
</section>
<section anchor="encrypted-esp-compression"><name>Encrypted ESP Compression</name>

<t>SPI is compressed to its LSB.
FL is set to 32 bits, TV is not set, MO is set to "MSB( 4 - esp_spi_lsb)" and CDA is set to "LSB".</t>

<t>If the esp_encr considers implicit IV <xref target="RFC8750"/>, Sequence Number are not compressed. 
Otherwise, SN are compressed to their LSB similarly to the SPI. 
FL is set to 32 bits, TV is not set, MO is set to "MSB( 4 - esp_spi_lsb)" and CDA is set to "LSB".</t>

<t>Note that the use of implicit IV always result in a better compression as an 64 bit IV to be sent while compression of the SN alone results at best in a reduction of 32 bits.</t>

<t>The IPv6 Next Header field or the IPv4 Protocol that contains the "ESP" value is changed to "SCHC".</t>

</section>
<section anchor="iana-considerations"><name>IANA Considerations</name>

<t>There is no IANA parameters to be registered.</t>

</section>
<section anchor="security-considerations"><name>Security Considerations</name>

<t>There is no specific considerations associated to the profile other than the security considerations of ESP <xref target="RFC4303"/> and those of SCHC <xref target="RFC8724"/>.</t>

</section>
<section anchor="acknowledgements"><name>Acknowledgements</name>

<t>We would like to thank Laurent Toutain for its guidance on SCHC. Robert Moskowitz for</t>

</section>


  </middle>

  <back>


    <references title='Normative References' anchor="sec-normative-references">

&RFC2119;
&RFC8174;
&RFC4301;
&RFC4303;
&RFC8724;
&RFC8750;
&RFC7296;
&I-D.mglt-ipsecme-ts-dscp;


    </references>

    <references title='Informative References' anchor="sec-informative-references">

&I-D.mglt-ipsecme-ikev2-diet-esp-extension;
&RFC4309;


    </references>


<?line 413?>

<section anchor="illustrative-example"><name>Illustrative Example</name>

<section anchor="sec-iot-udp"><name>Single UDP Session IoT VPN</name>

<t>This section considers a IoT IPv6 probe hosting a UDP application.
The probe is dedicated to a single application and establishes a single UDP session with a server, and sets a VPN to connect its secure domain - like a home gateway.
The home gateway will be responsible to decompress the compress packet and provides interoperability with standard application server.</t>

<t>The EHC Context is defined as mentioned below:</t>

<t><list style="symbols">
  <t>alignment is set to 8 bits</t>
  <t>ipsec_mode is set to "Tunnel"</t>
  <t>tunnel_ip_srct is set to the IPv6_m, the IPv6 address of the mote.</t>
  <t>tunnel_ip_dst is set to IPv6_gw, the IPv6 of the security gateway.</t>
  <t>esp_spi is agreed by the IKEv2.</t>
  <t>esp_spi_lsb is set to 0 as IPv6_m provides sufficient context to associate the right SA.</t>
  <t>esp_sn results from the standard IPsec, and not impacted.</t>
  <t>esp_sn_lsb is set to 2 even though we are considering  AES-CCM_8_IIV <xref target="RFC8750"/> which uses the ESP Sequence Number to generated the IV.
This results in a 8 bytes reduction compared to the AES-CCM_8 <xref target="RFC4309"/>.</t>
  <t>esp_encr is configured with AES-CCM_8_IIV <xref target="RFC8750"/>. This cipher suite does not require a block size and so no padding is required and does not support SN compression.</t>
  <t>ts_flow_label As the inner traffic and the encrypted traffic are very correlated, it makes sense to re-use the flow label and ts_flow_label is set to True.</t>
  <t>ts_ip_version is set to IPv6.</t>
  <t>ts_ip_src_start is set to IPv6_m. In this example, the SA is associated to messages sent by the mote to the application server (IPv6_server)</t>
  <t>ts_ip_src_end is set to IPv6_m</t>
  <t>ts_ip_dst_end the IPv6 address of the application server (IPv6_server).</t>
  <t>ts_ip_dst_end IPv6_server</t>
  <t>ts_proto_list [ UDP ], in the case of a very constraint mote, only UDP messages are considered.</t>
  <t>ts_port_src_start port_m. The mote and the application server are using dedicated ports.</t>
  <t>ts_port_src_end port_m. The mote and the application server are using dedicated ports. The use of a specific single port enables their elision.</t>
  <t>ts_port_dst_end port_server</t>
  <t>ts_port_dst_end port_server</t>
  <t>ts_dsp_list [ 0 ] the default standard value, we MAY assume that value has been negotiated via IKEv2 or that it as been set as the default value left to the lower layers.</t>
</list></t>

<t><xref target="fig-std-udp-tunnel"/> illustrates an UDP packet being protected by ESP in the tunnel mode using AES-CCM_8_IIV.
This packet is compressed as depicted in <xref target="fig-comp-udp-tunnel"/>.<br />
EHC reduces the packet size by 53 bytes.</t>

<figure title="Standard ESP packet for IoT UDP in Tunnel mode more with AES-CCM_8_IIV" anchor="fig-std-udp-tunnel"><artwork align="center"><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
E|               Security Parameters Index (SPI)                 |  ^
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
P|                      Sequence Number (SN)                     |  |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
I|version| traffic class |               flow label              |^ |
P+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
v|         payload length        |  next header  |   hop limit   || |
6+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || a
 |                      inner source IP                          || u
 |                                                               |e t
 |                                                               |n h
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+c e
 |                                                               |r n
 |                    inner destination IP                       |y t
 |                                                               |p i
 |                                                               |t c
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+e a
U|          source port          |           dest port           |d t
D+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| e
P|             length            |            checksum           || d
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || |
 ~                        APPLICATION DATA                       ~| |
 |                                                               || |
-|                                               +-+-+-+-+-+-+-+-+| |
E|                                               |    Padding    || |
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
P|     Padding (continue)        |  Pad Length   | Next Header   |v v
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
 |         Integrity Check Value-ICV   (variable)                |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<figure title="EHC ESP packet for IoT UDP in Tunnel mode more with AES-CCM_8_IIV" anchor="fig-comp-udp-tunnel"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--
|      Sequence Number          |                               | ^
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               | aut
|                                                               | hen
~                        APPLICATION DATA                       ~ tic
|                          (encrypted)                          | ate
|               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|
|               |                                               | V
+-+-+-+-+-+-+-+-+                                               |--
|         Integrity Check Value-ICV   (variable)                |
|               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|               |
+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="single-tcp-session-iot-vpn"><name>Single TCP session IoT VPN</name>

<t>This section is very similar to <xref target="sec-iot-udp"/> except that a TCP session is used instead.</t>

<t>The compression on the TCP payload is very limited, and in a case where the TCP end point is the same as the ESP end point additionnal compression could be performed.
Additional fields such as TCP options, urgent pointers, the SN and ACK Number could be compressed by a specific profile agreed at the TCP level as opposed to the ESP level.</t>

<t>The ESP encapsulated TCP packet described in <xref target="fig-std-tcp-tunnel"/> is compressed by EHCP using th esam eEHCP context as in <xref target="sec-iot-udp"/> and EHCP reduces that packet by 55 bytes, as depicted in <xref target="fig-comp-udp-tunnel"/>.</t>

<figure title="Standard ESP packet for IoT TCP in Tunnel mode more with AES-CCM_8_IIV" anchor="fig-std-tcp-tunnel"><artwork align="center"><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
E|               Security Parameters Index (SPI)                 |  ^
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
P|                      Sequence Number (SN)                     |  |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
I|version| traffic class |               flow label              |^ |
P+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
v|         payload length        |  next header  |   hop limit   || |
6+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || a
 |                      inner source IP                          || u
 |                                                               |e t
 |                                                               |n h
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+c e
 |                                                               |r n
 |                    inner destination IP                       |y t
 |                                                               |p i
 |                                                               |t c
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+e a
T|          source port          |           dest port           |d t
C+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| e
P|                      Sequence Number (SN)                     || d
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                     ACK Sequence Number                       || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |Off. | Rserv |      Flags      |         Window Size           || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |             Checksum          |      Urgent Pointer           || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || |
 ~                        APPLICATION DATA                       ~| |
 |                                                               || |
 |                                               +-+-+-+-+-+-+-+-+| |
E|                                               |    Padding    || |
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
P|     Padding (continue)        |  Pad Length   | Next Header   |V V
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
 |         Integrity Check Value-ICV   (variable)                |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<figure title="EHC ESP packet for IoT TCP in Tunnel mode more with AES-CCM_8_IIV" anchor="fig-comp-tcp-tunnel"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
|  Sequence Number (SN) (ESP)   |          Sequence Number      ~   ^
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
~       (SN) (TCP)              |                ACK            ~^ | 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| a
~      Sequence Number          |Off. | Rserv |      Flags      || u
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+e t
|         Window Size           |      Urgent Pointer           |n h
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+c |
|      Urgent Pointer           |                               |r |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                               |y |
|                                                               ~p |
~                        APPLICATION DATA                       |t | 
|                                                               || |
|               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
|               |                                               |v v
+-+-+-+-+-+-+-+-+                                               |---
|         Integrity Check Value-ICV   (variable)                |
|               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|               |
+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="traditional-vpn"><name>Traditional VPN</name>

<t>This section illustrates the case of an company VPN that allows web browsing. 
The VPN is typically set by a remote host that forwards all its traffic to the
security gateway.<br />
In this case, the SA does not specify the protocol (TCP and UDP packet can be sent), nor the ports. 
Regarding ports it could be possible to restrict the user to only use high range ports (0  - 2 ** 10) - especially if the VPN is only supporting web browsing - but we did not consider this in this example. 
The destination IP address is also expect to take any value, while the IPv6 source in the case of a road warrior scenarios us expected to take a single value.
We consider the VPN client is using an IPv4 or an IPv6 address. 
Regarding ESP, we considered the VPN client is using AES-GCM_16, though AES-GCM_IIV would be the RECOMMENDED transform.
The VPN client is also expected to have a reasonably low throughput which enables the SN to be coded over 16 bits as opposed to 32 bits. 
Similarly, the number of connection is expected to remain sufficiently low so that a 16 bit SPI remains sufficient.</t>

<t>The EHC Context is defined as mentioned below:</t>

<t><list style="symbols">
  <t>alignment is set to 8 bits</t>
  <t>ipsec_mode is set to "Tunnel"</t>
  <t>tunnel_ip_src is set to the IPv6_user, the IPv6 address of the mote.</t>
  <t>tunnel_ip_dst is set to IPv6_gw, the IPv6 of the security gateway.</t>
  <t>esp_spi: is agreed by the IKEv2.</t>
  <t>esp_spi_lsb: is set to 2 bytes.</t>
  <t>esp_sn: results from the standard IPsec, and not impacted.</t>
  <t>esp_sn_lsb: is set to 16 bits. Note that such compression is possible since AES-GCM_16 is used instead of AES-GCM_16_IIV. 
While this results in better performances for EHC, it is not an optimal choice as IIV transforms results always in better comprehensions.</t>
  <t>esp_encr: is configured with AES-GCM_16 <xref target="RFC8750"/>.</t>
  <t>ts_flow_label: is set to True, note as the outer IP address is IPv6, the compression is lossless.</t>
  <t>ts_ip_version: is set not set as the VPN user can use either an IPv4 or an IPv6 address.</t>
  <t>ts_ip_src_start: is set to IPv6_user or IPv4_user. Note that the version can be inferred by the Next Header, and the version can deterministically determine the IP in use.</t>
  <t>ts_ip_src_end: is set to IPv6_user or IPv4_user</t>
  <t>ts_ip_dst_end: IP destination is set to take any value, so the range is unspecified and the start/ end addresses are undefined.</t>
  <t>ts_ip_dst_end: undefined.</t>
  <t>ts_proto_list: undefined</t>
  <t>ts_port_src_start: undefined.</t>
  <t>ts_port_src_end: undefined.</t>
  <t>ts_port_dst_end: undefined</t>
  <t>ts_port_dst_end: undefined</t>
  <t>ts_dsp_list: [ 0 ] the default standard value, we MAY assume that value has been negotiated via IKEv2 or that it as been set as the default value left to the lower layers.</t>
</list></t>

<section anchor="ipv6-in-ipv6"><name>IPv6 in IPv6</name>

<t><xref target="fig-std-vpn-tunnel-66"/> represents the original ESP TCP packet with IPv6 inner IP addresses and <xref target="fig-comp-vpn-tunnel-66"/> represents the corresponding packet compressed with EHC.</t>

<t>The compression with Diet-ESP results in a reduction of 32 bytes.</t>

<figure title="Standard ESP packet for VPN traffic mode with AES-GCM_16" anchor="fig-std-vpn-tunnel-66"><artwork align="center"><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
E|               Security Parameters Index (SPI)                 |  ^
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
P|                      Sequence Number (SN)                     |  |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
 |                                                               |  |
 |                             IV                                |  |
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
I|version| traffic class |               flow label              |^ |
P+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
v|         payload length        |  next header  |   hop limit   || |
6+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || a
 |                      inner source IP                          || u
 |                                                               |e t
 |                                                               |n h
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+c e
 |                                                               |r n
 |                    inner destination IP                       |y t
 |                                                               |p i
 |                                                               |t c
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+e a
T|          source port          |           dest port           |d t
C+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| e
P|                      Sequence Number (SN)                     || d
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                     ACK Sequence Number                       || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |Off. | Rserv |      Flags      |         Window Size           || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |             Checksum          |      Urgent Pointer           || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || |
 ~                        APPLICATION DATA                       ~| |
 |                                                               || |
-|                                               +-+-+-+-+-+-+-+-+| |
E|                                               |    Padding    || |
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
P|     Padding (continue)        |  Pad Length   | Next Header   |V V
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
 |                                                               |
 |         Integrity Check Value-ICV   (variable)                |
 |                                                               |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<figure title="Compressed IPv6 in IPv6 ESP packet for VPN traffic mode with AES-GCM_16" anchor="fig-comp-vpn-tunnel-66"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
|             SPI               |              SN               |  ^
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
|                                                               |  |
|                             IV                                |  |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--|
|  Next Header  |                                               |^ |
+-+-+-+-+-+-+-+-+                                               || |
|                                                               || |
|                    inner destination IP                       || |
|                                                               || |a
|               +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |u
|               |          source port          |  destination  ~|e|t
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|n|h
~ port          |     TCP Sequence Number (SN)                  ~|c|e
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|r|n
~  (continue)   |    ACK Sequence Number (SN)                   ~|y|t
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|p|i
~  (continue)   |Off. | Rserv |      Flags      |    Window     ~|t|c
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|e|a
~   Size        |   Urgent   Pointer            |               ~|d|t
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |e
|                                                               || |d
~                        APPLICATION DATA                       ~| |
|                                                               || |
|                             +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ || |
|                             |  Next Header    | Integrity     ~v v
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               +---
|                                                               |
|         Integrity Check Value-ICV   (variable)                |
|                                               +-+-+-+-+-+-+-+-+
|                                               |                              
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="ipv6-in-ipv4"><name>IPv6 in IPv4</name>

<t>For IPv6 in IPv4, the compression is similar when ts_traffic_flow is set, otherwise these 20 bits needs to be provided explicitly.</t>

<t>When ts_traffic_flow is set to True, the resulting decompressed IPv6 packet will be as follows (see the flow label field):</t>

<figure title="Decompressed IPv6 encapsulated in IPv4 ESP packet" anchor="fig-resulting-ip6"><artwork align="center"><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
I|version| traffic class |0 0 0 0        flow label              |
P+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
v|         payload length        |  next header  |   hop limit   |
6+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 |                      inner source IP                          |
 |                                                               |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 |                    inner destination IP                       |
 |                                                               |
 |                                                               |
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
T|          source port          |           dest port           |
C+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
P|                      Sequence Number (SN)                     |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                     ACK Sequence Number                       |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |Off. | Rserv |      Flags      |         Window Size           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |             Checksum          |      Urgent Pointer           |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                                                               |
 ~                        APPLICATION DATA                       ~
 |                                                               |
 |                                               +-+-+-+-+-+-+-+-+
 |                                               | 
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="ipv4-in-ipv4"><name>IPv4 in IPv4</name>

<t><xref target="fig-std-vpn-tunnel-44"/> represents the original ESP TCP packet with IPv6 inner IP addresses and <xref target="fig-comp-vpn-tunnel-44"/> represents the corresponding packet compressed with EHC.</t>

<t>The compression with Diet-ESP results in a reduction of 24 bytes.</t>

<figure title="Standard IPv4 in IPv4 ESP packet for VPN traffic mode with AES-GCM_16" anchor="fig-std-vpn-tunnel-44"><artwork align="center"><![CDATA[
    0                   1                   2                   3
    0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
E|               Security Parameters Index (SPI)                 |  ^
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
P|                      Sequence Number (SN)                     |  |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
 |                                                               |  |
 |                             IV                                |  |
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- |
I|Version|  IHL  |Type of Service|          Total Length         |^ |
P+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
v|         Identification        |Flags|      Fragment Offset    || a
4+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| u
 |  Time to Live |    Protocol   |         Header Checksum       |e t
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+n h
 |                       Source Address                          |c e
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+r n
 |                    Destination Address                        |y t
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+p i
 |                    Options                    |    Padding    |t c
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+e a
T|          source port          |           dest port           |d t
C+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| e
P|                      Sequence Number (SN)                     || d
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                     ACK Sequence Number                       || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |Off. | Rserv |      Flags      |         Window Size           || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |             Checksum          |      Urgent Pointer           || |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
 |                                                               || |
 ~                        APPLICATION DATA                       ~| |
 |                                                               || |
-|                                               +-+-+-+-+-+-+-+-+| |
E|                                               |    Padding    || |
S+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
P|     Padding (continue)        |  Pad Length   | Next Header   |V V
-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
 |                                                               |
 |                                                               |
 |         Integrity Check Value-ICV   (variable)                |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<figure title="Compressed IPv4 in IPv4 ESP packet for VPN traffic mode with AES-GCM_16" anchor="fig-comp-vpn-tunnel-44"><artwork align="center"><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+---
|             SPI               |              SN               |  ^
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+  |
|                                                               |  |
|                             IV                                |  |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--|
|    Protocol   |     inner destination IP                      ~^ |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-|| |
~  (continue)   |            source port        |  destination  ~| |a
|-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |u
|     port      |         TCP Sequence Number (SN)              ~|e|t
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|n|h
~  (continue)   |     ACK Sequence Number                       ~|c|e
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|r|n
~  (continue)   |Off. | Rserv |      Flags      |   Window       ~y|t
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+|p|i
|         Size  |        Urgent Pointer         |               ||t|c
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+               ||e|a
|                                                               ||d|t
|                        APPLICATION DATA                       || |e
~                                                               || |d
|                             +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+| |
|                             |    Padding    |                 |v v
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+                 |
|                                                               |
|                                                               |
|       Integrity Check Value-ICV  (variable) +-+-+-+-+-+-+-+-+-+ 
|                                             |                 
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

</section>
<section anchor="ipv4-in-ipv6"><name>IPv4 in IPv6</name>

<t>TBD</t>

</section>
</section>
</section>


  </back>

<!-- ##markdown-source:
H4sIAAAAAAAAA+19a3Mbt5Lod1X5P+AqdWslm2T8UJREtWfPUSQ5Ua1s65qy
U3vPPVGNhhA55eEMd2YoWQnt33J/y/6y7RcwwDz4EOlsNisq5ZDzaDQaje5G
P4But/toq4iKWB+ok/65+kkHA52po3Q8yXSeR2mizrP0Oor1o63g6irTN/Dc
T0fnj7YGaZgEY3htkAXXRXc8jItuNMl1ONbdQaSLrs4n3WfPH21Fk+xAFdk0
L54/ffr9U7gSZDo4UH0dTrOouHu0dTs8UKfn9OqjrQ+38CMpdJYAjGOE/Wgr
DIoDlReDR1t5Ae+O4YmTi5ePth5tTaKDR1tKFWl4oO50jt/zNIOHrvPywt3Y
+Q3NT4tRmtF7+OmaL0pFCTx13FOvomEwjYvyBvf0OEgiHdfvphl04CSLwjxP
k/KyHgdRDPSht3pjfutvWp7rhem4DYWLnvpxOhzqcZpXcbhIr6Igb7hNSJy9
eldrfyiP/i0Z96LrqBePp72BVm1tH/XUD2k2DpKk2vRRkOWFThruU9vvkuhG
Z3lUBLpQP2R6rBN18X9Pa/iEwVX6t+LXqAdvtSGBg9APR1ES/BpV0YBhuIkG
DbcJix/TdBhrdXZ2VB+IXF7pAXte/22IV3kU+K/b7argCjgsCAv8PX8+qB2c
B7tqoK+jROcqUBO5UaQqlOfxy3iaRMDA8GqOjxQ6LPRA3UbFiJn+a2inZ9of
R4MBzjX8+0qpt/rfpxGRsshVkhYEBu9djLT6oO/UbZoNcrX96l3/YrvD/1ev
39D3tyf/593p25Nj/N7/6fDszH7Zkif6P715d3ZcfivfPHrz6tXJ62N+Ga4q
79LW9qvDf4M7QTJQ22/OL07fvD4824aRU8UoyhVIhilirGCeIzGuNNyCCQ0U
wZ4H+dZA52EWXcEPeOeHo/P/+P/P9tRvv/2vty+Pnj979v2nT/Lju2ff7sGP
25FOuLU0ie/kZzHSd1vBZKKDDKEEcQycNQHui3N4Nlf5KL1N1Ehnurf1z3+N
YYxUd/+v/yKUBQmTpYNpWNLTRXz+mNpREyz3Xjx9Blh+Xf58AT+Bja6vo1Bl
Gt8CqNDbqzt45joaomz89KmnsOXPnz8Dpz5V9c+zhmvPG669oPefwb0Xak99
o/bVt+o79f0q1x5tPemu+aeAfWEazyrIGSmvzoMMpi+wARAwGeiPaqd/frpb
68xM/QJj09sEQrOj9KYBI4vYv091Emr1ejq+gine+pmpGTDRYCMYtRCJPufB
XZwGAxBvRfBY7dwEWRRcxbpOIkIJ/v0FmKcd7aU+nwnQrJVIS39mSO3kGset
cmdj48a/z4PBIEqGaudp9/k338CMKnTeRCI7bo8bBm5VFJel0ozwU2c6GYJ0
x9+v9cfCKBH8fQP/3mxqtvmshEbTkKba0UiHH9T7IJ7q7unRe7jXzk2zDTDR
BthnAyQRUfrbgfpKRCwooAIU5IduEEfD5C/bIUrhbFuRvfuX7Yt00j3TN2DR
vUSDplDpNSgZMoPPg/CDLrY/GVULpkKiQBlESRhNQB2AsgCNENykYIiAbCeO
jJJrAoM2QjECcCPQQkEM9urgDnQgWEP5CDQiaQFQXmqiQRaiDjgEzaMnEZkF
0AxriCALR58+dVijihbKrWKCbqkYUc8R6bC0TnqM73UEpho/QbjCpaMYNeUF
8iP20LVodo4uTtQRsIYBhKoP9Ok12K2DnDtzG8GFOAD6oT4HwZndTUSlIbgu
PyVtuaKsI1do2vIPd5KgVsdrzkRBmmAnQMumcFdgntgma+ifEPYO8vhEhlZf
ggPjdkOALdJKiFVNQ+z0X++yzkbsBtohO44Cwo2Sq3QK706If9R1GsfpLTcJ
SydoBYY9gF7XO3TsgcMuHe86bWim0jTR3lsjlizSw9sRmSr1wa4AP7pA4MhX
OkOe1WhYhfwmPi7Yo0WkpTXu92uwXoWOY5gGaCsxv4M9qAbR9TXikqVjgoQc
HKG1O82CWLHJN6Gnr6YAgOAHeT4dS9/SaTGZgplLnHbF2OQwOCXJiU2/PqbR
OZGvYGLqj4ZEN1FAr/2oE1xmqZc4uCgBYCQy1UdkQ2AdkAKlVN7pH/0E3CMG
57fPweCUSYQ3VDbFeYfNwMOwwBmUHazyoV0rMHwYjXAEHBHG04GusN0hrADD
iGm30z/cRYP1VkO/UWSAMQuTBe8B3SaWQXtipQoLk0gKsa2kYPZzLFikGfx3
SkQG+vCag0YOJ3aiQ8A5yO6gY8Mpry6wi8Ew00LG0389uXkOVPnrafe45y3u
ow/65nm5xIeu6gT7T3SDNkHOpWMNxniuO25PXBYcB3cqDYEYioQlThwYMbCs
De9daRgxDf/DCQziL+QBBmlTWt8OzVKYWwTnzbRw4QBG/SmMgtN2pzJzsd/A
enk0EJYL04luICh8iKZsr3ufJ90Fnyeq+sqszdtiuGdWfwOWyc0cZHVo0xuH
5Qg4wq75jSU6wmRYoM3Nl8VPot5vbKQGqw3BJ9jMDKS3MBCrbv89H0j9Ybi0
CUQQj4rk9V+7qeBRfbiFHv/c7dbUN8i+bvdfmtBALHzdsgCL6sNzsKgoYUBi
HhZ2MjaNiapgUX14Cd7wP81YVKxCVEoLzMKqWD8s9ZhmixAdCAumr1FZJ6BC
zDUQYzeRUQWlCPbsxlQNUXcFBQsjUkFvUQWBJHuVgk03ifBFlE/ueyS8xdQM
boIoRlu/1FSJHqYFCAsYt/6h57UAsG/giawFbgLqIBcfTg5aJLqOQlAgd6h4
gJxTNGdBszp6IyVoYx2OgiTKx7mKQV+Q+tUfAzQaVtUpSqzBTIN1QeZYmMbT
MZlcv/1WBFddPQq7YfGRnSqA/gDdbdCXUXoruqXsUGRsaLFoxLBwRvDrmrWE
l3ZNq0IFAA/ql1W82H7uS2TfG2mLjbIim+bYbsWUclSki8c4Go5QDzpGmqbG
if4tarPrUrojxge2jA9fHJ2DBX8HBvajrZ/SW7RHq+uLOBpHRV7Vg5W+perd
sWkxd7WwhxGbptDUz6jG4wiasyZ4AKMZ5NBl5FJuCPHGOYXLqsGA/GxXKbpI
04u25mIwXrR6f/7a+NqgsdNrdT3NiAerSh55WQ+kx/koncYDJG8As1vfsG1h
lnJggpU0JU8tXKG5OJGVzS06FqnD1rpy28M+GrjGuEA3L2lEWaLR2oBaK4os
AptY7EyYWvi8XSkCLEeKYB892zsnY8q8JFY42oRiFjurk9KWJBMcLkW4mhsF
N1Ga+ZZiKusn6hW0gwNFhGDqGVGACDhuzCd/qX+arjXcMt9ZfTlS0+iH8xT6
gmiQXyN3VcdbKxpApeJsJd2xIVxISZBXuGxw+zt1FRXoG3/xnL6Vt9BEB+nK
6v1CnYjfiATd5TgFPiihXExhssQI5iILknySZgwJesTy2YVC1kVBb1xGEweZ
0/ObvQ7+u29njiVMHQxCATlymU8i3wiAuQdL3ybN7EKBZZfyoVzG+ZV99GlH
Peuo5x31oqP2HntQXMJUoSR+g4RLk3t2Pi6Jg8q9ccH1dRUXsXrIGIiHKdjf
o3E7dYv88hpm9iXoYB2bBrMpiOOXQZxr5X0aGUYJmGhySRE1MfFnCsZ5vz5C
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
J5e8L33N1QAA

-->

</rfc>

