CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/09/03 07:06:16
Modified files: usr.sbin/rpki-client: x509.c Log message: Allow multiple X.509 locations While currently everyone only uses a single location, the spec allows for multiple locations ordered by preference. While rpki-client does not support more than one location this should not be a fatal error. Instead, pick the first location and warn if there are more than one. ok job