Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 31654 invoked from network); 3 May 2007 18:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2007 18:01:01 -0000 Received: (qmail 2259 invoked by uid 500); 3 May 2007 18:01:05 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 2231 invoked by uid 500); 3 May 2007 18:01:05 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 2222 invoked by uid 99); 3 May 2007 18:01:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 11:01:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sergey.v.dmitriev@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 May 2007 11:00:58 -0700 Received: by py-out-1112.google.com with SMTP id p76so499049pyb for ; Thu, 03 May 2007 11:00:37 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M4xs9IMWBt/VnlDM5ysIVheRtCkXO3G9ykUFk2iZ9UmwCIiw+OkGzi6Aee6VGVA6DuQdosk6JEltSlV3yMTjPBY3PFF/ebz4RFRjTeafn8eUGb9KWsYTn38caVb8gLN3FlyU+/EoqRtoX5ZhU+Dz/k6wLNccgLi5/1AT5KhDU/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RzV92AUfitDM0jlZodgPXmVjmYh9PpWeU9ddQDXdtyUF2sxBYcMr46Vt7Th42VtW7Ce+oMAFmcXX0IzvjDknEAxDgQ+dGdhkz+i6MI8UoNwb5+M+ocHyEfAiFporheVRFJ+dyXNTJcIUPm/z/fHSipGOrdfSudgtFnU4Y5kyQFk= Received: by 10.65.84.6 with SMTP id m6mr4045283qbl.1178215237199; Thu, 03 May 2007 11:00:37 -0700 (PDT) Received: by 10.65.237.19 with HTTP; Thu, 3 May 2007 11:00:37 -0700 (PDT) Message-ID: Date: Thu, 3 May 2007 22:00:37 +0400 From: "Sergey Dmitriev" To: dev@harmony.apache.org Subject: Re: Diffie-Hellman KeyPairGenerator problem In-Reply-To: <906dd82e0705030632v4b3d37d1x4c4a0fb082e394e6@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <906dd82e0705030632v4b3d37d1x4c4a0fb082e394e6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org I just have checked: it is reproducible on gcc-release build r534465, BouncyCastle is 1.36 (actually this is the last downloadable version) and this version is used in Harmony currently. ] boy@moon ~ ] time ~/jre2/bin/java -showversion -cp ~ keyagreement Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r534465, (May 2 2007), Linux/ia32/gcc 3.3.3, release build http://incubator.apache.org/harmony ka: javax.crypto.KeyAgreement@427c93b0 kpg=org.bouncycastle.jce.provider.JDKKeyPairGenerator$DH@427d1274(class org.bouncycastle.jce.provider.JDKKeyPairGenerator$DH) ^C real 1m8.886s user 1m8.752s sys 0m0.088s Thanks Sergey On 5/3/07, Mikhail Loenko wrote: > is it reproducible with newer version of boncycastle (r534363 or newer)? > > Thanks, > Mikhail > > 2007/5/3, Sergey Dmitriev : > > Guys > > > > could some of you take a look at java.security.KeyPairGenerator? > > It hangs while generating public/private key pair. > > > > I filed JIRA with respect to this: > > https://issues.apache.org/jira/browse/HARMONY-3789. > > > > > > Thanks > > Sergey