aboutsummaryrefslogtreecommitdiffstats
path: root/scd/app-p15.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-09-09 11:09:59 +0000
committerWerner Koch <[email protected]>2021-09-09 11:30:22 +0000
commit255d4d5815d00f8d1b45d93cc617c49d375e891b (patch)
tree9716cdbd337545151d98f5c8bf5cc031e2523feb /scd/app-p15.c
parentbuild: Fix "ksba.h not found" problem (diff)
downloadgnupg-255d4d5815d00f8d1b45d93cc617c49d375e891b.tar.gz
gnupg-255d4d5815d00f8d1b45d93cc617c49d375e891b.zip
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 <[email protected]>
Diffstat (limited to 'scd/app-p15.c')
-rw-r--r--scd/app-p15.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/app-p15.c b/scd/app-p15.c
index db452361c..4577fbc36 100644
--- a/scd/app-p15.c
+++ b/scd/app-p15.c
@@ -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)