Re: [TLS] (no subject)

Ilari Liusvaara <ilariliusvaara@welho.com> Thu, 09 March 2017 12:50 UTC

Return-Path: <ilariliusvaara@welho.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 7CA6F129526 for <tls@ietfa.amsl.com>; Thu, 9 Mar 2017 04:50:01 -0800 (PST)
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, RP_MATCHES_RCVD=-0.001] autolearn=unavailable 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 ty4Z9q3bm6jd for <tls@ietfa.amsl.com>; Thu, 9 Mar 2017 04:50:00 -0800 (PST)
Received: from welho-filter1.welho.com (welho-filter1.welho.com [83.102.41.23]) by ietfa.amsl.com (Postfix) with ESMTP id B0C8812957B for <tls@ietf.org>; Thu, 9 Mar 2017 04:41:17 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by welho-filter1.welho.com (Postfix) with ESMTP id F14071F33F; Thu, 9 Mar 2017 14:41:14 +0200 (EET)
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
Received: from welho-smtp2.welho.com ([IPv6:::ffff:83.102.41.85]) by localhost (welho-filter1.welho.com [::ffff:83.102.41.23]) (amavisd-new, port 10024) with ESMTP id o2EfCiR1Qtkz; Thu, 9 Mar 2017 14:41:14 +0200 (EET)
Received: from LK-Perkele-V2 (87-92-51-204.bb.dnainternet.fi [87.92.51.204]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by welho-smtp2.welho.com (Postfix) with ESMTPSA id BF05521C; Thu, 9 Mar 2017 14:41:14 +0200 (EET)
Date: Thu, 09 Mar 2017 14:41:08 +0200
From: Ilari Liusvaara <ilariliusvaara@welho.com>
To: Hubert Kario <hkario@redhat.com>
Message-ID: <20170309124108.GA31263@LK-Perkele-V2.elisa-laajakaista.fi>
References: <CABcZeBN_orTCuVoqg_KRQqRBvMXNzp=yT64W=d2M3D8r2=uoKg@mail.gmail.com> <30393367.Vf37kWhi1s@pintsize.usersys.redhat.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
In-Reply-To: <30393367.Vf37kWhi1s@pintsize.usersys.redhat.com>
User-Agent: Mutt/1.5.23 (2014-03-12)
Sender: ilariliusvaara@welho.com
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/7-inv6oON7I9LtrB_kB6a1zATjw>
Cc: tls@ietf.org
Subject: Re: [TLS] (no subject)
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: Thu, 09 Mar 2017 12:50:01 -0000

On Thu, Mar 09, 2017 at 12:50:03PM +0100, Hubert Kario wrote:
> On Thursday, 9 February 2017 22:17:33 CET Eric Rescorla wrote:
> > Hi folks,
> > 
> > We need to close on an issue about the size of the
> > state in the HelloRetryRequest. Because we continue the transcript
> > after HRR, if you want a stateless HRR the server needs to incorporate
> > the hash state into the cookie. However, this has two issues:
> 
> Isn't the whole CH2 supposed to be deterministically created from CH1 and HRR?

No.

Neither CH1 nor CH2 are deterministic w.r.t. one another.

> So you should be able (as the server) to recreate the CH1 given the hash (or 
> better yet, keyed HMAC) of the CH1 fairly easily? Bonus point: you 
> automatically reject technically malformed CH2 messages (ones with more 
> changes than prescribed) as you won't be able to create a CH1 that creates the 
> matching HMAC.

Actually, you can't create CH1 from just CH2. Back some versions it was
merely very annoying to do so, now (as in -18), you can't do it at all.


-Ilari