Skip to main content

Module verify

Module verify 

Source
Expand description

Package verification module.

Verifies .actr ZIP STORE packages via a pluggable TrustProvider.

Structs§

ChainTrust
Try a list of providers in order; the first Ok(_) wins.
MfrCertCache
Production mode MFR Ed25519 public key cache
RegistryTrust
Resolve manufacturer public keys from an AIS HTTP registry and verify Ed25519 signatures against them. Internal cache with configurable TTL (default 1h).
StaticTrust
Pre-configured single Ed25519 public key. Accepts packages from any manufacturer as long as they verify against this key.

Traits§

TrustProvider
Verifier for .actr package signatures.