git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17592 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-29 09:25:02 +00:00
parent a99e6303d5
commit be597a30dc

View File

@@ -1,5 +1,16 @@
2006-05-29 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_p11.c: Iterate over all slots, not just the first/selected
one.
2006-05-27 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>