diff options
| author | Tom Yu <tlyu@mit.edu> | 1995-08-09 01:36:43 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1995-08-09 01:36:43 +0000 |
| commit | 835d6c5ddb0f0c1603969b4a109297882d52bbcd (patch) | |
| tree | faa39e507aa9545ce9720a9df8d6484a515378c6 /src/lib/kdb/ChangeLog | |
| parent | c14e04d59dd3624228a6aaf88b08df61e13f4429 (diff) | |
| download | krb5-835d6c5ddb0f0c1603969b4a109297882d52bbcd.tar.gz krb5-835d6c5ddb0f0c1603969b4a109297882d52bbcd.tar.xz krb5-835d6c5ddb0f0c1603969b4a109297882d52bbcd.zip | |
* kdb_cpw.c (add_key_rnd): remove bletcherous aggregate
initializer stuff and use build_principal_ext like we
should have in the first place to build the tgt principal.
Why are we using the TGS key to seed the random number generator?
This makes randomized service keys have data that is derived from the
TGS key. Do we really want that? Or am I missing something here?
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6474 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kdb/ChangeLog')
| -rw-r--r-- | src/lib/kdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog index 5c11b1208..fbf9815ce 100644 --- a/src/lib/kdb/ChangeLog +++ b/src/lib/kdb/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 8 21:32:30 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU> + + * kdb_cpw.c (add_key_rnd): remove bletcherous aggregate + initializer stuff and use build_principal_ext like we + should have in the first place to build the tgt principal. Tue Aug 8 17:35:58 EDT 1995 Paul Park (pjpark@mit.edu) * encrypt_key.c - When allocating the actual key_data_contents use the |
