aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-04-28 08:59:34 +0000
committerWerner Koch <[email protected]>2004-04-28 08:59:34 +0000
commit236d241aed4c21a89157add693cef23ad66405be (patch)
treebedcf9be67f533bcf13813ae4267d09e76de0ed1 /doc
parent* app-common.h: New members FNC.DEINIT and APP_LOCAL. (diff)
downloadgnupg-236d241aed4c21a89157add693cef23ad66405be.tar.gz
gnupg-236d241aed4c21a89157add693cef23ad66405be.zip
* gpgsm.c: New command --keydb-clear-some-cert-flags.
* keydb.c (keydb_clear_some_cert_flags): New. (keydb_update_keyblock, keydb_set_flags): Change error code CONFLICT to NOT_LOCKED.
Diffstat (limited to 'doc')
-rw-r--r--doc/gpgsm.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi
index a0da96d56..b5c87b77c 100644
--- a/doc/gpgsm.texi
+++ b/doc/gpgsm.texi
@@ -161,6 +161,15 @@ List certificates matching @var{pattern} using an external server.
This utilizes the @code{dirmngr} service. It uses a format useful
mainly for debugging.
+@item --keydb-clear-some-cert-flags
+@opindex keydb-clear-some-cert-flags
+This is a debugging aid to reset certain flags in the key database
+which are used to cache certain certificate stati. It is especially
+useful if a bad CRL or a weird running OCSP reponder did accidently
+revoke certificate. There is no security issue with this command
+because gpgsm always make sure that the validity of a certificate is
+checked right before it is used.
+
@item --delete-keys @var{pattern}
@opindex delete-keys
Delete the keys matching @var{pattern}.