CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/01/24 01:11:26
Modified files:
usr.sbin/rpki-client: cms.c extern.h
Log message:
rpki-client: remove cms_parse_validate_detached()
Geofeed was the only consumer of detache signatures and there are no plans
to support any other content type needing this. So remove this wrapper and
drop the now no longer needed BIO.
Also remove the NULL checks for res and resz in cms_extract_econtent() as
the callers of cms_parse_validate() pass in &cmsz, and cms_parse_validate()
itself passes a &res.
ok claudio job