skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 1:... HP Open Source Security for OpenVMS Volume 1:...
go to beginning of reference: API FunctionsAPI Functions
go to previous page: CL_CrlVerifyCL_CrlVerify
go to next page: CL_FreeFieldsCL_FreeFields
end of book navigation links


CL_CrlVerifyWithKey
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CL_CrlVerifyWithKey: CSSM_CL_CrlVerifyWithKey - Verify a CRL with a specific key (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_CL_CrlVerifyWithKey(CSSM_CL_HANDLE CLHandle,CSSM_CC_HANDLE CCHandle,const CSSM_DATA *CrlToBeVerified)SPI:CSSM_RETURN CSSMCLI CL_CrlVerifyWithKey(CSSM_CL_HANDLE CLHandle,CSSM_CC_HANDLE CCHandle,const CSSM_DATA *CrlToBeVerified)


return to top LIBRARY  

Common Security Services Manager library (cdsa$incssm300_shr.exe)


return to top PARAMETERS  

CLHandle (input)
 The handle that describes the Certificate Libraryservice module used to perform this function.
CCHandle (input)
 A signature verification context defining the CryptographicServices Provider (CSP), verification algorithm, and public keythat must be used to perform the operation.
CrlToBeVerified (input)
 A signed certificate revocation list whose signatureis to be verified.


return to top DESCRIPTION  

This function verifies that the CrlToBeVerified parameterwas signed using a specific private key and that the certificaterevocation list has not been altered since it was signed using thatprivate key. The public key corresponding to the private signingkey is used in the verification process.

The cryptographic context indicated by the CCHandle parametermust be a signature verification context created using the function CSSM_CSP_CreateSignatureContext() (CSSM API) or CSP_CreateSignatureContext() (CL SPI). The context must specify the CryptographicServices Provider (CSP) module, the verification algorithm, andthe public verification key that must be used to perform this operation.


return to top RETURN VALUE  

A CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition.


return to top ERRORS  

Errors are described in the CDSA Technical Standard.
CSSMERR_CL_INVALID_CONTEXT_HANDLECSSMERR_CL_INVALID_CRL_POINTERCSSMERR_CL_UNKNOWN_FORMATCSSMERR_CL_VERIFICATION_FAILURE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_CL_CrlVerify

Functions for the CLI SPI:

CL_CrlVerify


go to previous page: CL_CrlVerifyCL_CrlVerify
go to next page: CL_FreeFieldsCL_FreeFields