diff options
| author | Tom Yu <tlyu@mit.edu> | 1999-01-05 05:14:54 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1999-01-05 05:14:54 +0000 |
| commit | 1e0f12d0fcd5f1a865c9d0502f0e3f8ef58ed5f0 (patch) | |
| tree | c34310bc0838d7e651d9161edd29b634f2901859 /src/lib/crypto/ChangeLog | |
| parent | 474187a3c7d6bdef3618c192590703a36e353e95 (diff) | |
| download | krb5-1e0f12d0fcd5f1a865c9d0502f0e3f8ef58ed5f0.tar.gz krb5-1e0f12d0fcd5f1a865c9d0502f0e3f8ef58ed5f0.tar.xz krb5-1e0f12d0fcd5f1a865c9d0502f0e3f8ef58ed5f0.zip | |
* 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
Diffstat (limited to 'src/lib/crypto/ChangeLog')
| -rw-r--r-- | src/lib/crypto/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index 3326e6d24..ccce05aec 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,18 @@ +Tue Jan 5 00:06:02 1999 Tom Yu <tlyu@mit.edu> + + * 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. + 1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> * Makefile.in: Set the myfulldir and mydir variables (which are |
