.TH "Cert Utils Functions" 3 "Mon Apr 30 2012" "Version 8.3" "globus gsi cert utils" \" -*- nroff -*- .ad l .nh .SH NAME Cert Utils Functions \- .SS "Functions" .in +1c .ti -1c .RI "globus_result_t \fBglobus_gsi_cert_utils_get_eec\fP (STACK_OF(X509)*cert_chain, X509 **eec)" .br .ti -1c .RI "globus_result_t \fBglobus_gsi_cert_utils_get_identity_cert\fP (STACK_OF(X509)*cert_chain, X509 **identity_cert)" .br .in -1c .SH "Detailed Description" .PP A generic set of utility functions for manipulating OpenSSL objects, such as X509 certificates\&. .SH "Function Documentation" .PP .SS "globus_result_t \fBglobus_gsi_cert_utils_get_eec\fP (STACK_OF(X509)*cert_chain, X509 **eec)" .PP Get the end-entity certificate associated with a certificate chain\&. \fBParameters:\fP .RS 4 \fIcert_chain\fP Certificate chain to inspect\&. .br \fIeec\fP Pointer to be set to the EEC value from within the cert chain\&. Must freed by the caller\&. .RE .PP .SS "globus_result_t \fBglobus_gsi_cert_utils_get_identity_cert\fP (STACK_OF(X509)*cert_chain, X509 **identity_cert)" .PP Get the identity-providing certificate associated with a certificate chain\&. This may be an independent proxy or a end-entity certificate\&. .PP \fBParameters:\fP .RS 4 \fIcert_chain\fP Certificate chain to inspect\&. .br \fIeec\fP Pointer to be set to the certificate value from within the cert chain\&. Must freed by the caller\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for globus gsi cert utils from the source code\&.