Re: [TLS] Call for consensus to remove anonymous DH

Viktor Dukhovni <ietf-dane@dukhovni.org> Thu, 17 September 2015 00:42 UTC

Return-Path: <ietf-dane@dukhovni.org>
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 1AA5E1A9027 for <tls@ietfa.amsl.com>; Wed, 16 Sep 2015 17:42:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] 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 t82_1oJ-pLy5 for <tls@ietfa.amsl.com>; Wed, 16 Sep 2015 17:42:07 -0700 (PDT)
Received: from mournblade.imrryr.org (mournblade.imrryr.org [38.117.134.19]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A54DA1A887A for <tls@ietf.org>; Wed, 16 Sep 2015 17:42:07 -0700 (PDT)
Received: by mournblade.imrryr.org (Postfix, from userid 1034) id 157D7284AED; Thu, 17 Sep 2015 00:42:07 +0000 (UTC)
Date: Thu, 17 Sep 2015 00:42:07 +0000
From: Viktor Dukhovni <ietf-dane@dukhovni.org>
To: tls@ietf.org
Message-ID: <20150917004206.GF21942@mournblade.imrryr.org>
References: <CAOgPGoBT9C=pWebXShqxhbOsnqK+OZe=-n-SvZ_pH-dAtRaWXQ@mail.gmail.com> <87h9mt6g42.fsf@alice.fifthhorseman.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <87h9mt6g42.fsf@alice.fifthhorseman.net>
User-Agent: Mutt/1.5.24 (2015-08-30)
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/haC0aDEPXgAkYOvggpsaMhXChSY>
Subject: Re: [TLS] Call for consensus to remove anonymous DH
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tls@ietf.org
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: Thu, 17 Sep 2015 00:42:09 -0000

On Wed, Sep 16, 2015 at 08:31:41PM -0400, Daniel Kahn Gillmor wrote:

> For those worried about computational cost: the raw public key or
> certificate themselves do not have to be valid mathematical objects if
> the peer is not inclined to check them.

That's not generally possible.  Many servers support a mixture of
clients, some of which authenticate, and others not.  If a server
agrees to a cipher that requires signatures, it needs to sign.

> The signed_params itself could
> also be all 0xff or anything you like as long as the peer isn't
> checking.  

Without "anon_(EC)DH" ciphers in the client HELLO, there's no "I'm
not checking" signal.

> For those concerned about bandwidth, these objects do not
> have to be large.

Absent a client signal, this is generally not viable.

-- 
	Viktor.