chiark / gitweb /
asshelp.c: add a lot of debug logging
[gnupg2.git] / g10 / keylist.c
1 /* keylist.c - Print information about OpenPGP keys
2  * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
3  *               2008, 2010, 2012 Free Software Foundation, Inc.
4  * Copyright (C) 2013, 2014  Werner Koch
5  *
6  * This file is part of GnuPG.
7  *
8  * GnuPG is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * GnuPG is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, see <https://www.gnu.org/licenses/>.
20  */
21
22 #include <config.h>
23 #include <stdio.h>
24 #include <stdlib.h>
25 #include <string.h>
26 #include <errno.h>
27 #ifdef HAVE_DOSISH_SYSTEM
28 # include <fcntl.h>             /* for setmode() */
29 #endif
30
31 #include "gpg.h"
32 #include "options.h"
33 #include "packet.h"
34 #include "status.h"
35 #include "keydb.h"
36 #include "photoid.h"
37 #include "util.h"
38 #include "ttyio.h"
39 #include "trustdb.h"
40 #include "main.h"
41 #include "i18n.h"
42 #include "status.h"
43 #include "call-agent.h"
44 #include "mbox-util.h"
45 #include "zb32.h"
46 #include "tofu.h"
47
48
49 static void list_all (ctrl_t, int, int);
50 static void list_one (ctrl_t ctrl,
51                       strlist_t names, int secret, int mark_secret);
52 static void locate_one (ctrl_t ctrl, strlist_t names);
53 static void print_card_serialno (const char *serialno);
54
55 struct keylist_context
56 {
57   int check_sigs;  /* If set signatures shall be verified.  */
58   int good_sigs;   /* Counter used if CHECK_SIGS is set.  */
59   int inv_sigs;    /* Counter used if CHECK_SIGS is set.  */
60   int no_key;      /* Counter used if CHECK_SIGS is set.  */
61   int oth_err;     /* Counter used if CHECK_SIGS is set.  */
62   int no_validity; /* Do not show validity.  */
63 };
64
65
66 static void list_keyblock (ctrl_t ctrl,
67                            kbnode_t keyblock, int secret, int has_secret,
68                            int fpr, struct keylist_context *listctx);
69
70
71 /* The stream used to write attribute packets to.  */
72 static estream_t attrib_fp;
73
74
75 /* Release resources from a keylist context.  */
76 static void
77 keylist_context_release (struct keylist_context *listctx)
78 {
79   (void)listctx; /* Nothing to release.  */
80 }
81
82
83 /* List the keys.  If list is NULL, all available keys are listed.
84    With LOCATE_MODE set the locate algorithm is used to find a
85    key.  */
86 void
87 public_key_list (ctrl_t ctrl, strlist_t list, int locate_mode)
88 {
89 #ifndef NO_TRUST_MODELS
90   if (opt.with_colons)
91     {
92       byte trust_model, marginals, completes, cert_depth, min_cert_level;
93       ulong created, nextcheck;
94
95       read_trust_options (&trust_model, &created, &nextcheck,
96                           &marginals, &completes, &cert_depth, &min_cert_level);
97
98       es_fprintf (es_stdout, "tru:");
99
100       if (nextcheck && nextcheck <= make_timestamp ())
101         es_fprintf (es_stdout, "o");
102       if (trust_model != opt.trust_model)
103         es_fprintf (es_stdout, "t");
104       if (opt.trust_model == TM_PGP || opt.trust_model == TM_CLASSIC
105           || opt.trust_model == TM_TOFU_PGP)
106         {
107           if (marginals != opt.marginals_needed)
108             es_fprintf (es_stdout, "m");
109           if (completes != opt.completes_needed)
110             es_fprintf (es_stdout, "c");
111           if (cert_depth != opt.max_cert_depth)
112             es_fprintf (es_stdout, "d");
113           if (min_cert_level != opt.min_cert_level)
114             es_fprintf (es_stdout, "l");
115         }
116
117       es_fprintf (es_stdout, ":%d:%lu:%lu", trust_model, created, nextcheck);
118
119       /* Only show marginals, completes, and cert_depth in the classic
120          or PGP trust models since they are not meaningful
121          otherwise. */
122
123       if (trust_model == TM_PGP || trust_model == TM_CLASSIC)
124         es_fprintf (es_stdout, ":%d:%d:%d", marginals, completes, cert_depth);
125       es_fprintf (es_stdout, "\n");
126     }
127 #endif /*!NO_TRUST_MODELS*/
128
129   /* We need to do the stale check right here because it might need to
130      update the keyring while we already have the keyring open.  This
131      is very bad for W32 because of a sharing violation. For real OSes
132      it might lead to false results if we are later listing a keyring
133      which is associated with the inode of a deleted file.  */
134   check_trustdb_stale (ctrl);
135
136 #ifdef USE_TOFU
137   tofu_begin_batch_update (ctrl);
138 #endif
139
140   if (locate_mode)
141     locate_one (ctrl, list);
142   else if (!list)
143     list_all (ctrl, 0, opt.with_secret);
144   else
145     list_one (ctrl, list, 0, opt.with_secret);
146
147 #ifdef USE_TOFU
148   tofu_end_batch_update (ctrl);
149 #endif
150 }
151
152
153 void
154 secret_key_list (ctrl_t ctrl, strlist_t list)
155 {
156   (void)ctrl;
157
158   check_trustdb_stale (ctrl);
159
160   if (!list)
161     list_all (ctrl, 1, 0);
162   else                          /* List by user id */
163     list_one (ctrl, list, 1, 0);
164 }
165
166 char *
167 format_seckey_info (PKT_public_key *pk)
168 {
169   u32 keyid[2];
170   char *p;
171   char pkstrbuf[PUBKEY_STRING_SIZE];
172   char *info;
173
174   keyid_from_pk (pk, keyid);
175   p = get_user_id_native (keyid);
176
177   info = xtryasprintf ("sec  %s/%s %s %s",
178                        pubkey_string (pk, pkstrbuf, sizeof pkstrbuf),
179                        keystr (keyid), datestr_from_pk (pk), p);
180
181   xfree (p);
182
183   return info;
184 }
185
186 void
187 print_seckey_info (PKT_public_key *pk)
188 {
189   char *p = format_seckey_info (pk);
190   tty_printf ("\n%s\n", p);
191   xfree (p);
192 }
193
194 /* Print information about the public key.  With FP passed as NULL,
195    the tty output interface is used, otherwise output is directted to
196    the given stream.  */
197 void
198 print_pubkey_info (estream_t fp, PKT_public_key *pk)
199 {
200   u32 keyid[2];
201   char *p;
202   char pkstrbuf[PUBKEY_STRING_SIZE];
203
204   keyid_from_pk (pk, keyid);
205
206   /* If the pk was chosen by a particular user ID, that is the one to
207      print.  */
208   if (pk->user_id)
209     p = utf8_to_native (pk->user_id->name, pk->user_id->len, 0);
210   else
211     p = get_user_id_native (keyid);
212
213   if (fp)
214     tty_printf ("\n");
215   tty_fprintf (fp, "%s  %s/%s %s %s\n",
216                pk->flags.primary? "pub":"sub",
217                pubkey_string (pk, pkstrbuf, sizeof pkstrbuf),
218                keystr (keyid), datestr_from_pk (pk), p);
219   xfree (p);
220 }
221
222
223 /* Print basic information of a secret key including the card serial
224    number information.  */
225 #ifdef ENABLE_CARD_SUPPORT
226 void
227 print_card_key_info (estream_t fp, kbnode_t keyblock)
228 {
229   kbnode_t node;
230   char *hexgrip;
231   char *serialno;
232   int s2k_char;
233   char pkstrbuf[PUBKEY_STRING_SIZE];
234   int indent;
235
236   for (node = keyblock; node; node = node->next)
237     {
238       if (node->pkt->pkttype == PKT_PUBLIC_KEY
239           || node->pkt->pkttype == PKT_PUBLIC_SUBKEY)
240         {
241           int rc;
242           PKT_public_key *pk = node->pkt->pkt.public_key;
243
244           serialno = NULL;
245           rc = hexkeygrip_from_pk (pk, &hexgrip);
246           if (rc)
247             {
248               log_error ("error computing a keygrip: %s\n", gpg_strerror (rc));
249               s2k_char = '?';
250             }
251           else if (!agent_get_keyinfo (NULL, hexgrip, &serialno, NULL))
252             s2k_char = serialno? '>':' ';
253           else
254             s2k_char = '#';  /* Key not found.  */
255
256           tty_fprintf (fp, "%s%c  %s/%s  %n",
257                        node->pkt->pkttype == PKT_PUBLIC_KEY ? "sec" : "ssb",
258                        s2k_char,
259                        pubkey_string (pk, pkstrbuf, sizeof pkstrbuf),
260                        keystr_from_pk (pk),
261                        &indent);
262           tty_fprintf (fp, _("created: %s"), datestr_from_pk (pk));
263           tty_fprintf (fp, "  ");
264           tty_fprintf (fp, _("expires: %s"), expirestr_from_pk (pk));
265           if (serialno)
266             {
267               tty_fprintf (fp, "\n%*s%s", indent, "", _("card-no: "));
268               if (strlen (serialno) == 32
269                   && !strncmp (serialno, "D27600012401", 12))
270                 {
271                   /* This is an OpenPGP card.  Print the relevant part.  */
272                   /* Example: D2760001240101010001000003470000 */
273                   /*                          xxxxyyyyyyyy     */
274                   tty_fprintf (fp, "%.*s %.*s", 4, serialno+16, 8, serialno+20);
275                 }
276               else
277                 tty_fprintf (fp, "%s", serialno);
278             }
279           tty_fprintf (fp, "\n");
280           xfree (hexgrip);
281           xfree (serialno);
282         }
283     }
284 }
285 #endif /*ENABLE_CARD_SUPPORT*/
286
287
288 /* Flags = 0x01 hashed 0x02 critical.  */
289 static void
290 status_one_subpacket (sigsubpkttype_t type, size_t len, int flags,
291                       const byte * buf)
292 {
293   char status[40];
294
295   /* Don't print these. */
296   if (len > 256)
297     return;
298
299   snprintf (status, sizeof status,
300             "%d %u %u ", type, flags, (unsigned int) len);
301
302   write_status_text_and_buffer (STATUS_SIG_SUBPACKET, status, buf, len, 0);
303 }
304
305
306 /* Print a policy URL.  Allowed values for MODE are:
307  *   0 - print to stdout.
308  *   1 - use log_info and emit status messages.
309  *   2 - emit only status messages.
310  */
311 void
312 show_policy_url (PKT_signature * sig, int indent, int mode)
313 {
314   const byte *p;
315   size_t len;
316   int seq = 0, crit;
317   estream_t fp = mode ? log_get_stream () : es_stdout;
318
319   while ((p =
320           enum_sig_subpkt (sig->hashed, SIGSUBPKT_POLICY, &len, &seq, &crit)))
321     {
322       if (mode != 2)
323         {
324           int i;
325           const char *str;
326
327           for (i = 0; i < indent; i++)
328             es_putc (' ', fp);
329
330           if (crit)
331             str = _("Critical signature policy: ");
332           else
333             str = _("Signature policy: ");
334           if (mode)
335             log_info ("%s", str);
336           else
337             es_fprintf (fp, "%s", str);
338           print_utf8_buffer (fp, p, len);
339           es_fprintf (fp, "\n");
340         }
341
342       if (mode)
343         write_status_buffer (STATUS_POLICY_URL, p, len, 0);
344     }
345 }
346
347
348 /*
349   mode=0 for stdout.
350   mode=1 for log_info + status messages
351   mode=2 for status messages only
352 */
353 /* TODO: use this */
354 void
355 show_keyserver_url (PKT_signature * sig, int indent, int mode)
356 {
357   const byte *p;
358   size_t len;
359   int seq = 0, crit;
360   estream_t fp = mode ? log_get_stream () : es_stdout;
361
362   while ((p =
363           enum_sig_subpkt (sig->hashed, SIGSUBPKT_PREF_KS, &len, &seq,
364                            &crit)))
365     {
366       if (mode != 2)
367         {
368           int i;
369           const char *str;
370
371           for (i = 0; i < indent; i++)
372             es_putc (' ', es_stdout);
373
374           if (crit)
375             str = _("Critical preferred keyserver: ");
376           else
377             str = _("Preferred keyserver: ");
378           if (mode)
379             log_info ("%s", str);
380           else
381             es_fprintf (es_stdout, "%s", str);
382           print_utf8_buffer (fp, p, len);
383           es_fprintf (fp, "\n");
384         }
385
386       if (mode)
387         status_one_subpacket (SIGSUBPKT_PREF_KS, len,
388                               (crit ? 0x02 : 0) | 0x01, p);
389     }
390 }
391
392 /*
393   mode=0 for stdout.
394   mode=1 for log_info + status messages
395   mode=2 for status messages only
396
397   Defined bits in WHICH:
398     1 == standard notations
399     2 == user notations
400 */
401 void
402 show_notation (PKT_signature * sig, int indent, int mode, int which)
403 {
404   estream_t fp = mode ? log_get_stream () : es_stdout;
405   notation_t nd, notations;
406
407   if (which == 0)
408     which = 3;
409
410   notations = sig_to_notation (sig);
411
412   /* There may be multiple notations in the same sig. */
413   for (nd = notations; nd; nd = nd->next)
414     {
415       if (mode != 2)
416         {
417           int has_at = !!strchr (nd->name, '@');
418
419           if ((which & 1 && !has_at) || (which & 2 && has_at))
420             {
421               int i;
422               const char *str;
423
424               for (i = 0; i < indent; i++)
425                 es_putc (' ', es_stdout);
426
427               if (nd->flags.critical)
428                 str = _("Critical signature notation: ");
429               else
430                 str = _("Signature notation: ");
431               if (mode)
432                 log_info ("%s", str);
433               else
434                 es_fprintf (es_stdout, "%s", str);
435               /* This is all UTF8 */
436               print_utf8_buffer (fp, nd->name, strlen (nd->name));
437               es_fprintf (fp, "=");
438               print_utf8_buffer (fp, nd->value, strlen (nd->value));
439               /* (We need to use log_printf so that the next call to a
440                   log function does not insert an extra LF.)  */
441               if (mode)
442                 log_printf ("\n");
443               else
444                 es_putc ('\n', fp);
445             }
446         }
447
448       if (mode)
449         {
450           write_status_buffer (STATUS_NOTATION_NAME,
451                                nd->name, strlen (nd->name), 0);
452           if (nd->flags.critical || nd->flags.human)
453             write_status_text (STATUS_NOTATION_FLAGS,
454                                nd->flags.critical && nd->flags.human? "1 1" :
455                                nd->flags.critical? "1 0" : "0 1");
456           write_status_buffer (STATUS_NOTATION_DATA,
457                                nd->value, strlen (nd->value), 50);
458         }
459     }
460
461   free_notation (notations);
462 }
463
464
465 static void
466 print_signature_stats (struct keylist_context *s)
467 {
468   if (!s->check_sigs)
469     return;  /* Signature checking was not requested.  */
470
471   if (s->good_sigs)
472     log_info (ngettext("%d good signature\n",
473                        "%d good signatures\n", s->good_sigs), s->good_sigs);
474
475   if (s->inv_sigs)
476     log_info (ngettext("%d bad signature\n",
477                        "%d bad signatures\n", s->inv_sigs), s->inv_sigs);
478
479   if (s->no_key)
480     log_info (ngettext("%d signature not checked due to a missing key\n",
481                        "%d signatures not checked due to missing keys\n",
482                        s->no_key), s->no_key);
483
484   if (s->oth_err)
485     log_info (ngettext("%d signature not checked due to an error\n",
486                        "%d signatures not checked due to errors\n",
487                        s->oth_err), s->oth_err);
488 }
489
490
491 /* List all keys.  If SECRET is true only secret keys are listed.  If
492    MARK_SECRET is true secret keys are indicated in a public key
493    listing.  */
494 static void
495 list_all (ctrl_t ctrl, int secret, int mark_secret)
496 {
497   KEYDB_HANDLE hd;
498   KBNODE keyblock = NULL;
499   int rc = 0;
500   int any_secret;
501   const char *lastresname, *resname;
502   struct keylist_context listctx;
503
504   memset (&listctx, 0, sizeof (listctx));
505   if (opt.check_sigs)
506     listctx.check_sigs = 1;
507
508   hd = keydb_new ();
509   if (!hd)
510     rc = gpg_error_from_syserror ();
511   else
512     rc = keydb_search_first (hd);
513   if (rc)
514     {
515       if (gpg_err_code (rc) != GPG_ERR_NOT_FOUND)
516         log_error ("keydb_search_first failed: %s\n", gpg_strerror (rc));
517       goto leave;
518     }
519
520   lastresname = NULL;
521   do
522     {
523       rc = keydb_get_keyblock (hd, &keyblock);
524       if (rc)
525         {
526           if (gpg_err_code (rc) == GPG_ERR_LEGACY_KEY)
527             continue;  /* Skip legacy keys.  */
528           log_error ("keydb_get_keyblock failed: %s\n", gpg_strerror (rc));
529           goto leave;
530         }
531
532       if (secret || mark_secret)
533         any_secret = !agent_probe_any_secret_key (NULL, keyblock);
534       else
535         any_secret = 0;
536
537       if (secret && !any_secret)
538         ; /* Secret key listing requested but this isn't one.  */
539       else
540         {
541           if (!opt.with_colons)
542             {
543               resname = keydb_get_resource_name (hd);
544               if (lastresname != resname)
545                 {
546                   int i;
547
548                   es_fprintf (es_stdout, "%s\n", resname);
549                   for (i = strlen (resname); i; i--)
550                     es_putc ('-', es_stdout);
551                   es_putc ('\n', es_stdout);
552                   lastresname = resname;
553                 }
554             }
555           merge_keys_and_selfsig (keyblock);
556           list_keyblock (ctrl, keyblock, secret, any_secret, opt.fingerprint,
557                          &listctx);
558         }
559       release_kbnode (keyblock);
560       keyblock = NULL;
561     }
562   while (!(rc = keydb_search_next (hd)));
563   es_fflush (es_stdout);
564   if (rc && gpg_err_code (rc) != GPG_ERR_NOT_FOUND)
565     log_error ("keydb_search_next failed: %s\n", gpg_strerror (rc));
566   if (keydb_get_skipped_counter (hd))
567     log_info (ngettext("Warning: %lu key skipped due to its large size\n",
568                        "Warning: %lu keys skipped due to their large sizes\n",
569                        keydb_get_skipped_counter (hd)),
570               keydb_get_skipped_counter (hd));
571
572   if (opt.check_sigs && !opt.with_colons)
573     print_signature_stats (&listctx);
574
575  leave:
576   keylist_context_release (&listctx);
577   release_kbnode (keyblock);
578   keydb_release (hd);
579 }
580
581
582 static void
583 list_one (ctrl_t ctrl, strlist_t names, int secret, int mark_secret)
584 {
585   int rc = 0;
586   KBNODE keyblock = NULL;
587   GETKEY_CTX ctx;
588   const char *resname;
589   const char *keyring_str = _("Keyring");
590   int i;
591   struct keylist_context listctx;
592
593   memset (&listctx, 0, sizeof (listctx));
594   if (!secret && opt.check_sigs)
595     listctx.check_sigs = 1;
596
597   /* fixme: using the bynames function has the disadvantage that we
598    * don't know wether one of the names given was not found.  OTOH,
599    * this function has the advantage to list the names in the
600    * sequence as defined by the keyDB and does not duplicate
601    * outputs.  A solution could be do test whether all given have
602    * been listed (this needs a way to use the keyDB search
603    * functions) or to have the search function return indicators for
604    * found names.  Yet another way is to use the keydb search
605    * facilities directly. */
606   rc = getkey_bynames (&ctx, NULL, names, secret, &keyblock);
607   if (rc)
608     {
609       log_error ("error reading key: %s\n", gpg_strerror (rc));
610       getkey_end (ctx);
611       return;
612     }
613
614   do
615     {
616       if ((opt.list_options & LIST_SHOW_KEYRING) && !opt.with_colons)
617         {
618           resname = keydb_get_resource_name (get_ctx_handle (ctx));
619           es_fprintf (es_stdout, "%s: %s\n", keyring_str, resname);
620           for (i = strlen (resname) + strlen (keyring_str) + 2; i; i--)
621             es_putc ('-', es_stdout);
622           es_putc ('\n', es_stdout);
623         }
624       list_keyblock (ctrl,
625                      keyblock, secret, mark_secret, opt.fingerprint, &listctx);
626       release_kbnode (keyblock);
627     }
628   while (!getkey_next (ctx, NULL, &keyblock));
629   getkey_end (ctx);
630
631   if (opt.check_sigs && !opt.with_colons)
632     print_signature_stats (&listctx);
633
634   keylist_context_release (&listctx);
635 }
636
637
638 static void
639 locate_one (ctrl_t ctrl, strlist_t names)
640 {
641   int rc = 0;
642   strlist_t sl;
643   GETKEY_CTX ctx = NULL;
644   KBNODE keyblock = NULL;
645   struct keylist_context listctx;
646
647   memset (&listctx, 0, sizeof (listctx));
648   if (opt.check_sigs)
649     listctx.check_sigs = 1;
650
651   for (sl = names; sl; sl = sl->next)
652     {
653       rc = get_best_pubkey_byname (ctrl, &ctx, NULL, sl->d, &keyblock, 1, 0);
654       if (rc)
655         {
656           if (gpg_err_code (rc) != GPG_ERR_NO_PUBKEY)
657             log_error ("error reading key: %s\n", gpg_strerror (rc));
658           else if (opt.verbose)
659             log_info (_("key \"%s\" not found: %s\n"),
660                       sl->d, gpg_strerror (rc));
661         }
662       else
663         {
664           do
665             {
666               list_keyblock (ctrl, keyblock, 0, 0, opt.fingerprint, &listctx);
667               release_kbnode (keyblock);
668             }
669           while (ctx && !getkey_next (ctx, NULL, &keyblock));
670           getkey_end (ctx);
671           ctx = NULL;
672         }
673     }
674
675   if (opt.check_sigs && !opt.with_colons)
676     print_signature_stats (&listctx);
677
678   keylist_context_release (&listctx);
679 }
680
681
682 static void
683 print_key_data (PKT_public_key * pk)
684 {
685   int n = pk ? pubkey_get_npkey (pk->pubkey_algo) : 0;
686   int i;
687
688   for (i = 0; i < n; i++)
689     {
690       es_fprintf (es_stdout, "pkd:%d:%u:", i, mpi_get_nbits (pk->pkey[i]));
691       mpi_print (es_stdout, pk->pkey[i], 1);
692       es_putc (':', es_stdout);
693       es_putc ('\n', es_stdout);
694     }
695 }
696
697 static void
698 print_capabilities (PKT_public_key *pk, KBNODE keyblock)
699 {
700   unsigned int use = pk->pubkey_usage;
701   int c_printed = 0;
702
703   if (use & PUBKEY_USAGE_ENC)
704     es_putc ('e', es_stdout);
705
706   if (use & PUBKEY_USAGE_SIG)
707     {
708       es_putc ('s', es_stdout);
709       if (pk->flags.primary)
710         {
711           es_putc ('c', es_stdout);
712           /* The PUBKEY_USAGE_CERT flag was introduced later and we
713              used to always print 'c' for a primary key.  To avoid any
714              regression here we better track whether we printed 'c'
715              already.  */
716           c_printed = 1;
717         }
718     }
719
720   if ((use & PUBKEY_USAGE_CERT) && !c_printed)
721     es_putc ('c', es_stdout);
722
723   if ((use & PUBKEY_USAGE_AUTH))
724     es_putc ('a', es_stdout);
725
726   if ((use & PUBKEY_USAGE_UNKNOWN))
727     es_putc ('?', es_stdout);
728
729   if (keyblock)
730     {
731       /* Figure out the usable capabilities.  */
732       KBNODE k;
733       int enc = 0, sign = 0, cert = 0, auth = 0, disabled = 0;
734
735       for (k = keyblock; k; k = k->next)
736         {
737           if (k->pkt->pkttype == PKT_PUBLIC_KEY
738               || k->pkt->pkttype == PKT_PUBLIC_SUBKEY)
739             {
740               pk = k->pkt->pkt.public_key;
741
742               if (pk->flags.primary)
743                 disabled = pk_is_disabled (pk);
744
745               if (pk->flags.valid && !pk->flags.revoked && !pk->has_expired)
746                 {
747                   if (pk->pubkey_usage & PUBKEY_USAGE_ENC)
748                     enc = 1;
749                   if (pk->pubkey_usage & PUBKEY_USAGE_SIG)
750                     {
751                       sign = 1;
752                       if (pk->flags.primary)
753                         cert = 1;
754                     }
755                   if (pk->pubkey_usage & PUBKEY_USAGE_CERT)
756                     cert = 1;
757                   if ((pk->pubkey_usage & PUBKEY_USAGE_AUTH))
758                     auth = 1;
759                 }
760             }
761         }
762       if (enc)
763         es_putc ('E', es_stdout);
764       if (sign)
765         es_putc ('S', es_stdout);
766       if (cert)
767         es_putc ('C', es_stdout);
768       if (auth)
769         es_putc ('A', es_stdout);
770       if (disabled)
771         es_putc ('D', es_stdout);
772     }
773
774   es_putc (':', es_stdout);
775 }
776
777
778 /* FLAGS: 0x01 hashed
779           0x02 critical  */
780 static void
781 print_one_subpacket (sigsubpkttype_t type, size_t len, int flags,
782                      const byte * buf)
783 {
784   size_t i;
785
786   es_fprintf (es_stdout, "spk:%d:%u:%u:", type, flags, (unsigned int) len);
787
788   for (i = 0; i < len; i++)
789     {
790       /* printable ascii other than : and % */
791       if (buf[i] >= 32 && buf[i] <= 126 && buf[i] != ':' && buf[i] != '%')
792         es_fprintf (es_stdout, "%c", buf[i]);
793       else
794         es_fprintf (es_stdout, "%%%02X", buf[i]);
795     }
796
797   es_fprintf (es_stdout, "\n");
798 }
799
800
801 void
802 print_subpackets_colon (PKT_signature * sig)
803 {
804   byte *i;
805
806   log_assert (opt.show_subpackets);
807
808   for (i = opt.show_subpackets; *i; i++)
809     {
810       const byte *p;
811       size_t len;
812       int seq, crit;
813
814       seq = 0;
815
816       while ((p = enum_sig_subpkt (sig->hashed, *i, &len, &seq, &crit)))
817         print_one_subpacket (*i, len, 0x01 | (crit ? 0x02 : 0), p);
818
819       seq = 0;
820
821       while ((p = enum_sig_subpkt (sig->unhashed, *i, &len, &seq, &crit)))
822         print_one_subpacket (*i, len, 0x00 | (crit ? 0x02 : 0), p);
823     }
824 }
825
826
827 void
828 dump_attribs (const PKT_user_id *uid, PKT_public_key *pk)
829 {
830   int i;
831
832   if (!attrib_fp)
833     return;
834
835   for (i = 0; i < uid->numattribs; i++)
836     {
837       if (is_status_enabled ())
838         {
839           byte array[MAX_FINGERPRINT_LEN], *p;
840           char buf[(MAX_FINGERPRINT_LEN * 2) + 90];
841           size_t j, n;
842
843           if (!pk)
844             BUG ();
845           fingerprint_from_pk (pk, array, &n);
846
847           p = array;
848           for (j = 0; j < n; j++, p++)
849             sprintf (buf + 2 * j, "%02X", *p);
850
851           sprintf (buf + strlen (buf), " %lu %u %u %u %lu %lu %u",
852                    (ulong) uid->attribs[i].len, uid->attribs[i].type, i + 1,
853                    uid->numattribs, (ulong) uid->created,
854                    (ulong) uid->expiredate,
855                    ((uid->is_primary ? 0x01 : 0) | (uid->
856                                                     is_revoked ? 0x02 : 0) |
857                     (uid->is_expired ? 0x04 : 0)));
858           write_status_text (STATUS_ATTRIBUTE, buf);
859         }
860
861       es_fwrite (uid->attribs[i].data, uid->attribs[i].len, 1, attrib_fp);
862       es_fflush (attrib_fp);
863     }
864 }
865
866
867 static void
868 list_keyblock_print (ctrl_t ctrl, kbnode_t keyblock, int secret, int fpr,
869                      struct keylist_context *listctx)
870 {
871   int rc;
872   KBNODE kbctx;
873   KBNODE node;
874   PKT_public_key *pk;
875   int skip_sigs = 0;
876   char *hexgrip = NULL;
877   char *serialno = NULL;
878
879   /* Get the keyid from the keyblock.  */
880   node = find_kbnode (keyblock, PKT_PUBLIC_KEY);
881   if (!node)
882     {
883       log_error ("Oops; key lost!\n");
884       dump_kbnode (keyblock);
885       return;
886     }
887
888   pk = node->pkt->pkt.public_key;
889
890   if (secret || opt.with_keygrip)
891     {
892       rc = hexkeygrip_from_pk (pk, &hexgrip);
893       if (rc)
894         log_error ("error computing a keygrip: %s\n", gpg_strerror (rc));
895     }
896
897   if (secret)
898     {
899       /* Encode some info about the secret key in SECRET.  */
900       if (!agent_get_keyinfo (NULL, hexgrip, &serialno, NULL))
901         secret = serialno? 3 : 1;
902       else
903         secret = 2;  /* Key not found.  */
904     }
905
906   if (!listctx->no_validity)
907     check_trustdb_stale (ctrl);
908
909   /* Print the "pub" line and in KF_NONE mode the fingerprint.  */
910   print_key_line (es_stdout, pk, secret);
911
912   if (fpr)
913     print_fingerprint (NULL, pk, 0);
914
915   if (opt.with_keygrip && hexgrip)
916     es_fprintf (es_stdout, "      Keygrip = %s\n", hexgrip);
917
918   if (serialno)
919     print_card_serialno (serialno);
920
921   if (opt.with_key_data)
922     print_key_data (pk);
923
924   for (kbctx = NULL; (node = walk_kbnode (keyblock, &kbctx, 0));)
925     {
926       if (node->pkt->pkttype == PKT_USER_ID)
927         {
928           PKT_user_id *uid = node->pkt->pkt.user_id;
929           int indent;
930           int kl = opt.keyid_format == KF_NONE? 10 : keystrlen ();
931
932           if ((uid->is_expired || uid->is_revoked)
933               && !(opt.list_options & LIST_SHOW_UNUSABLE_UIDS))
934             {
935               skip_sigs = 1;
936               continue;
937             }
938           else
939             skip_sigs = 0;
940
941           if (attrib_fp && uid->attrib_data != NULL)
942             dump_attribs (uid, pk);
943
944           if ((uid->is_revoked || uid->is_expired)
945               || ((opt.list_options & LIST_SHOW_UID_VALIDITY)
946                   && !listctx->no_validity))
947             {
948               const char *validity;
949
950               validity = uid_trust_string_fixed (ctrl, pk, uid);
951               indent = ((kl + (opt.legacy_list_mode? 9:11))
952                         - atoi (uid_trust_string_fixed (ctrl, NULL, NULL)));
953               if (indent < 0 || indent > 40)
954                 indent = 0;
955
956               es_fprintf (es_stdout, "uid%*s%s ", indent, "", validity);
957             }
958           else
959             {
960               indent = kl + (opt.legacy_list_mode? 10:12);
961               es_fprintf (es_stdout, "uid%*s", indent, "");
962             }
963
964           print_utf8_buffer (es_stdout, uid->name, uid->len);
965           es_putc ('\n', es_stdout);
966
967           if (opt.with_wkd_hash)
968             {
969               char *mbox, *hash, *p;
970               char hashbuf[32];
971
972               mbox = mailbox_from_userid (uid->name);
973               if (mbox && (p = strchr (mbox, '@')))
974                 {
975                   *p++ = 0;
976                   gcry_md_hash_buffer (GCRY_MD_SHA1, hashbuf,
977                                        mbox, strlen (mbox));
978                   hash = zb32_encode (hashbuf, 8*20);
979                   if (hash)
980                     {
981                       es_fprintf (es_stdout, "   %*s%s@%s\n",
982                                   indent, "", hash, p);
983                       xfree (hash);
984                     }
985                 }
986               xfree (mbox);
987             }
988
989           if ((opt.list_options & LIST_SHOW_PHOTOS) && uid->attribs != NULL)
990             show_photos (ctrl, uid->attribs, uid->numattribs, pk, uid);
991         }
992       else if (node->pkt->pkttype == PKT_PUBLIC_SUBKEY)
993         {
994           PKT_public_key *pk2 = node->pkt->pkt.public_key;
995
996           if ((pk2->flags.revoked || pk2->has_expired)
997               && !(opt.list_options & LIST_SHOW_UNUSABLE_SUBKEYS))
998             {
999               skip_sigs = 1;
1000               continue;
1001             }
1002           else
1003             skip_sigs = 0;
1004
1005           xfree (serialno); serialno = NULL;
1006           xfree (hexgrip); hexgrip = NULL;
1007           if (secret || opt.with_keygrip)
1008             {
1009               rc = hexkeygrip_from_pk (pk2, &hexgrip);
1010               if (rc)
1011                 log_error ("error computing a keygrip: %s\n",
1012                            gpg_strerror (rc));
1013             }
1014           if (secret)
1015             {
1016               if (!agent_get_keyinfo (NULL, hexgrip, &serialno, NULL))
1017                 secret = serialno? 3 : 1;
1018               else
1019                 secret = '2';  /* Key not found.  */
1020             }
1021
1022           /* Print the "sub" line.  */
1023           print_key_line (es_stdout, pk2, secret);
1024           if (fpr > 1 || opt.with_subkey_fingerprint)
1025             {
1026               print_fingerprint (NULL, pk2, 0);
1027               if (serialno)
1028                 print_card_serialno (serialno);
1029             }
1030           if (opt.with_keygrip && hexgrip)
1031             es_fprintf (es_stdout, "      Keygrip = %s\n", hexgrip);
1032           if (opt.with_key_data)
1033             print_key_data (pk2);
1034         }
1035       else if (opt.list_sigs
1036                && node->pkt->pkttype == PKT_SIGNATURE && !skip_sigs)
1037         {
1038           PKT_signature *sig = node->pkt->pkt.signature;
1039           int sigrc;
1040           char *sigstr;
1041
1042           if (listctx->check_sigs)
1043             {
1044               rc = check_key_signature (keyblock, node, NULL);
1045               switch (gpg_err_code (rc))
1046                 {
1047                 case 0:
1048                   listctx->good_sigs++;
1049                   sigrc = '!';
1050                   break;
1051                 case GPG_ERR_BAD_SIGNATURE:
1052                   listctx->inv_sigs++;
1053                   sigrc = '-';
1054                   break;
1055                 case GPG_ERR_NO_PUBKEY:
1056                 case GPG_ERR_UNUSABLE_PUBKEY:
1057                   listctx->no_key++;
1058                   continue;
1059                 default:
1060                   listctx->oth_err++;
1061                   sigrc = '%';
1062                   break;
1063                 }
1064
1065               /* TODO: Make sure a cached sig record here still has
1066                  the pk that issued it.  See also
1067                  keyedit.c:print_and_check_one_sig */
1068             }
1069           else
1070             {
1071               rc = 0;
1072               sigrc = ' ';
1073             }
1074
1075           if (sig->sig_class == 0x20 || sig->sig_class == 0x28
1076               || sig->sig_class == 0x30)
1077             sigstr = "rev";
1078           else if ((sig->sig_class & ~3) == 0x10)
1079             sigstr = "sig";
1080           else if (sig->sig_class == 0x18)
1081             sigstr = "sig";
1082           else if (sig->sig_class == 0x1F)
1083             sigstr = "sig";
1084           else
1085             {
1086               es_fprintf (es_stdout, "sig                             "
1087                       "[unexpected signature class 0x%02x]\n",
1088                       sig->sig_class);
1089               continue;
1090             }
1091
1092           es_fputs (sigstr, es_stdout);
1093           es_fprintf (es_stdout, "%c%c %c%c%c%c%c%c %s %s",
1094                   sigrc, (sig->sig_class - 0x10 > 0 &&
1095                           sig->sig_class - 0x10 <
1096                           4) ? '0' + sig->sig_class - 0x10 : ' ',
1097                   sig->flags.exportable ? ' ' : 'L',
1098                   sig->flags.revocable ? ' ' : 'R',
1099                   sig->flags.policy_url ? 'P' : ' ',
1100                   sig->flags.notation ? 'N' : ' ',
1101                   sig->flags.expired ? 'X' : ' ',
1102                   (sig->trust_depth > 9) ? 'T' : (sig->trust_depth >
1103                                                   0) ? '0' +
1104                   sig->trust_depth : ' ', keystr (sig->keyid),
1105                   datestr_from_sig (sig));
1106           if (opt.list_options & LIST_SHOW_SIG_EXPIRE)
1107             es_fprintf (es_stdout, " %s", expirestr_from_sig (sig));
1108           es_fprintf (es_stdout, "  ");
1109           if (sigrc == '%')
1110             es_fprintf (es_stdout, "[%s] ", gpg_strerror (rc));
1111           else if (sigrc == '?')
1112             ;
1113           else if (!opt.fast_list_mode)
1114             {
1115               size_t n;
1116               char *p = get_user_id (sig->keyid, &n);
1117               print_utf8_buffer (es_stdout, p, n);
1118               xfree (p);
1119             }
1120           es_putc ('\n', es_stdout);
1121
1122           if (sig->flags.policy_url
1123               && (opt.list_options & LIST_SHOW_POLICY_URLS))
1124             show_policy_url (sig, 3, 0);
1125
1126           if (sig->flags.notation && (opt.list_options & LIST_SHOW_NOTATIONS))
1127             show_notation (sig, 3, 0,
1128                            ((opt.
1129                              list_options & LIST_SHOW_STD_NOTATIONS) ? 1 : 0)
1130                            +
1131                            ((opt.
1132                              list_options & LIST_SHOW_USER_NOTATIONS) ? 2 :
1133                             0));
1134
1135           if (sig->flags.pref_ks
1136               && (opt.list_options & LIST_SHOW_KEYSERVER_URLS))
1137             show_keyserver_url (sig, 3, 0);
1138
1139           /* fixme: check or list other sigs here */
1140         }
1141     }
1142   es_putc ('\n', es_stdout);
1143   xfree (serialno);
1144   xfree (hexgrip);
1145 }
1146
1147 void
1148 print_revokers (estream_t fp, PKT_public_key * pk)
1149 {
1150   /* print the revoker record */
1151   if (!pk->revkey && pk->numrevkeys)
1152     BUG ();
1153   else
1154     {
1155       int i, j;
1156
1157       for (i = 0; i < pk->numrevkeys; i++)
1158         {
1159           byte *p;
1160
1161           es_fprintf (fp, "rvk:::%d::::::", pk->revkey[i].algid);
1162           p = pk->revkey[i].fpr;
1163           for (j = 0; j < 20; j++, p++)
1164             es_fprintf (fp, "%02X", *p);
1165           es_fprintf (fp, ":%02x%s:\n",
1166                       pk->revkey[i].class,
1167                       (pk->revkey[i].class & 0x40) ? "s" : "");
1168         }
1169     }
1170 }
1171
1172
1173 /* List a key in colon mode.  If SECRET is true this is a secret key
1174    record (i.e. requested via --list-secret-key).  If HAS_SECRET a
1175    secret key is available even if SECRET is not set.  */
1176 static void
1177 list_keyblock_colon (ctrl_t ctrl, kbnode_t keyblock,
1178                      int secret, int has_secret)
1179 {
1180   int rc;
1181   KBNODE kbctx;
1182   KBNODE node;
1183   PKT_public_key *pk;
1184   u32 keyid[2];
1185   int trustletter = 0;
1186   int trustletter_print;
1187   int ownertrust_print;
1188   int ulti_hack = 0;
1189   int i;
1190   char *hexgrip_buffer = NULL;
1191   const char *hexgrip = NULL;
1192   char *serialno = NULL;
1193   int stubkey;
1194
1195   /* Get the keyid from the keyblock.  */
1196   node = find_kbnode (keyblock, PKT_PUBLIC_KEY);
1197   if (!node)
1198     {
1199       log_error ("Oops; key lost!\n");
1200       dump_kbnode (keyblock);
1201       return;
1202     }
1203
1204   pk = node->pkt->pkt.public_key;
1205   if (secret || has_secret || opt.with_keygrip || opt.with_key_data)
1206     {
1207       rc = hexkeygrip_from_pk (pk, &hexgrip_buffer);
1208       if (rc)
1209         log_error ("error computing a keygrip: %s\n", gpg_strerror (rc));
1210       /* In the error case we print an empty string so that we have a
1211        * "grp" record for each and subkey - even if it is empty.  This
1212        * may help to prevent sync problems.  */
1213       hexgrip = hexgrip_buffer? hexgrip_buffer : "";
1214     }
1215   stubkey = 0;
1216   if ((secret || has_secret)
1217       && agent_get_keyinfo (NULL, hexgrip, &serialno, NULL))
1218     stubkey = 1;  /* Key not found.  */
1219
1220   keyid_from_pk (pk, keyid);
1221   if (!pk->flags.valid)
1222     trustletter_print = 'i';
1223   else if (pk->flags.revoked)
1224     trustletter_print = 'r';
1225   else if (pk->has_expired)
1226     trustletter_print = 'e';
1227   else if (opt.fast_list_mode || opt.no_expensive_trust_checks)
1228     trustletter_print = 0;
1229   else
1230     {
1231       trustletter = get_validity_info (ctrl, keyblock, pk, NULL);
1232       if (trustletter == 'u')
1233         ulti_hack = 1;
1234       trustletter_print = trustletter;
1235     }
1236
1237   if (!opt.fast_list_mode && !opt.no_expensive_trust_checks)
1238     ownertrust_print = get_ownertrust_info (pk);
1239   else
1240     ownertrust_print = 0;
1241
1242   es_fputs (secret? "sec:":"pub:", es_stdout);
1243   if (trustletter_print)
1244     es_putc (trustletter_print, es_stdout);
1245   es_fprintf (es_stdout, ":%u:%d:%08lX%08lX:%s:%s::",
1246           nbits_from_pk (pk),
1247           pk->pubkey_algo,
1248           (ulong) keyid[0], (ulong) keyid[1],
1249           colon_datestr_from_pk (pk), colon_strtime (pk->expiredate));
1250
1251   if (ownertrust_print)
1252     es_putc (ownertrust_print, es_stdout);
1253   es_putc (':', es_stdout);
1254
1255   es_putc (':', es_stdout);
1256   es_putc (':', es_stdout);
1257   print_capabilities (pk, keyblock);
1258   es_putc (':', es_stdout);             /* End of field 13. */
1259   es_putc (':', es_stdout);             /* End of field 14. */
1260   if (secret || has_secret)
1261     {
1262       if (stubkey)
1263         es_putc ('#', es_stdout);
1264       else if (serialno)
1265         es_fputs (serialno, es_stdout);
1266       else if (has_secret)
1267         es_putc ('+', es_stdout);
1268     }
1269   es_putc (':', es_stdout);             /* End of field 15. */
1270   es_putc (':', es_stdout);             /* End of field 16. */
1271   if (pk->pubkey_algo == PUBKEY_ALGO_ECDSA
1272       || pk->pubkey_algo == PUBKEY_ALGO_EDDSA
1273       || pk->pubkey_algo == PUBKEY_ALGO_ECDH)
1274     {
1275       char *curve = openpgp_oid_to_str (pk->pkey[0]);
1276       const char *name = openpgp_oid_to_curve (curve, 0);
1277       if (!name)
1278         name = curve;
1279       es_fputs (name, es_stdout);
1280       xfree (curve);
1281     }
1282   es_putc (':', es_stdout);             /* End of field 17. */
1283   es_putc (':', es_stdout);             /* End of field 18. */
1284   es_putc ('\n', es_stdout);
1285
1286   print_revokers (es_stdout, pk);
1287   print_fingerprint (NULL, pk, 0);
1288   if (hexgrip)
1289     es_fprintf (es_stdout, "grp:::::::::%s:\n", hexgrip);
1290   if (opt.with_key_data)
1291     print_key_data (pk);
1292
1293   for (kbctx = NULL; (node = walk_kbnode (keyblock, &kbctx, 0));)
1294     {
1295       if (node->pkt->pkttype == PKT_USER_ID)
1296         {
1297           PKT_user_id *uid = node->pkt->pkt.user_id;
1298           int uid_validity;
1299
1300           if (attrib_fp && uid->attrib_data != NULL)
1301             dump_attribs (uid, pk);
1302
1303           if (uid->is_revoked)
1304             uid_validity = 'r';
1305           else if (uid->is_expired)
1306             uid_validity = 'e';
1307           else if (opt.no_expensive_trust_checks)
1308             uid_validity = 0;
1309           else if (ulti_hack)
1310             uid_validity = 'u';
1311           else
1312             uid_validity = get_validity_info (ctrl, keyblock, pk, uid);
1313
1314           es_fputs (uid->attrib_data? "uat:":"uid:", es_stdout);
1315           if (uid_validity)
1316             es_putc (uid_validity, es_stdout);
1317           es_fputs ("::::", es_stdout);
1318
1319           es_fprintf (es_stdout, "%s:", colon_strtime (uid->created));
1320           es_fprintf (es_stdout, "%s:", colon_strtime (uid->expiredate));
1321
1322           namehash_from_uid (uid);
1323
1324           for (i = 0; i < 20; i++)
1325             es_fprintf (es_stdout, "%02X", uid->namehash[i]);
1326
1327           es_fprintf (es_stdout, "::");
1328
1329           if (uid->attrib_data)
1330             es_fprintf (es_stdout, "%u %lu", uid->numattribs, uid->attrib_len);
1331           else
1332             es_write_sanitized (es_stdout, uid->name, uid->len, ":", NULL);
1333           es_putc (':', es_stdout);
1334           es_putc ('\n', es_stdout);
1335 #ifdef USE_TOFU
1336           if (!uid->attrib_data && opt.with_tofu_info
1337               && (opt.trust_model == TM_TOFU || opt.trust_model == TM_TOFU_PGP))
1338             {
1339               /* Print a "tfs" record.  */
1340               tofu_write_tfs_record (ctrl, es_stdout, pk, uid->name);
1341             }
1342 #endif /*USE_TOFU*/
1343         }
1344       else if (node->pkt->pkttype == PKT_PUBLIC_SUBKEY)
1345         {
1346           u32 keyid2[2];
1347           PKT_public_key *pk2;
1348           int need_hexgrip = !!hexgrip;
1349
1350           pk2 = node->pkt->pkt.public_key;
1351           xfree (hexgrip_buffer); hexgrip_buffer = NULL; hexgrip = NULL;
1352           xfree (serialno); serialno = NULL;
1353           if (need_hexgrip
1354               || secret || has_secret || opt.with_keygrip || opt.with_key_data)
1355             {
1356               rc = hexkeygrip_from_pk (pk2, &hexgrip_buffer);
1357               if (rc)
1358                 log_error ("error computing a keygrip: %s\n",
1359                            gpg_strerror (rc));
1360               hexgrip = hexgrip_buffer? hexgrip_buffer : "";
1361             }
1362           stubkey = 0;
1363           if ((secret||has_secret)
1364               && agent_get_keyinfo (NULL, hexgrip, &serialno, NULL))
1365             stubkey = 1;  /* Key not found.  */
1366
1367           keyid_from_pk (pk2, keyid2);
1368           es_fputs (secret? "ssb:":"sub:", es_stdout);
1369           if (!pk2->flags.valid)
1370             es_putc ('i', es_stdout);
1371           else if (pk2->flags.revoked)
1372             es_putc ('r', es_stdout);
1373           else if (pk2->has_expired)
1374             es_putc ('e', es_stdout);
1375           else if (opt.fast_list_mode || opt.no_expensive_trust_checks)
1376             ;
1377           else
1378             {
1379               /* TRUSTLETTER should always be defined here. */
1380               if (trustletter)
1381                 es_fprintf (es_stdout, "%c", trustletter);
1382             }
1383           es_fprintf (es_stdout, ":%u:%d:%08lX%08lX:%s:%s:::::",
1384                   nbits_from_pk (pk2),
1385                   pk2->pubkey_algo,
1386                   (ulong) keyid2[0], (ulong) keyid2[1],
1387                   colon_datestr_from_pk (pk2), colon_strtime (pk2->expiredate)
1388                   /* fixme: add LID and ownertrust here */
1389             );
1390           print_capabilities (pk2, NULL);
1391           es_putc (':', es_stdout);     /* End of field 13. */
1392           es_putc (':', es_stdout);     /* End of field 14. */
1393           if (secret || has_secret)
1394             {
1395               if (stubkey)
1396                 es_putc ('#', es_stdout);
1397               else if (serialno)
1398                 es_fputs (serialno, es_stdout);
1399               else if (has_secret)
1400                 es_putc ('+', es_stdout);
1401             }
1402           es_putc (':', es_stdout);     /* End of field 15. */
1403           es_putc (':', es_stdout);     /* End of field 16. */
1404           if (pk2->pubkey_algo == PUBKEY_ALGO_ECDSA
1405               || pk2->pubkey_algo == PUBKEY_ALGO_EDDSA
1406               || pk2->pubkey_algo == PUBKEY_ALGO_ECDH)
1407             {
1408               char *curve = openpgp_oid_to_str (pk2->pkey[0]);
1409               const char *name = openpgp_oid_to_curve (curve, 0);
1410               if (!name)
1411                 name = curve;
1412               es_fputs (name, es_stdout);
1413               xfree (curve);
1414             }
1415           es_putc (':', es_stdout);     /* End of field 17. */
1416           es_putc ('\n', es_stdout);
1417           print_fingerprint (NULL, pk2, 0);
1418           if (hexgrip)
1419             es_fprintf (es_stdout, "grp:::::::::%s:\n", hexgrip);
1420           if (opt.with_key_data)
1421             print_key_data (pk2);
1422         }
1423       else if (opt.list_sigs && node->pkt->pkttype == PKT_SIGNATURE)
1424         {
1425           PKT_signature *sig = node->pkt->pkt.signature;
1426           int sigrc, fprokay = 0;
1427           char *sigstr;
1428           size_t fplen;
1429           byte fparray[MAX_FINGERPRINT_LEN];
1430           char *siguid;
1431           size_t siguidlen;
1432
1433           if (sig->sig_class == 0x20 || sig->sig_class == 0x28
1434               || sig->sig_class == 0x30)
1435             sigstr = "rev";
1436           else if ((sig->sig_class & ~3) == 0x10)
1437             sigstr = "sig";
1438           else if (sig->sig_class == 0x18)
1439             sigstr = "sig";
1440           else if (sig->sig_class == 0x1F)
1441             sigstr = "sig";
1442           else
1443             {
1444               es_fprintf (es_stdout, "sig::::::::::%02x%c:\n",
1445                       sig->sig_class, sig->flags.exportable ? 'x' : 'l');
1446               continue;
1447             }
1448
1449           if (opt.check_sigs)
1450             {
1451               PKT_public_key *signer_pk = NULL;
1452
1453               fflush (stdout);
1454               if (opt.no_sig_cache)
1455                 signer_pk = xmalloc_clear (sizeof (PKT_public_key));
1456
1457               rc = check_key_signature2 (keyblock, node, NULL, signer_pk,
1458                                          NULL, NULL, NULL);
1459               switch (gpg_err_code (rc))
1460                 {
1461                 case 0:
1462                   sigrc = '!';
1463                   break;
1464                 case GPG_ERR_BAD_SIGNATURE:
1465                   sigrc = '-';
1466                   break;
1467                 case GPG_ERR_NO_PUBKEY:
1468                 case GPG_ERR_UNUSABLE_PUBKEY:
1469                   sigrc = '?';
1470                   break;
1471                 default:
1472                   sigrc = '%';
1473                   break;
1474                 }
1475
1476               if (opt.no_sig_cache)
1477                 {
1478                   if (!rc)
1479                     {
1480                       fingerprint_from_pk (signer_pk, fparray, &fplen);
1481                       fprokay = 1;
1482                     }
1483                   free_public_key (signer_pk);
1484                 }
1485             }
1486           else
1487             {
1488               rc = 0;
1489               sigrc = ' ';
1490             }
1491
1492           if (sigrc != '%' && sigrc != '?' && !opt.fast_list_mode)
1493             siguid = get_user_id (sig->keyid, &siguidlen);
1494           else
1495             {
1496               siguid = NULL;
1497               siguidlen = 0;
1498             }
1499
1500
1501           es_fputs (sigstr, es_stdout);
1502           es_putc (':', es_stdout);
1503           if (sigrc != ' ')
1504             es_putc (sigrc, es_stdout);
1505           es_fprintf (es_stdout, "::%d:%08lX%08lX:%s:%s:", sig->pubkey_algo,
1506                   (ulong) sig->keyid[0], (ulong) sig->keyid[1],
1507                   colon_datestr_from_sig (sig),
1508                   colon_expirestr_from_sig (sig));
1509
1510           if (sig->trust_depth || sig->trust_value)
1511             es_fprintf (es_stdout, "%d %d", sig->trust_depth, sig->trust_value);
1512           es_fprintf (es_stdout, ":");
1513
1514           if (sig->trust_regexp)
1515             es_write_sanitized (es_stdout, sig->trust_regexp,
1516                                 strlen (sig->trust_regexp), ":", NULL);
1517           es_fprintf (es_stdout, ":");
1518
1519           if (sigrc == '%')
1520             es_fprintf (es_stdout, "[%s] ", gpg_strerror (rc));
1521           else if (siguid)
1522             es_write_sanitized (es_stdout, siguid, siguidlen, ":", NULL);
1523
1524           es_fprintf (es_stdout, ":%02x%c::", sig->sig_class,
1525                       sig->flags.exportable ? 'x' : 'l');
1526
1527           if (opt.no_sig_cache && opt.check_sigs && fprokay)
1528             {
1529               for (i = 0; i < fplen; i++)
1530                 es_fprintf (es_stdout, "%02X", fparray[i]);
1531             }
1532
1533           es_fprintf (es_stdout, ":::%d:\n", sig->digest_algo);
1534
1535           if (opt.show_subpackets)
1536             print_subpackets_colon (sig);
1537
1538           /* fixme: check or list other sigs here */
1539           xfree (siguid);
1540         }
1541     }
1542
1543   xfree (hexgrip_buffer);
1544   xfree (serialno);
1545 }
1546
1547 /*
1548  * Reorder the keyblock so that the primary user ID (and not attribute
1549  * packet) comes first.  Fixme: Replace this by a generic sort
1550  * function.  */
1551 static void
1552 do_reorder_keyblock (KBNODE keyblock, int attr)
1553 {
1554   KBNODE primary = NULL, primary0 = NULL, primary2 = NULL;
1555   KBNODE last, node;
1556
1557   for (node = keyblock; node; primary0 = node, node = node->next)
1558     {
1559       if (node->pkt->pkttype == PKT_USER_ID &&
1560           ((attr && node->pkt->pkt.user_id->attrib_data) ||
1561            (!attr && !node->pkt->pkt.user_id->attrib_data)) &&
1562           node->pkt->pkt.user_id->is_primary)
1563         {
1564           primary = primary2 = node;
1565           for (node = node->next; node; primary2 = node, node = node->next)
1566             {
1567               if (node->pkt->pkttype == PKT_USER_ID
1568                   || node->pkt->pkttype == PKT_PUBLIC_SUBKEY
1569                   || node->pkt->pkttype == PKT_SECRET_SUBKEY)
1570                 {
1571                   break;
1572                 }
1573             }
1574           break;
1575         }
1576     }
1577   if (!primary)
1578     return; /* No primary key flag found (should not happen).  */
1579
1580   for (last = NULL, node = keyblock; node; last = node, node = node->next)
1581     {
1582       if (node->pkt->pkttype == PKT_USER_ID)
1583         break;
1584     }
1585   log_assert (node);
1586   log_assert (last);     /* The user ID is never the first packet.  */
1587   log_assert (primary0); /* Ditto (this is the node before primary).  */
1588   if (node == primary)
1589     return; /* Already the first one.  */
1590
1591   last->next = primary;
1592   primary0->next = primary2->next;
1593   primary2->next = node;
1594 }
1595
1596 void
1597 reorder_keyblock (KBNODE keyblock)
1598 {
1599   do_reorder_keyblock (keyblock, 1);
1600   do_reorder_keyblock (keyblock, 0);
1601 }
1602
1603 static void
1604 list_keyblock (ctrl_t ctrl,
1605                KBNODE keyblock, int secret, int has_secret, int fpr,
1606                struct keylist_context *listctx)
1607 {
1608   reorder_keyblock (keyblock);
1609
1610   if (opt.with_colons)
1611     list_keyblock_colon (ctrl, keyblock, secret, has_secret);
1612   else
1613     list_keyblock_print (ctrl, keyblock, secret, fpr, listctx);
1614
1615   if (secret)
1616     es_fflush (es_stdout);
1617 }
1618
1619
1620 /* Public function used by keygen to list a keyblock.  If NO_VALIDITY
1621  * is set the validity of a key is never shown.  */
1622 void
1623 list_keyblock_direct (ctrl_t ctrl,
1624                       kbnode_t keyblock, int secret, int has_secret, int fpr,
1625                       int no_validity)
1626 {
1627   struct keylist_context listctx;
1628
1629   memset (&listctx, 0, sizeof (listctx));
1630   listctx.no_validity = !!no_validity;
1631   list_keyblock (ctrl, keyblock, secret, has_secret, fpr, &listctx);
1632   keylist_context_release (&listctx);
1633 }
1634
1635
1636 /* Print an hex digit in ICAO spelling.  */
1637 static void
1638 print_icao_hexdigit (estream_t fp, int c)
1639 {
1640   static const char *list[16] = {
1641     "Zero", "One", "Two", "Three", "Four", "Five", "Six", "Seven",
1642     "Eight", "Niner", "Alfa", "Bravo", "Charlie", "Delta", "Echo", "Foxtrot"
1643   };
1644
1645   tty_fprintf (fp, "%s", list[c&15]);
1646 }
1647
1648
1649 /*
1650  * Function to print the finperprint.
1651  * mode 0: as used in key listings, opt.with_colons is honored
1652  *      1: print using log_info ()
1653  *      2: direct use of tty
1654  *      3: direct use of tty but only primary key.
1655  *      4: direct use of tty but only subkey.
1656  *     10: Same as 0 but with_colons etc is ignored.
1657  *     20: Same as 0 but using a compact format.
1658  *
1659  * Modes 1 and 2 will try and print both subkey and primary key
1660  * fingerprints.  A MODE with bit 7 set is used internally.  If
1661  * OVERRIDE_FP is not NULL that stream will be used in  0 instead
1662  * of es_stdout or instead of the TTY in modes 2 and 3.
1663  */
1664 void
1665 print_fingerprint (estream_t override_fp, PKT_public_key *pk, int mode)
1666 {
1667   char hexfpr[2*MAX_FINGERPRINT_LEN+1];
1668   char *p;
1669   size_t i;
1670   estream_t fp;
1671   const char *text;
1672   int primary = 0;
1673   int with_colons = opt.with_colons;
1674   int with_icao   = opt.with_icao_spelling;
1675   int compact = 0;
1676
1677   if (mode == 10)
1678     {
1679       mode = 0;
1680       with_colons = 0;
1681       with_icao = 0;
1682     }
1683   else if (mode == 20)
1684     {
1685       mode = 0;
1686       with_colons = 0;
1687       compact = 1;
1688     }
1689
1690   if (!opt.fingerprint && !opt.with_fingerprint
1691       && opt.with_subkey_fingerprint)
1692     compact = 1;
1693
1694   if (pk->main_keyid[0] == pk->keyid[0]
1695       && pk->main_keyid[1] == pk->keyid[1])
1696     primary = 1;
1697
1698   /* Just to be safe */
1699   if ((mode & 0x80) && !primary)
1700     {
1701       log_error ("primary key is not really primary!\n");
1702       return;
1703     }
1704
1705   mode &= ~0x80;
1706
1707   if (!primary && (mode == 1 || mode == 2))
1708     {
1709       PKT_public_key *primary_pk = xmalloc_clear (sizeof (*primary_pk));
1710       get_pubkey (primary_pk, pk->main_keyid);
1711       print_fingerprint (override_fp, primary_pk, (mode | 0x80));
1712       free_public_key (primary_pk);
1713     }
1714
1715   if (mode == 1)
1716     {
1717       fp = log_get_stream ();
1718       if (primary)
1719         text = _("Primary key fingerprint:");
1720       else
1721         text = _("     Subkey fingerprint:");
1722     }
1723   else if (mode == 2)
1724     {
1725       fp = override_fp; /* Use tty or given stream.  */
1726       if (primary)
1727         /* TRANSLATORS: this should fit into 24 bytes so that the
1728          * fingerprint data is properly aligned with the user ID */
1729         text = _(" Primary key fingerprint:");
1730       else
1731         text = _("      Subkey fingerprint:");
1732     }
1733   else if (mode == 3)
1734     {
1735       fp = override_fp; /* Use tty or given stream.  */
1736       text = _("      Key fingerprint =");
1737     }
1738   else if (mode == 4)
1739     {
1740       fp = override_fp; /* Use tty or given stream.  */
1741       text = _("      Subkey fingerprint:");
1742     }
1743   else
1744     {
1745       fp = override_fp? override_fp : es_stdout;
1746       if (opt.keyid_format == KF_NONE)
1747         {
1748           text = "     ";  /* To indent ICAO spelling.  */
1749           compact = 1;
1750         }
1751       else
1752         text = _("      Key fingerprint =");
1753     }
1754
1755   hexfingerprint (pk, hexfpr, sizeof hexfpr);
1756   if (with_colons && !mode)
1757     {
1758       es_fprintf (fp, "fpr:::::::::%s:", hexfpr);
1759     }
1760   else if (compact && !opt.fingerprint && !opt.with_fingerprint)
1761     {
1762       tty_fprintf (fp, "%*s%s", 6, "", hexfpr);
1763     }
1764   else
1765     {
1766       char fmtfpr[MAX_FORMATTED_FINGERPRINT_LEN + 1];
1767       format_hexfingerprint (hexfpr, fmtfpr, sizeof fmtfpr);
1768       if (compact)
1769         tty_fprintf (fp, "%*s%s", 6, "", fmtfpr);
1770       else
1771         tty_fprintf (fp, "%s %s", text, fmtfpr);
1772     }
1773   tty_fprintf (fp, "\n");
1774   if (!with_colons && with_icao)
1775     {
1776       ;
1777       tty_fprintf (fp, "%*s\"", (int)strlen(text)+1, "");
1778       for (i = 0, p = hexfpr; *p; i++, p++)
1779         {
1780           if (!i)
1781             ;
1782           else if (!(i%8))
1783             tty_fprintf (fp, "\n%*s ", (int)strlen(text)+1, "");
1784           else if (!(i%4))
1785             tty_fprintf (fp, "  ");
1786           else
1787             tty_fprintf (fp, " ");
1788           print_icao_hexdigit (fp, xtoi_1 (p));
1789         }
1790       tty_fprintf (fp, "\"\n");
1791     }
1792 }
1793
1794 /* Print the serial number of an OpenPGP card if available.  */
1795 static void
1796 print_card_serialno (const char *serialno)
1797 {
1798   if (!serialno)
1799     return;
1800   if (opt.with_colons)
1801     return; /* Handled elsewhere. */
1802
1803   es_fputs (_("      Card serial no. ="), es_stdout);
1804   es_putc (' ', es_stdout);
1805   if (strlen (serialno) == 32 && !strncmp (serialno, "D27600012401", 12))
1806     {
1807       /* This is an OpenPGP card.  Print the relevant part.  */
1808       /* Example: D2760001240101010001000003470000 */
1809       /*                          xxxxyyyyyyyy     */
1810       es_fprintf (es_stdout, "%.*s %.*s", 4, serialno+16, 8, serialno+20);
1811     }
1812  else
1813    es_fputs (serialno, es_stdout);
1814   es_putc ('\n', es_stdout);
1815 }
1816
1817
1818 /* Print a public or secret (sub)key line.  Example:
1819  *
1820  * pub   dsa2048 2007-12-31 [SC] [expires: 2018-12-31]
1821  *       80615870F5BAD690333686D0F2AD85AC1E42B367
1822  *
1823  * Some global options may result in a different output format.  If
1824  * SECRET is set, "sec" or "ssb" is used instead of "pub" or "sub" and
1825  * depending on the value a flag character is shown:
1826  *
1827  *    1 := ' ' Regular secret key
1828  *    2 := '#' Stub secret key
1829  *    3 := '>' Secret key is on a token.
1830  */
1831 void
1832 print_key_line (estream_t fp, PKT_public_key *pk, int secret)
1833 {
1834   char pkstrbuf[PUBKEY_STRING_SIZE];
1835
1836   tty_fprintf (fp, "%s%c  %s",
1837                pk->flags.primary? (secret? "sec":"pub")
1838                /**/             : (secret? "ssb":"sub"),
1839                secret == 2? '#' : secret == 3? '>' : ' ',
1840                pubkey_string (pk, pkstrbuf, sizeof pkstrbuf));
1841   if (opt.keyid_format != KF_NONE)
1842     tty_fprintf (fp, "/%s", keystr_from_pk (pk));
1843   tty_fprintf (fp, " %s", datestr_from_pk (pk));
1844
1845   if ((opt.list_options & LIST_SHOW_USAGE))
1846     {
1847       tty_fprintf (fp, " [%s]", usagestr_from_pk (pk, 0));
1848     }
1849   if (pk->flags.revoked)
1850     {
1851       tty_fprintf (fp, " [");
1852       tty_fprintf (fp, _("revoked: %s"), revokestr_from_pk (pk));
1853       tty_fprintf (fp, "]");
1854     }
1855   else if (pk->has_expired)
1856     {
1857       tty_fprintf (fp, " [");
1858       tty_fprintf (fp, _("expired: %s"), expirestr_from_pk (pk));
1859       tty_fprintf (fp, "]");
1860     }
1861   else if (pk->expiredate)
1862     {
1863       tty_fprintf (fp, " [");
1864       tty_fprintf (fp, _("expires: %s"), expirestr_from_pk (pk));
1865       tty_fprintf (fp, "]");
1866     }
1867
1868 #if 0
1869   /* I need to think about this some more.  It's easy enough to
1870      include, but it looks sort of confusing in the listing... */
1871   if (opt.list_options & LIST_SHOW_VALIDITY)
1872     {
1873       int validity = get_validity (ctrl, pk, NULL, NULL, 0);
1874       tty_fprintf (fp, " [%s]", trust_value_to_string (validity));
1875     }
1876 #endif
1877
1878   if (pk->pubkey_algo >= 100)
1879     tty_fprintf (fp, " [experimental algorithm %d]", pk->pubkey_algo);
1880
1881   tty_fprintf (fp, "\n");
1882
1883   /* if the user hasn't explicitly asked for human-readable
1884      fingerprints, show compact fpr of primary key: */
1885   if (pk->flags.primary &&
1886       !opt.fingerprint && !opt.with_fingerprint)
1887     print_fingerprint (fp, pk, 20);
1888 }
1889
1890
1891 void
1892 set_attrib_fd (int fd)
1893 {
1894   static int last_fd = -1;
1895
1896   if (fd != -1 && last_fd == fd)
1897     return;
1898
1899   /* Fixme: Do we need to check for the log stream here?  */
1900   if (attrib_fp && attrib_fp != log_get_stream ())
1901     es_fclose (attrib_fp);
1902   attrib_fp = NULL;
1903   if (fd == -1)
1904     return;
1905
1906 #ifdef HAVE_DOSISH_SYSTEM
1907   setmode (fd, O_BINARY);
1908 #endif
1909   if (fd == 1)
1910     attrib_fp = es_stdout;
1911   else if (fd == 2)
1912     attrib_fp = es_stderr;
1913   else
1914     attrib_fp = es_fdopen (fd, "wb");
1915   if (!attrib_fp)
1916     {
1917       log_fatal ("can't open fd %d for attribute output: %s\n",
1918                  fd, strerror (errno));
1919     }
1920
1921   last_fd = fd;
1922 }