CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/08/12 09:34:59
Modified files: usr.bin/openssl: cms.c openssl.1 Log message: Add -CRLfile option to 'cms' sub command This option allows to verify certs in a CMS object against additional CRLs. Ported from work by Tom Harrison from APNIC OK tb@