* kerberos_v4.c
authorRichard Basch <probe@mit.edu>
Thu, 22 Feb 1996 04:23:30 +0000 (04:23 +0000)
committerRichard Basch <probe@mit.edu>
Thu, 22 Feb 1996 04:23:30 +0000 (04:23 +0000)
commit8663f65dbb3fdcbc46d239a20588610ea9404df5
tree0a9a7fb870f9f40f121c4a8274746482cc25f2b8
parent7b9b0110414fff31bdb6ad812dcb2def819bc1bb
* kerberos_v4.c
Improve the checks that DES keys are being used.
* main.c
Do not assume that the master key is necessarily a DES key suitable
for use to initialize the V4 random key generator.  Instead, after
initializing the DES_CBC_CRC generator, get a random key and use that
to seed the V4 random key generator.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7494 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/kerberos_v4.c
src/kdc/main.c