pub fn verify_bootstrap_token_against_trust(
trust_path: &Path,
token: &BootstrapToken,
now: DateTime<Utc>,
) -> Result<(), TrustVerifyError>Expand description
Re-reads trust.json per call (key rotations apply without restart).
ed25519-only. now enables the successor overlap window.