Added two new routines for multiple encryption type support:
authorRichard Basch <probe@mit.edu>
Tue, 5 Dec 1995 03:45:06 +0000 (03:45 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 5 Dec 1995 03:45:06 +0000 (03:45 +0000)
commit6d8fcc03881f65269b4ee4079d2d51db6aa43327
tree777a300795974ebd719c0d435c99676456070eba
parentd2e5b53f5e2592368182189fc560f531cc168a21
Added two new routines for multiple encryption type support:
   krb5_set_default_tgs_ktypes(context, ktypes)
This routine sets the default application session key types to be used.
   krb5_get_tgs_ktypes(context, principal, &ktypes)
This routine gets the session key types to be used with "principal".
At the moment, this only uses the krb5_set_default_tgs_ktypes values
or those specified in libdefaults/default_tgs_enctypes (krb5.conf).
It is envisioned that this may later support per-host/per-realm lookup.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7168 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/init_ctx.c