CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/09/02 15:56:45
Modified files: usr.sbin/rpki-client: main.c repo.c Log message: Introduce a deadline timer that aborts all repository syncs. With this rpki-client has a chance to still finish and produce an output even when a CA is excessivly slow and holds back progress. With and OK benno@ tb@ and job@