.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "xsec-checksig.pod 1" .TH xsec-checksig.pod 1 2024-03-09 2.0.4 "Apache XML Security" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME xmlsec\-checksig \- Check a signature embedded in an XML file .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBxmlsec-checksig\fR [\fB\-s\fR] [\fB\-h\fR \fIstring\fR] [\fB\-x\fR] [\fB\-d\fR \fIns-uri\fR \fIname\fR] [\fB\-i\fR] [\fB\-\-id\fR \fIname\fR] \fIinput\fR .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBxmlsec-checksig\fR checks a digital signature embedded in an XML file using the Apache XML Security for C++ library. It reads the XML document to check from the provided \fIinput\fR file and expects the signature to follow the XML Digital Signature and Encryption specifications. .SH OPTIONS .IX Header "OPTIONS" Note that each option must be given as a separate argument. .IP "\fB\-\-hmackey\fR \fIstring\fR, \fB\-h\fR \fIstring\fR" 4 .IX Item "--hmackey string, -h string" Use the HMAC key specified by \fIstring\fR. .IP "\fB\-\-id\fR \fIname\fR" 4 .IX Item "--id name" Use the attribute id with name \fIname\fR. To also specify the namespace, use \fB\-\-idns\fR instead. .IP "\fB\-\-idns\fR \fIns-uri\fR \fIname\fR, \fB\-d\fR \fIns-uri\fR \fIname\fR" 4 .IX Item "--idns ns-uri name, -d ns-uri name" Use the attribute id specified by the namespace URI \fIns-uri\fR and the name \&\fIname\fR. .IP "\fB\-\-interop\fR, \fB\-i\fR" 4 .IX Item "--interop, -i" Use the interop resolver for the Baltimore interop examples. .IP "\fB\-\-skiprefs\fR, \fB\-s\fR" 4 .IX Item "--skiprefs, -s" Skip checking references and only check the signature. .IP "\fB\-\-xsecresolver\fR, \fB\-x\fR" 4 .IX Item "--xsecresolver, -x" Use the Apache XML Security for C++ test XMLDSig URI resolver. .SH "RETURN STATUS" .IX Header "RETURN STATUS" \&\fBxmlsec-checksig\fR exits with status 0 if the signature is valid and with status 1 if the signature is not valid. If it cannot process the input file for some reason, it exits with status 2. .SH AUTHOR .IX Header "AUTHOR" This manual page was written by Russ Allbery for Debian. .SH "MANUAL LICENSE" .IX Header "MANUAL LICENSE" The authors hereby relinquish any claim to any copyright that they may have in this work, whether granted under contract or by operation of law or international treaty, and hereby commit to the public, at large, that they shall not, at any time in the future, seek to enforce any copyright in this work against any person or entity, or prevent any person or entity from copying, publishing, distributing or creating derivative works of this work.