git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19666 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-04 02:02:21 +00:00
parent 2c45be2461
commit 64565477d5
2 changed files with 16 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2007-01-04 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <fx@gnu.org>

View File

@@ -1,5 +1,17 @@
2007-01-03 Love H<>rnquist <20>strand <lha@it.su.se>
2007-01-04 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* plugin/check-pac.in: test tgs-req
* plugin/windc.c: log that the function is called.