From b4da75540cd18ce1ad426cab6975fee1a26175aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 24 Jul 2005 20:38:12 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15724 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 0b4341196..662a06452 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,15 @@ 2005-07-24 Love Hörnquist Åstrand + * hx_locl.h,cms.c,cert.c: allow matching on SubjectKeyId + + * hxtool.c: Use _hx509_map_file, _hx509_unmap_file and + _hx509_write_file. + + * file.c (_hx509_write_file): in case of write error, return errno + + * file.c (_hx509_write_file): add a function that write a data + blob to disk too + * Fix id-tags * Import mostly complete X.509 and CMS library. Handles, PEM, DER,