RT RT/krbdev.mit.edu: Ticket #7010 Fix intermediate key length in hmac-md5 checksum Signed in as guest.
[Logout]

[Home] [Search] [Configuration]

[Display] [History] [Basics] [Dates] [People] [Links] [Jumbo]

 
 

 The Basics  
Id
7010
Status
resolved
Worked
0 min
Priority
0/0
Queue
krb5
 

 Keyword Selections  
Component
Version_reported
Version_Fixed
  • 1.8.6
Target_Version
Tags
 

 Relationships  
Depends on:
Depended on by:
Parents:
Children:

Refers to:
Referred to by:
 
 Dates  
Created: Tue Nov 8 17:21:30 2011
Starts: Not set
Started: Tue Nov 8 17:21:30 2011
Last Contact: Not set
Due: Not set
Updated: Tue Nov 8 17:21:30 2011 by tlyu
 

 People  
Owner
 tlyu
Requestors
 tlyu@mit.edu
Cc
 
AdminCc
 
 

 More about Tom Yu  
Comments about this user:
No comment entered about this user
This user's 25 highest priority tickets:
 

History   Display mode: [Brief headers] [Full headers]
      Tue Nov  8 17:21:30 2011  tlyu - Ticket created    
     
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.

http://src.mit.edu/fisheye/changelog/krb5/?cs=25462
Commit By: tlyu
Revision: 25462
Changed Files:
U   branches/krb5-1-8/src/lib/crypto/krb/checksum/hmac_md5.c


Download (untitled) 620b
      Tue Nov  8 17:21:30 2011  tlyu - Requestor tlyu@mit.edu added    
      Tue Nov  8 17:21:30 2011  tlyu - Status changed from new to resolved    
      Tue Nov  8 17:21:30 2011  tlyu - Version_Fixed 1.8.6 added