From b7d2f686d8c563ab64636974d64b5fae92ad1766 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Mon, 12 May 2003 02:59:06 +0000 Subject: * IMplement etype_info in KDC. If the request contains any new enctypes (currently AES but anything not explicitly listed as old) then only etype_info2 is sent back in response. Send back etype_info2 all the time. Also send back etype_info2 to provide salt and s2kparams with AS reply not just for preauth errors. * Expose interface for getting string2key with parameters (previously implemented but not exported) * IN the client (at least for get_init_creds interface) prfer etype_info2 to etype_info and pw_salt. Pass s2kparams and use string2key_with_params. Ticket: 1454 Status: open Target_Version: 1.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15412 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/lib/ChangeLog') diff --git a/src/lib/ChangeLog b/src/lib/ChangeLog index 2a1601859..205153305 100644 --- a/src/lib/ChangeLog +++ b/src/lib/ChangeLog @@ -1,3 +1,7 @@ +2003-05-08 Sam Hartman + + * krb5_32.def: Add krb5_c_string_to_key_with_params + 2003-05-09 Tom Yu * krb5_32.def: Add krb5_auth_con_getrecvsubkey, -- cgit