diff options
author | Werner Koch <wk@gnupg.org> | 2024-05-06 09:48:20 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2024-05-06 09:48:20 +0200 |
commit | 473f37a53ef4896995fe6b3cc05e95bd3ed25449 (patch) | |
tree | 27588159ba1964651b6b4ef49a9dcc5f9c71306f /doc | |
parent | speedo: Update the instructions to use the gnupg26 tag. (diff) | |
download | gnupg2-473f37a53ef4896995fe6b3cc05e95bd3ed25449.tar.xz gnupg2-473f37a53ef4896995fe6b3cc05e95bd3ed25449.zip |
scd:piv: Support listing of retired keys with KEYINFO.
* scd/app-piv.c (data_objects): Mark returned key as having a keypair.
(do_with_keygrip): Check against encrusage and not used one tag.
* tools/gpg-card.c (piv_keyref_is_retired): New.
(list_all_kinfo): Pretty print retired keys.
--
This allows to list all existing retired keys without using separate
readkey commands.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-card.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg-card.texi b/doc/gpg-card.texi index 3a659e80f..6458598bd 100644 --- a/doc/gpg-card.texi +++ b/doc/gpg-card.texi @@ -546,7 +546,7 @@ be printed; to create a new key anyway the option @samp{--force} can be used. Note that only the private and public keys have been created but no certificates are stored in the key slots. In fact, GnuPG uses its own non-standard method to store just the public key in place of -the the certificate. Other application will not be able to make use +the certificate. Other application will not be able to make use these keys until @command{gpgsm} or another tool has been used to create and store the respective certificates. Let us see what the list command now shows: |