From 7ee7f8575a61ab43f8c744b21222c36551379eb8 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 6 Jul 2000 21:24:58 +0000 Subject: [PATCH] add arcfour-hmac-md5 git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8562 ec53bebd-3082-4978-b11e-865c3cabbd6b --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index a938a6752..7aa54f5da 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ Changes in release 0.3a: + * implement arcfour-hmac-md5 to interoperate with W2K + * modularise the handling of the master key, and allow for other encryption types. This makes it easier to import a database from some other source without having to re-encrypt all keys.