From 0465782568ceb9af0513d99a675dba2142a2cb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 11 Oct 2006 20:29:13 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18405 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index f615715e4..b2758a6cc 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,10 @@ -2006-10-10 Love Hörnquist Åstrand +2006-10-11 Love Hörnquist Åstrand + * ks_file.c (parse_rsa_private_key): try all passwords and + prompter. + +2006-10-10 Love Hörnquist Åstrand + * test_*.in: Parameterise the invocation of hxtool, so we can make it run under TESTS_ENVIRONMENT. From Andrew Bartlett