Previous section.

Common Security: CDSA and CSSM
Copyright © 1997 The Open Group

NAME

CSSM_CL_CrlDescribeFormat

SYNOPSIS

CSSM_OID_PTR CSSMAPI CSSM_CL_CrlDescribeFormat
    (CSSM_CL_HANDLE CLHandle,
    uint32 *NumberOfFields)

DESCRIPTION

This function returns a list of the object identifiers used to describe the CRL format supported by the specified CL.

PARAMETERS

CLHandle (input)

The handle that describes the add-in certificate library module used to perform this function.

NumberOfFields (output)

The length of the returned array of OIDs.

RETURN VALUE

A pointer to the array of CSSM_OIDs which represent the supported CRL format. If the pointer is NULL, an error has occurred. Use CSSM_GetError to obtain the error code.

ERRORS

CSSM_CL_INVALID_CL_HANDLE

Invalid handle.

CSSM_CL_MEMORY_ERROR

Error allocating memory.

CSSM_CL_CRL_DESCRIBE_FORMAT_FAIL

Unable to return the list of fields.


Why not acquire a nicely bound hard copy?
Click here to return to the publication details or order a copy of this publication.
You should also read the legal notice explaining the terms and conditions relating to the CDSA documentation.

Contents Next section Index