From b738fb3a74b9e236ce35955fa9dd8dedc4e1652c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 7 Jun 2007 22:53:46 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20999 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef85322f7..f88bf3477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-06-07 Love Hörnquist Åstrand + * kdc/pkinit.c: Break out loading of mappings file to a separate + function and remove warning that it can't open the mapping file, + there are now mappings in the db, maybe the users uses that + instead... + * lib/krb5/crypto.c: Require the raw key have the correct size and do away with the minsize. Minsize was a thing that originated from RC2, but since RC2 is done in the x509/cms subsystem now