removed des3-md5 support (replaced with des3-sha)
authorRichard Basch <probe@mit.edu>
Fri, 10 May 1996 07:26:30 +0000 (07:26 +0000)
committerRichard Basch <probe@mit.edu>
Fri, 10 May 1996 07:26:30 +0000 (07:26 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7973 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/md5/ChangeLog
src/lib/crypto/md5/md5crypto.c

index 86c6873da6056d6ed70c09da9ba9049e6c0cbb99..d29d4eee1697cc542643720496302ace081c717a 100644 (file)
@@ -1,3 +1,7 @@
+Fri May 10 01:19:18 1996  Richard Basch  <basch@lehman.com>
+
+       * md5crypto.c: des3-md5 is being replaced with des3-sha
+
 Fri Apr 12 21:27:35 1996  Richard Basch  <basch@lehman.com>
 
        * rsa-md5.h md5crypto.c md5glue.c md5.c t_cksum.c t_mddriver.c:
index b82b5894e3183a63b1f2d3c0722deb320ffa3b3c..5d91b944e69731dbd905a54d98df782627043013 100644 (file)
@@ -283,6 +283,7 @@ size_t seed_length;
        else 
            retval = KRB5KRB_AP_ERR_BAD_INTEGRITY;
     }
+#if CKSUMTYPE_RSA_MD5_DES3
     else if (cksum->checksum_type == CKSUMTYPE_RSA_MD5_DES3) {
        if (cksum->length == (RSA_MD5_DES_CKSUM_LENGTH +
                              RSA_MD5_DES_CONFOUND_LENGTH)) {
@@ -340,6 +341,7 @@ size_t seed_length;
        else 
            retval = KRB5KRB_AP_ERR_BAD_INTEGRITY;
     }
+#endif /* CKSUMTYPE_RSA_MD5_DES3 */
     else
        retval = KRB5KRB_AP_ERR_INAPP_CKSUM;