CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/11/26 06:35:48
Modified files:
usr.sbin/rpki-client: cms.c
Log message:
Workaround for compatibility issue with some libcrypto implementations
Historically, CMS_get1_crls() returned NULL if the CMS is an
unsupported content type or contained zero CRLs. Nowadays, if
the CMS contains zero CRLs, some implementations will return a
pointer to a STACK of CRLs with zero objects.
OK tb@
