CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/26 04:52:50
Modified files:
usr.sbin/rpki-client: cms.c crl.c extern.h gbr.c mft.c parser.c
roa.c
Log message:
Change CMS and CRL d2i functions from their BIO version to passing the
der buffer instead. The file are loaded early in the entity processing
loop.
OK tb@
