Re: [Curdle] AD Review: draft-ietf-curdle-cms-ecdh-new-curves-04.txt

Russ Housley <housley@vigilsec.com> Tue, 09 May 2017 20:06 UTC

Return-Path: <housley@vigilsec.com>
X-Original-To: curdle@ietfa.amsl.com
Delivered-To: curdle@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DF3AD1296D2 for <curdle@ietfa.amsl.com>; Tue, 9 May 2017 13:06:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001] autolearn=ham autolearn_force=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 WfeExl35FM9d for <curdle@ietfa.amsl.com>; Tue, 9 May 2017 13:06:46 -0700 (PDT)
Received: from mail.smeinc.net (mail.smeinc.net [209.135.209.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E45A9129BD4 for <curdle@ietf.org>; Tue, 9 May 2017 13:06:45 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by mail.smeinc.net (Postfix) with ESMTP id 5D406300523 for <curdle@ietf.org>; Tue, 9 May 2017 16:06:45 -0400 (EDT)
X-Virus-Scanned: amavisd-new at mail.smeinc.net
Received: from mail.smeinc.net ([127.0.0.1]) by localhost (mail.smeinc.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Ga6Ebp98edDo for <curdle@ietf.org>; Tue, 9 May 2017 16:06:42 -0400 (EDT)
Received: from a860b60074bd.home (pool-108-45-101-150.washdc.fios.verizon.net [108.45.101.150]) by mail.smeinc.net (Postfix) with ESMTPSA id 69E8530024B; Tue, 9 May 2017 16:06:42 -0400 (EDT)
From: Russ Housley <housley@vigilsec.com>
Message-Id: <335FDBE0-96B5-4DCC-BED9-4ABD5DAB371A@vigilsec.com>
Content-Type: multipart/alternative; boundary="Apple-Mail=_D4B28E1F-145A-44E3-8B4A-5E0DD1EA3B6C"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Date: Tue, 09 May 2017 16:06:45 -0400
In-Reply-To: <CABcZeBNrokQHtPpd_0XLsDHwAVyBm=WTTL4OXC63WsYqPUpjqw@mail.gmail.com>
Cc: curdle <curdle@ietf.org>
To: Eric Rescorla <ekr@rtfm.com>
References: <CABcZeBPCGj81Br-=C4G4PPhB+vVLGwqi94q-vH1aZVs=MTQzng@mail.gmail.com> <B61A14BA-39DD-4929-8E08-AF7BF0CB9DFE@vigilsec.com> <CABcZeBMMWbGd=SSPmtBHE6XOCRSG8q3NqtJdaMQcK5uxHsqqTA@mail.gmail.com> <5EEB2415-61EF-4B6E-91CA-EE2EB7C3E087@vigilsec.com> <CABcZeBNrokQHtPpd_0XLsDHwAVyBm=WTTL4OXC63WsYqPUpjqw@mail.gmail.com>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/curdle/uU637hZicwJWyoyvrtC-8b914m0>
Subject: Re: [Curdle] AD Review: draft-ietf-curdle-cms-ecdh-new-curves-04.txt
X-BeenThere: curdle@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "List for discussion of potential new security area wg." <curdle.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/curdle>, <mailto:curdle-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/curdle/>
List-Post: <mailto:curdle@ietf.org>
List-Help: <mailto:curdle-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/curdle>, <mailto:curdle-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 May 2017 20:06:53 -0000

> On May 9, 2017, at 1:50 PM, Eric Rescorla <ekr@rtfm.com> wrote:
> 
> 
> 
> On Tue, May 9, 2017 at 9:03 AM, Russ Housley <housley@vigilsec.com <mailto:housley@vigilsec.com>> wrote:
> I dropped the parts that have been resolved.
> 
>> > TECHNICAL
>> > S 2.
>> >    X25519 is described in Section 6.1 of [CURVES], and X448 is described
>> >    in Section 6.2 of [CURVES].  Since curve25519 and curve448 have
>> >    cofactors of 8 and 4, respectively, an input point of small order
>> >    will eliminate any contribution from the other party’s private key.
>> >    As described in Section 7 of [CURVES], implementations SHOULD detect
>> >    this situation by checking for the all-zero output.
>> >
>> > Why are you not requiring this check? SSH and TLS both do.
>> 
>> RFC 7748 [CURVES] says:
>> 
>>    Protocol designers using Diffie-Hellman over the curves defined in
>>    this document must not assume "contributory behaviour".  Specially,
>>    contributory behaviour means that both parties' private keys
>>    contribute to the resulting shared key.  Since curve25519 and
>>    curve448 have cofactors of 8 and 4 (respectively), an input point of
>>    small order will eliminate any contribution from the other party's
>>    private key.  This situation can be detected by checking for the all-
>>    zero output, which implementations MAY do, as specified in Section 6.
>>    However, a large number of existing implementations do not do this.
>> 
>> We upgraded the MAY to a SHOULD.  We are being told that some implementations will not perform this check, so it seemed wrong to go all the way to MUST.
>> 
>> I'd like to push on this some, because I'm having trouble seeing why different IETF protocols have different needs. When you say "you are being told" is that an S/MIME specific point or merely the the text above?
> 
> The text above, which I gather is about some existing implementations, probably libraries.  I do not know what protocols use those implementations, but if they are libraries they will get used with many different protocols.
> 
> Sure, but other protocols are requiring it and it seems like S/MIME could also do so, in
> the worst case at the point where Z is handed off to S/MIME. 

I suggest:

   X25519 is described in Section 6.1 of [CURVES], and X448 is described
   in Section 6.2 of [CURVES].  As described in Section 7 of [CURVES],
   curve25519 and curve448 have cofactors of 8 and 4, respectively, and
   so an input point of small order will eliminate any contribution from
   the other party's private key.  Conforming implementations MUST check
   for the all-zero output to prevent this situation.


>> >    The ECC-CMS-SharedInfo entityUInfo field optionally contains
>> >    additional keying material supplied by the sending agent.  Note that
>> >    [CMS] requires implementations to accept a KeyAgreeRecipientInfo
>> >    SEQUENCE that includes the ukm field.  If the ukm field is present,
>> >    the ukm is placed in the entityUInfo field.  The ukm value need not
>> >    be longer than the key-encryption key that will be produced by the
>> >    KDF.
>> >
>> > Need not? Please clarify what the purpose is here. It seems like
>> > it's to generate a unique KEK. In that case, the security bounds
>> > are what, uniqueness?
>> 
>> I suggest this wording:
>> 
>>    … There is no security benefit to using a ukm value that is
>>    longer than the key-encryption key that will be produced by
>>    the KDF.
>> 
>> Hmm... I believe that this statement is true, but it also seems to be
>> incomplete. I may be reasoning about this incorrectly, but it seems
>> to me that the minimal security requirement is that the UKM be
>> unique, but that can be achieved with a value much smaller than
>> the KEK. For instance, it seems like if you have a 256-bit KEK,
>> then you would still be OK with a randomly-generated 128-bit
>> UKM. And if we're concerned about random collisions, then the
>> usefulness bound is actually min(|KEK|, |hash compression function size|).
> 
> Yes. The umm value needs to be different for each invocation of the KDF, otherwise it does not provide the assurance that different keying material will be produced.  Of course, an implementation will generate the umm value using random number generator, not track the values that are used.  Several years ago, there was a discussion about the size of the ukm needed.  Some people were suggesting crazy large values, and the point was made that anything beyond the SIZEOF(KEK) did not improve security.
> 
> Are you asking for a sentence saying that the ukm, if present, MUST be at least 128 bits?
> 
> Sorry, I was trying to talk it over, but I'm not sure how helpful I am being. It seems like the basic requirement is that it be unique and that if we want to give guidance it should be on the collision probability. Do we believe that 128 bits is enough (I do!), in which case we can just say "if you are generating it randomly, then N bits is enough”

Jim is correct that counters, encrypted counters, linear feedback shift registers, and other techniques will work here too.

Since Section 2 already says that the ephemeral key MUST be used for only one message, a UKM is not really needed.  However, the CMS requires support for a UKM if the sender include it.  For this reason, the document says how to handle it in the KDF if it is present.

The text already says that there is no security reason for a UKM value that is longer than the KEK.  I think that you are asking for guidance on the minimum size too.  Based on Jim’s point, I’d like to say that it MUST be at least 8 octets.

Russ