Re: [TLS] WGLC for draft-ietf-tls-md5-sha1-deprecate

Alessandro Ghedini <alessandro@ghedini.me> Thu, 23 April 2020 17:47 UTC

Return-Path: <alessandro@ghedini.me>
X-Original-To: tls@ietfa.amsl.com
Delivered-To: tls@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3B8CF3A0DA7 for <tls@ietfa.amsl.com>; Thu, 23 Apr 2020 10:47:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=ghedini.me
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 JRd72Ao6mNfN for <tls@ietfa.amsl.com>; Thu, 23 Apr 2020 10:47:29 -0700 (PDT)
Received: from blastoise.ghedini.me (blastoise.ghedini.me [45.32.158.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 698683A0DA6 for <tls@ietf.org>; Thu, 23 Apr 2020 10:47:29 -0700 (PDT)
Received: from localhost (unknown [IPv6:2a02:8010:6241:1:ac3a:6185:15e7:ef83]) by blastoise.ghedini.me (Postfix) with ESMTPSA id 5E7EEDF538; Thu, 23 Apr 2020 17:47:22 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ghedini.me; s=mail; t=1587664042; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mN0Hu+D5HPOmjQSekf7shlZ2ilTmgaxy2fDJQ3FdHRU=; b=W33R8IeJLNIu4TUyhAgutoQeOA9EkNteYPxZVsakD/0ZWu2hgYEPDg/O6B1t43ZzXatd8L HCfgcuJarusJ7PvCACfaVRozhyTQVMGFUjOkb2veWgOHm5ES4RQwLOttQNsZa7poVNE+yP nTKn3CtYTBp5Uy+hnYxQJ7TWRW4x0H0=
Date: Thu, 23 Apr 2020 18:47:18 +0100
From: Alessandro Ghedini <alessandro@ghedini.me>
To: Karthik Bhargavan <karthikeyan.bhargavan@inria.fr>
Cc: Ilari Liusvaara <ilariliusvaara@welho.com>, tls@ietf.org
Message-ID: <20200423174718.GB11390@sokka.flat11.house>
References: <508EEDF7-73D2-4BE6-AFBA-710E5A5AB41F@sn3rd.com> <315F2BCF-11E0-4FBD-8420-865F29A66AD1@akamai.com> <CAF8qwaDoLGm+SjPE8T3UaQ0HY_M+EuU=GuWGaxGaPwvqCDKxgQ@mail.gmail.com> <fe0d54d8-a923-4a77-be9a-3b263d7efeb7@redhat.com> <20191123134005.GA1224585@LK-Perkele-VII> <D93AFE0F-8E85-4D73-8253-05E2EAA7C353@inria.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <D93AFE0F-8E85-4D73-8253-05E2EAA7C353@inria.fr>
Archived-At: <https://mailarchive.ietf.org/arch/msg/tls/pDvNuQCaVJXoeE8imwxLr_1e1no>
Subject: Re: [TLS] WGLC for draft-ietf-tls-md5-sha1-deprecate
X-BeenThere: tls@ietf.org
X-Mailman-Version: 2.1.29
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: <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, 23 Apr 2020 17:47:34 -0000

On Sat, Nov 23, 2019 at 05:32:36PM +0100, Karthik Bhargavan wrote:
> This is a bit of a shameless plug, but I think it is important to cite papers that show that the use of weak hash functions for TLS signatures is actually exploitable.
> 
> As far as I know, the last round of deprecating MD5 in TLS signatures was triggered by the SLOTH attack:
> 
> https://www.mitls.org/pages/attacks/SLOTH
> 
> The associated paper explains how weak hash functions can allow an attacker to break protocols like TLS, SSH, etc.
> 
> https://www.mitls.org/downloads/transcript-collisions.pdf
> 
> This probably deserves to be added to the references of this draft.
> 
> @inproceedings{BhargavanL16,
>   author    = {Karthikeyan Bhargavan and Gaetan Leurent},
>   title     = {Transcript Collision Attacks: Breaking Authentication in TLS, IKE, and SSH},
>   booktitle = {Proceedings of the {ISOC} Network and Distributed System Security Symposium ({NDSS} '16)},
>   month     = {Feb},
>   year      = {2016},
>   url       = {
> http://www.mitls.org/downloads/transcript-collisions.pdf
> }
> }

Thanks, I made https://github.com/tlswg/draft-ietf-tls-md5-sha1-deprecate/pull/6
to add a reference to this paper as well.

Cheers