CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/22 02:08:03
Modified files:
usr.sbin/rpki-client: cert.c extern.h main.c repo.c
Log message:
Rework non-functional CA statistics accounting
This also fixes a subtle defect: non-functional CAs were counted
towards the repository those broken CAs were pointing towards,
instead of being counted towards the repository that contained the
broken CA.
Attributing the non-functional CA to the issuing parent makes more
sense, because the issuing parent can actually do something about it,
for example, by revoking the non-functional child CA.
OK tb@