Re: [TLS] A la carte handshake negotiation

Nico Williams <nico@cryptonector.com> Mon, 29 June 2015 12:55 UTC

Return-Path: <nico@cryptonector.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 CD5361A902D for <tls@ietfa.amsl.com>; Mon, 29 Jun 2015 05:55:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.666
X-Spam-Level:
X-Spam-Status: No, score=-1.666 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, IP_NOT_FRIENDLY=0.334, RCVD_IN_DNSWL_NONE=-0.0001] 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 KmtjyZD9Ssy6 for <tls@ietfa.amsl.com>; Mon, 29 Jun 2015 05:55:41 -0700 (PDT)
Received: from homiemail-a86.g.dreamhost.com (sub4.mail.dreamhost.com [69.163.253.135]) by ietfa.amsl.com (Postfix) with ESMTP id BDF251A902A for <tls@ietf.org>; Mon, 29 Jun 2015 05:55:41 -0700 (PDT)
Received: from homiemail-a86.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a86.g.dreamhost.com (Postfix) with ESMTP id 2E5F13600B8; Mon, 29 Jun 2015 05:55:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cryptonector.com; h=date :from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=cryptonector.com; bh=oGe9riq8Kh1aEl L4HZQWRiqiiLU=; b=BcxKaQS+TB5wVMZhX0J/EnMAxwmwXdJtCCilOp4BujYIaX Qm6aHjLo4rqMR9DfRnF7VG39lLC8/x3vRYvn7GQrSrLcnu1zOMhgSOAtSvjC6MOd SSzFBDFKlGvSrfrNIYPvPfpjIe37tjjyLiNalJIREk78ce+zQPnK47oXwipsg=
Received: from localhost (108-207-244-174.lightspeed.austtx.sbcglobal.net [108.207.244.174]) (Authenticated sender: nico@cryptonector.com) by homiemail-a86.g.dreamhost.com (Postfix) with ESMTPA id AE297360087; Mon, 29 Jun 2015 05:55:40 -0700 (PDT)
Date: Mon, 29 Jun 2015 07:55:40 -0500
From: Nico Williams <nico@cryptonector.com>
To: Peter Gutmann <pgut001@cs.auckland.ac.nz>
Message-ID: <20150629125538.GR6117@localhost>
References: <201506111558.21577.davemgarrett@gmail.com> <20150626221456.GK6117@localhost> <CAF8qwaAkBAXDkhd3zU=uO1t-dv7iu0bhb9bH28JHROrWp98SEA@mail.gmail.com> <201506261924.24454.davemgarrett@gmail.com> <20150627014034.GL6117@localhost> <20150627080928.GA7886@LK-Perkele-VII> <20150628050607.GN6117@localhost> <20150628074403.GA13633@LK-Perkele-VII> <20150629055023.GP6117@localhost> <14e3e898220.276b.b9f769d0c6fd5b2dd1c91644b008d34c@cs.auckland.ac.nz>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <14e3e898220.276b.b9f769d0c6fd5b2dd1c91644b008d34c@cs.auckland.ac.nz>
User-Agent: Mutt/1.5.21 (2010-09-15)
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/AA093t-lGwgC6skOPLxB4bO84-o>
Cc: "<tls@ietf.org>" <tls@ietf.org>
Subject: Re: [TLS] A la carte handshake negotiation
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: Mon, 29 Jun 2015 12:55:44 -0000

On Mon, Jun 29, 2015 at 08:58:11AM +0000, Peter Gutmann wrote:
> Nico Williams <nico@cryptonector.com> writes:
> >On Sun, Jun 28, 2015 at 10:44:03AM +0300, Ilari Liusvaara wrote:
> >
> >>"Chinese menus" with coupled choices are classical source of interop
> >>problems.
> >
> >It's worked for SSHv2.
> 
> It worked for SSH because implementations use algorithm groups in
> highly stereotyped ways, so you have a de facto interop profile. Try
> negotiating e.g. RC4+SHA in one direction and AES+SHA2 in the other
> and see how quickly the wheels fall off.

That was an idiotic mistake that nobody takes advantage of.