From 9f6b2ceb0638e95a76242cbe6f7d02729be471ec Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Fri, 20 May 2005 02:05:24 +0000 Subject: Implement RFC 3961 PRF Add krb5_c_prf, a function that implements the RFC 3961 PRF. As part of this change, the krb5_init_keyblock and krb5 free routines move to libk5crypto. Public stubs remain in libkrb5, but the actual implementation is an internal interface in libk5crypto ticket: new Tags: enhancement git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17219 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/include/ChangeLog') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 60ee43c87..f8bf8f334 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +2005-05-19 Sam Hartman + + * k5-int.h (krb5int_c_ free_keyblock init_keyblock free_keyblock_contents): new + 2005-05-13 Ken Raeburn * configure.in: Deleted, content merged into ../configure.in. @@ -6,6 +10,12 @@ ($(srcdir)/krb5/autoconf.stmp): Use $(thisconfigdir) when locating configure.in and autom4te.cache. +2005-05-06 Sam Hartman + + + * krb5.hin: Add krb5_c_prf_length + + 2005-04-28 Ken Raeburn * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined. @@ -106,6 +116,7 @@ (k5_debug_make_loc): Change "lineno" to type int. (k5_debug_make_loc): Likewise for argument "line". + 2005-01-04 Jeffrey Altman * krb5.hin: add prototype for krb5_is_thread_safe @@ -124,11 +135,18 @@ * krb5.hin: Flag krb5_principal2salt as KRB5_CALLCONV_WRONG. + 2004-12-08 Ken Raeburn * k5-int.h (KRB5INT_ACCESS_STRUCT_VERSION): Bump to 9. (struct _krb5int_access): Add function pointer field use_dns_kdc. +2004-12-07 Sam Hartman + + * k5-int.h: Add prf_length to the keytype function + + * krb5.hin: Add krb5_c_prf + 2004-12-06 Ken Raeburn * k5-thread.h [DEBUG_THREADS_STATS]: Include string.h and -- cgit