CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/17 05:45:59
Modified files:
usr.sbin/rpki-client: cms.c
Log message:
rpki-client: split out a cms_SignerInfo_check_attributes() helper
This makes the incomprehensible beast that is cms_parse_validate_internal()
a bit smaller and makes it easier to reason about which pieces have side
effects and which pieces don't. A few more things need to be done here for
an upcoming refactoring.
ok job
