globus_gsi_callback
5.6
Main Page
Modules
Files
File List
Globals
All
Files
Functions
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
globus_gsi_callback_constants.h
Go to the documentation of this file.
1
/*
2
* Copyright 1999-2006 University of Chicago
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
6
* You may obtain a copy of the License at
7
*
8
* http://www.apache.org/licenses/LICENSE-2.0
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
17
#ifndef GLOBUS_GSI_CALLBACK_CONSTANTS_H
18
#define GLOBUS_GSI_CALLBACK_CONSTANTS_H
19
26
#ifdef __cplusplus
27
extern
"C"
{
28
#endif
29
37
typedef
enum
38
{
40
GLOBUS_GSI_CALLBACK_ERROR_SUCCESS
= 0,
42
GLOBUS_GSI_CALLBACK_ERROR_VERIFY_CRED
= 1,
44
GLOBUS_GSI_CALLBACK_ERROR_CERT_NOT_YET_VALID
= 2,
46
GLOBUS_GSI_CALLBACK_ERROR_CANT_GET_LOCAL_CA_CERT
= 3,
48
GLOBUS_GSI_CALLBACK_ERROR_CERT_HAS_EXPIRED
= 4,
50
GLOBUS_GSI_CALLBACK_ERROR_INVALID_PROXY
= 5,
52
GLOBUS_GSI_CALLBACK_ERROR_LIMITED_PROXY
= 6,
54
GLOBUS_GSI_CALLBACK_ERROR_INVALID_CRL
= 7,
56
GLOBUS_GSI_CALLBACK_ERROR_REVOKED_CERT
= 8,
58
GLOBUS_GSI_CALLBACK_ERROR_MIXING_DIFFERENT_PROXY_TYPES
= 9,
60
GLOBUS_GSI_CALLBACK_ERROR_WITH_SIGNING_POLICY
= 10,
62
GLOBUS_GSI_CALLBACK_ERROR_OLD_GAA
= 11,
64
GLOBUS_GSI_CALLBACK_ERROR_CALLBACK_DATA
= 12,
66
GLOBUS_GSI_CALLBACK_ERROR_ERRNO
= 13,
68
GLOBUS_GSI_CALLBACK_ERROR_CERT_CHAIN
= 14,
70
GLOBUS_GSI_CALLBACK_ERROR_WITH_CALLBACK_DATA_INDEX
= 15,
72
GLOBUS_GSI_CALLBACK_ERROR_PROXY_PATH_LENGTH_EXCEEDED
= 16,
74
GLOBUS_GSI_CALLBACK_ERROR_LAST
= 18
75
76
}
globus_gsi_callback_error_t
;
77
84
#define GLOBUS_GSI_CALLBACK_VERIFY_DEPTH 100
85
86
#ifdef __cplusplus
87
}
88
#endif
89
90
#endif
/* GLOBUS_GSI_CALLBACK_CONSTANTS_H */
91
Generated on Mon Oct 5 2015 14:22:28 for globus_gsi_callback by
1.8.1.2