.TH "globus_gsi_callback_constants.h" 3 "Tue Dec 15 2020" "Version 6.2" "globus_gsi_callback" \" -*- nroff -*- .ad l .nh .SH NAME globus_gsi_callback_constants.h \- Globus GSI Callback\&. .SH SYNOPSIS .br .PP .SS "Macros" .in +1c .ti -1c .RI "#define \fBGLOBUS_GSI_CALLBACK_VERIFY_DEPTH\fP 100" .br .in -1c .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 Globus GSI Callback\&. .PP \fBAuthor\fP .RS 4 Sam Meder, Sam Lang .RE .PP .SH "Macro Definition Documentation" .PP .SS "#define GLOBUS_GSI_CALLBACK_VERIFY_DEPTH 100" Constant passed to SSL_CTX_set_verify_depth() and SSL_set_verify_depth() to increase allowed certificate depth to 100 rather than the OpenSSL default of 9\&. 100 is an arbitrarily chosen large value\&. .SH "Author" .PP Generated automatically by Doxygen for globus_gsi_callback from the source code\&.