Re: [TLS] Unifying tickets and sessions

Nico Williams <nico@cryptonector.com> Thu, 23 October 2014 18:21 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 8025F1A8ACC for <tls@ietfa.amsl.com>; Thu, 23 Oct 2014 11:21:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.034
X-Spam-Level:
X-Spam-Status: No, score=0.034 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, MIME_8BIT_HEADER=0.3, 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 EYK9prKFP0Us for <tls@ietfa.amsl.com>; Thu, 23 Oct 2014 11:21:36 -0700 (PDT)
Received: from homiemail-a16.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id E4A6A1A87BB for <tls@ietf.org>; Thu, 23 Oct 2014 11:21:36 -0700 (PDT)
Received: from homiemail-a16.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a16.g.dreamhost.com (Postfix) with ESMTP id 7D0A95080BB; Thu, 23 Oct 2014 11:21:35 -0700 (PDT)
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=jVRi7am3rRXrqvJ1/mXBYbzmQP4=; b=aYgl79jdn7q tUANMvLneDP6lO79OfCEtqKtTBdxww9WmS2tOMpyCHheyRw6+fmFNkoeASWWk8cb iHYar2ujNqnvvV1Wd/jRIx5CY0Bpz1P7qo7DtzDtIlR2E02jYINVUwBy8dy2Ujj1 7+7FT/UWQ7vDUfMewqOIauUo8pNInvy8=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a16.g.dreamhost.com (Postfix) with ESMTPA id 26FB4508064; Thu, 23 Oct 2014 11:21:35 -0700 (PDT)
Date: Thu, 23 Oct 2014 13:21:31 -0500
From: Nico Williams <nico@cryptonector.com>
To: Manuel Pégourié-Gonnard <mpg@polarssl.org>
Message-ID: <20141023182129.GA3752@localhost>
References: <2A0EFB9C05D0164E98F19BB0AF3708C71D3A8C48AF@USMBX1.msg.corp.akamai.com> <5445775E.3050108@fussenegger.info> <54458113.1050304@polarssl.org> <20141020235832.GK19158@mournblade.imrryr.org> <CAK3OfOj9bZcSDdWhHGeGT0STg6XBkYaExW+rQFN-FFE4oaPLrw@mail.gmail.com> <2A0EFB9C05D0164E98F19BB0AF3708C71D3AF64EE4@USMBX1.msg.corp.akamai.com> <54483D4C.9060809@polarssl.org>
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Disposition: inline
In-Reply-To: <54483D4C.9060809@polarssl.org>
User-Agent: Mutt/1.5.21 (2010-09-15)
Content-Transfer-Encoding: quoted-printable
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/TFEeoxcVXVqOv_t8UTfsWbpVjTE
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Unifying tickets and sessions
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: Thu, 23 Oct 2014 18:21:37 -0000

On Thu, Oct 23, 2014 at 01:27:08AM +0200, Manuel Pégourié-Gonnard wrote:
> I don't think this is correct. Once the server emits the ticket (if we're
> speaking about a ticket that contains session state including the MS), it's out
> there in the clear* for an attacker to play with. That the client chooses to
> ignore the ticket doesn't change that fact.
>
> [...]
>
> * For TLS 1.2 I mean. For 1.3 that might be different.

The ticket has to always be sent in the clear during resumption,
otherwise there's no point in having session resumption with tickets :)

The key material to super-protect a ticket would have to come from
somewhere: if not the ticket, then from a slower key exchange... that
session resumption means to avoid.

Nico
--