CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/08/01 10:33:58
Modified files: usr.sbin/rpki-client: filemode.c Log message: rpki-client: add more smarts to filemode file type detection If the file extension doesn't indicate what file type we have, attempt to parse the file's content as DER for CMS content, a cert or a CRL. For CMS we can check if we deal with signedData and inspect its eContentType. h/t jsing ok job