diff options
author | Werner Koch <[email protected]> | 2021-03-30 08:27:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-30 08:27:20 +0000 |
commit | de4d3c99aa58ee06ae978d59e7e3aa7bace1c440 (patch) | |
tree | 155d64bdf6886b0143e562e61a075930eceda735 /doc/DETAILS | |
parent | build: Fix for make distcheck, no EPS support. (diff) | |
download | gnupg-de4d3c99aa58ee06ae978d59e7e3aa7bace1c440.tar.gz gnupg-de4d3c99aa58ee06ae978d59e7e3aa7bace1c440.zip |
scd:p15: Return the creation time of the keys.
* scd/app-p15.c (struct prkdf_object_s): Add keytime and keyalgostr.
(keygrip_from_prkdf): Set them.
(send_keypairinfo): Extend KEYPAIRINFO.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/DETAILS')
-rw-r--r-- | doc/DETAILS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index f6d95660e..f3b51e46f 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1229,6 +1229,13 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: OPENPGP.129) and <string> is the algoritm or curve name, which is available for the key. +*** KEY-TIME <keyref> <timestamp> + This is a response from scdaemon on GETATTR KEY-TIME. A keyref of + 1 gives the timestamp for the standard OpenPGP signing key, 2 for + the encryption key, and 3 for an authentication key. Note that a + KEYPAIRINFO status lines carries the same information and should + be preferred. + * Format of the --attribute-fd output When --attribute-fd is set, during key listings (--list-keys, |