#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include "lcmaps_defines.h"
#include "lcmaps_types.h"
#include "lcmaps_log.h"
#include <openssl/x509.h>
#include <gssapi.h>
#include "gssapi_openssl.h"
#include "globus_gsi_credential.h"
Include dependency graph for lcmaps_voms_utils.c:

Go to the source code of this file.
Functions | |
| X509* | lcmaps_cred_to_x509 (gss_cred_id_t cred) |
| Return the pointer to X509 structure from gss credential. More... | |
Definition in file lcmaps_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 structure, which is allocated for this purpose (should be freed)
Definition at line 85 of file lcmaps_voms_utils.c. |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001