Return the CRL from a store object (borrowed).

Synopsis

Declared in <openssl/store.h>

X509_CRL*
OSSL_STORE_INFO_get0_CRL(OSSL_STORE_INFO const* info);

Return Value

Internal X509_CRL pointer, or NULL if absent or wrong type; do not free.

Parameters

Name

Description

info

Store object of type OSSL_STORE_INFO_CRL.

Created with MrDocs