CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2022/01/26 07:42:39
Modified files: usr.sbin/rpki-client: main.c parser.c rpki-client.8 Log message: Allow rsync:// URI as file in -f mode. This makes it easier to explore rpki repositories by following AIA and manifest URIs. Also stop checking the the loaded file is not part of the auth tree, it is possible that this file was loaded before as a dependency. OK tb@