mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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>
This commit is contained in:
parent
2f2bdd9c08
commit
30f90fc857
2 changed files with 173 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue