+1999-08-18 Tom Yu <tlyu@mit.edu>
+
+ * etypes.c: Update des3-cbc-sha1 to alignt with new number
+ assignments.
+
+ * cksumtypes.c: Update hmac-sha1-des3 to align with new number
+ assignments.
+
Tue May 18 19:52:56 1999 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Remove - from recursive Win32 make invocation.
0, NULL,
&krb5_hash_sha1 },
- { CKSUMTYPE_HMAC_SHA1, KRB5_CKSUMFLAG_DERIVE,
- "hmac-sha1", "HMAC-SHA1",
+ { CKSUMTYPE_HMAC_SHA1_DES3, KRB5_CKSUMFLAG_DERIVE,
+ "hmac-sha1-des3", "HMAC-SHA1 DES3 key",
0, NULL,
&krb5_hash_sha1 },
};
krb5_raw_encrypt_length, krb5_raw_encrypt, krb5_raw_decrypt,
krb5_dk_string_to_key },
- { ENCTYPE_DES3_HMAC_SHA1,
- "des3-hmac-sha1", "Triple DES with HMAC/sha1",
+ { ENCTYPE_DES3_CBC_SHA1,
+ "des3-cbc-sha1", "Triple DES cbc mode with HMAC/sha1",
&krb5_enc_des3, &krb5_hash_sha1,
krb5_dk_encrypt_length, krb5_dk_encrypt, krb5_dk_decrypt,
krb5_dk_string_to_key },