mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keylist.c (list_cert_colon): Print alternative names of subject
and a few other values.
This commit is contained in:
parent
e4f9871d91
commit
dda2440aea
6 changed files with 65 additions and 29 deletions
|
@ -103,13 +103,13 @@ gpgsm_dump_cert (const char *text, KsbaCert cert)
|
|||
print_time (t);
|
||||
log_printf ("\n");
|
||||
|
||||
dn = ksba_cert_get_issuer (cert);
|
||||
dn = ksba_cert_get_issuer (cert, 0);
|
||||
log_debug (" issuer: ");
|
||||
print_dn (dn);
|
||||
ksba_free (dn);
|
||||
log_printf ("\n");
|
||||
|
||||
dn = ksba_cert_get_subject (cert);
|
||||
dn = ksba_cert_get_subject (cert, 0);
|
||||
log_debug (" subject: ");
|
||||
print_dn (dn);
|
||||
ksba_free (dn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue