[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipsec
Subject:    Re: [IPsec] [Lwip] I-D Action: draft-ietf-lwig-minimal-esp-03.txt
From:       Daniel Migault <mglt.ietf () gmail ! com>
Date:       2021-03-24 15:23:10
Message-ID: CADZyTkmQYHGMfNYYC4dNg3adt6+0S6BrfVSShodNj3Dtc3-9UQ () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

Please find below the updated version of the draft as detailed in [1] and
[2] as well as some nits.
The main changes are that we introduced some more context on
the constraints a device may have which could clarify the motivations for
the optimizations that were detailed. This includes the context being
provided in the abstract, introduction, as well as for SPI, SN sections.

Having not heard any feedbacks to [1] and [2] I believe these updates
address the concerns raised.

Yours,
Daniel

[1] https://mailarchive.ietf.org/arch/msg/lwip/IHyy2OCA-hWWfjxDrkX-x1yAvFI/
[2] https://mailarchive.ietf.org/arch/msg/lwip/vBtGKO_0GU_SUNkfu-iSUC-Bq9A/

On Wed, Mar 24, 2021 at 11:11 AM <internet-drafts@ietf.org> wrote:

>
> A New Internet-Draft is available from the on-line Internet-Drafts
> directories.
> This draft is a work item of the Light-Weight Implementation Guidance WG
> of the IETF.
>
>         Title           : Minimal ESP
>         Authors         : Daniel Migault
>                           Tobias Guggemos
>         Filename        : draft-ietf-lwig-minimal-esp-03.txt
>         Pages           : 14
>         Date            : 2021-03-24
>
> Abstract:
>    This document describes a minimal implementation of the IP
>    Encapsulation Security Payload (ESP) defined in RFC 4303.  Its
>    purpose is to enable implementation of ESP with a minimal set of
>    options to remain compatible with ESP as described in RFC 4303.  A
>    minimal version of ESP is not intended to become a replacement of the
>    RFC 4303 ESP.  Instead, a minimal implementation is expected to be
>    optimized for constrained environment while remaining interoperable
>    with implementations of RFC 4303 ESP.  Constrains include among other
>    limiting the number of flash writes, handling frequent wakeup / sleep
>    states, limiting wakeup time, or reducing the use of random
>    generation.
>
>    This document describes what is required from RFC 4303 ESP as well as
>    various ways to optimize compliance with RFC 4303 ESP.
>
>    This document does not update or modify RFC 4303, but provides a
>    compact description of how to implement the minimal version of the
>    protocol.  If this document and RFC 4303 conflicts, then RFC 4303 is
>    the authoritative description.
>
>
> The IETF datatracker status page for this draft is:
> https://datatracker.ietf.org/doc/draft-ietf-lwig-minimal-esp/
>
> There are also htmlized versions available at:
> https://tools.ietf.org/html/draft-ietf-lwig-minimal-esp-03
> https://datatracker.ietf.org/doc/html/draft-ietf-lwig-minimal-esp-03
>
> A diff from the previous version is available at:
> https://www.ietf.org/rfcdiff?url2=draft-ietf-lwig-minimal-esp-03
>
>
> Please note that it may take a couple of minutes from the time of
> submission
> until the htmlized version and diff are available at tools.ietf.org.
>
> Internet-Drafts are also available by anonymous FTP at:
> ftp://ftp.ietf.org/internet-drafts/
>
>
> _______________________________________________
> Lwip mailing list
> Lwip@ietf.org
> https://www.ietf.org/mailman/listinfo/lwip
>


-- 
Daniel Migault
Ericsson

[Attachment #5 (text/html)]

<div dir="ltr">Hi,  <div><br></div><div>Please find below the updated version of the \
draft as detailed  in [1] and [2] as well as some nits.  </div><div>The main changes \
are that we introduced some more context on the  constraints  a device may have which \
could clarify the motivations for the optimizations that were detailed. This includes \
the context being provided in the abstract, introduction, as well as for SPI, SN \
sections.</div><div><br></div><div>Having not heard any feedbacks  to [1] and [2] I \
believe these updates address the concerns raised.       </div><div>     \
</div><div>Yours,  <br>Daniel</div><div><br></div><div>[1]  <a \
href="https://mailarchive.ietf.org/arch/msg/lwip/IHyy2OCA-hWWfjxDrkX-x1yAvFI/">https:/ \
/mailarchive.ietf.org/arch/msg/lwip/IHyy2OCA-hWWfjxDrkX-x1yAvFI/</a></div><div>[2]  \
<a href="https://mailarchive.ietf.org/arch/msg/lwip/vBtGKO_0GU_SUNkfu-iSUC-Bq9A/">https://mailarchive.ietf.org/arch/msg/lwip/vBtGKO_0GU_SUNkfu-iSUC-Bq9A/</a> \
</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, \
Mar 24, 2021 at 11:11 AM &lt;<a \
href="mailto:internet-drafts@ietf.org">internet-drafts@ietf.org</a>&gt; \
wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px \
0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br> A New \
Internet-Draft is available from the on-line Internet-Drafts directories.<br> This \
draft is a work item of the Light-Weight Implementation Guidance WG of the IETF.<br> \
<br>  Title                 : Minimal ESP<br>
            Authors              : Daniel Migault<br>
                                       Tobias Guggemos<br>
            Filename            : draft-ietf-lwig-minimal-esp-03.txt<br>
            Pages                 : 14<br>
            Date                  : 2021-03-24<br>
<br>
Abstract:<br>
     This document describes a minimal implementation of the IP<br>
     Encapsulation Security Payload (ESP) defined in RFC 4303.   Its<br>
     purpose is to enable implementation of ESP with a minimal set of<br>
     options to remain compatible with ESP as described in RFC 4303.   A<br>
     minimal version of ESP is not intended to become a replacement of the<br>
     RFC 4303 ESP.   Instead, a minimal implementation is expected to be<br>
     optimized for constrained environment while remaining interoperable<br>
     with implementations of RFC 4303 ESP.   Constrains include among other<br>
     limiting the number of flash writes, handling frequent wakeup / sleep<br>
     states, limiting wakeup time, or reducing the use of random<br>
     generation.<br>
<br>
     This document describes what is required from RFC 4303 ESP as well as<br>
     various ways to optimize compliance with RFC 4303 ESP.<br>
<br>
     This document does not update or modify RFC 4303, but provides a<br>
     compact description of how to implement the minimal version of the<br>
     protocol.   If this document and RFC 4303 conflicts, then RFC 4303 is<br>
     the authoritative description.<br>
<br>
<br>
The IETF datatracker status page for this draft is:<br>
<a href="https://datatracker.ietf.org/doc/draft-ietf-lwig-minimal-esp/" \
rel="noreferrer" target="_blank">https://datatracker.ietf.org/doc/draft-ietf-lwig-minimal-esp/</a><br>
 <br>
There are also htmlized versions available at:<br>
<a href="https://tools.ietf.org/html/draft-ietf-lwig-minimal-esp-03" rel="noreferrer" \
target="_blank">https://tools.ietf.org/html/draft-ietf-lwig-minimal-esp-03</a><br> <a \
href="https://datatracker.ietf.org/doc/html/draft-ietf-lwig-minimal-esp-03" \
rel="noreferrer" target="_blank">https://datatracker.ietf.org/doc/html/draft-ietf-lwig-minimal-esp-03</a><br>
 <br>
A diff from the previous version is available at:<br>
<a href="https://www.ietf.org/rfcdiff?url2=draft-ietf-lwig-minimal-esp-03" \
rel="noreferrer" target="_blank">https://www.ietf.org/rfcdiff?url2=draft-ietf-lwig-minimal-esp-03</a><br>
 <br>
<br>
Please note that it may take a couple of minutes from the time of submission<br>
until the htmlized version and diff are available at <a href="http://tools.ietf.org" \
rel="noreferrer" target="_blank">tools.ietf.org</a>.<br> <br>
Internet-Drafts are also available by anonymous FTP at:<br>
<a href="ftp://ftp.ietf.org/internet-drafts/" rel="noreferrer" \
target="_blank">ftp://ftp.ietf.org/internet-drafts/</a><br> <br>
<br>
_______________________________________________<br>
Lwip mailing list<br>
<a href="mailto:Lwip@ietf.org" target="_blank">Lwip@ietf.org</a><br>
<a href="https://www.ietf.org/mailman/listinfo/lwip" rel="noreferrer" \
target="_blank">https://www.ietf.org/mailman/listinfo/lwip</a><br> \
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" \
class="gmail_signature"><div dir="ltr"><div>Daniel \
Migault<br></div><div>Ericsson</div></div></div>



_______________________________________________
IPsec mailing list
IPsec@ietf.org
https://www.ietf.org/mailman/listinfo/ipsec


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic