Re: [TLS] Confirming consensus for ALPN

Adam Langley <agl@imperialviolet.org> Thu, 21 March 2013 23:58 UTC

Return-Path: <alangley@gmail.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 6DFA221F8F2E for <tls@ietfa.amsl.com>; Thu, 21 Mar 2013 16:58:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.978
X-Spam-Level:
X-Spam-Status: No, score=-1.978 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id haoqnbdR1iFw for <tls@ietfa.amsl.com>; Thu, 21 Mar 2013 16:58:58 -0700 (PDT)
Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) by ietfa.amsl.com (Postfix) with ESMTP id A348721F8E6A for <tls@ietf.org>; Thu, 21 Mar 2013 16:58:57 -0700 (PDT)
Received: by mail-la0-f46.google.com with SMTP id fq12so6279969lab.33 for <tls@ietf.org>; Thu, 21 Mar 2013 16:58:56 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SrFgwQb7Eh7rTG+RsBM8bAEuZnyoP8ANHOdNea9Iz/o=; b=gZ9BmW9XxfjWRRlfaEvkEefl0cLBRPWKkVbDGWWTvtCHJUgkOFMWPogDL48gtc/xcU XpNT4sP6FKM78aEC2EX7IbKfzZhjvRiP0BQ2ymtCNKrJj32stXJt9mUeeWs7pyuC5jeP 3Oh/TXttSUGaGrp+A6MuHb3cqxzjZu1DMmrvc5pkb3ZqfA9xV1gSwsZ58msptG8xADps UWYoWWBybtlLPY7aQUGuUird3RD2t0uEOCTp/eN8pdUqwtqw9lJQ67L2KvyXjmGMg8c6 LznC0+lup/t63yZ5BVE2ThVbtlZCXmppa38WkSdfGkN3VvCqzqBdZ/vxgjvG1/4dZZWi z3cg==
MIME-Version: 1.0
X-Received: by 10.112.42.162 with SMTP id p2mr52144lbl.103.1363910336595; Thu, 21 Mar 2013 16:58:56 -0700 (PDT)
Sender: alangley@gmail.com
Received: by 10.112.42.230 with HTTP; Thu, 21 Mar 2013 16:58:56 -0700 (PDT)
In-Reply-To: <370C9BEB4DD6154FA963E2F79ADC6F2E2796E492@DEN-EXDDA-S12.corp.ebay.com>
References: <CABcZeBOFkcW6XvFqWivn4+WSac727iNVQYBumRBmagwBRv1UXg@mail.gmail.com> <370C9BEB4DD6154FA963E2F79ADC6F2E2796E492@DEN-EXDDA-S12.corp.ebay.com>
Date: Thu, 21 Mar 2013 19:58:56 -0400
X-Google-Sender-Auth: F8_MR3B0tLgqgjRxid0UHvs9K_k
Message-ID: <CAMfhd9V+juDaA9LCU-mnG3gaj+_CLe-1gzPtbR6xaBG2Rb-MTw@mail.gmail.com>
From: Adam Langley <agl@imperialviolet.org>
To: "Hill, Brad" <bhill@paypal-inc.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Confirming consensus for ALPN
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.12
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, 21 Mar 2013 23:58:58 -0000

On Thu, Mar 21, 2013 at 5:41 PM, Hill, Brad <bhill@paypal-inc.com> wrote:
> If we start over with ALPN, it will take years for the “supply chain” to get
> us back to the point of viability that NPN is at today.

Note that the existing NPN wasn't what I was advocating: the NPN draft
differs from the current code. The NextProtocol message changed into
an EncryptedExtensions message for one in order to be more general
etc.


Cheers

AGL