Fix intermediate key length in hmac-md5 checksum
authorTom Yu <tlyu@mit.edu>
Tue, 8 Nov 2011 22:21:29 +0000 (22:21 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 8 Nov 2011 22:21:29 +0000 (22:21 +0000)
commit649d734bfeb36f4a6f0fd1cfdee4934823a0af5c
treedb6a7fcdb93f9fb55fce1f585d495f30f08b2ae9
parentd9ff4e18850aac3ef595ccb7fc6fd2e359e2b806
Fix intermediate key length in hmac-md5 checksum

pull up r25418 from trunk

 ------------------------------------------------------------------------
 r25418 | ghudson | 2011-10-28 11:45:03 -0400 (Fri, 28 Oct 2011) | 9 lines

 ticket: 6994
 subject: Fix intermediate key length in hmac-md5 checksum
 target_version: 1.10
 tags: pullup

 When using hmac-md5, the intermediate key length is the output of the
 hash function (128 bits), not the input key length.  Relevant if the
 input key is not an RC4 key.

ticket: 7010
version_fixed: 1.8.6
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-8@25462 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/krb/checksum/hmac_md5.c