Re: [TLS] SNI and ALPN -- which firsr?

Martin Thomson <martin.thomson@gmail.com> Wed, 30 July 2014 16:22 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 64B0C1A02B9 for <tls@ietfa.amsl.com>; Wed, 30 Jul 2014 09:22:48 -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 mADCRGRVvoAP for <tls@ietfa.amsl.com>; Wed, 30 Jul 2014 09:22:44 -0700 (PDT)
Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BC651A028A for <tls@ietf.org>; Wed, 30 Jul 2014 09:22:44 -0700 (PDT)
Received: by mail-wg0-f45.google.com with SMTP id x12so1446561wgg.28 for <tls@ietf.org>; Wed, 30 Jul 2014 09:22:42 -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:content-transfer-encoding; bh=Rmrlqb3LhV1FjeUJROjmweqmLAf4xzT2/wqhMoOIIJ8=; b=M4lZjzWnSdw2XLlztlK+uLYn1r6KnhxbSncD2kFGREWuY0/XQJPNxhNmNG0WjuVEFa idQBFC8r+3CljA5TfF59/R7hkpVDS5KaygC8pSpooUMBRr//81KDlVlpaDeZE9uFuim0 HKIwAoje0GHao9l6/Oy40K73QMVLx+E3WTqvcCjs3Uo5zV9BC6+X8bjUev5SZQ79ALBN lLAZKAz8Hme7ltOXj0+dNmUJ0EEUL4f2RR+JnYpSBNm4iEm1DDns5WJ7tp+h4ZF/p6+x L5pD96UBj0Pm3VJeE3nc67/YHrB8an9vP/ltf4CWNyoXKWM4TvFunaOnVihs5BqsB3Bt cc/Q==
MIME-Version: 1.0
X-Received: by 10.194.91.228 with SMTP id ch4mr7735811wjb.59.1406737362292; Wed, 30 Jul 2014 09:22:42 -0700 (PDT)
Received: by 10.194.169.10 with HTTP; Wed, 30 Jul 2014 09:22:42 -0700 (PDT)
In-Reply-To: <2A0EFB9C05D0164E98F19BB0AF3708C718599EDDDB@USMBX1.msg.corp.akamai.com>
References: <2A0EFB9C05D0164E98F19BB0AF3708C718599EDDDB@USMBX1.msg.corp.akamai.com>
Date: Wed, 30 Jul 2014 09:22:42 -0700
Message-ID: <CABkgnnW2x9v36GkwSic6+0B=S9ZxD9X6MLq3Upqk8XqyXMOtjA@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "Salz, Rich" <rsalz@akamai.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/RG3vGon0bBSEkgwJcOXdrMzpWrE
Cc: "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Subject: Re: [TLS] SNI and ALPN -- which firsr?
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: Wed, 30 Jul 2014 16:22:48 -0000

On 29 July 2014 18:57, Salz, Rich <rsalz@akamai.com> wrote:
> Is there a fixed order for processing a hello that has both ALPN and SNI?
>
> For example, if you do ALPN first, then the SNI might end up “pointing to” a
> client with weaker ciphers than, say HTTP/2 allows.
>
> On the other hand, I can see the case that the SNI is protocol-specific, so
> you should do ALPN first.

I don't think that order of processing needs to be fixed, or the same
for different deployments.  I can imagine that some deployments might
want to have a table that uses both inputs simultaneously.  Specifying
a fixed processing order removes some flexibility.

Is there a particular reason that a fixed order would be of an advantage?