Re: [TLS] SNI and tickets and resumption
Martin Thomson <martin.thomson@gmail.com> Fri, 08 August 2014 21:08 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 8CDF21B279D for <tls@ietfa.amsl.com>; Fri, 8 Aug 2014 14:08:55 -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 Bg9TImpOowif for <tls@ietfa.amsl.com>; Fri, 8 Aug 2014 14:08:44 -0700 (PDT)
Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1E0461A0AE7 for <tls@ietf.org>; Fri, 8 Aug 2014 14:08:38 -0700 (PDT)
Received: by mail-wi0-f169.google.com with SMTP id n3so3086574wiv.0 for <tls@ietf.org>; Fri, 08 Aug 2014 14:08:37 -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=f5uZEoNTHrDOj0e7fVCLH32PpBY2fWz3RMNrxBVqJ/0=; b=cRsKTI6aRaHGhg0efcPEhq1adFKXDyJQOeQzxfs59/VQQjIS0j8/CXV4LZg20m+c6c Ws9aD4ExJ0ZTVuH3sC8Mc/uLh7rBph16Lj638EFuP66QURHtfHDPGSaHDvZNdHyouMVr EpZ1YaFzehrwGyt2v2TbM3gMWLWuqEWoWuwH7n0XQfblKb1PWmQAZhi/8101XXna2g9J QQnzGkL1j1+6cUIBzV8FWLTR6T7UVXkSM2BmWtOOzT3h3MoTNIWb/O7MKTa/rKEHV6dU IJqC0YKOV2mRyIZ3iwVpH7REWirAT/ngJ4bxjW5qErBC6DUQcY9WA0oQmxBXpKI1nY6Q T7Lw==
MIME-Version: 1.0
X-Received: by 10.180.92.38 with SMTP id cj6mr6864677wib.64.1407532117689; Fri, 08 Aug 2014 14:08:37 -0700 (PDT)
Received: by 10.194.6.229 with HTTP; Fri, 8 Aug 2014 14:08:37 -0700 (PDT)
In-Reply-To: <2A0EFB9C05D0164E98F19BB0AF3708C7185A0C8523@USMBX1.msg.corp.akamai.com>
References: <2A0EFB9C05D0164E98F19BB0AF3708C7185A0C850B@USMBX1.msg.corp.akamai.com> <CAMfhd9Wh6V9Q7aW4MrM8npFaCFL7F1LOU+T7JVd6YQh-zUOWdg@mail.gmail.com> <2A0EFB9C05D0164E98F19BB0AF3708C7185A0C8523@USMBX1.msg.corp.akamai.com>
Date: Fri, 08 Aug 2014 14:08:37 -0700
Message-ID: <CABkgnnULwFMg==TbhDyoyk1eZucAgcy7pQ=E90ecAk2Xs=OQyQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "Salz, Rich" <rsalz@akamai.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/Eg1WIbbTIYeBxXbtkSuS3aK5ims
Cc: Adam Langley <agl@imperialviolet.org>, "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Subject: Re: [TLS] SNI and tickets and resumption
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: Fri, 08 Aug 2014 21:08:56 -0000
On 8 August 2014 13:30, Salz, Rich <rsalz@akamai.com> wrote: > We do the same thing, but wasn't sure if it was legit. We can probably do better than that. And I'm sure that this goes beyond SNI, though that's a pretty obvious one. https://github.com/tlswg/tls13-spec/issues/76
- [TLS] SNI and tickets and resumption Salz, Rich
- Re: [TLS] SNI and tickets and resumption Adam Langley
- Re: [TLS] SNI and tickets and resumption Salz, Rich
- Re: [TLS] SNI and tickets and resumption Martin Thomson
- Re: [TLS] SNI and tickets and resumption Martin Rex
- Re: [TLS] SNI and tickets and resumption Martin Rex
- Re: [TLS] SNI and tickets and resumption Adam Langley
- Re: [TLS] SNI and tickets and resumption Martin Rex
- Re: [TLS] SNI and tickets and resumption Sajeev S
- Re: [TLS] SNI and tickets and resumption Brian Sniffen
- Re: [TLS] SNI and tickets and resumption Antoine Delignat-Lavaud
- Re: [TLS] SNI and tickets and resumption Martin Rex
- Re: [TLS] SNI and tickets and resumption Martin Rex
- Re: [TLS] SNI and tickets and resumption Viktor Dukhovni
- Re: [TLS] SNI and tickets and resumption Viktor Dukhovni