Expand description
Package verification module.
Verifies .actr ZIP STORE packages via a pluggable TrustProvider.
Structs§
- Chain
Trust - Try a list of providers in order; the first
Ok(_)wins. - MfrCert
Cache - Production mode MFR Ed25519 public key cache
- Registry
Trust - Resolve manufacturer public keys from an AIS HTTP registry and verify Ed25519 signatures against them. Internal cache with configurable TTL (default 1h).
- Static
Trust - Pre-configured single Ed25519 public key. Accepts packages from any manufacturer as long as they verify against this key.
Traits§
- Trust
Provider - Verifier for
.actrpackage signatures.