mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* gpgsm.c: New option --with-ephemeral-keys.
* keylist.c (list_internal_keys): Set it here. (list_cert_raw): And indicate those keys. Changed all our callers to pass the new arg HD through.
This commit is contained in:
parent
818e9bad58
commit
f96ad015d8
5 changed files with 44 additions and 9 deletions
|
@ -381,7 +381,7 @@ values include up to @var{n} certificates starting with the signer cert.
|
|||
|
||||
|
||||
@node Esoteric Options
|
||||
@subsection Doing things one usually don't want todo.
|
||||
@subsection Doing things one usually don't want to do.
|
||||
|
||||
|
||||
@table @gnupgtabopt
|
||||
|
@ -392,6 +392,10 @@ This option is only useful for testing; it sets the system time back or
|
|||
forth to @var{epoch} which is the number of seconds elapsed since the year
|
||||
1970.
|
||||
|
||||
@item --with-ephemeral-keys
|
||||
@opindex with-ephemeral-keys
|
||||
Include ephemeral flagged keys in the output of key listings.
|
||||
|
||||
@item --debug-level @var{level}
|
||||
@opindex debug-level
|
||||
Select the debug level for investigating problems. @var{level} may be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue