globus_gsi_gssapi_extensions(3) | globus_gssapi_gsi | globus_gsi_gssapi_extensions(3) |
globus_gsi_gssapi_extensions - GSSAPI Extensions
- Extensions.
Buffer Set Utilities
Buffer Set Utilities. Delegation
Delegation Functions.
OM_uint32 GSS_CALLCONV gss_export_cred (OM_uint32
*minor_status, const gss_cred_id_t cred_handle, const gss_OID desired_mech,
OM_uint32 option_req, gss_buffer_t export_buffer)
Export a GSSAPI credential. OM_uint32 GSS_CALLCONV gss_import_cred
(OM_uint32 *minor_status, gss_cred_id_t *output_cred_handle, const gss_OID
desired_mech, OM_uint32 option_req, const gss_buffer_t import_buffer,
OM_uint32 time_req, OM_uint32 *time_rec)
Import a credential. OM_uint32 GSS_CALLCONV gss_inquire_cred_by_oid
(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, const gss_OID
desired_object, gss_buffer_set_t *data_set)
Inquire Cred By OID. OM_uint32 GSS_CALLCONV
gss_inquire_sec_context_by_oid (OM_uint32 *minor_status, const
gss_ctx_id_t context_handle, const gss_OID desired_object, gss_buffer_set_t
*data_set)
Inquire Sec Context by OID. OM_uint32 GSS_CALLCONV
gss_set_sec_context_option (OM_uint32 *minor_status, gss_ctx_id_t
*context_handle, const gss_OID option, const gss_buffer_t value)
Set Security Context Option.
Extensions.
Experimental GSSAPI routines are defined here. These may change, and we will be looking at adding these to Kerberos as mods, and submitting them to the IETF.
These extensions are more fully documented in GSS-API Extensions
Export a GSSAPI credential. Saves the credential so it can be checkpointed and imported by gss_import_cred
Parameters
Returns
Import a credential. This function will import credentials
exported by gss_export_cred(). It is intended to allow a multiple use
application to checkpoint delegated credentials.
Parameters
Return values
Inquire Cred By OID. NOTE: Checks both the cert in the credential and the certs in the cert chain for a valid extension that matches the desired OID. The first one found is used, starting with the endpoint cert, and then searching the cert chain.
Parameters
Returns
Set Security Context Option. GSSAPI routine to initiate the sending of a security context See: <draft-ietf-cat-gssv2-cbind-04.txt>
Parameters
Returns
Generated automatically by Doxygen for globus_gssapi_gsi from the source code.
Tue Jul 5 2022 | Version 14.20 |