table of contents
other versions
- bookworm-backports 0.9.1-1~bpo12+1
- testing 0.9.1-1+b1
- unstable 0.10.1-1
SIGSUM-VERIFY(1) | User Commands | SIGSUM-VERIFY(1) |
NAME¶
sigsum-verify - verify a sigsum proof, as produced by sigsum-submit(1)
SYNOPSIS¶
sigsum-verify [-v] [--help] [-k file] [-p file] [--raw-hash] proof < input
DESCRIPTION¶
- --help
- Display help
- -k, --key=file
- Submitter public key(s) (required)
- -p, --policy=file
- Sigsum policy (required)
- --raw-hash
- Input is already hashed
- -v, --version
- Display software version
- Verifies a sigsum proof, as produced by sigsum-submit. The proof file is passed on the command line. The message being verified is the hash of the data on stdin (or if --raw-hash is given, input is the hash value, either exactly 32 octets, or a hex string).
October 2024 | sigsum-verify 0.9.1-1~bpo12+1 |