#include <openssl/x509.h>
#include <gssapi.h>
Go to the source code of this file.
Functions | |
LCMAPS_GSI_UTILS_STORAGE_CLASS char * | lcmaps_gss_cred_to_dn (gss_cred_id_t globus_cred) |
Get the globus DN from GLOBUS credential (gssapi). | |
LCMAPS_GSI_UTILS_STORAGE_CLASS X509 * | lcmaps_cred_to_x509 (gss_cred_id_t cred) |
Return the pointer to X509 structure from gss credential. | |
LCMAPS_GSI_UTILS_STORAGE_CLASS STACK_OF_X509 * | lcmaps_cred_to_x509_chain (gss_cred_id_t cred) |
Return the pointer to X509 structure from gss credential. |
Definition in file _lcmaps_gsi_utils.h.
|
Return the pointer to X509 structure from gss credential. This function takes a gss credential as input and returns the corresponding X509 structure, which is allocated for this purpose (should be freed)
Definition at line 127 of file lcmaps_gsi_utils.c. |
|
Return the pointer to X509 structure from gss credential. This function takes a gss credential as input and returns the corresponding X509 chain, which is allocated for this purpose (should be freed)
Definition at line 187 of file lcmaps_gsi_utils.c. |
|
Get the globus DN from GLOBUS credential (gssapi). (copied and modified from GLOBUS gatekeeper.c)
Definition at line 63 of file lcmaps_gsi_utils.c. |