Re: [TLS] Deprecating more (DSA?) (was Re: Deprecating RC4 (was: draft-ietf-tls-encrypt-then-mac))

Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 15 April 2014 18:15 UTC

Return-Path: <dkg@fifthhorseman.net>
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 4DB501A0376 for <tls@ietfa.amsl.com>; Tue, 15 Apr 2014 11:15:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.7
X-Spam-Level:
X-Spam-Status: No, score=0.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MANGLED_BACK=2.3, MIME_8BIT_HEADER=0.3] autolearn=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 N45WqTN0RVIS for <tls@ietfa.amsl.com>; Tue, 15 Apr 2014 11:15:32 -0700 (PDT)
Received: from che.mayfirst.org (che.mayfirst.org [209.234.253.108]) by ietfa.amsl.com (Postfix) with ESMTP id 23AA01A03F5 for <tls@ietf.org>; Tue, 15 Apr 2014 11:15:32 -0700 (PDT)
Received: from [10.70.10.85] (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id B3DB1F984; Tue, 15 Apr 2014 14:15:27 -0400 (EDT)
Message-ID: <534D772F.5020908@fifthhorseman.net>
Date: Tue, 15 Apr 2014 14:15:11 -0400
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.3.0
MIME-Version: 1.0
To: Hanno Böck <hanno@hboeck.de>, Yoav Nir <ynir.ietf@gmail.com>
References: <CABcZeBOvxL7Zws0UNowViBWGaVBgfm3zXt8=dNPKffGfN3q2gA@mail.gmail.com> <20140415153435.7f82b3a0@hboeck.de> <500CA3F0-86D2-4C60-8762-4481C1400479@gmail.com> <20140415160327.7dd88945@hboeck.de>
In-Reply-To: <20140415160327.7dd88945@hboeck.de>
X-Enigmail-Version: 1.6+git0.20140323
Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="6bMwEusNP2e1BWrco5t8j6U7sb2H77ag4"
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/5e0qbe89Nc1vKCOV1l1ld746EEw
Cc: tls@ietf.org
Subject: Re: [TLS] Deprecating more (DSA?) (was Re: Deprecating RC4 (was: draft-ietf-tls-encrypt-then-mac))
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
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: Tue, 15 Apr 2014 18:15:36 -0000

On 04/15/2014 10:03 AM, Hanno Böck wrote:
> My opinion on that is that we should have multiple lines of defense.
> Sure, if the RNG is bad we should fix it. But we all know good RNGs is
> a nontrivial problem. So while fixing RNGs is a priority, we also should
> have algorithms that don't completely break so badly that they spit out
> the public key if the RNG fails.

https://tools.ietf.org/html/rfc6979 suggests a way to use DSA that
doesn't break as catastrophically if the RNG fails.

	--dkg