Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA16504; Mon, 4 Dec 95 22:45:11 EST
Received: from TARDIS.MIT.EDU by MIT.EDU with SMTP
	id AA20490; Mon, 4 Dec 95 22:44:02 EST
From: probe@MIT.EDU
Received: by tardis.MIT.EDU (AIX 3.2/UCB 5.64/4.7) id AA04061; Mon, 4 Dec 1995 22:45:08 -0500
Date: Mon, 4 Dec 1995 22:45:08 -0500
Message-Id: <9512050345.AA04061@tardis.MIT.EDU>
To: cvs-krb5@MIT.EDU
Subject: CVS report: src/lib/krb5/krb init_ctx.c

Update of /mit/krb5/.cvsroot/src/lib/krb5/krb
In directory tardis:/ptfs/probe/krb5/src/lib/krb5/krb

Modified Files:
	init_ctx.c 
Log Message:
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.

