Re: [TLS] I-D Action: draft-ietf-tls-rfc4492bis-00.txt

Manuel Pégourié-Gonnard <mpg@polarssl.org> Tue, 02 December 2014 14:34 UTC

Return-Path: <mpg@polarssl.org>
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 187151A1B96 for <tls@ietfa.amsl.com>; Tue, 2 Dec 2014 06:34:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.096
X-Spam-Level: *
X-Spam-Status: No, score=1.096 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FH_RELAY_NODNS=1.451, HELO_MISMATCH_COM=0.553, MIME_8BIT_HEADER=0.3, RDNS_NONE=0.793, 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 AznJWcQKf411 for <tls@ietfa.amsl.com>; Tue, 2 Dec 2014 06:34:32 -0800 (PST)
Received: from vps2.offspark.com (unknown [141.138.204.106]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 9E5D31A1B69 for <tls@ietf.org>; Tue, 2 Dec 2014 06:34:31 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=polarssl.org; s=exim; h=Subject:Content-Transfer-Encoding:Content-Type:In-Reply-To:References:To:MIME-Version:From:Date:Message-ID; bh=LYs167qaWCs8MSXHXc/0PvNxx5QQ5GUyHv+wTWaLCbw=; b=ld9tHAnmBFBqI0RY3X8csh3pH6fmgv8Lzfrld+a2DlgkevAwXWjXaKE+5rbpkYRW7YtKZNtMKmMVoHb7JbqPzh9CVThDaawZVM7ElJ1PWfcUhBsmxAVy6umI+vjJEkcXkVOq2JU5LUZeeRCz2rU3FT56YpF9BSRop3pOF6SMyF0=;
Received: from thue.elzevir.fr ([88.165.216.11] helo=[192.168.0.124]) by vps2.offspark.com with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <mpg@polarssl.org>) id 1XvoWy-00061Y-Ky; Tue, 02 Dec 2014 15:34:20 +0100
Message-ID: <547DCDF3.2000206@polarssl.org>
Date: Tue, 02 Dec 2014 15:34:27 +0100
From: Manuel Pégourié-Gonnard <mpg@polarssl.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0
MIME-Version: 1.0
To: henrick@streamsec.se, tls@ietf.org
References: <20141202132629.8023.24760.idtracker@ietfa.amsl.com> <547DC339.80800@streamsec.se>
In-Reply-To: <547DC339.80800@streamsec.se>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 8bit
X-SA-Exim-Connect-IP: 88.165.216.11
X-SA-Exim-Mail-From: mpg@polarssl.org
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on vps2.offspark.com)
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/M377sr2SdSVkcz9r0SA1Q0-fj3w
Subject: Re: [TLS] I-D Action: draft-ietf-tls-rfc4492bis-00.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: Tue, 02 Dec 2014 14:34:33 -0000

On 02/12/2014 14:48, Henrick Hellström wrote:
>     Server implementations SHOULD support all of the following cipher
>     suites, and client implementations SHOULD support at least one of
>     them:
> 
>     o  TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
>     o  TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
>     o  TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
>     o  TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA.
> 
> Isn't this recommendation problematic? I don't think it is very common 
> for servers to have more than one certificate, and a server can't 
> support all four of these cipher suites, unless it has both one RSA 
> certificate and one EC certificate.
> 
I think this is not a problem since the text is about server _implementations_
not actual server deployment.

I'm more concerned about the choice of ECDH as opposed to ECDHE for the first
two ciphersuites.

Manuel.