Fix intermediate key length in hmac-md5 checksum
authorGreg Hudson <ghudson@mit.edu>
Fri, 28 Oct 2011 15:45:03 +0000 (15:45 +0000)
committerGreg Hudson <ghudson@mit.edu>
Fri, 28 Oct 2011 15:45:03 +0000 (15:45 +0000)
commit94f2cc96913426fd7add452cdea423877c2dcf0a
tree06325fe211e397658f4e47a4b82c0aab02ffb271
parent3e1de31181fb999840fd90f8df505fa7f0414646
Fix intermediate key length in hmac-md5 checksum

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: 6994
target_version: 1.10
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25418 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/krb/checksum_hmac_md5.c