Re: [TLS] I-D Action: draft-ietf-tls-negotiated-ff-dhe-02.txt

Ilari Liusvaara <ilari.liusvaara@elisanet.fi> Sat, 25 October 2014 17:25 UTC

Return-Path: <ilari.liusvaara@elisanet.fi>
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 F32FF1A19F0 for <tls@ietfa.amsl.com>; Sat, 25 Oct 2014 10:25:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.679
X-Spam-Level:
X-Spam-Status: No, score=-0.679 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MIME_8BIT_HEADER=0.3, RAZOR2_CHECK=0.922, RCVD_IN_DNSWL_NONE=-0.0001, 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 Ep1KmFzUpp8U for <tls@ietfa.amsl.com>; Sat, 25 Oct 2014 10:25:08 -0700 (PDT)
Received: from emh02.mail.saunalahti.fi (emh02.mail.saunalahti.fi [62.142.5.108]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 02CD41A007F for <tls@ietf.org>; Sat, 25 Oct 2014 10:25:07 -0700 (PDT)
Received: from LK-Perkele-VII (a88-112-44-140.elisa-laajakaista.fi [88.112.44.140]) by emh02.mail.saunalahti.fi (Postfix) with ESMTP id 8DA34817FA; Sat, 25 Oct 2014 20:25:05 +0300 (EEST)
Date: Sat, 25 Oct 2014 20:25:05 +0300
From: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
To: Henrick Hellström <henrick@streamsec.se>
Message-ID: <20141025172504.GA2714@LK-Perkele-VII>
References: <20141011044948.27553.93984.idtracker@ietfa.amsl.com> <5438B82B.6090600@fifthhorseman.net> <544BD3BF.9030702@streamsec.se>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
In-Reply-To: <544BD3BF.9030702@streamsec.se>
User-Agent: Mutt/1.5.23 (2014-03-12)
Sender: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/ShIj-QVNe2EdJETh6L1Wtn-N6II
Cc: tls@ietf.org
Subject: Re: [TLS] I-D Action: draft-ietf-tls-negotiated-ff-dhe-02.txt
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: Sat, 25 Oct 2014 17:25:10 -0000

On Sat, Oct 25, 2014 at 06:45:51PM +0200, Henrick Hellström wrote:
> On 2014-10-11 06:55, Daniel Kahn Gillmor wrote:
> >I'd appreciate any comments or suggestions, and particularly review
> >related to the IANA considerations would be great.
> 
> It seems to me the the recommended Client Behavior and Server Behavior has
> to be simplified and strengthened, in order for the standard to meet the
> security objectives.
> 
> All relevant attacks here https://secure-resumption.com/ seem to involve a
> MITM server that chooses bad ServerDHParams for the server key exchange
> message.

I see two problematic cases:
1) NG SKE gets presented as EC(!) SKE.
2) NG SKE gets presented to non-NG client.


1) The message is:

00 02 01 xx 00 01 00 <length of ge> <ge>

When interpretted as elliptic curve, this has curve type of 0, which is
not valid, so handshake can't work.


2) Here it might be a better idea to have group id in generator and have
modulus of 0, instead of generator 0 and modulus being group id.

This is to make buggy software more likely to blow up.

(after swapping the fields, the EC curve type is still 0).

16-bit prime does not make certain infamous TLS library reject the
handshake!



-Ilari