diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2020-09-04 05:46:51 +0200 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2020-09-04 06:12:57 +0200 |
commit | eba2563dabbb4f61537900289fbe3ae113904733 (patch) | |
tree | e9ede959c855e254e42b586e4438e80b35a7c76d /doc/DETAILS | |
parent | sm: New options to prepare the use of keyboxd. (diff) | |
download | gnupg2-eba2563dabbb4f61537900289fbe3ae113904733.tar.xz gnupg2-eba2563dabbb4f61537900289fbe3ae113904733.zip |
scd: Parse "Algorithm Information" data object in scdaemon.
* scd/app-openpgp.c (data_objects): 0x00FA for binary data.
(do_getattr): Parse the data and send it in status lines.
(get_algorithm_attribute_string): New.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 9d6845c5d..bab961499 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1208,6 +1208,12 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: key imported. See section 4.4.3.8 of the OpenPGP Smart Card Application V3.4. +*** KEY-ATTR-INFO <keyref> <string> + This is the response from scdaemon on GETATTR KEY-ATTR-INFO for + OpenPGP cards. <keyref> is the usual keyref (e.g. OPENPGP.1 or + OPENPGP.129) and <string> is the algoritm or curve name, which + is available for the key. + * Format of the --attribute-fd output When --attribute-fd is set, during key listings (--list-keys, |