diff --git a/ChangeLog b/ChangeLog index 84b49ce03..ea5dfff1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Sat Feb 20 15:48:06 1999 Johan Danielsson + * lib/hdb/convert_db.c: convert DES3 keys to des3-cbc-sha1, and + des3-cbc-md5 + * lib/krb5/crypto.c (DES3_string_to_key): make this actually do what the draft said it should diff --git a/NEWS b/NEWS index 72b85c1cd..6ca4cc653 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Changes in release 0.1b: + + * some old -> new crypto conversion utils + * bug fixes + Changes in release 0.1a: * new crypto code