From 39e3fa424d9b5f782afee72c94cad4e7350144ef Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 13 Sep 1995 23:04:30 +0000 Subject: (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 --- src/admin/create/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/admin/create/ChangeLog') 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 + + * 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) -- cgit