diff options
author | Werner Koch <[email protected]> | 2004-08-18 14:38:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-08-18 14:38:47 +0000 |
commit | fc07b029ea71cf46304aaaea453d794daf39c68e (patch) | |
tree | 6b671de8b7f554ee380e995cfa2b84645e7c9646 /doc | |
parent | (simple_pwquery): Handle gpg-error style return (diff) | |
download | gnupg-fc07b029ea71cf46304aaaea453d794daf39c68e.tar.gz gnupg-fc07b029ea71cf46304aaaea453d794daf39c68e.zip |
* certlist.c (gpgsm_cert_use_ocsp_p): New.
(cert_usage_p): Support it here.
* call-dirmngr.c (gpgsm_dirmngr_isvalid): Use it here.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index c79622342..0f2167184 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -133,6 +133,8 @@ Generate a new key and a certificate request. @itemx -k @opindex list-keys List all available certificates stored in the local key database. +Note that the displayed data might be reformatted for better human +readability and illegal characters are replaced by safe substitutes. @item --list-secret-keys @itemx -K @@ -156,7 +158,7 @@ List all available certificates for which a corresponding a secret key is available using a format useful mainly for debugging. @item --dump-external-keys @var{pattern} -@opindex dump-keys +@opindex dump-external-keys List certificates matching @var{pattern} using an external server. This utilizes the @code{dirmngr} service. It uses a format useful mainly for debugging. |