git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12476 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-07-21 20:22:26 +00:00
parent 2b396ee7e8
commit 8b79c24ba7

View File

@@ -1,5 +1,24 @@
2003-07-21 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se> 2003-07-19 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 * lib/krb5/crypto.c (wrapped_length/wrapped_length_derived): when
calculating the length of the encrypted data, use the keyed calculating the length of the encrypted data, use the keyed
checksum length if the enctype supports a keyed checksum. This checksum length if the enctype supports a keyed checksum. This
@@ -8,6 +27,8 @@
2003-07-18 Love H<>rnquist <20>strand <lha@it.su.se> 2003-07-18 Love H<>rnquist <20>strand <lha@it.su.se>
* lib/krb5/mit_glue.c: first version of krb5_c encryption glue
* doc/install.texi: update pointer to luke ldap documentation * doc/install.texi: update pointer to luke ldap documentation
* lib/hdb/hdb.c (hdb_create): check for dynamic backend after * lib/hdb/hdb.c (hdb_create): check for dynamic backend after