diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-09-14 02:54:13 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-09-14 02:54:13 +0000 |
| commit | b102c57ee3c0c5355bfd3e49481352ad1fecb23a (patch) | |
| tree | 5f603ef3acfce27710045f9b492fa4bb722d47c2 /src/kadmin/v5server/ChangeLog | |
| parent | 8de94b3ee0fde840d468a71e8b29d8c4b8c7a6b3 (diff) | |
(key_encrypt_keys): Remove equally errneous krb5_use_enctype() call
from key_encrypt_keys().
(key_string2key_keysalt and key_randomkey_keysalt): Install really
ugly hack to prevent these routines from munging the master_encblock.
This is not the correct fix. Proven will be making the correct fix
which will involve removing these routines and using the corect
libkdb functions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6786 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v5server/ChangeLog')
| -rw-r--r-- | src/kadmin/v5server/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog index d7896a7061..52a4fb7d77 100644 --- a/src/kadmin/v5server/ChangeLog +++ b/src/kadmin/v5server/ChangeLog @@ -1,5 +1,14 @@ Wed Sep 13 22:08:56 1995 Theodore Y. Ts'o (tytso@dcl) + * srv_key.c (key_string2key_keysalt and key_randomkey_keysalt): + Install really ugly hack to prevent these routines from munging + the master_encblock. This is not the correct fix. Proven + will be making the correct fix which will involve removing + these routines and using the corect libkdb functions. + + * srv_key.c (key_encrypt_keys): Remove equally errneous + krb5_use_enctype() call from key_encrypt_keys(). + * srv_key.c (key_decrypt_keys): Keys are encrypted in the key of the master key encryption type, not in the keytype of the key!!! Removed erroneous krb5_use_enctype() call. |
