diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 2f1033e3f..c79622342 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -358,7 +358,13 @@ secret key. @opindex with-validation When doing a key listing, do a full validation check for each key and print the result. This is usually a slow operation because it -requires a CRL lookup and other operations. +requires a CRL lookup and other operations. + +When used along with --import, a validation of the certificate to +import is done and only imported if it succeeds the test. Note that +this does not affect an already available cwertificate in the DB. +This option is therefore useful to simply verify a certificate. + @item --with-md5-fingerprint For standard key listings, also print the MD5 fingerprint of the @@ -470,6 +476,12 @@ This is actually not a debugging option but only useful as such. It lets gpgsm ignore all notAfter dates, this is used by the regresssion tests. +@item --fixed-passphrase @var{string} +@opindex fixed-passphrase +Supply the passphrase @var{string} to the gpg-protect-tool. This +option is only useful for the regression tests included with this +package and may be revised or removed at any time without notice. + @end table All the long options may also be given in the configuration file after |