bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/27372] New: BigInteger should use nextBytes()


From: gnu at frogcircus dot org
Subject: [Bug classpath/27372] New: BigInteger should use nextBytes()
Date: 1 May 2006 16:26:07 -0000

In addition to bug #23899, reported separately, there is one other Classpath
bug that I've run into while attempting to compile and test BouncyCastle
(http://www.bouncycastle.org/) with a free JVM. Currently two of the test cases
fail, and as with the previously referenced bug, the fault appears to lie in
Classpath.

To see the failed test cases, download the latest beta releases of bctest*.jar
and bcprov*.jar from http://www.bouncycastle.org/betas/ and then execute the
following command:

   gij -cp bctest-jdk14-133b08.jar:bcprov-jdk14-133b08.jar
org.bouncycastle.crypto.test.RegressionTest

The errors obtained are:

EC: r component wrong.
 expecting:
308636143175167811492622547300668018854959378758531778147462058306432176
 got      :
245735575167810545793756990803068481047855238384222907462905357612977107

ECNR: r component wrong.
Expected:
308636143175167811492623515537541734843573549327605293463169625072911693
Found   :
245735575167810545793757959039942197036469408953296422778612924379456624


I'll follow up with additional details as they become available.


-- 
           Summary: BigInteger should use nextBytes()
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu at frogcircus dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27372





reply via email to

[Prev in Thread] Current Thread [Next in Thread]