-
278437b2
by Paul Gofman at 2025-01-27T12:38:08+01:00
crypt32: Release cert context in CertDeleteCertificateFromStore().
-
0326e917
by Paul Gofman at 2025-01-27T12:38:08+01:00
crypt32: Factor out memstore_free_context() function.
-
04d821c0
by Paul Gofman at 2025-01-27T12:38:08+01:00
crypt32: Don't try to release zero-refcount context in MemStore_addContext().
That is essentially a no-op code, or that would be asserting in Context_Release().
-
df95ed20
by Paul Gofman at 2025-01-27T12:38:09+01:00
crypt32: Release existing cert context in add_cert_to_store().
-
489d95d3
by Paul Gofman at 2025-01-27T12:38:10+01:00
crypt32: Only remove cert from mem store list when deleting it.
-
43f04d06
by Paul Gofman at 2025-01-27T12:38:10+01:00
crypt32/tests: Add a test for deleting and adding certs during enumeration.
-
f62465f5
by Paul Gofman at 2025-01-27T12:38:10+01:00
crypt32: Don't assert in Context_Release() on invalid refcount.