diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-05-18 05:55:59 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-05-18 05:55:59 +0000 |
| commit | 576408fe5966789a74569e305c142a9a2d91282d (patch) | |
| tree | 7da7bfb8e5b74523d68d3c2fa3800fcf61b765f4 /src/lib/crypto/md5/ChangeLog | |
| parent | 1374510e8c09ef292bb4dc20a25ec24ed15ee096 (diff) | |
| download | krb5-576408fe5966789a74569e305c142a9a2d91282d.tar.gz krb5-576408fe5966789a74569e305c142a9a2d91282d.tar.xz krb5-576408fe5966789a74569e305c142a9a2d91282d.zip | |
Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so that we continue
doing things the wrong (broken) way. All hail backwards
compatibility.... The code now generates the old checksum, but it
will verify both the old and the correct checksum formats.
Also fixed two bugs in the "correct" MD5_CRYPTO implementation; use a
zero initialization vector, and calculate the confounder at the
beginning of the message, not at the end.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8044 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/md5/ChangeLog')
| -rw-r--r-- | src/lib/crypto/md5/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/crypto/md5/ChangeLog b/src/lib/crypto/md5/ChangeLog index ffe7df271..ae09cdab7 100644 --- a/src/lib/crypto/md5/ChangeLog +++ b/src/lib/crypto/md5/ChangeLog @@ -1,3 +1,16 @@ +Sat May 18 01:49:33 1996 Theodore Y. Ts'o <tytso@mit.edu> + + * md5crypto.c: Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so + that we continue doing things the wrong (broken) way. All + hail backwards compatibility.... The code now generates + the old checksum, but it will verify both the old and the + correct checksum formats. + + Also fixed two bugs in the "correct" MD5_CRYPTO + implementation; use a zero initialization vector, and + calculate the confounder at the beginning of the message, + not at the end. + Tue May 14 19:32:51 1996 Richard Basch <basch@lehman.com> * md5crypto.c md5glue.c: |
