From 312f87ccafc182bc0adcd01e885fc05083e885f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 9 Jan 2007 11:47:01 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19788 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 87275c927..92ca3a25a 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,10 @@ 2007-01-09 Love Hörnquist Åstrand + * test_ca.in: rename all files to PEM files, since that is what + they are. + + * hxtool.c: copy out the key with the self signed CA cert + * Factor out private key operation out of the signing, operations, support import, export, and generation of private keys. Add support for writing PEM and PKCS12 files with private keys in them.