CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/01/27 01:40:29
Modified files:
usr.sbin/rpki-client: cert.c extern.h filemode.c parser.c
Log message:
rpki-client: add cert_parse_ta()
This merges the cert_parse() + ta_parse() dance into a single specialized
function responsible for parsing a TA cert. Removes another tricky use of
cert_parse() and makes things simpler for the callers.
ok claudio job
