The handle that describes the add-in Certificate
Library module used to perform this function.
Cert (input)
A pointer to the CSSM_DATA structure containing
the certificate to be reinstated.
OldCrl (input)
A pointer to the CSSM_DATA structure containing
the CRL from which the certificate is to be removed.
NewCrl (output)
A pointer to the CSSM_DATA structure containing
the updated CRL. The NewCrl->Data is allocated
by the service provider and must be deallocated by the application.
DESCRIPTIONThis function reinstates a certificate by removing it from
the specified CRL. The operation is valid only if the CRL has not
been closed by the process of signing the CRL by executing CSSM_CL_CrlSign()(CSSM
API), or CL_CrlSign() (CL SPI). Once the CRL has been signed, entries cannot
be added or removed. 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.