From 508e90e51619c79d2680eaeca754d516c7f88fdf Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 10 May 2003 00:01:04 +0000 Subject: Rename the local_subkey and remote_subkey fields in the auth_context to send_subkey and recv_subkey, respectively. Add new APIs to query and set these fields. Change the behavior of mk_req_ext, rd_req_dec, and rd_rep to set both subkeys. Applications wanting to set unidirectional subkeys may still do so by saving the values of subkeys and doing overrides. Cause mk_cred, mk_priv, and mk_safe to never use the recv_subkey. Cause rd_cred, rd_priv, and rd_safe to never use the send_subkey. ticket: 1415 status: open tags: pullup target_version: 1.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15407 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/ChangeLog') diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index fb8704392..2a1601859 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-05-09 Tom Yu + + * krb5_32.def: Add krb5_auth_con_getrecvsubkey, + krb5_auth_con_getsendsubkey, krb5_auth_con_setrecvsubkey, + krb5_auth_con_setsendsubkey. + 2003-04-15 Sam Hartman * krb5_32.def: Add krb5_set_password and krb5_set_password_using_ccache -- cgit