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