.TH "globus_gsi_callback_constants" 3 "Version 6.2" "globus_gsi_callback" \" -*- nroff -*- .ad l .nh .SH NAME globus_gsi_callback_constants \- GSI Callback Constants .PP \- GSI Callback Constants\&. .SH SYNOPSIS .br .PP .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBglobus_gsi_callback_error_t\fP { \fBGLOBUS_GSI_CALLBACK_ERROR_SUCCESS\fP = 0, \fBGLOBUS_GSI_CALLBACK_ERROR_VERIFY_CRED\fP = 1, \fBGLOBUS_GSI_CALLBACK_ERROR_CERT_NOT_YET_VALID\fP = 2, \fBGLOBUS_GSI_CALLBACK_ERROR_CANT_GET_LOCAL_CA_CERT\fP = 3, \fBGLOBUS_GSI_CALLBACK_ERROR_CERT_HAS_EXPIRED\fP = 4, \fBGLOBUS_GSI_CALLBACK_ERROR_INVALID_PROXY\fP = 5, \fBGLOBUS_GSI_CALLBACK_ERROR_LIMITED_PROXY\fP = 6, \fBGLOBUS_GSI_CALLBACK_ERROR_INVALID_CRL\fP = 7, \fBGLOBUS_GSI_CALLBACK_ERROR_REVOKED_CERT\fP = 8, \fBGLOBUS_GSI_CALLBACK_ERROR_MIXING_DIFFERENT_PROXY_TYPES\fP = 9, \fBGLOBUS_GSI_CALLBACK_ERROR_WITH_SIGNING_POLICY\fP = 10, \fBGLOBUS_GSI_CALLBACK_ERROR_OLD_GAA\fP = 11, \fBGLOBUS_GSI_CALLBACK_ERROR_CALLBACK_DATA\fP = 12, \fBGLOBUS_GSI_CALLBACK_ERROR_ERRNO\fP = 13, \fBGLOBUS_GSI_CALLBACK_ERROR_CERT_CHAIN\fP = 14, \fBGLOBUS_GSI_CALLBACK_ERROR_WITH_CALLBACK_DATA_INDEX\fP = 15, \fBGLOBUS_GSI_CALLBACK_ERROR_PROXY_PATH_LENGTH_EXCEEDED\fP = 16, \fBGLOBUS_GSI_CALLBACK_ERROR_LAST\fP = 18 }" .br .in -1c .SH "Detailed Description" .PP GSI Callback Constants\&. .SH "Enumeration Type Documentation" .PP .SS "enum \fBglobus_gsi_callback_error_t\fP" GSI Callback Error codes .PP \fBEnumerator\fP .in +1c .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_SUCCESS \fP\fP Success - never used .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_VERIFY_CRED \fP\fP Error verifying credential .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_CERT_NOT_YET_VALID \fP\fP The certificate is not yet valid .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_CANT_GET_LOCAL_CA_CERT \fP\fP Unable to discover a local trusted CA for a given certificate .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_CERT_HAS_EXPIRED \fP\fP The certificate has expired .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_INVALID_PROXY \fP\fP The proxy format is invalid .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_LIMITED_PROXY \fP\fP Limited proxies are not accepted .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_INVALID_CRL \fP\fP Invalid CRL .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_REVOKED_CERT \fP\fP The certificate has been revoked .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_MIXING_DIFFERENT_PROXY_TYPES \fP\fP The cert chain contains both legacy on RFC compliant proxies .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_WITH_SIGNING_POLICY \fP\fP Could not verify certificate chain against the signing policy for the issuing CA .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_OLD_GAA \fP\fP OldGAA error .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_CALLBACK_DATA \fP\fP Error with the callback data structure .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_ERRNO \fP\fP System error .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_CERT_CHAIN \fP\fP Error setting or getting the cert chain from callback data .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_WITH_CALLBACK_DATA_INDEX \fP\fP Error getting callback data index .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_PROXY_PATH_LENGTH_EXCEEDED \fP\fP Exceeded the path length specified in the proxy cert info extension .TP \fB\fIGLOBUS_GSI_CALLBACK_ERROR_LAST \fP\fP Last marker - never used .SH "Author" .PP Generated automatically by Doxygen for globus_gsi_callback from the source code\&.