Re: [dispatch] comments on draft-bhjl-x509-srv-00

"John Levine" <johnl@taugh.com> Sat, 23 July 2016 15:53 UTC

Return-Path: <johnl@taugh.com>
X-Original-To: dispatch@ietfa.amsl.com
Delivered-To: dispatch@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4CC0912D501 for <dispatch@ietfa.amsl.com>; Sat, 23 Jul 2016 08:53:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] 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 fBoB5Tcj9GnT for <dispatch@ietfa.amsl.com>; Sat, 23 Jul 2016 08:53:46 -0700 (PDT)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D8ECA12B050 for <dispatch@ietf.org>; Sat, 23 Jul 2016 08:53:45 -0700 (PDT)
Received: (qmail 70869 invoked from network); 23 Jul 2016 15:53:44 -0000
Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 23 Jul 2016 15:53:44 -0000
Date: Sat, 23 Jul 2016 15:53:22 -0000
Message-ID: <20160723155322.14219.qmail@ary.lan>
From: John Levine <johnl@taugh.com>
To: dispatch@ietf.org
In-Reply-To: <97BA2FB1-1A0F-44E0-94E7-CB6993029AAE@iii.ca>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dispatch/epoawfrLmdStGio3RRdxN24M2yY>
Cc: fluffy@iii.ca
Subject: Re: [dispatch] comments on draft-bhjl-x509-srv-00
X-BeenThere: dispatch@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: DISPATCH Working Group Mail List <dispatch.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dispatch>, <mailto:dispatch-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dispatch/>
List-Post: <mailto:dispatch@ietf.org>
List-Help: <mailto:dispatch-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dispatch>, <mailto:dispatch-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 23 Jul 2016 15:53:48 -0000

>I like the general idea of this and it seems very good timing as we get close to LetsEncrypt
>providing free certs for email. My preference would be for this to be general enough that it worked
>for other things such and xmpp and sip that use email style addresses. They face the same problem of
>how to discover the recipients certificate. 

The cert lookup in the draft has little to do with e-mail beyond the
fact that the lookup keys are (or look like) e-mail addresses.  RFC 4387
only provides for S/MIME and PGP cert lookups.  If you can use an S/MIME
cert for xmpp or sip, perhaps that's all you need.

>I’m also a fan of the approach where if the HTTPS server has a cert for the domain example.com
><http://example.com/>, then it can use that cert to sign the actual email certs for
>fluffy@example.com <mailto:fluffy@example.com>. 

This is the semantic pit of despair I mentioned a few messages ago.
Some domains are authoritative sources of information for their e-mail
users, some aren't, and I don't see any mechanical way to tell the
difference.

For e-mail, the main use of a cert lookup would be to send encrypted
mail to someone who's never written to you.  In that scenario, between
sending plain text and encrypting to a cert that might be the user's
or might be a MITM from his e-mail provider, even the latter doesn't
make things worse.

R's,
John