Re: [TLS] Removing the "hint" from the Session Ticket Lifetime hint

Benjamin Kaduk <bkaduk@akamai.com> Tue, 23 February 2016 18:43 UTC

Return-Path: <bkaduk@akamai.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 A9EEF1A1B5D for <tls@ietfa.amsl.com>; Tue, 23 Feb 2016 10:43:35 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.717
X-Spam-Level:
X-Spam-Status: No, score=-0.717 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, HTTPS_HTTP_MISMATCH=1.989, RCVD_IN_DNSWL_LOW=-0.7, RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001] autolearn=ham
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 GC_vDwKd1XaE for <tls@ietfa.amsl.com>; Tue, 23 Feb 2016 10:43:33 -0800 (PST)
Received: from prod-mail-xrelay05.akamai.com (prod-mail-xrelay05.akamai.com [23.79.238.179]) by ietfa.amsl.com (Postfix) with ESMTP id 359C41A1B4B for <tls@ietf.org>; Tue, 23 Feb 2016 10:43:33 -0800 (PST)
Received: from prod-mail-xrelay05.akamai.com (localhost.localdomain [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 8BF65423784; Tue, 23 Feb 2016 18:43:32 +0000 (GMT)
Received: from prod-mail-relay10.akamai.com (prod-mail-relay10.akamai.com [172.27.118.251]) by prod-mail-xrelay05.akamai.com (Postfix) with ESMTP id 67988423766; Tue, 23 Feb 2016 18:43:32 +0000 (GMT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akamai.com; s=a1; t=1456253012; bh=zI2SGPxjcC35w3wbbERoogI56LZRoVOz8I1Loo77WXk=; l=3624; h=To:References:From:Date:In-Reply-To:From; b=JjGXbKMvUnDqnaBne6xNWdbCmFb0EmF8F2RrZr63SLcjkry6NMQ2CKrYQsyW6rHz9 HLf0sXsDUZ2DnivMr0URoh48I+UtTWsHjhmUgK1c9pvYBf5KyOFdAaFEiuUceLP1bM g4IWsfFYa4XihgPAfylWbDolHENZaJylEN1cSXoE=
Received: from [172.19.0.25] (bos-lpczi.kendall.corp.akamai.com [172.19.0.25]) by prod-mail-relay10.akamai.com (Postfix) with ESMTP id 374771FC8C; Tue, 23 Feb 2016 18:43:32 +0000 (GMT)
To: Nick Sullivan <nick@cloudflare.com>, tls@ietf.org
References: <CAFDDyk_dFOwv=GiQY7FdPqVcBR2ynN1fg0FzU8LeiYVDFPgArQ@mail.gmail.com>
From: Benjamin Kaduk <bkaduk@akamai.com>
Message-ID: <56CCA853.4070601@akamai.com>
Date: Tue, 23 Feb 2016 12:43:31 -0600
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
MIME-Version: 1.0
In-Reply-To: <CAFDDyk_dFOwv=GiQY7FdPqVcBR2ynN1fg0FzU8LeiYVDFPgArQ@mail.gmail.com>
Content-Type: multipart/alternative; boundary="------------050003090905040909030106"
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/I2a_30Ozp9GLWhZJGimPsQJ5aK4>
Subject: Re: [TLS] Removing the "hint" from the Session Ticket Lifetime hint
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: <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: Tue, 23 Feb 2016 18:43:35 -0000

On 02/23/2016 11:42 AM, Nick Sullivan wrote:
> My proposed change is to change the session ticket lifetime hint to a
> strict lifetime along the lines of the ServerConfiguration:
>

But leave it as a relative time, contrasting the absolute expiration
time of the server configuration -- why not go for full-out parallelism?

-Ben

> ticket_lifetime
> Indicates the lifetime in seconds as a 32-bit unsigned integer in
> network byte order from the time of ticket issuance. Servers MUST NOT
> use any value more than 604800 seconds (7 days). The value of zero
> indicates that the ticket should be discarded immediately. Clients
> MUST NOT cache session tickets for longer than 7 days, regardless of
> the ticket_lifetime. It MAY delete the ticket earlier based on local
> policy. A server MAY treat a ticket as valid for a shorter period of
> time than what is stated in the ticket_lifetime.
>
> The full change is on Github as a pull request:
> https://github.com/tlswg/tls13-spec/pull/424
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_tlswg_tls13-2Dspec_pull_424&d=CwMFaQ&c=96ZbZZcaMF4w0F4jpN6LZg&r=sssDLkeEEBWNIXmTsdpw8TZ3tAJx-Job4p1unc7rOhM&m=S4CFPnNBaB7swATOHOzQkIlnUwgvBaVelRwg-VJzz-g&s=IsvSLMYBUZf_IWLI_bWWg7vpIQk-qSFCzIvsMw7in_I&e=>