diff options
| author | Werner Koch <[email protected]> | 2021-03-30 15:25:24 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2021-03-30 15:25:24 +0000 |
| commit | 7f9126363265a6b6fe4223d68fc4e87678c4ddfc (patch) | |
| tree | e2c2fa8cebe759c8d180075d10a001ca7122c9d4 /scd/command.c | |
| parent | scd:p15: For CardOS make use of ISO7816_VERIFY_NOT_NEEDED. (diff) | |
| download | gnupg-7f9126363265a6b6fe4223d68fc4e87678c4ddfc.tar.gz gnupg-7f9126363265a6b6fe4223d68fc4e87678c4ddfc.zip | |
scd:p15: Return labels for keys and certificates.
* scd/app-p15.c (send_certinfo): Extend certinfo.
(do_getattr): Support KEY-LABEL.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'scd/command.c')
| -rw-r--r-- | scd/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/command.c b/scd/command.c index 46474cedc..2be00bb40 100644 --- a/scd/command.c +++ b/scd/command.c @@ -458,7 +458,7 @@ static const char hlp_learn[] = "to the keypair info, information about all certificates stored on the\n" "card is also returned:\n" "\n" - " S CERTINFO <certtype> <hexstring_with_id>\n" + " S CERTINFO <certtype> <keyref> [<label>]\n" "\n" "Where CERTTYPE is a number indicating the type of certificate:\n" " 0 := Unknown\n" |
