Implement DES and 3DES PRF. Patch fromKAMADA Ken'ichi
authorSam Hartman <hartmans@mit.edu>
Thu, 30 Apr 2009 20:17:42 +0000 (20:17 +0000)
committerSam Hartman <hartmans@mit.edu>
Thu, 30 Apr 2009 20:17:42 +0000 (20:17 +0000)
commit6991564a69ba53b12c4efdcc9daf85041f0e2697
tree744503c49aeda6813331b5a58a4ef4d464cf75ff
parent6af3a5f54d650eaa673a19c3d6f242dee40610b5
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
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22298 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