Re: [TLS] 0-RTT and Anti-Replay

Ilari Liusvaara <ilari.liusvaara@elisanet.fi> Mon, 23 March 2015 17:07 UTC

Return-Path: <ilari.liusvaara@elisanet.fi>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 905311ACD8A for <tls@ietfa.amsl.com>; Mon, 23 Mar 2015 10:07:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham
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 wrmx_mlaA2fN for <tls@ietfa.amsl.com>; Mon, 23 Mar 2015 10:07:37 -0700 (PDT)
Received: from emh04.mail.saunalahti.fi (emh04.mail.saunalahti.fi [62.142.5.110]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D7A961AC3B4 for <tls@ietf.org>; Mon, 23 Mar 2015 10:07:36 -0700 (PDT)
Received: from LK-Perkele-VII (a88-112-44-140.elisa-laajakaista.fi [88.112.44.140]) by emh04.mail.saunalahti.fi (Postfix) with ESMTP id 26B821A25F3; Mon, 23 Mar 2015 19:07:33 +0200 (EET)
Date: Mon, 23 Mar 2015 19:07:33 +0200
From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
To: Viktor Dukhovni <ietf-dane@dukhovni.org>
Message-ID: <20150323170733.GA18328@LK-Perkele-VII>
References: <CABcZeBNn92Zu7Hfu5z8qD=AZDn=jUkZ3phk18G7S1z7XJNQ9sQ@mail.gmail.com> <CABkgnnWXtpuSKH-eEou9O7qncUSeuiv=4kw_GE6Um8VW3dcohQ@mail.gmail.com> <20150323083308.GL21267@localhost> <20150323144052.GF9387@mournblade.imrryr.org> <55102E3A.70300@zinks.de> <20150323152831.GG9387@mournblade.imrryr.org> <55103A6E.4060409@zinks.de> <20150323162200.GI9387@mournblade.imrryr.org> <20150323165201.GA15202@LK-Perkele-VII> <20150323165936.GK9387@mournblade.imrryr.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <20150323165936.GK9387@mournblade.imrryr.org>
User-Agent: Mutt/1.5.23 (2014-03-12)
Sender: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/u7MwDpvkIyXnA49TpcEhrouzRMA>
Cc: tls@ietf.org
Subject: Re: [TLS] 0-RTT and Anti-Replay
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: "This is the mailing list for the Transport Layer Security working group of the IETF." <tls.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tls>, <mailto:tls-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/tls/>
List-Post: <mailto:tls@ietf.org>
List-Help: <mailto:tls-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tls>, <mailto:tls-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Mar 2015 17:07:41 -0000

On Mon, Mar 23, 2015 at 04:59:36PM +0000, Viktor Dukhovni wrote:
> On Mon, Mar 23, 2015 at 06:52:01PM +0200, Ilari Liusvaara wrote:
> 
> > On Mon, Mar 23, 2015 at 04:22:00PM +0000, Viktor Dukhovni wrote:
> > > 
> > >     * If clients make 0-RTT requests to a stack that does not
> > >     support these, all connection abort when the stack requests
> > >     non-expedited data, while expedited data is pending.
> > 
> > I regard that as very bad idea. The server should reject the
> > 0-RTT data, not abort the connection, because the former can
> > sanely be handled by the client, the latter can't.
> 
> A connection on which the initial data was lost is broken.  Signalling
> such loss is simplest by dropping the connection.

No, it isn't. The client will need to handle 0-RTT being lost
anyway.

And even if the client manages to guess what went wrong (if it doesn't
non-retry error is the best case), recovering from abort much more
expensive.


-Ilari