From 3fe32c86f9d618af7c5fd9c8cdbd21d8c9cb51e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 Apr 2007 14:49:37 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20403 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 3d81ab5b8..857f4f3af 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,20 @@ -2007-04-16 Love Hörnquist Åstrand +2007-04-18 Love Hörnquist Åstrand + * hxtool.c (hxtool_ca): free signer + + * hxtool.c (crypto_available): free peer too. + + * ca.c (get_AuthorityKeyIdentifier): leak less memory + + * hxtool.c (hxtool_ca): free SPKI + + * hxtool.c (hxtool_ca): free cert + + * ks_mem.c (mem_getkeys): allocate one more the we have elements + so its possible to store the NULL pointer at the end. + +2007-04-16 Love Hörnquist Åstrand + * Makefile.am: CLEANFILES += cert-null.pem cert-sub-ca2.pem 2007-02-05 Love Hörnquist Åstrand