From 1f5b66439c24d4df0e271046933bc534d998aa2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 25 Jun 2007 18:24:01 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21309 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index d3cc6407d..d4fb61f8c 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,21 @@ 2007-06-25 Love Hörnquist Åstrand + * ks_file.c: Use PEM encoding/decoding functions. + + * file.c: PEM encode/decoding functions. + + * ks_file.c: Use hx509_pem_write. + + * version-script.map: Export some semi-private functions. + + * hxtool.c: Enable writing out signed data as a pem attachment. + + * hxtool-commands.in (cms-create-signed): add --pem + + * file.c (hx509_pem_write): Add. + + * test_ca.in: Issue and test null subject cert. + * cert.c: Match is first component is in a CN=. * test_ca.in: Test hostname if first CN.