CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/01 13:12:08
Modified files: usr.sbin/rpki-client: cert.c Log message: Use cert_parse_extensions() from cert_parse_ee_cert() Use the new helper for extension parsing from cert_parse_ee_cert() and delete the now redundant extension parsing. In particular we now parse and check the certificate policy for EE certs. Requiring that cert policies are actually present will come after completing the parsing switch in cert_parse_extensions(). ok job