From d58be4c531964d6b2d749e595b65209dde9c1a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 21 Jun 2003 05:46:44 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12384 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ef5514fd1..6a4e7282c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,25 @@ -2003-06-17 Love +2003-06-21 Love Hörnquist Åstrand + * lib/krb5/aes-test.c: add a test for aes kcrypto encrypted data + + * lib/krb5/crypto.c: clean up AES code to use a structure instead + of a key array + (_krb5_AES_string_to_default_iterator): set to 4096 as described in + aes draft -04 + (derive_key): always remove the key->schedule since its + will contain the wrong (parent key) info + +2003-06-18 Love Hörnquist Åstrand + + * lib/krb5/aes-test.c: add aes256 test vectors from Ken Raeburn + * doc/setup.texi: add more kdc's to the example + +2003-06-17 Love Hörnquist Åstrand + + * lib/hdb/hdb-ldap.c: use int2HDBFlags/HDBFlags2int From: Alberto + Patino , Luke Howard + Pointed out by Andrew Bartlett of Samba + * lib/krb5/heim_threads.h: remove freebsd comment, don't use debug pthread stubs by default