Re: [Cfrg] Curve selection revisited
Hannes Tschofenig <hannes.tschofenig@gmx.net> Mon, 28 July 2014 18:12 UTC
Return-Path: <hannes.tschofenig@gmx.net>
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 D17DE1A0643 for <cfrg@ietfa.amsl.com>; Mon, 28 Jul 2014 11:12:32 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, 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 hhHSTLEMVkeR for <cfrg@ietfa.amsl.com>; Mon, 28 Jul 2014 11:12:24 -0700 (PDT)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id F19AF1A0646 for <cfrg@irtf.org>; Mon, 28 Jul 2014 11:12:23 -0700 (PDT)
Received: from [172.16.254.119] ([80.92.116.212]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MbOoG-1WtCcu0Dw4-00IkqA; Mon, 28 Jul 2014 20:12:16 +0200
Message-ID: <53D69280.2090208@gmx.net>
Date: Mon, 28 Jul 2014 20:12:16 +0200
From: Hannes Tschofenig <hannes.tschofenig@gmx.net>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0
MIME-Version: 1.0
To: Michael Hamburg <mike@shiftleft.org>, Robert Moskowitz <rgm-sec@htt-consult.com>
References: <CA+Vbu7xroa68=HOZtbf=oz7kK2EeUv_z1okpnjxHPR0ZtHD5cA@mail.gmail.com> <53D66506.4080809@htt-consult.com> <C0C42541-06A2-465B-82CF-00DA63BE1398@shiftleft.org> <419B47D0-2779-4463-A071-DA40F22C370F@shiftleft.org>
In-Reply-To: <419B47D0-2779-4463-A071-DA40F22C370F@shiftleft.org>
OpenPGP: id=4D776BC9
Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="pSx6i7mUxEIg3STSLIDDj2JkT2x2i8i5S"
X-Provags-ID: V03:K0:VJ19fVeUL0P7i38Rf3VngiifHA8lb09xqvvUw+/81YPOcasPPEY h6bjwuoWBxauIr0xjPtx4l8fvXGr8wzeLVEEX4fhYKNvfKujhem6Ne03fCpbu6DPAMr3fh6 T5A2n+0/OLO2oQ4+CSI7hY1izHRJ1CfCDLITHUYUq4sxaV8LW/buMCgKwco39fneAIT4mQ1 nyBQUPrKmsNkDewsZrAyw==
Archived-At: http://mailarchive.ietf.org/arch/msg/cfrg/efE1Z-2FlUz7ma2g3zI6n9LHOr0
Cc: "cfrg@irtf.org" <cfrg@irtf.org>
Subject: Re: [Cfrg] Curve selection revisited
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, 28 Jul 2014 18:12:33 -0000
Mike, do you have data that supports your remark? Ciao Hannes On 07/28/2014 07:57 PM, Michael Hamburg wrote: > Actually, one more thing: in constrained environments, you really want Schnorr instead of ECDSA. That extra inversion mod r is a giant pain. It’s slow and often doesn’t share code with anything. Plus Schnorr can go down to 3/4 the size if necessary. > > Cheers, > — Mike > > On Jul 28, 2014, at 10:05 AM, Michael Hamburg <mike@shiftleft.org> wrote: > >> You’re going to need a hardware accelerator for some of these small things. Eg for v2v safety, the real ask has to be “fast and small and easy in hardware”. The best solution to this is binary curves, though they are considered slightly edgy right now. >> >> But yeah, 8-bit processor performance is important too. >> >> Cheers, >> — Mike >> >> On Jul 28, 2014, at 7:58 AM, Robert Moskowitz <rgm-sec@htt-consult.com> wrote: >> >>> The whole world is NOT TLS. For example I am working in IEEE 1609 which is Vehicle-to-vehicle safety communications and their need is for signed data objects that are quickly generated and verified (you have ~100ms from the braking event to all the cars being able to act on that information). I also work in IEEE 802.15.4 highly constrained devices (some much smaller than what many IETF groups accept as their lower limit). >>> >>> 8 bit processors are the norm, and NO, Dr. Moore is NOT going to change that. Lower energy demand is much higher on the design plan than faster processing. Also whatever is done will be running on fielded devices for the next 10 - 20 years. Hardware acceleration is acceptable, but that could make in-field corrections impossible. Over-the-air firmware updates may also be impossible (802.15.4k is 40kb/s) or only done in the dealership (yes! another recall!). >>> >>> So getting on to my thoughts of curve selection requirements for the world of small: >>> >>> 1) Low over-the-air demands. Every BIT counts. We have to live with 32 bytes; but 64 bytes may be too much. Oh, IEEE 1609.2 has its own 'certificate' and signature format as even the standard asn.1 is too wasteful of the very limited channel. This applies also in 802.15.4 where adding another MAC frame might mean that the whole thing fails because now it is more likely that one frame got lost. >>> >>> 2) Easy/size of implementation. There has been lots of chatter here about how NIST p256 can be implemented wrongly. Here it is of greater concern, as it might require a physical swap-out to correct an implementation error. Manufacturers look at the cost of a programmer to save 5K code cheaper than that extra 5K footprint. So little code and easy to code. This world is extremely price sensitive. >>> >>> 3) Performance on an 8 bit processor. Performance is measured in time and energy. In-vehicle devices tend to have a ready source of electrons (except for tire gauges!), but some devices have limited battery (your front door lock) or NO battery (MEMEs energy harvesters on bridge stress sensors). So low energy is as important as quickly done. Here 10% faster IS 10% faster; and it could make a life-or-death difference. (In Positive Train Control, the automatics MUST take over if the human can no longer respond in time and bullet trains can take 7Km to stop safely) >>> >>> 4) preserving ECDSA and ECDHE. This is what is currently in use, and in some cases written into regulations (urgh), so we have to still keep them working. But if something 'new' and provably good makes a big difference in one of the previous needs I suspect there will be an attentive audience. >>> >>> I have tried to keep things general so as not too much to limit choices. I never claimed to be a crytographer or to have the math skills to evaluate the various contenders. Others working in this area might have their own reading on the needs of constrained devices/communications. >>> >>> But please just don't solve this for TLS on octo-core 64-bit systems. >>> >>> >>> On 07/25/2014 01:10 AM, Benjamin Black wrote: >>>> Inspired by some comments from other and in hopes of returning to a more productive debate rather than the pointed back and forth, of which I am absolutely guilty, I'm suggesting a few constraints. These are not priority ordered and none of them deal with the math, instead focusing on process and practice. >>>> >>>> 1) As we are discussing this in the context of TLS, the performance of various kx options must be evaluated for ECDHE as typically deployed. ECDH is neither common nor recommended in the TLS BCP draft. In addition, I hope there will be discussion of benchmarking methodology, with the understanding the ultimate choice is for the CFRG chairs. >>>> >>>> 2) Performance must be measured using "production-quality" implementations. By this I mean implementations which employ the sort of techniques/optimizations appropriate for large scale deployment. This is specifically intended to exclude discussion of how simple or fast an implementation _could_ be, in favor of what they actually are in practice. However, the goal is to select curves which strike the best balance between various requirements, not simply the fastest. >>>> >>>> 3) The timeframe for a decision constrains the scope of this process. If a decision is desired within a few months, then it is difficult to include options beyond new curves. If a decision can take a year, new algorithms could be considered. Given the importance, impact, and contentiousness of new algorithms, I believe it would be difficult to complete a thorough, careful algorithm and curve selection process in a short amount of time. >>>> >>>> 4) The precise set of security levels needed should be specified in advance (whether by TLS or CFRG) and curve recommendations delivered together for all levels. A stated goal is to use these curves in new drafts, and it minimizes work to specify all security levels for a proposal in the same draft. This is strictly a practical matter recognizing the chairs and area directors have limited bandwidth and implementors can get everything done in a single go. >>>> >>>> 5) Selections must efficiently support TLS 1.2. Adoption of new curves, and potentially new algorithms, can't be gated on completion and widespread deployment of TLS 1.3. >>>> >>>> 6) Drop-in replacement for the NIST curves is _not_ a requirement in this process. >>>> >>>> 7) I don't think the chairs are signing up for a full-on, NIST-style selection competition and we should aim to keep things are lightweight as possible while still achieving the required level of rigor. I hope they will address this point soon. >>> >>> _______________________________________________ >>> Cfrg mailing list >>> Cfrg@irtf.org >>> http://www.irtf.org/mailman/listinfo/cfrg >> >> _______________________________________________ >> Cfrg mailing list >> Cfrg@irtf.org >> http://www.irtf.org/mailman/listinfo/cfrg > > _______________________________________________ > Cfrg mailing list > Cfrg@irtf.org > http://www.irtf.org/mailman/listinfo/cfrg >
- [Cfrg] Curve selection revisited Benjamin Black
- Re: [Cfrg] Curve selection revisited Yoav Nir
- Re: [Cfrg] Curve selection revisited Paterson, Kenny
- Re: [Cfrg] Curve selection revisited David Jacobson
- Re: [Cfrg] Curve selection revisited Watson Ladd
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Watson Ladd
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Watson Ladd
- Re: [Cfrg] Curve selection revisited Andrey Jivsov
- Re: [Cfrg] Curve selection revisited Ilari Liusvaara
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Michael Hamburg
- Re: [Cfrg] Curve selection revisited Michael Jenkins
- Re: [Cfrg] Curve selection revisited Michael Hamburg
- Re: [Cfrg] Curve selection revisited Hannes Tschofenig
- Re: [Cfrg] Curve selection revisited Hannes Tschofenig
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Stephen Farrell
- Re: [Cfrg] Curve selection revisited Michael Hamburg
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Michael Hamburg
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Paul Lambert
- Re: [Cfrg] Curve selection revisited Paul Lambert
- Re: [Cfrg] Curve selection revisited Mike Hamburg
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Andrey Jivsov
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Robert Ransom
- Re: [Cfrg] Curve selection revisited Phillip Hallam-Baker
- Re: [Cfrg] Curve selection revisited Robert Moskowitz
- Re: [Cfrg] Curve selection revisited Russ Housley
- Re: [Cfrg] Curve selection revisited Salz, Rich
- Re: [Cfrg] Curve selection revisited Phillip Hallam-Baker
- Re: [Cfrg] Curve selection revisited Salz, Rich