The handle that describes the Certificate Library
service module used to perform this function.
CCHandle (input)
A signature verification context defining the Cryptographic
Services Provider (CSP), verification algorithm, and public key
that must be used to perform the operation.
CrlToBeVerified (input)
A signed certificate revocation list whose signature
is to be verified.
DESCRIPTIONThis function verifies that the CrlToBeVerified parameter
was signed using a specific private key and that the certificate
revocation list has not been altered since it was signed using that
private key. The public key corresponding to the private signing
key is used in the verification process.
The cryptographic context indicated by the CCHandle parameter
must be a signature verification context created using the function CSSM_CSP_CreateSignatureContext() (CSSM API) or CSP_CreateSignatureContext() (CL SPI). The context must specify the Cryptographic
Services Provider (CSP) module, the verification algorithm, and
the public verification key that must be used to perform this operation.
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.