Re: [TLS] AAED ciphers: AES-GCM vs AES-EAX/AES-CCM: a meta-analysis

Tapio Sokura <tapio.sokura@iki.fi> Sat, 20 December 2014 18:21 UTC

Return-Path: <tapio.sokura@iki.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 141F61A1B78 for <tls@ietfa.amsl.com>; Sat, 20 Dec 2014 10:21:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.113
X-Spam-Level:
X-Spam-Status: No, score=-1.113 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.779, UPPERCASE_50_75=0.008] 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 6Vh685C8zxxs for <tls@ietfa.amsl.com>; Sat, 20 Dec 2014 10:21:17 -0800 (PST)
Received: from gw03.mail.saunalahti.fi (gw03.mail.saunalahti.fi [195.197.172.111]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 41FB41A1B56 for <tls@ietf.org>; Sat, 20 Dec 2014 10:21:16 -0800 (PST)
Received: from woodstock.owlhill.net (a88-113-163-188.elisa-laajakaista.fi [88.113.163.188]) by gw03.mail.saunalahti.fi (Postfix) with ESMTP id 800922001F for <tls@ietf.org>; Sat, 20 Dec 2014 20:21:12 +0200 (EET)
Received: from [IPv6:2001:14b8:14e:1:a05a:f9b3:645:fc7b] (unknown [IPv6:2001:14b8:14e:1:a05a:f9b3:645:fc7b]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by woodstock.owlhill.net (Postfix) with ESMTP id BE309734B261 for <tls@ietf.org>; Sat, 20 Dec 2014 20:21:12 +0200 (EET)
Message-ID: <5495BE11.4040703@iki.fi>
Date: Sat, 20 Dec 2014 20:21:05 +0200
From: Tapio Sokura <tapio.sokura@iki.fi>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: tls@ietf.org
References: <549538E5.7050109@metaparadigm.com>
In-Reply-To: <549538E5.7050109@metaparadigm.com>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/tls/qgcD8F5mjouqhmUszFLZjwnOWZg
Subject: Re: [TLS] AAED ciphers: AES-GCM vs AES-EAX/AES-CCM: a meta-analysis
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, 20 Dec 2014 18:21:19 -0000

Hello,

On 20.12.2014 10:52, Michael Clark wrote:
>       CipherSuite TLS_DHE_DSS_WITH_AES_128_EAX_SHA256
>       CipherSuite TLS_DHE_DSS_WITH_AES_256_EAX_SHA384
>       CipherSuite TLS_ECDHE_DSS_WITH_AES_128_EAX_SHA256
>       CipherSuite TLS_ECDHE_DSS_WITH_AES_256_EAX_SHA384
>       CipherSuite TLS_DHE_DSS_WITH_AES_128_CCM_SHA256
>       CipherSuite TLS_DHE_DSS_WITH_AES_256_CCM_SHA384
>       CipherSuite TLS_ECDHE_DSS_WITH_AES_128_CCM_SHA256
>       CipherSuite TLS_ECDHE_DSS_WITH_AES_256_CCM_SHA384

A bit off-topic on the actual question, but: Is DSS used anymore? Should
these be ECDSA instead?

  Tapio