DES modes are now interoperable
authorRichard Basch <probe@mit.edu>
Wed, 27 Mar 1996 22:56:38 +0000 (22:56 +0000)
committerRichard Basch <probe@mit.edu>
Wed, 27 Mar 1996 22:56:38 +0000 (22:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7721 dc483132-0cff-0310-8789-dd5450dbe970

src/TODO

index 6ff19a2d2bf8f423e78d56d5a0670628a6ee718b..13678a3a5187f96587dcbe9c73396eed1337cc3c 100644 (file)
--- a/src/TODO
+++ b/src/TODO
@@ -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).