Re: [dane] Improving DANE S/MIME Privacy

Viktor Dukhovni <ietf-dane@dukhovni.org> Thu, 13 April 2017 04:21 UTC

Return-Path: <ietf-dane@dukhovni.org>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E71D71293E3 for <dane@ietfa.amsl.com>; Wed, 12 Apr 2017 21:21:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, URIBL_BLOCKED=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 8IlOz6W8wlrd for <dane@ietfa.amsl.com>; Wed, 12 Apr 2017 21:21:49 -0700 (PDT)
Received: from mournblade.imrryr.org (mournblade.imrryr.org [108.5.242.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B00F6128CDB for <dane@ietf.org>; Wed, 12 Apr 2017 21:21:48 -0700 (PDT)
Received: from [172.31.31.193] (gzac12-mdf2-1.aoa.twosigma.com [208.77.215.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mournblade.imrryr.org (Postfix) with ESMTPSA id 24CB07A32F1 for <dane@ietf.org>; Thu, 13 Apr 2017 04:21:47 +0000 (UTC) (envelope-from ietf-dane@dukhovni.org)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Viktor Dukhovni <ietf-dane@dukhovni.org>
In-Reply-To: <20170413035903.GA9079@tower.spodhuis.org>
Date: Thu, 13 Apr 2017 00:21:46 -0400
Content-Transfer-Encoding: quoted-printable
Reply-To: IETF DANE Mailinglist <dane@ietf.org>
Message-Id: <CB249AD4-3B1A-4E2B-BBA6-F5F0D6BB91A0@dukhovni.org>
References: <f7332bd5-f003-c828-8f4a-0d543099c872@domblogger.net> <4BE233BA-D524-4D05-87C5-E898DD646E7C@dukhovni.org> <7AF2817A-1564-44C5-A049-4F210737760F@dukhovni.org> <20170413035903.GA9079@tower.spodhuis.org>
To: IETF DANE Mailinglist <dane@ietf.org>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dane/g9wt9oMup-ukDaOj7AU9NhsmPp8>
Subject: Re: [dane] Improving DANE S/MIME Privacy
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Apr 2017 04:21:51 -0000

> On Apr 12, 2017, at 11:59 PM, Phil Pennock <ietf-dane-phil@spodhuis.org> wrote:
> 
>> I should note that one can of course implement one's SMIMEA deployment
>> in exactly this way, something along the lines of:
>> 
>>   *._smimecert.example.net. IN SMIMEA 2 1 1 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
>> 
>> would associate the same TA public key digest with every user, and would
>> not enable user enumeration.
> 
> FWIW, I did something similar to this.  Of course, there's a chicken/egg
> problem in _getting_ the CA cert for private CAs, unless you put the
> whole cert into DNS.  And wildcards for something that large would be
> cache-unpleasant, but I did the same thing I do for TLSA records: define
> one SMIMEA record and CNAME to it elsewhere.  Much more cache friendly.
> 
> I never thought I'd see the day that I willingly chose to deploy a
> wildcard CNAME.   :^D
> 
> $ORIGIN spodhuis.org.
> *._smimecert            CNAME   _globnix-smimea
> _globnix-smimea         SMIMEA  (       ; GlobnixCA5 PKIX-less trust anchor
>        02 00 00
> ; SKIP: binary blob for an ECDSA CA
>        ; SMIMEA DANE-TA CERT FULL
>        )
> 
> I can't attest that this _works_.  As far as I know, it's entirely
> draft-spec compliant.

Note, that provided your MUA includes the issuing certificate in the
signature block (you can always make it an intermediate CA issued
by a throw-away root whose private key has been destroyed, and then
the MUA should include at least all the intermediates), there's no
need to use "SMIMEA 2 0 0" with the "large" DNS payloads that this
entails.  You get the same mileage from "SMIMEA 2 1 1".

That said, ECDSA certificates are often considerably smaller than
is the case with RSA, so "2 0 0" may be sufficient small to avoid
issues with UDP MTUs.

Still, I'd just go with "SMIMEA 2 1 1".

-- 
	Viktor.