Re: [Cfrg] ChaCha20 and Poly1305 for IPsec

Yoav Nir <ynir@checkpoint.com> Mon, 06 January 2014 23:44 UTC

Return-Path: <ynir@checkpoint.com>
X-Original-To: cfrg@ietfa.amsl.com
Delivered-To: cfrg@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A9F1E1AE341 for <cfrg@ietfa.amsl.com>; Mon, 6 Jan 2014 15:44:07 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7.439
X-Spam-Level:
X-Spam-Status: No, score=-7.439 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.538, 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 U5UFXtjJdphI for <cfrg@ietfa.amsl.com>; Mon, 6 Jan 2014 15:44:05 -0800 (PST)
Received: from smtp.checkpoint.com (smtp.checkpoint.com [194.29.34.68]) by ietfa.amsl.com (Postfix) with ESMTP id 61D751AE309 for <cfrg@irtf.org>; Mon, 6 Jan 2014 15:44:05 -0800 (PST)
Received: from IL-EX10.ad.checkpoint.com ([194.29.34.147]) by smtp.checkpoint.com (8.13.8/8.13.8) with ESMTP id s06NhmxR011862; Tue, 7 Jan 2014 01:43:48 +0200
X-CheckPoint: {52CB3A95-0-1B221DC2-1FFFF}
Received: from DAG-EX10.ad.checkpoint.com ([169.254.3.110]) by IL-EX10.ad.checkpoint.com ([169.254.2.120]) with mapi id 14.03.0123.003; Tue, 7 Jan 2014 01:43:48 +0200
From: Yoav Nir <ynir@checkpoint.com>
To: David McGrew <mcgrew@cisco.com>
Thread-Topic: [Cfrg] ChaCha20 and Poly1305 for IPsec
Thread-Index: AQHPCjHEk17DdD0mQkqxUhltboUzx5p33c2AgABIH4CAAApZgIAADBaA
Date: Mon, 06 Jan 2014 23:43:48 +0000
Message-ID: <A6BDE08D-1F7D-4813-A9C4-61AF8C14412B@checkpoint.com>
References: <180998C7-B6E5-489E-9C79-80D9CAC0DE68@checkpoint.com> <CAL9PXLy9hrq+i_neP96FbTJRvRLbLEXnMYdBdwSeHunFAwF+jQ@mail.gmail.com> <A867BB8E-4556-44B1-A0AF-16771626BF5C@checkpoint.com> <52CB358D.3050603@cisco.com>
In-Reply-To: <52CB358D.3050603@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [172.31.20.70]
x-kse-antivirus-interceptor-info: protection disabled
Content-Type: text/plain; charset="iso-8859-1"
Content-ID: <3B52BACA493C23459A5B32B67BF9BBD1@ad.checkpoint.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Cc: "cfrg@irtf.org" <cfrg@irtf.org>, Adam Langley <agl@google.com>
Subject: Re: [Cfrg] ChaCha20 and Poly1305 for IPsec
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/options/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/cfrg/>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <http://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Mon, 06 Jan 2014 23:44:07 -0000

On Jan 7, 2014, at 1:00 AM, David McGrew <mcgrew@cisco.com>
 wrote:

> Hi Yoav,
> 
> On 01/06/2014 05:23 PM, Yoav Nir wrote:
>> Thanks. Proposing this seems so obvious, that I thought I must be missing something that makes it unsuitable.
>> 
>> On Jan 6, 2014, at 8:05 PM, Adam Langley <agl@google.com> wrote:
>> 
>>> On Sun, Jan 5, 2014 at 11:18 AM, Yoav Nir <ynir@checkpoint.com> wrote:
>>>> Unlike RC4, ChaCha20 has a 64-bit nonce, so different packets could use different keystreams, much like block ciphers in counter mode. Unlike 3DES, ChaCha20 has performance that is close to that of AES.
>>>> 
>>>> So my question is whether there is any reason not to use ChaCha20 (with or without the AEAD construction from Adam's draft) for IKE and/or IPsec. Could this be the standby algorithm that we have been looking for?
>>> I don't know of any problems with this. If IPsec has the concept of a
>>> counter than can be used as an nonce then I think the AEAD
>>> construction would be fine, as is.
>> IPsec has a 32- or 64-bit packet counter, but for some reason it has never been used as a nonce. Both AES-CTR and AES-GCM have explicit 64-bit IVs in IPsec, so I think a ChaCha implementation should do the same - have an explicit IV that's used as a nonce, with a MUST requirement for uniqueness of IV/key combination.
> 
> the reason that the ESP sequence number isn't used as a cryptographic nonce is that it was not regarded as reliable enough.   That is, the ESP standard does not insist that the sequence number never wrap, and many implementations are not careful about maintaining the uniqueness of the sequence number.  This situation is not ideal, but it does seem to be the case.

I agree that the text could use some more RFC2119 language, but allowing the sequence to wrap is not allowed:

                                              If anti-replay is enabled
   (the default), the transmitted Sequence Number must never be allowed
   to cycle.  Thus, the sender's counter and the receiver's counter MUST
   be reset (by establishing a new SA and thus a new key) prior to the
   transmission of the 2^32nd packet on an SA.

>>> If one needs to pick the nonces
>>> randomly, however, then a 64-bit space is too small and XChaCha (which
>>> has a 192-bit nonce) would be more suitable.
>> It would work, but IPsec requires re-keying when the 32-bit or 64-bit counter reaches 2^n-1, so that seems like overkill.
> 
> Agreed that a 192-bit nonce sounds a bit big.
> 
> ESP supports multipoint security associations, in which case it is essential to coordinate nonces across all of the encrypters, to make sure that they are all distinct.   The requirements and a simple approach is outlined in rfc6054, and those requirements are followed in the latest version of the Group Domain of Interpretation rfc6407.  The nonce management is a bit ugly, but there is precedent for it.
> 
> We could do a lot worse than ChaCha as a cipher.   An AEAD construction could be used in a way that mirrors GCM/CCM, though if I recall right, Adam defined an 8-byte nonce rather than a 12-byte nonce for the ChaCha AEAD algorithm, which makes it incompatible with almost all of the other AEAD algorithms (see Table 1 of draft-mcgrew-iv-gen-02).   A 12-byte nonce would enable ESP implementations to use the same nonce generation techniques, including rfc6407 ones.

An 8-byte nonce is part of ChaCha. This is different from counter mode where the initial counter could be anything up to block size. I don't claim to understand why ChaCha has a 64-bit nonce and a 64-bit block counter instead of, say, a 96-bit nonce and a 32-bit block counter (good for 256 GB - plenty for an IP packet). Would ChaCha modified like that retain its security properties?

> My biggest concern with ChaCha is: will it have the global credibility that we need?    If we think that it does, we should go about documenting the work that has been done analyzing it.  The record of the analysis will become extremely important once the cipher gets picked up by the semi-technical press and the user community.

That sounds like a good task for CFRG. As some have mentioned in previous threads, we can't trust NIST for all our crypto needs. This is not that they're evil, but more in that they're reluctant to endorse something that didn't originate with them (GCM was a fluke). So we have to rely on other sources.

> Since so much of ESP is point to point and works at a high data rate, it makes sense to think about counter-based nonces and throughput-optimized algorithms, like ChaCha.   Algorithms that are misuse-resistant would be useful in scenarios other than point-to-point ones, and in my opinion are also worth considering as future work for ESP.
> 
> David