Next: Per-Message Routines, Previous: Credential Management, Up: Standard GSS API [Contents][Index]
GSS-API Context-Level Routines
Routine Function
------- --------
gss_init_sec_context Initiate a security context with
a peer application.
gss_accept_sec_context Accept a security context
initiated by a peer application.
gss_delete_sec_context Discard a security context.
gss_process_context_token Process a token on a security
context from a peer application.
gss_context_time Determine for how long a context
will remain valid.
gss_inquire_context Obtain information about a
security context.
gss_wrap_size_limit Determine token-size limit for
gss_wrap on a context.
gss_export_sec_context Transfer a security context to
another process.
gss_import_sec_context Import a transferred context.
minor_status: initiator_cred_handle: context_handle: target_name: mech_type: req_flags: time_req: input_chan_bindings: input_token: actual_mech_type: output_token: ret_flags: time_rec:
minor_status: context_handle: acceptor_cred_handle: input_token_buffer: input_chan_bindings: src_name: mech_type: output_token: ret_flags: time_rec: delegated_cred_handle:
minor_status: context_handle: output_token:
minor_status: context_handle: token_buffer:
minor_status: context_handle: time_rec:
minor_status: context_handle: src_name: targ_name: lifetime_rec: mech_type: ctx_flags: locally_initiated: open:
minor_status: context_handle: conf_req_flag: qop_req: req_output_size: max_input_size:
minor_status: context_handle: interprocess_token:
minor_status: interprocess_token: context_handle:
Next: Per-Message Routines, Previous: Credential Management, Up: Standard GSS API [Contents][Index]