CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/04/20 09:45:41
Modified files: usr.sbin/rpki-client: mft.c Log message: Display distinct errors for various problematic CRL/MFT situationships RFC 6487 section 8 specifies only a single CRL is issued at a time, so error when multiple .crl files are listed in a Manifest's FileList. The CRLDP extension identifies the location of the CRL, so the CRL's filename must match the CA's CRLDP's 'rsync://' entry, error if that isn't the case. (RFC 6486 section 4.8.6) with & OK tb@