mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* 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.
This commit is contained in:
parent
869a2bbad2
commit
236d241aed
5 changed files with 127 additions and 3 deletions
|
@ -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}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue