[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-07-24 Thread raif at swiftdsl dot com dot au
--- Comment #13 from raif at swiftdsl dot com dot au 2006-07-24 10:58 --- i'm marking this FIXED as per Casey's patch. i've also added a Mauve testlet to validate the current codebase: TestOfPR27228 in gnu.testlet.gnu.javax.crypto.jce. -- raif at swiftdsl dot com dot au changed:

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-07-21 Thread csm at gnu dot org
--- Comment #12 from csm at gnu dot org 2006-07-22 05:23 --- Subject: Re: java.security.InvalidAlgorithmParameterException On Jul 21, 2006, at 5:31 PM, raif at swiftdsl dot com dot au wrote: > > --- Comment #11 from raif at swiftdsl dot com dot au > 2006-07-22 00:31 --- > a

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-07-21 Thread raif at swiftdsl dot com dot au
--- Comment #11 from raif at swiftdsl dot com dot au 2006-07-22 00:31 --- any objections to marking this PR as fixed? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-22 Thread csm at gnu dot org
--- Comment #10 from csm at gnu dot org 2006-04-22 19:26 --- I don't know; a confusing internal structure doesn't impact anyone trying to use Classpath with their application, they'll just want their program to work. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-22 Thread david at jpackage dot org
--- Comment #9 from david at jpackage dot org 2006-04-22 19:18 --- Maybe we can consider moving these class before closing this bug? I am also wondering why the are Diffie Hellman classes in the `sig' package. DH is not a digital signature algorithm, unless we are accounting for the obvi

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-22 Thread cvs-commit at developer dot classpath dot org
--- Comment #8 from cvs-commit at developer dot classpath dot org 2006-04-22 18:11 --- Subject: Bug 27228 CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Casey Marshall <[EMAIL PROTECTED]> 06/04/22 17:57:19 Modified files: .

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-20 Thread csm at gnu dot org
--- Comment #7 from csm at gnu dot org 2006-04-21 06:37 --- GnuDHKeyPairGenerator looks all-over wrong when you give it a DHParameterSpec. It is generating an entirely new P and G, even when you explicitly set those values. This is totally bogus; if you already have DH parameters, you do

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-20 Thread r_ovidius at eml dot cc
--- Comment #6 from r_ovidius at eml dot cc 2006-04-21 05:02 --- One of the first things I tried was to remove the instanceof check and see what would happen, but it just lead to another exception (I don't recall what it was). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-20 Thread csm at gnu dot org
--- Comment #5 from csm at gnu dot org 2006-04-21 02:30 --- There's an `instanceof' check that I think is wrong in gnu.javax.crypto.jce.sig.DHKeyPairGeneratorSpi.java, line 80: -> if (! (params instanceof DHGenParameterSpec)) -> throw new InvalidAlgorithmParameterException("params")

[Bug crypto/27228] java.security.InvalidAlgorithmParameterException

2006-04-20 Thread tromey at gcc dot gnu dot org
--- Comment #4 from tromey at gcc dot gnu dot org 2006-04-20 23:14 --- Moving to Classpath. -- tromey at gcc dot gnu dot org changed: What|Removed |Added Compone