diff options
author | Theodore Tso <tytso@mit.edu> | 1995-09-13 23:04:30 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1995-09-13 23:04:30 +0000 |
commit | 39e3fa424d9b5f782afee72c94cad4e7350144ef (patch) | |
tree | 0a832754302e35bd4097ea5886e48a74bcb333ed /src/admin/create/ChangeLog | |
parent | a042450523827506daad640dafdd4d5ea2ef0d66 (diff) | |
download | krb5-39e3fa424d9b5f782afee72c94cad4e7350144ef.tar.gz krb5-39e3fa424d9b5f782afee72c94cad4e7350144ef.tar.xz krb5-39e3fa424d9b5f782afee72c94cad4e7350144ef.zip |
(tgt_keysalt_iterate): Don't bash the master key encblock when
creating the various TGT keys. Otherwise, the keys end up getting
encrypted using the wrong encryption algorithm. Initialize a new
encblock, random_encblock, from the master key password.
(main): Prompt for the master key password ourselves, and store it
away so that it can be used by tgt_keysalt_iterate.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6783 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/create/ChangeLog')
-rw-r--r-- | src/admin/create/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/admin/create/ChangeLog b/src/admin/create/ChangeLog index 7b0482a9f..4da417fa0 100644 --- a/src/admin/create/ChangeLog +++ b/src/admin/create/ChangeLog @@ -1,3 +1,12 @@ +Wed Sep 13 19:02:50 1995 Theodore Y. Ts'o <tytso@dcl> + + * kdb5_create.c (tgt_keysalt_iterate): Don't bash the master key + encblock when creating the various TGT keys. Otherwise, + the keys end up getting encrypted using the wrong + encryption algorithm. Initialize a new encblock, + random_encblock, from the master key password. + (main): Prompt for the master key password ourselves, and + store it away so that it can be used by tgt_keysalt_iterate. Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu) |