CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/03/27 13:30:49
Modified files: usr.sbin/rpki-client: repo.c Log message: Use the modified time of the RRDP stat file to warn if a server did not change for more than 24h. Right now all operational RRDP servers publish more often and this allows to spot malfunctioning servers hopefully before the cache expires. Based on an initial diff by job@ OK tb@ job@