- The updater looks for updates to certificates from the certificate
  store.
- The updates are spaced by random time intervals so that the
  reconstruction of the content of the cert store is made more
  difficult.
- The updater can be send into the background - start, stop and status
  are implemented.
- The state of the updater is persisted to disk so that the update
  procedure survives a restart.
This commit is contained in:
Malte Meiboom
2026-08-07 11:11:55 +02:00
parent 118b930c1d
commit 1ed3e1e988
12 changed files with 753 additions and 21 deletions
+1
View File
@@ -21,6 +21,7 @@ indymilter = "0.3.0"
lettre = "0.11.22"
log = "0.4.30"
log4rs = "1.3.0"
rand = "0.10.2"
sequoia-cert-store = "0.7.3"
sequoia-directories = "0.1.0"
sequoia-keystore = "0.7.2"