From: | tlyu@mit.edu |
Subject: | SVN Commit |
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.
https://github.com/krb5/krb5/commit/ff7a34754848c02cbd934769f6d9ac5c8a80e4a3
Commit By: tlyu
Revision: 25459
Changed Files:
U branches/krb5-1-9/src/lib/crypto/krb/checksum/hmac_md5.c