CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/14 00:03:17
Modified files: usr.sbin/rpki-client: cert.c Log message: Use simpler check that AS numbers inherit for BGPsec certs There's one AS number extension in a cert and there are two choices in the ASIdentifiers SEQUENCE (since we reject rdi): there's an inherit element or there's a SEQUENCE of asIdsOrRanges. Walking the list of the latter won't ever turn up an inherit element. ok job