From 1440ab035ba04550ddbbfbff1ee9b5571e3d95db Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Fri, 30 Oct 1998 02:56:35 +0000 Subject: pull up 3des implementation from the marc-3des branch git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 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 b3c8848e0..d66def009 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,21 @@ +1998-10-26 Marc Horowitz + + * krb5.hin: add new interfaces for new crypto API and key + derivation/key usage. Add new (krb5_get_permitted_enctypes, + krb5_is_permitted_enctype) api for querying permitted etypes from + krb5.conf, and new auth_context flag + (KRB5_AUTH_CONTEXT_PERMIT_ALL) to override this. Fix bug in + krb5_kt_get_type. + + * k5-int.h: make changes related to new crypto API and key + derivation/key usage + +Tue Sep 1 19:32:33 1998 Tom Yu + + * krb5.hin: Add ENCTYPE_LOCAL_DES3_HMAC_SHA1, in order to deal + with marc's current des3 cryptosystem until we figure out what + we're actually going to use for a standardized cryptosystem. + Wed Jul 1 19:14:25 1998 Theodore Y. Ts'o * win-mac.h: Make size_t to be an unsigned long instead of -- cgit