Skip to main content

Crate klieo_ops_evidence_verify

Crate klieo_ops_evidence_verify 

Source
Expand description

Library API for the evidence verifier.

The klieo-ops-evidence-verify binary is a thin CLI wrapper over verify. Downstream integration tests import this crate directly to run verification in-process rather than shelling out.

Re-exports§

pub use checks::verify;Deprecated
pub use checks::verify_with_policy;
pub use checks::Agent;
pub use checks::Event;
pub use checks::EvidenceBundle;
pub use checks::RedactorRef;
pub use checks::SignaturePolicy;
pub use checks::Verdict;

Modules§

checks
Phase-A INTEGRITY checks for evidence bundles. Bits 0/1/4/5/6/7/8 implemented; bits 2/3 reserved for future approver-decision checks (hence the captured fields). Bit 7 = seq monotonicity, bit 8 = tenant-tag consistency (separate bits so a failure is unambiguous).