diff options
author | Richard Basch <probe@mit.edu> | 1996-03-27 22:56:38 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1996-03-27 22:56:38 +0000 |
commit | db4b19af2a983ccbcad42b175451854a9ad1952d (patch) | |
tree | 964b3cf31917a5b7396fcf00ddb4dc465cf31582 /src/TODO | |
parent | 63e52e539d6b5bda02c07ff9d09e456d4b47a344 (diff) | |
download | krb5-db4b19af2a983ccbcad42b175451854a9ad1952d.tar.gz krb5-db4b19af2a983ccbcad42b175451854a9ad1952d.tar.xz krb5-db4b19af2a983ccbcad42b175451854a9ad1952d.zip |
DES modes are now interoperable
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7721 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ DONE * make DES-MD5 default, fall back to DES-CRC * krb5_get_in_tkt_with_keytab needs to pass local ktypes in AS_REQ. It should only be requesting ktypes for which there are local keytab entries. - * DES_CBC_* are not being properly treated. +DONE * DES_CBC_* are not being properly treated. Requesting one type does not always return a key of the same type (even if there is another DES key in the db). |