From bae4b256c79c24e5306c692adf9bb5891433c7d5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 12 Dec 2007 10:28:30 +0000 Subject: Support DSA2. Support Camellia for testing. More audit stuff. --- sm/certchain.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sm/certchain.c') diff --git a/sm/certchain.c b/sm/certchain.c index f30c0c0ae..a21a38a07 100644 --- a/sm/certchain.c +++ b/sm/certchain.c @@ -1127,6 +1127,8 @@ do_validate_chain (ctrl_t ctrl, ksba_cert_t cert, ksba_isotime_t checktime_arg, associated with that specific root certificate. */ istrusted_rc = gpgsm_agent_istrusted (ctrl, subject_cert, rootca_flags); + audit_log_cert (ctrl->audit, AUDIT_ROOT_TRUSTED, + subject_cert, istrusted_rc); /* If the chain model extended attribute is used, make sure that our chain model flag is set. */ if (has_validation_model_chain (subject_cert, listmode, listfp)) -- cgit v1.2.3