home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 September / PCpro_2006_09.ISO / files / techtalk / gnupg-w32cli-1.4.4.exe / Doc / gpgv.man < prev    next >
Encoding:
Text File  |  2006-06-25  |  3.6 KB  |  93 lines

  1. gpgv(1)                                                                gpgv(1)
  2.  
  3.  
  4.  
  5. NAME
  6.        gpgv -- signature verification tool
  7.  
  8. SYNOPSIS
  9.        gpgv  [options]  [signed files]
  10.  
  11. DESCRIPTION
  12.        gpgv is the OpenPGP signature checking tool.
  13.  
  14.  
  15.        This  program  is  a stripped down version of gpg which is able only to
  16.        check signatures.  It is somewhat smaller than the fully blown gpg  and
  17.        uses  a  different (and simpler) way to check that the public keys used
  18.        to make the signature are trustworthy.  There are no options files  and
  19.        only very few options are implemented.
  20.  
  21.        gpgv  assumes that all keys in the keyring are trustworthy.  By default
  22.        it uses a keyring named trustedkeys.gpg which is assumed to be  in  the
  23.        home  directory  as defined by GnuPG or set by an option or an environ-
  24.        ment variable.  An option may be used to  specify  another  keyring  or
  25.        even multiple keyrings.
  26.  
  27. OPTIONS
  28.        gpgv recognizes these options:
  29.  
  30.        -v, --verbose
  31.                  Gives  more information during processing. If used twice, the
  32.                  input data is listed in detail.
  33.  
  34.        -q, --quiet
  35.                  Try to be as quiet as possible.
  36.  
  37.        --keyring file
  38.                  Add file to the list of keyrings.   If  file  begins  with  a
  39.                  tilde  and a slash, these are replaced by the HOME directory.
  40.                  If the filename does not contain a slash, it is assumed to be
  41.                  in  the home-directory ("~/.gnupg" if --homedir is not used).
  42.                  The filename may be prefixed with a scheme:
  43.  
  44.                  "gnupg-ring:" is the default one.
  45.  
  46.        --homedir directory
  47.                  Set the name of the  home  directory  to  directory  If  this
  48.                  option  is  not  used, it defaults to "~/.gnupg". It does not
  49.                  make sense to use this in an options file.  This  also  over-
  50.                  rides the environment variable "GNUPGHOME".
  51.  
  52.        --status-fd n
  53.                  Write  special  status strings to the file descriptor n.  See
  54.                  the file DETAILS in the documentation for a listing of  them.
  55.  
  56.        --logger-fd n
  57.                  Write log output to file descriptor n and not to stderr.
  58.  
  59.        --ignore-time-conflict
  60.                  GnuPG  normally  checks  that  the timestamps associated with
  61.                  keys and signatures have plausible  values.   However,  some-
  62.                  times a signature seems to be older than the key due to clock
  63.                  problems.  This option makes these checks just warnings.
  64.  
  65. RETURN VALUE
  66.        The program returns 0 if everything was fine, 1 if at least one  signa-
  67.        ture was bad, and other error codes for fatal errors.
  68.  
  69.  
  70. EXAMPLES
  71.        gpgv pgpfile
  72.  
  73.        gpgv sigfile [files]
  74.                  Verify the signature of the file. The second form is used for
  75.                  detached signatures, where sigfile is the detached  signature
  76.                  (either  ASCII  armored or binary) and [files] are the signed
  77.                  data; if this is not given the name of the file  holding  the
  78.                  signed  data  is  constructed  by  cutting  off the extension
  79.                  (".asc", ".sig" or ".sign") from sigfile.
  80.  
  81. ENVIRONMENT
  82.        HOME      Used to locate the default home directory.
  83.  
  84.        GNUPGHOME If set directory used instead of "~/.gnupg".
  85.  
  86. FILES
  87.        ~/.gnupg/trustedkeys.gpg
  88.                  The default keyring with the allowed keys
  89.  
  90.  
  91.  
  92.                                                                        gpgv(1)
  93.