--- 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:
--- 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
--- 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
--- 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
--- 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
--- 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:
.
--- 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
--- 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
--- 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")
--- 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
10 matches
Mail list logo