mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Print status of CRL checks in the audit log.
This commit is contained in:
parent
b37b85e722
commit
830dae2873
10 changed files with 69 additions and 11 deletions
|
@ -139,6 +139,9 @@ typedef enum
|
|||
/* Tells whether the root certificate is trusted. This event is
|
||||
emmited durcing chain validation. */
|
||||
|
||||
AUDIT_CRL_CHECK, /* err */
|
||||
/* Tells the status of a CRL or OCSP check. */
|
||||
|
||||
AUDIT_GOT_RECIPIENTS, /* int */
|
||||
/* Records the number of recipients to be used for encryption.
|
||||
This includes the recipients set by --encrypt-to but records 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue