diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 74bafed4b..778517628 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,12 @@ +2001-03-28 Werner Koch <[email protected]> + + * md5.c (md5_final): Fixed calculation of hashed length. Thanks + to [email protected] for pointing out that it was horrible wrong + for more than 512MB of input. + * sha1.c (sha1_final): Ditto. + * rmd160.c (rmd160_final): Ditto. + * tiger.c (tiger_final): Ditto. + 2001-03-19 Werner Koch <[email protected]> * blowfish.c (encrypt,do_encrypt): Changed name to do_encrypt to |