mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-25 14:06:21 +00:00
Tidied output for cert callback
This commit is contained in:
@@ -652,7 +652,7 @@ sv_ev_certfail(const char * const errormsg, const char * const certname, const c
|
|||||||
|
|
||||||
cons_show("");
|
cons_show("");
|
||||||
cons_show_error("TLS certficiate verification failed: %s", errormsg);
|
cons_show_error("TLS certficiate verification failed: %s", errormsg);
|
||||||
cons_show(" Subject : %s", certname);
|
cons_show(" Subject : %s", certname);
|
||||||
cons_show(" Fingerprint : %s", certfp);
|
cons_show(" Fingerprint : %s", certfp);
|
||||||
cons_show(" Start : %s", notbefore);
|
cons_show(" Start : %s", notbefore);
|
||||||
cons_show(" End : %s", notafter);
|
cons_show(" End : %s", notafter);
|
||||||
|
|||||||
Reference in New Issue
Block a user