[TLS] Review of PR #209

Martin Thomson <martin.thomson@gmail.com> Sat, 25 July 2015 14:59 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 66AB31A1B03 for <tls@ietfa.amsl.com>; Sat, 25 Jul 2015 07:59:56 -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 QKOYwbhp9zF2 for <tls@ietfa.amsl.com>; Sat, 25 Jul 2015 07:59:55 -0700 (PDT)
Received: from mail-yk0-x22b.google.com (mail-yk0-x22b.google.com [IPv6:2607:f8b0:4002:c07::22b]) (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 E1A721A1A58 for <tls@ietf.org>; Sat, 25 Jul 2015 07:59:54 -0700 (PDT)
Received: by ykdu72 with SMTP id u72so40035056ykd.2 for <tls@ietf.org>; Sat, 25 Jul 2015 07:59:54 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=n+B569AIH8EQO3U5MSv1udN+f0TBxPZ/qdDqZINB9+E=; b=aVUheP7Lm+HDnlF7PfHSJ94+TCPl58H7RvxfJwNz8iGAaPHiFB4GUcLxs+wO7AV2EK QWScqSGN5bO3Z0N1FYAnHvGI++C/F7HiucqmbShFzyWTWk4JDHxNMvxQNeyfT1629v7J NH43xv9PqJex/wgvm1JxnQkc5YZRKlW1i4PUiHaNWsXqSg9+dOyuksQpmhsPsNZARFuW tP9eFPzWLKxBehzvzOVWNz4LUphO/wnziFE9pEQox0xzAAzKaEM17FbS/uuNiB+AwdlJ y+ArBs0uiDgIVjCKT++vzCRh5z/buS27Cggo5Mcu+nEZH7sSqocdquRgaa7hY3O9piJU GFqw==
MIME-Version: 1.0
X-Received: by 10.13.225.11 with SMTP id k11mr6998840ywe.148.1437836394307; Sat, 25 Jul 2015 07:59:54 -0700 (PDT)
Received: by 10.129.110.138 with HTTP; Sat, 25 Jul 2015 07:59:54 -0700 (PDT)
Date: Sat, 25 Jul 2015 16:59:54 +0200
Message-ID: <CABkgnnWtUjH1b3xm_peffNxNpxXE9rudJLJpn1ExNpE7B29AhA@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "tls@ietf.org" <tls@ietf.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/5xXRTAoUrHcB3koNzDLJMqkBwZA>
Subject: [TLS] Review of PR #209
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: Sat, 25 Jul 2015 14:59:56 -0000

Andrei proposes two changes in https://github.com/tlswg/tls13-spec/pull/209

The first expands the ways in which a server can identify
certificates.  This is fine.  I do wonder whether we can remove
CertificateType entirely for TLS 1.3 though (that can be done
separately).

The second is worrisome.  I don't like that a handshake message now
has two different potential locations that it might appear in.  That
seems like a hazard.  I think that we need a new content type for a
new message that can be used after the handshake completes.  Then
there are two options:
 a) remove CertificateRequest from the handshake entirely and allow
the handshake to complete before authenticating (this has a number of
hazards that make it probably worse than the duplication it addresses)
 b) use CertificateRequest within the handshake, and the new content
type outside of it