Re: [Uta] Ben Campbell's Yes on draft-ietf-uta-email-deep-09: (with COMMENT)

Ben Campbell <ben@nostrum.com> Fri, 27 October 2017 03:21 UTC

Return-Path: <ben@nostrum.com>
X-Original-To: uta@ietfa.amsl.com
Delivered-To: uta@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 41A40138BD8; Thu, 26 Oct 2017 20:21:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.88
X-Spam-Level:
X-Spam-Status: No, score=-1.88 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
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 LNVecMmvJig5; Thu, 26 Oct 2017 20:21:38 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 4974513F632; Thu, 26 Oct 2017 20:21:38 -0700 (PDT)
Received: from [10.0.1.82] (cpe-66-25-7-22.tx.res.rr.com [66.25.7.22]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v9R3La5e056278 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 26 Oct 2017 22:21:36 -0500 (CDT) (envelope-from ben@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host cpe-66-25-7-22.tx.res.rr.com [66.25.7.22] claimed to be [10.0.1.82]
From: Ben Campbell <ben@nostrum.com>
Message-Id: <022D12E0-005E-4394-A295-2BBC1AE36767@nostrum.com>
Content-Type: multipart/signed; boundary="Apple-Mail=_20408F21-9BD6-49A4-833B-DEB66826C5EE"; protocol="application/pgp-signature"; micalg="pgp-sha512"
Mime-Version: 1.0 (Mac OS X Mail 11.0 \(3445.1.7\))
Date: Thu, 26 Oct 2017 22:21:03 -0500
In-Reply-To: <4C69A185-64DF-4582-85F5-4042AB4011A1@oracle.com>
Cc: Keith Moore <moore@network-heretics.com>, The IESG <iesg@ietf.org>, draft-ietf-uta-email-deep@ietf.org, uta-chairs@ietf.org, leifj@sunet.se, uta@ietf.org
To: Chris Newman <chris.newman@oracle.com>
References: <150890043943.4826.1231789714314673059.idtracker@ietfa.amsl.com> <8777cf4c-499f-71b2-7da6-02f08d208bde@network-heretics.com> <4C69A185-64DF-4582-85F5-4042AB4011A1@oracle.com>
X-Mailer: Apple Mail (2.3445.1.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/uta/gvfwX6t-K-qD_JLgGb8D8rfUqcA>
Subject: Re: [Uta] Ben Campbell's Yes on draft-ietf-uta-email-deep-09: (with COMMENT)
X-BeenThere: uta@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: UTA working group mailing list <uta.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/uta>, <mailto:uta-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/uta/>
List-Post: <mailto:uta@ietf.org>
List-Help: <mailto:uta-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/uta>, <mailto:uta-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Oct 2017 03:21:40 -0000


> On Oct 26, 2017, at 5:44 PM, Chris Newman <chris.newman@oracle.com> wrote:
> 
>> My inclination is to remove the "client has determined that the certificate can be safely used" clause, but I'd like to see what Chris suggests here.
> 
> Here's an attempt to reword without using the term "safely" which I agree is not ideal:
> 
> ...  An MUA MUST NOT provide a client certificate during the
>   TLS handshake unless the server requests one and the MUA has
>   been authorized to use that client certificate with that account.
>   Having the end-user explicitly configure a client certificate for use
>   with a given account is sufficient to meet this requirement. However,
>   installing a client certificate for use with one account MUST NOT
>   automatically authorize use of that certificate with other accounts.
>   This is not intended to prohibit site-specific authorization mechanisms,
>   such as a site-administrator-controlled mechanism to authorize use of a
>   client certificate with a given account, or a domain-name matching
>   mechanism.
> 
> The issue is that some TLS libraries have a general pool of client certificates visible to the library (Mozilla NSS works this way, and I happen to like this design). Use of a client certificate with the wrong server causes both privacy and interoperability problems. There's presently no standardized mechanism that an TLS client library can use to identify a particular client certificate as authorized for use with a given server. On the flip site, requiring explicit end-user configuration of a client certificate with each account adds to the already user-hostile experience of client certificates. We really want to allow more user-friendly mechanisms to authorize use of a client certificate with a given account, so we need a rule that protects privacy/interoperability but doesn't prohibit UI innovation. I'm open to suggestions for better wording.
> 

That’s more clear, thanks!

Ben.