Re: [TLS] Resumption Contexts and 0-RTT Finished

Benjamin Kaduk <bkaduk@akamai.com> Wed, 20 July 2016 15:16 UTC

Return-Path: <bkaduk@akamai.com>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EFA6212D924 for <tls@ietfa.amsl.com>; Wed, 20 Jul 2016 08:16:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.987
X-Spam-Level:
X-Spam-Status: No, score=-3.987 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-1.287, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=akamai.com
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 WTR6tU5Nh5nq for <tls@ietfa.amsl.com>; Wed, 20 Jul 2016 08:16:55 -0700 (PDT)
Received: from prod-mail-xrelay07.akamai.com (prod-mail-xrelay07.akamai.com [23.79.238.175]) by ietfa.amsl.com (Postfix) with ESMTP id 0EBB812D8A5 for <tls@ietf.org>; Wed, 20 Jul 2016 08:16:55 -0700 (PDT)
Received: from prod-mail-xrelay07.akamai.com (localhost.localdomain [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id DAA71433457; Wed, 20 Jul 2016 15:16:53 +0000 (GMT)
Received: from prod-mail-relay11.akamai.com (prod-mail-relay11.akamai.com [172.27.118.250]) by prod-mail-xrelay07.akamai.com (Postfix) with ESMTP id ADE1F433447; Wed, 20 Jul 2016 15:16:53 +0000 (GMT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akamai.com; s=a1; t=1469027813; bh=/Ac9Q/pgyo3V4seIxs3bAib4UelfZWX4WOUazXv4dd8=; l=1517; h=To:References:Cc:From:Date:In-Reply-To:From; b=Z9Jgsvd3mb2AuHhWc8vRXJoLxWKNoEdrO+uTLtX7KXnkT6z6WKZBkS2hC0YrvktIq 2nNM5po0gQja3zcQAeBAAZNaeNBpLY/jI9LH6aqqmLMExaSiCtGu45Yjw689H3WtlX 7DczalzCHdFIzqc1rw1rNqaDPU2mS5OK8bRqP1XQ=
Received: from [172.19.0.25] (bos-lpczi.kendall.corp.akamai.com [172.19.0.25]) by prod-mail-relay11.akamai.com (Postfix) with ESMTP id 85F911FC94; Wed, 20 Jul 2016 15:16:53 +0000 (GMT)
To: Hugo Krawczyk <hugo@ee.technion.ac.il>
References: <20160719134626.GA14259@LK-Perkele-V2.elisa-laajakaista.fi> <013101d1e1cc$253eddb0$6fbc9910$@delignat-lavaud.fr> <CADi0yUMRGF6LBauyVjp=Zn4vXft15jy+jOtjn1MsMEoEwgtQxg@mail.gmail.com>
From: Benjamin Kaduk <bkaduk@akamai.com>
Message-ID: <13ece779-79ea-6fd8-fe40-73614146b230@akamai.com>
Date: Wed, 20 Jul 2016 10:16:53 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <CADi0yUMRGF6LBauyVjp=Zn4vXft15jy+jOtjn1MsMEoEwgtQxg@mail.gmail.com>
Content-Type: multipart/alternative; boundary="------------7734455C1E575ECB8DB11416"
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/6kp8L_c3u6jaRHohS98ENJxe65A>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Resumption Contexts and 0-RTT Finished
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.17
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: <https://mailarchive.ietf.org/arch/browse/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: Wed, 20 Jul 2016 15:17:00 -0000

On 07/20/2016 12:42 AM, Hugo Krawczyk wrote:
>
> Actually, I would suggest that for any such value, we add "collision
> resistance" to the label for that derivation - this would apply to
> resumption/PSK context and to Exporter key (and possibly others)
>

Seems reasonable; space in the label is relatively cheap.

-Ben