Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

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/94f2cc96913426fd7add452cdea423877c2dcf0a
Commit By: ghudson
Revision: 25418
Changed Files:
U trunk/src/lib/crypto/krb/checksum_hmac_md5.c
This should also be pulled up to previous supported releases. In 1.9 and
1.8, the code lives in src/lib/crypto/krb/checksum/hmac_md5.c, but the
patch should apply unchanged.
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/73d37e14883a38e98f2ac0c87c84ba5ea4c8f5fd
Commit By: tlyu
Revision: 25449
Changed Files:
U branches/krb5-1-10/src/lib/crypto/krb/checksum_hmac_md5.c