.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH SIGSUM-VERIFY "1" "February 2024" "sigsum-verify 0.7.2-2" "User Commands" .SH NAME sigsum-verify - verify a sigsum proof, as produced by sigsum-submit(1) .SH SYNOPSIS .B sigsum-verify [\fI\,--help\/\fR] [\fI\,-k file\/\fR] [\fI\,-p file\/\fR] [\fI\,--raw-hash\/\fR] \fI\,proof < input\/\fR .SH DESCRIPTION .TP \fB\-\-help\fR Display help .TP \fB\-k\fR, \fB\-\-key\fR=\fI\,file\/\fR Submitter's public key (required) .TP \fB\-p\fR, \fB\-\-policy\fR=\fI\,file\/\fR Sigsum policy (required) .TP \fB\-\-raw\-hash\fR Input is already hashed .IP 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 \fB\-\-raw\-hash\fR is given, input is the hash value, either exactly 32 octets, or a hex string).