mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sm: Add LotW support to the key listing
* sm/certdump.c (parse_dn_part): Translate OID to "Callsign" * sm/keylist.c (oidtranstbl): Some more OIDs. -- This is Ham thingy to make it easier to read LotW certificates. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
08f227052f
commit
255d4d5815
3 changed files with 11 additions and 3 deletions
|
@ -325,7 +325,7 @@ struct prkdf_object_s
|
|||
char *serial_number;
|
||||
|
||||
/* KDF/KEK parameter for OpenPGP's ECDH. First byte is zero if not
|
||||
* availabale. .*/
|
||||
* available. .*/
|
||||
unsigned char ecdh_kdf[4];
|
||||
|
||||
/* Length and allocated buffer with the Id of this object. */
|
||||
|
@ -4455,7 +4455,7 @@ send_key_fpr_line (ctrl_t ctrl, int number, const unsigned char *fpr)
|
|||
}
|
||||
|
||||
|
||||
/* If possible Emit a FPR-KEY status line for the private key object
|
||||
/* If possible emit a FPR-KEY status line for the private key object
|
||||
* PRKDF using NUMBER as index. */
|
||||
static void
|
||||
send_key_fpr (app_t app, ctrl_t ctrl, prkdf_object_t prkdf, int number)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue