Module evidence

Module evidence 

Source
Expand description

Probe-output signature verification. Pubkey is OpenSSH ssh-ed25519 ... sourced from hosts.<hostname>.pubkey.

Enums§

SignatureStatus

Functions§

parse_ssh_ed25519_pubkey 🔒
Ok(Some) ed25519, Ok(None) non-ed25519, Err parse failure.
verify_canonical_payload
Verify a base64 ed25519 signature over already-canonical bytes.
verify_event
JCS-canonicalize payload, then verify.