Re: [TLS] '15 TLS Fall Interim Minutes

Martin Thomson <martin.thomson@gmail.com> Thu, 24 September 2015 17:26 UTC

Return-Path: <martin.thomson@gmail.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 1C3DD1B2E0B for <tls@ietfa.amsl.com>; Thu, 24 Sep 2015 10:26:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 x4WUq2AhkkM3 for <tls@ietfa.amsl.com>; Thu, 24 Sep 2015 10:26:51 -0700 (PDT)
Received: from mail-yk0-x230.google.com (mail-yk0-x230.google.com [IPv6:2607:f8b0:4002:c07::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8AC221B2E0C for <tls@ietf.org>; Thu, 24 Sep 2015 10:26:51 -0700 (PDT)
Received: by ykdt18 with SMTP id t18so90833580ykd.3 for <tls@ietf.org>; Thu, 24 Sep 2015 10:26:51 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kh734EEzewjjbiDa1hfB56mZrKNa596gSLagpGbQo4Q=; b=bywmZjTHdzJqKfe+xD01vnt/IXvhQMh11mFd1eJLabH/JSOqDVUgc6J+5NRADzmp9y 1mNiCqHeWQhBqDj4yR0nE2Pp+fmgXfUjTRRpwyrbOrrh8RG9Ko9/H/Qguot7K0c37Bx/ TEwuRSLIjCdGcIr6TuLCprSSs9gTuHoVU4g2m+XGWDuUxDSwl87GlVkJsFe3ptXVp1rN 0mLWLGZsVKEb5CUEXn10plJ51AsfRvpzga/1vxsXNno3zvVGEA8BHsBHW234z8zfgUqH S3ZUxMwGu/yo/xNNekfNXihYoe+OohwfkFei3BtR8A7TKjPvbPC3YEKseB0fkypKp1V9 KSMw==
MIME-Version: 1.0
X-Received: by 10.129.49.3 with SMTP id x3mr878028ywx.56.1443115610942; Thu, 24 Sep 2015 10:26:50 -0700 (PDT)
Received: by 10.129.133.130 with HTTP; Thu, 24 Sep 2015 10:26:50 -0700 (PDT)
In-Reply-To: <CABcZeBOad9GDC5jQf9D5OqWyUNWi1=YdLdoCwRMayrEFOMVd0Q@mail.gmail.com>
References: <A1F63168-7736-452D-BC1B-23B665D81989@sn3rd.com> <20150923105439.GA24394@LK-Perkele-VII> <CABcZeBOad9GDC5jQf9D5OqWyUNWi1=YdLdoCwRMayrEFOMVd0Q@mail.gmail.com>
Date: Thu, 24 Sep 2015 10:26:50 -0700
Message-ID: <CABkgnnVTwArH55S6uX=T=e1bDm9s-xO6xdy_SK6P8nNj-xAhGw@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Eric Rescorla <ekr@rtfm.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/fGXJJbaVbHmf3wvba2EC2t9BJHU>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] '15 TLS Fall Interim Minutes
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: Thu, 24 Sep 2015 17:26:53 -0000

On 23 September 2015 at 08:50, Eric Rescorla <ekr@rtfm.com> wrote:
>> One thing to note: The time is 4 octets, and 32 bit time since unix
>> epoch runs out a good bit faster than what I would like.
>
>
> I will fix this.


If your fix is to make it bigger, that's just wasteful.

If your fix is to make it modulo 2^32, that's probably OK.  Any time
period that is significantly longer than we thing a configuration is
good for will do.