CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/07/01 13:09:30
Modified files: usr.sbin/rpki-client: cert.c Log message: rpki-client: split extension parsing out of cert_parse_pre() Extract a cert_parse_extensions() helper from cert_parse_pre() so it can be shared with cert_parse_ee_cert() as well. I haven't hooked this into cert_parse_ee_cert() yet because that makes the diff messy. This will be the next step. ok job