Re: [TLS] WGLC: draft-ietf-tls-session-hash

Nico Williams <nico@cryptonector.com> Mon, 24 November 2014 10:44 UTC

Return-Path: <nico@cryptonector.com>
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 567801A1EFD for <tls@ietfa.amsl.com>; Mon, 24 Nov 2014 02:44:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.666
X-Spam-Level:
X-Spam-Status: No, score=-1.666 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=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 ESTCwEMhjpWK for <tls@ietfa.amsl.com>; Mon, 24 Nov 2014 02:44:44 -0800 (PST)
Received: from homiemail-a27.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id 4F4FA1A1EF9 for <tls@ietf.org>; Mon, 24 Nov 2014 02:44:44 -0800 (PST)
Received: from homiemail-a27.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a27.g.dreamhost.com (Postfix) with ESMTP id 2B37A59807A; Mon, 24 Nov 2014 02:44:44 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to:content-transfer-encoding; s= cryptonector.com; bh=5pLSazagZrkM6VwDmNdWAVPQ91U=; b=mI6W9MB61IP sJAwpZpVwk/C6rKk43WeNh74HNgRIfP7Mr4vis1J/Iucbh8ODajI0hM7z4r14teu xt6r5iwVfQ/vgD7w/vyJso24M1pOD5uGElKoza4d0RC+uEBV8mz+H5/2TsFRyJOS bjGjbAIqTozZftKapTIsdrEA2TXyh4wM=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a27.g.dreamhost.com (Postfix) with ESMTPA id C52E659806A; Mon, 24 Nov 2014 02:44:43 -0800 (PST)
Date: Mon, 24 Nov 2014 04:44:43 -0600
From: Nico Williams <nico@cryptonector.com>
To: Adam Langley <agl@imperialviolet.org>
Message-ID: <20141124104441.GG3200@localhost>
References: <E3E12F78-101D-4BA8-9EFB-53C24362066E@ieca.com> <62165FC2-540D-48A5-A7AC-3D6D9087FDD2@gmail.com> <CAMfhd9V8fxZkmdMBg-h1v5McgPe8Kfxo0wVh3c5H+bvRxs3xug@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <CAMfhd9V8fxZkmdMBg-h1v5McgPe8Kfxo0wVh3c5H+bvRxs3xug@mail.gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Content-Transfer-Encoding: quoted-printable
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/ejG1gT1nBVXGteQjG1aPRo3GcJw
Cc: "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Subject: Re: [TLS] WGLC: draft-ietf-tls-session-hash
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, 24 Nov 2014 10:44:45 -0000

On Mon, Nov 24, 2014 at 02:36:22AM -0800, Adam Langley wrote:
> On Mon, Nov 24, 2014 at 12:44 AM, Yoav Nir <ynir.ietf@gmail.com> wrote:
> > Third issue: Why can’t an attacker disable this protection by simply
> > omitting the extension from both its ClientHello and ServerHello?
> 
> Writing this down might be called for too. In practice, I'm
> implementing it so that calls to get tls-unique values and the like
> will fail on resumed connections where the original session did not
> use this extension.

+1.