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