Re: [TLS] Deprecate SHA1 for signatures in TLS 1.3 (was Re: TLS 1.3 draft-07 sneak peek)

Henrik Grubbström <grubba@gmail.com> Thu, 09 July 2015 14:14 UTC

Return-Path: <grubba@gmail.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 62C911A9172 for <tls@ietfa.amsl.com>; Thu, 9 Jul 2015 07:14:47 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.7
X-Spam-Level:
X-Spam-Status: No, score=-1.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, MIME_8BIT_HEADER=0.3, SPF_PASS=-0.001] 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 XPz_y8v5isxz for <tls@ietfa.amsl.com>; Thu, 9 Jul 2015 07:14:46 -0700 (PDT)
Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (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 2C3381A9239 for <tls@ietf.org>; Thu, 9 Jul 2015 07:14:44 -0700 (PDT)
Received: by lagc2 with SMTP id c2so244249764lag.3 for <tls@ietf.org>; Thu, 09 Jul 2015 07:14:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=qlJSvSwkbrK7PUc+GlB1TkXDHwSfKM1Ijxp8wiroR1o=; b=x1vvkMafDe6Qf1FkbVdAoFZHh9XBEgR2mBDIMyX7OMxsM+SYYjrUY55lq3Ue2Fsx1S bGXUnlqOJUIYaqUvwB/c+UVd0JL+I4Spy/Pv05FNryv9n4pTWNMpBLnp3SqCZ96REKfb OVv14X2cdVQmnQhPIE7C4mtLeU1ynXMASb5VfL5r6hLBtLLdtRM+BMFwJ3qrtKpPv6g0 PursWVyKfBJKC4V5sdRKNd5LZmZnSKp5/9tPgedyIu+4DM+y47/nNe6Gz6Tbh7xllWkl OQhmXdzQWUtzyVy/XZefIGoSu+R6m8GrXaW27iZ0Gym5gYOtjtnynFrXP8nXtjPi0FJZ ZILQ==
MIME-Version: 1.0
X-Received: by 10.152.181.34 with SMTP id dt2mr14966619lac.84.1436451282621; Thu, 09 Jul 2015 07:14:42 -0700 (PDT)
Received: by 10.112.148.105 with HTTP; Thu, 9 Jul 2015 07:14:42 -0700 (PDT)
In-Reply-To: <20150708180747.8C9B11A1C7@ld9781.wdf.sap.corp>
References: <201507081350.39322.davemgarrett@gmail.com> <20150708180747.8C9B11A1C7@ld9781.wdf.sap.corp>
Date: Thu, 09 Jul 2015 16:14:42 +0200
Message-ID: <CALuAYvbteowTeyWe9VneRHgyvzTRS3LfKdorWt=jmEy2k+wNqw@mail.gmail.com>
From: Henrik Grubbström <grubba@gmail.com>
To: "mrex@sap.com" <mrex@sap.com>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/61Td1YJVcAkw4lRAL_ME6NQ0Y_Y>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Deprecate SHA1 for signatures in TLS 1.3 (was Re: TLS 1.3 draft-07 sneak peek)
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: <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, 09 Jul 2015 14:14:47 -0000

On Wed, Jul 8, 2015 at 8:07 PM, Martin Rex <mrex@sap.com> wrote:
> The issue here is the (lack of the) TLSv1.2 signature_algorithms extension.
>
> Windows SChannel appears to treat the absence of this extension
> the same as the presence of an extension with (md5,rsa) (sha1,rsa) (sha1,dsa)
>
> If you send the TLSv1.2 signature_algorithms extension with the
> algorithm matching the signature of the server certificate,
> e.g. (sha256,rsa) in the above example, then a TLSv1.2 handshake will succeed.

Sounds like it is complying with the TLS v1.2 RFC. Fix your client.

-- 
Henrik Grubbström                                       grubba@grubba.org
Roxen Internet Software AB                              grubba@roxen.com