From 64565477d5c2661f2245e74134ed1f2e34d38ed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 4 Jan 2007 02:02:21 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19666 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 3 +++ tests/ChangeLog | 14 +++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index d731d35fc..0ae65c74e 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,8 @@ 2007-01-04 Love Hörnquist Åstrand + * ks_file.c: Try all formats on the binary file before giving up, + this way we can handle binary rsa keys too. + * data/key2.der: new test key 2007-01-04 David Love diff --git a/tests/ChangeLog b/tests/ChangeLog index 2ed4e13bb..579e182f2 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,17 @@ -2007-01-03 Love Hörnquist Åstrand +2007-01-04 Love Hörnquist Åstrand + * kdc/Makefile.am: Add test for pkinit with locally generated + certs. + + * kdc/check-pkinit.in: Generate a ca, kdc cert and client cert and + try to use them + + * kdc/pki-mapping: add other foo@TEST + + * kdc/krb5-pkinit.conf.in: pkinit specific krb5.conf + +2007-01-03 Love Hörnquist Åstrand + * plugin/check-pac.in: test tgs-req * plugin/windc.c: log that the function is called.