pull up r22298 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 11 May 2009 20:55:57 +0000 (20:55 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 11 May 2009 20:55:57 +0000 (20:55 +0000)
commit83b94e13d92d4a2102b390eb0c4f66ecd83db918
treefd32afe6655fff7ef4b867c8dca5811cf451cdd3
parent2c05402d97606e6683c3b8aa3c7d2b2cbe88526c
pull up r22298 from trunk

 ------------------------------------------------------------------------
 r22298 | hartmans | 2009-04-30 16:17:42 -0400 (Thu, 30 Apr 2009) | 10 lines
 Changed paths:
    M /trunk/src/lib/crypto/des/Makefile.in
    M /trunk/src/lib/crypto/des/des_int.h
    A /trunk/src/lib/crypto/des/des_prf.c (from /trunk/src/lib/crypto/dk/dk_prf.c:22295)
    M /trunk/src/lib/crypto/etypes.c
    M /trunk/src/lib/crypto/t_cf2.comments
    M /trunk/src/lib/crypto/t_cf2.expected
    M /trunk/src/lib/crypto/t_cf2.in

 ticket: 5587
 Tags: pullup

 Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichi

 Currently the DES and 3DES PRF output 16-byte results.  This is
 consistent with RFC 3961, but we need to confirm it is consistent with
 Heimdal and WG decisions.  See IETF 74 minutes for some discussion of
 the concern as it applies to AES and thus possibly all simplified
 profile enctypes.

ticket: 5587
version_fixed: 1.7

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-7@22335 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/des/Makefile.in
src/lib/crypto/des/des_int.h
src/lib/crypto/des/des_prf.c [new file with mode: 0644]
src/lib/crypto/etypes.c
src/lib/crypto/t_cf2.comments
src/lib/crypto/t_cf2.expected
src/lib/crypto/t_cf2.in