diff options
author | Rob Austein <sra@hactrn.net> | 2011-10-14 23:26:19 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-10-14 23:26:19 +0000 |
commit | 7375cda8671365faba7e63c99d560c7adc86ff0a (patch) | |
tree | 6456aee632d4a33389b6bd7863cc7c240d550cb6 /rcynic | |
parent | d93ab207f73efa0ce208aba8778e4a5aaf8e5689 (diff) |
Log "object_accepted" when we decide we are happy with a TA certificate.
svn path=/trunk/; revision=4044
Diffstat (limited to 'rcynic')
-rw-r--r-- | rcynic/rcynic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rcynic/rcynic.c b/rcynic/rcynic.c index 6869a72b..ddb81a94 100644 --- a/rcynic/rcynic.c +++ b/rcynic/rcynic.c @@ -4151,6 +4151,8 @@ static void check_ta(rcynic_ctx_t *rc, STACK_OF(walk_ctx_t) *wsk) if (!check_x509(rc, wsk, w->cert, &w->certinfo)) return; + log_validation_status(rc, &w->certinfo.uri, object_accepted, w->certinfo.generation); + task_add(rc, walk_cert, wsk); while (sk_task_t_num(rc->task_queue) > 0 || sk_rsync_ctx_t_num(rc->rsync_queue) > 0) { |