Re: [cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-02-02 Thread Raif S. Naffah
On Thursday 02 February 2006 02:42, Casey Marshall wrote: > On Jan 30, 2006, at 3:55 AM, Mark Wielaard wrote: > > Hi Raif, > > > > On Mon, 2006-01-30 at 19:57 +1100, Raif S. Naffah wrote: > >> this patch designates > >> gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi > >> as the implementation of

Re: [cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-02-01 Thread Casey Marshall
On Jan 30, 2006, at 3:55 AM, Mark Wielaard wrote: Hi Raif, On Mon, 2006-01-30 at 19:57 +1100, Raif S. Naffah wrote: this patch designates gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi as the implementation of DSS (alias DSA), effectively crippling gnu.java.security.provider.DSAKeyPairGene

Re: [cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-02-01 Thread Raif S. Naffah
hello Mark, sorry for the late reply. On Monday 30 January 2006 22:55, Mark Wielaard wrote: > Hi Raif, > > On Mon, 2006-01-30 at 19:57 +1100, Raif S. Naffah wrote: > > this patch designates > > gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi as the > > implementation of DSS (alias DSA), effecti

Re: [cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-01-30 Thread Mark Wielaard
Hi Raif, On Mon, 2006-01-30 at 19:57 +1100, Raif S. Naffah wrote: > this patch designates gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi > as the implementation of DSS (alias DSA), effectively crippling > gnu.java.security.provider.DSAKeyPairGenerator. I am not an expert on the different impl

[cp-patches] Use gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi for DSS/DSA

2006-01-30 Thread Raif S. Naffah
hello there, this patch designates gnu.java.security.jce.sig.DSSKeyPairGeneratorSpi as the implementation of DSS (alias DSA), effectively crippling gnu.java.security.provider.DSAKeyPairGenerator. ok to commit? cheers; rsn Index: Gnu.java ===