[krbdev.mit.edu #6869] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed Feb 16 17:52:42 EST 2011


krb5int_hmacmd5_checksum calculates an intermediate key using an HMAC.
The container for this key should be allocated using the HMAC output
size (which is the hash blocksize), not the original key size.  This
bug was causing the function to fail with DES keys, which can be used
with hmac-md5 in PAC signatures.


http://src.mit.edu/fisheye/changelog/krb5/?cs=24639
Commit By: ghudson
Revision: 24639
Changed Files:
U   trunk/src/lib/crypto/krb/checksum/hmac_md5.c




More information about the krb5-bugs mailing list