From a10d6c1a046c1955a48c94e12c72a5e7a61f22b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 31 Dec 2006 01:37:31 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19611 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 0cf851c3f..46cc5b931 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,7 +1,18 @@ 2006-12-31 Love Hörnquist Åstrand + * hxtool.c: Allow setting path length + + * cert.c: Fix test for proxy certs chain length, it was too + restrictive. + + * data: regen + + * data/openssl.cnf: (proxy_cert) make length 0 + * test_ca.in: Issue a long living cert. + * hxtool.c: add --lifetime to ca command. + * hxtool-commands.in: add --lifetime to ca command. * ca.c: allow setting notBefore and notAfter.