Re: [TLS] tls 1.3: renegotiation
Martin Thomson <martin.thomson@gmail.com> Mon, 28 July 2014 21:02 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 7E2891A0271 for <tls@ietfa.amsl.com>; Mon, 28 Jul 2014 14:02:08 -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 oNlSIYfo0r3p for <tls@ietfa.amsl.com>; Mon, 28 Jul 2014 14:02:07 -0700 (PDT)
Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AC6811A0217 for <tls@ietf.org>; Mon, 28 Jul 2014 14:02:06 -0700 (PDT)
Received: by mail-wi0-f181.google.com with SMTP id bs8so5025506wib.8 for <tls@ietf.org>; Mon, 28 Jul 2014 14:02:03 -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=hYeNNKSUxzkaWvJnwxkiph+0WcUAmmU8j0DNWySoM94=; b=bQ/R0YjZj2O3fP3FFXd9/6xZkhBnU/9lryOI7c0WCU7EDizNGGltQ4lBTFay4NmBrW QaVwifg6OqnV29FsEnQtg/z4vPyCoX2eAKljBChLf07t3vEtHfOUvksGl5rh2zXBaspi 9OokzJbcddMz8sZXP3EHqmxbIxXGpsFUXQxZy/fZ31Mg/V03gECmQERCWo5L/4OmjHsI G7Yp00z969/NsFmwgBC5AjHacV/aKRrzzc+miLRy0iWvCH3nyLZC1yRLuUsV0NPKbK6d iatLQNnc724zylrEo0r9krEGlE/FlG5VfpcQVwAjm2XNxezZ0z0siKF6iHte9F0Omttd jBSA==
MIME-Version: 1.0
X-Received: by 10.180.187.197 with SMTP id fu5mr23753638wic.64.1406581323180; Mon, 28 Jul 2014 14:02:03 -0700 (PDT)
Received: by 10.194.110.6 with HTTP; Mon, 28 Jul 2014 14:02:03 -0700 (PDT)
In-Reply-To: <da5c2db0d5c248d196333718e5674685@BL2PR03MB419.namprd03.prod.outlook.com>
References: <7C3D5CF9-2B17-4953-A13D-C5E7226D13E7@ieca.com> <CABqy+so=yV9Gp8aCp3cJ8wQRmd6JC-J9raEzgw1c1UDdFT2=JQ@mail.gmail.com> <da5c2db0d5c248d196333718e5674685@BL2PR03MB419.namprd03.prod.outlook.com>
Date: Mon, 28 Jul 2014 14:02:03 -0700
Message-ID: <CABkgnnU5dg3icMwOZ95nY-L=LP0yNB-dU5t5KUVOC1WdfsL4zw@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: Andrei Popov <Andrei.Popov@microsoft.com>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/OYMTw4Ol1IQ8dFdcT4zHjuoy1s8
Cc: "TLS@ietf.org (tls@ietf.org)" <tls@ietf.org>
Subject: Re: [TLS] tls 1.3: renegotiation
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: Mon, 28 Jul 2014 21:02:08 -0000
On 28 July 2014 13:11, Andrei Popov <Andrei.Popov@microsoft.com> wrote: > It looks like one would need to deploy both TLS1.3 and HTTP/2 at the same time. Once TLS 1.3 and HTTP/2 are deployed, the way a site implements TLS client auth will depend on the combination of TLS version and HTTP version negotiated: > TLS1.3 + HTTP/2 -> New-style TLS client auth (TBD). > TLS1.3 + HTTP/1.1 -> No way to support TLS client auth? > TLS1.2 + HTTP/2 -> No way to support TLS client auth? > TLS1.2 + HTTP/1.1 -> TLS client auth via renegotiation. Client authentication is still possible, it just has to come in the opening handshake. Your concern is spontaneous client authentication. HTTP/2 forbids renegotiation entirely, but permits it before HTTP/2 starts (to allow for client certificate confidentiality, if that is desired). That means that for HTTP/2 at least, the need isn't there. They are already looking for alternatives. And it's not that alternatives don't exist, it's more the case that we disagree on the viability aspects, I think.
- [TLS] tls 1.3: renegotiation Sean Turner
- Re: [TLS] tls 1.3: renegotiation Robert Ransom
- Re: [TLS] tls 1.3: renegotiation Martin Thomson
- Re: [TLS] tls 1.3: renegotiation Andrei Popov
- Re: [TLS] tls 1.3: renegotiation Martin Thomson
- Re: [TLS] tls 1.3: renegotiation Robert Ransom
- Re: [TLS] tls 1.3: renegotiation Andrei Popov
- Re: [TLS] tls 1.3: renegotiation Martin Thomson
- Re: [TLS] tls 1.3: renegotiation Martin Thomson
- Re: [TLS] tls 1.3: renegotiation Nikos Mavrogiannopoulos