pkc_check_cert_against_trustlist(3sec)Checks specified certificate against specified list of trusted keys Synopsis #include <pkc_certs.h> unsigned32 pkc_check_cert_against_trustlist( pkc_trust_list_t * trust_list, const Certificate * cert, int revoked_certs_permitted); Parameters Input
trust_list
cert
revoked_certs_permitted Description pkc_check_cert_against_trustlist(3sec) checks the specified certificate against the specified list of trusted keys. If the certificate is valid and can be verified from the trust list, its content is added to the trust list. revoked_certs_permitted is a flag that specifies whether revoked certificates should still be trusted for dates prior to their revocation date. 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:
|