Re: [core] FW: New Version Notification for draft-liu-core-coap-delay-attacks-01.txt

Carsten Bormann <cabo@tzi.org> Mon, 13 November 2017 08:42 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BF30E12706D for <core@ietfa.amsl.com>; Mon, 13 Nov 2017 00:42:03 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.199
X-Spam-Level:
X-Spam-Status: No, score=-4.199 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, URIBL_BLOCKED=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 RBTjKPvoJ1wz for <core@ietfa.amsl.com>; Mon, 13 Nov 2017 00:42:03 -0800 (PST)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B291D126B6E for <core@ietf.org>; Mon, 13 Nov 2017 00:42:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::b]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id vAD8fmXi016968; Mon, 13 Nov 2017 09:41:48 +0100 (CET)
Received: from dhcp-8241.meeting.ietf.org (dhcp-8241.meeting.ietf.org [31.133.130.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 3yb3yy4C7YzDX0B; Mon, 13 Nov 2017 09:41:46 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <D62F3164.8EBCF%goran.selander@ericsson.com>
Date: Mon, 13 Nov 2017 16:41:42 +0800
Cc: "Zhujintao (Julian)" <jintao.zhu@huawei.com>, "core@ietf.org" <core@ietf.org>
X-Mao-Original-Outgoing-Id: 532255302.576132-394ad0311bc9d51ecb924b626b4258ee
Content-Transfer-Encoding: quoted-printable
Message-Id: <8C59D27D-7CF0-4F72-9083-04481739719E@tzi.org>
References: <A6A0DD94B5AB35459C6BE3CA579AAE80326468E3@dggeml510-mbs.china.huawei.com> <D62F3164.8EBCF%goran.selander@ericsson.com>
To: Göran Selander <goran.selander@ericsson.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/kuaGICuqc4jhpKZUPuQH2OVpNBI>
Subject: Re: [core] FW: New Version Notification for draft-liu-core-coap-delay-attacks-01.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 13 Nov 2017 08:42:04 -0000

On Nov 13, 2017, at 15:07, Göran Selander <goran.selander@ericsson.com> wrote:
> 
> 3. Your draft could be implemented as an application of CoAP, i.e. in the
> CoAP payload. Considering that the freshness requirements may be very
> specific depending on use cases, maybe some parts should be left to the
> application?

(That is actually true of the nonce-based freshness, too.
Application-layer is the way nonce-based freshness is done in the Web.
The Echo option proposal just reflects that there is an advantage in having a common way of doing this.)

Grüße, Carsten