CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/27 01:35:59
Modified files:
usr.sbin/rpki-client: cert.c extern.h parser.c
Log message:
rpki-client: add cert_parse_ca_or_brk()
This is a specialized cert parser intended for a .cer in a manifest's
fileList which therefore only accepts CA and BGPsec certificates. This
pulls a check from the parser code into the cert code where it fits a
bit better.
ok claudio job
