[Cfrg] using hash2curve in a protocol

Dan Harkins <dharkins@lounge.org> Wed, 24 July 2019 18:05 UTC

Return-Path: <dharkins@lounge.org>
X-Original-To: cfrg@ietfa.amsl.com
Delivered-To: cfrg@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5035D120059 for <cfrg@ietfa.amsl.com>; Wed, 24 Jul 2019 11:05:17 -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, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 3gnI2zuRupM1 for <cfrg@ietfa.amsl.com>; Wed, 24 Jul 2019 11:05:15 -0700 (PDT)
Received: from www.goatley.com (www.goatley.com [198.137.202.94]) (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 CED7B12028E for <cfrg@irtf.org>; Wed, 24 Jul 2019 11:05:15 -0700 (PDT)
Received: from trixy.bergandi.net (cpe-76-93-146-89.san.res.rr.com [76.93.146.89]) by wwwlocal.goatley.com (PMDF V6.8-0 #1001) with ESMTP id <0PV5005MLRKR24@wwwlocal.goatley.com> for cfrg@irtf.org; Wed, 24 Jul 2019 13:05:15 -0500 (CDT)
Received: from dhcp-9c4f.meeting.ietf.org ([31.133.156.79]) by trixy.bergandi.net (PMDF V6.7-x01 #1001) with ESMTPSA id <0PV500JTMRJA5O@trixy.bergandi.net> for cfrg@irtf.org; Wed, 24 Jul 2019 11:04:23 -0700 (PDT)
Received: from dhcp-9c4f.meeting.ietf.org ([31.133.156.79] EXTERNAL) (EHLO dhcp-9c4f.meeting.ietf.org) with TLS/SSL by trixy.bergandi.net ([10.0.42.18]) (PreciseMail V3.3); Wed, 24 Jul 2019 11:04:23 -0700
Date: Wed, 24 Jul 2019 11:05:12 -0700
From: Dan Harkins <dharkins@lounge.org>
To: "cfrg@irtf.org" <cfrg@irtf.org>
Message-id: <8f8cb405-b534-c0ff-d351-3951fef62725@lounge.org>
MIME-version: 1.0
Content-type: text/plain; charset="utf-8"; format="flowed"
Content-language: en-US
Content-transfer-encoding: 8bit
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.7.2
X-PMAS-SPF: SPF check skipped for authenticated session (recv=trixy.bergandi.net, send-ip=31.133.156.79)
X-PMAS-External-Auth: dhcp-9c4f.meeting.ietf.org [31.133.156.79] (EHLO dhcp-9c4f.meeting.ietf.org)
X-PMAS-Software: PreciseMail V3.3 [190718a] (trixy.bergandi.net)
X-PMAS-Allowed: system rule (rule allow header:X-PMAS-External noexists)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cfrg/rd3FFyoiihmzpx4d1RgxwRz5Ml8>
Subject: [Cfrg] using hash2curve in a protocol
X-BeenThere: cfrg@irtf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Crypto Forum Research Group <cfrg.irtf.org>
List-Unsubscribe: <https://www.irtf.org/mailman/options/cfrg>, <mailto:cfrg-request@irtf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cfrg/>
List-Post: <mailto:cfrg@irtf.org>
List-Help: <mailto:cfrg-request@irtf.org?subject=help>
List-Subscribe: <https://www.irtf.org/mailman/listinfo/cfrg>, <mailto:cfrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Wed, 24 Jul 2019 18:05:17 -0000

   Hello,

   The hash-to-curve draft is still a work in progress but I want to
use it to fix a broken protocol. The protocol in question is EAP-pwd
defined in RFC 5931. It does a "hunting and pecking loop" method
of hashing to a curve that is similar, but worse, than the technique
described in RFC 7664. (The method of obtaining a secret element in
a MODP group is similarly broken). It is susceptible to side channel
attack and I want to use the hash-to-curve draft to fix it.

   To that end I have a new draft out that uses the Simplified SWU
method from -04 of the hash-to-curve draft:

   https://tools.ietf.org/html/draft-harkins-eap-pwd-prime-00

I would greatly appreciate any review of this draft and solicit
comments. This is definitely a work in progress too but I hope that
as hash-to-curve congeals this draft can follow hot on its heels.

   regards,

   Dan.