* make_checksum.c (krb5_c_make_checksum): Note the fact that we're
authorTom Yu <tlyu@mit.edu>
Tue, 5 Jan 1999 05:14:54 +0000 (05:14 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 5 Jan 1999 05:14:54 +0000 (05:14 +0000)
commit1e0f12d0fcd5f1a865c9d0502f0e3f8ef58ed5f0
treec34310bc0838d7e651d9161edd29b634f2901859
parent474187a3c7d6bdef3618c192590703a36e353e95
* make_checksum.c (krb5_c_make_checksum): Note the fact that we're
punting on dealing with backwards compat with length-included
checksums.

* etypes.c: Add ENCTYPE_LOCAL_DES3_HMAC_SHA1 as a temporary
kludge.  Note that this is added to the end of the array so other
code can lop off the last member of the array and the right thing
will happen so that it is possible to disable des3-marc-hmac-sha1
from the KDC command line, for instance.

* configure.in: Conditionalize ATHENA_DES3_KLUDGE on
--enable-athena.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11099 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/ChangeLog
src/lib/crypto/configure.in
src/lib/crypto/etypes.c
src/lib/crypto/make_checksum.c