diff options
author | Werner Koch <wk@gnupg.org> | 2004-08-17 17:26:22 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-08-17 17:26:22 +0200 |
commit | 066352a6a555ec60d4a7e117ced0c87e2467fe7e (patch) | |
tree | 006f724112a198bf31d3f691a9562a52b182d22b /doc | |
parent | (cmd_encrypt): Use DEFAULT_RECPLIST and not recplist (diff) | |
download | gnupg2-066352a6a555ec60d4a7e117ced0c87e2467fe7e.tar.xz gnupg2-066352a6a555ec60d4a7e117ced0c87e2467fe7e.zip |
* import.c (check_and_store): Do a full validation if
--with-validation is set.
* certchain.c (gpgsm_basic_cert_check): Print more detailed error
messages.
* certcheck.c (do_encode_md): Partly support DSA. Add new arg
PKALGO. Changed all callers to pass it.
(pk_algo_from_sexp): New.
tests/pkits: New directory
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 |