The handle that describes the certificate librarymodule used to perform this function.
Crl (input)
A pointer to the CSSM_DATA structure containingthe encoded CRL.
CrlHandle (output)
A pointer to the CSSM_HANDLE that should be usedin all future references to the cached CRL.
DESCRIPTIONThis function caches a copy of a CertificateRevocationList (CRL)for subsequent accesses using the functions CSSM_CL_CrlGetFirstFieldValue() and CSSM_CL_CrlGetNextFieldValue() (or their CL SPI equivalents).
The input CRL must be in an encoded representation. The CertificateLibrary module can cache the CRL in any appropriate internal representation.Parsed or incrementally parsed representations are common. The selectedrepresentation is opaque to the caller.
The application must call CSSM_CL_CrlCacheAbort() (CSSM API), or CL_CrlCacheAbort() (CL SPI), to remove the cached copy when additional get operationswill not be performed on the cached CRL.
RETURN VALUEA CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition. ERRORSErrors are described in the CDSA Technical Standard.