-
de87c2d9
by Paul Gofman at 2025-01-22T12:44:50+01:00
crypt32: Factor out CRYPT_RegDeleteFromReg().
-
b3646bed
by Paul Gofman at 2025-01-22T12:44:52+01:00
crypt32: Factor out CRYPT_SerializeContextToReg().
-
fc23f21c
by Paul Gofman at 2025-01-22T12:44:52+01:00
crypt32: Don't output the whole chains from check_and_store_certs().
The other certificates in constructed chain are either in 'cached' set
and will be persisted anyway, or come from CA / My / Trust stores and
should not be duplicated to the ROOT store.
-
afaf6e08
by Paul Gofman at 2025-01-22T12:44:54+01:00
crypt32: Do not use temporary store for updating root certificates.
-
b929b1e6
by Paul Gofman at 2025-01-22T12:44:54+01:00
crypt32: Do not delete root certs which were not imported from host in sync_trusted_roots_from_known_locations().