From 4af0b4f8bfc71c8da8adfa990d82f78ea631ebe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 14 Jan 2007 23:31:14 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19913 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 925d0f2ed..766db5d12 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,4 +1,19 @@ +2007-01-15 Love Hörnquist Åstrand + + * cms.c (hx509_cms_create_signed_1): use hx509_cert_binary + + * ks_p12.c (store_func): use hx509_cert_binary + + * ks_file.c (store_func): use hx509_cert_binary + + * cert.c (hx509_cert_binary): return binary encoded + certificate (DER format) + 2007-01-14 Love Hörnquist Åstrand + + * ca.c (hx509_ca_tbs_subject_expand): new function. + + * name.c (hx509_name_expand): if env is NULL, return directly * test_ca.in: test template handling