The handle that describes the add-in Certificate
Library module used to perform this function.
NumberOfFields (input)
The number of OID/value pairs specified in the CrlTemplate
input parameter.
CrlTemplate (input)
An array of OID/value pairs specifying the initial
values for descriptive data fields of the new CRL.
NewCrl (output)
A pointer to the CSSM_DATA structure containing
the new CRL. The NewCrl-> Data is allocated
by the service provider and must be deallocated by the application.
DESCRIPTIONThis function creates an unsigned, memory-resident CRL. Fields
in the CRL are initialized with the descriptive data specified by
the OID/value input pairs. The specified OID/value pairs can initialize
all or a subset of the general attribute fields in the new CRL.
Subsequent values can be set using the CSSM_CL_CrlSetFields() (CSSM API) or the CL_CrlSetFields() (CL SPI) function. The new CRL contains no revocation
records. RETURN VALUEA CSSM_RETURN value indicating success or specifying a particular
error condition. The value CSSM_OK indicates success. All other
values represent an error condition. ERRORSErrors are described in the CDSA Technical Standard.