mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* certpath.c (gpgsm_validate_path): Print the DN of a missing issuer.
* certdump.c (gpgsm_dump_string): New. (print_dn): Replaced by above.
This commit is contained in:
parent
e92ad49697
commit
d9a4ccf94e
5 changed files with 75 additions and 15 deletions
|
@ -146,6 +146,7 @@ void gpgsm_destroy_writer (Base64Context ctx);
|
|||
void gpgsm_dump_cert (const char *text, KsbaCert cert);
|
||||
void gpgsm_dump_serial (KsbaConstSexp p);
|
||||
void gpgsm_dump_time (time_t t);
|
||||
void gpgsm_dump_string (const char *string);
|
||||
|
||||
/*-- certcheck.c --*/
|
||||
int gpgsm_check_cert_sig (KsbaCert issuer_cert, KsbaCert cert);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue