diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index dd0c442ec..585e75be9 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,14 @@ +2002-11-06 David Shaw <[email protected]> + + * blowfish.c (burn_stack), cast5.c (burn_stack), des.c + (burn_stack), md5.c (burn_stack), random.c (burn_stack, read_pool, + fast_random_poll), rijndael.c (burn_stack), rmd160.c (burn_stack), + rndegd.c (rndegd_gather_random), rndlinux.c + (rndlinux_gather_random), rndriscos.c (rndriscos_gather_random), + sha1.c (burn_stack), tiger.c (burn_stack), twofish.c (burn_stack): + Replace various calls to memset() with the more secure + wipememory(). + 2002-10-21 Werner Koch <[email protected]> * rndw32.c [__CYGWIN32__]: Don't include winioctl.h - it is not |