From ab01c4b0b45674bac231c385a87188e0c9a769a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 10 Jan 2007 22:15:46 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19822 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 2 ++ lib/hx509/ChangeLog | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3073f24ad..30a709d6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-01-10 Love Hörnquist Åstrand + * doc/setup.texi: Hint about hxtool validate. + * appl/test/uu_server.c: print both "server" and "client" * kdc/krb5tgs.c: Rename keys to be more obvious what they do. diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 923562b01..83da6a1d6 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,3 +1,16 @@ +2007-01-10 Love Hörnquist Åstrand + + * print.c: BasicConstraints vs criticality bit is complicated and + not really possible to evaluate on its own, silly RFC3280. + + * ca.c: Make basicConstraints critical if this is a CA. + + * print.c: fix the version vs extension test + + * print.c: More validation checks. + + * name.c (hx509_name_cmp): add + 2007-01-09 Love Hörnquist Åstrand * ks_p11.c (collect_private_key): Missing CKA_MODULUS is ok