From 36a3388bb5ac0285d31a209e7ddb232cf0b4cb3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 2 Jan 2006 15:49:26 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16431 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 4fbd5132c..1cb235443 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,26 @@ +2006-01-02 Love Hörnquist Åstrand + + * ks_file.c (parse_certificate): avoid stomping before array + + * name.c (oidtostring): avoid leaking memory + + * keyset.c: Add _hx509_ks_dir_register. + + * Makefile.am (libhx509_la_SOURCES): += ks_dir.c + + * hxtool-commands.in: Remove pkcs11. + + * hxtool.c: Remove pcert_pkcs11. + + * ks_file.c: Factor out certificate parsing code. + + * ks_dir.c: Add new keystore that treats all files in a directory + a keystore, useful for regression tests. + 2005-12-12 Love Hörnquist Åstrand + * test_nist_pkcs12.in: Test parse PKCS12 files from NIST. + * data/nist-data: Can handle DSA certificate. * hxtool.c: Print error code on failure.