Re: [TLS] Still missing: TLS_ECDH_anon_WITH_AES_xxx_GCM_SHAxxx

mrex@sap.com (Martin Rex) Thu, 13 March 2014 19:24 UTC

Return-Path: <mrex@sap.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 0A1911A09B3 for <tls@ietfa.amsl.com>; Thu, 13 Mar 2014 12:24:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.552
X-Spam-Level:
X-Spam-Status: No, score=-6.552 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, RCVD_IN_DNSWL_HI=-5, SPF_HELO_PASS=-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 j3LGE9BtZa-W for <tls@ietfa.amsl.com>; Thu, 13 Mar 2014 12:23:59 -0700 (PDT)
Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [155.56.68.140]) by ietfa.amsl.com (Postfix) with ESMTP id 7FBBE1A0990 for <tls@ietf.org>; Thu, 13 Mar 2014 12:23:59 -0700 (PDT)
Received: from mail05.wdf.sap.corp by smtpde02.sap-ag.de (26) with ESMTP id s2DJNjBJ018049 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Mar 2014 20:23:45 +0100 (MET)
In-Reply-To: <5321FAB1.2070309@gmail.com>
To: Yaron Sheffer <yaronf.ietf@gmail.com>
Date: Thu, 13 Mar 2014 20:23:45 +0100
X-Mailer: ELM [version 2.4ME+ PL125 (25)]
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="US-ASCII"
Message-Id: <20140313192345.5F4D91AC4A@ld9781.wdf.sap.corp>
From: mrex@sap.com
X-SAP: out
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/8iQwUchV0J2z25ylu8Bb8IPr6GY
Cc: Manuel Pégourié-Gonnard <mpg@polarssl.org>, "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Still missing: TLS_ECDH_anon_WITH_AES_xxx_GCM_SHAxxx
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: mrex@sap.com
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: <http://www.ietf.org/mail-archive/web/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, 13 Mar 2014 19:24:04 -0000

I strongly frown upon the idea of resurrecting DH_anon cipher suites
from their cold grave, let alone adding new cruft.

Generate Server Keys on the fly just like SSH does.  Resurrecting
DH_anon turns an initial-leap-of-faith into eternal-leaps-of-faith.

-Martin


Yaron Sheffer wrote:
> 
> this is about much more than anon-DH cipher suites. The proposal that if 
> the client doesn't see a DANE certificate, it can initiate a TLS 
> connection with (only) anon-DH means that even if the server does have a 
> PKIX certificate (maybe it's old and has not heard of TLSA yet:-), the 
> client will not be able to get an authenticated connection with it. So 
> we will probably need these cipher suites combined with additional TLS 
> signaling, as well as certificate pinning, to allow clients to juggle 
> securely between authenticated and anonymous TLS.
> 
> Thanks,
> 	Yaron
> 
> On 03/13/2014 07:02 AM, Nico Williams wrote:
> [...]
> 
> >
> > In the SMTP case when there's no TLSA RRs in the DNS for the server
> > and the server has no certificates, the client may prefer to use anon
> > DH/ECDH.  Considering that e-mail has historically had very poor
> > privacy protection, that would be a huge step up.  But today an SMTP
> > client can't get high-performance ECDH and AEAD ciphers :(