diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2001-07-16 20:25:15 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2001-07-16 20:25:15 +0000 |
| commit | 515d0383b587e86406f22f6c56367e194ae5dc02 (patch) | |
| tree | 6c3c5e91e673da15551b32e807f85752afadc7a6 /src/lib/crypto/sha1/ChangeLog | |
| parent | b6be2fcc6f0800a1e808dff212a761dc3589a756 (diff) | |
| download | krb5-515d0383b587e86406f22f6c56367e194ae5dc02.tar.gz krb5-515d0383b587e86406f22f6c56367e194ae5dc02.tar.xz krb5-515d0383b587e86406f22f6c56367e194ae5dc02.zip | |
* t_shs3.c: New test file from Marcus Watts.
(longReverse): Resurrected function long since deleted from shs.c.
* Makefile.in (check-unix, check-windows): Use t_shs3 test.
(clean): Delete it.
* shs.c (SHSTransform): Make input data pointer point to const.
(SHSUpdate): Bugfixes suggested by Marcus Watts, to fix buffer overruns, bugs
with small or odd block sizes.
[mostly pr krb5-libs/626]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13605 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/sha1/ChangeLog')
| -rw-r--r-- | src/lib/crypto/sha1/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog index 40f73c801d..88469909bb 100644 --- a/src/lib/crypto/sha1/ChangeLog +++ b/src/lib/crypto/sha1/ChangeLog @@ -1,3 +1,15 @@ +2001-07-16 Ken Raeburn <raeburn@mit.edu> + + * t_shs3.c: New test file from Marcus Watts. + (longReverse): Resurrected function long since deleted from + shs.c. + * Makefile.in (check-unix, check-windows): Use t_shs3 test. + (clean): Delete it. + + * shs.c (SHSTransform): Make input data pointer point to const. + (SHSUpdate): Bugfixes suggested by Marcus Watts, to fix buffer + overruns, bugs with small or odd block sizes. + 2001-07-05 Danilo Almeida <dalmeida@mit.edu> * shs.h, shs.c, t_shs.c: Fix sha1 on Windows by renaming LONG to |
