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_CertVerifyWithKeyCL_CertVerifyWithKey
go to next page: CL_CrlAbortQueryCL_CrlAbortQuery
end of book navigation links


CL_CrlAbortCache
Library
Description
Errors
 Parameters
Return Value
See Also

NAME

CL_CrlAbortCache: CSSM_CL_CrlAbortCache - Terminate a CRL cache handle (CDSA)

SYNOPSIS  

# include <cssm.h>

API:CSSM_RETURN CSSMAPI CSSM_CL_CrlAbortCache(CSSM_CL_HANDLE CLHandle,CSSM_HANDLE CrlHandle)SPI:CSSM_RETURN CSSMCLI CL_CrlAbortCache(CSSM_CL_HANDLE CLHandle,CSSM_HANDLE CrlHandle)


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 librarymodule used to perform this function.
CrlHandle (input)
 The handle that identifies the cached CRL.


return to top DESCRIPTION  

This function terminates a CRL cache handle created and returnedby the function CSSM_CL_CrlCache() (CSSM API), or CL_CrlCache() (CL SPI). The Certificate Library module releases allcache space and state information associated with the cached CRL.


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_CACHE_HANDLE


return to top SEE ALSO  

Books

Intel CDSA Application Developer's Guide

Online Help

Functions for the CSSM API:

CSSM_CL_CrlCache

Functions for the CLI SPI:

CL_CrlCache


go to previous page: CL_CertVerifyWithKeyCL_CertVerifyWithKey
go to next page: CL_CrlAbortQueryCL_CrlAbortQuery