kerberos_v4.c: Better DES key validation.
authorRichard Basch <probe@mit.edu>
Thu, 22 Feb 1996 04:42:42 +0000 (04:42 +0000)
committerRichard Basch <probe@mit.edu>
Thu, 22 Feb 1996 04:42:42 +0000 (04:42 +0000)
main.c: Don't assume master key is DES for initializing the V4 randkey
generator; use a random key from the DES_CBC_CRC generator as the seed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7499 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog

index cbb072621f099c40c670455811ade99de88c21b4..168b6f270a029f140f4da734b2a8dd8ac1e23ef5 100644 (file)
@@ -1,3 +1,11 @@
+Wed Feb 21 23:28:33 1996  Richard Basch  <basch@lehman.com>
+
+       * kerberos_v4.c: Improve checking of DES keys
+
+       * main.c: Do not assume the master key is DES; instead initialize
+               the V4 random key generator from a random key after the
+               DES_CBC_CRC generator has been initialized.
+
 Tue Feb 20 16:50:59 1996  Theodore Y. Ts'o  <tytso@dcl>
 
        * kerberos_v4.c (kerberos_v4): Use strong random number generator