summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/ChangeLog
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-05-15 01:03:37 +0000
committerRichard Basch <probe@mit.edu>1996-05-15 01:03:37 +0000
commitd5943f2c880cd495f5ef77c7bc0085313da5c5a0 (patch)
tree0cf01691564d2117967934909e90327b5ba16d33 /src/lib/crypto/ChangeLog
parentcd7f0a235df010bd0c23c69765f2eca1596c2ff2 (diff)
* des_crc.c des_md5.c:
set the length field of the cksum structure. * des3_sha.c: Increase the confounder length to 24 bytes. Set the length of the cksum structure. * cryptoconf.c: sha-des3 cksum has been replaced by hmac-sha git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8027 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/ChangeLog')
-rw-r--r--src/lib/crypto/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index e113e06e3..3a45d7e71 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,12 @@
+Tue May 14 15:14:20 1996 Richard Basch <basch@lehman.com>
+
+ * des_crc.c des_md5.c:
+ set the length field of the cksum structure.
+
+ * des3_sha.c:
+ Increase the confounder length to 24 bytes.
+ Set the length of the cksum structure.
+
Fri May 10 01:34:46 1996 Richard Basch <basch@lehman.com>
* configure.in cryptoconf.c des3_sha.c: