Module zipsign_api::verify
source · Expand description
Functions to verify a signed file
Structs§
- An error returned by
collect_keys()
- No matching key/signature pair found
- An error returned by
read_signatures()
- VerifyTarError
verify-tar
An error returned byverify_tar()
- VerifyZipError
verify-zip
An error retuned byverify_zip()
Functions§
- Convert a slice of key bytes into a
Vec
ofVerifyingKey
s. - Iterate signatures and keys, and return the indices of the first match match
- Collect all signatures in a file
- verify_tar
verify-tar
Find the index of the firstVerifyingKey
that matches the a signature in a signed.tar.gz
file - verify_zip
verify-zip
Find the index of the firstVerifyingKey
that matches the a signature in a signed.zip
file