2006-12-13 17:49:10 +01:00
|
|
|
@c Copyright (C) 2004 Free Software Foundation, Inc.
|
|
|
|
@c This is part of the GnuPG manual.
|
|
|
|
@c For copying conditions, see the file GnuPG.texi.
|
|
|
|
|
|
|
|
@c
|
|
|
|
@c This is included by tools.texi.
|
|
|
|
@c
|
|
|
|
|
2015-06-09 21:29:15 +02:00
|
|
|
@include defs.inc
|
|
|
|
|
2016-04-05 15:15:28 +02:00
|
|
|
@c Begin standard stuff
|
|
|
|
@ifclear gpgtwohack
|
2006-12-13 17:49:10 +01:00
|
|
|
@manpage gpgv.1
|
|
|
|
@node gpgv
|
|
|
|
@section Verify OpenPGP signatures
|
|
|
|
@ifset manverb
|
|
|
|
.B gpgv
|
|
|
|
\- Verify OpenPGP signatures
|
|
|
|
@end ifset
|
|
|
|
|
|
|
|
@mansect synopsis
|
|
|
|
@ifset manverb
|
|
|
|
.B gpgv
|
|
|
|
.RI [ options ]
|
|
|
|
.I signed_files
|
|
|
|
@end ifset
|
2016-04-05 15:15:28 +02:00
|
|
|
@end ifclear
|
|
|
|
@c End standard stuff
|
2006-12-13 17:49:10 +01:00
|
|
|
|
2016-04-05 15:15:28 +02:00
|
|
|
@c Begin gpg2 hack stuff
|
|
|
|
@ifset gpgtwohack
|
2006-12-13 17:49:10 +01:00
|
|
|
@manpage gpgv2.1
|
|
|
|
@node gpgv
|
|
|
|
@section Verify OpenPGP signatures
|
|
|
|
@ifset manverb
|
|
|
|
.B gpgv2
|
|
|
|
\- Verify OpenPGP signatures
|
|
|
|
@end ifset
|
|
|
|
|
|
|
|
@mansect synopsis
|
|
|
|
@ifset manverb
|
|
|
|
.B gpgv2
|
|
|
|
.RI [ options ]
|
|
|
|
.I signed_files
|
|
|
|
@end ifset
|
2016-04-05 15:15:28 +02:00
|
|
|
@end ifset
|
|
|
|
@c End gpg2 hack stuff
|
2006-12-13 17:49:10 +01:00
|
|
|
|
|
|
|
@mansect description
|
|
|
|
@code{@gpgvname} is an OpenPGP signature verification tool.
|
|
|
|
|
2008-05-26 18:48:05 +02:00
|
|
|
This program is actually a stripped-down version of @code{gpg} which is
|
|
|
|
only able to check signatures. It is somewhat smaller than the fully-blown
|
2006-12-13 17:49:10 +01:00
|
|
|
@code{gpg} and uses a different (and simpler) way to check that
|
|
|
|
the public keys used to make the signature are valid. There are
|
|
|
|
no configuration files and only a few options are implemented.
|
|
|
|
|
|
|
|
@code{@gpgvname} assumes that all keys in the keyring are trustworthy.
|
2013-10-04 14:31:35 +02:00
|
|
|
That does also mean that it does not check for expired or revoked
|
|
|
|
keys.
|
|
|
|
|
2019-03-03 16:22:34 +01:00
|
|
|
If no @code{--keyring} option is given, @code{gpgv} looks for a
|
|
|
|
``default'' keyring named @file{trustedkeys.kbx} (preferred) or
|
|
|
|
@file{trustedkeys.gpg} in the home directory of GnuPG, either the
|
|
|
|
default home directory or the one set by the @code{--homedir} option
|
|
|
|
or the @code{GNUPGHOME} environment variable. If any @code{--keyring}
|
|
|
|
option is used, @code{gpgv} will not look for the default keyring. The
|
|
|
|
@code{--keyring} option may be used multiple times and all specified
|
|
|
|
keyrings will be used together.
|
2006-12-13 17:49:10 +01:00
|
|
|
|
|
|
|
@noindent
|
|
|
|
@mansect options
|
|
|
|
@code{@gpgvname} recognizes these options:
|
|
|
|
|
|
|
|
@table @gnupgtabopt
|
|
|
|
|
|
|
|
@item --verbose
|
|
|
|
@itemx -v
|
|
|
|
@opindex verbose
|
|
|
|
Gives more information during processing. If used
|
|
|
|
twice, the input data is listed in detail.
|
|
|
|
|
|
|
|
@item --quiet
|
|
|
|
@itemx -q
|
|
|
|
@opindex quiet
|
|
|
|
Try to be as quiet as possible.
|
|
|
|
|
|
|
|
@item --keyring @var{file}
|
|
|
|
@opindex keyring
|
|
|
|
Add @var{file} to the list of keyrings.
|
|
|
|
If @var{file} begins with a tilde and a slash, these
|
|
|
|
are replaced by the HOME directory. If the filename
|
|
|
|
does not contain a slash, it is assumed to be in the
|
|
|
|
home-directory ("~/.gnupg" if --homedir is not used).
|
|
|
|
|
2016-09-08 10:50:51 +02:00
|
|
|
@item --output @var{file}
|
|
|
|
@itemx -o @var{file}
|
|
|
|
@opindex output
|
2016-09-08 14:34:07 +02:00
|
|
|
Write output to @var{file}; to write to stdout use @code{-}. This
|
|
|
|
option can be used to get the signed text from a cleartext or binary
|
|
|
|
signature; it also works for detached signatures, but in that case
|
|
|
|
this option is in general not useful. Note that an existing file will
|
|
|
|
be overwritten.
|
|
|
|
|
2016-09-08 10:50:51 +02:00
|
|
|
|
2006-12-13 17:49:10 +01:00
|
|
|
@item --status-fd @var{n}
|
|
|
|
@opindex status-fd
|
|
|
|
Write special status strings to the file descriptor @var{n}. See the
|
|
|
|
file DETAILS in the documentation for a listing of them.
|
|
|
|
|
|
|
|
@item --logger-fd @code{n}
|
|
|
|
@opindex logger-fd
|
|
|
|
Write log output to file descriptor @code{n} and not to stderr.
|
2017-02-24 10:20:41 +01:00
|
|
|
|
|
|
|
@item --log-file @code{file}
|
|
|
|
@opindex log-file
|
|
|
|
Same as @option{--logger-fd}, except the logger data is written to
|
|
|
|
file @code{file}. Use @file{socket://} to log to socket.
|
2006-12-13 17:49:10 +01:00
|
|
|
|
|
|
|
@item --ignore-time-conflict
|
|
|
|
@opindex ignore-time-conflict
|
|
|
|
GnuPG normally checks that the timestamps associated with keys and
|
|
|
|
signatures have plausible values. However, sometimes a signature seems to
|
|
|
|
be older than the key due to clock problems. This option turns these
|
|
|
|
checks into warnings.
|
|
|
|
|
|
|
|
@include opt-homedir.texi
|
|
|
|
|
2015-10-18 23:35:32 +02:00
|
|
|
@item --weak-digest @code{name}
|
|
|
|
@opindex weak-digest
|
|
|
|
Treat the specified digest algorithm as weak. Signatures made over
|
|
|
|
weak digests algorithms are normally rejected. This option can be
|
|
|
|
supplied multiple times if multiple algorithms should be considered
|
|
|
|
weak. MD5 is always considered weak, and does not need to be listed
|
|
|
|
explicitly.
|
|
|
|
|
2016-11-15 20:11:40 +01:00
|
|
|
@item --enable-special-filenames
|
|
|
|
@opindex enable-special-filenames
|
|
|
|
This option enables a mode in which filenames of the form
|
|
|
|
@file{-&n}, where n is a non-negative decimal number,
|
|
|
|
refer to the file descriptor n and not to a file with that name.
|
|
|
|
|
2006-12-13 17:49:10 +01:00
|
|
|
@end table
|
|
|
|
|
|
|
|
@mansect return value
|
|
|
|
|
2008-05-26 18:48:05 +02:00
|
|
|
The program returns 0 if everything is fine, 1 if at least
|
2006-12-13 17:49:10 +01:00
|
|
|
one signature was bad, and other error codes for fatal errors.
|
|
|
|
|
|
|
|
@mansect examples
|
|
|
|
@subsection Examples
|
|
|
|
|
|
|
|
@table @asis
|
|
|
|
|
|
|
|
@item @gpgvname @code{pgpfile}
|
2009-05-06 12:57:10 +02:00
|
|
|
@itemx @gpgvname @code{sigfile} [@code{datafile}]
|
|
|
|
Verify the signature of the file. The second form is used for detached
|
|
|
|
signatures, where @code{sigfile} is the detached signature (either
|
|
|
|
ASCII-armored or binary) and @code{datafile} contains the signed data;
|
|
|
|
if @code{datafile} is "-" the signed data is expected on
|
|
|
|
@code{stdin}; if @code{datafile} is not given the name of the file
|
|
|
|
holding the signed data is constructed by cutting off the extension
|
|
|
|
(".asc", ".sig" or ".sign") from @code{sigfile}.
|
2006-12-13 17:49:10 +01:00
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
@mansect environment
|
|
|
|
@subsection Environment
|
|
|
|
|
|
|
|
@table @asis
|
|
|
|
|
|
|
|
@item HOME
|
|
|
|
Used to locate the default home directory.
|
|
|
|
|
|
|
|
@item GNUPGHOME
|
|
|
|
If set directory used instead of "~/.gnupg".
|
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
@mansect files
|
|
|
|
@subsection FILES
|
|
|
|
|
|
|
|
@table @asis
|
|
|
|
|
|
|
|
@item ~/.gnupg/trustedkeys.gpg
|
2008-05-26 18:48:05 +02:00
|
|
|
The default keyring with the allowed keys.
|
2006-12-13 17:49:10 +01:00
|
|
|
|
|
|
|
@end table
|
|
|
|
|
|
|
|
@mansect see also
|
2017-10-20 08:56:39 +02:00
|
|
|
@command{gpg}(1)
|
2006-12-13 17:49:10 +01:00
|
|
|
@include see-also-note.texi
|
|
|
|
|