mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Map Libksba's OIDs to Libgcrypt digest algo numbers.
The latest Libgcrypt CVS version is needed.
This commit is contained in:
parent
6e41d49e50
commit
aa4f78a45a
4 changed files with 26 additions and 14 deletions
|
@ -115,7 +115,7 @@ gpgsm_dump_cert (const char *text, KsbaCert cert)
|
|||
ksba_free (dn);
|
||||
log_printf ("\n");
|
||||
|
||||
log_debug (" hash algo: %d\n", ksba_cert_get_digest_algo (cert));
|
||||
log_debug (" hash algo: %s\n", ksba_cert_get_digest_algo (cert));
|
||||
|
||||
p = gpgsm_get_fingerprint_string (cert, 0);
|
||||
log_debug (" SHA1 Fingerprint: %s\n", p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue