home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 November / CPNL0711.ISO / communic / email / gpg4win-light-1.1.2.exe / share / gnupg / gpgv.man < prev    next >
Text File  |  2007-08-16  |  4KB  |  130 lines

  1. GPGV(1)                        GNU Privacy Guard                       GPGV(1)
  2.  
  3.  
  4.  
  5. NAME
  6.        gpgv - Verify OpenPGP signatures
  7.  
  8. SYNOPSIS
  9.        gpgv [options] signed_files
  10.  
  11.  
  12.  
  13.  
  14.  
  15. DESCRIPTION
  16.        gpgv is an OpenPGP signature verification tool.
  17.  
  18.        This  program  is actually a stripped down version of gpg which is only
  19.        able to check signatures. It is somewhat smaller than the  fully  blown
  20.        gpg  and  uses  a  different (and simpler) way to check that the public
  21.        keys used to make the signature are valid. There are  no  configuration
  22.        files and only a few options are implemented.
  23.  
  24.        gpgv  assumes that all keys in the keyring are trustworthy.  By default
  25.        it uses a keyring named `trustedkeys.gpg' which is assumed to be in the
  26.        home  directory  as defined by GnuPG or set by an option or an environ-
  27.        ment variable. An option may be used to specify another keyring or even
  28.        multiple keyrings.
  29.  
  30.  
  31.  
  32. RETURN VALUE
  33.        The  program returns 0 if everything was fine, 1 if at least one signa-
  34.        ture was bad, and other error codes for fatal errors.
  35.  
  36.  
  37. OPTIONS
  38.        gpgv recognizes these options:
  39.  
  40.  
  41.  
  42.        --verbose
  43.  
  44.        -v     Gives more information during processing.  If  used  twice,  the
  45.               input data is listed in detail.
  46.  
  47.  
  48.        --quiet
  49.  
  50.        -q     Try to be as quiet as possible.
  51.  
  52.  
  53.        --keyring file
  54.               Add  file  to the list of keyrings.  If file begins with a tilde
  55.               and a slash, these are replaced by the HOME  directory.  If  the
  56.               filename  does  not  contain a slash, it is assumed to be in the
  57.               home-directory ("~/.gnupg" if --homedir is not used).
  58.  
  59.  
  60.        --status-fd n
  61.               Write special status strings to the file descriptor n.  See  the
  62.               file DETAILS in the documentation for a listing of them.
  63.  
  64.  
  65.        --logger-fd n
  66.               Write log output to file descriptor n and not to stderr.
  67.  
  68.  
  69.        --ignore-time-conflict
  70.               GnuPG  normally  checks that the timestamps associated with keys
  71.               and signatures have plausible values. However, sometimes a  sig-
  72.               nature  seems  to  be  older than the key due to clock problems.
  73.               This option turns these checks into warnings.
  74.  
  75.  
  76.        --homedir dir
  77.               Set the name of the home directory to dir. If his option is  not
  78.               used,  the  home  directory  defaults to `~/.gnupg'.  It is only
  79.               recognized when given on the command line.   It  also  overrides
  80.               any  home  directory  stated  through  the  environment variable
  81.               `GNUPGHOME' or (on W32 systems) by means on the  Registry  entry
  82.               HKCU\Software\GNU\GnuPG:HomeDir.
  83.  
  84.  
  85.  
  86. EXAMPLES
  87.        gpgv pgpfile
  88.  
  89.        gpgv sigfile
  90.               Verify  the  signature  of the file. The second form is used for
  91.               detached signatures, where sigfile  is  the  detached  signature
  92.               (either  ASCII  armored  or  binary) and are the signed data; if
  93.               this is not given the name of the file holding the  signed  data
  94.               is  constructed  by cutting off the extension (".asc", ".sig" or
  95.               ".sign") from sigfile.
  96.  
  97.  
  98.  
  99. FILES
  100.        ~/.gnupg/trustedkeys.gpg
  101.               The default keyring with the allowed keys
  102.  
  103.  
  104.  
  105. ENVIRONMENT
  106.        HOME   Used to locate the default home directory.
  107.  
  108.  
  109.        GNUPGHOME
  110.               If set directory used instead of "~/.gnupg".
  111.  
  112.  
  113.  
  114. SEE ALSO
  115.        gpg2(1)
  116.  
  117.        The full documentation for this tool is maintained as a Texinfo manual.
  118.        If  GnuPG and the info program are properly installed at your site, the
  119.        command
  120.  
  121.          info gnupg1
  122.  
  123.        should give you access to the complete manual including a  menu  struc-
  124.        ture and an index.
  125.  
  126.  
  127.  
  128.  
  129. GnuPG 1.4.7                       2007-08-16                           GPGV(1)
  130.