diff options
author | Werner Koch <[email protected]> | 2009-07-23 15:18:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-23 15:18:58 +0000 |
commit | 830dae2873be093abe745f42424a5713e270f957 (patch) | |
tree | 84c8f23197440d6349a75087787884bfac07bdd6 /common/audit.h | |
parent | Make use of the card's extended capabilities. (diff) | |
download | gnupg-830dae2873be093abe745f42424a5713e270f957.tar.gz gnupg-830dae2873be093abe745f42424a5713e270f957.zip |
Print status of CRL checks in the audit log.
Diffstat (limited to 'common/audit.h')
-rw-r--r-- | common/audit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/audit.h b/common/audit.h index 85c2ffc25..491710706 100644 --- a/common/audit.h +++ b/common/audit.h @@ -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 |