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.