summaryrefslogtreecommitdiffstats
path: root/src/kdc/ChangeLog
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-11-21 22:26:52 +0000
committerTheodore Tso <tytso@mit.edu>1994-11-21 22:26:52 +0000
commiteb4b9199cd3423483de0bb5bd74eab3a211686a1 (patch)
tree7698868369c795d2783f1b927b50da9b060ee0ca /src/kdc/ChangeLog
parent097b8337357ed4d1d9e69222b3bfffa89d6437df (diff)
Use the list of encryption types passed as part of the KDC request to
determine which encryption to use for encrypting the ticket. The encryption must be one that is supported by the KDC, as well as being one which is marked as being supported by the server of the ticket. In a AS request, also use this encryption for encrypting the KDC response. In a TGS request, use the encryption type of the TGT authenticator to determine how to encrypt the KDC response. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4712 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/ChangeLog')
-rw-r--r--src/kdc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 69d55104d..01bf1a131 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -1,3 +1,16 @@
+Mon Nov 21 17:23:50 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * do_tgs_req.c (process_tgs_req):
+ * do_as_req.c (process_as_req): Use the list of encryption types
+ passed as part of the KDC request to determine which
+ encryption to use for encrypting the ticket. The
+ encryption must be one that is supported by the KDC, as
+ well as being one which is marked as being supported by
+ the server of the ticket. In a AS request, also use this
+ encryption for encrypting the KDC response. In a TGS
+ request, use the encryption type of the TGT authenticator
+ to determine how to encrypt the KDC response.
+
Tue Nov 8 17:51:30 1994 Theodore Y. Ts'o (tytso@dcl)
* do_tgs_req.c (process_tgs_req): Use published interface to call