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)
Any array of field OID value pairs containing the
values to initialize the CRL attribute fields.
OldCrl (input)
The CRL to be updated with the new attribute values.
The CRL must be unsigned and available for update.
ModifiedCrl (output)
A pointer to the modified, unsigned CRL. The ModifiedCrl->Data is
allocated by the service provider and must be deallocated by the
application.
DESCRIPTIONThis function will set the fields of the input CRL to the
new values, specified by the input OID/value pairs. If there is
more than one possible instance of an OID (for example, as in an
extension or CRL record), then a new field with the specified value
is added to the CRL.
This function should be used to update any of the CRL field
values. If a specified field was initialized by CSSM_CL_CrlCreateTemplate() (CSSM API), or CL_CrlCreateTemplate() (CL SPI), the field value is set to the new specified
value. If a specified field was not initialized by the CSSM_CL_CrlCreateTemplate() (CSSM API), or CL_CrlCreateTemplate() (CL SPI), the field is set to the new specified value.
The OldCrl must be unsigned. Once a CRL has been
signed using CSSM_CL_CrlSign() (CSSM API), or CL_CrlSign() (CL SPI), the signed CRL's field values cannot be modified.
Modification would invalidate the cryptographic signature of the
CRL.
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.