Re: [TLS] Status of Cha-Cha/Poly Cipher Suites?

Nikos Mavrogiannopoulos <nmav@redhat.com> Mon, 18 May 2015 08:20 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 9B9561A87A2 for <tls@ietfa.amsl.com>; Mon, 18 May 2015 01:20:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.911
X-Spam-Level:
X-Spam-Status: No, score=-6.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 SouXSpQK-8wP for <tls@ietfa.amsl.com>; Mon, 18 May 2015 01:19:58 -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 D0C671A87BA for <tls@ietf.org>; Mon, 18 May 2015 01:19:58 -0700 (PDT)
Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t4I8JlTx027905 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 18 May 2015 04:19:47 -0400
Received: from dhcp-2-127.brq.redhat.com (dhcp-2-127.brq.redhat.com [10.34.2.127]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t4I8JiKp016845 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Mon, 18 May 2015 04:19:46 -0400
Message-ID: <1431937184.2880.5.camel@redhat.com>
From: Nikos Mavrogiannopoulos <nmav@redhat.com>
To: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Date: Mon, 18 May 2015 10:19:44 +0200
In-Reply-To: <20150517054213.GB26393@LK-Perkele-VII>
References: <CAH8yC8mzthFZP=j8Jc6BG4rqhwTgmQVqyBFrGfeWXr8NnvjOoQ@mail.gmail.com> <476C5289-6C8F-4591-BABA-4FD61A895A11@gmail.com> <20150517054213.GB26393@LK-Perkele-VII>
Content-Type: text/plain; charset="UTF-8"
Mime-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Scanned-By: MIMEDefang 2.68 on 10.5.11.24
Archived-At: <http://mailarchive.ietf.org/arch/msg/tls/SDA3zdw1MTK9REkU5vn8GzAT38o>
Cc: "tls@ietf.org" <tls@ietf.org>
Subject: Re: [TLS] Status of Cha-Cha/Poly Cipher Suites?
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: Mon, 18 May 2015 08:20:00 -0000

On Sun, 2015-05-17 at 08:42 +0300, Ilari Liusvaara wrote:
> On Sun, May 17, 2015 at 01:02:23AM +0300, Yoav Nir wrote:
> > Hi, Jeffrey
> > What remains for the TLS working group to do is to adopt a draft for
> > ChaCha20-Poly1305 in TLS. There already is a candidate:
> > https://tools.ietf.org/html/draft-mavrogiannopoulos-chacha-tls-05
> 
> The only comment I have regarding that draft is that it doesn't specify
> what to stick to record payload. Ciphertext (|P| bytes) || Tag (16 bytes),
> right?

Hi,
 I believed that the output format was explicit in rfc7539, but I was
wrong. I've clarified that point and hopefully that will be included in
the next draft update.

> > Once that’s done, the document can both progress and if needed, people
> > can request early assignment of identifiers. The ciphersuite registry
> > has a “specification required” policy. Strictly speaking, the private
> > draft could be enough - we don’t have to have an RFC, but practically
> > speaking, this document will only get assignment after it is adopted
> > by the WG.
> As note, GnuTLS 3.4.x implements (disabled by default) the abovementioned
> draft, using CSID CCA0-CCA7 (which are noted in the draft).

Indeed, we've added new code points to allow interoperability testing.

regards,
Nikos