diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 52bcebbe6..8fed0d080 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,3 +1,16 @@ +2004-03-25 Love Hörnquist Åstrand + + * Makefile.am: new arcfour implementation + + * rc4.c: implemented from description in + draft-kaukonen-cipher-arcfour-03.txt + + * rc4.h: replace with new implementation + + * rc4_enc.c rc4_skey.c: remove + + * rctest.c: test for arcfour + 2003-12-07 Love Hörnquist Åstrand * rnd_keys.c: uninitialized variable, from Panasas Inc