Main Page | Modules

Cert Utils Constants

Typedefs

Enumerations


Typedef Documentation

typedef enum globus_gsi_cert_utils_cert_type_e globus_gsi_cert_utils_cert_type_t
 

Certificate Types.


Enumeration Type Documentation

enum globus_gsi_cert_utils_error_t
 

Cert Utils Error Codes.

Enumeration values:
GLOBUS_GSI_CERT_UTILS_ERROR_SUCCESS  Success - never used.
GLOBUS_GSI_CERT_UTILS_ERROR_GETTING_NAME_ENTRY_OF_SUBJECT  Failed to retreive a subcomponent of the subject.
GLOBUS_GSI_CERT_UTILS_ERROR_COPYING_SUBJECT  A error occured while trying to copy a X.509 subject.
GLOBUS_GSI_CERT_UTILS_ERROR_GETTING_CN_ENTRY  Failed to retreive a CN subcomponent of the subject.
GLOBUS_GSI_CERT_UTILS_ERROR_ADDING_CN_TO_SUBJECT  Failed to add a CN component to a X.509 subject name.
GLOBUS_GSI_CERT_UTILS_ERROR_OUT_OF_MEMORY  Out of memory.
GLOBUS_GSI_CERT_UTILS_ERROR_UNEXPECTED_FORMAT  Something unexpected happen while converting a string subject to a X509_NAME structure.
GLOBUS_GSI_CERT_UTILS_ERROR_NON_COMPLIANT_PROXY  Proxy does not comply with the expected format.
GLOBUS_GSI_CERT_UTILS_ERROR_DETERMINING_CERT_TYPE  Couldn't dtermine the certificate type.
GLOBUS_GSI_CERT_UTILS_ERROR_LAST  Last marker - never used.

enum globus_gsi_cert_utils_cert_type_e
 

Certificate Types.

Enumeration values:
GLOBUS_GSI_CERT_UTILS_TYPE_EEC  A end entity certificate.
GLOBUS_GSI_CERT_UTILS_TYPE_CA  A CA certificate.
GLOBUS_GSI_CERT_UTILS_TYPE_GSI_3_IMPERSONATION_PROXY  A X.509 Proxy Certificate Profile (pre-RFC) compliant impersonation proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_GSI_3_INDEPENDENT_PROXY  A X.509 Proxy Certificate Profile (pre-RFC) compliant independent proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_GSI_3_LIMITED_PROXY  A X.509 Proxy Certificate Profile (pre-RFC) compliant limited proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_GSI_3_RESTRICTED_PROXY  A X.509 Proxy Certificate Profile (pre-RFC) compliant restricted proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_GSI_2_PROXY  A legacy Globus impersonation proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_GSI_2_LIMITED_PROXY  A legacy Globus limited impersonation proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_RFC_IMPERSONATION_PROXY  A X.509 Proxy Certificate Profile RFC compliant impersonation proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_RFC_INDEPENDENT_PROXY  A X.509 Proxy Certificate Profile RFC compliant independent proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_RFC_LIMITED_PROXY  A X.509 Proxy Certificate Profile RFC compliant limited proxy.
GLOBUS_GSI_CERT_UTILS_TYPE_RFC_RESTRICTED_PROXY  A X.509 Proxy Certificate Profile RFC compliant restricted proxy.


about globus | grid research | globus toolkit | software development

Comments? webmaster@globus.org