Re: Howto generate configure?

2006-07-20 Thread Morgon Kanter
undefined macro: AM_CONDITIONAL I am completly undereducated when it comes down to the whole make/automake stuff, so yes I am ashamed because of this mail ;-) Any help would be really welcome, thank you in advance. lg Clemens -- Morgon Kanter [EMAIL PROTECTED]

[cp-patches] Patch for support of the GOST block cipher.

2006-06-08 Thread Morgon Kanter
://www.vipul.net/gost/software/gost.c -- Morgon Kanter [EMAIL PROTECTED] Index: gnu/java/security/Registry.java --- gnu/java/security/Registry.java +++ gnu/java/security/Registry.java @@ -66,6 +66,8 @@ String DES_CIPHER = des; + String GOST_CIPHER = gost; + String KHAZAD_CIPHER

Re: [crypto] OAEP, EME-OAEP, RC4

2006-06-08 Thread Morgon Kanter
John Pritchard wrote: A couple classes I'm moving into classpath::crypto/ciphers: OAEP, EME-OAEP (and it looks like there's no RC4 there). ARCFour is there, check the prng dir. -- Morgon Kanter [EMAIL PROTECTED]

GOST cipher related added.

2006-06-04 Thread Morgon Kanter
to the JCE interface. It looks to me like a lot of the work could be done by an AWK or Perl script. Not necessarily a complaint per-se (I guess it's a necessary evil of implementing JCE), just a comment. Well, that's all for now. -- Morgon Kanter [EMAIL PROTECTED] pgpZRxNHNxsP2.pgp

Re: ATTENTION: Prospect of merging HEAD with the generics branch

2006-06-02 Thread Morgon Kanter
it is there, I'm all for it. I see no reason to keep them off of HEAD as long as gcj can compile them. -- Morgon Kanter [EMAIL PROTECTED] pgp3wzlQPRTL7.pgp Description: PGP signature

Re: Sun Says GPL Is a Possibility for OSS Java:would be great

2006-06-01 Thread Morgon Kanter
. But regardless, we haven't really seen Sun taking any action yet. -- Morgon Kanter [EMAIL PROTECTED]

Room for more block ciphers?

2006-05-31 Thread Morgon Kanter
Hello, Somewhat recently, the gnu-crypto project got merged into Classpath. As I live in a cave underground and only come out once every few months, I was unaware of this and working on a few new block cipher implementations for gnu-crypto, using their old CVS sources. The old homepage of