diff options
author | Werner Koch <wk@gnupg.org> | 2020-05-27 13:47:13 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2020-05-27 13:47:13 +0200 |
commit | 21496761226c1020a98e3ec7dd2b9dd013d4386b (patch) | |
tree | 342c74782eb55cc8e0cdbd14c1855338941e5ed7 /doc/DETAILS | |
parent | card: Add command "bye" (diff) | |
download | gnupg2-21496761226c1020a98e3ec7dd2b9dd013d4386b.tar.xz gnupg2-21496761226c1020a98e3ec7dd2b9dd013d4386b.zip |
scd:openpgp: New KEY-STATUS attribute.
* scd/app-openpgp.c (do_getattr): Return KEY-STATUS
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index a1c53b88e..c22c14b72 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1178,6 +1178,14 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: name of the manufacturer is also given as <string>; spaces are not escaped. For PKCS#15 cards <string> is TokenInfo.manufactorerID. +*** KEY-STATUS <keyref> <status> + This is the response from scdaemon on GETATTR KEY-STATUS for + OpenPGP cards. <keyref> is the usual keyref (e.g. OPENPGP.1 or + OPENPGP.129) and <status> is an integer describing the status of + the key: 0 = key is not present, 1 = key generated on card, 2 = + key imported. See section 4.4.3.8 of the OpenPGP Smart Card + Application V3.4. + * Format of the --attribute-fd output When --attribute-fd is set, during key listings (--list-keys, |