Use the list of encryption types passed as part of the KDC request to
authorTheodore Tso <tytso@mit.edu>
Mon, 21 Nov 1994 22:26:52 +0000 (22:26 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 21 Nov 1994 22:26:52 +0000 (22:26 +0000)
commiteb4b9199cd3423483de0bb5bd74eab3a211686a1
tree7698868369c795d2783f1b927b50da9b060ee0ca
parent097b8337357ed4d1d9e69222b3bfffa89d6437df
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
src/kdc/ChangeLog
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c