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

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-kampati-ipsecme-ikev2-sa-ts-payloads-opt-03" category="std">

  <front>
    <title abbrev="IKEv2 Optional Child SA&amp;TS Payloads">IKEv2 Optional SA&amp;TS Payloads in Child Exchange</title>

    <author initials="S." surname="Kampati" fullname="Sandeep Kampati">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>Divyashree Techno Park, Whitefield</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560066</code>
          <country>India</country>
        </postal>
        <email>sandeepkampati@huawei.com</email>
      </address>
    </author>
    <author initials="M." surname="Bharath" fullname="Meduri S S Bharath">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>Divyashree Techno Park, Whitefield</street>
          <city>Bangalore</city>
          <region>Karnataka</region>
          <code>560066</code>
          <country>India</country>
        </postal>
        <email>MeduriS.Bharath@huawei.com</email>
      </address>
    </author>
    <author initials="W." surname="Pan" fullname="Wei Pan">
      <organization abbrev="Huawei">Huawei Technologies</organization>
      <address>
        <postal>
          <street>101 Software Avenue, Yuhuatai District</street>
          <city>Nanjing</city>
          <region>Jiangsu</region>
          <code></code>
          <country>China</country>
        </postal>
        <email>william.panwei@huawei.com</email>
      </address>
    </author>

    <date year="2021" month="March" day="07"/>

    <area>Security</area>
    <workgroup>IPSECME Working Group</workgroup>
    <keyword>Internet-Draft</keyword>

    <abstract>


<t>This document describes a method for reducing the size of the
Internet Key Exchange version 2 (IKEv2) exchanges at time of rekeying
IKE SAs and Child SAs by removing or making optional of SA &amp; TS
payloads. Reducing size of IKEv2 exchanges is desirable for low
power consumption battery powered devices. It also helps to avoid IP
fragmentation of IKEv2 messages.</t>



    </abstract>


  </front>

  <middle>


<section anchor="introduction" title="Introduction">

<t>The Internet Key Exchange protocol version 2 (IKEv2) specified in
<xref target="RFC7296"></xref> is used in the IP Security (IPsec) architecture for the
purposes of Security Association (SA) parameters negotiation and
authenticated key exchange. The protocol uses UDP as the transport
for its messages, which size varies from less than one hundred bytes
to several kilobytes.</t>

<t>According to <xref target="RFC7296"></xref>, the secret keys used by IKE/IPSec SAs should
be used only for a limited amount of time and to protect a limited
amount of data. When the lifetime of an SA expires or is about to
expire, the peers can rekey the SA to reestablish a new SA to take
the place of the old one.</t>

<t>For security gateways/ePDG in 4G networks and cRAN/Cloud in 5G
networks, they will support more than 100,000 IKE/IPSEC tunnels. So
on an average, for every second there may be hundreds or thousands of
IKE SAs and Child SAs that are rekeying. This takes huge amount of
bandwidth, packet fragmentation and more processing resources. For
these devices, these problems can be solved by introducing the
solution described in this document.</t>

<t>This is also useful in Internet of Things (IoT) devices which
utilizing lower power consumption technology. The appendix A of
<xref target="I-D.mglt-6lo-diet-esp-requirements"/> gives some estimate data. For
these devices, reducing the length of IKE/Child SA rekeying messages
can save the bandwidth consumption. At the same time, it can also
save the computing processes by less payload are included.</t>

<t>Most devices don’t prefer to change cryptographic suites frequently.
By taking this advantage the SA and TS payloads can be made optional
at the time of rekeying IKE SAs and Child SAs. In such situation,
only a new SPI value is needed to create the new IKE SA and Child SA.
So a new Notify payload which contains the needed SPI value can be
sent instead of the SA and TS payloads.</t>

<t>In case of rekeying IKE SAs, the SA payloads can be optimized if
there is no change of cryptographic suites. In case of rekeying
Child SAs, the SA and TS payloads can be optimized if there is no
change of cryptographic suites and ACL configuration.</t>

</section>
<section anchor="conventions-used-in-this-document" title="Conventions Used in This Document">

<section anchor="requirements-language" title="Requirements Language">

<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>

</section>
</section>
<section anchor="protocol-details" title="Protocol Details">

<t>This section provides protocol details and contains the normative
parts.</t>

<t>Before using this new optimization, the IPSec implementation who
supports it has to know that the peer also supports it. Without the
support on both sides, the optimized rekeying messages sent by one
peer may be unrecognizable for the other peer. To stop this failure
from happening, the first step is to negotiate the support of this
optimization between the two peers. There are two specific rekeying
SAs cases: rekeying IKE SAs and rekeying Child SAs. After the
negotiation, it’s up to the initiator to decide at which case to
optimize the rekeying messages. The initiator can optimize the
rekeying message payloads in both cases, or just in one case. The
responder can react based on the received rekeying message.</t>

<section anchor="negotiation" title="Negotiation of Support for Optimizing Optional Payload at Rekeying IKE SAs and Child SAs">

<t>The initiator indicates its support for optimizing optional payloads
at rekeying IKE SAs and Child SAs by including a Notify payload of
type MINIMAL_REKEY_SUPPORTED in the IKE_AUTH request message. By
observing the MINIMAL_REKEY_SUPPORTED notification in the received
message, the responder can deduce the initiator’s support of this
extension. If the responder also supports this extension, it
includes the MINIMAL_REKEY_SUPPORTED notification in the
corresponding response message. After receiving the response
message, the initiator can also know the support of this extension of
the responder side.</t>

<t>The IKE_AUTH message exchange in this case is shown below:</t>

<figure><artwork><![CDATA[
Initiator                         Responder
--------------------------------------------------------------------
HDR, SK {IDi, [CERT,] [CERTREQ,]
    [IDr,] AUTH, SAi2, TSi, TSr,
    N(MINIMAL_REKEY_SUPPORTED)} -->
                              <-- HDR, SK {IDr, [CERT,] AUTH,
                                      SAr2, TSi, TSr,
                                      N(MINIMAL_REKEY_SUPPORTED)}
]]></artwork></figure>

<t>If the responder doesn’t support this extension, it MUST ignore the
MINIMAL_REKEY_SUPPORTED notification sent by the initiator and MUST
NOT respond error to the initiator. With no MINIMAL_REKEY_SUPPORTED
notification in the response message, the initiator can deduce that
the responder doesn’t support this extension. In this case, the IKE
SAs and Child SAs rekeyings happen as the usual way without the
optimizations defined in this document.</t>

<t>The IKE_AUTH message exchange in this case is shown below:</t>

<figure><artwork><![CDATA[
Initiator                         Responder
--------------------------------------------------------------------
HDR, SK {IDi, [CERT,] [CERTREQ,]
    [IDr,] AUTH, SAi2, TSi, TSr,
    N(MINIMAL_REKEY_SUPPORTED)} -->
                              <-- HDR, SK {IDr, [CERT,] AUTH,
                                      SAr2, TSi, TSr}
]]></artwork></figure>

</section>
<section anchor="payload-optimization-at-rekeying-ike-sas" title="Payload Optimization at Rekeying IKE SAs">

<t>The payload optimization at rekeying IKE SAs MUST NOT be used unless
both peers have indicated their support of this extension by using
the negotiation method described in <xref target="negotiation"/>. If the initiator
decides to optimize the payloads at the time of rekeying IKE SAs,
then it includes the SA_UNCHANGED notification in its CREATE_CHILD_SA
exchange message. If the initiator decides not to do the
optimization, then it just sends the rekeying request message as the
original way, the rekeying is conducted as <xref target="RFC7296"/> defined.</t>

<section anchor="ikerekeynochange" title="Rekeying IKE SAs When No Change of Initiator and Responder’s Cryptographic Suites">

<t>At the time of rekeying an IKE SA, when the initiator determines
there is no change on its cryptographic suites since this IKE SA was
created or last rekeyed, it MAY send the SA_UNCHANGED notification
payload instead of the SA payloads in the rekeying request message.
In this SA_UNCHANGED notification, it contains the initiator’s new
Security Parameter Index (SPI) used for creating the new IKE SA.</t>

<t>After receiving the initiator’s rekeying request message with the
SA_UNCHANGED notification and no SA payloads, the responder knows
that the initiator wants to optimize the rekeying payload. Then when
it determines that there is also no change in its cryptographic
suites, the responder MAY send the rekeying respond message to the
initiator with the SA_UNCHANGED notification payload instead of the
SA payloads. In this SA_UNCHANGED notification, it contains the
responder’s new SPI used for creating the new IKE SA.</t>

<t>According to the initiator’s new SPI and the responder’s new SPI, the
initiator and the responder can rekey the IKE SA on both sides.</t>

<t>The CREATE_CHILD_SA message exchange in this case is shown below:</t>

<figure><artwork><![CDATA[
Initiator                         Responder
--------------------------------------------------------------------
HDR, SK {N(SA_UNCHANGED), Ni, KEi} -->
                              <-- HDR, SK {N(SA_UNCHANGED), Nr, KEr}
]]></artwork></figure>

<t>The initiator sends a SA_UNCHANGED notification payload, a Nonce
payload and a Diffie-Hellman value in the KEi payload. A new
initiator SPI is supplied in the SPI field of the SA_UNCHANGED
notification payload.</t>

<t>The responder replies (using the same Message ID to respond) with a
SA_UNCHANGED notification payload, a Nonce payload and a Diffie-Hellman
value in the KEr payload. A new responder SPI is supplied in
the SPI field of the SA_UNCHANGED notification payload.</t>

<t>This SA_UNCHANGED notification MUST be included in a CREATE_CHILD_SA
exchange message when there is no SA payloads included. When the
SA_UNCHANGED notification payload is included, the SA payload MUST
NOT be included.</t>

</section>
<section anchor="rekeying-ike-sas-when-responders-cryptographic-suites-changed" title="Rekeying IKE SAs When Responder’s Cryptographic Suites Changed">

<t>At the time of or before rekeying IKE SAs, the responder’s
cryptographic suites may be changed while there is no change of
initiator’s cryptographic suites. New cryptographic suites may be
added to the responder, or some outdated cryptographic suites may be
deleted from the responder. In this situation, the initiator MAY
send the SA_UNCHANGED notification payload instead of the SA payloads
in the CREATE_CHILD_SA request message at the time of rekeying IKE
SAs.</t>

<t>If the responder decides to continue using the previously negotiated
cryptographic suite to rekey the IKE SA, it MAY send the SA_UNCHANGED
notification payload in the CREATE_CHILD_SA response message, then
the rekeying is conducted like the way described in <xref target="ikerekeynochange"/>.</t>

<t>If the responder decides to re-negotiate the cryptographic suite, it
MUST send NO_PROPOSAL_CHOSEN notification payload in the
CREATE_CHILD_SA response message. After receiving this error
notification, the initiator MUST retry the CREATE_CHILD_SA exchange
with the SA payloads. Then the rekeying is conducted in the original
way defined in <xref target="RFC7296"/>. The CREATE_CHILD_SA message exchange in
this case is shown below:</t>

<figure><artwork><![CDATA[
Initiator                         Responder
--------------------------------------------------------------------
HDR, SK {N(SA_UNCHANGED), Ni, KEi} -->
                              <-- HDR, SK {N(NO_PROPOSAL_CHOSEN),
                                      Nr, KEr}
HDR, SK {SA, Ni, KEi} -->
                              <-- HDR, SK {SA, Ni, KEi}
]]></artwork></figure>

<t>Besides, if the responder only supports the Child SA rekeying
optimization and doesn’t support the IKE SA rekeying optimization, it
can also follow the way described above, i.e., it MUST send
NO_PROPOSAL_CHOSEN notification payload in the CREATE_CHILD_SA
response message when receiving the SA_UNCHANGED notification at the
time of rekeying IKE SAs.</t>

</section>
</section>
<section anchor="payload-optimization-at-rekeying-child-sas" title="Payload Optimization at Rekeying Child SAs">

<t>The payload optimization at rekeying Child SAs MUST NOT be used
unless both peers have indicated their support of this extension by
using the negotiation method described in <xref target="negotiation"/>. If the
initiator decides to optimize the payloads at the time of rekeying
Child SAs, then it includes the SA_TS_UNCHANGED notification in its
CREATE_CHILD_SA exchange message. If the initiator decides not to do
the optimization, then it just sends the rekeying request message as
the original way, the rekeying is conducted as <xref target="RFC7296"/> defined.</t>

<t>This SA_TS_UNCHANGED notification MUST be included in a
CREATE_CHILD_SA exchange message when there is no SA and TS payloads
included. The new Child SA is created with the SPI value in the
SA_TS_UNCHANGED notification.</t>

<section anchor="childrekeynochange" title="Rekeying Child SAs When No Change of Initiator and Responder’s Cryptographic Suites and ACL Configuration">

<t>At the time of rekeying Child SAs, the initiator MAY send the
SA_TS_UNCHANGED notification payload instead of the SA and TS
payloads when there is no change in its cryptographic suites and ACL
configuration since last negotiation. After receiving the
initiator’s request message with the SA_TS_UNCHANGED notification,
the responder MAY respond to the initiator with the SA_TS_UNCHANGED
notification payload instead of the SA and TS payloads if there is
also no change in its cryptographic suites and ACL configuration
since last negotiation.</t>

<t>At the time of rekeying a Child SA, when the initiator determines
there is no change in its cryptographic suites and ACL configuration
since this Child SA was created or last rekeyed, it MAY send the
SA_TS_UNCHANGED notification payload instead of the SA and TS
payloads in the rekeying request message. In this SA_TS_UNCHANGED
notification, it contains the initiator’s new Security Parameter
Index (SPI) used for creating the new Child SA.</t>

<t>After receiving the initiator’s rekeying request message with the
SA_TS_UNCHANGED notification and no SA and TS payloads, the responder
knows that the initiator wants to optimize the rekeying payload.
Then when it determines that there is also no change in its
cryptographic suites and ACL configuration, the responder MAY send
the rekeying respond message to the initiator with the
SA_TS_UNCHANGED notification payload instead of the SA and TS
payloads. In this SA_TS_UNCHANGED notification, it contains the
responder’s new SPI used for creating the new Child SA.</t>

<t>According to the initiator’s new SPI and the responder’s new SPI, the
initiator and the responder can rekey the Child SA on both sides.</t>

<t>The CREATE_CHILD_SA message exchange in this case is shown below:</t>

<figure><artwork><![CDATA[
Initiator                         Responder
--------------------------------------------------------------------
HDR, SK {N(REKEY_SA), N(SA_TS_UNCHANGED),
    Ni, [KEi,]} -->
                              <-- HDR, SK {N(SA_TS_UNCHANGED),
                                      Nr, [KEr,]}
]]></artwork></figure>

<t>This SA_TS_UNCHANGED notification MUST be included in a
CREATE_CHILD_SA exchange message when there is no SA and TS payloads
included at the time of rekeying Child SAs. When the SA_TS_UNCHANGED
notification payload is included, the SA and TS payloads MUST NOT be
included.</t>

</section>
<section anchor="rekeying-child-sas-when-responders-cryptographic-suites-or-acl-configuration-changed" title="Rekeying Child SAs When Responder’s Cryptographic Suites or ACL Configuration Changed">

<t>At the time of or before rekeying Child SAs, the responder’s
cryptographic suites or ACL configuration may be changed while there
is no change of initiator’s cryptographic suites and ACL
configuration. In this situation, the initiator MAY send the
SA_TS_UNCHANGED notification payload instead of the SA and TS
payloads in the CREATE_CHILD_SA request message at the time of
rekeying Child SAs.</t>

<t>If the responder decides to continue using the previously negotiated
cryptographic suite and Traffic Selectors to rekey the Child SA, it
MAY send the SA_TS_UNCHANGED notification payload in the
CREATE_CHILD_SA response message, then the rekeying is conducted like
<xref target="childrekeynochange"/>.</t>

<t>If the responder decides to re-negotiate the cryptographic suite or
Traffic Selectors, it MUST send NO_PROPOSAL_CHOSEN notification
payload in the CREATE_CHILD_SA response message. After receiving
this error notification, the initiator MUST retry the CREATE_CHILD_SA
exchange with the SA and TS payloads. Then the rekeying is conducted
in the original way defined in <xref target="RFC7296"/>. The CREATE_CHILD_SA
message exchange in this case is shown below:</t>

<figure><artwork><![CDATA[
Initiator                         Responder
--------------------------------------------------------------------
HDR, SK {N(SA_TS_UNCHANGED), Ni, KEi} -->
                              <-- HDR, SK {N(NO_PROPOSAL_CHOSEN),
                                      Nr, KEr}
HDR, SK {N(REKEY_SA), SA, Ni, [KEi,]
    TSi, TSr}   -->
                             <--  HDR, SK {SA, Nr, [KEr,]
                                      TSi, TSr}
]]></artwork></figure>

<t>Besides, if the responder only supports the IKE SA rekeying
optimization and doesn’t support the Child SA rekeying optimization,
it can also follow the way described above, i.e., it MUST send
NO_PROPOSAL_CHOSEN notification payload in the CREATE_CHILD_SA
response message when receiving the SA_TS_UNCHANGED notification at
the time of rekeying Child SAs.</t>

</section>
</section>
</section>
<section anchor="payload-formats" title="Payload Formats">

<section anchor="minimalrekeysupported-notification" title="MINIMAL_REKEY_SUPPORTED Notification">

<t>The MINIMAL_REKEY_SUPPORTED notification is used by the initiator and
responder to inform their ability of optimizing optional payload at
the time of rekeying IKE SAs and Child SAs to the peers. It is
formatted as follows:</t>

<figure><artwork><![CDATA[
                     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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Next Payload  |C|  RESERVED   |         Payload Length        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Protocol ID(=0)| SPI Size (=0) |      Notify Message Type      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t><list style="symbols">
  <t>Protocol ID (1 octet) - MUST be 0.</t>
  <t>SPI Size (1 octet) - MUST be 0, meaning no SPI is present.</t>
  <t>Notify Message Type (2 octets) - MUST be &lt;Need to get value from IANA&gt;, the value assigned for the MINIMAL_REKEY_SUPPORTED notification.</t>
</list></t>

<t>This notification contains no data.</t>

</section>
<section anchor="saunchanged-notification" title="SA_UNCHANGED Notification">

<t>The SA_UNCHANGED notification is used to replace the SA payloads at
the time of rekeying IKE SAs when there is no change of cryptographic
suites in initiator or responder. It is formatted as follows:</t>

<figure><artwork><![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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Next Payload  |C|  RESERVED   |         Payload Length        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Protocol ID    | SPI Size (=8) |      Notify Message Type      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                Security Parameter Index (SPI)                 |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t><list style="symbols">
  <t>Protocol ID (1 octet) - MUST be 1.</t>
  <t>SPI Size (1 octet) - MUST be 8.</t>
  <t>Notify Message Type (2 octets) - MUST be &lt;Need to get value from IANA&gt;, the value assigned for the SA_UNCHANGED notification.</t>
  <t>SPI (8 octets) - Security Parameter Index. The initiator sends initiator SPI. The responder sends responder SPI.</t>
</list></t>

</section>
<section anchor="satsunchanged-notification" title="SA_TS_UNCHANGED Notification">

<t>The SA_TS_UNCHANGED notification is used to replace the SA payloads
and TS payloads at the time of rekeying Child SAs when there is no
change of cryptographic suites and ACL configuration in initiator or
responder. It is formatted as follows:</t>

<figure><artwork><![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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Next Payload  |C|  RESERVED   |         Payload Length        |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|Protocol ID    | SPI Size (=4) |      Notify Message Type      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                Security Parameter Index (SPI)                 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork></figure>

<t><list style="symbols">
  <t>Protocol ID (1 octet) - MUST be either (2) to indicate AH or (3) to indicate ESP.</t>
  <t>SPI Size (1 octet) - MUST be 4.</t>
  <t>Notify Message Type (2 octets) - MUST be &lt;Need to get value from IANA&gt;, the value assigned for the SA_TS_UNCHANGED notification.</t>
  <t>SPI (4 octets) - Security Parameter Index. The initiator sends initiator SPI. The responder sends responder SPI.</t>
</list></t>

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

<t>This document defines two new Notify Message Types in the “IKEv2
Notify Message Types - Status Types” registry. IANA is requested to
assign codepoints in this registry.</t>

<figure><artwork><![CDATA[
NOTIFY messages: status types            Value
----------------------------------------------------------
MINIMAL_REKEY_SUPPORTED                  TBD
SA_UNCHANGED                             TBD
SA_TS_UNCHANGED                          TBD
]]></artwork></figure>

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

<t>TBD</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<abstract><t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t></abstract>
</front>
<seriesInfo name='BCP' value='14'/>
<seriesInfo name='RFC' value='2119'/>
<seriesInfo name='DOI' value='10.17487/RFC2119'/>
</reference>



<reference  anchor="RFC8174" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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="RFC7296" target='https://www.rfc-editor.org/info/rfc7296'>
<front>
<title>Internet Key Exchange Protocol Version 2 (IKEv2)</title>
<author initials='C.' surname='Kaufman' fullname='C. Kaufman'><organization /></author>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<author initials='Y.' surname='Nir' fullname='Y. Nir'><organization /></author>
<author initials='P.' surname='Eronen' fullname='P. Eronen'><organization /></author>
<author initials='T.' surname='Kivinen' fullname='T. Kivinen'><organization /></author>
<date year='2014' month='October' />
<abstract><t>This document describes version 2 of the Internet Key Exchange (IKE) protocol.  IKE is a component of IPsec used for performing mutual authentication and establishing and maintaining Security Associations (SAs).  This document obsoletes RFC 5996, and includes all of the errata for it.  It advances IKEv2 to be an Internet Standard.</t></abstract>
</front>
<seriesInfo name='STD' value='79'/>
<seriesInfo name='RFC' value='7296'/>
<seriesInfo name='DOI' value='10.17487/RFC7296'/>
</reference>




    </references>

    <references title='Informative References'>





<reference anchor="I-D.mglt-6lo-diet-esp-requirements">
<front>
<title>Requirements for Diet-ESP the IPsec/ESP protocol for IoT</title>

<author initials='D' surname='Migault' fullname='Daniel Migault'>
    <organization />
</author>

<author initials='T' surname='Guggemos' fullname='Tobias Guggemos'>
    <organization />
</author>

<author initials='C' surname='Bormann' fullname='Carsten Bormann'>
    <organization />
</author>

<date month='July' day='8' year='2016' />

<abstract><t>IPsec/ESP is used to secure end-to-end communications.  This document lists the requirements Diet-ESP should meet to design IPsec/ESP for IoT.</t></abstract>

</front>

<seriesInfo name='Internet-Draft' value='draft-mglt-6lo-diet-esp-requirements-02' />
<format type='TXT'
        target='http://www.ietf.org/internet-drafts/draft-mglt-6lo-diet-esp-requirements-02.txt' />
</reference>




    </references>



  </back>

<!-- ##markdown-source:
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
Z28MTSCkODfYQcMeA6fKg5S9huUyPhWWq2B+wTpOsUcXb4Y3j1r6Xza4pJ+v
e//2pn/dO8efhy+7r1+7H/SIZgN+u3zz2gzAn/Jbzy4vLnqDc303XGWlSxfd
n+Af3OKjy6ub/uWg+/rRBgBS/IELjjAKAe8g0Cg3qyJoPj8DAnf8hN3d/c6Q
aMAj/cuz4++ewC8rSMp6NfJ3/SvlMkQ7nuAsPAwRYBYyBaBo4SJAE1YRQ4sZ
rV9Z4nMuwJ9D5fAZUhhhKSDJUoJsOUUK9EidWAthYAk+UuAk1X79XEww7WTK
IQPGlPEgHbKGDSKVkfNFKPKstZohvOm0rBD0ZpxI7m0Ur3SCtARDJxNvKNAW
iWk2NbnJ5Hbk0nGKgBGYHOd58wY8MwpggFCgHbApXMdk8yxKIMdPI9iDpe40
F0YDCQSZB+RJ44Xe9ARUlmHBSAxxRhkJVtISTGQCGAwoscA4gv1Z/qoxysk+
obkA4TztgTDpShiCBpxG0y3Ke6B28ja4aCj52It2RFPEAChLK1HWXfTgtjtJ
heHkHsXGdARZA6jpgtjbDH1b4pcxpZAA1gaQB2sZ7ETkQZZoNU+3bChf5+58
JgQf/45mo3xLDlTSmJk22ELK9bdMIRQTJcerNDtOAew+CkRiCCpUopCFNYM2
Yo2FXFY4R8fg0cCrNbA+McZCj7jU0uJNrh92ZfNwCki2Lbmxu8eejj9YhMv1
IYHSYD2jqCpR3rpxvq4rUBeu9wYrb0+rmtwhRcAhvJwAkUKl64VgF/1B/6L7
+u1171Xvp7fDN1dXl9c3vXNX373qve2+uXnJiCWA9q3i2PM12H6kRLK0fKlu
qgiXxl2idmXRIs2GmbBlLvuWDJCNiaIvko9uBJN4l4pIEc/qT0ozFUGFAtkN
R6/HtgZRKXXfXQAux4lZyHBx+BHiwilJx5rerFWTHVXaejFGSGiDkBvgkcuv
7VjYLoJix5X91nw2uGzF7HIaxbG0SWUkgI5Ta+c/4IOExgpV97m2C1Mf4qM/
zcbL8+sWG75id/1z2WI/n/Wub1q/6H8h87d+wZ4UYz/3zxO4jHuD0V150gKO
I/F/SUuPGBzUWPLwA2u3/6QH1X/+2G4zT5QkF4XW3HW7/Qy7yaZouz9bhLem
AeOUPT2IhdLU3zrMprczolJyGun6GLxwL4e3ObToqYg4OF+zgVTKCMJEkuic
URisczny2poFsfFYBRTFmKoKFocTPC1Hwy6VEIt2gdCymKczaxFQLd4qk/lt
dylTGUDzimMDwiMrfn5HYjiRUX0t/VukfmGR6oUZ0AOb7y99zlaR/K0xXZYt
jd9I2bauYbbll0VY6DcbRHx0022GnQHLE6gfJZMtGQGClHi6jgS/iWr674Ua
5e7O5ycfXPp0AdZsaOZHlLbA9RxP21Hut0iSCLGnkGiH3bdvBmcvu4MXFdkV
2dDZda9703t79rL/+vztsItZ3oSEy69laZkVFuYj1hpvBiMFOYlDdBKQLVBF
8lriOibQYZZETmWkg71VvAXjE4IrG5tCUJd52P2FMs8EvyGbjzc5IzVnBzGA
ja28+wWMdaH7FWilUJMPdU1+91jeChImirWOiGt2aywDmKmXblHNuaFDIC1z
kFhV9yO0dSp7A+B4BMRwg2nIrDj2x6hXEyCFD7kycSACnY+6P5ENtvuEO5Cp
6MT4BcM2O3aoQUPC1a6ju3J+QVxknlD3Qm6wPesre1qBR4TiHTsYXvUPdSAj
hadtW9qXN6n0SUEFMywuVeuOmGa0Q9aHEHoNmMzTTplgI7kkA5vwze2/4tiV
KYe7E8dMSLVXRP4DDDr1vMYV9dpziMrm7iMr3AdLe/SfsowF3/D0oXmG1Udq
gtzbgdHQFoypdidUad7SY/d3F68Ytf5CLcX9fMI/Par0PZqLO4VUrNQq62Jj
dOkUx8RpoafiWEkJgn+N5GRw4FvvsMUGkOFf9eT9ucXmTAnO5HOFYnGvUwvf
7YUtKtABOnOYQ7Nxdi4nEynaL0UYzsFqpg2uYQ72kMdiVyNTvjY6itSVcijz
81q8TI9G5PiZy1Zi4HZyu7HcgxKBkyp2YDuC5lzjwrhH/1yfDNL4Qx2OfBtc
lfXAtqmh2SjpISnpwZN0Uw2aF23VQ6Vs+alX/VCic6P8bIb6t7t5jEvCLtUW
s5o56HFnuHtoEuexN5aPHrySzZN1BzvZSUE0dwkqaAd440g3kKsPRQo4hmSh
gliYjq3WG53fhKKgMXdo4QUB4WL12ckAvGTLQs0GD8w5U0FC6kLSYSLUeQFx
mq2zBCKkowFqGBdmypNLfuxVysOQ/ej0aQc1qkllvg+hTuhaGc83mG49laeS
uFPdd8grBMyFMsryswI8fBZLGWcqXOct8aDSzBo0iolpO0esRixWu9uKXkJk
WwZVTD4EWk1TYXlfKpw2GPeHndpJRLt4KlChBN2SJCShLQ8u315dX15dDqE+
Pnt5OewN6qyvoWHXpquaklhAYtOmqM4Nf0SZEpEm60rtCvcUqUe/PDJ1YyuN
alUbm9kaC2Yhlbu2iV9R6VOFPcgJ2vb/DTvZ9JTD/RuOjsq4CTH2HiyNf3NO
j54Lc2Qny0FC559ek16wjectSkdmyAyqunuO0To3Kxb/GF2uwz6Jw9D02IsR
zkfxEkOxIzp51xTjEfPmfQJyM/uXA1Jn/2IluKWwM+3Fum5LZ9+WlWts7t20
yluh5bZVs6H7Vuxj2lYwicoLowe1rXwC/NC2VfkRisrG1c1we+9qE4Yf0rvS
melje1dmlk/Qu7Lst373lQR4tzIqCXDpuRV3TKc7D8TzHUbgFkyPKU8++XND
OWuuFX2T/ubu/tHtOfvIzJn/yAy7ezzGJfZv25We7SkwRcePtm9zC1nU+s6f
fN40ypYOTunhIDwZ9beq+4LU+/MCt/J8tMzf67pfWx2xVT4HQg3ZvtHG4w11
U9ayyx3PgvlPVEElsbv/tfXRKqgBqrW3tcPrnOUhLd4Hy0ig7qJyxfOw3NX6
/XRuu6sL7Hf16q29RyOYbfaBkUzu0wj2HlH8dK3geu3l3eCSp5YK8GaDusLs
4U1hohK6K8zu3RSuqf0rPa6uVVyq5qp7xRWx/8n8r9a/PnXjuOhD/xutYxfo
/4ebx+ZIuoul2UHJora8wkLnZ6h0Wr88sKlcNel+NRssm8Cyfgf6i+BotZ0k
70FE90rKnmm3oqNZTrxeYeLxxV3Ubid/A9/bpG/3aniWqNs+LU+zaJFI1fdB
Yb+lp8Z390Fr6Np+vcl/XOq+X5fSe4Q0d65/bJ+SBE/4BB/GHYpQjEElqti9
zOkXtfNKDcx9tLVfO89UhNtbmPi6TEWt8Wkalgz7hhvaKHZNdnUx/eP9vVq3
G6WD6fTpZ88e3sX0Dmf8Lmb5ZY8dzUzXb/er7ns1M93Dob+ubLmRy76gfmYh
l9v+pE7belb37Bf8vFtaFLbU73T5eF8pK542u0+LtNTo3LtBuvkqW6HHRI9z
/BpapFsKHvMg6Bb6YV6dMZL8QK+9KNM8rXskdlCALM1y93tePH/lt4hG9GJz
bmOAXP2OvemX8pEMscBEUlH/PkD9dmveStUlgnnJpJ9Sm0K/2W9agNroysOV
Sv89rrh2UnHtG7j/CEafsG/YE/Yte8q+Y8/Y9/e51mz8U/sj/2s23rOBeJc6
o7P3Z+8BD3vD3vVfwGLwu5PYDnmt3wE1n/efRgr3vlb//OCfjw7fU2k2xJoa
f7VSmDc27DMVN/i2xieUwgLOH5gnDjs4ZjFksPSQtV2hcNTBUbmMVUNaEKoc
X4aiwkA/dAGESulHnP9QuZmDEz2R8mf66x8HQh+8T0Vq+rd0et7vDrp//ZPO
5voyV0pOI1Mep3uGYt7ILgSoK8VBfHo92CBB4SCmKvy3PMVqYp5olH4HvnQm
ujtu61qw5Xcz7QN01Ehx4EJ/aCN/3gDjnO0K86PfgvyTBznN6gf5s88V5Ple
zWfHo6vlz/uKKe75+dxodbwbrZ59PkiqhQcn5cEzb8k685Rfo9QHf4Wn/fQQ
7z0wGlJ4Es4DtQJ1qsG1LYecO6Gt2Si3ZnY2hDbA7mFvopch0KNXv2HgF4SB
T35FGPhZAUxIjAGAokNdDugnKFj3Jebzg2+KV3vDq9149+Sz4t22I3YDeU8+
M+SR5Ni+xdpaw0T+RxK8v1U20SdVq9j/myG+wlyL8hH9mSyodKvGwKZSnmZK
//qI4V9dU2my7mg5pDvUJi0DVJIW6S+3LWKJ52y21+PuzNFpcHnT/+En94I9
/gFFWiulpb3PX9BCH9PjqX81dONz8/y89FDyto8dXfCU7aPdy3i5v1SYE0fq
v4c24uPbxv8Ab4h2KQtTAAA=

-->

</rfc>

