From 8b79c24ba751d12fb20fcb1d7cb0a29075423aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 21 Jul 2003 20:22:26 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12476 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2cfa8f55f..05c57cd02 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,24 @@ +2003-07-21 Love Hörnquist Åstrand + + * lib/krb5/crypto.c (krb5_crypto_getenctype): new function + + * include/make_crypto.c: avoid redefining + OPENSSL_DES_LIBDES_COMPATIBILITY + + * lib/krb5/krb5.h: add krb5_enc_data + 2003-07-19 Love Hörnquist Åstrand + * lib/krb5/krb5.3: add krb5_c_ functions + + * lib/krb5/mit_glue.c: support passing in NULL as the + cipher_state/ivec + + * lib/krb5/aes-test.c: add test for krb5_c_encrypt_length and + krb5_c_decrypt + + * lib/krb5/krb5_c_make_checksum.3: krb5_c encryption glue + * lib/krb5/crypto.c (wrapped_length/wrapped_length_derived): when calculating the length of the encrypted data, use the keyed checksum length if the enctype supports a keyed checksum. This @@ -8,6 +27,8 @@ 2003-07-18 Love Hörnquist Åstrand + * lib/krb5/mit_glue.c: first version of krb5_c encryption glue + * doc/install.texi: update pointer to luke ldap documentation * lib/hdb/hdb.c (hdb_create): check for dynamic backend after