summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2021-04-16 12:46:05 +0200
committerWerner Koch <wk@gnupg.org>2021-04-16 12:49:37 +0200
commit30f90fc8574be4c48ac8d3ff41479481414c0dee (patch)
treeb29a48d545745f4b963ba0e966e0b87000753a93 /doc
parentcommon: New module to compute openpgp fingerprints (diff)
downloadgnupg2-30f90fc8574be4c48ac8d3ff41479481414c0dee.tar.xz
gnupg2-30f90fc8574be4c48ac8d3ff41479481414c0dee.zip
scd:p15: Support attribute KEY-FPR.
* scd/app-p15.c: Include openpgpdefs.h. (struct prkdf_object_s): Add fields have_keytime and ecdh_kdf. (read_p15_info): Set ecdh_kdf. (keygrip_from_prkdf): Flag that we have the keytime. (send_keypairinfo): Send the key time only if valid. (send_key_fpr_line): New. (send_key_fpr): New. (do_getattr): Add KEY-FPR. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/DETAILS3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS
index 0353899e0..17735e6cc 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -1599,6 +1599,7 @@ Status codes are:
1.3.6.1.4.1.11591.2.2 X.509 extensions
1.3.6.1.4.1.11591.2.2.1 standaloneCertificate
1.3.6.1.4.1.11591.2.2.2 wellKnownPrivateKey
+ 1.3.6.1.4.1.11591.2.2.10 OpenPGP KDF/KEK parameter
1.3.6.1.4.1.11591.2.3 CMS contentType
1.3.6.1.4.1.11591.2.3.1 OpenPGP keyblock (as octet string)
1.3.6.1.4.1.11591.2.4 LDAP stuff
@@ -1617,6 +1618,8 @@ Status codes are:
1.3.6.1.4.1.11591.2.12242973 invalid encoded OID
#+end_example
+The OpenPGP KDF/KEK parameter extension is used to convey additional
+info for OpenPGP keys as an X.509 extensions.
* Debug flags