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

Nico Williams <nico@cryptonector.com> Mon, 24 November 2014 17:31 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 663A01A8748 for <tls@ietfa.amsl.com>; Mon, 24 Nov 2014 09:31:46 -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 RYahWaRP03NB for <tls@ietfa.amsl.com>; Mon, 24 Nov 2014 09:31:45 -0800 (PST)
Received: from homiemail-a34.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id D10051A8745 for <tls@ietf.org>; Mon, 24 Nov 2014 09:31:45 -0800 (PST)
Received: from homiemail-a34.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a34.g.dreamhost.com (Postfix) with ESMTP id B152910075; Mon, 24 Nov 2014 09:31:45 -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; s=cryptonector.com; bh=7eUbHhBHYKr71I 5m7G5ai3/0OgM=; b=sC0D4rGIWfiflQXKyH/EklsX6BBKMY/0qCyLJPj8mmiQxd GetTOxO4uvWz1k3t6MCDO951m/VJ1fMU+bNaMIi4nD0BAdDX/Zw862dGhBcB76lW +IxOn9hpS9eMoG7KktnkZ0rmkHIBTkDQcr8PXBchxVDIfw/1eP9Tq/3H/sCFE=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a34.g.dreamhost.com (Postfix) with ESMTPA id 4345010073; Mon, 24 Nov 2014 09:31:45 -0800 (PST)
Date: Mon, 24 Nov 2014 11:31:44 -0600
From: Nico Williams <nico@cryptonector.com>
To: Yoav Nir <ynir.ietf@gmail.com>
Message-ID: <20141124173142.GL3200@localhost>
References: <E3E12F78-101D-4BA8-9EFB-53C24362066E@ieca.com> <62165FC2-540D-48A5-A7AC-3D6D9087FDD2@gmail.com> <B773EC7F-9CE8-4A23-AE53-9F2D4264B4F2@pahtak.org> <75C82EF9-8800-453F-A489-10FD26E7F2CD@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <75C82EF9-8800-453F-A489-10FD26E7F2CD@gmail.com>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/daCjRSdUZOD5rwx-gFaqQjXsYeE
Cc: Stephen Checkoway <s@pahtak.org>, "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 17:31:46 -0000

On Mon, Nov 24, 2014 at 04:22:25PM +0200, Yoav Nir wrote:
> > The draft currently says "Clients and servers SHOULD NOT resume
> > sessions that do not use the extended master secret..." Are you
> > saying you want that to be MUST NOT?
> 
> I missed that line.
> 
> What I was suggesting was that servers MUST NOT resume sessions that
> were negotiated without the extended master secret in handshakes that
> do have the extension.

Or they must not support tls-unique CB extraction (or the key exporter)
in that case.  But I prefer the "MUST NOT resume" language.

Nico
--