[#PKCS12_SAFEBAG_get1_crl_ex] = PKCS12_SAFEBAG_get1_crl_ex :mrdocs: Extract an X.509 CRL from a crlBag safeBag with a library context. == Synopsis Declared in `<openssl/pkcs12.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:X509_CRL.adoc[X509_CRL]* PKCS12_SAFEBAG_get1_crl_ex( xref:PKCS12_SAFEBAG.adoc[PKCS12_SAFEBAG] const* bag, xref:OSSL_LIB_CTX.adoc[OSSL_LIB_CTX]* libctx, char const* propq); ---- == Return Value New X509_CRL, or NULL on error. Caller must free. == Parameters [cols="1,4"] |=== | Name| Description | *bag* | SafeBag containing a CRL. | *libctx* | Library context for algorithm fetching, or NULL for default. | *propq* | Property query for algorithm fetching, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#