diff --git a/ChangeLog b/ChangeLog index 8eaff035a..5fc74e3f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-07-23 Love Hörnquist Åstrand + + * lib/krb5/crypto.c (hmac): make it return an error when out of + memory, update callsites to either return error or use krb5_abortx + (krb5_hmac): expose hmac + 2003-07-22 Love Hörnquist Åstrand * lib/krb5/keyblock.c (krb5_keyblock_get_enctype): return enctype diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index e6dc8cdc2..496fc63b4 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,4 +1,4 @@ -2003-07-23 Love +2003-07-23 Love Hörnquist Åstrand * rijndael-alg-fst.h,rijndael-alg-fst.c,aes.c,aes.h: Makefile.am: add AES support