From 830dae2873be093abe745f42424a5713e270f957 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 23 Jul 2009 15:18:58 +0000 Subject: Print status of CRL checks in the audit log. --- common/audit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/audit.h') 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 -- cgit v1.2.3