From be597a30dc6690e5c0056c1c6f71b2a36c386950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 29 May 2006 09:25:02 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17592 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 02c50e5b6..a1561a4ce 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,16 @@ +2006-05-29 Love Hörnquist Åstrand + + * ks_p11.c: Iterate over all slots, not just the first/selected + one. + 2006-05-27 Love Hörnquist Åstrand + * cert.c: Add release function for certifiates so backend knowns + when its no longer used. + + * ks_p11.c: Add reference counting on certifiates, push out + CK_SESSION_HANDLE from slot. + * cms.c: sprinkle more hx509_clear_error_string 2006-05-22 Love Hörnquist Åstrand