#include <openssl/x509.h>
#include <gssapi.h>
Go to the source code of this file.
Functions | |
X509 * | lcas_cred_to_x509 (gss_cred_id_t cred) |
Return the pointer to X509 structure from gss credential. | |
STACK_OF_X509 * | lcas_cred_to_x509_chain (gss_cred_id_t cred) |
Return the pointer to X509 structure from gss credential. |
Definition in file lcas_voms_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 92 of file lcas_voms_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 152 of file lcas_voms_utils.c. |