pkc_display_trustlist(3sec)Displays information about a trust list Synopsis #include <pkc_certs.h> unsigned32 pkc_display_trustlist( const_pkc_trust_list_t ** input_trust_list); Parameters Input
input_trust_list Description pkc_display_trustlist(3sec) is a debugging routine, intended for use when developing a policy moule. It prints information about a trust list (all the keys, the trust relationship between keys, etc.) to standard output. It can be used to verify that the trust chains that a policy module implementor expects are actually being built within the trust list. This routine is a C++ interface. C++ must be used to perform direct certificate manipulation. See also the contents of the asn.h and x509.h header files, which define some of the basic types used by the low-level certificate manipulation routines. Return Values
pkc_s_success Errors Refer to the OSF DCE Problem Determination Guide for complete descriptions of all error messages. Related Information
Functions:
Classes:
|