Re: [dnsext] about ECDSA

Michael StJohns <mstjohns@comcast.net> Wed, 11 April 2012 16:22 UTC

Return-Path: <dnsext-bounces@ietf.org>
X-Original-To: namedroppers-archive-gleetwall6@lists.ietf.org
Delivered-To: ietfarch-namedroppers-archive-gleetwall6@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DAEAA21F8581; Wed, 11 Apr 2012 09:22:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1; t=1334161360; bh=M9scFeSF6tj5F3H4HXvbApFVLK1heXFSvabOEJRk8Pc=; h=References:In-Reply-To:Mime-Version:Message-Id:From:Date:To:Cc: Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help: List-Subscribe:Content-Type:Content-Transfer-Encoding:Sender; b=IPCwMlIBVTGYz3wHSx8E1L7I450OLq8rhdqVPWd398vzQ5Pju7As/71pPjxUixXB5 tE0sGsOQz5bd66yylZF2uUHzmdLXGtVZBvOOTmtqhUUf318i3hY4t3qadyIzAwg4dE F/eXdHo9Fxhm2HZK1qekTMNvzYfc7UVUVy9GnTEA=
X-Original-To: dnsext@ietfa.amsl.com
Delivered-To: dnsext@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 756E821F8581 for <dnsext@ietfa.amsl.com>; Wed, 11 Apr 2012 09:22:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.203
X-Spam-Level:
X-Spam-Status: No, score=-101.203 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, MIME_QP_LONG_LINE=1.396, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4GR9Y08Fzkb3 for <dnsext@ietfa.amsl.com>; Wed, 11 Apr 2012 09:22:37 -0700 (PDT)
Received: from qmta12.westchester.pa.mail.comcast.net (qmta12.westchester.pa.mail.comcast.net [76.96.59.227]) by ietfa.amsl.com (Postfix) with ESMTP id 9695821F855F for <dnsext@ietf.org>; Wed, 11 Apr 2012 09:22:35 -0700 (PDT)
Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74]) by qmta12.westchester.pa.mail.comcast.net with comcast id wfFX1i0061c6gX85CgNcoC; Wed, 11 Apr 2012 16:22:36 +0000
Received: from [192.168.6.70] ([64.134.236.139]) by omta23.westchester.pa.mail.comcast.net with comcast id wgMy1i01B318Cko3jgN5wu; Wed, 11 Apr 2012 16:22:31 +0000
References: <201204111145.q3BBj5TF047091@givry.fdupont.fr>
In-Reply-To: <201204111145.q3BBj5TF047091@givry.fdupont.fr>
Mime-Version: 1.0 (1.0)
Message-Id: <0A1BDBB3-243B-4B57-806A-B707A9EAAE04@comcast.net>
X-Mailer: iPad Mail (9B176)
From: Michael StJohns <mstjohns@comcast.net>
Date: Wed, 11 Apr 2012 12:22:00 -0400
To: Francis Dupont <Francis.Dupont@fdupont.fr>
Cc: "dnsext@ietf.org" <dnsext@ietf.org>, Paul Hoffman <paul.hoffman@vpnc.org>
Subject: Re: [dnsext] about ECDSA
X-BeenThere: dnsext@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: DNS Extensions working group discussion list <dnsext.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsext>, <mailto:dnsext-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dnsext>
List-Post: <mailto:dnsext@ietf.org>
List-Help: <mailto:dnsext-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsext>, <mailto:dnsext-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: dnsext-bounces@ietf.org
Errors-To: dnsext-bounces@ietf.org

To be specific, it's not because of the patents, but because of the fear the patents might apply to the code, a fear not shared by OpenSSL for the original code, by BouncyCastle for its java and C# providers, and Oracle for the EC code in JDK 1.7. Oh yeah, for NSS from Mozilla.  

Mike

Sent from my iPad

On Apr 11, 2012, at 7:45, Francis Dupont <Francis.Dupont@fdupont.fr> wrote:

> In your previous mail you wrote:
> 
>> FD> => in fact a configure-time option: after this unexpected (:-) test of
>> FD> the ECDSA support detection, I looked at the .spec file: OpenSSL was
>> FD> configured with 'no-ec no-ecdh no-ecdsa'...
>> 
>> It's worse than that: they've also removed the code from their compile.
>> So even if you pull the spec and rebuild with their package, you still
>> need to use an original (unmodified) upstream source tar-ball.
>> 
>> But the good news is that it's still pretty easy.
> 
> => as far as I can understand from the Fedora mailing-lists, the reason
> is patents on EC technology...
> 
> Regards
> 
> Francis.Dupont@fdupont.fr
> _______________________________________________
> dnsext mailing list
> dnsext@ietf.org
> https://www.ietf.org/mailman/listinfo/dnsext
_______________________________________________
dnsext mailing list
dnsext@ietf.org
https://www.ietf.org/mailman/listinfo/dnsext