globus_gsi_cert_utils  9.9
 All Files Functions Typedefs Enumerations Enumerator Groups Pages
Modules | Functions
Globus GSI Certificate Handling Utilities

Modules

 Activation
 
 Cert Utils Constants
 

Functions

globus_result_t globus_gsi_cert_utils_get_eec (STACK_OF(X509)*cert_chain, X509 **eec)
 
globus_result_t globus_gsi_cert_utils_get_identity_cert (STACK_OF(X509)*cert_chain, X509 **identity_cert)
 

Detailed Description

The Globus GSI Certificate Handling Utilities library. This library contains helper functions for dealing with certificates.

Function Documentation

globus_result_t globus_gsi_cert_utils_get_eec ( STACK_OF(X509)*  cert_chain,
X509 **  eec 
)

Get the end-entity certificate associated with a certificate chain

Parameters
cert_chainCertificate chain to inspect.
eecPointer to be set to the EEC value from within the cert chain. Must freed by the caller.
globus_result_t globus_gsi_cert_utils_get_identity_cert ( STACK_OF(X509)*  cert_chain,
X509 **  identity_cert 
)

Get the identity-providing certificate associated with a certificate chain. This may be an independent proxy or a end-entity certificate.

Parameters
cert_chainCertificate chain to inspect.
identity_certPointer to be set to the certificate value from within the cert chain. Must freed by the caller.