[#CMS_get1_crls] = CMS_get1_crls :mrdocs: Return a newly allocated stack of CRLs embedded in a CMS ContentInfo. == Synopsis Declared in `<openssl/cms.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:stack_st_X509_CRL.adoc[stack_st_X509_CRL]* CMS_get1_crls(xref:CMS_ContentInfo.adoc[CMS_ContentInfo]* cms); ---- == Return Value New STACK_OF(X509_CRL) with up‐referenced CRLs, or NULL if none / on error. == Parameters [cols="1,4"] |=== | Name| Description | *cms* | CMS structure that may contain certificates/CRLs (typically SignedData). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#