Re: [Lwip] [IPsec] The LWIG WG has placed draft-mglt-lwig-minimal-esp in state "Call For Adoption By WG Issued"

Michael Richardson <mcr+ietf@sandelman.ca> Fri, 31 August 2018 15:50 UTC

Return-Path: <mcr+ietf@sandelman.ca>
X-Original-To: lwip@ietfa.amsl.com
Delivered-To: lwip@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5F16B130E20; Fri, 31 Aug 2018 08:50:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OHT8y9P02_3i; Fri, 31 Aug 2018 08:50:24 -0700 (PDT)
Received: from tuna.sandelman.ca (tuna.sandelman.ca [IPv6:2607:f0b0:f:3:216:3eff:fe7c:d1f3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2B6EC130DD1; Fri, 31 Aug 2018 08:50:23 -0700 (PDT)
Received: from sandelman.ca (obiwan.sandelman.ca [IPv6:2607:f0b0:f:2::247]) by tuna.sandelman.ca (Postfix) with ESMTP id 7170220496; Fri, 31 Aug 2018 12:08:38 -0400 (EDT)
Received: by sandelman.ca (Postfix, from userid 179) id 2FF871723; Fri, 31 Aug 2018 11:50:21 -0400 (EDT)
Received: from sandelman.ca (localhost [127.0.0.1]) by sandelman.ca (Postfix) with ESMTP id 2D2BC1221; Fri, 31 Aug 2018 11:50:21 -0400 (EDT)
From: Michael Richardson <mcr+ietf@sandelman.ca>
To: ipsec@ietf.org, lwip@ietf.org
In-Reply-To: <23433.17795.580382.531001@fireball.acr.fi>
References: <CAP_kZQqckPJhCn083sg8=PVpiO_+Ke=GhOKre=qujkk4k=dU7A@mail.gmail.com> <CADZyTk=dtJS7bS8oJtSa1bW-Xv3-AkuboX1QoJTFG+DyuN94ow@mail.gmail.com> <CAP_kZQrnmJJaLtzSJ5MeDYSme2mV6sAfGZrE5tnx8P6hbMib7g@mail.gmail.com> <23433.17795.580382.531001@fireball.acr.fi>
X-Mailer: MH-E 8.6; nmh 1.7+dev; GNU Emacs 24.5.1
X-Face: $\n1pF)h^`}$H>Hk{L"x@)JS7<%Az}5RyS@k9X%29-lHB$Ti.V>2bi.~ehC0; <'$9xN5Ub# z!G,p`nR&p7Fz@^UXIn156S8.~^@MJ*mMsD7=QFeq%AL4m<nPbLgmtKK-5dC@#:k
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-="; micalg="pgp-sha256"; protocol="application/pgp-signature"
Date: Fri, 31 Aug 2018 11:50:21 -0400
Message-ID: <31759.1535730621@localhost>
Archived-At: <https://mailarchive.ietf.org/arch/msg/lwip/YCOarxVWCUjizWcqgs5iQUzn0O4>
Subject: Re: [Lwip] [IPsec] The LWIG WG has placed draft-mglt-lwig-minimal-esp in state "Call For Adoption By WG Issued"
X-BeenThere: lwip@ietf.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: "Lightweight IP stack. Official mailing list for IETF LWIG Working Group." <lwip.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lwip>, <mailto:lwip-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lwip/>
List-Post: <mailto:lwip@ietf.org>
List-Help: <mailto:lwip-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lwip>, <mailto:lwip-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 31 Aug 2018 15:50:26 -0000

Tero Kivinen <kivinen@iki.fi> wrote:
    > number. Also window size is need only if you have out of order packets,
    > and you care about replay protection. Both of them are something that
    > might not be something that constrained device cares.

    > For example it might have internal replay protection for the messages
    > it sends, so it does not need to care whether there is replays on the
    > IPsec level, thus it can drop the whole replay protection checks
    > completely. Or it might work on the environment where out of order
    > deliver is not possible, thus it can just keep window size to 1.

For instance, if one has a single CoAP session active, then there will be in
essence only one packet in flight in either direction, so maybe there is no
re-ordering possible.  (Yes, there can be retransmits)

    > On the other hand sender is REQUIRED to send sequence numbers in such
    > way they are monotonically incrementing (not necessarely by one), and
    > if it has any kind of other monotonically incrementing counter like
    > clock, it can use that to generate the sequence numbers and get rid of
    > the requirement to store outgoing sequence number to the flash.

I agree that this would work well.

    > So as those are not really used in non-constrained devices, I do not
    > think there is that big different in constrained devices. Again all of
    > this depends on the environment. For example some kind of door sensor
    > might want to keep sending packets every n seconds just not to leak out
    > when the door was opened and closed, but it might just use real packets
    > instead of dummy packets. I.e., it might be configured to send the door
    > status every 30 seconds, and in that packet it tells whether door is
    > now open or closed, and whether what transitions happened during last
    > 30 seconds.

Good point, and this makes the packet the same size as well, and uses less code.

--
]               Never tell me the odds!                 | ipv6 mesh networks [
]   Michael Richardson, Sandelman Software Works        | network architect  [
]     mcr@sandelman.ca  http://www.sandelman.ca/        |   ruby on rails    [


--
Michael Richardson <mcr+IETF@sandelman.ca>, Sandelman Software Works
 -= IPv6 IoT consulting =-