Re: [TLS] cryptanalysis vs. encrypted parts of the TLS handshake [was: Re: Simplifying the proof]

Nikos Mavrogiannopoulos <nmav@redhat.com> Thu, 18 September 2014 14:24 UTC

Return-Path: <nmav@redhat.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 BF9DB1A0379 for <tls@ietfa.amsl.com>; Thu, 18 Sep 2014 07:24:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.554
X-Spam-Level:
X-Spam-Status: No, score=-8.554 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.652, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
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 cxYyRo5-cild for <tls@ietfa.amsl.com>; Thu, 18 Sep 2014 07:24:29 -0700 (PDT)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6C77F1A01CA for <tls@ietf.org>; Thu, 18 Sep 2014 07:24:29 -0700 (PDT)
Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8IEORd8013620 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 18 Sep 2014 10:24:27 -0400
Received: from [10.34.2.127] (dhcp-2-127.brq.redhat.com [10.34.2.127]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s8IEOPL8023224 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 18 Sep 2014 10:24:26 -0400
Message-ID: <1411050264.18523.35.camel@dhcp-2-127.brq.redhat.com>
From: Nikos Mavrogiannopoulos <nmav@redhat.com>
To: Michael Sweet <msweet@apple.com>
Date: Thu, 18 Sep 2014 16:24:24 +0200
In-Reply-To: <58A06E37-B0FB-4D53-87AD-288CF2278B42@apple.com>
References: <20140912200607.GE16660@localhost> <20140918011622.CB9391AE4C@ld9781.wdf.sap.corp> <CACsn0cmUAeof0o7b2RG=RzqpBrezYihyu-ggS7qX5M8dd5BSQA@mail.gmail.com> <58A06E37-B0FB-4D53-87AD-288CF2278B42@apple.com>
Content-Type: text/plain; charset="UTF-8"
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/f3p5O46SPEztohKHNzUh6VgYzwE
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] cryptanalysis vs. encrypted parts of the TLS handshake [was: Re: Simplifying the proof]
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: Thu, 18 Sep 2014 14:24:30 -0000

On Thu, 2014-09-18 at 07:29 -0400, Michael Sweet wrote:
> My $0.02: Would it make sense to stop treating extensions as an a la
> carte mechanism, and instead define "extension suites", much as TLS
> already groups specific combinations of cryptographic primitives that
> can be selected in cipher suites?

Well, I think we need more than your 2 cents for that. Could you
elaborate what you mean here? The extensions were put in place to
overcome the limitation of the ciphersuites that you just mentioned.

> Seems like that would limit the allowed combinations of extensions to
> those that have gone through the necessary analysis and are considered
> "safe" to use together?

Isn't that the set of all extensions that are published by this working
group?

regards,
Nikos