Re: [Cfrg] Practical summary of ECDH in TLS regarding the curve features

Robert Ransom <rransom.8774@gmail.com> Mon, 28 July 2014 02:11 UTC

Return-Path: <rransom.8774@gmail.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 C7A0E1B27FF for <cfrg@ietfa.amsl.com>; Sun, 27 Jul 2014 19:11:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.75
X-Spam-Level:
X-Spam-Status: No, score=-1.75 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, SPF_PASS=-0.001] autolearn=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 lIVzm81N5f7z for <cfrg@ietfa.amsl.com>; Sun, 27 Jul 2014 19:11:10 -0700 (PDT)
Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5EB5C1B27FD for <cfrg@irtf.org>; Sun, 27 Jul 2014 19:11:10 -0700 (PDT)
Received: by mail-qg0-f50.google.com with SMTP id q108so7729277qgd.23 for <cfrg@irtf.org>; Sun, 27 Jul 2014 19:11:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=8QjhnhV+fg2PB6R0OZ32eexLAotNJf5ROEYtJNLCNAc=; b=nCgLMGAGDq1Lhw8FbmWEaojsKUI4PQpbBTCvYyek/xD+aF6vPqeJAEPab3JW8L2PdW SehR9lIqHq1a9jFg9zplufur71+Yd+YpLk8Bh181vSh2Knjv/fqktswSoArtkPUmdUnC gzKAuWRGvCU4gKF0WmePhvSsJOSI91mrlVHSFnuzP3vZlTuQ+UdaRU+m7Fe/hKubzJeY t5q7prLW3ePyJjzUFaMp4PBBB6+NjRl1ZXhHi9ydIb0Kq0fkOlffn5k/OZs2GhM77fQj h/O5JqN7Ae4qYAmSBqtXryTCA8DT7pRUa7Asia/M8J0cwOWpocPV+e0uRbt+3CaKL7eN DDxQ==
MIME-Version: 1.0
X-Received: by 10.140.26.110 with SMTP id 101mr40782391qgu.1.1406513469580; Sun, 27 Jul 2014 19:11:09 -0700 (PDT)
Received: by 10.140.86.135 with HTTP; Sun, 27 Jul 2014 19:11:09 -0700 (PDT)
In-Reply-To: <53D5AA12.7020002@brainhub.org>
References: <53D56D7E.9050306@brainhub.org> <CACsn0cnT_H7aqaBc-wEDjxAUNYoNW71uKNUdLsAC_Tuqeob+rA@mail.gmail.com> <53D5AA12.7020002@brainhub.org>
Date: Sun, 27 Jul 2014 19:11:09 -0700
Message-ID: <CABqy+sryxUHMTTJAGHKqFDE_TWXp1KH3uYr+PQkJ9bHeFGasjw@mail.gmail.com>
From: Robert Ransom <rransom.8774@gmail.com>
To: Andrey Jivsov <crypto@brainhub.org>
Content-Type: text/plain; charset="UTF-8"
Archived-At: http://mailarchive.ietf.org/arch/msg/cfrg/3f3s4qLQ7uBSvv9upFd0GyfLxXA
Cc: "cfrg@irtf.org" <cfrg@irtf.org>
Subject: Re: [Cfrg] Practical summary of ECDH in TLS regarding the curve features
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 02:11:15 -0000

On 7/27/14, Andrey Jivsov <crypto@brainhub.org> wrote:

> * an attacker can only recover one connection and must do so by doing
> ECDLP on two Ps (one is peer's k*G, another is k*his_PK) v.s.

An attacker only needs to learn the secret key of one of the keypairs
in order to recover an ECDH(E) shared secret.


Robert Ransom