This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug crypto/27228] java.security.InvalidAlgorithmParameterException
- From: "csm at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 21 Apr 2006 06:37:13 -0000
- Subject: [Bug crypto/27228] java.security.InvalidAlgorithmParameterException
- References: <bug-27228-7936@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot 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 don't
need to generate new ones, you use them to generate a key.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27228